/*-- Global --*/

h1,
h2,
h3 {
	text-transform: uppercase;
}

.footer-business-name,
.contact-businessname {
	text-transform: capitalize;
}

.btn,
.list .btn-primary {
	border: 1px solid var(--color-theme-secondary);
	color: white !important;
	background: rgb(0 0 0 / 68%);
}

.btn:hover,
.list .btn-primary:hover {
	border: 1px solid white;
	background: rgb(0 0 0 / 68%);
	color: var(--color-theme-secondary) !important;
}

/*-- Header --*/

.header .header-info-logo-img img {
	width: 220px
}

.page-home .header .header-info {
	background: url(https://apihoard.webit.com/api/v1/Image/5DC8047F9CC7B7E7F5E290DFF8C700A2/5DC8047F9CC7B7E7F5E290DFF8C700A2.jpg?size=1920x1440) no-repeat 65% center;
	background-size: cover;
}

.page-home .header .header-info:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgb(0 0 0 / 35%);
}

.header .header-info-logo-img {
	position: relative;
	z-index: 2;
}

.header .container {
	max-width: 1400px;
}

.cw-header {
	display: none;
	z-index: 2;
	max-width: 1140px;
	padding: 120px .5em;
}

.page-home .cw-header {
	display: block;
}

.cw-header h1 {
	font-size: 1.5rem;
}

@media (min-width: 310px) {
	.cw-header h1 {
		font-size: 1.75rem;
	}
}

@media (min-width: 768px) {
	.cw-header h1 {
		font-size: 2.5rem;
	}

	.cw-header {
		padding-bottom: 160px;
	}
}

@media(min-width: 992px) {

	nav.navbar .container {
		position: relative;
		margin: 0 auto;
	}

	.navbar-nav {
		position: absolute;
		right: 0;
		top: 0;
		background: rgb(0 0 0 / 35%);
	}

	.header .navbar .navbar-nav .nav-link {
		line-height: 1.4;
		max-width: 130px;
		text-align: center;
	}

	.header .header-info-logo-img {
		position: fixed;
		left: 1%;
	}

	.page-home .header .navbar.bg-primary {
		background: none !important;
	}

	.header .header-info-logo-img img.cw-shrink {
		width: 100px;
	}

	.cw-header {
		padding: 350px 0 250px;
	}

	.cw-header h1 {
		font-size: 3rem;
	}

}

@media (min-width: 1200px) {
	.header .navbar .navbar-nav .nav-link {
		max-width: none;
		line-height: 2.5;
	}
}

/*-- Home --*/

.page-home .list {
	padding: 3em 0;
}

.page-home .list .list-wrap {
	position: relative;
	margin-bottom: 1em;
}

.page-home .list .list-img-wrap:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 40%);
}

.page-home .list h2 {
	position: absolute;
	z-index: 2;
	top: 40%;
	width: 100%;
	padding: 0 1em;
	text-shadow: 2px 2px 2px rgb(0 0 0 / 65%);
}

.page-home .list .col-md-6:last-of-type h2 {
	top: 28%;
}

.page-home .list-text-bottom {
	position: absolute;
	width: 100%;
	bottom: 29%;
}

.page-home .col-md-6:last-of-type .list-text-bottom {
	bottom: 29%;
}

@media (min-width: 992px) {
	.page-home .list h2 {
		font-size: 2rem;
	}

	.page-home .list .col-md-6:last-of-type h2 {
		top: 38%;
	}

	.page-home .list .btn-primary {
		padding: .6em 1.3em .6em 1.3em;
		font-size: .95rem;
	}

	.page-home .list-text-bottom {
		bottom: 34%;
	}
}

/*-- Subpages --*/

section:not(.page-home) .navbar-nav {
	background: rgb(0 0 0 / 70%);
}

section:not(.page-home) .header-info {
	height: 200px;
	background: url(https://apihoard.webit.com/api/v1/Image/5D928E0B3CB4A61FEE69917D51DAA95E/5D928E0B3CB4A61FEE69917D51DAA95E.jpg?size=Original) no-repeat center center;
	background-size: cover;
}

section:not(.page-home) .header-info-logo-img img {
	width: 200px;
}

@media (min-width: 992px) and (max-width: 1100px) {

	section:not(.page-home) .header-info-logo-img {
		top: 1rem;
	}

	section:not(.page-home) .header-info-logo-img img {
		width: 170px;
	}
}

@media (min-width: 992px) {
	section:not(.page-home) .header-info {
		background: url(https://apihoard.webit.com/api/v1/Image/5D928E0B3CB4A61FEE69917D51DAA95E/5D928E0B3CB4A61FEE69917D51DAA95E.jpg?size=Original) no-repeat center -10px;
		background-size: cover;
	}
}

@media (min-width: 1100px) {
	section:not(.page-home) .header-info-logo-img {
		top: 0;
	}
}
/* -------------------- Services page ---------------------- */

/* packages at top */
.cw-pricing-table {
	background-color: #333;
}

.cw-pricing-table .block-heading {
	padding-top: 50px;
	margin-bottom: 40px;
	text-align: center;
}

.cw-pricing-table .block-heading p {
	text-align: center;
	max-width: 420px;
	margin: auto;
	opacity: 0.7;
}

.cw-pricing-table .heading {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.cw-pricing-table .item {
	background-color: #000000;
	box-shadow: 0px 2px 10px rgba(255, 255, 255, 0.15);
	border-top: 2px solid #F68700;
	padding: 30px;
	overflow: hidden;
	position: relative;
}

.cw-pricing-table .col-md-5:not(:last-child) .item {
	margin-bottom: 30px;
}

.cw-pricing-table .item button {
	font-weight: 600;
}

.cw-pricing-table .item p {
	text-align: center;
	margin-top: 20px;
	opacity: 0.7;
}

.cw-pricing-table .features .feature {
	font-weight: 600;
}

.cw-pricing-table .features h4 {
	text-align: center;
	font-size: 18px;
	padding: 5px;
}

.cw-pricing-table .cw-price h4 {
	margin: 15px 0;
	font-size: 45px;
	text-align: center;
	color: #F68700;
}

.cw-pricing-table .buy-now button {
	text-align: center;
	margin: auto;
	font-weight: 600;
	padding: 9px 0;
}


/* list in .text module */
.cw-maxW-list{
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}


/* --- Reviews summary list --- */

.page-testimonials .list {
	padding-top: 0;
}

.page-testimonials .list-wrap {
	margin-bottom: 1.5em;
}

.page-testimonials .list-img-wrap {
	padding: 6% 0;
}

.page-testimonials .list-text-description {
	font-style: italic;
	font-size: .95rem;
}

.page-testimonials .list-img-photo {
	margin: 0;
	background-size: 180px;
}

/*-- Gallery --*/

.gallery .gallery-img-photo {
	margin-bottom: .5rem;
}

.cw-title {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
	padding: .25rem;
	text-align: center;
	background: var(--color-theme-secondary);
	color: white;
	font-size: .8rem
}

/* .page-services .lazy-image {
	width: 388px !important;
    margin: auto !important;
}

.page-services .detailedlist-item {
    margin-bottom: 5em !important;
    text-align: center !important;
}

@media (min-width: 280px) {
	.page-services .lazy-image {
		width: 228px !important;
	}
}

@media (min-width: 330px) {
	.page-services .lazy-image {
		width: 272px !important;
	}
}

@media (min-width: 440px) {
	.page-services .lazy-image {
		width: 388px !important;
	}
} */