/*Footer Css*/
footer {
	padding: 6rem 0 4rem;position: relative; background: #CEF1C8;
}
.col-third {
	width: calc(100% / 3);
}
.footer-widget p, .copyright p {
	color: black;
	font-size: 2rem;
	font-family: Poppins;
	font-weight: 400;
	word-wrap: break-word
}
.footer-widget h4 {
	color: black;
	font-size: 2rem;
	font-family: Poppins;
	font-weight: 600;
	margin-bottom: 2rem;
	word-wrap: break-word
}
.footer-widget ul li a {
	color: black;
	font-size: 1.8rem;
	font-family: Poppins;
	font-weight: 500;
	word-wrap: break-word;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 1rem;
}
.footer-widget p strong {
	font-weight: 500;
}
.footer-widget .footerlogo {
	margin-bottom: 1.5rem;
}
footer ul.social {
	display: flex;
	align-items: center;
	margin-top: 2rem;
}
footer ul.social li {
	padding: 1rem;
}
.copyright p {
	margin-top: 6rem;
}
.footer-widget ul li a:hover {
	color: #2a7b21;
}