
.footer-bg {
    color: #edf2fb  ;
    background-color: #001931;
    border-top: 10px solid rgb(16, 18, 18);
}

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

.copyright{
    padding: 0rem 2rem;
}

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

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

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

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


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

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

.contact.footer-link-content li {
    margin-bottom: 10px;
}

.contact .link-footer{
    display: block;
}

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

.link-footer:hover {
    color: #0f77d9;
}

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

.txt-footer{
    color: #edf2fb ;
}

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

.link-icon {
    color: #0f77d9;
    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: #edf2fb ;
}

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

.footer-copyright .link-footer {
    color: rgba(65, 63, 63, 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: #edf2fb ;
    text-decoration: none;
    font-weight: 400;
}

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


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

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

.footer-link-trans:hover{
    color: #fffdfd;
}



@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: 20px 20px;
    }
}




.ftr-table{
    font-size: 14px;
    color: #d2d0d0;
    font-weight: bolder;
}

.border-light{
    border-color: rgb(14, 118, 216) !important;
}

.footer-title-color{
    color: #0d75d7;
}

.footer-contact-title{
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 5px;
}