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

.footer-bg-img {
    background: transparent url("../../../assets/img/world-map.png") center center / cover;
    opacity: 0.2;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

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

.footer-logo img{
    height: 100px;
    vertical-align: middle;
}

.footer-divider{
    margin: 0 auto 3rem;
    gap: 0.5rem;
    font-size: 18px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.footer-divider::after, .footer-divider::before {
    content: "";
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}



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

.footer-company-name{
    color: rgba(255, 255, 255, .75);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.footer-company-subtitle{
    color: rgba(255, 255, 255, .75);
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 1px;
}
.footer-text{
    color: rgba(255, 255, 255, .75);
    font-weight: 400;
}

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

.footer-contact-text{
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, .75);
}

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

.link-footer {
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
}

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

.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: #fff;
    font-size: 20px;
    text-decoration: none;
}

.footer-contact-content .link-footer {
    font-weight: 500;
}

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

.link-icon {
    color: #fff;
    margin-right: 4px;

}

.footer-copyright {
    border-top: 1px solid rgba(108, 117, 125, 0.49);
    padding: 2rem 0;
    color: rgba(255, 255, 255, .75);
    position: relative;
}

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

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

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

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

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


footer .social-icon{
    color: rgba(255, 255, 255, 0.75);
    background-color: rgba(98, 98, 98, 0.8);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50px;
    font-size: 1.5rem;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
}

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