/* @import url("https://use.typekit.net/wji1pho.css"); */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');


h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: "tt-paplane", sans-serif; */
	font-family: "Orbitron", sans-serif;
	font-weight: 400;
	font-style: normal;
}


.font-header-Montserrat h1,
.font-header-Montserrat h2,
.font-header-Montserrat h3,
.font-header-Montserrat h4,
.font-header-Montserrat h5,
.font-header-Montserrat h6 {
	font-weight: 400 !important;
}


.textwithimage a.btn {
	color: var(--color-theme-text-btn);
}

/*Header*/
.header .container {
	position: relative;
	max-width: 1400px
}

.header .navbar .active>.nav-link {
	background-color: transparent;
}

.header .cw-head-logo {
	max-width: 170px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.header .navbar .navbar-nav .nav-link {
	text-transform: uppercase;
	font-weight: 100;
}

@media(min-width: 992px) {

	.header .navbar,
	.header .navbar.bg-primary {
		background: transparent !important;
	}

	section:not(.page-inventory-details) .header .header-container {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		z-index: 1030;
	}

	/** Adds top margin to all pages to account for fixed header**/
	section[class*="page-"]:not(.page-inventory-details) {
		margin-top: var(--cw-headerHeight);
	}

	/* There's a script to make the variable always the size of the header container */
	:root {
		--cw-headerHeight: 140px;
	}

	.page-home .header .navbar,
	.page-home .header .navbar.bg-primary {
		background: transparent !important
	}

	.header .navbar .navbar-nav .nav-link {
		text-shadow: 0 0 4px #000
	}

	.header .navbar.bg-primary.cw-scrolled {
		background: rgb(0 0 0 / 33%) !important;
        height: 134px;
	}

	.cw-header-info .cw-head-logo {
		position: absolute;
		z-index: 1040;
		margin-top: 24px;
	}

	nav.navbar .container {
		min-height: 100px;
	}

	/* 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 .navbar-nav:not(.navbar-cart) {
		/* set pixels to logo width (or more) */
		max-width: calc(100% - 280px);
		justify-content: center;
	}
}

/*Hero*/
.cw-hero {
	position: relative;
	overflow: hidden;
	min-height: 584px;
	background: linear-gradient(rgb(0 0 0 / 40%), transparent), url(https://apihoard.webit.com/api/v1/Image/55FFC939B868671DB43890B66C2E5236/55FFC939B868671DB43890B66C2E5236.jpg?size=1920x1440) no-repeat center center;
	background-size: cover;
	background-position: 45% bottom;

	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	align-items: flex-start;
}


.cw-hero .cw-hero-content {
	padding: 2rem 1rem 2.5rem;
	background: #e5e5e5c5;
	color: #1c1c1c;
	max-width: 340px;
}

.cw-hero h1 {
	font-size: 1.7rem;
	text-transform: uppercase;
	font-weight: 400;
}

.cw-hero h1::after {
	content: "";
	display: block;
	height: 3px;
	width: 80px;
	margin: 10px 0 15px 0;
	background-color: #E0182A;
}

.cw-hero .cw-img-outline {
	display: none;
}

/* MAX to adjust container just on very small */
@media(max-width: 439px) {
	.cw-hero .container {
		padding-left: 0;
		padding-right: 0;
	}
}

/* regular media */
@media(min-width: 440px) {
	.cw-hero .cw-hero-content {
		margin-bottom: 40px;
	}

	.cw-hero h1 {
		font-size: 2rem;
	}
}

@media (min-width: 576px) {
	.cw-hero .cw-img-outline {
		display: block;
		width: 270px;
	}
}

@media (min-width: 768px) {
	.cw-hero .cw-hero-content {
		background: #F1F0F0;
	}
}

@media(min-width: 992px) {
	.cw-hero {
		margin-top: calc(-1 * var(--cw-headerHeight));
		padding-top: var(--cw-headerHeight);
		min-height: 800px;
	}

	.cw-hero h1 {
		font-size: 3rem;
	}

	.cw-hero p {
		font-size: .85em;
		padding-top: 3px;
	}
}

@media(min-width: 1200px) {
	.cw-hero h1 {
		font-size: 4rem;
	}
}

@media(min-width: 1600px) {

	.cw-hero .cw-hero-content {
		margin-left: -60px;
		margin-bottom: 60px
	}
}


/* .pg-title-center::after {
	margin: 10px auto 15px auto;
} */

/* .btn,
.line-link {
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	-webkit-text-stroke: 0;
	font-variant-numeric: lining-nums;
	-moz-font-feature-settings: 'lnum=1';
	-moz-font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum" 1;
	-ms-font-feature-settings: 'lnum';
	-webkit-font-feature-settings: 'lnum';
	-o-font-feature-settings: 'lnum';
	font-feature-settings: 'lnum';
} */

/* 
.btn-callout {
	border-radius: 50px;
}

.btn-callout,
.btn-callout:focus {
	background: var(--color-yellow);
	color: var(--color-theme-secondary) !important;
	border-color: var(--color-theme-secondary);
}

.btn-callout:hover,
.btn-callout:not([disabled]):not(.disabled).active,
.btn-callout:not([disabled]):not(.disabled):active,
.show>.btn-callout.dropdown-toggle {
	background: var(--color-theme-highlight);
	color: var(--color-theme-text-btn) !important;
	border-color: var(--color-theme-highlight);
}

.btn-callout:before {
	background: var(--color-theme-secondary);
} */



/*Number banner*/

.cw-number-tick .fa {
	color: var(--color-theme-text);
	padding-top: .5em;
}

.cw-number-tick h6 {
	color: var(--color-theme-secondary);
	font-size: 3em;
	font-family: "Orbitron", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.cw-number-tick p {
	color: var(--color-theme-text);
	padding-bottom: 1.5em;
}

.cw-number-tick {
	background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C6A0E75A5E219C0FFDAC1EA9C1A18D5A.png") center;
	background-size: cover;
	padding: 10% 4% 6%;
	background-color: #1C1C1C;
}

@media (min-width: 992px) {
	/* removed */

	.cw-number-tick {
		background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C6A0E75A5E219C0FFDAC1EA9C1A18D5A.png") center;
		background-size: contain;
		padding: 8% 7% 5%;
		background-color: #1C1C1C;
	}
}

@media (min-width: 1440px) {
	.cw-number-tick {
		background-attachment: fixed;
	}
}

/* About us page image */
.cw-layred-img {
	width: 1050px;
}


.cw-number-tick.cw-about-version {
	background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C6A0E75A5E219C0FFDAC1EA9C1A18D5A.png") center;
	background-size: cover;
	padding: 340px 4% 5%;
	background-color: #1C1C1C;
	margin-top: -340px;
}

@media (min-width: 992px) {
	/* removed */

	.cw-number-tick.cw-about-version {
		/* background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C6A0E75A5E219C0FFDAC1EA9C1A18D5A.png") center; */
		background-size: cover;
		/* padding: 18% 7% 5%; */
		/* background-color: #1C1C1C; */
		background-attachment: fixed;
	}
}

/* removed */

/*Home about*/

.page-home .textwithimage-in-container {
    padding-top: 4.5em !important;
}

.cw-about-title {
	font-size: 2em;
	font-weight: 500 !important;
	color: var(--color-theme-secondary);
}


@media (min-width: 440px) {
	.cw-about-title {
		font-size: 3em;
	}
}

.cw-about-section .cw-item-wrapper {
	margin-bottom: 40px;
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem;
	/* cw-item-wrapper */
}

.cw-about-section .cw-item-wrapper .cw-item-icon {
	padding: 10px;
	min-width: 20px;
	min-height: 20px;
	border-radius: 50px;
	background-color: #99A150;
	outline-offset: 5px;

	display: flex;
	justify-content: center;
	align-items: center;
	/* d-flex justify-content-center align-items-center */
}

.cw-about-section .cw-item-wrapper .cw-item-icon i {
	font-size: 30px;
}

.cw-about-section .cw-item-wrapper .cw-item-icon img {
	max-width: 30px;
}

.cw-about-section .cw-item-wrapper .cw-item-headline {
	font-size: 14px;
	font-weight: 100;
	line-height: 1;
	margin-bottom: 5px;
	/* font-family: var(--sitefont); */
	text-transform: uppercase;
	color: var(--color-theme-text);
}

.cw-about-section .cw-item-wrapper .cw-item-headline span {
	color: var(--color-theme-primary);
}


/* 3 Card Section */

.cw-card-number {
	width: 50px;
	margin-bottom: 24px;
}

.cw-over-btns {
	background-color: #f1f0f0;
	padding: 60px 0px 28px;
}

.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-bottom: 2px solid ##99A150;
	overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #ffffff00;
}

.cw-over-btns .card h4 {
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: 100;
}

.cw-over-btns .card p {
	font-size: 1rem;
	margin-bottom: 0;
}

.cw-over-btns .card .cw-btn {
	background: transparent;
    /* border: 1px solid #000; */
    border-radius: 8px;
    padding: 10px 15px;
    color: #2A7F8C;
}

.cw-over-btns .card .cw-btn:hover {
	color: var(--color-theme-text) !important;
}

.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: 2rem;
	margin: 0;
}

.cw-over-btns .cw-card-primary {
	/* background: #e9e9e9; */
	color: #1C1C1C;
}


.cw-over-btns .cw-card-image .card-footer {
	padding: 0;
}

.cw-over-btns .card .card-footer {
	background: transparent;
	border-top: transparent;
	text-align: right;
}

.btn-card-arrow {
	background-color: transparent;
}

/* Mobile: 440px & Up */
@media (min-width: 440px) {
	.cw-over-btns .card h4 {
		font-size: 1.5rem;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.cw-over-btns .card h4 {
		font-size: 1.35rem;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	/* .cw-over-btns {
    margin-top: -40px;
  } */

	.cw-over-btns .card h4 {
		font-size: 1.65rem;
	}
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
	.cw-over-btns .card h4 {
		font-size: 1.1rem;
	}

	.cw-over-btns .card i {
		font-size: 2rem;
		margin-bottom: 10px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.cw-over-btns .card h4 {
		font-size: 1.35rem;
	}
}



/*What Orbis Offers Section*/

.cw-duo-info {
	margin-top: 80px;
	margin-bottom: 3rem;
}


.cw-duo-info .cw-duo-title {
	text-align: left;
	color: var(--color-theme-secondary);
	/* justify-items: left; */
	font-size: 1.5rem;
}

.cw-duo-info .cw-duo-title::after {
	content: "";
	display: block;
	height: 3px;
	width: 80px;
	margin: 10px 0 15px 0;
	background-color: var(--color-theme-secondary);
	/* text-align: right; */
}

@media (min-width: 576px) {
	.cw-duo-info .cw-duo-title {
		font-size: 2.5rem;
	}
}


@media (min-width: 768px) and (max-width: 929px) {

	/* minor adjustment specifically to try to keep "architecture is" on one line at this size */
	.cw-duo-info.container {
		max-width: 800px;
	}
}

@media (min-width: 768px) {
	.cw-duo-info .cw-duo-title {
		text-align: right;
		font-size: 1.8rem;
		justify-items: right;
	}

}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
	.cw-duo-info .cw-duo-title {
		font-size: 2.4rem;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.cw-duo-info .cw-duo-title {
		font-size: 3em;
	}
}

/* Current Projects Section */
#cwID-projects {
	padding-bottom: 86px;
    background-color: #F1F0F0;
}

#cwID-projects .carousel-indicators [data-bs-target] {
	background-color: var(--color-theme-highlight) !important
}

#cwID-projects .carousel-indicators [data-bs-target]:focus {
	box-shadow: none !important;
}

.cw-home-projects {
	color: #fff;
	overflow: hidden;
	position: relative;
	background-color: #1C1C1C;
	clip-path: polygon(95% 0%, 100% 14%, 100% 100%, 5% 100%, 0% 88%, 0 0);
}

.cw-home-projects {
	clip-path: polygon(94% 0%, 100% 4%, 100% 100%, 5% 100%, 0% 96%, 0 0);
}

@media (min-width: 992px) {
	.cw-home-projects {
		clip-path: polygon(95% 0%, 100% 14%, 100% 100%, 5% 100%, 0% 88%, 0 0);
	}
}

.cw-home-projects .cw-home-projects-stars {
	margin-bottom: .5em
}

.cw-home-projects .cw-home-projects-stars i {
	color: var(--color-theme-secondary);
	font-weight: 700 !important;
}

.cw-home-projects .cw-home-projects-content {
	/* text-align: center; */
	padding: 3em
}

.cw-home-projects .cw-card-title {
	color: #E0182A;
}

/* page url specific form modification */
.page-testimonials .form {
	position: relative;
	z-index: 1;
	padding-top: 0;
	padding-left: .5rem;
	padding-right: .5rem;
	margin: 0 1rem 1rem 1rem;
	background: var(--color-theme-background);
}

.cw-project-title {
	font-size: 2.5em;
	font-weight: 100;
	color: var(--color-theme-secondary);
	text-align: center;
    padding-top: 72px;
}



/*Internal Titles*/

.title+.text {
	margin-top: 0
}

section:not(.page-home) .title {
	position: relative;
	margin-bottom: 2.5rem;
	background: url(https://apihoard.webit.com/api/v1/Image/DB406B9EDC0655392D518C6B561622CE/DB406B9EDC0655392D518C6B561622CE.png?size=1920x1440) no-repeat center;
	background-size: cover;
	text-align: center;
	background-position: bottom;
}

section:not(.page-home) .title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: rgb(0 0 0/58%) */
}

section:not(.page-home) .title .title-heading {
	position: relative;
	z-index: 1;
	margin: auto;
	padding: 2rem 0;
	color: white;
	text-shadow: 0 0 4px black;
	text-transform: uppercase;
}

section:not(.page-home) .title h1 {
	font-size: 2rem
}

section:not(.page-home) .form {
	padding-top: 1rem
}

.employees-email {
	font-size: .85rem
}

@media (min-width: 992px) {
	section:not(.page-home) .title {
		margin-top: calc(-1 * var(--cw-headerHeight));
	}

	section:not(.page-home) .title .title-heading {
		padding: 9.5rem 0em 0em;
	}

	section:not(.page-home) .title h1 {
		font-size: 2.5rem
	}
}

/*About Page*/

/*Number banner*/


/*--- Staff --- */

.cw-staff {
	margin: 90px 0px;
}

.cw-staff-title {
	font-size: 2.5em;
	text-transform: uppercase;
	color: var(--color-theme-secondary);
	margin-bottom: 58px;
}

@media(max-width: 440px) {
	h2.form-forms-header {
		font-size: 1.8em;
	}
}

.team-style1 {
	position: relative;
}

.team-style1 .team-img {
	position: relative;
	border-radius: 0.25rem;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.09);
	text-align: center;
	transition: all 0.3s ease-in-out;
}

.team-style1 .team-img img {
	display: inline-block;
}

.team-style1.hoverstyle1:hover .team-img::before {
	content: "";
	background-image: linear-gradient(45deg, var(--color-theme-secondary), transparent);
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all 0.3s ease-in-out;
}

.team-style1 .team-social-icon {
	position: absolute;
	top: 0;
	overflow: hidden;
	width: auto;
	display: block;
	transition: all 0.3s ease-in-out;
	z-index: 9;
}

.team-style1 .team-social-icon ul {
	list-style: none;
	padding: 0;
	transition: all 0.3s ease-in-out;
	margin: 20px;
}

.team-style1 .team-social-icon ul li {
	margin-bottom: 8px;
}

.team-style1 .team-social-icon ul li:last-child {
	margin-bottom: 0;
}

.team-style1 .team-social-icon ul li a {
	background-color: #fff;
	color: #000;
	font-size: 16px;
	display: inline-block;
	height: 2em;
	border-radius: 0.25rem;
	width: 2em;
	border: 1px solid var(--color-theme-secondary);
	/* line-height: 1.4; */
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease 0s;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.team-style1 .team-social-icon ul li a:hover {
	background: var(--color-theme-primary);
	color: #fff;
	border: 1px solid var(--color-theme-primary);
}

.team-style1 .team-info {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 20px;
	text-align: center;
	background: var(--color-theme-primary);
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.team-style1 .team-info h6 {
	display: block;
	color: #fff;
	text-transform: capitalize;
}

.team-style1 .team-info small {
	display: block;
	color: #fff;
}

@media screen and (max-width: 991px) {
	.team-style1 .team-info {
		padding: 15px;
	}
}

@media screen and (max-width: 575px) {
	.team-style1 .team-social-icon ul li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}
}

/*Testimonials*/

.cw-testimonial-title {
	font-size: 2.5em;
	font-weight: 100;
	color: var(--color-theme-secondary);
	text-align: center;
}

.cw-testimonials {
	position: relative;
	padding: 4rem 0;
	text-align: center;
	background: #F1F0F0;
}

.cw-testimonials .container,
.cw-testimonials h3 {
	position: relative;
	z-index: 2;
}

.cw-testimonials h3 {
	margin-bottom: 1rem;
	text-transform: uppercase;
	color: var(--color-theme-text);
}

.cw-testimonials .card {
	position: relative;
	padding: 1.25rem 1rem 0;
	font-size: 0.85rem;
	text-align: left;
    background-color: #fff !important;
}

.card {
	background-color: #1C1C1C;
	clip-path: polygon(86% 0%, 100% 14%, 100% 100%, 15% 100%, 0% 88%, 0 0);
}

.cw-testimonials .fa {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	color: var(--color-theme-highlight);
	font-size: 22px;
}

.cw-testimonials .card-text {
	margin-bottom: 0.25rem;
}

.cw-testimonials .card-title {
	float: right;
	font-size: 0.9rem;
	font-weight: 700;
	text-align: right;
	text-transform: none;
}

.cw-testimonials .btn {
	border-radius: 50%;
	padding: 19px 17px;
	background: var(--color-theme-secondary);
	color: #fff;
}

@media (min-width: 992px) {
	.cw-testimonials h3 {
		font-size: 2.5rem;
	}

	.cw-testimonials .card {
		font-size: 0.95rem;
	}
}


/*Service Page*/

.page-services .detailedlist-item {
    box-shadow: 10px 10px 10px #00000026 !important;
    border-radius: 10px !important;
    padding: 20px !important;
    background-color: #f9f9f9 !important;
}


/*Process Page*/

/* Process Cards */

.cw-gradient-boxes {
	padding: 40px 0px;
}

.cw-gradient-boxes .row {
	row-gap: 1rem;
}

.cw-gradient-boxes .cw-boxPart1,
.cw-gradient-boxes .cw-boxPart2,
.cw-gradient-boxes .cw-boxPart3 {
	padding: 50px 30px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	min-height: 230px;
	height: 100%;
}

.cw-gradient-boxes .cw-boxPart1 {
	background-image: linear-gradient(rgb(224 100 40 / 33%), rgb(179 74 22)), url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/64AA0587E58902FAFDFD73FB0900F317.jpg);
	background-size: cover;

}

.cw-gradient-boxes .cw-boxPart2 {
	background-image: linear-gradient(rgb(224 100 40 / 33%), rgb(179 74 22)), url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/3E17F4945D39F7D3F39ABF3D09797D4F.jpg);
	background-size: cover;

}

.cw-gradient-boxes .cw-boxPart3 {
	background-image: linear-gradient(rgb(224 100 40 / 33%), rgb(179 74 22)), url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/DAA4B0FE35F277CC195386A69483F001.jpg);
	background-size: cover;

}

.cw-gradient-boxes .cw-box-title {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.cw-gradient-boxes .cw-boxText {
	/* margin: 20px 0px; */
}

/* Process FAQ  */

.collapse-header span {
	color: #D40C28;
	font-size: 25px;
}

.cw-faq .collapse-header {
	position: relative;
	padding: 1.1rem 4rem 1.1rem 1em;
	margin-bottom: 2px;
	background: transparent;
	color: #1c1c1c;
	display: block;
	overflow: hidden;
	font-size: 2.1em;
	font-weight: 400;
	border-bottom: 1px solid #1c1c1c;
	text-transform: uppercase;
}

.cw-faq .collapse-header {
	font-size: 1em;
}

.cw-faq .pg-text {
    font-size: 23px;
    padding: 0px 20px;
}

@media (min-width: 768px) {
	.cw-faq .collapse-header {
		font-size: 1.5em;
	}
}

@media (min-width: 992px) {
	.cw-faq .collapse-header {
		font-size: 2.1em;
	}
}

.cw-faq .collapse-header:hover,
.cw-faq .collapse-header:not(.collapsed) {
	background: transparent;
	color: #D40C28;
	border-bottom: 1px solid var(--color-theme-secondary);
}

.cw-faq .collapse-header::after {
	content: "+";
	position: absolute;
	z-index: 3;
	right: 1em;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	font-size: 1.5em;
	line-height: 1em;
	transition: 0.2s;
	color: var(--color-theme-secondary);
}

.cw-faq .collapse-header.collapsed::after {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #2A7F8C;
}

.cw-faq .collaspe-content {
	padding: 2rem 1em;
    background-color: #f3f3f3;
}

/* Custom form styling on faq page */
.page-faq .form {
	padding-top: 0;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	margin: 0 1rem 1rem 1rem;
}

/*Main Project Page*/

.blurb__section {
	position: relative;
	z-index: 500;
	margin-bottom: 80px;
}

.blurb__section .blurb__item {
	padding: 25px;
	height: auto;
	-webkit-clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
}

.blurb__section .blurb__content {
	margin-top: 20px;
	margin-bottom: auto;
}

.blurb__section .blurb__item .card-body,
.blurb__section .blurb__item .card-footer {
	padding: 0
}

.blurb__section .card-footer {
	background-color: transparent;
	border-top: 1px solid transparent;
	text-align: end;
}

.blurb__section .blurb__item img {
	-webkit-clip-path: polygon(90% 0, 100% 18%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(90% 0, 100% 18%, 100% 100%, 0 100%, 0 0)
}

.blurb__section .blurb__item .blurb__title {
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    font-family: var(--sitefont);
    text-transform: uppercase;
    color: #DD1024;
}

.blurb__section .blurb__item .blurb__copy {
	margin-bottom: 20px;
	border-left: 2px solid var(--color-theme-secondary);
	padding-left: 10px;
}

@media(max-width: 768px) {
	.blurb__section .about__wrapper {
		padding: 70px 50px 50px
	}
}

.blurb__section .card {
    background-color: #f3f3f3 !important;
}

.blurb__section .card .cw-btn {
	background: transparent;
	border-radius: 8px;
	padding: 10px 15px;
	color: var(--color-theme-secondary);
}

.blurb__section .card .cw-btn:hover {
	color: inherit !important;
}

.blurb__section .card .cw-btn:active {
	color: inherit !important;
	border: 1px solid var(--color-theme-primary);
}

.blurb__section .card .cw-btn i {
	font-size: 2rem;
	margin: 0;
}


/*Project pages*/

.slideshow-slick {
	clip-path: polygon(92% 0%, 100% 14%, 100% 100%, 10% 100%, 0% 88%, 0 0);
}

@media (min-width: 1200px) {
	.slideshow-slick {
		clip-path: polygon(95% 0%, 100% 14%, 100% 100%, 5% 100%, 0% 88%, 0 0);
	}
}

/*Contact Page*/
.contact-details::after {
	border: 2px solid var(--color-theme-secondary);
}

.contact-details .contact-icon {
	background: var(--color-theme-secondary);
}

textarea.form-control {
	clip-path: polygon(95% 0%, 100% 14%, 100% 100%, 5% 100%, 0% 88%, 0 0);
}

@media (max-width: 768px) {
    .pg-services-list li {
      margin-left: 18px !important;
    }
  }

  .cw-projects-title::after {
    content: "";
    display: block;
    height: 3px;
    width: 80px;
    margin: 10px 0 15px 0;
    background-color: var(--color-theme-secondary);
    text-align: right;
  }

  .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("https://apihoard.webit.com/api/v1/Image/3E10BB59CC37A8E46C79CFC8A9DA108B/3E10BB59CC37A8E46C79CFC8A9DA108B.png?size=320x240");
    background-size: 23px 23px;
    background-repeat: no-repeat;
    background-position: 0 0;
  }

/* -------------------- Footer ---------------------- */

.footer {
	padding-top: 0em!important;
}

.footer-nav-links {
	display: none !important;
}

.cw-footer {
	padding: 2rem 0 0;
	background: url(https://apihoard.webit.com/api/v1/Image/DB406B9EDC0655392D518C6B561622CE/DB406B9EDC0655392D518C6B561622CE.png?size=1920x1440) no-repeat center;
	background-size: cover;
	background-position: bottom;
	color: #fff;

	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}

.cw-footer img {
	width: 200px;
}

.cw-footer a {
	color: inherit;
}

.cw-footer a:hover {
	color: #ee8957;
}

.cw-social .fa { 
	font-size: 32px !important;
	margin: 0px 10px;
}