/**/
.full-footer {
	position: relative;
	padding: 60px 0 0;
	margin: 0 auto 0;
	overflow: hidden;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #fff;
}
/*.full-footer::before {
	content: "";
	background-color: #00498A;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
}*/
.footer_cot1_logo {
	filter: brightness(0) invert(1);
}
.inner-footer{
	position: relative;
	z-index: 2;
}
/**/
.footer-box{
	margin-bottom: 30px;
}
.footer-box h3 {
	margin: 0 0 24px;
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
}
.footer-box-1 .footer-content {
}
.footer-box p {
	margin: 0 0 5px 0;
}
.footer-box-1 ul.ft-tt ul{
	list-style: disc;
}
.ft_mxh img {
	display: inline-block;
}
.icon-mxh a{
	margin-right: 15px;
}
.line-tt {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.line-tt b{
	font-weight: 500;
}
.line-tt .text {
  flex: 1;
  padding-left: 10px;
}
.line-tt .text b{
	display: block;
}
/**/
.footer-box-2 {
	padding: 0 10px;
}
.footer-box .menu {
	margin-bottom: 20px;
	padding: 0;
	margin-top: 0;
}
.footer-box .menu li {
	margin-bottom: 12px;
	line-height: normal;
	list-style: none;
	white-space: nowrap;
	padding-bottom: 12px;
}
.footer-box .menu li a{
	color: #FAFAFA;
}

.footer-box-4  form input.wpcf7-form-control, .wpcf7-form-control.wpcf7-text{
	background-color: rgba(255, 255, 255, 0.90);
	border: 0;
	margin-bottom: 0;
}
.footer-box-4  form .wpcf7-form-control-wrap{
	flex:1;
	margin-top: 0;
}
.footer-box-4  form button,
.footer-box-4  form .wpcf7-form-control.wpcf7-submit{
	border-radius: 40px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: linear-gradient(180deg, #FFA151 0%, #F6821F 100%);
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	height: 100%;
	width: 100px;
}
.footer-box-4  form button::before{
	content: "";
	width: 16px;
	height: 16px;
	background-image: url(images/send-icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 5px;
	display: inline-block;
}

@media only screen and (min-width: 990px) {	
	.full-footer .col-lg-4 {
		width: 32% !important;
	}
	.full-row.full-footer .col-item-midder {
		width: 36% !important;
	}
}

.ft-map iframe {
	aspect-ratio: 380/200;
	height: auto;
}
/* footer-bottom */
.full-footer-bottom {
	padding: 10px;
	text-align: center;
}
.footer-bottom {
	text-align: center;
	padding: 16px 0;
	background-color: #E84115;
	color: rgba(255, 255, 255, 0.60);
}
.ft_copyright {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	padding: 15px 0;
}
.ft_copyright img {
	max-height: 53px;
	object-fit: cover;
}
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;
}
/**/
.footer-box form{
	position: relative;
	width: 85%;
	margin: 20px 0;
}
/**/
@media only screen and (max-width: 991px) {
	.footer-box h3{
		font-size: 18px;
		margin-bottom: 15px;
		line-height: normal;
	}
	.inner-footer {
	}
	.full-footer {
		padding: 40px 0 0;
	}
	.footer-box-2 {
		padding: 0;
	}
	.footer-box .menu li {
		margin-bottom: 10px;
	}
	.footer-box > h3 {
		font-size: 18px;
	}
	.ft-wrap{
		flex-wrap: wrap;
	}
	.footer-box{
		margin-bottom: 20px;
	}
	.footer-box .menu{
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 900px) {
	.siteft-logo {
		max-height: 70px;
		margin-bottom: 20px;
	}
	.footer-box p {
		margin: 0 0 10px 0;
	}
}
@media only screen and (max-width: 800px) {
	.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: 10px 0;
	}
	.footer-box h2 {
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.ft_logo img {
		margin-bottom: 20px !important;
	}
	.footer-box-1 .ft-tt .line {
		margin-bottom: 14px;
	}
	.line-tt a{
		color: #fff;
	}

}
@media only screen and (max-width: 600px) {
	.siteft-logo{
		max-width: 200px;
	}
	.ft-logo-wrap {
		display: inline-block;
	}
	/**/
	.full-footer {
		padding: 20px 0 10px;
	}
	.footer-box-3 .footer-content {
		margin-bottom: 15px;
	}
	.footer-bottom {
		font-size: 12px;
	}
	/**/
	.footer-box{
		width: 100% !important;
	}
	.ft_copyright{
		font-size: 14px;
	}
	.footer-box-3 form input.wpcf7-form-control, .wpcf7-form-control.wpcf7-text {
		padding: 10px;
		height: 42px;
	}
}