/* Header */
.cw-header {
	background: #000;
	background-image: url("https://apihoard.webit.com/api/v1/Image/3B089EE0F0E45E0B2C71A22560CF11A8/3B089EE0F0E45E0B2C71A22560CF11A8.jpg?size=1920x1440");
	background-position: center 60%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 8% 0;
}

.cw-header .cw-header-text a {
	font-size: 1.5em;
	font-weight: 800;
	color: #FFFFFF;
	text-shadow: 3px 3px 3px rgba(7, 33, 98, .75);
	transition: All .25s ease-in;
	-webkit-transition: All .25s ease-in;
	-moz-transition: All .25s ease-in;
	-o-transition: All .25s ease-in;
}

.cw-header .cw-header-text a:hover {
	color: #CCCCCC;
	transform: scale(1.125);
}

.cw-header .cw-header-text h2 {
	font-size: 2em;
	color: #FFFFFF;
	text-shadow: 3px 3px 3px rgba(7, 33, 98, .75);
}

.cw-header .cw-header-text h4 {
	font-size: 1.5em;
	color: #FFFFFF;
	text-shadow: 3px 3px 3px rgba(7, 33, 98, .75);
	margin-bottom: 0;
	padding: 0 15%;
}

.cw-header .cw-wave-space {
	height: 20px;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
	.cw-header .cw-wave-space {
		height: 100px;
	}
}

/* Hero */
.cw-hero {
	background-image: url("https://apihoard.webit.com/api/v1/Image/392152FBA00C596944BA8F54EFEEAE8D/392152FBA00C596944BA8F54EFEEAE8D.jpg?size=1920x1440");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	position: relative;
	overflow: hidden;
	min-height: 447px;
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.cw-hero .cw-herobox {
	max-width: 900px;
	margin: 1rem auto;
	background: rgba(255, 255, 255, 0.4);
	padding: 1.5rem 1rem;
	border-radius: 15px;
	position: relative;
	z-index: 2;
	color: #000;
	text-align: center;
}

.cw-hero .cw-hero-list {
	margin: 1rem auto;

	padding-left: 0px;
	list-style: none;
	text-align: center;
}




.cw-hero h1 {
	line-height: 1.15;
}

.cw-hero-text {
	font-size: 1.3em;
	max-width: 650px;
	margin: auto;
	font-weight: 600;
}
.cw-list-offset li {
	font-size: 1.2rem;
}

@media(max-width: 567px) {
	.cw-hero {
		padding-top: 3em;
		padding-bottom: 3em;
		min-height: 410px;
	}

	.cw-hero h1 {
		font-size: 2rem;
	}

	.cw-hero h4 {
		font-size: 1rem;
	}

}
@media (min-width: 768px){
	.cw-hero-text {
		font-size: 2em;
		font-weight: 600;
	}
	.cw-list-offset li {
		font-size: 1.5rem;
	}
	.cw-hero .cw-hero-list {
		padding-left: 0px !important;
		max-width: 600px !important;
	}
	.cw-hero .cw-list-offset {
		margin-right: -63px !important;
	}
}

@media (min-width: 1400px){
	.cw-hero-text {
		max-width: 800px !important;
		padding-top: 2rem;
	}
	.cw-list-offset li {
		font-size: 1.7rem;
	}
	.cw-hero .cw-hero-list {
		padding-left: 0px;
		max-width: 715px !important;
	}
	.cw-hero .cw-list-offset {
		margin-right: -85px !important;
	}
}


@media (min-width: 576px) {
	.cw-hero-lines {
		position: relative;
		text-align: center;
	}

	.cw-hero-lines span {
		display: inline-block;
		vertical-align: middle;
		max-width: 65%;
	}

	.cw-hero-lines::before,
	.cw-hero-lines::after {
		content: ' ';
		height: 3px;
		width: 10%;
		background: var(--color-theme-primary);
		display: inline-block;
		vertical-align: middle;
	}

	.cw-hero .cw-list-offset {
		margin-right: -85px;
	}

	.cw-hero .cw-hero-list {
		column-count: 2;
		max-width: 470px;
		margin: 1rem auto;

		padding-left: 20px;
		list-style: disc;
		text-align: left;
	}
}

@media(min-width: 1440px) {
	.cw-hero {
		min-height: 600px;
	}
}

/* Titles */
.cw-grand-scantitle {
	text-transform: uppercase;
	font-size: 1.25rem;
	color: var(--color-theme-secondary);
}


.cw-grand-title-sub {
	font-size: 2.5rem;
	line-height: 1.2;
}

/* List */
@media(min-width: 1280px) {
	.page-home .list .container {
		max-width: 1280px;
	}
}

.page-home .list.list-m2 {
	padding-top: 2em;
}

.detailedlist .row {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

@media(max-width: 767px) {
	.detailedlist {
		padding-top: 2em;
		padding-bottom: 3em;
	}
}

@media(max-width: 991px) {
	.page-home .image-m1 {
		display: none !important;
	}
}

/* Contact */
.page-home .contact {
	padding-top: 1em;
}