.contact-social h5{
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 20px;
}
.contact-social ul{
    margin-bottom: 25px;
    width: 100%;
    list-style: none;
    display: inline-flex;
}
.contact-social .social-item{
    margin-right: 10px;
}
.contact-social .social-item:last-child{
    margin-right: 0px;
}
.contact-social .social-item a{
    float: left;
    width: 32px;
    height: 32px;
    border-width: 1px;
    border-style: solid;
    border-color: #333;
    border-radius: 100%;
    color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}
.contact-social .social-item a:hover{
    border-color: #b5b5b5;
    background: #b5b5b5;
    color: #fff;
}