.footer-big {
    background: #3d3d3c;
    padding: 50px 15px;
}
.container-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 12px;
}
.copyright a{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 12px;
}
.menu-footer  .nav-header {
    width: auto !important;
    height: auto !important;
}
.menu-footer  .item {
    text-decoration: none !important;
    font-size: 15px;
    overflow: hidden;
    padding: 5px 15px !important;
    text-align: center;
}
.menu-footer  .rmText {
    padding: 0 !important;
    color: #FFF;
    transition:all .5s;
}
.menu-footer  .item:hover .rmText{
    color: #b3b1b0;
}
.link-soc-footer span {
    color: #000;
}

.link-soc-footer {
    display: flex;
    flex-wrap: wrap;
    float: left;
    margin-right: 10px;
    background: #ffffff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: all .5s;
}
.link-soc-footer:hover{background: #e81f2a;}
.soc-footer {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.footermargin { margin-top: 15px;}
.boxnewseltter {
    width: 50%;
    margin: 0 auto 30px;
}
@media screen and (max-width: 1600px) {
.boxnewseltter {
    width: 55%;
}
}
@media screen and (max-width: 1440px) {
.boxnewseltter {
    width: 60%;
}
}
@media screen and (max-width: 1280px) {
.boxnewseltter {
    width: 75%;
}
}
@media screen and (max-width: 1024px) {
.boxnewseltter {
    width: 95%;
}
.menu-footer  .item {
    font-size: 14px;
    padding: 5px 10px !important;
}
.copyright {
    font-size: 13px;
}
.copyright a{
}
}
@media screen and (max-width: 991px) {
.boxnewseltter {
    width: 100%;
}
.right-footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.soc-footer {
    display: flex;
    justify-content: center;
}
.copyright {
    width: 100%;
    text-align: center;
}
.copyright br{
    display:none;
}
}
