.full-footer {
	background: #272727;
	padding: 25px 0 15px;
	color: #eaeaea;
}
.ft-logo-wrap {
	text-align: center;
	background: #fff;
	padding: 5px 0;
	border-radius: 5px;
	margin-bottom: 10px;
}
.siteft-logo {
	max-width: 100%;
	max-height: 70px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}
.footer-box h3 {
	color: #ff7e20;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
}
.footer-box p {
	margin: 0 0 20px 0;
	line-height: 21px;
}
.footer-box-1 i {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	color: #a7a7a7;
	padding-left: 3px;
	float: left;
	margin-right: 10px;
	border: 1px solid rgba(242, 242, 242, 0.16);
}

/**/
.footer-box .menu {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

.footer-box .menu li {
	padding: 10px 0;
	border-bottom: 1px solid #6d6d6d;
}
.footer-box .menu li a{
	color: #ff7e20;
}
/**/
.footer-box .wpcf7 {
	display: block;
}

.footer-box .wpcf7 form {
	position: relative;
}

.footer-box .wpcf7 .wpcf7-form-control-wrap {
	width: 100%;
	margin-bottom: 0;
}

.footer-box .wpcf7 .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text {
	background-color: #fff;
	box-shadow: none;
	height: 40px;
	float: none;
	border-radius: 0;
}

.footer-box .wpcf7 input.wpcf7-form-control.wpcf7-submit {
	position: absolute;
	border: none;
	right: 0;
	top: 0px;
	height: 40px;
	margin: 0;
	background-color: #ff7e20;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	float: none;
	border-radius: 0;
}

.footer-box .wpcf7 input.wpcf7-form-control.wpcf7-submit:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
/**/
.footer-box .social-widget {
	display: flex;
	flex-wrap: wrap;
}
.footer-box .social-widget a {
	display: inline-block;
	margin-bottom: 5px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-right: 5px;
	border: 1px solid #a1a1a1;
	padding: 2px;
	display: flex;
	text-align: center;
}
.footer-box .social-widget a i {
	font-size: 16px;
	color: #a1a1a1;
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-moz-transition: ease all 0.5s;
	-o-transition: ease all 0.5s;
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 30px;
}
.footer-box .social-widget a:hover i {
	background-color: #ff7e20;
	color: #fff;
}

/* footer-bottom */
.full-footer-bottom {
	background: #d7d7d7;
	padding: 10px 0;
}

.left-footer-bottom {
	width: 40%;
	text-align: left;
	display: inline-block;
	color: #272727;
}

.mid-footer-bottom {
	display: inline-block;
	text-align: center;
	width: 19%;
}

.right-footer-bottom {
	display: inline-block;
	width: 40%;
	text-align: right;
}

a.design-by {
	color: #272727;
	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;
}

@media only screen and (max-width: 900px) {
	.ft-logo-wrap{
		margin-bottom: 10px;
	}
	.footer-box h3{
		font-size: 22px;
		margin-top: 10px;
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 768px) {
	.inner-footer .col-lg-3{
		width: 50%;
	}

	.footer-box-3 {
		clear: both;
	}

	.footer-bottom {
		width: 100%;
		text-align: center;
	}

	.footer-box h2 {
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 600px) {
	.inner-footer .col-lg-3 {
		width: 100%;
	}
	.siteft-logo{
		max-width: 200px;
	}
	.ft-logo-wrap {
		display: inline-block;
	}
}