/*-- Header --*/

.header .navbar-nav .nav-link {
	text-transform: uppercase;
	line-height: 36px;
	font-weight: normal;
	font-family: "Oswald", sans-serif;
}

.header .navbar .active>.nav-link {
	color: white;
}

.header .container {
	max-width: 1400px;
}

.header .header-info-logo-img img {
	width: 320px;
}

.header .navbar {
	border-bottom: 8px solid #2274a5;
}

.header .navbar .dropdown-item {
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.header .header-info-logo-img {
		position: absolute;
		top: -13px;
		z-index: 1032;
	}

	.header .navbar-expand-lg .navbar-nav .dropdown-item {
		font-size: 0.85rem;
	}

	nav.navbar .container {
		position: relative;
		height: 115px;
		margin: 0 auto;
	}

	.navbar-nav {
		position: absolute;
		right: 0;
		bottom: 1.85rem;
	}

	.header .affix {
		position: absolute !important;
	}
}

/* ----- Hero ------*/

.hero {
	background-image: url(https://apihoard.webit.com/api/v1/Image/13120041DBD5EB5D643FA2DCBD10E3CD/13120041DBD5EB5D643FA2DCBD10E3CD.jpg?size=1920x1440);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 55% bottom;
	margin-top: -1px;
	display: block;
	position: relative;
	overflow: hidden;
	min-height: 600px;
	padding-top: 8em;
	padding-bottom: 18em;
	background-size: cover;
}

@media (max-width: 1440px) {
	.hero {
		min-height: 447px;
	}
}

.hero::after {
	overflow: hidden;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
}

.hero .hero-container {
	position: relative;
	z-index: 2;
}

.hero .hero-container {
	max-width: 1653px;
	margin: auto;
}

.hero-content {
	padding-left: 20px;
	padding-right: 20px;
}

.hero .display-4 {
	font-size: 2.5rem;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.hero-lines {
	position: relative;
	text-align: center;
}

.hero-lines span {
	display: inline-block;
	vertical-align: middle;
	max-width: 55%;
}

.hero-lines::before,
.hero-lines::after {
	content: " ";
	height: 3px;
	width: 10%;
	background: var(--color-cta);
	display: inline-block;
	vertical-align: middle;
}

.hero-headline {
	line-height: 1.15;
}

.hero-text {
	font-size: 1em;
	max-width: 669px;
	margin: auto;
}

.hero-btm-line {
	height: 3px;
	width: 75%;
	background: var(--color-cta);
	margin: 25px auto;
}

.cw-contactINFO {
	box-shadow: 0 0 30px 0 rgb(0 0 0/14%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: -100px;
	margin-bottom: 0;
	border-radius: 15px 15px 15px 15px;
	position: relative;
	z-index: 4;
	background-color: #2382AD;
	margin-bottom: 4em;
	margin-top: -8em;
}

.cw-contactINFO p {
	color: var(--color-theme-text);
}

@media (max-width: 567px) {
	.hero {
		padding-top: 3em;
		padding-bottom: 13em;
		min-height: 410px;
	}

	.hero .display-4 {
		font-size: 2rem;
	}

	.hero h5 {
		font-size: 1rem;
	}

	.hero::after {
		background: rgba(0, 0, 0, 0.6);
	}

	.hero-content {
		padding-left: 0;
		padding-right: 0;
	}

	.cw-contactINFO h4 {
		font-size: 1rem;
	}

	.cw-contactINFO .fa-3x {
		font-size: 1.7em;
	}
}

@media (min-width: 992px) {
	.cw-contactINFO h4 span {
		font-size: 1.2rem;
	}
}

/* --- Parallax ----*/

/* Parallax */
.grand-parallax {
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.grand-parallax .container {
	position: relative;
	z-index: 2;
}

/* Call to Action */
.grand-parallax-cta {
	padding-top: 5em;
	padding-bottom: 5em;
	color: #fff;
	background: linear-gradient(to bottom,
			rgba(34, 34, 34, 0.5),
			rgba(34, 34, 34, 0.5)),
		url("https://preview-site.carsforsale.com//Images/hero/HERO-204.jpg");
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.grand-parallax-cta .grand-scantitle {
	color: #ddd;
}

.grand-parallax-cta::after {
	overflow: hidden;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
	.grand-parallax-cta {
		padding-top: 4em;
		padding-bottom: 3em;
	}

	.grand-parallax-cta::after {
		background: rgba(0, 0, 0, 0.6);
	}
}

/* Titles */
.grand-scantitle {
	text-transform: uppercase;
	font-size: 0.9rem;
	color: var(--color-theme-secondary);
}

.hero .grand-scantitle,
.grand-bgtitle .grand-scantitle {
	color: #eee;
}

.grand-title {
	word-break: keep-all;
	white-space: pre-wrap;
}

.grand-title-main {
	font-size: 3rem;
	line-height: 1.2;
}

.grand-title-sub {
	font-size: 2.5rem;
	line-height: 1.2;
}

@media (max-width: 767px) {
	.grand-title-main {
		font-size: 2rem;
	}

	.grand-title-sub {
		font-size: 1.9rem;
		line-height: 1.2;
	}
}

/* ------ Services Page -------*/

.detailedlist-item {
	margin-bottom: 2em;
	background: var(--color-theme-background);
	color: var(--color-theme-text);
	/* color: #fff !important; */
}

.detailedlist-item-text {
	padding: 1rem 0.5rem 1rem 0.5rem;
}

.detailedlist-item a {
	color: inherit;
}

@media (min-width: 992px) {
	.detailedlist-item-text {
		padding: 2rem;
	}
}

/*--- Custome Footer ---*/

.cw-foot {
	background-color: #3f7d98;
	margin-bottom: -3rem;
	padding-top: 2rem;
}

.cw-foot-h2,
.cw-foot-p,
.cw-foot a {
	color: #fff;
}

.cw-foot-h2:hover,
.cw-foot a:hover {
	color: #030303;
}

.cw-foot-address {
	text-transform: uppercase;
	color: #fff;
}

.w-100 {
	width: 85% !important;
}