.full-footer {
	position: relative;
	background: #111827;
	padding: 80px 0 0;
}

.siteft-logo {
	max-width: 305px;
	object-fit: contain;
	display: block;
	margin-bottom: 20px;
}
/**/
.footer-box h3 {
	margin: 0 0 20px;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
	color: #fff;
}
.footer-box.footer-box-1 h3 {
	color: #FFFDFD;
}
.footer-box p {
	margin: 0 0 20px 0;
	color: rgba(255,255,255,.7);
}
.footer-box p b{
	color: #fff;
}
.image-ft a{
	margin-right: 20px;
}
.ft_mxh{
	margin: 20px 0;
}
.ft_mxh a {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-right: 20px;
	border-radius: 6px;
	overflow: hidden;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.27);
	border-radius: 99px;
}
.ft_mxh img {
	display: inline-block;
}
/**/
.footer-box-2 {
	padding: 0 40px;
}
.footer-box .menu {
	list-style: none;
	padding: 0;
}
.footer-box .menu li {
	margin-bottom: 20px;
	line-height: normal;
	color: #fff;
}
.footer-box .menu li a{
	color: rgba(255,255,255,.7);
}
.footer-box .menu li a:hover{
	color: #fff;
}

.footer-box-3 {
	overflow: hidden;
}
/* footer-bottom */
.full-footer-bottom {
	margin-top: 40px;
}
.footer-bottom{
	text-align: center;
	padding: 14px 0;
	font-size: 14px;
	border-top: 1px solid rgba(217,217,217,0.08);
	color: rgba(255,255,255,0.6);
}
a.design-by {
	text-decoration: none;
}
a.design-by:hover {
	text-decoration: underline;
}
#show-sft,
#hide-sft {
	float: right;
	font-size: 14px;
	margin: 0;
	text-align: right;
	cursor: pointer;
}
#show-sft,
.active-sft #hide-sft {
	display: inline-block;
}
#hide-sft,
.active-sft #show-sft {
	display: none;
}
/**/
.fixed-mxh {
  position: fixed;
  right: 0;
  top: 32%;
  z-index: 99999;
}
.fixed-mxh a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #E4A951;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-mxh a+a{
  border-top: 1px solid #fff;
}
/**/
@media only screen and (max-width: 991px) {
	.full-footer {
		padding: 40px 0 0;
	}
	.footer-box-2 {
		padding: 0;
	}
}
@media only screen and (max-width: 900px) {
	.siteft-logo {
		max-height: 70px;
		margin-bottom: 20px;
	}
	.footer-box li,
	.footer-box p {
		margin: 0 0 20px 0;
		font-size: 16px;
	}
}
@media only screen and (max-width: 800px) {
	.full-footer .ft_bg {
		width: 50%;
	}
	.inner-footer .col-mb{
		width: 50%;
	}
	.full-footer .inner-footer .col-ft1{
		width: 100%;
	}
	.ft_mxh {
		margin-bottom: 20px;
	}
	.image-ft {
		margin-bottom: 20px;
	}
	.image-ft img{
		max-width: 80px;
	}
}
@media only screen and (max-width: 768px) {
	.footer-box-3 {
		clear: both;
	}
	.footer-bottom {
		padding: 5px 0;
	}
	.fixed-line-wrap .fixed-line img {
		width: 70px;
		margin-top: 0;
	}
	.fixed-line-wrap .btn-style {
		padding: 0 5px;
	}
}
@media only screen and (max-width: 600px) {
	.full-footer .lineSlide {
		top: -5px;
	}
	.full-footer .col-mb{
		width: 100%;
	}
	.siteft-logo{
		max-width: 180px;
	}
	.ft-logo-wrap {
		display: inline-block;
	}
	/**/
	.main-call {
		justify-content: center;
	}
	.ft-logo {
		margin: 10px auto;
	}
	.footer-box-3 .footer-content {
		margin-bottom: 15px;
	}
	.footer-bottom {
		font-size: 12px;
	}
/*	*/
.fixed-line-wrap .inner-container {
	padding-left: 0 !important;
}
.fixed-line-wrap .fixed-line p {
	font-size: 11px !important;
}
.fixed-line-wrap .fixed-line p br {
	display: none;
}
.fixed-line-wrap .btn-style {
	font-size: 10px;
	white-space: nowrap;
}
}
@media only screen and (max-width: 400px) {
	.fixed-line-wrap .fixed-line img {
		width: 50px;
	}
}