
.footer-bg {
    background-color: #000d44;
    border-top: 5px solid rgba(108, 117, 125, 0.49);
}

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

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

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

.footer-company-name {
    color: #cccfd2;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.footer-text {
    color: #cccfd2;
    font-weight: 500;
}


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

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

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

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

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

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

.footer-contact-content .link-footer,  .txt-footer {
    color: #cccfd2 !important;
    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 {
    border-top: 1px solid rgba(108, 117, 125, 0.49);
    padding: 1rem 0;
    color: rgba(231, 222, 222, 0.8);
}

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

.footer-copyright .link-footer {
    color: rgba(232, 229, 229, 0.8) !important;
}

.copyright-links li {
    list-style: none;
    padding: 0 10px;
    border-left: 1px solid rgba(65, 63, 63, 0.8);
}

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

.copyright-links li a {
    color: rgba(232, 229, 229, 0.8);
    text-decoration: none;
    font-weight: 400;
}

.copyright-links li a:hover {
    color: rgba(182, 176, 176, 0.8);
}


.social-icon {
    color: rgba(255, 255, 255, 0.75);
    background-color: rgb(159, 155, 155);
    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;
}

.color-fb:hover {
    background: #2c467c;
}

.color-youtube:hover {
    background: #f10532;
}

.color-twitter:hover {
    background: #313030;
}

.color-instra:hover {
    background: #e02b91;
}

.color-linkedin:hover {
    background: #049bea;
}

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