a{text-decoration: none}
footer a:link,
footer a:visited{color: #bbb;}
footer a:hover,
footer a:active{color: #EB5C02;}

footer{
	padding: 150px 0;
	color: #bbb;
	background-color: #222;
	overflow: hidden;
	position: relative;
}
footer .container>.row:nth-child(1){
	margin-bottom: 70px;
}
footer .footer-bt{
	color: #fff;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0px;
    font-style: normal;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
	text-transform: uppercase;
}
footer .ple{
	width: 280px;
	line-height: 1.6;
}
footer .footer-nav{
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
footer .footer-nav li{
	font-size: 16px;
	width: 100%;
	float: left;
	text-align: left;
	text-transform: capitalize;
}
footer .footer-nav>li:not(:last-child){margin-bottom: 15px;}
footer .foot-logo img{width: 170px;}
footer a.link-btn{
    margin: 20px 0 40px 10px;
}
footer .container>.row:nth-child(1){
	margin-bottom: 70px;
}
footer .content>div:nth-child(3)>p:not(:last-child){
	margin-bottom: 20px;
}
footer .copyright{
	padding: 0 15px;
}
footer .cname{
	font-weight: bold;
}
@media screen and (max-width: 996px){
	footer{padding: 30px;}
	footer .content>div:not(:last-child){margin-bottom: 70px;}
}