/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.arrow-r {
    width: 1em;
    height: 1em;
    display: inline-block;
    line-height: 1em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: currentColor;
    vertical-align: middle;
    padding-bottom: 2px;
    transition: 0.3s all;
}

#footer {
    color: var(--text-color-secondary);
    font-size: 14px;
    background: var(--dark-bg-color)
}

#footer a {
    color: #FFFFFF;
}

#footer a:hover {
    color: var(--primary-color);
}

#footer .footer-top {
    padding: 60px 0 30px 0;
}

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

#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;
    color: var(--text-color-secondary);
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    padding-bottom: 12px;
}


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

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: var(--primary-color);
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 8px 0;
    display: flex;
    align-items: center;
}

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

#footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    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(--primary-color);
    color: #fff;
    text-decoration: none;
}

#footer .footer-copyright {
    padding: 10px 0;
    background-color: #000000;
}

#footer .copyright {
    color: var(--text-color-secondary);
    text-align: center;
    line-height: 22px;
}

#footer .copyright .ga-img {
    vertical-align: center;
    width: 15px;
    height: 15px;
}

#footer .copyright a {
    color: var(--text-color-secondary);
    display: inline-flex;
    align-items: center;
}

#footer .poweredby {
    text-align: center;
    font-size: 13px;
    color: var(--text-color-secondary);
}

#footer .poweredby a {
    color: var(--text-color-secondary);
}

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

.qrcode {
    width: 120px;
}

.foot-nav .dropdown-toggle {
    display: block;
}

.foot-nav .dropdown-toggle.show .rotate-90 {
    transform: rotate(90deg);
}

.foot-nav .dropdown-menu {
    position: relative !important;
    background: none;
    border: none;
    min-width: auto;
    padding: 0;
    font-size: 14px;
    transform: none !important;
    margin-bottom: 1rem !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-logo {
    width: 220px;
}
