footer.footer7 {
    width: 100%;
    height: auto;
    color: rgba(255, 255, 255, 0.8);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3),
            /* siyah, %70 opak */
            rgba(0, 0, 0, 0.3)),
        url('../../../../../../resimler/footer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: transparent;

}
footer.footer7 .footer-orta {
    width: 100%;
    height: auto;
    padding: 50px 0px 50px 0px;
}

footer.footer7 .footer-logo {
    width: 100%;
    height: 50px;
    margin-bottom: 25px;
}

footer.footer7 .footer-logo img {
    height: 100%;
}

footer.footer7 .footer-liste {
    width: 100%;
    height: auto;
    padding: 0px;
}

footer.footer7 .footer-liste h3 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

footer.footer7 .footer-liste p {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 0.85rem;
}

footer.footer7 .footer-liste li {
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 4px;
    list-style: none;
    align-items: center;
}

footer.footer7 .footer-liste li a {
    color: rgba(228, 230, 235, 0.70);
    font-size: 0.85rem;
}

footer.footer7 .footer-liste li a:hover {
    color: #CEA052;
}

footer.footer7 .footer-sosyal {
    width: 100%;
    height: auto;
}

footer.footer7 .footer-sosyal li {
    display: inline-block !important;
    margin-right: 5px;
}

footer.footer7 .footer-sosyal li a {
    position: relative;
    width: 35px;
    height: 35px;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #5a5a5a;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

footer.footer7 .footer-sosyal li a:hover {
    color: #ffffff;
    border-color: #CEA052;
    background: #CEA052;
}

footer.footer7 .footer-liste.galeri a img {
    width: 100%;
}

footer.footer7 .footer-liste.iletisim li {
    display: flex;
}

footer.footer7 .footer-liste.iletisim .icon {
    color: #CEA052;
    font-size: 20px;
}

footer.footer7 .footer-liste.iletisim .text {
    padding-left: 15px;
    font-size: 14px;
}

footer.footer7 .footer-alt {
    width: 100%;
    height: auto;
    padding: 14px 0px 14px 0px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ffffff33;
}

footer.footer7 .footer-alt .hasem-logo {
    height: 20px;
    display: flex;
    align-items: center;
    margin-left: 15px;
}

footer.footer7 .footer-alt .hasem-logo img {
    height: 100%;
}