/*** Nesimi 17-01-2021  ***/

.home-slider .slider-title {
    display: block;
    align-items: center;
    text-align: center;
    margin-top:300px;
    background:#dc3545;
    width:200px;
    padding: 30px 10px;
    font-size: 16px;
    transition:400ms;
}
.home-slider .slider-title:hover{
    transform: scale(1.09)
}

.home-slider .slider-title a{
    color:#fff;
    transition:300ms;
}

.home-slider .slider-title a:hover{
    text-decoration:none;    
}

.slide-bg.owl-lazy {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fancybox-content {
    width: 854px !important;
    height: 480px !important;
    display: inline-block !important;
}

/*** Nesimi 17-01-2021 end  ***/