table.ortala {
    margin-left: auto;
    margin-right: auto;
}

.base {
    width: 100%;
    height: 312px !important;
}

.fill img {
    object-fit: fill;
}

.contain {
    object-fit: contain;
}

.cover img {
    object-fit: cover;
}

.scale-down img {
    object-fit: scale-down;
}

.none img {
    object-fit: none;
}

@media(max-width:992px) and (min-width:768px) {
    .col-sm-6 {
        max-width: 50% !important;
        flex: 0 0 50%;
    }
}

@media(max-width:768px) {
    .col-xs-12 {
        max-width: 100% !important;
    }
}


.base img {
    width: 100%;
    height: 250px !important;
}

.fill img {
    object-fit: fill;
}

.contain img {
    object-fit: contain;
}

.cover img {
    object-fit: cover;
}

.scale-down img {
    object-fit: scale-down;
}

.none img {
    object-fit: none;
}

@media (max-width: 767px) {
    .row {
        padding: 0 !important;
        margin: 0
    }
}



.ortala {
    width: 100% !important;
    height: 54px !important;
    display: table !important;
}

    .ortala p {
        display: table-cell !important;
        vertical-align: middle !important;
        text-align: center !important;
    }

a.kalite {
    color: white;
    text-decoration: none; /* Alt çizgiyi kaldırır */
}

    a.kalite:hover {
        color: red;
    }



.politika1 {
    padding-bottom: 3%
}

.politika2 {
   min-height: 60px; width: 100%; background: #1f1f1f; color: #fff; text-align: center; border: 1px solid rgba(0,0,0,.3); border-left: 3px solid #e10e34;
}


.politika3 {
    margin-top: -2%
}


.politika4 {
    padding-bottom: 3%
}


    .nav1 {
    padding-top: 4%
}

.nav2 {
    border-radius: 4px !important;
    background: #fff !important;
}

.nav3 {
    border-right: 2px solid #e10e34 !important;
    padding: 0 !important;
    margin-top: 3px !important;
}

.nav4 {
    background-color: #252525 !important;
    color: #fff !important;
    -webkit-border-top-left-radius: 10px !important;
    -webkit-border-bottom-left-radius: 10px !important;
    -moz-border-radius-topleft: 10px !important;
    -moz-border-radius-bottomleft: 10px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}


