/*footer style*/

 .footer_li{
 margin-left:-10px; margin-bottom:10px; text-align:left; font-size: 15px;
 }

.footer_ul{
list-style: none; padding-left:70px;
}


footer {
    color: #fff;
    padding: 25px 0;
    
    background-color: #3c3c3b;
}


footer .footer-title {
   color: #fff!important;
    font-size: 18px;
    font-weight: bold;
    text-align:left;
    font-family: 'Source Sans Pro', sans-serif!important;
    padding-bottom: 9px;
}

footer .footer-title1 {
    color: #e0e0e0;
    font-size: 19px;
	margin-top: 5px;
	text-align: left;
}


footer .footer-menu a {
    color: #e0e0e0;
    cursor: pointer;
}

footer .footer-menu.social .fa {
    width: 21px;
    height: 21px;
    padding: 4px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}

footer .stay-updated {
    margin-top: 30px;
    color: #e0e0e0;
  
}


@media (min-width:1200px) {
footer .footer-menu a {
    text-decoration: none;
	font-size: 15px;
	letter-spacing: 0px;
}
footer .footer-menu a:hover {
    color: #fbb440;
    transition: 0.5s;
}
footer .footer-menu.social .fa:hover {
    background:#fbb440;
    color: #3c3c3b;
}

}
@media (min-width: 992px)
{
.col-md-3 {
    width: 25%!important;
}
}