.header .navbar {
	-webkit-box-shadow: 1px 1px #d1cdc2;
	box-shadow: 1px 1px #d1cdc2
}

.header .navbar-dark .navbar-nav .nav-link {
	line-height: 28px;
	border-radius: 50px
}

.header .navbar-dark .navbar-nav>.active .nav-link {
	color: #0f0f0f !important
}

.header .header-info-logo-img img {
	width: 225px
}

.header .navbar-dark .navbar-nav .nav-item .nav-link:before {
	border-width: 0 !important
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: var(--header-navigationbartext);
}

.cw-header-info {
	padding: .5rem 0;
	/* text-center text-lg-right bg-primary text-white */
	text-align: center;
	background-color: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
}

.cw-header-info .cw-header-row {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.cw-header-info a {
	padding: 3px 5px;
	vertical-align: middle;
	color: #ff0000;
	font-size: 1.2rem;
	letter-spacing: 0.4px;
}

.cw-header-info a a:hover {
	color: #C20000;
}

.cw-header-info .cw-pipe {
	display: none;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.cw-header-info .cw-header-row {
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
	}

	.cw-header-info .cw-pipe {
		display: inline-block;
		color: var(--color-theme-highlight);
		padding: 0 8px;
	}
}

/* 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) {

	.cw-header-info .cw-header-row {
		justify-content: flex-end;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

@media(min-width: 992px) {
	.header .header-info-logo-img {
		position: fixed;
		top: 45px;
		z-index: 1039;
		padding: 0
	}

	nav.navbar .container {
		position: relative;
		min-height: 90px;
		margin-top: 45px;
		/* margin: 0 auto */
	}

	/* 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% - 285px);
		justify-content: center;
	}

	.navbar-nav {
		/* position: absolute; */
		/* right: 0; */
		/* bottom: 1.5rem */
	}

	.cw-header-info {
		position: fixed;
		z-index: 1039;
		top: 0;
		width: 100%
	}
}


@media screen and (max-width: 812px) {
	.display-4 {
		font-size: 2rem;
	}

	h3,
	.h3 {
		font-size: 1.5em;
	}

	h5,
	.h5 {
		font-size: 1em;
	}
}

.webit__hero {
	position: relative;
	min-height: 450px;
	background-image: linear-gradient(rgba(246, 243, 236, 0.5), rgba(246, 243, 236, 0.5)),
		url("https://apihoard.webit.com/api/v1/Image/3C4500E69BE32DF98ABEF7AC1B74241F/3C4500E69BE32DF98ABEF7AC1B74241F.jpg?size=800x600");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 0;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.webit__hero {
		min-height: 700px;
		background-image: linear-gradient(rgba(246, 243, 236, 0.5), rgba(246, 243, 236, 0.5)),
			url("https://apihoard.webit.com/api/v1/Image/3C4500E69BE32DF98ABEF7AC1B74241F/3C4500E69BE32DF98ABEF7AC1B74241F.jpg?size=Original");
		margin-bottom: 0;
	}
}

@-webkit-keyframes divider {
	100% {
		height: 25%;
	}
}

@keyframes divider {
	100% {
		height: 25%;
	}
}

.webit__hero-divider {
	display: none;
}

@media screen and (min-width: 768px) {
	.webit__hero-divider {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		fill: #f6f3ec;
		height: 400%;
		-webkit-animation: divider 1.5s forwards;
		animation: divider 1.5s forwards;
		-webkit-animation-delay: .5s;
		animation-delay: .5s;
		z-index: 500;
	}
}


/* 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;

}

@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;
	}

}

.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);
	}

}


.cw-card .fa {
	font-size: 75px;
	margin-right: 5px;
}



/* SERVICES PAGES */


.pg-services-list1 li {
	margin-top: 0;
	margin-bottom: 13px;
	margin-left: 38px;
}

.pg-services-list1 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;
}



/* To change Icons, change Content property to "\(FontAwesome Unicode)  " */
.cw-fa-list ul li::marker {
	content: "\f101  ";
	font-family: "FontAwesome";
	font-weight: 800;
	font-size: 1.25rem;
	color: #C20000;
}

/* -------------------- Contact page ---------------------- */
.businessinfo {
	padding-top: 3em;
}

.cw-phone-links {
	text-align: center;
}

.cw-phone-links a {
	font-size: 1.1em;
	color: var(--color-theme-secondary);
}

.cw-phone-links a:hover {
	color: var(--color-theme-primary);
}

/* -------------------- quote button ---------------------- */
.cw-quote-btn {
	font-size: 2rem;
	line-height: 1;
}
/*----------Testimonials----------*/
  .cw-testimonial {
        margin-bottom: 2rem;
        padding: 1rem;
        border: 1px solid #ddd
    }

    .cw-testimonial p {
        padding: 1rem;
        border-left: 4px solid var(--color-theme-highlight);
        background: #f5f6fa;
        font-style: italic;
        font-size: .925rem
    }

    .cw-largeTestimonial p {
        font-size: 1.25rem
    }

    .cw-testimonial span {
        font-size: .875rem
    }

    @media(min-width: 992px) {
        .cw-testimonial {
            padding: 2rem
        }
    }