<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Highlights */

#footer-highlights {
	position: relative;
	background: url('images/home/features-bg2.jpg') no-repeat;
	background-size: cover;
	overflow: hidden;
	z-index: 2;

}

#footer-highlights:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  /*
	background: radial-gradient(circle at top, #0090d2 0, rgba(0, 0, 0, 0) 70%);
  */
}

#footer-highlights .particles-js-canvas-el {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

#footer-highlights .highlight-title {
	padding-bottom: 1.5rem;
}

#footer-highlights .highlight-box {
	position: relative;
	z-index: 2;
	padding: 10rem 8rem;
	text-align: center;
	align-items: center;
	color: #fff;
}

#footer-highlights .highlight-box .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	width: 112px;
	height: 112px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 50%;
}

#footer-highlights .highlight-box .highlight-desc {
	margin-bottom: 3rem;
}

@media only screen and (max-width:1250px) {
	#footer-highlights .highlight-box {
		padding: 10rem 4rem;
	}
}

@media only screen and (max-width:992px) {
	#footer-highlights .col-md-4:last-of-type {
		display: none;
	}
}

@media only screen and (max-width:767px) {
	#footer-highlights {
		padding: 4rem 0;
	}

	#footer-highlights .highlight-box {
		padding: 4rem;
	}

	#footer-highlights .highlight-box .highlight-desc {
		margin-bottom: 2rem;
	}

}



#footer {
	position: relative;
	z-index: 2;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
}



/* Footer contacts */

#footer-contacts .row {
	flex-direction: row-reverse;
}

#footer-contact-info .contact-title {
	padding-bottom: 3rem;
	padding-top: 8rem;
}

#footer-contact-info p {
	margin-bottom: 1.5rem;
}

#footer-contact-info .icon {
	display: inline-block;
	font-size: 2rem;
	min-width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	margin-right: 0.5rem;
	position: relative;
	top: 0.4rem;
}

#footer-contact-info .icon-place {
	background-image: url('images/icons/place.svg');
}

#footer-contact-info .icon-phone {
	background-image: url('images/icons/phone.svg');
}

#footer-contact-info .icon-mail {
	background-image: url('images/icons/mail.svg');
}

#home-newsletter-subscribe .newsletter-title {
	padding-bottom: 3rem;
	padding-top: 8rem;
}

#newsletter-subscribe-form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	padding-bottom: 8rem;
}

#newsletter-subscribe-form input[type="email"] {
	width: 100%;
	margin-bottom: 1.5rem;
}

#newsletter-subscribe-form .btn {
	align-self: flex-end;
}

.social-links{
	width: 5rem;
	display: flex;
	flex-direction: row;
	margin-top: 20px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
}

@media only screen and (max-width: 992px) {
	#footer-contacts .row {
		flex-direction: row;
	}

	#footer-contact-info {
		padding-bottom: 7rem;
	}
}

@media only screen and (max-width:767px) {

	#home-newsletter-subscribe .newsletter-title,
	#footer-contact-info .contact-title {
		padding-bottom: 2rem;
		padding-top: 6rem;
	}

	#newsletter-subscribe-form {
		padding-bottom: 6rem;
	}

	#newsletter-subscribe-form .btn {
		height: 3.6rem;
		line-height: 3.6rem;
		padding: 0 2rem;
		margin-top: 2rem;
		align-self: center;
	}

	#footer-contact-info {
		padding-bottom: 4rem;
	}
}



/* Footer menu */

#footer-menu {
	padding-top: 8rem;
	position: relative;
}

#footer-menu ul {
	padding: 0;
	margin: 2.5rem 0 8rem;
}

#home-top-btn {
	position: absolute;
	right: 4rem;
	bottom: 4rem;
}

@media only screen and (max-width:1250px) {
	#footer-menu ul li a {
		font-size: 1.3rem;
		line-height: 2rem;
	}
}

@media only screen and (max-width:992px) {
	#footer-menu {
		display: none;
	}
}



/* Footer bottom */

#footer-bottom {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 2.5rem 4rem;
	text-align: center;
	background-color: #f5f5f5;
}

#footer-bottom a,
#footer-bottom a:hover {
	color: #677279;
}
</pre></body></html>