footer.footer9 {
    width: 100%;
    height: auto;
    background: #1B246D;
    color: #fff;
    position: relative;
}

footer.footer9 .footer_logo {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

footer.footer9 .footer_logo .svgIcon {
    fill: #fff;
    height: 80px;
}

footer.footer9 .footer_logo .svgIcon path {
    fill: #fff;
}

footer.footer9 .footer-liste {
    width: 100%;
    height: auto;
}

footer.footer9 .footer-liste span.baslikk {
    font-weight: 800;
    display: block;
    font-size: 13px;
    margin-bottom: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
}

footer.footer9 .footer-liste li {
    width: 100%;
    height: auto;
    margin-top: 11px;
    list-style: none;
}

footer.footer9 .footer-liste li a {
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    display: block;
    color: #fff;
    letter-spacing: 1px;
}

footer.footer9 .footer-liste li a:hover {
    opacity: 100%;
}

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

footer.footer9 .footer-sosyal span {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 300;
}

footer.footer9 .footer-sosyal-ic {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 25px
}

footer.footer9 .footer-sosyal li:first-child {
    margin-left: 0px;
}

footer.footer9 .footer-sosyal li {
    display: inline-block;
    margin-left: 12px;
    width: auto !important;
}

footer.footer9 .footer-sosyal li a {
    width: 44px !important;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 1;
    border: solid 2px #ffffff3b;
}

footer.footer9 .footer-sosyal li a:hover {
    background: #fff;
    color: #061BFE;
}

footer.footer9 .footer-sol {
    background: #061BFE;
    color: #fff;
    position: relative;
    z-index: 9;
}

footer.footer9 .footer-slogan {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

footer.footer9 .footer-slogan p {
    width: 100%;
    height: auto;
    max-width: 80%;
}

footer.footer9 .container::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background: #061BFE;
    margin-left: -260px;
}


footer.footer9 .footer-sag {
    padding-left: 70px;
    position: relative;
}

footer.footer9 .footer-iletisim {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 45px;
    padding-top: 25px;
    border-top: 1px solid #ffffff1f;
}

footer.footer9 .footer-iletisim .liste {
    display: flex;
}

footer.footer9 .footer-iletisim .liste .icon {
    font-size: 30px;
}

footer.footer9 .footer-iletisim .liste .text {
    display: block;
    padding-left: 10px;
}

footer.footer9 .footer-iletisim .liste .text small {
    display: block;
    font-size: 0.80rem;
    font-weight: 300;
}

footer.footer9 .footer-iletisim .liste .text span {
    display: block;
    font-size: 0.90rem;
    font-weight: 700;
}

footer.footer9 .iconbg {
    position: absolute;
    right: -170px;
    top: 50px;
    opacity: 4%;
}

footer.footer9 .iconbg .svgIcon {
    fill: #fff;
    width: 344px;
}

footer.footer9 .iconbg .svgIcon path {
    fill: #fff;
}