/* Long service dropdown split */

@media(min-width:992px) {
	.header .navbar .nav-item.dropdown:nth-child(1 of .dropdown) .dropdown-menu {
		column-count: 2;
		width: 30rem;
	}

	.header .navbar .nav-item.dropdown:nth-child(1 of .dropdown) .dropdown-menu a {
		display: inline-block;
	}

	.header .navbar .nav-item.dropdown:nth-child(1 of .dropdown) .dropdown-menu a:nth-child(even) {
		background: #222;
	}
}

.header .navbar-dark .navbar-nav>.active .nav-link {
	color: #fff !important;
}

.header .header-info-logo-img img {
	width: 100px;
}

.header .navbar-dark .navbar-nav .nav-item .nav-link:before {
	border-width: 0 !important;
}

.header .navbar-dark .navbar-nav a.nav-link:hover {
	-webkit-box-shadow: 0 0 0 0.05rem #9E4A58;
	box-shadow: 0 0 0 0.05rem #9E4A58;
}

.cw-header-info {
	padding: 0.5rem;
}

.header a.header-business-phone,
.header span {
	vertical-align: middle;
}

.header a.header-business-phone {
	font-weight: 700;
	font-size: 1.1rem;
	color: #E7941E;
}

.cw-header-info a:hover {
	color: #000;
}

@media (min-width: 992px) {
	.header .navbar-dark .navbar-nav .nav-link {
		line-height: 28px;
		border-radius: 50px;
	}

	.header .header-info-logo-img {
		position: fixed;
		top: 55px;
		z-index: 1032;
		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: 1031;
		top: 0;
		width: 100%;
	}
}

/* Hero ===================================================== */
.cw-hero-slideshow {
	position: relative;
	overflow: hidden;
	height: 550px
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	.cw-hero-slideshow .cw-hero-title h1 {
		/* display: block; */
		margin: 1rem 0 .75rem;
		text-transform: uppercase;
		font-weight: 900;
		font-size: 2rem !important;
	}

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and ) */
@media (min-width: 1400px) {}

.cw-hero-slideshow .cw-hero-image {
	position: absolute;
	inset: 0;
	opacity: 0;
	animation: cw-slide-anim 12s infinite;
	animation-delay: var(--cw-anim-offset)
}

.cw-hero-slideshow .cw-hero-image::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-image: linear-gradient(rgb(0 0 0 / 40%), rgb(0 0 0 / 30%));
	z-index: 1;
}

.cw-hero-slideshow .cw-hero-image img {
	object-fit: cover;
	width: 100%;
	height: 100%
}

.cw-hero-slideshow .cw-hero-title {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	z-index: 2
}

.cw-hero-slideshow .cw-hero-title h1 {
	/* display: block; */
	margin: 1rem 0 .75rem;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 3rem
}

@media (max-width: 576px) {
	.cw-hero-slideshow .cw-hero-title h1 {
		/* display: block; */
		margin: 1rem 0 .75rem;
		text-transform: uppercase;
		font-weight: 900;
		font-size: 2rem !important;
	}

}

.cw-hero-slideshow .cw-hero-title h1 span {
	/* display: block;
    font-size: 2rem */
}

@keyframes cw-slide-anim {
	0% {
		opacity: 0
	}

	8% {
		opacity: 1
	}

	13%,
	25% {
		opacity: 1;
		transform: scale(1.06)
	}

	38% {
		opacity: 1
	}

	50% {
		opacity: 0
	}
}

/* ========================================================= */
.page-home .list {
	color: #fff !important;
}

/* ============================================================ */
.cw-why-choose-us {
	background-color: #000;
}

.cw-quality-icon {
	width: 70px;
	height: 70px;
	display: flex;
	border-radius: 50%;
	color: rgba(255, 255, 255);
	margin-bottom: 20px;
	background-color: var(--color-theme-primary);
	align-items: center;
	justify-content: center;
}

/* ====================================================================================================== */
/* Hero - Callout Section ========================================*/

.cw-effect-list {
	position: relative;
	overflow: hidden;
	background: #000;
	text-align: center;
	cursor: pointer;
	margin: 0 auto 1.5em;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.cw-effect-list::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000006;
	background: linear-gradient(180deg, rgba(0, 0, 6, 0.4) 0%, rgba(0, 0, 6, 0.1) 100%)
}

.cw-effect-list::before {
	background-color: var(--color-theme-secondary);
	width: 0;
	height: 6px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 9
}

.cw-effect-list:hover::before {
	width: 100%
}

.cw-effect-list .cw-effect-list-img {
	position: relative;
	display: block;
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 1;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0)
}

.cw-effect-list .cw-effect-list-content {
	padding: 1em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: left
}

.cw-effect-list .cw-effect-list-content::before,
.cw-effect-list .cw-effect-list-content::after {
	pointer-events: none
}

.cw-effect-list .cw-effect-list-content,
.cw-effect-list .cw-effect-list-content>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.cw-effect-list .cw-effect-list-content>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0
}

.cw-effect-list h2 {
	font-size: 1.1em;
	position: relative;
	z-index: 3;
	padding: 1rem;
	background-color: var(--color-theme-primary);
	color: #fff;
	text-align: left;
	transition-duration: .3s
}

.cw-effect-list:hover h2 {
	background-color: var(--color-theme-secondary);
	color: #ffffff
}

.effect-arrow {
	width: 20px;
	color: #fff;
	height: auto;
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0)
}

.cw-effect-list .effect-arrow {
	position: absolute;
	top: 1.45em;
	right: 0;
	z-index: 5
}

.cw-effect-list h2,
.cw-effect-list p {
	margin: 0
}

.cw-effect-list .cw-effect-list-content>div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3
}

.cw-effect-list p {
	padding: 1.5em;
	background: rgba(0, 0, 0, .7);
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
	opacity: 0;
	-webkit-transition: opacity .2s, -webkit-transform .35s;
	transition: opacity .2s, transform .35s
}

.cw-effect-list:hover p {
	opacity: 1
}

.cw-effect-list:hover .cw-effect-list-img,
.cw-effect-list:hover p,
.cw-effect-list:hover .effect-arrow {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.cw-effect-list:hover p {
	-webkit-transition-delay: .05s;
	transition-delay: .05s;
	-webkit-transition-duration: .35s;
	transition-duration: .35s
}

@media(max-width: 767px) {
	.cw-effect-list p {
		opacity: 1
	}

	.cw-effect-list .cw-effect-list-img,
	.cw-effect-list h2,
	.cw-effect-list p,
	.cw-effect-list .effect-arrow {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@media(min-width: 576px) {}

@media(min-width: 768px) {
	.cw-effect-list h2 {
		font-size: 1em
	}
}

@media(min-width: 992px) {}

@media(min-width: 1200px) {
	.cw-effect-list h2 {
		font-size: 1.4em
	}
}


/*Color Changing home page*/

.cw-offerSection {
	object-fit: cover;
	background-position: center center;
	background-attachment: fixed;
	overflow: hidden;
	background-color: #000000;
}

.font-header-Volkhov h4 {
	font-family: "Inter", sans-serif !important;
	font-size: 20px;
	font-weight: 700;
}

.page-home .cw-offerSection .cw-space {
	margin: 15px 0;
}

.page-home .cw-offerSection a {
	width: 100%;
}

.page-home .cw-offerSection .cw-offer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	cursor: pointer;
	height: 100%;
}

.page-home .cw-offerSection .cw-offer div {
	text-align: left;
}

.page-home .cw-offerSection .cw-offer div:first-of-type {
	margin-right: 20px;
}

.page-home .cw-offerSection .cw-offer div img {
	max-width: 50px;
}

.page-home .cw-offerSection .cw-offer div b {
	font-family: "Montserrat", serif;
	font-size: 14px;
	position: relative;
	padding-bottom: 5px;
	display: block;
}

.page-home .cw-offerSection .cw-offer div b::after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ccc;
	height: 1px;
	width: 28px;
}

.page-home .cw-offerSection .cw-offer div p {
	font-size: 14px;
	margin: 5px 0 0;
}


.cw-building-imgs {
	width: 300px;
}

@media (min-width: 280px) {
	.cw-building-imgs {
		width: 610px;
	}
}

@media (min-width: 992px) {
	.cw-building-imgs {
		width: 300px;
	}
}

.cw-offering {
	padding: 0px 0px;
}

.cw-offering p {
	color: #fff;
	font-size: 18px;
}

.cw-request-btn {
	padding: 20px;
	font-size: 20px;
	font-weight: 200 !important;
}


/* FAQ page */

.cw-get-started .pg-title {
	font-size: 1.7rem;
}

.cw-get-started .pg-title::after {
	content: "";
	display: block;
	height: 3px;
	width: 80px;
	margin: 10px 0 15px;
	background-color: var(--color-theme-text);
}

.cw-get-started .pg-title-center::after {
	margin: 10px auto 15px;
}

.cw-get-started .pg-subtitle {
	font-size: 1rem;
}

.cw-get-started .pg-text {
	line-height: 1.7;
	margin-bottom: 1.4em;
	font-size: 1.1rem;
}

.cw-get-started .collapse-header {
	position: relative;
	padding: 1.1rem 4rem 1.1rem 1em;
	background: var(--color-theme-background);
	color: var(--color-theme-text);
	border-bottom: 1px solid var(--color-theme-border);
	display: block;
	overflow: hidden;
	font-size: 1.3rem;
	font-weight: 700;
}

.cw-get-started .collapse-header:hover,
.cw-get-started .collapse-header:not(.collapsed) {
	color: var(--color-theme-primary);
}

.cw-get-started .collapse-header::after {
	content: "+";
	position: absolute;
	z-index: 3;
	right: 1em;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	font-size: 1.5em;
	line-height: 1em;
	transition: 0.2s;
	color: var(--color-theme-primary);
}

.cw-get-started .collapse-header.collapsed::after {
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.cw-get-started .collaspe-content {
	padding: 1.5rem 1em;
	border-bottom: 1px solid var(--color-theme-border);
}

.cw-get-started .cw-green-btn {
	color: #647b74;
	font-weight: 700;
}

@media (min-width: 576px) {
	.cw-get-started .collapse-header {
		font-size: 1.2rem;
	}

	.cw-get-started .pg-text {
		font-size: 1rem;
	}
}

.page-outdoor-lighting-design-installation .detailedlist {
	padding-top: 0em !important;
	padding-bottom: 0em !important;
}

.page-safety-and-security-lighting .detailedlist {
	padding-top: 0em !important;
	padding-bottom: 0em !important;
}



/* List Checks  */


/* ICON LIST STYLES */
.cw-icon-list {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.cw-icon-list li {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 4px;
}

.cw-icon-list li::before {
	position: absolute;
	left: 0;
	top: 0.2rem;
	font-family: "FontAwesome";
	font-weight: 900;
	line-height: 1;
	font-size: 0.85rem;
}

.cw-icon-list.check li::before {
	content: "\f00c";
	color: #198754;
}

.cw-icon-list.x li::before {
	content: "\f00d";
	color: #dc3545;
}

.cw-bottom-contact {
	color: rgb(0, 112, 146);
}

.cw-bottom-contact:hover {
	color: rgb(0, 85, 110);
}

/* -------------------- Blog Post css (first used 4-21-26 ---------------------- */
.cw-blog-post {
	padding: .5rem 0 2rem;
	margin-bottom: 2rem;
}

.cw-blog-post .cw-blog-section {
	padding-bottom: 1rem;
	border-bottom: 1px solid currentColor;
	margin-bottom: 2rem;
}

.cw-blog-post p {
	margin-bottom: .5rem;
}

.cw-blog-post img {
	display: block;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1rem;
}
