/*footer left*/
.footer-left img {
	max-height: 70px;
	display: block;
}
.footer-left img:nth-child(2) {
	max-height: 80px;
}
.footer-newsletter form {
	position: relative;
}
.footer-newsletter .wpforms-container .wpforms-submit-container {
	position: absolute;
	right: 10px;
	top: calc(50% - 22px);
	margin: 0;
	padding: 0;
}
.footer-newsletter .wpforms-container .wpforms-field {
	margin: 0;
	padding: 0;
}
.footer-newsletter .wpforms-submit-container button {
	font-size: 0;
	padding: 5px 20px;
}
.footer-newsletter .wpforms-submit-container::after {
	content: "\F32C";
	font-family: bootstrap-icons;
	position: absolute;
	color: #fff;
	z-index: 9;
	left: calc(50% - 8px);
	top: calc(50% - 15px);
	font-size: 18px;
	line-height: 25px;
}
.footer-newsletter .wpforms-submit-container button {
	font-size: 0;
	padding: 9px 20px;
	z-index: 99;
	background: none;
}
.footer-newsletter .wpforms-submit-container::before {
	content: "";
	position: absolute;
	z-index: 8;
	width: 100%;
	height: 100%;
	left: 0;
	top: -2px;
	border-radius: 0 20px;
}
.footer-newsletter .wpforms-container label.wpforms-error,
.footer-newsletter .wpforms-submit-spinner {
	display: none !important;
}
/*footer right*/
.footer-right {
	position: relative;
}
.footer-right h2 {
	position: absolute;
	left: 0;
	margin: 0;
	top: 125px;
	left: -85px;
}
footer .social-icons {
	display: flex;
	align-content: end;
	justify-content: end;
}
.social-icons a {
	border-radius: 100%;
	width: 30px;
	height: 30px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: end;
	justify-items: end;
	margin: 0 5px;
}
.footer-contact {
	padding-top: 250px;
}
