/**/
.full-footer {
	position: relative;
	background-color: #F30B00;
}
.full-footer::before {
	content: "";
	background: linear-gradient(180deg, #F30B00 0%, #C70900 100%);
	opacity: 0.8;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.inner-footer{
	position: relative;
	z-index: 1;
}
.ft-title{
	color: #FFF;
	font-family: "Segoe UI";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.ft-title b{
	font-size: 28px;
	font-weight: 900;
	display: block;
}
/**/
.ft-desc {
	position: relative;
	color: #fff;
}
.ft-desc::before {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.35) 16.94%, #FFF 50%, rgba(255, 255, 255, 0.35) 85.53%, rgba(255, 255, 255, 0.01) 100%);
  width: 500px;
  max-width: 100%;
  height: 2px;
  display: block;
  margin: 20px auto;
}
@media only screen and (max-width: 991px) {
	.ft-title {
		font-size: 20px;
	}
	.ft-title b {
		font-size: 22px;
	}
	.ft-wrap img {
		max-height: 120px;
	}
}

