.cw-about .btn-outline-secondary {
	background-color: var(--color-theme-trans) !important;
	color: #ffffff !important;
	border-color: #FCD527 !important;
}

.btn-secondary {
	color: #000 !important;
}


/* --- Titles ---- */
section:not(.page-home) .cw-title {
	position: relative;
	margin-bottom: 2.5rem;
}

/*  */
section:not(.page-home) .cw-title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0/38%);
}

.cw-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #D20F16;
	/* background-image: linear-gradient(180deg, var(--color-theme-primary), var(--color-theme-primary), #002a5c61), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/554FE9974C9FEE449DD1E00ABBE400F4.png);
	background-size: contain; */
	z-index: 1;
}

section:not(.page-home) .cw-title .cw-title-heading {
	position: relative;
	z-index: 1;
	padding: 2rem 0;
	color: #fff;
	text-shadow: 0 0 4px #000;
	text-transform: uppercase;
	max-width: 68%;
	margin: auto;
	margin-left: 1rem;
	/* float: inline-start; */
}

section:not(.page-home) .cw-title h1 {
	font-size: 2rem;
	margin: 0
}


.cw-title-heading span.h5 {
	color: #000000;
	background: #F9D536;
	font-size: .8rem;
	padding: 2px 10px;
	text-shadow: none;
	position: relative;
	/* top: 2px; */
}

.cw-title-heading p {
	font-family: "Open Sans", sans-serif;
	font-weight: 100;
	line-height: 15px;
	text-transform: math-auto;
	font-size: .7rem;
}

section:not(.page-home) .form {
	padding-top: 1rem
}

.employees-email {
	font-size: .85rem
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	section:not(.page-home) .cw-title {
		position: relative;
		margin-bottom: 2.5rem;
		background: url(https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/1486F3C592F71E4BAB8A3820A42725E7.jpg);
		background-size: 60%;
		background-position: right center;
		background-repeat: no-repeat;
		/* padding-left: 4rem; */
	}

	.cw-title::before {
		width: 55%;
		height: 100%;
		background-size: contain;
		-webkit-clip-path: polygon(0 0, 77% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 77% 0, 100% 100%, 0% 100%);
	}

	section:not(.page-home) .cw-title .cw-title-heading {
		margin-left: 4rem;
		/* float: inline-start; */
	}

	section:not(.page-home) .cw-title .cw-title-heading {
		/* max-width: 33%; */
		max-width: calc(42% - 4rem);
	}

	section.page-services .cw-title {
		/* background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5627A95BF279313F364D8262474665FC.jpg) no-repeat center; */
		background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/1486F3C592F71E4BAB8A3820A42725E7.jpg);
	}

	section.page-projects .cw-title {
		/* background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/43CC0E8945411EC2F0073DF0CB93CD8A.jpg) no-repeat center; */
		background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/1486F3C592F71E4BAB8A3820A42725E7.jpg);
	}

	section.page-reviews .cw-title {
		/* background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4CB785B05620C8DA08738AD2429DA2DB.jpg) no-repeat center; */
		background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/1486F3C592F71E4BAB8A3820A42725E7.jpg);
	}

	section.page-contact-us .cw-title {
		/* background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4B3F1AAF29CFED3776AB1102A914BED2.jpg) no-repeat center; */
		background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/1486F3C592F71E4BAB8A3820A42725E7.jpg);
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

@media(min-width: 992px) {
	section:not(.page-home) .cw-title {
		padding-top: 12px;
	}

	section:not(.page-home) .cw-title .cw-title-heading {
		padding: 3.5rem 0;
	}

	section:not(.page-home) .cw-title h1 {
		font-size: 4.5rem;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}


/* -------------------- Header & Nav ---------------------- */
.header .navbar .dropdown-menu {
	border-radius: .5vw;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .2)
}

.header .navbar-brand {
	padding: 3px 0 0;
	min-height: auto;
	font-size: 0;
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	width: 200px;
	height: 100px;
	display: block;
}

@media (min-width: 992px) {
	.header .navbar-brand {
		padding: 10px 0 0;
		background-position: center;
		width: 240px;
		height: 125px;
		display: inline-block !important;
		order: 1;
		margin-left: 0;
		margin-bottom: 2px;
	}
}

@media(min-width:1200px) {
	.header .navbar-brand {
		width: 290px;
		height: 170px;
	}
}

.cw-header-info {
	color: #fff;
	font-weight: 700;
	padding: .5rem 1rem;
}

.cw-header-info a:link,
.cw-header-info a:visited,
.cw-header-info a:active {
	color: #fff;
}

.cw-header-info a:hover {
	color: #000;
}

.cw-rightContactInfo,
.cw-leftContactInfo {
	text-align: center;
}

.navbar .container {
	padding: 0 .5rem;
	max-width: 100%;
	text-align: center;
}

.header .navbar .navbar-nav .nav-link,
.header .dropdown-item {
	border-radius: .5vw;
	overflow: hidden
}

.header .navbar-dark .navbar-nav>.active .nav-link {
	color: var(--color-theme-background) !important
}


.header .nav-link::before,
.header .navbar .dropdown-item::before {
	display: none
}

.header .navbar .nav-link,
.header .nav-link-cart,
.navbar-dark .dropdown-item {
	transition: all 150ms 50ms ease-in-out
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .dropdown-item:focus,
.navbar-dark .dropdown-item:hover {
	background: var(--color-theme-secondary);
	color: #000
}

.navbar-dark .dropdown-item.active,
.navbar-dark .dropdown-item:active {
	color: var(--color-theme-text-btn)
}

.header .navbar .dropdown-item:hover {
	opacity: 1
}

.header .navbar .dropdown-item {
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center
}

.header .navbar-toggler {
	background: var(--color-theme-secondary);
	border-color: var(--color-theme-text-btn);
	border-radius: 3rem;
	padding: .3rem 1.3rem .4rem
}

.header .navbar-toggler:hover {
	background: var(--color-theme-highlight)
}

.header .toggle .icon-bar {
	background-color: #111
}

.phone-link {
	color: var(--light-txt)
}


/* highlighting and repositioning first item */
.header .navbar-dark .navbar-nav .nav-item:first-of-type .nav-link {
	background-color: var(--color-theme-secondary);
	color: #000;
	padding: 0.7rem 1rem;
	margin: 5px;
	border-radius: 40px;
	transition-duration: .3s;
}

.header .navbar-dark .navbar-nav .nav-item:first-of-type .nav-link:hover {
	/* However you want to style the hover */
	background-color: #fff;
	color: #000;
}

@media(min-width:768px) {
	.navbar .container {
		padding-top: 20px;
		padding-bottom: 10px;
		padding-right: 2rem
	}
}

@media(min-width:992px) {
	.text-lg-left {
		text-align: left !important;
	}

	.text-lg-right {
		text-align: right !important;
	}

	.cw-header-info {
		border-radius: 0;
		padding: 0 1rem;
		display: block;
	}

	.header .navbar-expand-lg .navbar-nav {
		right: 1.5rem;
		position: relative;
		align-items: center;
		width: 100%;
	}

	.navbar .container {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 9px;
		/* text-align: left; */
	}

	.navbar-collapse {
		/* flex-grow: initial */
	}

	.header .navbar-dark .navbar-nav .nav-item:first-of-type {
		flex-grow: 1;
		display: flex;
		flex-flow: row;
		justify-content: center;
		align-items: center;
	}

	/* keeps nav items on the right side of header */
	.header.has-cart .collapse.justify-content-center,
	.header .navbar-collapse.justify-content-center {
		-webkit-box-pack: flex-end !important;
		-ms-flex-pack: flex-end !important;
		justify-content: flex-end !important;
	}

	.header .nav-link-cart,
	.header .navbar .nav-link,
	.header .dropdown-item {
		line-height: 30px
	}

	.header .navbar .dropdown-item {
		text-align: left
	}

	.header .navbar {
		padding-top: 5px
	}
}


@media (min-width:992px) and (max-width:1400px) {

	.header .navbar .navbar-nav .nav-link,
	.header .navbar .navbar-nav .dropdown-item {
		padding-left: .5rem;
		padding-right: .5rem
	}
}

@media(min-width:1200px) {

	.navbar .container {
		padding-top: 0;
		padding-bottom: 0;
	}

	.header li.nav-item {
		margin-right: 10px
	}

	.header li.nav-item:last-of-type {
		margin-right: 0
	}
}

@media(max-width:992px) {
	.header .cart-count {
		background: #F8F7F2;
		color: #000;
	}
}

/* ---- Hero ---- */
.cw-hero-main {
	position: relative;
	z-index: 11;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17) 0%, #000000 100%), url('https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/C514EBA205343F48C129A3207AC088D4.jpg');
	background-size: cover;
	background-position: center top;
	color: #fff;

	width: 100%;
	padding: 50px 0 100px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.cw-hero-main .cw-hero-row {
	align-items: flex-end;
	justify-content: center;
}

.cw-hero-main .hero__h1 .hero__preline {
	font-size: 1.4rem;
	line-height: 1.3;
	position: relative;
	color: #fff;
	display: block;
	margin-bottom: 0;
	font-weight: 800;
	text-transform: uppercase;
}


.cw-hero-main .hero__h1 .hero__headline {
	font-size: 2.2rem;
	line-height: .9;
	font-weight: 700;
	margin-bottom: 20px;
	display: block
}

.cw-hero-main p {
	font-size: 1em;
	border-left: 2px solid var(--color-theme-highlight);
	padding-left: 10px;
	padding-right: 3em;
}

/*  */
.cw-hero-main .row.cw-feature-row {
	background: #ffd50a;
	color: #0C1418;
	padding: 1rem 1em 2rem 1rem;
	margin-left: 0;
	margin-left: calc(-.5 * var(--bs-gutter-x));
	margin-right: 0;
}

.cw-hero-main .cw-feature-row .col .cw-item-wrap {
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem;
	margin-top: 10px;
}

.cw-hero-main .cw-feature-row .col .cw-item-wrap .cw-icon {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cw-hero-main .cw-feature-row .col .cw-item-wrap .cw-icon img {
	max-width: 60px;
	max-height: 60px;
}


.cw-hero-main .cw-feature-row .col .cw-item-wrap .info__item__headline {
	font-size: 13px;
	line-height: 1
}

.cw-hero-main .cw-feature-row .col .cw-item-wrap .info__item__headline span {
	color: var(--color-theme-secondary)
}

.cw-hero-main .cw-feature-row .col .cw-item-wrap .info__item__subheadline {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25
}

/* carousel */
.cw-hero-main .carousel {
	margin: 1rem 0;
}

.cw-hero-main .carousel-inner {
	border-radius: 1em;
}

.cw-hero-main .carousel .carousel-item {
	transition: transform 2.6s ease-in-out;
}

.cw-hero-main .carousel .carousel-fade .active.carousel-item-start,
.cw-hero-main .carousel .carousel-fade .active.carousel-item-end {
	transition: opacity 0s 2.6s;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.cw-hero-main .hero__h1 .hero__headline {
		font-size: 3rem;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.cw-hero-main {
		background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17) 0%, #000000 100%), url('https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C514EBA205343F48C129A3207AC088D4.jpg');
	}

	.cw-hero-main .hero__h1 .hero__headline {
		font-size: 4rem;
	}

	.cw-hero-main .cw-feature-row .col .cw-item-wrap {
		border-right: 1px solid rgb(0, 0, 0);
		margin-top: 10px;
	}

	.cw-hero-main .cw-feature-row .col:last-of-type .cw-item-wrap {
		border-right: none;
		/* margin-right: 0; */
	}

	.cw-hero-main {
		padding: 120px 0 100px;
	}
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {

	.cw-hero-main {
		padding: 150px 0 200px;
	}

	.cw-hero-main .carousel {
		margin: 0 0 -50px;
	}

	.cw-hero-main .cw-feature-row .col .cw-item-wrap {
		flex-flow: column;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.cw-hero-main .carousel {
		margin-bottom: -120px;
	}

	.cw-hero-main .hero__h1 .hero__preline {
		font-size: 1.7rem;
	}

	.cw-hero-main .cw-feature-row .col .cw-item-wrap {
		flex-flow: row nowrap;
	}

	.cw-hero-main .hero__h1 .hero__headline {
		font-size: 5rem;
	}
}

@media (min-width: 1400px) {
	.cw-hero-main .hero__h1 .hero__headline {
		font-size: 6rem;
	}
}

/* End hero */
/* ----- About ----- */
.cw-about {
	position: relative;
	background-image: linear-gradient(180deg, #000000, #0000007a, rgb(0 0 0 / 68%)), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/E90BE4FF3C48269D378ABC2CF052D6AF.jpg);
	background-size: cover;
	color: #000;
}

.cw-about img {
	border-radius: 10px;
}

.cw-about h2 {
	font-size: 2rem;
}

@media (min-width: 768px) {
	.cw-about h2 {
		font-size: 2.5rem;
	}
}


/*---- About Bottom ----*/
.cw-about-bot {
	background-image: linear-gradient(180deg, #000000, #000000eb, rgb(0 0 0 / 68%)), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/E90BE4FF3C48269D378ABC2CF052D6AF.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 4em 0 0
}

.cw-abot-bot-text {
	margin-top: 80px;
}

@media (min-width: 280px) {
	.cw-abot-bot-text {
		margin-top: 0px;
	}
}

@media(min-width: 992px) {
	.cw-about-bot {
		padding: 4em 0
	}

	.cw-abot-bot-text {
		margin-top: 80px;
	}
}

.cw-about-bot .expand {
	-webkit-animation-name: expand;
	animation-name: expand;
	visibility: visible;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	margin: 1em auto;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes expand {
	0% {
		width: 15px
	}

	100% {
		width: 100%
	}
}

@keyframes expand {
	0% {
		width: 15px
	}

	100% {
		width: 100%
	}
}

.cw-about-bot h3 {
	font-size: 1.15rem;
	color: var(--color-theme-primary);
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 2em
}

.cw-about-bot h3 span {
	font-size: 2rem;
	color: var(--color-theme-secondary);
	text-transform: uppercase;
	font-weight: 700
}

.page-home .form {
	background-image: linear-gradient(180deg, #000000, #000000, rgb(0 0 0 / 61%)), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/E90BE4FF3C48269D378ABC2CF052D6AF.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed
}

@media(min-width: 992px) {
	.page-home .form .form-wrap {
		margin-top: -31em;
		width: 45%;
		margin-right: 2.5%;
		margin-left: auto;
		position: relative;
		z-index: 1
	}

	.cw-about-bot h3 {
		margin-top: 0
	}
}

@media(min-width: 1200px) {
	.page-home .form .form-wrap {
		margin-top: -26em;
		width: 45%;
		margin-right: 2.5%;
		margin-left: auto
	}
}

.page-home .form {
	padding-top: 1.5em
}

.page-home textarea.form-control {
	height: 100px
}

/* --- Cards --- */
.cw-parallax {
	height: 300px;
	padding-top: 3em;
	background-image: linear-gradient(45deg, #000, transparent), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/15F0D8A86D9CC1989059E07E8AB5B3CF.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #fff
}

.cw-over-btns {
	margin-top: -32px;
	margin-bottom: 48px;
	color: #fff
}

.cw-over-btns .cw-flex-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-around
}

.cw-over-btns .card {
	margin-bottom: 20px;
	height: calc(100% - 20px);
	border-radius: 6px;
	border: 0 transparent;
	overflow: hidden;
	padding: 15px 0
}

.cw-over-btns .card i {
	font-size: 2.25rem;
	margin-bottom: 10px
}

.cw-over-btns .card h4 {
	font-size: 1.25rem;
	text-transform: uppercase
}

.cw-over-btns .card p {
	font-size: 1rem;
	margin-bottom: 0
}

.cw-over-btns .card .cw-btn {
	background: #000;
	border-radius: 8px;
	border-color: var(--color-theme-highlight);
	padding: 10px 15px;
	color: #fff
}

.cw-over-btns .card .cw-btn:active {
	color: var(--color-theme-text) !important;
	border: 1px solid var(--color-theme-primary)
}

.cw-over-btns .card .cw-btn i {
	font-size: 1rem;
	margin: 0
}

.cw-over-btns .cw-card-primary {
	background: #FCD527;
	color: #000;
	/* background-image: linear-gradient(180deg, #fff, #fff, rgba(255, 255, 255, .6)), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/6769FC686190A34C4B4919D407E55992.png); */
	/* background-image: linear-gradient(180deg, #fff, #fff, rgba(255, 255, 255, .6)), url(https://cdn.powersports.com/cdn-cgi/image/Original/9DCC601527BAA2789947E04A3499627B.png); */
	/* If you use tinyPNG or something to reduce PNG size, Original might actually be a smaller size than a h=600,w=800 or bigger image*/
	/* background-size: contain; */
	box-shadow: 1px 7px 11px rgba(0, 0, 0, .2);
}

.cw-over-btns .cw-card-secondary {
	background: #D20F16;
	color: var(--color-theme-text-btn);
	/* background-image: linear-gradient(180deg, var(--color-theme-primary), var(--color-theme-primary), #002a5c61), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/554FE9974C9FEE449DD1E00ABBE400F4.png); */
	/* background-image: linear-gradient(180deg, var(--color-theme-primary), var(--color-theme-primary), #002a5c61), url(https://cdn.powersports.com/cdn-cgi/image/Original/89D0FC0AE1325983E836237F3F237E00.png);
	background-size: contain; */
	box-shadow: 1px 7px 11px rgba(0, 0, 0, .2)
}

.cw-over-btns .card .card-footer {
	background: 0 0;
	border-top: transparent
}

@media(min-width: 440px) {
	.cw-over-btns .card h4 {
		font-size: 1.5rem
	}
}

@media(min-width: 576px) {
	.cw-over-btns .card h4 {
		font-size: 1.35rem
	}
}

@media(min-width: 768px) {
	.cw-over-btns {
		margin-top: -100px
	}

	.cw-over-btns .card h4 {
		font-size: 1.65rem
	}

	.cw-parallax h3 {
		font-size: 3rem;
	}

	.cw-parallax p {
		max-width: 80%;
		margin: auto;
	}
}

@media(min-width: 992px) {
	.cw-over-btns .card h4 {
		font-size: 1.1rem
	}

	.cw-over-btns .card i {
		font-size: 2rem;
		margin-bottom: 10px
	}
}

@media(min-width: 1200px) {
	.cw-over-btns .card h4 {
		font-size: 1.35rem
	}

	.cw-parallax p {
		max-width: 50%;
	}
}

@media(min-width: 1400px) {
	.cw-parallax p {
		max-width: 41%;
	}
}

/* ---- Slider Section ------*/
.cw-portfolio {
	position: relative;
	width: 100%;
	height: 260px;
	overflow: hidden
}

.cw-description {
	padding: 2rem;
	background: var(--color-theme-primary);
	color: #fff;
}

.cw-description h3 {
	font-size: 1.8rem;
}

p.cw-scope {
	color: #ffe3b0;
}

.cw-portfolio .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover
}

.cw-portfolio .cw-slider {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	outline: none;
	margin: 0;
	transition: all .2s;
	background: 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none
}

.cw-portfolio .cw-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 6px;
	height: 360px;
	background: var(--color-theme-highlight);
	cursor: pointer
}

.cw-portfolio .cw-slider::-moz-range-thumb {
	width: 6px;
	height: 360px;
	background: #fff;
	cursor: pointer
}

.cw-portfolio .cw-slider-button {
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--color-theme-secondary);
	left: calc(50% - 18px);
	top: calc(50% - 18px)
}

.cw-portfolio .cw-slider-button:after {
	content: '';
	padding: 3px;
	display: inline-block;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	transform: rotate(-45deg)
}

.cw-portfolio .cw-slider-button:before {
	content: '';
	padding: 3px;
	display: inline-block;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	transform: rotate(135deg)
}

.cw-portfolio .background-img {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/389C22895DFE4BBC9781654F8D950F61.jpg);
	background-position: center
}

.cw-portfolio .foreground-img {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/5627A95BF279313F364D8262474665FC.jpg);
	width: 50%
}

.cw-testimonial span {
	color: #c3c3c3;
	padding: 10px;
	line-height: 44px;
}

@media(min-width: 430px) {
	.cw-portfolio {
		height: 430px
	}

	.cw-portfolio .cw-slider::-webkit-slider-thumb {
		height: 460px
	}

	.cw-portfolio .cw-slider::-moz-range-thumb {
		height: 460px
	}
}

@media(min-width: 768px) {
	.cw-portfolio {
		height: 400px
	}

	.cw-portfolio .cw-slider::-webkit-slider-thumb {
		height: 460px
	}

	.cw-portfolio .cw-slider::-moz-range-thumb {
		height: 460px
	}
}



.cw-testimonials {
	position: relative;
	padding: 4rem 0;
	text-align: center;
	background-image: linear-gradient(180deg, #000000, #0000007a, rgb(0 0 0 / 68%)), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/38A3560859B394C997F4E5E2111E72AB.jpg);
	background-size: contain;
}

.cw-testimonials .container,
.cw-testimonials h3 {
	position: relative;
	z-index: 2
}

.cw-testimonials h3 {
	margin-bottom: 1rem;
	color: var(--color-theme-primary);
	font-size: 2rem
}

.cw-testimonials .card {
	position: relative;
	padding: 1.25rem 1rem 0;
	font-size: .85rem;
	border: 1px solid #F9D536;
	text-align: left;
	background: #CC0813;
	color: #fff;
	border-radius: 14px 0 14px 0;
}

.cw-testimonials .fas {
	position: absolute;
	top: .5rem;
	left: .5rem;
	color: #F9D536;
	font-size: 22px;
}

.cw-testimonials .card-text {
	margin-bottom: .25rem
}

.cw-testimonials .card-title {
	float: right;
	font-size: .9rem;
	font-weight: 700;
	text-align: right;
	text-transform: none
}

.cw-testimonials .btn {
	border-radius: 50%;
	padding: 5px 11px;
	background: var(--color-theme-secondary);
	color: #fff
}

.cw-testimonials .carousel-item {
	padding: 1em;
	min-height: 250px;
}

.cw-testimonials .carousel .carousel-item {
	transition: transform 2.6s ease-in-out;
}

.cw-testimonials .carousel-fade .active.carousel-item-start,
.cw-testimonials .carousel-fade .active.carousel-item-end {
	transition: opacity 0s 2.6s;
}

@media(min-width: 992px) {
	.cw-testimonials h3 {
		font-size: 2.5rem
	}

	.cw-testimonials .card {
		font-size: .95rem
	}
}

/* 
@media (min-width: 1200px) and (max-width: 1648px) {
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
} */
@media (min-width: 1648px) {
	.pg-services .pg-services-effect-container {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		max-width: 100%;
	}
}

@media(min-width: 1200px) {
	.pg-services-effect-container.pl-xl-4 {
		padding-left: 1.7em !important;
	}

	.pg-services-effect-container.pr-xl-4 {
		padding-right: 1.7rem !important;
	}
}

/* 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 {
	-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: #000;
}

.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-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;
	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: '';
	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: calc(100% + 50px);
	opacity: 1;
	transition: opacity 0.35s, transform 0.35s;
	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;
	transition: transform 0.35s;
	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);
	transform: translate3d(0, 40px, 0);
	opacity: 0;
	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 {
	transform: translate3d(0, 0, 0);
}

.effect-list:hover p {
	transition-delay: 0.05s;
	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 {
		transform: translate3d(0, 0, 0);
	}
}

/* !!! Services Pages Half Form & Testimonials !!! */
/* <!--Use Styles with Business Info Module--> */
h1.contact-title.contact-businessname {
	/* visibility: hidden; */
}

.cw-what-we-do .cw-form {
	background: var(--color-theme-secondary);
	color: #ffffff;
	padding: 1em;
	border-radius: 1em;
}

.cw-what-we-do hr {
	border-top-color: rgba(255, 255, 255, 0.6);
}

.cw-what-we-do .display-4 {
	font-size: 1.5rem;
}

.cw-fa-list ul li::marker {
	content: "\f101  ";
	font-family: "FontAwesome";
	font-weight: 800;
	font-size: 1.25rem;
	color: var(--color-theme-primary);
}

@media (min-width: 992px) {
	.cw-what-we-do .display-4 {
		font-size: 3.5rem;
	}
}

.testimonial {
	background: var(--color-theme-secondary);
	padding: 1em;
	display: flex;
	flex-direction: column;
	border-radius: 1em;
}

.testimonial .fa-star {
	color: #ffc107;
	margin-bottom: 20px;
}

.author {
	color: var(--color-theme-primary);
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 1rem;
}

.cw-review {
	margin-bottom: 2rem;
}

.cw-what-we-do-testimonial .row {
	align-items: center;
	display: flex;
}

.businessinfo {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

/* section.page-services .form-wrap {
	background-color: var(--color-theme-secondary);
	color: #ffffff;
	
	background: var(--color-theme-secondary);
	background-image: linear-gradient(180deg, var(--color-theme-primary), var(--color-theme-primary), #002a5c9e), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/554FE9974C9FEE449DD1E00ABBE400F4.png);
	background-size: contain;
	color: #ffffff;
	padding: 4em 3em;
	border-radius: 1em;
} */
section.page-services .businessinfo label,
section.page-services .form-wrap .formDisclaimer__content-wrapper {
	color: inherit;
}

section.page-services .form-wrap .formDisclaimer__content-wrapper a {
	color: inherit !important;
}

section.page-services .form-wrap .formDisclaimer__content-wrapper a:hover {
	color: var(--color-theme-highlight) !important;
}

section.page-services .businessinfo {
	padding-top: 5em;
	padding-bottom: 0;
}

section.page-services .businessinfo {
	/* margin-top: -50px; */
}

section.page-services .contact-companyinfo,
section.page-services .contact-title {
	margin-bottom: 0;
}

:root {
	/* Root variables to reference, delete, or replace */
	--cw-form-boxHeight: auto;
}

@media (min-width: 440px) {

	section.page-services .form-wrap {
		background: var(--color-theme-primary);
		color: #ffffff;
		padding: 4em 3em;
		border-radius: 1em;
	}
}

.businessinfo .btn-primary {
	border-color: #ffffff !important;
}


/* @media (min-width: 330px) {
	section.page-services .businessinfo {
		margin-top: -444px;
	}
}

@media (min-width: 440px) {
	section.page-services .businessinfo {
		margin-top: -518px;
	}
} */
@media (min-width: 992px) {
	section.page-services .businessinfo {
		/* padding-top: 17em; */
		/* padding-top: 27em; */
		/* padding-top: 5em; */
		/* margin-top: -488px; */
		/* margin-top: -543px; */
	}

	.cw-what-we-do {
		position: absolute;
		width: 100%;
		left: 0;
		pointer-events: none;
	}

	.cw-what-we-do .cw-info-box {
		pointer-events: all;
	}

	:root {
		/* Root variables to reference, delete, or replace */
		--cw-form-boxHeight: 1100px;
	}

	.cw-what-we-do,
	section.page-services .businessinfo {
		padding-top: 0;
		min-height: 1100px;
		min-height: var(--cw-form-boxHeight);
		margin-bottom: 54px;
	}


	section.page-services .contact-companyinfo {
		display: none;
	}

	/* !!! Fix Form lining up with images !!! */
	/* !!! Make one for each page if you need to fix it lining up !!! */
	/* .page-storm-restoration:not(.page-home, .page-contact-us, .page-about-us) .businessinfo .col-lg-7 {
		margin-top: -63em;
		margin-bottom: 100px;
		padding-top: 4em;
	}

	.page-roofing:not(.page-home, .page-contact-us, .page-about-us) .businessinfo .col-lg-7 {
		margin-top: -66em;
		margin-bottom: 100px;
		padding-top: 4em;
	}

	.page-stucco:not(.page-home, .page-contact-us, .page-about-us) .businessinfo .col-lg-7 {
		margin-top: -53em;
		margin-bottom: 100px;
		padding-top: 4em;
	} */
	.page-services:not(.page-home,
		.page-contact-us,
		.page-about-us) .businessinfo .col-lg-7 {
		/* margin-top: -43em; */
		margin-bottom: 100px;
		/* padding-top: 4em; */
	}

	.cw-what-we-do-testimonial {
		margin-top: 1em;
	}

	/* section.page-services .businessinfo .col-lg-7 {
		padding: 1em;
		border-radius: 25px;
	} */
}

@media (min-width: 1200px) {
	h2.webit-forms-header {
		font-size: 3em;
		text-transform: uppercase;
	}
}

section.page-services .businessinfo h2 {
	background: var(--color-theme-primary);
	text-align: center;
	padding: 0.25em;
	border-radius: 15px 15px 0 0;
}

section.page-services .form-wrap {
	bottom: 0px;
}

section.page-services .galleryslideshow {
	padding-top: 3em;
	background: #0E0E0E;
	padding-bottom: 3em;
	margin: 3em 0;
}

/* ---- Foooter -----*/
.footer .footer-bottom-section {
	background: #A80000;
}

.cw-footer {
	background: #000;
}

.footer {
	padding-top: 0.5em;
	padding-bottom: 0;
	margin-top: -2em;
}

.business-hours {
	margin-top: 15px;
	position: relative;
}

.business-hours .title {
	font-size: 20px;
	color: #bbb;
	text-transform: uppercase;
	padding-left: 5px;
	border-left: 4px solid var(--color-theme-primary);
}

.business-hours li {
	color: #fff;
	line-height: 30px;
	border-bottom: 1px solid #333;
}

.business-hours li:last-child {
	border-bottom: none;
}

.bg-primary iframe {
	padding: 1em;
	border-radius: 2em;
}


@media(max-width: 786px) {
	.business-hours p {
		font-size: 14px;
	}

	p.text-center.text-md-start {
		font-size: 15px;
	}

	.business-hours li {
		font-size: 14px;
	}
}

.cw-testimonials .card-title {
	margin-bottom: 1.5rem;
	font-size: .9rem;
	font-weight: 700;
	text-align: right
}

.cw-testimonials .btn {
	border-radius: 50%;
	padding: .1rem .5em
}

.cw-testimonials i {
	color: #fff
}

@media(min-width: 992px) {
	.cw-testimonials h3 {
		font-size: 2.75rem
	}
}

@media(min-width: 1400px) {
	.cw-testimonials .card {
		font-size: .95rem
	}

	.cw-testimonials h3 {
		font-size: 3.5rem
	}

	.textwithimage-m3 .cw-testimonials .card-text {
		font-size: 1.15rem
	}

	.cw-testimonials .card-title {
		font-size: 1rem
	}
}

.form-select {
	padding: 0;
}

.footer a:hover {
	color: #9f9f9f !important;
}


@media (min-width: 992px) {
	.header .dropdown-menu[data-bs-popper] {
		/* make navbar dropdowns right aligned so they don't go off page when navbar is right aligned */
		left: unset;
		right: 0;
	}
}


.header .navbar .dropdown-item.active {
	color: #000 !important;
}