@font-face {
    font-family: 'Cera-Ant1-black';
    src: url("./fonts/CeraRoundPro-Regular.woff2") format("woff2"), url("./fonts/CeraRoundPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.site-footer, .site-footer div {
    box-sizing: border-box;
}

.site-footer a {
    text-decoration: none;
}
.site-footer a {
    color: #fff;
    cursor: pointer;
    background-color: transparent;
    text-decoration: none;
    outline: none;
}

.site-footer img {
    width: 70px;
    margin-top: 25px;
    margin-bottom: 10px;

    max-width: 100%;
    border: 0;
}

.site-footer {

    background: #000;
    float: left;
    width: 100%;

    margin-top: 180px;
    z-index: 1;

    padding: 0 10px;
}

.footer {
    margin-top: 10px;
    display: flex !important;
    padding-top: 4vw;
}


.newsletter-form h5 {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 0.83em;
}
.sm-title {
    text-transform: capitalize;
    letter-spacing: 1.2px;
}

.newsletter-form {
    font-family: 'Cera-Ant1-black';
    text-align: center;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding-top: 2rem;
    margin: 0 auto;
}


.socialmediaicons {
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex !important;
    flex-direction: row !important;
}

.socialmediaicons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex !important;
    flex-direction: row !important;
}

.socialmediaicons li {
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.socialmediaicons li a:hover {
    filter: invert(60%) sepia(0%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
    transition: all 1s linear 1s;
}

.socialmediaicons li:last-child {
    margin-right: 0;
}

.socialmediaicons img {
    margin: 0rem;
    width: 1.5rem;
    padding: 0rem;
}

.footer-list {
    font-family: 'Cera-Ant1-black';
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-transform: capitalize;
    flex-wrap: wrap;
    margin: 0;
    font-size: 15px;
    color: #666667;
}

.footer-list li {
    border-right: 1px solid #666667;
    padding: 0 10px;
    transition: color 0.3s, text-decoration 0.3s;
    cursor: pointer;
    margin-bottom: 5px;
}

.footer-list li a:hover {
    color: #fff;
}

.footer-list li:last-child {
    border-right: none;
}

.footer-list li a {
    color: #666667;
}

.mit_ant {
    position: absolute;
    right: -100px;
    bottom: 0;
}
@media (max-width: 1074px) {
    .mit_ant {
        position: relative;
        right: 0;
    }
}
@media (min-width: 480px) {
    .site-footer h2, .site-footer form, .site-footer .copyright {
        padding-left: 20px;
    }
}

.copyright, .copyright2{
    font-size: 1rem;
    color: #666667;
    margin:0px;
    padding-bottom:0px;
    font-size: 11px;
}

.copyright {
    margin-top: 20px;
}
