.footer_section {
    background: #111111;
    padding: 40px 0;
}

.footer_copy_sec p {
    padding: 0;
    margin: 0;
    color: #484744;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.footer_social {
    display: flex;
    justify-content: flex-end;
}

.footer_social ul {
    display: flex;
}

.footer_social ul li {
    margin-left: 6px;
    background: #474747;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.footer_social ul li a {
    color: #111111;
}

.footer_social ul li a:hover {
    color: #ffffff;
}



@media only screen and (max-width:767px) {


    .footer_copy_sec {
        text-align: center;
        padding-bottom: 15px;
    }
    .footer_social {
        display: flex;
        justify-content: center;
    }
    .footer_section {
        background: #111111;
        padding: 25px 0;
    }


}

@media screen and (min-width:360px) and (max-width:767px) {}

@media screen and (min-width:412px) and (max-width:767px) {}

@media screen and (min-width:480px) and (max-width:767px) {}

@media screen and (min-width:568px) and (max-width:767px) {}

@media screen and (min-width:636px) and (max-width:767px) {}

@media screen and (min-width:732px) and (max-width:1024px) {}

@media screen and (min-width:768px) and (max-width:1024px) {}

@media screen and (min-width:800px) and (max-width:1024px) {}

@media screen and (min-width:900px) and (max-width:1024px) {}

@media screen and (min-width:980px) and (max-width:1024px) {}

@media screen and (min-width:1000px) and (max-width:1024px) {}

@media screen and (min-width:1025px) and (max-width:1280px) {}


@media screen and (min-width:1281px) and (max-width:1366px) {}



@media screen and (min-width:1500px) and (max-width:1999px) {}

@media screen and (min-width:2000px) and (max-width:3000px) {}