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

.footer-v1{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
	z-index: 9;
}


.footer-v1 .footer {
	padding: 40px 0;	
	background: #272727;
}

.footer-v1 .footer p {
	color: #eee;
}

.footer-v1 .footer h2 {
	color: #eee;
	font-size: 18px;
	font-weight: 200;
}

/*Link List*/
.footer-v1 .link-list li {
	border-top: solid 1px #353535;
}

.footer-v1 address,
.footer-v1 .link-list a,
.footer-v1 .link-list i {
	color: #eee;
}

.footer-v1 address {
	line-height: 23px;
}

/*Dotted Map*/
.footer-v1 .footer .map-img {
	background: url(../../img/map-img.png) 5px 60px no-repeat;
}

/*Blog Posts (with images)*/
.footer-v1 .footer .posts .dl-horizontal a {
 color: #dadada;
}

.footer-v1 .footer .dl-horizontal a:hover {
 color: #5fb611 !important;
}
.footer-v1{
	/* position: fixed; */
	position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
/*Copyright*/
.footer-v1 .copyright {
	padding: 10px 0;
	border-top: none;
	background-color: var(--primary-button-bg);
	position: relative;
}

.footer-v1 .copyright p {
	color: #000;
	font-size: 12px;
	font-weight: 500;
	color:var(--primary-button-color);
	margin-bottom: 0;
}

.footer-v1 .copyright a {
	color: #ffffff;
	margin: 0 2px;
}

.footer-v1 .footer-socials {
	margin-top: 12px;
	text-align: right;
}

.footer-v1 .footer-socials li a {
	color: #777;
	font-size: 16px;
}

@media (max-width: 991px) {
	.footer-v1 .copyright,
	.footer-v1 .footer-socials {
		text-align: left;
	}
}

@media (max-width: 767px) {
	.footer-v1 .copyright{
		text-align: center;
	}
	.footer-v1 .copyright p{
		font-size: 14px;
		margin: 8px 0;
	}
}

@media (max-width: 576px) {
	#myCarousel .carousel-indicators{
		bottom: 3px;
		margin-bottom: 0;
	}
	.MicroFooter ul li i {
		height: 28px;
		width: 29px;
		line-height: 28px;
		font-size: 14px;
		margin-right: 10px;
	}
	.MicroFooter ul li p{
		font-size: 14px;
		line-height: 20px;
	}
	.MicroFooter h6{
		font-size: 15px;
	}
}

.socialLink {
    color: var(--primary-button-color);
}

@media (min-width: 768px) {
	.socialLink {
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
    }
}

.socialLink &gt; i {
	padding: 0 8px;
}</pre></body></html>