@import url("../css/theme-style.css");

.footer-area {
	font-family: 'Montserrat', sans-serif;
	background: #4EAFD5;
	color: #fff;
}

footer p, .copyright-area p {
	color: #fff;
}

.support-link a {
	font-size: 15px;
}

.support-link .fas {
	font-weight: 500;
}

.footer-area h6 {
	font-size: 22px;
}

.footer-area .icon {
	background: rgb(255 255 255/ 10%);
	border-radius: 4px;
	width: 36px;
	text-align: center;
	padding: 10px;
}

.bottom-border {
	border-bottom: 1px solid rgb(255 255 255/ 20%);
}

.copyright-area {
	background-color: #4EAFD5;;
	padding: 10px 0;
	color: #fff;
}