footer {
    color: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #0f67b1;
}
footer .overshadow{
    background: rgba(15, 102, 176, 0.78);
    padding: 50px 0 0;
}
footer .footer-top {}
footer .footer-top .social {
    margin-bottom: 30px;
}
footer .footer-top .social .social-info {
    border: 1px dashed #fff;
    padding: 30px;
}
footer .footer-top .social .social-info h4 {
    font-size: 24px;
    margin-top: 0;
}
footer .footer-top .social .social-media {
    margin-top: 40px;
}
footer .footer-top .social .social-media ul li a {
    color: #fff;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
}
footer .footer-top .social .social-media ul li a:hover {
    background: #fff;
    color: #000;
}
footer .footer-top .links {
    margin-bottom: 30px;
}
footer .footer-top .links h4 {
    font-size: 24px;
    margin-top: 0;
}
footer .footer-top .links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .footer-top .links ul li a {
    color: #fff;
    display: block;
    padding: 11px 0;
    border-bottom: 1px dashed #fff;
}
footer .footer-top .links ul li a:hover {
    color: #e2b423;
}
footer .footer-top .about {
    margin-bottom: 30px;
}
footer .footer-top .about > p {
    margin-bottom: 30px;
}
footer .footer-top .about h4 {
    font-size: 24px;
    margin-top: 0;
}
footer .footer-top .about .media .pull-left {
    margin-right: 5px;
}
footer .footer-top .about .media .pull-left i {
    width: 31px;
    height: 34px;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    line-height: 32px;
    color: #fff;
}
footer .footer-top .about .media .media-body .media-heading {
    margin-top: 0;
}
footer .footer-top .about .media .media-body a {
    color: #fff;
}
footer .footer-top .about .media .media-body a:hover {
    color: #e2b423;
}
footer .footer-bottom {
    background: #0C3968;
    padding: 50px 0;
    color: #808080;
    text-align: center;
}
footer .footer-bottom a {
    color: #fff;
}
footer .footer-bottom a:hover {
    color: #e2b423;
}

.contact-footer{
    background: #03457c;
    color: #fff;
    padding: 30px 0 20px;
}
.contact-footer i{
    font-size:24px;
    padding: 12px 0;
}
.contact-footer h4{
    font-size: 16px;
}
.contact-footer p{}