.footer5 {
    width: 100%;
    height: auto;
    display: block;
    background: url(../../images/footer-arka.jpg);
    background-size: 100%;
    position: relative;
    margin-top: 50px;
}

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

.footer5 .footer-orta .footer-yazi {
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    padding: 30px 0 18px 0;
}
.footer5 .footer-orta .footer-text i{
    list-style: none;
    margin-right: 5px;
    padding-left: 0px;
    padding-right: 0px;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    width: 27px;
    height: 27px;
    color: #1b1b1b;
    font-size: 15px;
    line-height: 26px;
}
.footer5 .footer-orta .footer-yazi p {
    width: 60%;
    display: inline-block;
}

.footer5 .footer-orta .footer-logo {
    width: 100%;
    height: auto;
    text-align: center;
}

.footer5 .footer-orta .footer-logo img {
    height: 80px;
}

.footer5 .footer-orta .footer-sosyal {
    position: relative;
    padding: 0px;
    margin-top: 0px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.footer5 .footer-orta .footer-sosyal li {
    list-style: none;
    margin-right: 5px;
    padding-left: 0px;
    padding-right: 0px;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    width: 27px;
    height: 27px;
}

.footer5 .footer-orta .footer-sosyal li a {
    font-size: 12px;
    color: #000;
}

.footer5 .footer_alt {
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #fff;
    background: #060606;
    position: relative;
    font-size: 14px;
    opacity: 0.5;
    font-weight: 200;
}

.footer5 .footer_alt a {
    color: #ffffff;
}

.footer5 .footer-baslik {font-size: 1.7rem;color:#fff;}
.footer5 .footer-text {font-size: 18px;color:#fff;font-weight: 300;text-align: center;margin-bottom: 15px;}


@media(max-width: 1024px){
    .footer5 .footer-orta .footer-yazi p {width: 91%!important;} 
    .footer5 .footer_alt {margin-bottom: 35px; }
    .footer5 {margin-top: 30px!important;}
    .footer5 .footer-orta{display: none;}

}