<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-middle {
	background-image: url("../assets/images/custom/bg8.jpg");
}

.numbers {
	background-image: url("../assets/images/pattern/leaf7.png");
}

#services {
	/*background-image: url("../assets/images/pattern/leaf1.png");*/
	/*background-color: #181E31;*/
	background: white;
	color: #555;
	padding-top: 0px;
}

.pb-40 {
	padding-bottom: 10px !important;
}

section &gt; .container, section &gt; .container-fluid {
	padding-top: 20px;
}

.layer-overlay.overlay-dark-8::before {
	background: none;
	display: none;
}

.dark h1 {
	color: #fff;
	z-index: 9999;
}

.gallery a img {
	display: block;
	border: 14px solid rgba(0, 0, 0, 0.3);
	transition: all 0.5s;
}

.gallery a:hover img {
	border: 14px solid rgba(255, 255, 255, 0.3);
}

.section-content ul li {
	list-style-type: circle;
	padding-right: 20px;
	margin-left: 20px;
}

.btn-primary {
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid #333;
	transition: all 0.3s;
}
.btn-primary:hover {
	background: rgba(0, 0, 0, 0.0);
	border: 1px solid #888;
	color: white !important;
}
.input-file {
	display: none !important;
}

@media (max-width: 767px) {
	.divider .container {
		padding: 0px !important;
	}
	.header-top {display: none;}
}

.header-top {
	display: none;
}

.bg-theme-colored {
	background-color: #232c48 !important;
}

.header-middle {
	background-image: none;
	background-color: #181E31;
}

.menuzord-brand {
	color: #fff;
	font-family: "Raleway";
	font-weight: 800;
	font-size: 35px;	
	transition: all 0.3s;
}
.menuzord-brand:hover {
	color: white;
}

.menuzord-brand span {
	color: #4CDF7D;
}


.navbar-dark .navbar-brand {
	color: #fff;
}

.dark .menuzord-menu &gt; li &gt; a {
	color: white;
}

.footer-logo {
	font-size: 30px;
}

body.dark {
	background-color: #181E31 !important;
}

footer {
	background: black;
}

body {
	font-size: 16px;
	color: #666;
	font-weight: 600;
}</pre></body></html>