*{
    margin: 0;
    padding: 0;
}
body{
    background: #fcfcfc;
}

footer{
    background: #111;
    height: auto;
    width: 100%;
    font-family: "open Sans";
    padding-top: 40px;
    color: #fff;
}

.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.footer-content h3{
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 20px 0px;
    text-align: center;

}
.footer-content p{
    font-size: 14px;
    text-align: center;
    margin: ;
    padding: 0px 0px 20px 0px;
}
.socials-icon{
    list-style: none;
    display: flex;
    align-items: center;
}
.socials-icon i{
    margin: 0 7px;

}
.socials-icon a{
    text-decoration: none;
    color: #fff;
}
.socials-icon a i{
    font-size: 25px;
    transition: color .4s ease;
}

.socials-icon li a:hover{
    color: rgb(43, 167, 255);
    cursor: pointer;
}

.footer-bottom p{
    font-size: 15px;
    text-align: center;
    padding: 30px 0px 20px 0px;
    text-decoration: under;
}