
.beyaz{
    color: #FFF !important;
}
.page-title-area{
    animation: sectionbgimg 10s infinite ease-in-out;
}

@keyframes sectionbgimg {
    0% {
        background-size: 120% auto;
    }
    50% {
        background-size: 125% auto;
    }
    100% {
        background-size: 130% auto;
    }
}
@-webkit-keyframes sectionbgimg {
    0% {
        background-size: 120% auto;
    }
    50% {
        background-size: 125% auto;
    }
    100% {
        background-size: 130% auto;
    }
}
@media (max-width: 991px){

    @keyframes sectionbgimg {
        0% {
            background-size: auto 120%;
        }
        50% {
            background-size: auto 125%;
        }
        100% {
            background-size: auto 130%;
        }
    }
    @-webkit-keyframes sectionbgimg {
        0% {
            background-size: auto 120%;
        }
        50% {
            background-size: auto 125%;
        }
        100% {
            background-size: auto 130%;
        }
    }
    .gizli{
        display: none; !important;
    }
}
.hakkimizda{
    border-radius: 5px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
@media only screen and (max-width: 991px){
    .navbar-nav {
        height: 450px !important;
        overflow-y: scroll;
    }
}
@media only screen and (max-width: 991px) {
    .mob-pdf {
        display: none !important;
    }

    .pdf-only-mob {
        display: block !important;
    }
}
@media only screen and (min-width: 991px){
    .mob-pdf{
        display: block !important;
    }
    .pdf-only-mob{
        display: none !important;
    }
}
