.f_footer {
	width: 100%;
	background: #140e25;
	display: flex;
	align-items: center;
	justify-content: center;
}

.f_footer a {
	transition: 0.3s;
}

.f_footer p {
	line-height: 26px;
	margin-bottom: 20px;
}


.f_footer a:hover {
	color: #8b8b8b !important;
}

.f_footer_columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	align-items: self-start;
	padding: 90px 15px;
}

.f_footer_oneColumn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.f_footer_Box {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.f_footer_bottomLinks {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-top: 1px solid #fff;
	padding: 40px 0;
}

.f_footer_bottomLinks a {
	color: #ffff;
	padding: 0 10px;
	text-decoration: none;
}

.f_footer_socialLinksBox {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

.f_footer_socialLinksBox a {
	display: flex;
	width: 40px;
	height: 40px;
	background: transparent;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	border: 1px solid #A8A8A8;
	border-radius: 50%;
	margin-right: 10px;
}

.f_footer_socialLinksBox a svg {
	width: 20px;
	height: 20px;
	fill: #a8a8a8;
}

.f_footer_logoBox {
	font-size: 31px;
	width: 100%;
	text-align: start;
	font-family: 'Lora', serif;
	color: #fff;
}

.f_footer_oneColumn p {
	font-size: 16px;
	color: #fff;
}

.f_footer_columnTitle {
	font-size: 21px;
	font-family: 'Lora', serif;
	color: #fff;
	width: 100%;
	margin-bottom: 15px;
	align-items: center;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 19px;
}

.f_footer_oneLink {
	display: block;
	width: 100%;
	color: #fff;
	text-transform: capitalize;
	font-size: 14px;
	text-decoration: none;
	padding: 6px 0;
	text-align: start;
}

.f_footer_contactBox {
	display: flex;
	align-items: flex-start;
	flex-direction: column;

}

.f_footer_oneContact {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
	margin-bottom: 10px;
	font-size: 14px;
}

.f_footer_oneContact a {
	text-decoration: none;
	color: #fff;
}

.f_footer_oneContact span {
	width: 33px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #A8A8A8;
	border-radius: 50%;
	margin-right: 15px;
}

.f_footer_oneContact span svg {
	height: 20px;
	width: 20px;
	fill: #A8A8A8;
}

.f_footer_oneColumnLinks {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
