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

.footer-bg {
    background-color: #191c1e;
}

.footer-widget{
    padding: 4rem 0;
}


.footer-top{
    padding: 0 0 1rem 0;
    margin-bottom: 3rem;
}

.footer-text-logo{
    font-size: 46px;
    font-weight: bold;
    color: #fff;
}

.footer-title{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dfdfdf;
}

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




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

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

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

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

.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: #1a1d20;
    font-size: 16px;
    text-decoration: none;
}

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

.link-icon{
    color: #0b5ed7;
    margin-right: 4px;
}

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

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


.footer-copyright{
    padding: 1rem 0;
    color: #858688;
}

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

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

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

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

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


.social-icon{
    color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    font-size: 5rem;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
    margin-left: 5px;
}


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



.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;
    }
}
