/* GLOBAL STYLES =======================================  */

/* For galaxy fold ===  */
@media (max-width: 440px) {
	.display-4 {
		font-size: 1.5rem;
	}

	.h1,
	h1,
	.h2,
	h2 .detailedlist-item-title {
		font-size: 1.25rem !important;
	}

	.h3,
	h3,
	.h4,
	h4 {
		font-size: 1.15rem !important;
	}

	.h5,
	h5 {
		font-size: 1.05rem;
	}
}

@media (min-width: 441px) and (max-width: 812px) {

	h1,
	.h1 {
		font-size: 1.85rem;
	}

	h2,
	.h2 {
		font-size: 1.5rem;
	}

	h3,
	.h3 {
		font-size: 1.25rem;
	}

	.display-4 {
		font-size: 2.25em;
	}
}

/* -------------------- Header (and hero) ---------------------- */


/* ========== header ================= */
/* upper nav*/
.header-container {
	position: relative;
	overflow: hidden;
	background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)),
		url("https://apihoard.webit.com/api/v1/Image/FB4A83D975121C4A0E751E36C8ECFD60/FB4A83D975121C4A0E751E36C8ECFD60.jpg?size=1920x1440");
	background-size: cover;
	text-align: center;
}

.header .cw-header {
	position: relative;
	padding: 2rem 0 2rem;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;

	color: #ffffff;
}

.navbar-nav .nav-link {
	font-size: .85rem;
}

.cw-header a {
	color: #ffffff;
}

.cw-header a:hover {
	color: #449BAE;
}

/*custom section (non-nav)*/
.page-home .cw-header .cw-home-only {
	display: block;
}

section:not(.page-home) .cw-header .cw-home-only {
	display: none;
}

.cw-header .cw-head-logo img {
	width: 300px;
	transition-duration: .4s;
}

.cw-header h2 {
	font-size: 1.5rem;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 1rem;
}

.cw-header .cw-3rdparty {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.cw-header .cw-3rdparty img {
	width: 250px;
}

.cw-header .cw-head-contact {
	color: #ffffff;
	padding: 1rem 5px;
}

.cw-header .cw-head-contact a {
	font-weight: 700;
}

/* hide small size */
.cw-header #cw-triangle-bg1,
.cw-header #cw-triangle-bg2 {
	display: none;
}

.cw-header .cw-cornerbox-botright {
	padding: 2rem 5px 1rem;
	font-weight: 700;
}

section:not(.page-home) .cw-header .cw-cornerbox-botright {
	/* width: 100%; */
	/* background: rgba(20, 72, 131, 0.85); */
	padding: 1.5rem 5px 0;
	display: block;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.cw-header h2 {
		font-size: 2.25rem;
	}
}

/* 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 h2 {
		font-size: 2.6rem;
	}

	.cw-header .cw-head-logo img {
		width: 300px;
	}

	.cw-header .cw-3rdparty img {
		width: 300px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.header .navbar.bg-primary,
	.header {
		background: transparent !important;
	}

	.header-container {
		position: relative;
		overflow: hidden;
		background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)),
			url("https://apihoard.webit.com/api/v1/Image/FB4A83D975121C4A0E751E36C8ECFD60/FB4A83D975121C4A0E751E36C8ECFD60.jpg?size=1920x1440");
		background-size: cover;
	}

	.navbar .navbar-nav {
		top: 0;
		background: rgba(20, 72, 131, 0.85);
	}

	nav.navbar .container {
		position: relative;
		/* height: 85px; */
		/* margin: 0 auto; */
	}

	.navbar-nav {
		position: fixed;
		right: 0;
	}

	.cw-header .cw-head-contact {
		position: absolute;
		bottom: 0;
		left: 1.5em;
		padding: 1rem 5px;
	}

	.cw-header h2 {
		font-size: 3.5rem;
	}

	.cw-header .cw-head-logo {
		position: fixed;
		top: 0;
		z-index: 2000;
		width: 220px;
	}

	.cw-header .cw-cornerbox-topleft {
		display: block;
		position: fixed;
		z-index: 20;
		left: 0;
		top: 0;
	}

	.cw-header #cw-triangle-bg1 {
		position: fixed;
		z-index: 20;
		width: 470px;
		top: 0;
		display: block;
		transition-duration: .4s;
	}

	.cw-header.cw-shrink #cw-triangle-bg1 {
		width: 350px;
	}

	.page-home .cw-header .cw-cornerbox-botright {
		position: absolute;
		z-index: 2;
		bottom: 0;
		right: 0;
		padding-right: 1.5em;
		padding-bottom: 1.5em;
		width: 250px;
		text-align: center;
	}

	section:not(.page-home) .cw-header .cw-cornerbox-botright {
		display: none;
	}

	.page-home .cw-header #cw-triangle-bg2 {
		position: absolute;
		bottom: 0;
		right: 0;
		height: 330px;
		display: block;
		z-index: -1;
	}

	.cw-header.cw-shrink .cw-head-logo img {
		width: 130px;
	}

	.cw-header #cw-triangle-bg2 {
		height: 335px;
	}

	.header .cw-header {
		padding: 5rem 0 3rem;
	}

	/* home and non-home pages */
	.page-home .header .cw-header {
		min-height: 500px;
		padding: 170px 0 130px;
	}

	section:not(.page-home) .header .cw-header {
		min-height: 170px;
	}

	section:not(.page-home) .cw-header .cw-head-contact {
		position: relative;
		left: 0;
	}
}

/* polygon colors */
.st0 {
	opacity: 0.56;
	fill: #ffffff;
}

.st1 {
	opacity: 0.49;
	fill: #ffffff;
}

.st2 {
	opacity: 0.39;
	fill: #042186;
}

.st3 {
	opacity: 0.56;
	fill: #042186;
}

/* -------------------- END header hero ---------------------- */

/*-- Review Slider --*/

.cw-carousel {
    margin: 0 auto 1rem;
    padding: 1rem 0 2rem
}

.carousel .item {
    text-align: center;
    overflow: hidden
}

.carousel .img-box {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 50%
}

.carousel img {
    width: 140px;
}

.carousel .testimonial {
    padding: 0 1em 1em;
    font-style: italic;
    color: white;
}

.carousel .overview {
    text-align: center;
    padding-bottom: 8px;
    color: white;
}

.carousel .overview strong {
    display: block;
    color: white;
    font-size: .975rem;
    text-transform: uppercase;
}

.carousel .carousel-indicators {
    bottom: -30px;
}

.carousel-inner {
    background: #367d8c;
}

.carousel-indicators li,.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
}

.carousel-indicators li {
    border: none;
    background: #e2e2e2;
    border-color: transparent;
}

.carousel-indicators li.active {
    background: #d19118;
}

/* FOOTER ==============================================  */
.setup {
	position: fixed;
	bottom: 1em;
	right: 1em;
	border-radius: 25px;
	-webkit-box-shadow: 1px 1px 10px 1px #00000036;
	box-shadow: 1px 1px 10px 1px #00000036;
	z-index: 10;
}

.setup:hover {
	cursor: pointer;
}

.hidden {
	display: none;
}

#contactBtns a {
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 8px;
	border-radius: 50%;
	background: #fff;
}

#contactBtns .fa {
	font-size: 25px;
	color: var(--color-theme-secondary);
}

/* HOME PAGE ===========================================  */
.page-home .list-text a {
	display: none;
}

.page-home .detailedlist {
	padding-bottom: 1em;
}


/* internal pages */

/* SERVICES PAGES ======================================  */
.pg-services-list {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
}

@media (max-width: 811px) {
	.pg-services-list {
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
	}
}

.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;
}

.page-request-a-quote .wb__hide-contact {
	display: none !important;
}

/* REVIEWS =============================================  */
.wb-blockquote {
	position: relative;
	background-color: #193a63;
	-webkit-box-shadow: 6px 6px 29px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 6px 6px 29px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 6px 6px 29px -10px rgba(0, 0, 0, 0.75);
	padding: 1.875rem 1.875rem 1.875rem 3.75rem;
	color: #ffffff;
}

.wb-blockquote::before {
	content: "\201C";
	position: absolute;
	width: 3.75rem;
	margin: -1.5625rem 0 0 -2.5rem;
	color: #ffffff;
	font-size: 3.75rem;
}

.wb-blockquote::after {
	content: "";
	position: absolute;
	bottom: -1.875rem;
	left: 2.75rem;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #193a63 transparent transparent transparent;
	filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}

.fa-star {
	color: #EB9258;
}

/* .cw-cascade {
	margin: 0 auto;
	padding: 8em 0;
}

.cw-cascade:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
}

.cw-cascadeContact {
	padding: 4em 0;
} */

/* .cw-phoneLarge {
	font-size: 2.75rem;
	text-shadow: 3px 3px 3px #000000;
} */

/* .cw-emailLarge {
	font-size: 1.25rem;
} */

/* 
@media (min-width: 992px) {
	.cw-cascade h2 {
		font-size: 2.5rem;
	}

	.cw-cascadeContact h2 {
		margin: 0;
		font-size: 2rem;
	}

	.cw-phoneLarge {
		font-size: 3.75rem;
	}
} */