@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

* {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.loader {
    position: fixed;
    display: flex;
    z-index: 9999;
    height: 100%;
    width: 100%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
}

.loader .img {
    margin-top: 15%;
}

ul {
    padding: 0;
    margin: 0;
}

.owl-dots {
    display: none;
}

.owl-carousel {
}

.slider {
    position: relative;
    height: 750px;

}

@media only screen and (max-width: 748px) {
    .slider {
        position: relative;
        height: 150px;

    }

    .imo {
        height: 150px;
        zoom: 100%;
    }
}

.owl-next {
    cursor: pointer;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.51);
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    position: absolute;
    top: 45%;
    right: 0;
    transition: background-color;
    transition-duration: 500ms;
}

.owl-next span {
    line-height: 50px;
}

.owl-prev span {
    line-height: 50px;
}

.owl-next:hover {
    background-color: white;
}

.owl-prev {
    cursor: pointer;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.51);
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    top: 45%;
    left: 0;
    position: absolute;
    transition: background-color;
    transition-duration: 500ms;
}

.owl-prev:hover {
    background-color: white;
}

.owl-costumer-prev {
    cursor: pointer;
    color: #1d8dbe;
    z-index: 99;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    top: 50%;
    left: -20px;
    position: absolute;
}

.owl-costumer-next {
    cursor: pointer;
    color: #1d8dbe;
    z-index: 99;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    top: 50%;
    right: -20px;
    position: absolute;
}

.tk-grey {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #f8f9fb;
}

.tk-grey h1 {
    color: #004861;
    font-weight: bold;
}

.yuvarlar {
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #00a3c8;
    font-size: 50px;
    text-align: center;
    color: #fff;
}

.card-title {
    color: #004861;
    font-weight: bold;
    font-size: 1.05rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #17a2b8;
}

header {
    width: 100%;
    height: 90px;
    line-height: 90px;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 5px -2px rgba(133, 125, 133, 1);
    -moz-box-shadow: 5px 5px 5px -2px rgba(133, 125, 133, 1);
    box-shadow: 5px 5px 5px -2px rgba(133, 125, 133, 1);
}

.menu-container {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    height: 100vh;
    width: 100%;
    z-index: 999;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.opak {
    opacity: 1;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 35px;
}

.link {
    color: rgba(255, 255, 255, 0.5);
    transition: all 500ms;
}

.link:hover {
    color: #FFF;
}

.social-link {
    color: rgba(255, 255, 255, 0.5);
    transition: all 500ms;
}

.social-link:hover {
    color: #FFF;
}

.sayac {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    background-color: #4fa8ca;
    min-height: 250px;
    height: auto;
    color: #FFF;
}

.bg-white h1 {
    color: #004861;
    font-weight: bold;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #00a3c8;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: all 500ms;
    opacity: 0;
}

#back-to-top:hover {
    background: #e9ebec;
    color: #000;
}

#back-to-top.show {
    opacity: 1;
}

.flex {
    display: flex;
}

.logo {
    display: none;
    background-color: #fff;
    margin-top: 30px;
    position: absolute;
    height: 125px;
    width: 150px;
    text-align: center;
    border-radius: 15px;
    padding: 10px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

.baslik {
    color: #004861;
    font-weight: bold;
}

.dil {
    position: fixed;
    top: 45%;
    right: -5px;
    z-index: 9999999;
}

.dil a {
    color: #FFF;
    padding: 15px;
    line-height: 15px;
    background-color: #1d8dbd;
    text-transform: uppercase;
    transition: background-color, color;
    transition-duration: 500ms;
}

.dil a:hover {
    background-color: #fff;
    color: #000 !important;
    text-decoration: none;
}

.page-header {
    height: 150px;
    width: 100%;
    background-image: url("/uploads/tema/breadcrumb.jpg");
    background-position: center center;
    padding-top: 40px;
}

.fixle-ana {
    position: relative;
    z-index: 99;
    margin-bottom: 315px;
    background-color: #fff;
}

.fixle {
    position: relative;
    z-index: 99;
    margin-bottom: 315px;
    background-color: #fff;
    padding-bottom: 50px;
}

footer {
    position: fixed;
    z-index: 25;
    bottom: 0;
    left: 0;
    height: 315px;
    width: 100%;
    padding: 80px;
    background-color: #efefef;
}

.active {
    background-color: #d1d1d1 !important;
    border-color: #c6c6c6 !important;
    color: #000 !important;
}