.owl-carousel, .owl-carousel .item, .owl-carousel .owl-item, .owl-carousel .owl-stage, .owl-carousel .owl-stage-outer {
    height: 100%;
}

.rev_slider{
    color: #fff;
    min-height: 100%;
}

.rev_slider .btn{
    -webkit-transition: background-color .3s ease-out!important;
    transition: background-color .3s ease-out!important;
}

.tp-caption{
    padding: 0 20px;
    text-align: left;
}

.arrow-left,
.arrow-right{
    position: absolute;
    z-index: 50;
    bottom: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color:#fff;
}

.arrow-left{
    left: 15px;
}

.arrow-right{
    right: 15px;
}

.arrow-left:after,
.arrow-right:before{
    content:'';
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #fff;
}

/*.arrow-left:after{
    content:'Ã–nceki';
}

.arrow-right:before{
    content:'Sonraki';
}*/

.arrow-left:before,
.arrow-right:after{
    content:'';
    display: inline-block;
    vertical-align: middle;
    width:1.3em;
    height: 1em;
    opacity: 0.25;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.arrow-left:hover:before,
.arrow-right:hover:after{
    opacity: 1;
}

.arrow-left:before{
    background: url(images/prev.png) 0 0 no-repeat;
    background-size: 1.3em 1em;
    margin-right: 0.82em;
}

.arrow-right:after{
    background: url(images/next.png) 0 0 no-repeat;
    background-size: 1.3em 1em;
    margin-left: 0.72em;
}

.slide-title{
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
}

.slide-subtitle{
    font-size: 18px;
    line-height: 1.7;
}
.btn.slider-btn {
    background-color: #333333c7;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: 300;
    letter-spacing: 1px;
    backdrop-filter: blur(2px);
}
.btn.slider-btn:hover {
    background-color: #111111c7;
}
.btn .icon-next{
    position: relative;
    top:-0.1em;
    margin-left: 0.6em;
    vertical-align: middle;
}
.icon-next{
    display: inline-block;
    width:0.94em;
    height: 0.75em;
    background:url(images/next.png) 0 0 no-repeat;
    background-size:0.94em 0.75em;
}
