.grey-bg {
    background: #f8f9fa;
}

.widget {
    background: #fff;
    overflow: hidden;
    padding: 25px;
}
.widget-title {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    line-height: 1;
    margin-bottom: 20px;
    padding: 0 0 10px;
    position: relative;
    background: none;
    border: 0px;
    text-align: center;
}
    .widget-title::before {
        background: #e2e2e2;
        bottom: 0;
        content: "";
        height: 2px;
        position: absolute;
        width: 50px;
    }

.scl-media-pstn {
    float: left;
}
.footer-social-icon a {
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}
.facebook-bg, .widget-social a.facebook {
    background: #3b5998;
}
.twitter-bg {
    background: #55acee;
}
.insta-bg {
    background-color: #fb3958;
}
.contact_btn, .footer-social-icon a, .second-menu-active {
    color: #fff !important;
}