.full-footer{
	padding:80px 0 80px;
	background-color: #C30419;
}
.full-footer .container {
	z-index: 1;
	position: relative;
}
.footer-box-1{
	width: 33%;
}
.footer-box-2,
.footer-box-3{
	width: 22%;
}
.footer-box-4{
	width: 23%;
}
.ft-logo{
	max-width: 300px;
}
.footer-box h2 {
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}
.footer-box ul {
	padding: 0;
	list-style: none;
	color: #fff;
}
.footer-box-1 ul li {
	display: flex;
	align-items: baseline;
	margin-bottom: 0;
}
.footer-box-1 ul li>p{
	padding-left: 8px;
}
.footer-box-1 ul li>p span{
	display: block;
}
.ft-menu a {
	color: #fff;
	display: block;
	margin-bottom: 12px;
}
/**/
.ft-mxh h3{
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	font-style: italic;
}
.mxh-icon a {
	display: inline-flex;
	background-color: #fff;
	width: 36px;
	height: 36px;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	line-height: 36px;
	margin-right: 10px;
}
.full-footer-bottom{
	background-color: #B10014;
	padding: 20px 0;
	color: rgba(255, 255, 255, 0.60);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
}
@media only screen and (max-width: 1199px) {
	.full-footer {
		padding: 40px 0;
	}
	.ft-logo {
		max-width: 250px;
	}
}
@media only screen and (max-width: 991px) {
	.footer-box-4,
	.footer-box-1{
		width: 100%;
	}
	li {
		margin-bottom: 10px;
	}
	.footer-box-1 ul li > p {
		margin-bottom: 0;
	}
	.footer-box-2, .footer-box-3 {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.ft-logo {
		max-width: 180px;
	}
	.footer-box h2 {
		font-size: 18px;
	}
	.footer-box-2, 
	.footer-box-3 {
		width: 100%;
	}
}