/*.cw-header-info {
background-color: #ffffff;
}
.cw-header-business h3 {
font-size: 1em;
padding: 0.3em 0.5em;
margin-bottom: 0;
}
.cw-header-business p {
font-size: 0.9em;
padding: 0.2em 0.5em;
line-height: 1.4em;
margin-bottom: 0;
}

.cw-header-info .cw-header-business a {
color: var(--color-theme-secondary);
font-weight: 700;
}

.cw-header-info .cw-header-business a:hover {
color: var(--color-theme-primary);
}*/

.header .navbar .dropdown-item {
	text-transform: uppercase;
}

.header .header-info-logo-img img {
	width: 180px;
	padding: .5rem;
	background: rgba(255, 255, 255, .4);
	border-radius: 50%
}

.header .header-info-logo-img {}

.header-container {}

.header .navbar-dark .navbar-nav .nav-link {
	text-transform: uppercase;
	font-size: .925rem
}

.header .nav-link-cart::after,
.header .navbar .nav-link::before {
	border-width: 1px
}

.cw-header-contact {
	padding: .8rem 0 .9rem
}

.cw-phone {
	font-weight: 700
}

@media(min-width: 992px) {
	.header .header-info-logo-img {
		position: fixed;
		z-index: 1035;
		top: 0;
		left: 5px
	}

	.header .navbar.bg-primary {
		box-shadow: 2px 2px 6px rgb(0 0 0/0.25)
	}

	nav.navbar .container {
		max-width: none
	}

	.header.has-cart .collapse.justify-content-center,
	.header .navbar-collapse.justify-content-center {
		justify-content: flex-end !important
	}

	.header .navbar-nav:not(.navbar-cart) {
		max-width: calc(100% - 180px);
		justify-content: center
	}

	.header .navbar.cw-scrolled {
		top: 0
	}

	.header .header-info-logo-img.cw-shrink {
		width: 54px;
		/* padding: 5px; */
		/* background: #fff */
	}

	.header .header-info-logo-img.cw-shrink img {
		padding: 5px;
		background: #fff
	}

	.cw-phone {
		font-size: 1.5rem
	}
}

/* -------------------- Hero ---------------------- */

.cw-collage-hero {
	background: #000;
}

.cw-collage-hero .container {
	max-width: 1600px;
	padding: 0;

}

.cw-collage-hero .cw-hero-row {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.cw-collage-hero .cw-text-side {
	padding: 1rem;
	text-align: center;
	font-size: 1rem;
	max-width: 700px;
}

.cw-collage-hero .cw-text-side h2 {
	font-size: 1.8em;
	line-height: 1.2;
	text-wrap-style: balance;
}

.cw-collage-hero .cw-text-side p {
	margin: 0;
	font-size: .9em;
	line-height: 1.25;
}

.cw-collage-hero .cw-fade-overlay {
	--cw-fade-size: 8%;
	position: relative;
}

.cw-collage-hero .cw-fade-overlay::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.cw-collage-hero .cw-fade-overlay::after {
	/* Just top */
	background:
		linear-gradient(to bottom,
			#000 0,
			transparent var(--cw-fade-size));
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.cw-collage-hero .cw-text-side {
		font-size: 1.2rem;
	}
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {

	.cw-collage-hero .cw-hero-row {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
	}

	.cw-collage-hero .cw-text-side {
		text-align: left;
		/* width: 400px; */
		flex-basis: 400px;
		flex-grow: 1;
		padding: 2rem;
	}


	.cw-collage-hero .cw-image-side {
		flex-grow: 1;
		flex-basis: 50%;
	}

	/* Just left */
	.cw-collage-hero .cw-fade-overlay::after {
		background:
			linear-gradient(to right,
				#000 0,
				transparent var(--cw-fade-size));
	}

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.cw-collage-hero .cw-text-side {
		font-size: 1.3rem;
	}
}


@media (min-width: 1600px) {
	.cw-collage-hero .cw-text-side {
		font-size: 1.4rem;
	}

	.cw-collage-hero .cw-fade-overlay::after {
		/* left to right */
		background:
			linear-gradient(to right,
				#000 0,
				transparent var(--cw-fade-size),
				transparent calc(100% - var(--cw-fade-size)),
				#000 100%);
	}
}


/* -------------------- Button section parallax ---------------------- */

.cw-icon-section {
	text-align: center;
	padding: 3rem 0;
	margin-bottom: 3rem;

	background: #333;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 100%), url('https://apihoard.webit.com/api/v1/Image/A2FDD89D45F8EAF1F8EA7ECD94F1A844/A2FDD89D45F8EAF1F8EA7ECD94F1A844.jpg?size=1920x1440');
	background-position: center;
	background-size: cover;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
}

.cw-icon-section .container {
	max-width: 1400px;
}

.cw-icon-section h3 {
	font-size: 2rem;
	margin: 1.5em auto;
	text-shadow: 1px 1px 3px #000;
}

.cw-icon-section .cw-icon-row {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-bottom: 1.5rem;
}

.cw-icon-section .cw-icon-box {
	padding: .5rem 1rem;
	text-align: center;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	transition-duration: .3s;
}

.cw-icon-section .cw-icon-box:hover {
	transform: scale(1.1);
}

.cw-icon-section .cw-icon-box img {
	width: 120px;
}

.cw-icon-section .cw-cta-btns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	gap: 1rem;
}

.cw-icon-section .cw-cta-btns a {
	font-size: 1.2rem;
	flex-grow: 1;
	flex-basis: 90%;
	line-height: 1.4 !important;
	display: flex;
	/* flex-flow: row wrap; */
	justify-content: center;
	align-items: center;

	text-transform: uppercase;
}

.cw-btn-inverted,
.cw-btn-inverted:focus {
	background-color: var(--color-theme-text-btn);
	color: var(--color-theme-primary);
	border-color: var(--color-theme-primary);
	border-width: 3px;
}

.cw-btn-inverted:hover,
.cw-btn-inverted:focus:hover {
	background-color: var(--color-theme-text-btn);
	color: var(--color-theme-secondary);
	border-color: var(--color-theme-secondary);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.cw-icon-section {
		background-attachment: fixed;
		padding: 5rem 0;
	}

	.cw-icon-section .cw-cta-btns a {
		flex-basis: 40%;
		font-size: 1.3rem;
	}
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
	.cw-icon-section h3 {
		font-size: 3rem;
	}

	.cw-icon-section .cw-cta-btns a {
		flex-basis: 30%;
		font-size: 1.5rem;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* -------------------- SECTIONTITLE ---------------------- */

.cw-why-list {
	padding: 1rem 0;
	margin-bottom: 2rem;
	text-align: center;
}

.cw-why-list .container {
	max-width: 1400px;
}

.cw-roundedList {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	padding-left: 0;
}

.cw-roundedList li {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	text-align: start;

	position: relative;
	font-size: .9rem;
	padding: .4em 0.4em .4em 1.8em;
	margin: 1em;
	background: #ccc;
	color: #333;
	font-weight: 700;
	text-decoration: none;
	border-radius: .3em;
	border: 1px solid #fff;
	outline: 2px solid #fff;
	outline-offset: 5px;
	transition: all .3s ease-out;
	flex-grow: 1;
	min-width: 150px;
	/* max-width: 300px; */
	flex-basis: 80%;
}

.cw-roundedList li i:hover {
	transform: rotate(360deg)
}

.cw-roundedList li i {
	color: var(--color-theme-text-btn);
	position: absolute;
	left: -1.2em;
	top: -2px;
	background: var(--color-theme-primary);
	height: 2.5em;
	width: 2.5em;
	line-height: 2em;
	border: .3em solid var(--color-theme-text-btn);
	outline: 2px solid #ccc;
	text-align: center;
	font-weight: 700;
	border-radius: 2em;
	transition: all .3s ease-out
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.cw-roundedList li {
		flex-basis: 40%;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.cw-why-list h2 {
		font-size: 3rem;
	}

	.cw-roundedList li {
		text-align: center;
		justify-content: center;
	}
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
	.cw-roundedList li {
		flex-basis: 29%;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.cw-roundedList li {
		flex-basis: 20%;
	}
}


/* Service lists */
.cw-service-list .container {
	background: rgba(170, 170, 170, 0.1);
	border: 1px solid var(--color-theme-secondary);
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.cw-list-checks {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	/*list-unstyled properties*/
	padding-left: 0;
	list-style: none;
}

.cw-list-checks li {
	display: flex;
	/*flex-flow: row wrap;*/
	justify-content: center;
	align-items: center;
	text-align: center;

	min-width: 100px;
	flex-grow: 1;

	padding: 4px 5px;
	margin: 3px 5px;
	font-size: 1.1rem;
	/*font-weight: 700;*/
}


.cw-list-checks {
	/*List unstyled properties*/
	padding-left: 0;
	list-style: none;
}

.cw-list-checks li::before {
	display: inline-block;
	margin-right: 0.2em;
	color: var(--color-theme-highlight);
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	content: "\f00c ";
	-webkit-font-smoothing: antialiased;
}

/* 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) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}



/* footer like CTA section */
.cw-page-cta {
	border-top: 2px solid var(--color-theme-primary);
	border-bottom: 2px solid var(--color-theme-primary);

	background-image: linear-gradient(to bottom, #00484c 0%, var(--color-theme-background) 100%);

	padding: 2rem 0 3rem;
	text-align: center;
	overflow: hidden;
}

/*-- Subpages --*/

section:not(.page-home) .title {
	text-align: center;
}


.page-home .list {
	padding: 0
}

.list-img-wrap {
	border: 0
}

.list-img-content:after {
	content: "";
	opacity: 1;
	position: absolute;
	right: 4px;
	bottom: 4px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: 2px 4px 12px 12px rgba(118, 245, 78, 1);
	transform: rotate(-90deg);
	transition: all 1s, transform 1s;
	border: 1px solid var(--color-theme-highlight)
}

.list .col-md-6:nth-of-type(odd) .list-img-content:after {
	left: 4px;
	top: 4px;
}

.list-img-content:hover:after {
	right: -4px;
	bottom: -4px;
	transform: rotate(0deg);
}

.list .col-md-6:nth-of-type(odd) .list-img-content:hover:after {
	left: -4px;
	top: -4px;
}