﻿@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Mukta:wght@200;300;400;500;600;700;800&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Mukta', sans-serif;
}

ol, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}


ol, ul, li {
    list-style: none;
}

body {
    color: #444;
    font-family: 'Mukta', sans-serif;
    margin: 0 auto;
}

a {
    color: #DDD;
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        color: #145795;
        outline: none;
        text-decoration: none !important;
    }

p {
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Mukta', sans-serif;
    font-weight: 500;
    margin: 0 0 20px 0;
    padding: 0;
}



#ustalan {
    padding: 8px 0;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    height: 39px;
    background: #0094ff;
}

    #ustalan .wrapper .iletisim-ust a {
        line-height: 1;
        color: #145795;
    }

        #ustalan .wrapper .iletisim-ust a:hover {
            color: #FFF;
        }

    #ustalan .wrapper .iletisim-ust i {
        color: #0094ff;
        background: #FFF;
        padding: 10px;
    }

    #ustalan .wrapper .iletisim-ust .fa-phone {
        padding-left: 20px;
        margin-left: 20px;
        border-left: 1px solid #e9e9e9;
    }

    #ustalan .wrapper .sosyalmenu a {
        color: #555;
        padding: 4px 12px;
        display: inline-block;
        line-height: 1px;
        border-left: 1px solid #FFF;
        color: #FFF;
        font-size: 12px;
    }

        #ustalan .wrapper .sosyalmenu a:hover {
            color: #145795;
        }

        #ustalan .wrapper .sosyalmenu a:first-child {
            border-left: 0;
        }

    #ustalan .wrapper .langmenu {
        margin-left: 50px;
    }


        #ustalan .wrapper .langmenu a {
            color: #555;
            padding: 4px 12px;
            display: inline-block;
            line-height: 1px;
            border-left: 1px solid #FFF;
            color: #FFF;
        }

            #ustalan .wrapper .langmenu a:hover {
                color: #145795;
            }

            #ustalan .wrapper .langmenu a:first-child {
                border-left: 0;
            }



@media (min-width: 768px) {

    .belgead {
        background: rgb(0, 148, 255, 1);
        width: 100%;
        color: #FFF;
        font-size: 20px;
        top: -27px;
        padding: 10px;
        position: relative;
    }
    .urunad {
        background: rgb(0, 148, 255, 1);
        width: 90%;
        color: #FFF;
        font-size: 20px;
        top: -27px;
        padding: 10px;
        position: relative;
        font-size:16px !important;
    }
    .ilt {
        margin-bottom: 30px;
        border-top: 1px solid #DDD;
        padding: 30px 0 0 0;
    }

        .ilt i {
            color: #FFF;
            background: #145795;
            padding: 10px;
            text-align: center;
            margin-right: 30px;
        }


    .ilt_first {
        margin-bottom: 30px;
        border-top: none;
        padding: 30px 0 0 0;
        font-weight: 400;
        font-size: 16px;
        color: #808080;
    }

        .ilt_first i {
            color: #FFF;
            background: #145795;
            padding: 10px;
            text-align: center;
            font-size: 24px;
        }

    .pd-20 {
        padding: 20px 0;
    }

    .logo img {
        max-width: 300px;
    }

    .bir {
        padding: 30px 0 50px 0;
        margin-top: 50px;
    }

    .mn-abt {
        color: #FFF;
        font-weight: 200;
        font-size: 20px;
        padding: 70px 15px;
    }

    .uc {
        padding: 30px 0 50px 0;
        margin-top: 50px;
    }

    .kt {
        background: #145795;
        color: #FFF;
        border-radius: 10px;
        border: 3px solid #e9e9e9;
    }

        .kt .spn-yazi {
            font-size: 24px;
            text-align: center !important;
            font-weight: 200 !important;
            color: #FFF;
            margin-top: 10px;
            padding: 0 0 30px 0;
        }

            .kt .spn-yazi label {
                font-weight: 200 !important;
            }

        .kt .spn-icn {
            text-align: center;
            top: -30px;
            position: relative;
        }

    .kt-iln {
        background: #f9f9f9;
        border-radius: 10px;
        border: 3px solid #e9e9e9;
        padding: 15px;
        font-weight: 300;
    }

        .kt-iln label {
            font-weight: 200 !important;
        }

        .kt-iln h2 {
            color: #145795;
            font-weight: 300;
        }

        .kt-iln h3 {
            color: #808080;
        }

        .kt-iln h4 {
            color: #000;
        }

    .iki {
        min-height: 500px;
        padding: 30px 0 0 0;
        background: url("../images/bg.jpg") no-repeat center center fixed;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .aciklama {
        position: absolute;
        top: 30px;
        left: 40px;
    }

    .aciklama-detay {
        min-width: 100%;
        background: rgb(255,255,255, 1);
        padding: 15px;
    }

    .thumbnail .caption {
        padding: 5px 9px;
        color: #333;
        background: #145795;
        color: #FFF;
        z-index: 9;
        position: absolute;
        bottom: 45px;
        width: 50%;
        left: 40px;
        font-weight: 200;
        text-align: left;
        font-size: 18px;
        border-radius: 2px;
    }

    .kt-iln {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {

    .belgead {
        background: rgb(0, 148, 255, 1);
        width: 100%;
        color: #FFF;
        font-size: 20px;
        padding: 10px;
        position: relative;
    }
    .urunad {
        background: rgb(0, 148, 255, 1);
        width: 90%;
        color: #FFF;
        font-size: 20px;
        top: -27px;
        padding: 10px;
        position: relative;
    }
    .ustbaslik {
        margin-top: -30px;
        margin-bottom: 15px;
        padding: 20px 0;
        color: #fff;
        text-align: center;
        z-index: -1;
        position: relative;
        background: #3d3340;
        border-bottom: 10px solid #DDD;
    }

        .ustbaslik h2 {
            color: #FFF;
            text-shadow: -2px -2px 2px rgba(150, 150, 150, 0.25);
            font-weight: 300;
        }

    .ilt_first {
        margin-bottom: 30px;
        border-top: none;
        padding: 30px 0 0 0;
        font-weight: 400;
    }

        .ilt_first i {
            color: #FFF;
            background: #145795;
            padding: 0;
            text-align: center;
        }

    .logo img {
        max-width: 300px;
    }

    .bir {
        padding: 5px 0 10px 0;
        margin-top: 0;
    }

    .mn-abt {
        color: #FFF;
        font-weight: 200;
        font-size: 18px;
        padding: 20px 0;
    }

    .uc {
        padding: 25px 0 0 0;
        margin-top: 50px;
    }

    .kt {
        background: #145795;
        color: #FFF;
        border-radius: 10px;
        border: 3px solid #e9e9e9;
        margin-bottom: 65px;
    }

        .kt .spn-yazi {
            font-size: 18px;
            text-align: center !important;
            font-weight: 200 !important;
            color: #FFF;
            margin-top: 10px;
            padding: 0 0 15px 0;
        }

            .kt .spn-yazi label {
                font-weight: 200 !important;
            }

        .kt .spn-icn {
            text-align: center;
            top: -30px;
            position: relative;
        }

    .kt-iln {
        background: #f9f9f9;
        border-radius: 10px;
        border: 3px solid #e9e9e9;
        padding: 15px;
        font-weight: 300;
    }

        .kt-iln label {
            font-weight: 200 !important;
        }

        .kt-iln h2 {
            color: #145795;
            font-weight: 300;
        }

        .kt-iln h3 {
            color: #808080;
        }

        .kt-iln h4 {
            color: #000;
        }

    .iki {
        min-height: 650px;
        padding: 15px 0 0 0;
        background: url("../images/bg.jpg") no-repeat center center fixed;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .aciklama {
        position: absolute;
        top: 30px;
        left: 40px;
    }

    .aciklama-detay {
        position: relative;
        min-width: 90% !important;
        background: rgb(255,255,255, 1);
        padding: 15px;
        z-index: 99;
    }

    .thumbnail .caption {
        padding: 5px 9px;
        color: #333;
        background: #145795;
        color: #FFF;
        z-index: 9;
        width: 100%;
        font-weight: 200;
        text-align: left;
        font-size: 16px;
        border-radius: 2px;
    }

    .kt-iln {
        margin-bottom: 30px;
    }

    .pd-20 {
        margin-bottom: 40px;
        display: block;
        text-align: center;
    }

        .pd-20 .adr {
            padding: 15px;
            border-bottom: 1px solid #e9e9e9;
            margin-top: 15px !important;
        }

        .pd-20 i {
            padding: 10px 12px;
        }
}

#header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgb(255, 255, 255, 1);
}

.sticky {
    background: #000;
}

nav {
    z-index: 999;
    width: 100%;
}

    nav .wrapper {
        position: relative;
        padding: 0 15px;
        height: 70px;
        margin: auto;
        display: flex;
        align-items: center;
        z-index: 9999;
        justify-content: space-between;
    }

.wrapper .nav-links {
    display: inline-flex;
    margin-top: 10px;
    float: left;
}

    .wrapper .nav-links .rtl {
        float: right;
    }

.nav-links li {
    list-style: none;
}

    .nav-links li .rtl {
        float: right;
    }

    .nav-links li a {
        color: #242526;
        text-decoration: none;
        font-size: 18px;
        font-weight: 300;
        padding: 25px 15px;
        transition: all 0.3s ease;
    }

        .nav-links li a:hover {
            color: #145795;
        }

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #FFF;
    width: 300px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}

    .nav-links .drop-menu li {
        padding: 8px 5px;
        border-bottom: 1px solid #DDD;
        font-size: 14px;
        display: block;
    }

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-box-shadow: 0px 10px 8px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 10px 8px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 10px 8px 0px rgba(0,0,0,0.4);
}

    .mega-box .content {
        background: #FFF;
        padding: 15px;
        display: flex;
        width: 100%;
        border: 1px solid #f2f2f2;
        justify-content: space-between;
    }

        .mega-box .content .row1 {
            width: calc(33%);
            line-height: 25px;
        }

        .mega-box .content .row {
            width: calc(67%);
            line-height: 30px;
        }

.content .row1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .row .mega-links {
    margin-left: -10px;
}

.row .mega-links li {
    width: calc(50% - 30px);
    padding: 0 15px;
    display: inline-block !important;
}

    .row .mega-links li a {
        padding: 0 15px;
        color: #808080;
        font-size: 14px;
        font-weight: 400;
        display: inline-block !important;
    }

        .row .mega-links li a:hover {
            color: #145795;
        }


.content .row .mega-links .rtl {
    margin-left: -10px;
}

.row .mega-links li .rtl {
    width: calc(50% - 30px);
    padding: 0 15px;
    display: inline-block !important;
    float: right;
}

.wrapper .btn {
    color: #FFF;
    font-size: 20px;
    background: #0094ff;
    cursor: pointer;
    display: none;
}

    .wrapper .btn.close-btn {
        position: absolute;
        right: 10px;
        top: 10px;
    }


nav input {
    display: none;
}


nav .wrapper .logo {
}

    nav .wrapper .logo img {
        width: 300px;
        height: auto;
    }



@media screen and (max-width: 970px) {
    .wrapper .btn {
        display: block;
    }

    .wrapper .nav-links {
        margin-top: 0;
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #242526;
        display: block;
        padding: 50px 0;
        color: #FFF;
        line-height: 18px;
        overflow-y: auto;
        transition: all 0.3s ease;
    }

    ::-webkit-scrollbar {
        width: 5px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    #menu-btn:checked ~ .nav-links {
        left: 0%;
    }

    #menu-btn:checked ~ .btn.menu-btn {
        display: none;
    }

    #close-btn:checked ~ .btn.menu-btn {
        display: block;
    }



    .nav-links li {
        border-bottom: 1px solid #808080;
    }

        .nav-links li a {
            padding: 10px 15px;
            display: block;
            color: #FFF;
            font-size: 18px !important;
            font-weight: 300;
        }

    .nav-links label {
        padding: 10px 15px;
        display: block;
        color: #FFF;
        font-size: 18px !important;
        font-weight: 300 !important;
    }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 45px;
        visibility: visible;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
        background: #3d3e3e;
    }

        .nav-links .drop-menu li a {
            color: #DDD !important;
        }

            .nav-links .drop-menu li a:hover {
                color: #E21E25 !important;
            }

    #showDrop:checked ~ .drop-menu {
        max-height: 100%;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: block;
        color: #fff !important;
        font-size: 18px;
        padding: 10px 15px;
        font-weight: 300;
        cursor: pointer;
        transition: all 0.3s ease;
    }
}

@media (max-width: 767px) {
    .mbl-none {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .lg-none {
        display: none !important;
    }
}

.mbl-langmenu {
    padding: 10px 0;
    margin-left: 12px;
}


    .mbl-langmenu a {
        color: #FFF;
        padding: 10px;
        display: inline-block;
        line-height: 18px;
        text-decoration: none;
        background: #808080;
        width: 44px;
        text-align: center;
    }

        .mbl-langmenu a:hover {
            color: #145795;
        }

        .mbl-langmenu a:first-child {
            border-left: 0;
        }

.mbl-sosyalmenu {
    border-top: 1px solid #808080;
    padding: 10px 0;
}

    .mbl-sosyalmenu a:first-child {
        margin-left: 12px;
    }

    .mbl-sosyalmenu a {
        color: #FFF;
        padding: 10px 8px;
        display: inline-block;
        line-height: 15px;
        font-size: 18px;
        background: #808080;
        width: 44px;
        text-align: center;
    }

        .mbl-sosyalmenu a:hover {
            color: #145795;
        }

        .mbl-sosyalmenu a:first-child {
            border-left: 0;
        }

.iletisim .crz a {
    color: #000;
}

    .iletisim.crz a:hover {
        color: #ff6a00 !important;
        text-decoration: none;
    }




.back-to-top {
    position: fixed;
    display: none;
    background: #000;
    color: #fff;
    font-size: 20px;
    border-radius: 2px;
    right: 10px;
    bottom: 10px;
    width: 48px;
    line-height: 40px;
    transition: background 0.5s;
    text-align: center;
    z-index: 10;
}

    .back-to-top:focus {
        background: #000;
        color: #fff;
        outline: none;
    }

    .back-to-top:hover {
        background: #0094ff;
        color: #fff;
    }

@media (min-width: 768px) {

    .pd-20 {
        margin-bottom: 40px;
        display: block;
        text-align: center;
    }

        .pd-20 .adr {
            padding: 15px;
            border-bottom: 1px solid #e9e9e9;
            margin-top: 15px !important;
        }

        .pd-20 i {
            padding: 10px 12px;
        }

    .ustbaslik {
        margin-top: -30px;
        margin-bottom: 30px;
        padding: 80px 0;
        color: #145795;
        text-align: center;
        z-index: -1;
        position: relative;
        background-image: url("/images/bg4.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .ustbaslik h2 {
            background: rgb(0, 0, 0, 0.5);
            color: #FFF;
            width: 50%;
            padding: 30px 30px;
            margin-left: -15px;
            border-right: 40px solid rgb(226, 30, 37, 0.90);
        }

    .ckk {
        background: #145795;
        color: #FFF;
        position: fixed;
        font-size: 14px;
        bottom: 10px;
        left: 10px;
        z-index: 998;
        width: 40%;
        padding: 10px;
        border-radius: 4px;
        border: 3px solid #e9e9e9;
    }

        .ckk .icerik {
            width: 90%;
            float: left;
        }

        .ckk .btn {
            position: absolute;
            top: 1px;
            right: 1px;
            background: #000;
            color: #FFF;
        }


        .ckk a {
            color: #e9e9e9;
            padding: 0 5px;
        }

            .ckk a:hover {
                color: #0094ff;
                text-decoration: none;
            }
}

@media (max-width: 767px) {
    .ckk {
        background: #000;
        color: #FFF;
        position: fixed;
        font-size: 14px;
        bottom: 10px;
        left: 10px;
        z-index: 998;
        width: 95%;
        padding: 10px;
        border-radius: 4px;
    }

        .ckk .icerik {
            width: 90%;
            float: left;
        }

        .ckk .btn {
            position: absolute;
            top: 1px;
            right: 1px;
            background: #000;
            color: #FFF;
        }


        .ckk a {
            color: #145795;
            padding: 0 5px;
        }

            .ckk a:hover {
                color: #0094ff;
                text-decoration: none;
            }

    .close {
        height: 20px;
        border: none;
        color: #FFF !important;
        cursor: pointer;
        z-index: 9;
    }
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 10px;
    }
}


.bodyrender {
    margin: 30px 0;
}

.anakat {
    font-size: 30px;
    color: #808080;
    font-weight: 800;
}

.urnuad {
    font-size: 18px;
    color: #f9f9f9;
    font-weight: 600;
}

.ftr {
    background: #f9f9f9;
}




.mrgeks30 {
    margin-bottom: -35px;
}







.copyright {
    background: #000;
    padding: 0 0 30px 0;
    font-size: 14px;
    text-align: center;
    padding-top: 30px;
    color: #DDD;
}


.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

#veri .veriler {
    margin: 50px 0;
    text-align: center;
}


    #veri .veriler a {
        color: #555;
        padding: 4px 12px;
        display: inline-block;
        line-height: 1px;
        border-left: 1px solid #e9e9e9;
    }

        #veri .veriler a:hover {
            color: #145795;
        }

        #veri .veriler a:first-child {
            border-left: 0;
        }

.lft {
    text-align: left !important;
}




.scd {
    margin-top: -60px;
    text-align: center;
    padding: 50px 0 0 0;
}




.subeler {
    margin-top: 20px;
    text-align: center;
    padding: 50px 0 0 0;
}

.krmsl {
    background: #e9e9e9;
}

.parallax {
    background-image: url("/img/bgslogan.jpg");
    min-height: 500px;
    font-size: 80px;
    text-align: center;
    padding: 180px 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff
}


.thumbnail-iltsm {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    color: #808080;
    background: #f9f9f9;
    padding-bottom: 30px;
    border-top: 3px solid #145795;
}

    .thumbnail-iltsm img {
        display: block;
        padding: 10px 0;
        margin-bottom: -40px;
        top: -67px;
        position: relative;
    }

    .thumbnail-iltsm i {
        background: #555;
        color: #FFF;
        padding: 5px;
        border-radius: 50%;
        font-size: 20px;
    }

    .thumbnail-iltsm p {
        margin-top: 12px;
    }

.icon-oval {
    position: relative;
    background: #FFF;
    border-radius: 50%;
    color: #000;
    text-align: center;
    font-size: 40px;
    top: -30px;
    padding: 10px;
    border: 3px solid #145795;
    z-index: 9;
}




.clearfix {
    clear: both;
}

@media (max-width: 992px) {
    .thumbnail {
    }
}


@media (max-width: 991px) {
    .promo-section .promo-section-col {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .promo-section {
        position: relative;
        width: 100%;
        height: auto;
    }

        .promo-section .promo-section-col {
            width: 45%;
            font-size: 16px;
            font-weight: 600;
        }

        .promo-section .promo-section-img-left {
            position: absolute;
            top: 0;
            right: 50%;
        }

        .promo-section .promo-section-img-right {
            position: absolute;
            top: 0;
            left: 50%;
            height: 400px;
        }

        .promo-section .ver-center {
            display: table;
            height: 400px;
        }

        .promo-section .ver-center-aligned {
            display: table-cell;
            vertical-align: middle;
        }
}

.slayt {
    position: relative;
    z-index: 1;
    margin: -30px 0;
}

@media (max-width: 768px) {


    .scd .thumbnail-iltsm {
        margin-top: 50px;
    }

    .slayt {
        top: -30px;
        position: relative;
        z-index: 1;
    }

    .subeler .thumbnail-iltsm {
        margin-bottom: 50px;
    }

    .subeler .son {
        margin-bottom: 10px;
    }


    .parallax {
        background-image: url("/img/bgslogan_mob.jpg");
        min-height: 200px;
        font-size: 40px;
        text-align: center;
        padding: 90px 0;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff
    }

    .mbl {
        margin-top: 30px;
    }
}

.thumbnail {
}

    .thumbnail a {
        color: #145795;
    }

        .thumbnail a:hover {
            -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
            -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        }

    .thumbnail .caption {
        text-align: center;
        border-top: 1px solid #f9f9f9;
    }





figure {
    padding: 0;
    background: #fff;
    overflow: hidden;
}

    figure:hover + span {
        opacity: 1;
    }


.hover06 figure img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.hover06 figure:hover img {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.buyuk {
    font-size: 24px;
}

.cat_header {
    margin-bottom: 30px;
}

    .cat_header h2 {
        font-size: 32px;
        color: #145795;
        font-weight: 700;
        position: relative;
        padding-bottom: 20px;
    }

        .cat_header h2::before {
            content: '';
            position: absolute;
            display: block;
            width: 50px;
            height: 3px;
            background: #DDD;
            bottom: 0;
            left: 0;
        }

    .cat_header p {
        padding: 0;
        margin: 0;
    }


.footer {
    background: #0094ff;
    color: #FFF;
    padding: 40px 0;
}

    .footer .sosyal_medya {
        position: relative;
        margin: 0px;
    }

        .footer .sosyal_medya > li {
            position: relative;
            float: left;
            padding: 0px;
            line-height: 40px;
        }

            .footer .sosyal_medya > li > a {
                position: relative;
                display: block;
                font-size: 18px;
                opacity: 1;
                width: 40px;
                height: 40px;
                background: #FFF;
                color: #145795;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                margin-right: 8px;
                text-align: center;
                border-radius: 3px;
            }

                .footer .sosyal_medya > li > a:hover {
                    position: relative;
                    display: block;
                    font-size: 18px;
                    color: #ff0000 !important;
                    text-decoration: none;
                    opacity: 1;
                    transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                }

.footer-widget h4 {
    padding: 15px 0;
    border-bottom: 1px solid #FFF;
}

.frm {
    font-size: 15px;
}

.footer-contact .icon {
    font-size: 20px;
    line-height: 18px;
    margin-right: 10px;
}

.footer-contact .blg {
    margin-left: 15px;
    line-height: 36px;
}

.footer-contact li {
    color: #FFF;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

    .footer-contact li:last-child {
        color: #FFF;
        margin-bottom: 10px;
        border-bottom: none;
    }

    .footer-contact li a {
        color: #FFF;
    }

        .footer-contact li a:hover {
            color: #ff0000;
            text-transform: none;
        }

.copy {
    background: #000;
    color: #FFF;
    font-size: 13px;
    padding: 15px 0;
}

    .copy .cpy {
        font-family: 'DM Sans', sans-serif;
    }



.bg {
    width: 100%;
    height: 300px;
    font-size: 30px;
    line-height: 300px;
    color: #FFF;
    background: url('../img/bg.jpg') center center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 600;
    text-align: left;
    margin-top: -20px;
    margin-bottom: 20px;
    border-bottom: 5px solid #0094ff;
    text-align: right;
}

    .bg h1 {
        background: #ff6a00;
    }

.bslk {
    font-size: 24px;
    padding: 30px 0px;
    font-weight: 500;
}

.veri li a {
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    list-style-type: none !important;
}

    .veri li a:hover {
        color: #145795;
        text-decoration: none;
        transition: all 500ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
    }

.veri span {
    font-size: 8px;
    line-height: 20px;
}

.footer .sosyalmenu a {
    color: #fff;
    padding: 14px 12px;
    display: inline-block;
    line-height: 1px;
    background: #145795;
}

    .footer .sosyalmenu a:hover {
        color: #000;
    }

    .footer .sosyalmenu a:first-child {
        border-left: 0;
    }

.sol-30 {
    margin-left: 30px;
}


.detay {
    text-align: center;
    margin-top: 50px;
}

.whatsapp {
    position: fixed;
    color: #FFF;
    background: #68bd48;
    border-radius: 2px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    bottom: 10px;
    left: 15px;
    z-index: 10;
}



    .whatsapp a {
        width: 48px;
        font-size: 20px;
        line-height: 40px;
        color: #FFF;
        text-align: center;
        cursor: pointer;
        display: block;
        text-align: center;
    }

        .whatsapp a:hover {
            background-color: #145795;
            color: #FFF;
            border-radius: 2px;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }


.sosyal_medya_alt {
    text-align: center;
}

    .sosyal_medya_alt a {
        text-align: center;
        font-size: 20px;
        color: #0094ff;
        background: #FFF;
        padding: 5px 10px;
    }

.ozl {
    padding: 40px 0;
}

.tbl {
    width: 19%;
    float: left;
    text-align: center;
    margin-right: 1.25%;
    background: #145795;
    padding: 50px 0;
    color: #FFF;
}

    .tbl:last-child {
        width: 19%;
        float: left;
        text-align: center;
        margin-right: 0;
        background: #145795;
        padding: 50px 0;
        color: #FFF;
    }

    .tbl span {
    }

.icon-g {
    display: block;
    font-size: 40px;
    margin-bottom: 20px;
}


.frms {
    font-size: 17px;
    padding: 4px 0;
}



.kategori {
    padding: 50px 0;
    font-weight: 200;
}

    .kategori h1 {
        text-align: center;
    }

.mnabout {
    padding: 50px 0;
    font-weight: 200;
    background: #f8f8f8;
}

.slogan {
    text-align: center;
    padding: 50px 0;
    font-size: 60px;
    font-family: 'Courgette', cursive;
    color: #145795;
}

.mnabout p {
    font-size: 18px;
}



.pg {
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
}

.mn-slogan {
    font-family: 'Courgette', cursive;
    color: #145795;
}

.ustbslk {
    background: #0094ff !important;
}

.hzmt {
    margin-bottom: 30px;
}

    .hzmt img {
        border-bottom: 3px solid #0094ff;
    }
