.footer {
    background-color: #181818;
    color: #a4a4a4;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 25px;
    padding-top: 100px;
}

.footer a {
    color: #a4a4a4;
}

.footer a:hover {
    color: #6c8d36 !important;
}
.footer .col-md-4 {
    border-top: 1px solid #ffffff0d;
    border-bottom: 1px solid #ffffff0d;
    padding-top: 50px;
    padding-bottom: 70px;
}

.footer .sol a {
    display: block;
}

.footer .sol .links .icon {
    width: 50px;
    height: 50px;
    background: #262626;
    border-radius: 50px;
    color: #6c8d36;
    line-height: 50px;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    margin-right: 10px;
}
.footer .orta {
    border-left: 1px solid #ffffff0d;
    border-right: 1px solid #ffffff0d;
    font-weight: 500;
}

.footer .orta .logos {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.footer .orta .logo {
    display: block;
}

.footer .orta .logo img {
    width: 100px;
}
.footer .orta .logos-text {
    text-align: center;
    margin: 0 50px 40px 50px;
}

.footer .orta .links {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .orta .links a {
    display: inline-block;
    width: 52px;
    height: 52px;
    background-color: #262626;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    font-size: 14px;
    margin: 0 8px;
    transition: all ease 0.4s;
}
.footer .orta .links a .icon {
    color: #6c8d36;
    transition: all ease 0.4s;
}

.footer .orta .links a:hover {
    background: #4b4b4b;
}

.footer .orta .links a:hover .icon {
    color: #ffffff;
}

.footer .sag .item {
    margin: 0 25%;
    font-size: 16px;
}
.footer .sag .baslik {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
}

.footer .sag .baslik::after {
    content: "";
    display: block;
    height: 1px;
    width: 40px;
    background-color: #4b4b4b;
    margin: 10px 0 20px 0;
}

.footer .sag .links a {
    display: block;
    margin-bottom: 20px;
    transition: all ease 0.4s;
}

.footer .sag .links a:hover {
    margin-left: 6px;
}

.copyright {
    padding: 20px 0;
    background-color: #181818;
    padding: 50px 0;
    font-size: 16px;
    color: #a4a4a4;
}

@media only screen and (max-device-width: 600px) {
    
    .footer{
        font-size:16px;
        padding-top:0;
        text-align: center;
    }
    
    .footer .col-md-4{
        padding-top:50px;
        padding-bottom:50px;
    }
    
    .footer .sol .links .icon{
        display: block;
        margin: 10px auto;
    }
    
    .footer .sol .links a:nth-child(1) {
        margin-bottom: 30px;
    }
    
    .footer .orta{
        font-weight: 300;
    }
    
    .footer .orta .logos-text{
        margin:30px 0;
    }
    
    .footer .sag{
        padding-top:30px;
        padding-bottom:30px;
    }
    
    .copyright {
        padding: 0;
        font-size: 14px;
        padding-bottom: 15px;
    }
    
    .copyright .p-2{
        padding: 0.5rem!important;
        margin-left: 15px;
        margin-right: 15px;
        border-left: 1px solid #ffffff0d;
        border-right: 1px solid #ffffff0d;
        border-bottom: 1px solid #ffffff0d;

    }
    
}

