/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    font-size: 14px;
    color: #ffffff;
    /*background-image: radial-gradient(circle at top left, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.95) 100%), url('../img/footer-bg.jpg');*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    /*background-size: cover;*/
}

.footer .footnav {
    background: var(--focus-color);
}

.footer .footer-logo {
    max-width: 200px;
}

.footer a {
    color: #FFFFFF;
}

.footer a:hover {
    color: var(--focus-color);
}

.footer .footer-top {
    padding: 60px 0 30px 0;
    background: var(--primary-color);
}

.footer .footer-top .footer-logo {
    max-width: 180px;
    height: auto;
}

.footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

.footer .footer-top .footer-contact i {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.footer .footer-top .footer-contact h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    color: #FFFFFF;
}

.footer .footer-top .footer-contact h3 span {
    color: var(--primary-color);
}

.footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0.5rem;
}

.footer .footer-top .nav-title {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 12px;
    display: block;
}

.footer .footer-top .footer-links {
    margin-bottom: 10px;
}


.footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #777777;
    font-size: 14px;
    line-height: 1;
}

.footer .footer-top .footer-links ul li {
    display: flex;
    margin-bottom: 10px;
    align-items: baseline;
}

.footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-top .footer-links ul a {
    color: #ffffff;
    transition: 0.3s;
    display: inline-block;
}

.footer .footer-top .footer-links ul a:hover,
.footer .footer-top .footer-links ul a:hover i {
    text-decoration: none;
    color: #ffffff;
}

.footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #2b2b2b;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
    background: var(--focus-color);
    color: #fff;
    text-decoration: none;
}

.footer .footer-copyright {
    background-color: var(--primary-color);

}

.footer .footer-copyright .ftb {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer-copyright span, .footer .footer-copyright a {
    color: #FFFFFF;
}

.footer .poweredby {
    text-align: center;
    font-size: 13px;
}

@media (max-width: 768px) {
    .footer .copyright, .footer .poweredby {
        text-align: center;
        padding: 2px 0;
    }
}

.foot-nav .dropdown-menu {
    position: relative !important;
    background: none;
    border: none;
    min-width: auto;
    padding: 0;
    font-size: 14px;
    transform: none !important;
}

.foot-nav .dropdown-menu .dropdown-item {
    padding: 0;
    background: none !important;
}

.footer .footer-top .nav-title:after {
    display: none;
}

@media (min-width: 768px) {
    .foot-nav .dropdown-menu {
        display: block;
    }


    .footer .footer-top .footer-links {
        margin-bottom: 30px;
    }
}

.foot-tel p {
    margin-bottom: 0;
    font-size: 16px;
}

.foot-tel .pno {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--focus-color);
    font-family: Arial;
}

.qrcode-list li {
    display: inline-flex;
    width: 100px;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.qrcode-list li img {
    width: 100%;
    height: auto;
}

.qrcode-list li p {
    margin-bottom: 0;
    font-size: 14px;
}

.links {
    margin-top: 1rem;
    font-size: 14px;
}

.footer .footnav .navbar li a {
    padding-right: 0;
    padding-left: 0;
}

.footer .footnav .navbar li a:hover {
    color: var(--primary-color);
}

.footer .footnav .navbar li:not(:last-child) a::after {
    content: "|";
    display: inline-block;
    padding-left: 17px;
    padding-right: 17px;
    color: #ffffff !important;
}

