.full-footer{
	padding:60px 0 0;
	background-color: #06561B;
	color: #fff;
}
.full-footer .bg-icon {
	position: absolute;
	bottom: 0;
	right: 0;
}
.full-footer .arrow-icon {
	position: absolute;
	bottom: 0;
	left: 17%;
}
/**/
.full-footer a{
	color: #fff;
}
.full-footer .container {
	z-index: 1;
	position: relative;
}
.footer-box h2 {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.footer-box.footer-box-1 h2 {
	font-size: 20px;
}
.ft-menu {
	padding-left: 15px;
	list-style: none;
	padding: 0;
}
.ft-menu li {
	margin-bottom: 14px;
	display: flex;
	align-items: center;
}
.ft-menu li img {
	margin-right: 9px;
}
.ft-menu a {
	display: block;
}

@media only screen and (max-width: 1199px) {
	.full-footer {
		padding: 40px 0 10px;
	}
	.ft-logo {
		max-width: 250px;
	}
}
@media only screen and (max-width: 991px) {
	.footer-box-3,
	.footer-box-1{
		width: 100%;
	}
	.ft-menu li {
		margin-bottom: 10px;
	}
	.footer-box-1 ul li > p {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 767px) {
	.footer-box.footer-box-1 h2,
	.footer-box h2 {
		font-size: 18px;
	}
	.footer-box-2, .footer-box-3 {
		width: 100%;
		margin-top: 20px;
	}
}