/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#333;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#333}


.owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 10px;
    margin: 5px 5px;
    background: #c9c9c9;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff3737;
}
.caption-place {
    display: flex;
    justify-content: space-between; /* Yazı grubunu sola, butonu sağa atar. Birbirlerine daha yakın olmalarını isterseniz 'flex-start' yapıp butona soldan boşluk verebiliriz. */
    align-items: center; /* İŞTE SİHİR BURADA: İçindeki her şeyi dikeyde kusursuz ortalar */
    flex-wrap: wrap; /* Mobilde ekran daralırsa butonun alt satıra düzgünce geçmesini sağlar */
    width: 100%;
}
.line-btn-black {
    /* Hizalamayı artık kapsayıcı yaptığı için margin ve display block'u sildik */
    padding: 10px 30px;
    background-color: transparent;
    color: #0b132b;
    border: 1px solid #0b132b;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.line-btn-black:hover {
    background-color: #0b132b;
    color: #ffffff;
}

.caption-place-row {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 90px;
    padding: 20px 0;
}

.text-content-left {
    text-align: left;
    flex: 1;
}

.text-content-left h1 { margin: 0; padding: 0; }
.text-content-left p { margin: 5px 0 0 0; }

.button-center-flex {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.line-btn-black {
    display: inline-block;
    padding: 10px 25px;
    border: 2px solid #000000;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.line-btn-black:hover {
    background-color: #000000;
    color: #ffffff;
}
