/* -------------------- Header & Navbar ---------------------- */

/*-- Navbar --*/
.header .navbar-nav .nav-link {
	text-transform: uppercase;
	font-size: .85rem !important;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: var(--header-navigationbartext);
}

header .navbar .dropdown-item {
	text-transform: uppercase;
	font-size: .9rem;
	font-weight: normal !important;
}

/*-- Header --*/
.cw-header {
	padding-bottom: 1rem;
}

.header .cw-header :focus {
	box-shadow: none;
}

.header li.nav-item.active a {
	background-color: transparent !important;
}

.header .cw-header-logo img {
	width: 205px;
	position: relative;
	padding: 10px;
	z-index: 1;
}

.cw-header-contact {
	font-size: .9rem;
	background-color: var(--color-theme-primary);
	color: var(--header-text);
}

.cw-header-contact a {
	color: inherit;
}

.cw-header-contact a:hover {
	opacity: .85;
}

.cw-header-contact .fa {
	display: inline-block;
	vertical-align: middle;
	padding-right: .25rem;
	color: var(--color-theme-secondary);
}

.cw-header .cw-address:before {
	font-family: FontAwesome;
	vertical-align: middle;
	content: "\f041";
	padding-right: .5rem;
	color: var(--color-theme-secondary);
}

.cw-header .cw-phone:before {
	font-family: FontAwesome;
	vertical-align: middle;
	content: "\f2a0";
	padding-right: .5rem;
	color: var(--color-theme-secondary);
}

.cw-header .cw-socials a {
	font-size: 1.3rem;
	padding: 1px .5rem;
}

@media(min-width: 992px) {
	.cw-header {
		padding: 0;
	}

	.cw-socials {
		margin-left: 10px;
	}

	.cw-header .cw-header-logo {
		position: absolute;
		z-index: 1040;
		top: 0px;
		left: 0;
	}

	.cw-header-logo::before {
		content: "";
		position: absolute;
		width: 122%;
		height: 110%;
		background: var(--color-theme-primary);
		left: -10%;
		transform: skew(-38deg, 0deg);
	}

	.cw-header-logo::after {
		content: "";
		position: absolute;
		width: 83%;
		height: 120%;
		background: var(--color-theme-secondary);
		left: 0;
		top: 0;
		z-index: -2;
		transform: skew(-56deg, 0deg);
	}

	nav.navbar .container {
		min-height: 77px;
	}

	.header.has-cart .collapse.justify-content-center,
	.header .navbar-collapse.justify-content-center {
		justify-content: flex-end !important;
	}

	.header .navbar-nav:not(.navbar-cart) {
		max-width: calc(100% - 240px);
		justify-content: center;
	}
}

/*hero*/

.cw-hero {
    background: #151f26;
    background-image: linear-gradient(45deg,rgba(50,50,50,0.9),rgba(50,50,50,0.1)),url('https://apihoard.webit.com/api/v1/Image/B7F033E7C045C937705109DB18D700C7/B7F033E7C045C937705109DB18D700C7.jpg?size=1920x1440');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
    color: #fff;
    padding-top: 2rem;
    padding-bottom: .5rem;
    text-align: center
}

.cw-hero h1 {
    font-size: 2rem
}

.cw-hero h2 {
    background: #3e3b38;
    position: relative;
    text-align: center;
    padding: 4px;
    border-radius: 1em
}

.hero-text {
    background: rgba(0,0,0,.4);
    padding: 3em
}

.hero-text::before {
    content: "";
    width: 100%;
    height: 84%;
    position: absolute;
    top: 13%;
    left: 0;
    border: 5px solid #edab12
}

.hero-text p {
    text-shadow: 1px 1px 5px #000
}


@media(max-width: 567px) {

    .hero-text {
        background: rgba(0,0,0,.4);
        padding: 1em
    }

    .hero-text::before {
        height: 86%;
        top: 8%
    }
}


@media(min-width: 768px) {
    .cw-hero {
        text-align:left;
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .cw-hero h1 {
        font-size: 2.5rem
    }
}

@media(min-width: 992px) {
    .cw-hero h1 {
        font-size:4rem
    }
}

@media(min-width: 1200px) {
    .cw-hero h1 {
        font-size:4.5rem
    }
}



/* Cards */
.cw-card-layered {
    height: 150px;
    margin: 20px 0;
  }

  .cw-back-box,
  .cw-front-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
    transition: transform 0.4s ease;
  }

  .cw-back-box {
    background-color: #616161;
    z-index: 1;
  }

  .cw-front-box {
    background-color: var(--color-theme-primary);
    z-index: 2;
  }

  .cw-card-layered:hover .cw-front-box {
    transform: translateX(-10px);
  }

  .cw-card-content {
    position: relative;
    z-index: 3;
    padding: 20px;
    color: #000;
  }

  .cw-asphaltbg {
	background-image: url(https://apihoard.webit.com/api/v1/Image/007C1374BD5230DF5D51DB9D46A2734A/007C1374BD5230DF5D51DB9D46A2734A.jpg?size=1920x1440);
	background-size: cover;
	background-attachment: fixed;
  }




  /*Form Change*/

  .form-control {
    background: #383838;
    color: #ffffff;
    border: 1px solid #616161;
}


/*title*/

section:not(.page-home) .title {
    position: relative;
    margin-bottom: 1em;
    padding: 4em 0;
    background: url(https://apihoard.webit.com/api/v1/Image/007C1374BD5230DF5D51DB9D46A2734A/007C1374BD5230DF5D51DB9D46A2734A.jpg?size=1920x1440) no-repeat center bottom;
    background-size: cover;
    text-align: center
}

section:not(.page-home) .title:after {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

section:not(.page-home) .title-heading {
    position: relative;
    z-index: 2;
    color: #ffff;
    background: rgba(0,0,0,.4);
    padding: 20px;
    border: 1px solid #FFC000;
    outline: 2px solid #FFC000;
    outline-offset: 5px;
    text-transform: uppercase
}

@media(min-width: 768px) {
    section:not(.page-home) .title-heading {
        font-size:3rem
    }
}


/*PARA*/

.grand-hero {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 6em;
    padding-bottom: 5em;
    color: #fff
}

.grand-hero:before {
    overflow: hidden;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgb(0,0,0,.4)
}

.grand-hero .container {
    position: relative;
    z-index: 2