
.wrapper {
    min-height: calc(100vh - 200px);
}

.footer-bg {
    border-top: 5px solid rgb(255 255 255 / 15%);
    background-color: #1b1b1b;
}

.footer-widget.container-fluid {
    padding: 0;
}

.footer-left-widget {
    height: 100%;
    background-color: #de3a3c;
    padding: 4rem 4rem;
}

.footer-right-widget {
    height: 100%;
    background-color: #1b1b1b;
    padding: 4rem 2rem;
}

.footer-widget {
    color: #f8f9fa;
}

.footer-title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.footer-right-widget .footer-title {
    color: #fff;
}

.footer-text {
    font-size: 18px;
}

.footer-company-name {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.95);
}

.footer-text {
    color: #fff;
    font-weight: 400;
}


.footer-contact-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}


.footer-contact-icon {
    color: #fff;
    margin-right: 16px;
    font-size: 18px;
}


.footer-contact-title .link-footer {
    color: #f8f9fa;
}


.footer-link-content {
    margin: 0;
    padding: 0;
}

.footer-link-content li {
    list-style: none;
    padding: 5px 3px;
    font-size: 16px;
}

.link-footer {
    color: #b6b6b6;
    text-decoration: none;
}

.link-footer:hover {
    color: #fff;
}

.footer-contact-content {
    margin: 0;
    padding: 0;
}

.footer-contact-content li {
    list-style: none;
    padding: 7px 3px;
}

.footer-contact-content .link-footer, .footer-contact-content .txt-footer {
    color: #bbbbbd;
    font-size: 16px;
    text-decoration: none;
}

.footer-contact-content .link-footer:hover {
    color: #ffffff;
}


.footer-link-icon {
    margin-right: 10px;
    padding-bottom: 1px;
}

.footer-image img {
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer-social-media .link-footer {
    display: flex;
    align-items: center;
}

.footer-social-media li {
    margin-bottom: 2px;
    font-size: 16px;
}


.footer-copyright {
    padding-top: 3rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(155, 155, 155, 0.2);
    color: #fff;
}

.copyright-links {
    padding: 0;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer-copyright .link-footer {
    color: #fff !important;
}

.copyright-links li {
    list-style: none;
    padding: 0 10px;
    border-left: 1px solid #929293;;
}

.copyright-links li:first-child {
    border-left: 0;
    padding-left: 0;
}

.copyright-links li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

.copyright-links li a:hover {
    color: #434b52;
}


.footer-bg .social-icon {
    color: rgba(255, 255, 255, 0.91);
    background-color: #9b303170 !important;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50px;
    font-size: 1.5rem;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
}

.social-icon svg {
    height: 1rem;
    display: block;
    position: relative;
    line-height: inherit;
    transition: all .3s ease;
}

.icon-sm {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
}

.footer-bg .color-fb:hover {
    background: #2c467c !important;
}

.footer-bg  .color-youtube:hover {
    background: #f10532 !important;
}

.footer-bg  .color-twitter:hover {
    background: #313030 !important;
}

.footer-bg  .color-instra:hover {
    background: #e02b91 !important;
}

.footer-bg  .color-linkedin:hover {
    background: #049bea !important;
}

.btn-footer {
    color: #3d80e4;
}

.btn-footer:hover {
    background: rgba(255, 255, 255, 0.71) !important;
    color: #3d80e4;
}


@media (max-width: 1200px) {

    .footer-link-content li {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .copyright-links {
        justify-content: center;
    }
}


@media (max-width: 767px) {
    .footer-widget {
        padding: 0 20px;
    }

    .footer-left-widget {
        padding: 1.5rem 1.5rem;
    }
}


.footer-icon {
    font-size: 30px;
    line-height: 1em;
    color: #fbac12;
}
