<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--bs-primary: #a70000;
	--bs-primary-rgb: 167, 0, 0;
	--bs-secondary: #242424;
	--bs-secondary-rgb: 45, 45, 45;
	--bs-dark: #1b1b1b;
	--bs-dark-rgb: 27, 27, 27;
}

body {
	color: #444444;
}

img {
	object-fit: cover;
}

.btn-primary {
	--bs-btn-bg: #a70000;
	--bs-btn-border-color: #a70000;
	--bs-btn-hover-bg: #7c0000;
	--bs-btn-hover-border-color: #7c0000;
	--bs-btn-active-bg: #7c0000;
	--bs-btn-active-border-color: #7c0000;
	--bs-btn-disabled-bg: #a700009a;
	--bs-btn-disabled-border-color: #a700009a;
}

.object-contain {
	object-fit: contain;
}

.text-bg-dark {
	background-color: var(--bs-dark) !important;
}

.after-border {
	position: relative;
	text-align: center;
	padding: 1.2rem;
}

.after-border::after {
	content: "";
	border-bottom: 4px solid var(--bs-primary);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 4px;
	width: 73px;
}

.text-justify {
	text-align: justify;
}

.slant-box {
	position: relative;
}

.slant-box::before {
	content: "";
	display: inline-block;
	transform: rotate(-3deg) skewX(-3deg) translateY(-4%);
	background-color: #1b1b1b;
	min-width: 100%;
	z-index: -2;
	position: absolute;
	height: 100%;
	left: -2px;
}

.nav-item .nav-link {
	color: black;
}

.nav-item .nav-link:hover,
.nav-item .nav-link:active,
.nav-item .nav-link.active {
	color: var(--bs-primary);
}

#home {
	background-image: url(../image/home-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: -170px;
	height: calc(80vh - 75px);
}

#home div {
	background-color: rgba(0, 0, 0, 0.6);
}

.to-top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 42px;
	height: 42px;
}

#brands-slider {
	height: 100px;
	box-sizing: content-box;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: flex;
}

.carousel-item img {
	filter: grayscale(100%);
	transition: 0.3s filter linear;
}

.carousel-item img:hover {
	filter: grayscale(0);
}

.carousel-indicators {
	bottom: -15px;
}

.carousel-indicators [data-bs-target] {
	height: 12px;
	width: 12px;
	opacity: 1;
	background-color: #fff !important;
	border: 2px solid var(--bs-primary);
}

.carousel-indicators .active {
	height: 15px;
	width: 15px;
	border: none;
	background-color: var(--bs-primary) !important;
}

#about .col-6 {
	width: 49%;
}

#about .btn {
	font-variant: small-caps;
}

#about .btn span.bi {
	font-size: 10px;
}

#about .btn:hover {
	background: var(--bs-primary);
}

#services .nav-item.col-3 {
	width: 22%;
}

#services .col-lg-6 {
	width: 48%;
}

#services .nav-link {
	font-size: 17px;
	border-color: rgba(0, 0, 0, 0.781) !important;
	transition: all 0.5s;
}

#services .nav-link:hover {
	border-color: var(--bs-border-color) !important;
}

#services .nav-link.active,
#services .nav-link:active {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary) !important;
	color: #fff;
}

#services .tab-content &gt; .active {
	display: flex;
}

#services .nav-pills .col-lg-3 {
	width: 22%;
}

#pricing article article {
	width: 30%;
	transition: all 0.5s;
}

#pricing article article:hover {
	--bs-bg-opacity: 0.8;
}

#pricing article article h6 {
	font-size: 17px;
}

#pricing article article button {
	border-color: #ffffff5b !important;
}

#pricing article article button:hover {
	border-color: #fff !important;
}

#questions .btn:hover,
#questions .btn[aria-expanded="true"] {
	color: var(--bs-primary);
}

#questions .btn[aria-expanded="true"] .bi-chevron-down::before {
	content: "\f659" !important;
}

#portfolio .col-4 {
	width: 32%;
}

#portfolio .align-items-end {
	opacity: 0;
	z-index: 3;
	transition: all 0.5s;
}

#portfolio .align-items-end:hover {
	background-color: rgba(0, 0, 0, 0.445);
	opacity: 1;
}

#portfolio .align-items-end ~ img {
	transition: all 0.5s;
}

#portfolio .align-items-end:hover ~ img {
	transform: scale(1.2, 1.2);
}

#portfolio .align-items-end .opacity-50 {
	transition: all 0.3s;
}

#portfolio .align-items-end .opacity-50:hover {
	opacity: 1 !important;
}

#contact .bi-geo-alt-fill::before,
#contact .bi-envelope-fill::before,
#contact .bi-telephone-fill::before {
	padding: 15px;
	border: 2px dotted #a7000050;
	border-radius: 50%;
}

.shadow {
	box-shadow: -1px -1px 0.9rem 0.4em rgba(0, 0, 0, 0.06) !important;
}

#contact .col-lg-6,
#contact .col-6 {
	width: 47%;
}

#contact textarea {
	height: 130px;
	resize: none;
}

footer .btn-dark {
	background: var(--bs-secondary);
	border-color: var(--bs-secondary);
	transition: all 0.5s;
}

footer .btn-dark:hover {
	background: var(--bs-primary) !important;
	border-color: var(--bs-primary) !important;
}

@media screen and (max-width: 1200px) {
	#home {
		background-position-y: -55px;
	}

	.navbar ul .btn {
		width: 100%;
	}

	#services .nav-pills .col-lg-3 {
		width: 47%;
	}
}

@media screen and (max-width: 991px) {
	#home {
		background-position-y: 0;
	}

	#home .w-50 {
		width: 100% !important;
	}

	#services .col-lg-6 {
		width: 100%;
	}

	#portfolio .col-4 {
		width: 48%;
	}

	#contact .col-lg-6 {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	#home {
		background-position-x: -130px;
	}

	#home .fs-4 {
		font-size: 1.1rem !important;
	}

	.btn-lg {
		--bs-btn-padding-y: 0.32rem;
		--bs-btn-padding-x: 0.5rem;
		--bs-btn-font-size: 1.1rem;
	}

	#pricing article article {
		width: 48%;
	}
}

@media screen and (max-width: 575px) {
	.slant-box::before {
		transform: rotate(-3deg) skewX(-3deg) translateY(-2%);
	}

	#portfolio .col-4 {
		width: 100%;
	}

	#brands-slider {
		width: 80% !important;
	}

	#portfolio .col-4 {
		width: 100%;
	}

	#pricing article article {
		width: 100%;
	}
}
</pre></body></html>