<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer.footer7 {
    width: 100%;
    height: auto;
    color: #fff;
}

footer.footer7 .footer-orta {
    width: 100%;
    height: auto;
    background: #15171a;
    position: relative;
    padding: 80px 0px 80px 0px;
}

footer.footer7 .footer-orta  .circle-map {
    position: absolute;
    top: 20%;
    right: 18%;
    z-index: -1;
}


footer.footer7 .footer-logo {
    width: 100%;
    height: 70px;
    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: #137850;
}

footer.footer7 .footer-sosyal {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: inline-block;
}

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: #137850;
    background: #137850;
}

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

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

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

footer.footer7 .footer-liste.iletisim .text {
    padding-left: 15px;
    font-size: 14px;
    color: rgba(228, 230, 235, 0.70);
}

footer.footer7 .footer-alt {
    width: 100%;
    height: auto;
    background: #000;
    padding: 14px 0px 14px 0px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
z-index: 999;position: relative;}

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

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


.lines {
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
}

.lines .line3{
    right: 26%!important;
    left: auto!important;
}

.lines .line2 {
    
}

.lines .line {
    left: 24%!important;
}

.lines .line3,
.lines .line2,
.lines .line {
    width: 1px;
    left: 49%;
    background: hsla(0,0%,100%,.1);
    overflow: hidden;
    position: absolute;
    height: 100%;
}

.lines .line3:after,
.lines .line2:after,
.lines .line:after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(75%,#fff),to(#fff));
    background: -webkit-linear-gradient(top,hsla(0,0%,100%,0),#fff 75%,#fff);
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff 75%,#fff);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.4,.26,0,.97);
    animation-timing-function: cubic-bezier(.4,.26,0,.97);
}

.lines .line2:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line3:after {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@keyframes run{0%{top:-50%}to{top:110%}}




</pre></body></html>