footer {
	position: relative;
	background: #27211E;
}

footer .footer-bg {
	position: absolute;
	height: 400px;
	clip-path: ellipse(52% 7% at 51% 72%);
	background: #27211E;
	top: -290px;
	left: 0;
	right: 0;
}

footer:before {
	content: '';
	height: 413px;
	width: 100%;
	top: -243px;
	left: 0;
	right: 0;
	position: absolute;
	background: url('../images/trees-bg.svg') no-repeat;
	background-position: center;
}
.footer-main .logo-footer {
	display: table;
	margin: 0 auto;
}
.footer-main ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-main h3 {
	font-weight: 400;
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.footer-main h3 {
		font-size: 24px;
		margin-top: 30px;
	}
}
.footer-main p {
	color: #EAD9CA;
}
.footer-main .quick-links li {
	display: block;
}
.footer-main .quick-links li a {
	display: block;
	color: #EAD9CA;
	font-weight: 400;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.footer-main {
		text-align: center;
	}
}
.icon-container ul li a {
	display: block;
	margin: 0 8px;
}

.icon-container ul li a i {
	border-radius: 50%;
	background: #ad4c25;
	border: 1px solid #ad4c25;
	color: #fff;
	transition: all 0.7s ease-out;
}

.icon-container ul li a:hover i{
	background: transparent;
	color: #ad4c25;
}