#footer {
    position: relative;
    background-color: var(--white-2);
    border-top: 5px solid var(--gray-3);
    margin-top: auto;
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 80px 0;
}

#copyrights {
    padding: 40px 0;
    font-size: 0.875rem;
    line-height: 1.8;
}

.dark #footer,
#footer.dark {
    color: var(--opacity-white-7);
    background-color: var(--color-footer-main);
}

.dark .footer-widgets-wrap a {
    color: var(--opacity-white-7);
}

.dark #copyrights,
#copyrights.dark {
    color: var(--opacity-white-4);
    background-color: var(--color-topbar);
}

.footer-widgets-wrap .line {
    opacity: 0.3;
}

.big-number {
    font-size: 28px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}

.contac-description {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.7;
}

.widget {
    position: relative;
    margin-top: 50px;
}

.widget:first-child {
    margin-top: 0;
}

.widget > h4 {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.social-icon {
    display: block;
    float: left;
    margin: 4px 11px 7px 0;
    text-align: center !important;
    font-size: 28px;
    color: var(--white-1);
    text-shadow: 1px 1px 1px var(--opacity-gray-3);
    cursor: pointer;
    font-style: normal;
}

body:not(.device-touch) .social-icon {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    line-height: 38px !important;
    color: var(--gray-1);
    text-shadow: none;
    border: 1px solid var(--gray-2);
    border-radius: 3px;
    overflow: hidden;
}

.si-rounded {
    border-radius: 50%;
}

.social-icon.si-small {
    width: 32px;
    height: 32px;
    font-size: 0.875rem;
    line-height: 30px !important;
}

.social-icon i {
    display: block;
    position: relative;
}

body:not(.device-touch) .social-icon i {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-icon i:last-child {
    color: var(--white-1) !important;
}

.social-icon:hover i:first-child {
    margin-top: -38px;
}

.social-icon.si-small:hover i:first-child {
    margin-top: -30px;
}

.social-icon:hover {
    color: var(--gray-1);
    border-color: transparent;
}
