.footer-content .col-12 {
	padding: 0;
}
.footer-content .col{
	padding: 0;
}
.f1 {
	background: #127da6;
	padding: 20px;
	height: 260px;
	text-align: center;
}
.f1 img {
	object-fit: contain;
	object-position: 50% 50%;
	height: 100%;
}
.f2 {
	background: #10b5ba;
	padding: 30px 45px;
	height: 260px;
}
.f2 .footer_cont > p{
	color: #fff;
}
.f2 .footer_cont p > a{
	text-decoration: none;
	color: #fff;
}
.f3 {
	background: #edefee;
	padding: 35px 50px;
	float: left;
	height: 260px;
}
.f3 p{
	font-weight: bold;
	color: #10b5ba;
	font-size: 18px;
	float: left;
	width: 100%;
}
.f3 .memb-cont{
	float: left;
	width: 33%;
	height: 95px;
	padding: 0 10px;
}
.f3 .memb-cont a{
	line-height: 95px;
}
.foot-soc-cont{
	text-align: center;
	padding: 15px 0;
}
.foot-soc-cont .sc-link{
	background: #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
.foot-soc-cont.twit-cont{
	background-color: #159ed9;
}
.foot-soc-cont.twit-cont a i{
	color: #159ed9;
}
.foot-soc-cont.fac-cont{
	background-color: #215598;
}
.foot-soc-cont.fac-cont a i{
	color: #215598;
}
.foot-soc-cont.yt-cont{
	background-color: #ee2f2e;
}
.foot-soc-cont.yt-cont a i{
	color: #ee2f2e;
}
.foot-soc-cont.share-cont{
	background-color: #129f4f;
}
.foot-soc-cont.share-cont a i{
	color: #129f4f;
}
.foot-soc-cont.gplus-cont{
	background-color: #edefee;
}
.foot-soc-cont.gplus-cont a i{
	color: #d7212d;
}
.foot-soc-cont.lik-cont{
	background-color: #4191cd;
}
.foot-soc-cont.lik-cont a i{
	color: #4191cd;
}
.foot-soc-cont.email-cont{
	background-color: #127da6;
}
.foot-soc-cont.email-cont a i{
	color: #127da6;
}
.foot-soc-cont a{
	text-decoration: none;
}
.foot-soc-cont a{
	font-size: 25px;
	line-height: 60px;
}
@media (max-width: 768px){
	.foot-soc-cont .sc-link{
		width: 35px;
		height: 35px;
	}
	.foot-soc-cont a{
		font-size: 17px;
		line-height: 35px;
	}
	.f2{
		padding: 10px 15px;
	}
	.f2 .footer_cont > p{
		font-size: 13px;
		margin-bottom: 0px;
	}
	.f3{
		padding: 10px 15px;
	}
	.f3 .memb-cont{
		width: 100%;
		text-align: center;
		height: 70px;
	}
	.f3 .memb-cont a img{
		width: 50%;
		height: 65px;
		padding-bottom: 10px;
	}
	.f3 p{
		margin-bottom: 0px;
		font-size: 15px;
	}
}
@media (max-width: 568px){
	.f3{
		height: auto;
	}
	.f1 a{
		line-height: 130px;
	}
	.f1{
		height: 160px;
	}
	.foot-soc-cont a{
		font-size: 14px;
		line-height: 27px;
	}
	.foot-soc-cont .sc-link {
		width: 27px;
		height: 27px;
	}
}