/*Header*/
.header {
	/* variable for header logo width. Used for sizing and fixing navbar elements */
	--cw-logo-width: 110px;
	/* calculated height based on logo ratio */
	--cw-logo-height: calc(var(--cw-logo-width) * 1.18);

}

.header.cw-scrolled {
	--cw-logo-width: 80px;
}

.cw-header {
	position: fixed;
	z-index: 1035;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	background-color: var(--color-theme-background);
}

.header .cw-head-logo img {
	width: var(--cw-logo-width);
}

nav.navbar .container {
	margin-top: var(--cw-logo-height);
}


/* -------------------- SECTIONTITLE ---------------------- */
.header .navbar-dark .navbar-nav .nav-link {
	text-transform: uppercase;
	font-weight: 400
}

.header .navbar-dark .navbar-nav .active>.nav-link {
	color: #fff
}

nav.navbar.affix {
	-webkit-box-shadow: 0 0 15px -10px #000;
	box-shadow: 0 0 15px -10px #000
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: var(--header-navigationbartext);
}

.header .container {
	max-width: 1200px
}

.header .navbar-nav .nav-link {
	text-transform: uppercase;
	line-height: 2;
	font-weight: 400
}

.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar-dark .navbar-nav .active>.nav-link,
.header .navbar-dark .navbar-nav .nav-link.active,
.header .navbar-dark .navbar-nav .nav-link.show,
.header .navbar-dark .navbar-nav .show>.nav-link {
	background-color: transparent !important;
	color: #c0d02c
}

.header .navbar .dropdown-item {
	padding: .35em
}

.header .navbar .nav-link::before {
	border-width: 1px
}

.header .nav-item:last-of-type .nav-link {
	background: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: .9em
}

/* .cw-header {
		background-color: #fff
	} */



@media (min-width: 768px) {}

@media(min-width: 992px) {

	/* 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% - var(--cw-logo-width));
		justify-content: center;
	}

	.header .cw-head-logo {
		position: fixed;
		z-index: 1035;
	}

	nav.navbar .container {
		margin-top: 0;
		min-height: var(--cw-logo-height);
	}

}

@media (min-width:1200px) {}


/*Hero*/

.hero-text h1 {
	font-size: 4rem !important;
}

.hero-text h2 {
	font-size: 2rem !important;
}

.cw-hero {
	background: #151f26;
	background-image: linear-gradient(45deg, #479ecce7, #77c1e9c7, #bbe2f711), url(https://apihoard.webit.com/api/v1/Image/BF7BD9AE175352EDD164AFA6473A6CB9/BF7BD9AE175352EDD164AFA6473A6CB9.jpg?size=1920x1440);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	color: #fff;
	padding: 44px 10px 44px 10px;
}

.hero-text p {
	text-shadow: 1px 1px 5px #000
}

@media(min-width: 280px) {
	.hero-text h1 {
		font-size: 2rem !important;
	}

	.hero-text h2 {
		font-size: 1rem !important;
	}
}

@media(min-width: 768px) {
	.hero-text h1 {
		font-size: 3rem !important;
	}

	.hero-text h2 {
		font-size: 2rem !important;
	}
}

@media(min-width: 992px) {
	.hero-text h1 {
		font-size: 4rem !important;
	}
}

@media(min-width: 992px) {
	.cw-hero {
		padding-top: 8em !important;
		min-height: 650px
	}

	h1.display-2.text-uppercase {
		line-height: 81px
	}

	/* .cw-hero h1 {
    font-size: 4rem
} */
}

/* @media(min-width: 1400px) {
.cw-hero h1 {
    font-size: 4rem ;
}
} */



/*Home Buttons*/

.cw-serviceSection {
	background-color: #F1F1F1;
}

.cw-btnTXT {
	position: relative
}

.contactBTN {
	position: absolute;
	right: 1em;
	top: -25px;
	z-index: 3
}

.cw-btnTXT i {
	font-size: 2em;
	background-color: var(--color-theme-primary);
	color: #ffff;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	line-height: 50px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .1)
}

.cw-btnTXT i:hover {
	background-color: #FBD23E
}




/*Internal Titles*/

section:not(.page-home):not(.sitemap) .title {
	position: relative;
	padding: 4em 0 4em;
	background: url(https://apihoard.webit.com/api/v1/Image/58BFBCBF9EC492AE9DFF90501E90D1A9/58BFBCBF9EC492AE9DFF90501E90D1A9.png?size=Original) no-repeat center center;
	background-size: cover;
	text-align: center
}

section:not(.page-home):not(.sitemap) .title-heading {
	position: relative;
	margin: 0;
	z-index: 2;
	color: #fff;
	text-shadow: 2px 2px 0 #FBD23E;
	text-transform: uppercase
}


@media(min-width: 768px) {
	section:not(.page-home):not(.sitemap) .title-heading {
		font-size: 2.5rem
	}
}



/*--- Floating links ---*/
.cw-lets-talk {
	position: fixed;
	z-index: 3;
	bottom: 1em;
	right: 1em;
	border-radius: 25px;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .2);
}

.cw-lets-talk:hover {
	cursor: pointer;
}

.hidden {
	display: none;
}

#contactBtns a {
	display: inline-block;
	width: 54px;
	height: 54px;
	padding: 10px;
	border-radius: 50%;
	background: #fff
}

#contactBtns a {
	display: inline-block;
	width: 54px;
	height: 54px;
	padding: 10px;
	border-radius: 50%;
	background: #fff;
}

#contactBtns .fa {
	font-size: 35px;
	color: #000000;
}

.detailedlist-item-title {
    color: #77C2E9 !important;
}