/*-- GLobal --*/
.btn:hover,
.btn.text-primary:hover {
	color: var(--color-theme-primary) !important
}

/*-- navbar --*/
.header .navbar-nav .nav-link {
	text-transform: uppercase;
	line-height: 36px;
	font-size: .9rem;
}

.header .navbar .active>.nav-link {
	color: #244d2b;
}

/* custom header */
.cw-header {
	padding-bottom: .6rem;
}

.cw-header .cw-logo img {
	width: 284px;
}

/* header-contact */
.cw-header-contact {
	padding: .5rem 0 0;
	font-weight: bold;
}

.cw-header-contact a {
	display: block;
}

.cw-header-contact .cw-email:before,
.cw-header-contact .cw-phone:before,
.cw-header-contact .cw-facebook i {
	font-family: FontAwesome;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 18px;
	height: 40px;
	width: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.cw-header-contact .cw-email:before,
.cw-header-contact .cw-phone:before {
	background: #a7d654;
	margin-right: 10px;
}

.cw-header-contact .cw-email {
	word-break: break-all;
	font-size: .775rem
}

.cw-header-contact .cw-phone:before {
	font-family: FontAwesome;
	content: "\f2a0";
}

.cw-header-contact .cw-email:before {
	font-family: FontAwesome;
	content: "\f0e0";
}

.cw-header-contact .cw-facebook i {
	background: #3E5996;
	border: 1px solid;
	color: #fff;
}
/* hover */
.cw-header-contact a:hover {
	color: var(--color-theme-secondary);
}
.cw-header-contact .cw-email:hover:before,
.cw-header-contact .cw-phone:hover:before {
	background: var(--color-theme-secondary);
	color: var(--color-theme-highlight);
}

.cw-header-contact .cw-facebook:hover i {
	background: #fff;
	color: #3E5996;
	border-color: #3E5996;
}

@media (min-width: 576px) {
	.cw-header-contact a {
		margin: 0 .5rem;
		display: inline-block;
	}

	.cw-header-contact .cw-email {
		font-size: .9rem
	}
}

/* -------------------- Hero ---------------------- */
.cw-hero {
	padding: 7rem 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.cw-heroText {
	z-index: 2
}

.cw-hero:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .5)
}

.cw-hr {
	display: block;
	width: 600px;
	max-width: 100%;
	margin: 1rem auto;
	text-align: center;
	border-top-color: #a7d65452
}

.cw-heroText h1 {
	font-size: 2.5rem;
	text-shadow: 0 0 3px #000
}

.cw-heroText h1 span {
	font-size: 65%
}

.cw-heroText .h3 {
	font-size: 1.25rem;
	text-shadow: 0 0 5px #000
}

@media(min-width: 992px) {
	.cw-hero {
		min-height: clamp(400px, calc(100vh - 170px), 900px);
	}

	.cw-heroText h1 {
		font-size: 3.5rem
	}

	.cw-heroText .h3 {
		font-size: 1.5rem;
	}
}

@media (min-width: 1200px) {}

/*-- Home modifications--*/
.page-home .textwithimage {
	text-align: center;
	color: white;
}

/* list module hidden now*/
.page-home .list {
	padding: 3rem 0 .5rem;
}

.page-home .list .list-text-description {
	margin-bottom: .35rem
}

@media(min-width: 1440px) {
	.page-home .list .container,
	.page-home .galleryslideshow .container {
		max-width: 1400px
	}
}

.page-home .list-wrap {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	margin-bottom: 3.5em;
	height: calc(100% - 3.5em);
}

.page-home .list-wrap>.list-text {
	flex-grow: 1;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
}
.page-home .list-wrap a.btn.btn-primary.btn-xs.list-text-btn{
	width: 100%;
}

@media (min-width: 768px) {

}

/*-- Subpages --*/
section:not(.page-home) .title {
	position: relative;
	margin-bottom: 1.5em;
	padding: 3rem 0;
	background: url('https://apihoard.webit.com/api/v1/Image/8CA0C83C23247377B4FC66C3C7EA4F99/8CA0C83C23247377B4FC66C3C7EA4F99.jpg?size=1920x1440') no-repeat;
	background-position: center 55%;
	background-size: cover;
	text-align: center
}

section:not(.page-home) .title:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .5)
}

section:not(.page-home) .title .title-heading {
	position: relative;
	margin: 0;
	z-index: 2;
	color: white
}

@media(min-width: 992px) {
	section:not(.page-home) .title {
		margin-bottom: 2.5rem;
		padding: 4rem 0
	}

	section:not(.page-home) .title .title-heading {
		font-size: 2.5rem
	}
}

/*-- Checklist --*/

.cw-checklist li {
	display: inline-block;
	padding: .25rem
}

.cw-checklist li:before {
	content: "\f058";
	font-family: FontAwesome;
	margin-right: .5em;
	color: var(--color-theme-highlight)
}

/*-- Floating contact links --*/

.cw-setup {
	position: fixed;
	bottom: 1em;
	right: 1em;
	z-index: 50;
	border: 2px solid #463d35;
	-webkit-box-shadow: 2px 2px 2px rgb(0 0 0/44%);
	box-shadow: 2px 2px 2px rgb(0 0 0/44%);
	border-radius: 25px;
}

.cw-setup:hover {
	cursor: pointer
}

.hidden {
	display: none
}

#cw-contactBtns {
	margin-top: 8px
}

#cw-contactBtns a {
	display: inline-block;
	width: 54px;
	height: 54px;
	padding: 13px 5px 10px 10px;
	border-radius: 50%;
	background: #244d2b
}

#cw-contactBtns a:before {
	font: normal normal normal 24px/1 FontAwesome;
	color: #fff
}

.cw-setup .cw-Phone:before {
	content: "\f2a0"
}

.cw-setup .cw-Email:before {
	content: "\f0e0"
}

.cw-setup .cw-Text:before {
	content: "\f086 "
}

/*-- Reviews --*/

.testimonial-container .row {
	margin-bottom: 1em;
}

.testimonial {
background: #f5f5f5;
padding: 1em;
display: flex;
flex-direction: column;
height: 100%;
border-radius: 1em;
}

.testimonial .fa-star {
	color: var(--color-theme-highlight);
}

.author {
	color: var(--color-theme-primary);
	text-transform: uppercase;
	font-weight: 700;
}