/* Header */
.cw-header-info {
	background: #ffffff;
}

.header .navbar,
.header .navbar.bg-primary {
	box-shadow: 10px 0px 23px #0000004d !important;
}

.header .navbar-nav .nav-link {
	text-transform: uppercase;
	line-height: 36px;
	font-size: .85rem !important
}

.header .navbar .active>.nav-link {
	color: #111
}

.header .container {
	max-width: 1400px
}

.header .header-info-logo-img img {
	width: 235px
}

.cw-header-contact {
	padding: 2px 6px;
	color: #ffffff;
	font-weight: 700
}

.cw-phone {
	color: #ffffff
}

.cw-phone:hover {
	color: #fff
}

.cw-address {
	font-size: .9rem
}

.cw-address:before {
	display: inline-block;
	margin-right: .35rem;
	font-family: FontAwesome;
	content: "\f041";
	color: #fff;
	font-weight: 400
}

@media (min-width: 280px) {
	.header .navbar,
	.header .navbar.bg-primary {
		box-shadow: 10px 0px 23px #00000000 !important;
	}
	.header .navbar-brand {
		display: none;
	}
}

@media (min-width: 992px) {
	.header .navbar,
	.header .navbar.bg-primary {
		box-shadow: 10px 0px 23px #0000004d !important;
	}
}

@media(min-width: 992px) {
	.cw-header-contact {
		position: fixed;
		width: 100%;
		z-index: 1040
	}
	.cw-header-info .header-info-logo-img {
		position: fixed;
		z-index: 1040;
		top: 30px;
		background: 0 0
	}
	.header .navbar,
	.header .navbar.bg-primary {
		background: #ffffff;
	}
	nav.navbar .container {
		position: relative;
		height: 135px;
		margin: 0 auto
	}
	.navbar-nav.navbar-cart {
		right: 0;
	}
	.navbar-nav {
		position: absolute;
		right: 3em;
		top: 3.5rem;
		z-index: 2
	}
}

@media (min-width:1200px) {
	.navbar-nav {
		right: 4.5em;
	}
}

/* Scrolling Banner */
.scroll-container {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	border-bottom: solid 2px black;
	padding: 10px;
	position: relative;
	background-color: #000;
}

.scroll-container .scrolling-text {
	display: inline-block;
	padding-left: 100%;
	animation: scroll-left 20s linear infinite;
	text-transform: uppercase;
	color: #fff;
	font-size: 2rem;
	font-weight: 800;
}

@keyframes scroll-left {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-100%);
	}
}

/* Hero */
.cw-hero .cw-logo img {
	animation-name: cw-skew;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-delay: 1s;
}

@keyframes cw-skew {
	0% {
		transform: skewX(0deg);
	}
	30% {
		transform: skewX(-10deg);
	}
	60% {
		transform: skewX(10deg);
	}
	100% {
		transform: skewX(0deg);
	}
}

.cw-hero .cw-button {
	padding: .75em 1em;
	background: #eee;
	box-shadow: 2px 2px 2px #ccc;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 700;
}

@media (min-width:576px) {
	.cw-hero .cw-button {
		font-size: 2rem;
	}
}

/* Home Cards */
.cw-services {
	margin: 5rem 0;
}

.cw-service-image {
	border-radius: 0px;
}

.cw-buttons {
	margin-top: 15px;
}

.cw-card {
	overflow: hidden;
	transition: transform 0.3s ease-in-out;
	height: 100%;
	width: 100%;
	border-radius: 0px;
}

.cw-service-image {
	transition: 0.4s ease;
	overflow: hidden;
	height: 100%;
	width: 100%;
	border-radius: 0px;
}

.cw-card:hover .cw-service-image {
	transform: scale(1.08);
	border-radius: 0px;
}

.cw-buttons {
	transition: 0.4s ease;
}

.cw-buttons:hover {
	color: #a7a7a7 !important;
}

.cw-card:hover .cw-buttons {
	transition: all 0.5s;
	transform: translateX(10px);
}

.cw-card h2 {
	font-size: 24px;
}

.cw-card h2 span {
	font-size: 2rem;
}

/* Internal Titles */
.modpad {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 992px) {
	.modpad {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 769px) {
	.modpad {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.pg-title {
	line-height: .95em;
}

.pg-title-center {
	text-align: center
}

.pg-title::after {
	content: "";
	display: block;
	height: 4px;
	width: 80px;
	margin: 10px 0 15px;
	background: #AD0000;
	color: var(--color-theme-text-btn)
}

.pg-title-center::after {
	margin-left: auto;
	margin-right: auto
}

.webit-title {
	position: relative;
	padding-top: 4.5em;
	padding-bottom: 0em;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.webit-title .pg-title {
	margin-top: 15px;
	color: #000;
}

.webit-title .pg-title::after {
	margin-bottom: 0
}

.webit-title-about {
	background-color: #fff;
}

.webit-title .container {
	position: relative;
	z-index: 2
}

@media(max-width: 767px) {
	.webit-title {
		padding-top: 2em;
		padding-bottom: 0em
	}
}

/* Footer */
.footer-info-business a:not(.footer-business-phone):not(.footer-business-email) {
	text-transform: uppercase !important;
}

.cw-product-models {
	padding: 3em 0;
	position: relative;
	background: url("https://apihoard.webit.com/api/v1/Image/A043993ADF93AFFACD2F22180E821706/A043993ADF93AFFACD2F22180E821706.png?size=1920x1440");
}

.cw-product-models .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.cw-product-models .cw-shop-box {
	background: #1A1919;
	color: #fff;
	padding: 2em 1em;
	border-radius: 5px;
}


.cw-product-models img {
	margin-top: 1em;
}

.cw-product-models .cw-left-img img {
	clip-path: polygon(0 10%, 10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
	border: 4px solid #1A1919;
}

.cw-product-models .cw-right-img img {
	clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%, 0 0);
	border: 4px solid var(--color-theme-primary);
}