.animatedfooter{
    position: relative;
    width: 100%;
    background-repeat:no-repeat;
    min-height: 100px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottm: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.animatedfooter .social_icon,
.animatedfooter .animatedfootermenu{
position: relative;
display: flex;
justify-content: center;
align-items: center;
margin: 10px 0;
}
.animatedfooter .social_icon li,
.animatedfooter .animatedfootermenu li{
    list-style: none;
}
.animatedfooter .social_icon li a{
    font-size: 2em;
    color: white;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
}
.animatedfooter .social_icon li a:hover{
    transform: translateY(-10px);
}
.animatedfooter .animatedfootermenu li a{
    font-size: 1.2em;
    color: white;
    margin: 0 10px;
    display: inline-block;
    text-decoration: none;
    opacity: 0.75;
}
.animatedfooter .animatedfootermenu li a:hover{
    opacity: 1;
}
.animatedfooter p{
    color: white;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 14px;
}
.animatedfooter p a{
    color:#fff;
    font-weight:700;
}
.animatedfooter p a:hover{
    color:blue;
}