footer{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;

	padding: 55px 50px;
	margin-top: 80px;
}
.footer-company-name{
    color:  #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.footer-center .row{
    margin-bottom: 15px;
}
.footer-center p{
    text-align: left;
    color: #ffffff;
    vertical-align: middle;
    margin-bottom: 0;
}
.footer-center p a{
    color:  #5383d3;
    text-decoration: none;;
}
.footer-company-about span{
    display: block;
    color:  #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
footer h3 span{
    color:  #5383d3;
}
.footer-icons-bg{
    color: #33383b;
}
.footer-icons-front{
    color: #ffffff;
}

footer .footer-company-about{
    padding-top: 20px;
    line-height: 20px;
    color:  #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}
footer .footer-icons{
    margin-top: 25px;
}
footer .footer-links a{
    color: rgb(239, 239, 239);
}
.footer-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color:  #33383b;
    border-radius: 2px;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;

    margin-right: 3px;
    margin-bottom: 5px;
}
.footer-icons a:hover{
    background-color: #dfdfdf;
    color: #000000;
}
.tel-number > span{
    padding: 0;
}

