.carousel-wrap {
    margin: 0 auto;
    width: 103%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    border: 1px solid #07294d;
    background-color: #f1f1f1;
    text-align: center;
}

    .owl-carousel .item > a {
        margin-bottom: 15px;
        font-size: 14px;
        width: 49%;
        padding: 5px;
        color: white;
    }

    .owl-carousel .item > a {
        background: #f34e02;
    }

        .owl-carousel .item > a:last-child {
            background: #0a214f;
        }

.egitimadi {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    height: 40px!important;
    margin: 0 auto;
}

.detaylink {width: 49%; padding: 7px; text-align: center; color: white;}
.kayitolbtn {
    background: #f34e02;
}

    .kayitolbtn:last-child {
        background: #0a214f;
    }
/* end fix */
.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}
