.full-footer {
	background-size: cover;
	color: #eaeaea;
}
.ft-logo .btn {
  background-color:#f6c71e;
  color:#000;
  font-weight:600;
  padding: 10px 20px;
  text-transform: uppercase
}
.full-footer p{
	margin-bottom: 0;
}
.footer-box strong{
	font-weight: 700;
}
.footer-box h3{
	margin-bottom: 35px;
	text-transform: capitalize;
	font-size: 24px;
	font-family: 'Josefin Sans',sans-serif;
	font-weight: 700;
	color: #fff;
	margin-top: 21px;
}
.full-footer a{
	color: #eaeaea;
}

.footer-box-2 ul {
  list-style: none;
  padding: 0;
}
.footer-box-2 ul li{
  display: flex;
  align-items: first baseline;
  margin-bottom: 15px;
}
.footer-box-2 ul li i{
  margin-right: 10px;
    
}
.footer-box-2 ul li b{
  font-weight: 700 !important;;
}
.ft-mxh a {
	width: 35px;
	height: 35px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	font-size: 16px;
	margin: 0px 5px;
}
.ft-mxh a:hover {
	background-color: #f6c71e;
}
/**/
.ft_copyright{
	font-size: 14px;
}
@media only screen and (max-width: 991px) {
	.ft-logo {
		text-align: center;
	}
	.ft-desc {
		margin-top: 20px;
	}
	.footer-box h3 {
		margin-bottom: 10px;
		font-size: 20px;
		margin-top: 20px;
	}
	.ft_copyright {
		flex-wrap: wrap;
		justify-content: center !important;
	}
	.ft-mxh {
		margin-bottom: 10px;
		order: -1;
	}
}