.header .navbar-dark .navbar-nav .nav-link {
	line-height: 28px;
	border-radius: 50px;
	text-transform: uppercase;
}

.header .navbar-dark .navbar-nav>.active .nav-link {
	color: #fff !important;
}

.header .header-info-logo-img img {
	width: 335px;
}

.header .navbar-dark .navbar-nav .nav-item .nav-link:before {
	border-width: 0 !important;
}

.header a.header-business-phone,
.header span {
	vertical-align: middle;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: var(--header-navigationbartext);
}

@media (min-width: 992px) {
	.header .header-info-logo-img {
		position: fixed;
		top: 55px;
		z-index: 2001;
		padding: 0;
	}

	nav.navbar .container {
		position: relative;
		height: 150px;
		margin: 0 auto;
	}

	.navbar-nav {
		position: absolute;
		right: 0;
		bottom: 2rem;
	}

	.cw-header-info {
		position: fixed;
		z-index: 2000;
		top: 0;
		width: 100%;
	}
}

/*-- Hero --*/
.cw-hero {
	background: var(--color-theme-primary);
}

.cw-heroText {
	margin: auto;
	max-width: 550px;
	background: var(--color-theme-primary);
}

.cw-heroText h1 {
	position: relative;
	z-index: 2;
	background: var(--color-theme-primary);
	background: linear-gradient(to right, white 4px, transparent 4px) 0 0,
		linear-gradient(to right, white 4px, transparent 4px) 0 100%,
		linear-gradient(to left, white 4px, transparent 4px) 100% 0,
		linear-gradient(to left, white 4px, transparent 4px) 100% 100%,
		linear-gradient(to bottom, white 4px, transparent 4px) 0 0,
		linear-gradient(to bottom, white 4px, transparent 4px) 100% 0,
		linear-gradient(to top, white 4px, transparent 4px) 0 100%,
		linear-gradient(to top, white 4px, transparent 4px) 100% 100%;
	background-repeat: no-repeat;
	background-size: 40px 25px;
	padding: 1em;
}

.cw-heroText h1 span {
	color: #ffffff;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 1);
	font-size: 3rem;
	line-height: 1;
}

@media (max-width: 567px) {
	.cw-heroText h1 {
		font-size: 1.75rem;
	}
}

@media (min-width: 768px) {

	.cw-hero:after {
		overflow: hidden;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background: rgba(0, 0, 0, 0.7);
	}

	.cw-heroText h1 {
		position: absolute;
		bottom: 65px;
	}

	.cw-heroText h1 span {
		font-size: 4rem;
	}

	.cw-heroText {
		max-width: 660px;
	}

}

@media (min-width: 992px) {
	.cw-heroText h1 {
		bottom: 110px;
	}

	.cw-heroText {
		max-width: 650px;
	}
}

@media (min-width: 1200px) {
	.cw-heroText h1 {
		bottom: 30%;
	}

	.cw-heroText h1 span {
		font-size: 5rem;
	}

	.cw-heroText {
		max-width: 680px;
	}
}

@media (min-width: 1600px) {
	.cw-heroText h1 {
		bottom: 40%;
	}
}

.cw-banner a.button {
	height: 80px;
	line-height: 80px;
	margin-top: 1em;
	padding: 0 2em;
	background: var(--color-theme-secondary);
	font-size: 1.25rem;
}

@media (min-width: 992px) {

	.cw-banner a.button {
		margin: 0;
		padding: 0 1em 0 3.75em;
	}

	.cw-banner a.button:before {
		top: 0;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		margin-top: 0;
		border-color: rgba(255, 255, 255, 0);
		border-top-color: var(--color-theme-primary);
		left: 0px;
		border-top-width: 80px;
		border-right-width: 60px;
		border-left-width: 0;
	}

	.cw-banner a.button:after {
		top: 0;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		margin-top: 0;
		border-color: rgba(255, 255, 255, 0);
		border-top-color: var(--color-theme-secondary);
		right: -60px;
		border-top-width: 80px;
		border-right-width: 60px;
		border-left-width: 0;
	}
}

.cw-banner a.button:focus:after {
	border-top-color: var(--color-theme-secondary);
}

/* ========= summary list ================== */
.page-home .list {
	background:
		linear-gradient(rgba(255, 255, 255, 0.5),
			rgba(255, 255, 255, 0.5)),
		url(https://apihoard.webit.com/api/v1/Image/A9E1DF930068E378365164CCAC4AD8FC/A9E1DF930068E378365164CCAC4AD8FC.jpg?size=1920x1440);
	background-size: cover;
	border-bottom: solid 1px #eeeeee;
}

.page-home .list .list-square {
	background-color: #f4f4f4;
	border-radius: 15px;
	padding-bottom: 1.5em;
}

.page-home .list .list-text-title {
	min-height: 40px;
	font-weight: 400 !important;
	text-transform: capitalize !important;
}

.page-home .list .list-img-wrap {
	border-radius: 15px 15px 0px 0px;
	border: none;
}

.page-home .list .list-img-photo {
	border-radius: 15px 15px 0px 0px;
}

.page-home .list .list-text-bottom {
	min-height: 140px;
}

.page-home .list .list-text-description {
	min-height: 110px;
}

.page-home .list .btn {
	border-radius: 15px;
	padding: .5em 1.2em;
}

/* Services 
    =================================================================================================*/
@media(max-width: 767px) {
	.pg-services {
		padding-left: .5em;
		padding-right: .5em;
	}
}

.pg-services-list li {
	margin-top: 0;
	margin-bottom: 13px;
	margin-left: 38px;
}

.pg-services-list li::before {
	float: left;
	overflow: hidden;
	width: 23px;
	height: 23px;
	content: "";
	margin-right: 7px;
	margin-left: -35px;
	/*  background-image: url('../img/Roots/check.png');*/
	background-image: url('https://apihoard.webit.com/api/v1/Image/B737C7C41D0D842FC501323828ABEE42/B737C7C41D0D842FC501323828ABEE42.png?size=Original');
	background-size: 23px 23px;
	background-repeat: no-repeat;
	background-position: 0 0;

}

.pg-services-columns {
	-webkit-columns: 2 270px;
	-moz-columns: 2 270px;
	columns: 2 270px;
}


.pg-contact {
	height: 100%;
	padding: 1.7em 1.7em 1.3em 1.7em;
	background: var(--color-theme-secondary);
	color: var(--color-theme-text-btn);
}

.pg-contact .pg-title::after {
	background-color: var(--color-theme-text-btn);
}

.pg-contact a {
	color: var(--color-theme-text-btn);
}

.pg-contact a.line-link {
	font-weight: 700;
	font-size: 1.1rem;
	display: block;
}

.pg-contact a.line-link::before {
	background-color: var(--color-yellow);
}

.pg-contact a:hover {
	color: var(--color-yellow);
}

.pg-contact-container {
	padding-bottom: 15px;
}

.pg-contact-container h3 {
	font-size: 1.3em;
	margin-bottom: 5px;
}

.pg-contact-container p {
	margin-bottom: 5px;
}

.pg-contact-container p i {
	margin-right: 8px;
}


@media(min-width: 992px) {
	.pg-title {
		margin-bottom: 0;
	}

	.pg-contact .pg-title::after {
		margin-bottom: 0;
	}
}



/* Services - Effect List 
    =================================================================================================*/
.effect-list {
	position: relative;
	overflow: hidden;
	background: #000;
	text-align: center;
	cursor: pointer;
	margin: 0 auto 1.5em auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.effect-list::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgb(0, 0, 6);
	background: linear-gradient(180deg, rgba(0, 0, 6, 0.4) 0%, rgba(0, 0, 6, 0.1) 100%);
}

.effect-list::before {
	background-color: var(--color-theme-secondary);
	width: 0;
	height: 6px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 9;
}

.effect-list:hover::before {
	width: 100%;
}

.effect-list .effect-list-img {
	position: relative;
	display: block;
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

.effect-list .effect-list-content {
	padding: 1em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: left;
}

.effect-list .effect-list-content::before,
.effect-list .effect-list-content::after {
	pointer-events: none;
}

.effect-list .effect-list-content,
.effect-list .effect-list-content>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.effect-list .effect-list-content>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.effect-list h2 {
	font-size: 1.1em;
	position: absolute;
	top: 1.3em;
	left: 1.3em;
	right: 1.3em;
	z-index: 3;
	padding: 0 2em 1em 0;
	color: #fff;
	text-align: left;
}

.effect-arrow {
	width: 20px;
	height: auto;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

.effect-list .effect-arrow {
	position: absolute;
	top: 1.45em;
	right: 0;
	z-index: 5;
}

.effect-list h2,
.effect-list p {
	margin: 0;
}

.effect-list .effect-list-content>div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}

.effect-list p {
	padding: 1.5em;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

.effect-list:hover p {
	opacity: 1;
}

.effect-list:hover .effect-list-img,
.effect-list:hover p,
.effect-list:hover .effect-arrow {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.effect-list:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

@media(max-width: 767px) {
	.effect-list p {
		opacity: 1;
	}

	.effect-list .effect-list-img,
	.effect-list h2,
	.effect-list p,
	.effect-list .effect-arrow {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

}

/*-- Home--*/
.cw-cascade {
	margin: 0 auto;
	padding: 8em 0;
}

.cw-cascade:before {
	overflow: hidden;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .5);
}

.cw-cascade h2 {
	z-index: 2;
	font-size: 2.5rem;
	text-shadow: 2px 2px 0 rgb(52, 50, 57);
}

@media (min-width: 768px) {
	.page-home .cw-cascade {
		padding: 10em 0;
	}

	.cw-cascade h2 {
		z-index: 2;
		font-size: 2.75rem;
	}

	.cw-cascade .btn {
		width: 380px;
		font-size: 1.75rem;
	}

}

/* ============= Internal page =============== */
.title {
	text-transform: uppercase;
}