.footer-section{
    background: #def3ff;
    background: #111;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-social ul{
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    
}
.footer-section h5{
    color: #fff;
}
.footer-logo{
    width: 250px;
}
.footer-social ul li{
    float: left;
}
.footer-social ul li a{
    text-decoration: none;
    color: #949494;
    margin-left: 7px;
    margin-right: 7px;
    font-size: 20px;
    transition: 0.3s;
}
.footer-social ul li a:hover{
    color: #0da5dc;
}
.footer-quick-links ul{
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;   
}
.footer-quick-links ul li a{
    text-decoration: none;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s;   
}

.footer-quick-links ul li a:hover{
    color: #fff;
}

.copyright--section{
    background: #000;
}
.copyright--section p{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 14px;
    text-align: center;
}
.footer-logo-social p{
    color: #ccc;
    font-size: 14px;
}

















