/* Footer
————————————————————————————————————————————————————————— */
.cityu footer a {
    text-decoration: none;
    display: inline-block;
}
.cityu footer ul {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 0;
}
.cityu footer .footer-main img {
    width: 188px;
    height: auto;
}
.cityu footer .footer-main ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;

}
.cityu footer .footer-main ul li a:hover,
.cityu footer .footer-main ul li a:focus {
    color: #DF523D;
}
.cityu footer .copyright {
    color: #272727;
    font-size: 16px;
    line-height: 30px;
    margin-right: auto;
    margin-bottom: 0;
}
.cityu footer .social-media {
    display: flex;    
    column-gap: 30px;
    margin-bottom: 0;
}
.cityu footer .social-media li {
    transition: scale 0.3s, filter 0.3s;
}
.cityu footer .social-media:has(:hover) li:not(:hover) {
    scale: 0.8;
    filter: blur(2px);
}
.cityu footer .social-media li a {
    display: block;
    position: relative;
}
.cityu footer .social-media li a img {
    width: 30px;
    height: auto;
    transition: all 0.2s ease;
}
.cityu .back-to-top {
    background-color: #ACACAC;
    border-radius: 10px;
    cursor: pointer;    
    padding: 12px;
    opacity: 0;
    position: fixed;
    right: 18px;
    bottom: 100px;
    z-index: 30;
    transition: all 0.2s ease;
    pointer-events: none;
}
.cityu .back-to-top:hover,
.cityu .back-to-top:focus {
    background-color: #707070;
}

/*——————————————————————————————————————————————————————— */
/* Department Site Style
————————————————————————————————————————————————————————— */
/* department footer
————————————————————————————————————————————————————————— */
.cityu .department-footer {
    background: #FAFAFA;
    padding-top: 100px;
    padding-bottom: 0;
    transition: all 0.2s ease;
}
/* theme color */
.cityu .theme-color-blue .department-footer {
    background: #ECF7FF;
}
.cityu .theme-color-green .department-footer {
    background: #EAFFFF;
}
.cityu .theme-color-lime .department-footer {
    background: #F0FFF3;
}
.cityu .theme-color-purple .department-footer {
    background: #ECF7FF;
}
.cityu .theme-color-pink .department-footer {
    background: #FFF7F7;
}
/* theme color end */
.cityu .department-footer .footer-top p {
    font-weight: 700;
    margin-bottom: 10px;
}
.cityu .department-footer .footer-top ul {
    margin-bottom: 50px;
}
.cityu .department-footer .footer-top ul li a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
}
.cityu .department-footer .footer-info {
    align-self: end;
}
.cityu .department-footer .footer-info ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-bottom: 0;
}
.cityu .department-footer .footer-info ul li {
    margin-bottom: 0;
}
.cityu .department-footer .footer-info ul li:not(:last-child)::after {
    content: ' | ';
    display: inline-block;
    margin: 0 4px;
}
.cityu .department-footer .footer-info ul li a {
    font-size: 15px;
    line-height: 1.2;
}
.cityu .department-footer .footer-logo {
    text-align: right;
}
.cityu .department-footer .footer-bottom {
    background-color: #fff;
    height: auto;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.cityu .department-footer .footer-bottom .container-xxl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cityu .department-footer .copyright {
    margin-left: auto;
    margin-right: 0;
}

/* Media Query
————————————————————————————————————————————————————————— */
@media screen and (max-width: 1199.98px) {    
    /* Footer
    ————————————————————————————————————————————————————————— */
    .cityu .department-footer {
        padding-top: 60px;
    }
}
@media screen and (max-width: 991.98px) {
    /* Footer
    ————————————————————————————————————————————————————————— */
    .cityu footer .footer-main > .row > .col-12:first-child,
    .cityu footer .footer-main > .row > .col-12.footer-contact-us {
        margin-bottom: 40px;
    }    
    .cityu footer .social-media {
        margin-bottom: 20px;
    }

    /*——————————————————————————————————————————————————————— */
    /* Department Site Style
    ————————————————————————————————————————————————————————— */    
    /* department footer
    ————————————————————————————————————————————————————————— */
    .cityu .department-footer .footer-info ul {
        margin-bottom: 40px;
    }
    .cityu .department-footer .footer-logo {
        text-align: left;
    }
    .cityu .department-footer .footer-bottom .container-xxl {
        display: block;
    }
}
@media screen and (max-width: 767.98px) {    
    /* Footer
    ————————————————————————————————————————————————————————— */
    .cityu footer .footer-main a,
    .cityu footer .footer-main a img {
        display: block;
        width: 130px;        
    }
    .cityu footer.department-footer .footer-main a {
        display: inline;
    }
    .cityu footer .social-media {
        width: 100%;
        column-gap: normal;
        justify-content: space-between;              
    }
    .cityu .back-to-top {        
        bottom: 30px;
    }
}