.footer6 {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #0a0a0a;
    background-size: cover;
    color: #fff;
}


.footer6 .maps {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.footer6 .maps iframe {
    height: 100% !important;
    margin-bottom: 0px;
}

.footer6 .iletisimbg {
    display: flex;
    align-items: center;
}

.footer6 .iletisimbg .iletisim {
    padding: 0px 100px;
}

.footer6 .iletisimbg .iletisim h2 {
    font-size: 1.1rem;
    font-weight: 500;
}

.footer6 .iletisimbg .iletisim h3 {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 0px;
    font-size: 0.93rem;
    font-weight: 300;
    opacity: 80%;
}

.footer6 .iletisimbg .iletisim h4 {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 0px;
    font-size: 0.80rem;
    font-weight: 600;
    line-height: 1.7em;
    margin-bottom: 10px;
}

.footer6 .iletisimbg .iletisim .footer-sosyal {
    width: 100%;
    height: auto;
}

.footer6 .iletisimbg .iletisim .footer-sosyal li {
    width: auto;
    height: auto;
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.footer6 .iletisimbg .iletisim .footer-sosyal li a {
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    border-radius: 50%;
}

.footer6 .iletisimbg .iletisim .footer-sosyal li a:hover {
    background: #FE3000;
    color: #fff;
}


.footer6 .footer-bilgi {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 20px 0px;
    color: #000;
}

.footer6 .footer-bilgi .listee {
    width: 100%;
    height: auto;
    text-align: center;
}

.footer6 .footer-bilgi .listee li {
    list-style: none;
    display: inline-block;
    margin-right: 25px;
}

.footer6 .footer-bilgi .listee li a {
    color: #000;
    font-size: 0.90rem;
    line-height: 24px;
    padding: 0;
}

.footer6 .footer-bilgi .listee li a:hover {
    color: #AE232A;
}

.footer6 .footer-bilgi .sosyal {
    width: auto;
}

.footer6 .footer-bilgi .sosyal li {
    display: inline-block;
    margin-left: 5px;
}

.footer6 .footer-bilgi .sosyal li a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #2B2A29;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.footer6 .footer-bilgi .sosyal li a:hover {
    background: #AE232A;
    color: #fff;
}

.footer6 .footer-bilgi .bilgi-baslik {
    margin-right: 16px;
    color: #aaa;
}

.footer6 .footer-firma {
    width: 100%;
    height: auto;
    padding: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer6 .footer-firma .footer-text {
    font-size: 0.80rem;
    opacity: 80%;
}

.footer6 .footer-firma .footer-logo {
    height: 20px;
    display: flex;
    margin-left: 15px;
}

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