﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
    scroll-behavior: smooth;
}

ol, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "Roboto", sans-serif;
    margin: 0 auto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: #FFF;
    font-size: 18px;
}

a {
    color: #DDD;
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        outline: none;
        text-decoration: none !important;
    }

p {
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
}


.wrapper .btnc {
    font-size: 32px;
    color: #00529B;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.wrapper .close-btn i {
    position: absolute;
    font-size: 18px;
    text-align: center;
    right: 5px;
    color: #FFF;
}

.wrapper .menu-btn i {
    font-size: 40px !important;
    color: #00529B !important;
}


nav input {
    display: none;
}

.menu input {
    display: none;
}








.iletisim .crz a {
    color: #000;
}

    .iletisim.crz a:hover {
        color: #ff0000;
        text-decoration: none;
    }

.copy {
    background: rgba(255, 255, 255, 1);
    padding: 0 0 10px 0;
    font-size: 13px;
    padding-top: 30px;
    color: #00529B;
}

#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: #E21E25;
        }

        #veri .veriler a:first-child {
            border-left: 0;
        }

        .hata
        {
            text-align:center;
            padding:70px 0;
        }

        .hata .ht
        {
            font-size:100px;
            color:rgba(0, 82, 155, 0.2);
            display:block;
        }

            .hata .yz {
                font-size: 20px;
                color: rgba(0, 82, 155, 0.5);
                display: block;
            }

            .tbl{
                margin:30px 0;
            }

.krmslmn {
margin-bottom:30px;
}

.read a {
    background: #00539b;
    color: #FFF !important;
    padding: 10px;
    margin: 30px 0;
    border-radius: 6px;
    position: relative;
    bottom: -30px;
}

.read a:hover {
    background: #092756;
    color: #FFF !important;
    padding: 10px;
    margin-top: 15px !important;
    border-radius: 6px;
}

/*--------FOOTER--------*/

.footer {
    background: rgba(0, 82, 155, 0.2);
    color: #00529B;
    padding: 40px 0;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #00529B;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    right: 15px;
    bottom: 5px;
    transition: background 0.5s;
    text-align: center;
    z-index: 10;
    width: 50px;
    height: 48px;
    line-height: 48px;
}


    .back-to-top:focus {
        background: #FFF;
        color: #000;
        outline: none;
    }

    .back-to-top:hover {
        background: rgb(0, 85, 155, 0.5);
        color: #00559B;
    }

.footer .sosyal_medya {
    position: relative;
    float: left;
    padding: 0px;
    line-height: 40px;
}

    .footer .sosyal_medya a {
        position: relative;
        display: inline-block;
        font-size: 18px;
        opacity: 1;
        width: 40px;
        height: 40px;
        background: #092756;
        color: #FFF;
        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: 50%;
    }

        .footer .sosyal_medya a:hover {
            position: relative;
            display: inline-block;
            font-size: 18px;
            background: rgba(9, 39, 86, 0.5);
            color: #092756;
            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 label {
    font-size: 18px;
    color: #092756;
    text-align: left;
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    text-shadow: none;
    font-weight: 300 !important;
    -webkit-font-smoothing: antialiased;
}

    .footer-widget h4 label:after {
        left: 0;
        right: 0;
        width: 25%;
        content: "";
        height: 1px;
        bottom: -15px;
        position: absolute;
        background: #092756;
    }

.footer-contact .icon {
    font-size: 14px;
    line-height: 18px;
}

.footer-contact .blg {
    margin-left: 15px;
    line-height: 36px;
}

.footer-contact li {
    color: #092756;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

    .footer-contact li:last-child {
        color: #092756;
        margin-bottom: 10px;
        border-bottom: none;
    }

    .footer-contact li a {
        color: #092756;
    }

        .footer-contact li a:hover {
            color: rgba(9, 39, 86, 0.5);
            text-transform: none;
        }

.footer .sosyalmenu a {
    color: #fff;
    padding: 14px 12px;
    display: inline-block;
    line-height: 1px;
    background: #092756;
}

    .footer .sosyalmenu a:hover {
        color: #000;
    }

    .footer .sosyalmenu a:first-child {
        border-left: 0;
    }

.whatsapp {
    position: fixed;
    color: #FFF;
    background: #68bd48;
    border-radius: 50%;
    bottom: 5px;
    left: 15px;
    z-index: 10;
    
}



    .whatsapp a {
        font-size: 24px;
        width: 50px;
        height: 48px;
        line-height: 48px;
        color: #FFF;
        text-align: center;
        cursor: pointer;
        display: block;
        text-align: center;
    }

        .whatsapp a:hover {
            background-color: #00529B;
            color: #FFF;
            border-radius: 50%;
        }


.sosyal_medya_alt {
    text-align: center;
}

    .sosyal_medya_alt a {
        text-align: center;
        font-size: 24px;
        color: #FFF;
    }

        .sosyal_medya_alt a:hover {
            text-align: center;
            font-size: 24px;
            color: #E21E25;
        }

/*-----------BOLUMLER---------------*/





.ctgr {
    margin: 60px 0 10px 0;
    background:rgba(0, 82, 155, 0.2);
    padding:50px 0 0;
}

.blg {
    padding: 0 0 40px 0;
    display: flex;
    align-items: center;
}

    .blg .tumyaz {

        border: 1px solid #FFF;;
        display: flex;
        align-items: center; /* vertically aligned! */
        justify-content: center;
    }

.tumyaz a
{
    color:#FFF;
    text-align:center;
    
}

    .tumyaz a:hover {
        color: #FFF;
    }




.who {
    font-weight: 300;
    width: 100%;
    font-size: 30px;
    text-align:center;
    color:rgba(0, 82, 155, 0.2);
    margin:30px 0 30px 0;
}


.ckk {
    background: #092756;
    color: #FFF;
    position: fixed;
    font-size: 14px;
    bottom: 10px;
    left: 10px;
    z-index: 998;
    width: 33%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #FFF;
}

    .ckk .icerik {
        width: 90%;
        float: left;
    }

    .ckk .btn {
        position: absolute;
        top: 1px;
        right: 1px;
        background: #E21E25;
        color: #FFF;
    }


    .ckk a {
        color: #FFF;
        padding: 0 5px;
    }

        .ckk a:hover {
            color: #092756;
            text-decoration: none;
        }

.close {
    height: 15px;
    border: none;
    color: #FFF !important;
    cursor: pointer;
    z-index: 9;
    background: #FFF;
    padding: 15px;
    font-size: 5px;
}

.back-to-top {
    bottom: 5px;
}

.hrt {
    margin-bottom: 15px;
}

@media screen and (min-width: 971px) {
    .carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 50%;
        z-index: 15;
        width: 100%;
        padding-left: 0;
        margin-left: -25%;
        text-align: center;
        list-style: none
    }

        .carousel-indicators li {
            display: inline-block;
            width: 16px;
            height: 16px;
            margin: 1px;
            text-indent: -999px;
            cursor: pointer;
            background-color: #FFF;
            border: 1px solid #00539b;
            border-radius: 10px
        }

        .carousel-indicators .active {
            width: 18px;
            height: 18px;
            margin: 0;
            background-color: #00539b;
        }


    .fw_al_009_slide > h3 {
        color: #fff;
        font-size: 50px;
        text-shadow: none;
        font-weight: normal;
        margin-top: 100px;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        font-family: "Roboto", sans-serif;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-timing-function: cubic-bezier(0.22,0.81,0.01,0.99);
        animation-timing-function: cubic-bezier(0.22,0.81,0.01,0.99);
    }

        .fw_al_009_slide > h3 > span {
            color: #000000;
            font-style: italic;
            letter-spacing: 1px;
            text-transform: capitalize;
        }



    #iletisim {
        margin-top: 60px;
    }

    .thumbnail-iltsm {
        background: rgba(0, 82, 155, 0.2);
        border-radius: 10px;
        text-align: center;
        margin-bottom: 80px;
        border: 1px solid rgba(0, 82, 155, 0.2);
        font-weight: 300;
        height: 120px;
        color: #00529B;
    }



        .thumbnail-iltsm .adrtext {
            display: block;
            font-size: 15px;
            font-weight:300;
        }



        .thumbnail-iltsm h4 {
            display: block;
            position: relative;
            top: -20px;
            font-size: 16px;
        }



        .thumbnail-iltsm .iikon {
            color: #00529B;
            padding: 5px;
            font-size: 32px;
            padding: 10px 8px;
            position: relative;
            top: -23px;
            border-radius: 50%;
            background: #FFF;
            border: 2px solid rgba(0, 82, 155, 0.3);
        }



    #pagehead {
        background: rgba(0, 82, 155, 0.1);
        padding: 30px 0;
        margin-bottom:30px;
    }
        #pagehead .baslik h2 {
            color: #00529B;
            font-weight: 100;
        }

    .whob {
        display: block;
        margin-bottom: 20px;
        line-height: 1.42857143;
        min-height: 270px;
        background-color: #fff;
        -webkit-transition: border .2s ease-in-out;
        -o-transition: border .2s ease-in-out;
        transition: border .2s ease-in-out;
        border-radius: 10px;
    }


    .kategorisyf .thumbnail {
        display: block;
        margin-bottom: 20px;
        line-height: 1.42857143;
        min-height: 270px;
        background-color: #fff;
        -webkit-transition: border .2s ease-in-out;
        -o-transition: border .2s ease-in-out;
        transition: border .2s ease-in-out;
        border-radius: 10px;
        border:1px solid rgba(0, 82, 155, 0.05);
    }

    .page-head
    {
        border-bottom:1px solid #00529B;
        color:#00529B;
        font-weight:100;
        margin-bottom:30px;
        font-size:20px;
        background:#00529B;
        padding:10px 10px 5px;
        border-radius:10px;
    }

    .page-head label {
        font-weight: 300;
        color:#FFF;
    }

    .ctgr .thumbnail {
        display: block;
        margin-bottom: 20px;
        line-height: 1.42857143;
        min-height: 270px;
        background-color: #fff;
        -webkit-transition: border .2s ease-in-out;
        -o-transition: border .2s ease-in-out;
        transition: border .2s ease-in-out;
        border-radius: 10px;
        border: 1px solid rgba(0, 82, 155, 0.05);
    }


    .blg .thumbnail {
        display: block;
        margin-bottom: 20px;
        line-height: 1.42857143;
        min-height: 270px;
        background-color: rgba(0, 82, 155, 0.2);
        -webkit-transition: border .2s ease-in-out;
        -o-transition: border .2s ease-in-out;
        transition: border .2s ease-in-out;
        border-radius: 10px;
        border: 1px solid rgba(0, 82, 155, 0.05);
    }

    .who .thumbnail {
        display: block;
        margin-bottom: 20px;
        line-height: 1.42857143;
        min-height: 270px;
        background-color: #fff;
        -webkit-transition: border .2s ease-in-out;
        -o-transition: border .2s ease-in-out;
        transition: border .2s ease-in-out;
        border-radius: 10px;
    }

    .kategorisyf {
        padding-bottom: 30px;
    }

        .kategorisyf .urunad {
            text-align: center;
            padding: 10px 0;
        }



    .img-rounded {
        border-radius:10px;
    }

    .ovrl {
        position: relative;
        width: 100%;
    }

    .imglg {
        position: absolute;
        top: 30%;
        width: 70%;
        left: 15%;
        height: 100px;
        background: rgb(255 255 255 / 0.5);
        padding: 10px;
        -webkit-mask-image: url(../images/logo.png);
        mask-image: url(../images/logo.png);
        -webkit-mask-size: 100%;
        mask-size: 100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        mask-mode: luminance;
        -webkit-mask-position: center;
        mask-position: center;
    }

    .image {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 82, 155, 0.9);
        overflow: hidden;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transition: .3s ease;
        border-radius: 8px;
    }

    .ovrl:hover .overlay {
        transform: scale(1);
    }

    .urunad {
        font-size: 16px;
        bottom: 0;
        display: block;
        text-align: center;
    }

    .ovrl:hover .urunad {
        text-align: center;
        color: #FFF !important;
        z-index: 99999;
        position: relative;
    }

    .text {
        color: white;
        font-size: 20px;
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-weight: 400;
    }

    .parallax {
        background-image: url("/images/bg.jpg");
        height: 500px;
        font-size: 50px;
        text-align: center;
        padding: 150px 0;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        margin-bottom: 70px;
    }

        .parallax h1 {
            color: #FFF;
            padding: 15px;
            margin-top: 30px;
            font-weight: 300;
            font-size: 50px;
        }

        .parallax h4 {
            background: #092756;
            color: #FFF;
            padding: 15px;
            margin-top: 30px;
            line-height: 1.7em;
            display: inline-block;
            font-size: 24px;
        }

    .slayt {
        margin: 30px 0;
    }

    .lg-none {
        display: none !important;
    }

    /*-------FIT-------*/

    #fit {
        font-size: 14px;
        font-weight: 400;
        color: #00529B;
        z-index: 9;
        background: #FFF;
        border-bottom: 1px solid rgba(0, 82, 155, 0.2);
    }


        #fit .sosyalmenu {
            margin-top: 14px;
        }


            #fit .sosyalmenu a {
                width: 32px;
                height: 32px;
                display: inline-block;
                color: #FFF;
                font-size: 18px;
                background: #00529B;
                border-radius: 50%;
                line-height: 32px;
                text-align: center;
                margin-right: 10px;
            }

                #fit .sosyalmenu a:hover {
                    color: #DDD;
                }

        #fit .langmenu {
            margin-left: 30px;
            padding: 14px 0;
            margin-right: -10px;
        }


            #fit .langmenu a {
                display: inline-block;
                line-height: 50px;
                width: 32px;
                height: 32px;
                margin-right: 10px;
            }



    .ustalan {
        left: 0px;
        top: 0px;
        width: 100%;
    }

        .ustalan .menu {
            z-index: 999;
            width: 100%;
            background: #FFF;
            border-bottom: 1px solid rgba(0, 82, 155, 0.2);
            height: 70px;
        }

            .ustalan .menu .wrapper {
                position: relative;
            }

                .ustalan .menu .wrapper .logo {
                    position: absolute;
                    display: inline-block;
                    width: 400px;
                    margin-top: 8px;
                    -webkit-transition: all 0.5s ease-out;
                    -moz-transition: all 0.5s ease-out;
                    -ms-transition: all 0.5s ease-out;
                    -o-transition: all 0.5s ease-out;
                    transition: all 0.5s ease-out;
                }

                    .ustalan .menu .wrapper .logo span {
                        position: absolute;
                        line-height: 20px;
                        padding: 8px 10px;
                        color: #00529B;
                    }

                    .ustalan .menu .wrapper .logo img {
                        display: inline-block;
                        width: 250px;
                        -webkit-transition: all 0.5s ease-out;
                        -moz-transition: all 0.5s ease-out;
                        -ms-transition: all 0.5s ease-out;
                        -o-transition: all 0.5s ease-out;
                        transition: all 0.5s ease-out;
                    }





                .ustalan .menu .wrapper .nav-links {
                    position: relative;
                    float: right;
                }

                    .ustalan .menu .wrapper .nav-links > li {
                        position: relative;
                        display: inline-block;
                    }

                        .ustalan .menu .wrapper .nav-links > li > a {
                            position: relative;
                            display: block;
                            font-size: 15px;
                            color: #00529B;
                            padding: 24px 14px;
                            opacity: 1;
                            font-weight: 300;
                            transition: all 500ms ease;
                            -moz-transition: all 500ms ease;
                            -webkit-transition: all 500ms ease;
                            -ms-transition: all 500ms ease;
                            -o-transition: all 500ms ease;
                        }

                            .ustalan .menu .wrapper .nav-links > li > a:hover {
                                position: relative;
                                display: block;
                                font-size: 15px;
                                background: #00529B !important;
                                color: #FFF !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;
                            }

                    .ustalan .menu .wrapper .nav-links .mobile-item {
                        display: none;
                    }


                    .ustalan .menu .wrapper .nav-links .drop-menu {
                        position: absolute;
                        background: #FFF;
                        opacity: 0;
                        visibility: hidden;
                        padding: 10px;
                        min-width: 200px;
                        box-shadow: 0 6px 10px rgba(0,0,0,0.15);
                        z-index: 999;
                    }

                        .ustalan .menu .wrapper .nav-links .drop-menu li {
                            display: block;
                            text-align: left;
                        }

                            .ustalan .menu .wrapper .nav-links .drop-menu li a {
                                color: #00529B;
                                font-size: 15px;
                                padding: 10px;
                                display: block;
                            }

                                .ustalan .menu .wrapper .nav-links .drop-menu li a:hover {
                                    color: #FFF;
                                    background: rgba(0, 82, 155, 0.5);
                                }

                    .ustalan .menu .wrapper .nav-links li:hover .drop-menu {
                        transition: all 0.3s ease;
                        top: 70px;
                        opacity: 1;
                        visibility: visible;
                    }



                    .ustalan .menu .wrapper .nav-links .drop-menu1 {
                        position: absolute;
                        background: #FFF;
                        opacity: 0;
                        visibility: hidden;
                        padding: 10px;
                        min-width: 200px;
                        box-shadow: 0 6px 10px rgba(0,0,0,0.15);
                        z-index: 999;
                    }

                        .ustalan .menu .wrapper .nav-links .drop-menu1 li {
                            display: block;
                            text-align: left;
                        }

                            .ustalan .menu .wrapper .nav-links .drop-menu1 li a {
                                color: #00529B;
                                font-size: 15px;
                                padding: 10px;
                                display: block;
                            }

                                .ustalan .menu .wrapper .nav-links .drop-menu1 li a:hover {
                                    color: #FFF;
                                    background: rgba(0, 82, 155, 0.5);
                                }

                    .ustalan .menu .wrapper .nav-links li:hover .drop-menu1 {
                        transition: all 0.3s ease;
                        top: 70px;
                        opacity: 1;
                        visibility: visible;
                    }

    /*------------------FİXED-------------------*/


    .fixed-header {
        position: fixed;
        z-index: 99999;
        background: rgba(0, 82, 155, 0.6);
        height: 70px;
    }

        .fixed-header .menu {
            background: rgba(0, 82, 155, 0.6);
        }

            .fixed-header .menu .wrapper .logo {
                position: absolute;
                width: 400px;
                height: auto;
                margin-top: 7px;
                -webkit-transition: all 0.5s ease-out;
                -moz-transition: all 0.5s ease-out;
                -ms-transition: all 0.5s ease-out;
                -o-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
            }

                .fixed-header .menu .wrapper .logo span {
                    position: absolute;
                    line-height: 20px;
                    padding: 7px 10px;
                    color: #FFF;
                }

                .fixed-header .menu .wrapper .logo img {
                    width: 250px;
                    -webkit-transition: all 0.5s ease-out;
                    -moz-transition: all 0.5s ease-out;
                    -ms-transition: all 0.5s ease-out;
                    -o-transition: all 0.5s ease-out;
                    transition: all 0.5s ease-out;
                }


            .fixed-header .menu .wrapper .nav-links {
            }

                .fixed-header .menu .wrapper .nav-links > li {
                    position: relative;
                }

                    .fixed-header .menu .wrapper .nav-links > li > a {
                        display: block;
                        font-size: 15px;
                        color: #FFF !important;
                        opacity: 1;
                        font-weight: 300;
                        transition: all 500ms ease;
                        -moz-transition: all 500ms ease;
                        -webkit-transition: all 500ms ease;
                        -ms-transition: all 500ms ease;
                        -o-transition: all 500ms ease;
                    }

                        .fixed-header .menu .wrapper .nav-links > li > a:hover {
                            position: relative;
                            display: block;
                            font-size: 15px;
                            background: #FFF !important;
                            color: #00529B !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;
                        }
}

@media screen and (max-width: 970px) {

    .carousel-indicators {
        position: absolute;
        bottom: 10px;
        z-index: 15;
        width: 100%;
        padding-left: 0;
        text-align: center;
        list-style: none
    }

        .carousel-indicators li {
            display: inline-block;
            width: 16px;
            height: 16px;
            margin: 1px;
            text-indent: -999px;
            cursor: pointer;
            background-color: #FFF;
            border: 1px solid #00539b;
            border-radius: 10px
        }

        .carousel-indicators .active {
            width: 18px;
            height: 18px;
            margin: 0;
            background-color: #00539b;
        }


    .fw_al_009_slide > h3 {
        color: #FFF;
        font-size: 25px;
        text-shadow: none;
        font-weight: normal;
        margin-top: 100px;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        font-family: "Roboto", sans-serif;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-timing-function: cubic-bezier(0.22,0.81,0.01,0.99);
        animation-timing-function: cubic-bezier(0.22,0.81,0.01,0.99);
    }

        .fw_al_009_slide > h3 > span {
            color: #000000;
            font-style: italic;
            letter-spacing: 1px;
            text-transform: capitalize;
        }


    #iletisim {
        margin-top: 60px;
    }

    .thumbnail-iltsm {
        background: rgba(0, 82, 155, 0.2);
        border-radius: 10px;
        text-align: center;
        margin-bottom: 80px;
        border: 1px solid rgba(0, 82, 155, 0.2);
        font-weight: 300;
        height: 120px;
        color: #00529B;
    }



        .thumbnail-iltsm .adrtext {
            display: block;
            font-size: 15px;
            font-weight: 300;
        }



        .thumbnail-iltsm h4 {
            display: block;
            position: relative;
            top: -20px;
            font-size: 16px;
        }



        .thumbnail-iltsm .iikon {
            color: #00529B;
            padding: 5px;
            font-size: 32px;
            padding: 10px 8px;
            position: relative;
            top: -23px;
            border-radius: 50%;
            background: #FFF;
            border: 2px solid rgba(0, 82, 155, 0.3);
        }


    
    #pagehead {
        background: rgba(0, 82, 155, 0.1);
        padding: 5px 0;
        margin-bottom: 15px;
    }

        #pagehead .baslik h2 {
            color: #00529B;
            font-weight: 300;
            font-size:24px;
        }

    .whob {
        display: block;
        margin-bottom: 70px;
        line-height: 1.42857143;
        min-height: 270px;
        background-color: #fff;
        -webkit-transition: border .2s ease-in-out;
        -o-transition: border .2s ease-in-out;
        transition: border .2s ease-in-out;
        border-radius: 10px;
    }


    .kategorisyf .thumbnail {
        display: block;
        margin-bottom: 20px;
        line-height: 1.42857143;
        min-height: 200px;
        background-color: #fff;
        padding:5px;
        -webkit-transition: border .2s ease-in-out;
        -o-transition: border .2s ease-in-out;
        transition: border .2s ease-in-out;
        border-radius: 10px;
        border: 1px solid rgba(0, 82, 155, 0.05);
    }

    .ctgr {
        margin: 60px 0 10px 0;
        background: rgba(0, 82, 155, 0.2);
        padding: 50px 0 30px 0;
    }

    .ctgr .thumbnail {
        display: block;
        margin-bottom: 20px;
        line-height: 1.42857143;
        min-height: 200px;
        padding: 5px;
        background-color: #fff;
        -webkit-transition: border .2s ease-in-out;
        -o-transition: border .2s ease-in-out;
        transition: border .2s ease-in-out;
        border-radius: 10px;
        border: 1px solid rgba(0, 82, 155, 0.05);
        text-align: center;
    }

    .blg .thumbnail {
        display: block;
        margin-bottom: 20px;
        line-height: 1.42857143;
        min-height: 270px;
        background-color: rgba(0, 82, 155, 0.2);
        -webkit-transition: border .2s ease-in-out;
        -o-transition: border .2s ease-in-out;
        transition: border .2s ease-in-out;
        border-radius: 10px;
        border: 1px solid rgba(0, 82, 155, 0.05);
    }

    .who .thumbnail {
        display: block;
        margin-bottom: 20px;
        line-height: 1.42857143;
        min-height: 270px;
        background-color: #fff;
        -webkit-transition: border .2s ease-in-out;
        -o-transition: border .2s ease-in-out;
        transition: border .2s ease-in-out;
        border-radius: 10px;
    }

    .kategorisyf {
        padding-bottom: 30px;
    }

        .kategorisyf .urunad {
            text-align: center;
            padding: 10px 0;
        }



    .img-rounded {
        border-radius: 10px;
    }
    .bodyrender {
        margin-top: 80px;
    }

    .slayt {
        margin-bottom: 30px;
    }

    .menu {
        background: #00529B;
    }

    .ustalan .menu .wrapper .logo {
        position: absolute;
        display: inline-block;
        width: 250px;
        margin-top: 8px;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .ustalan .menu .wrapper .logo span {
            position:relative;
            line-height: 12px;
            padding: 8px 10px;
            color: #00529B;
            float:left;
            font-size:12px;
            margin-left:50px;
            top:-70px;
        }

        .ustalan .menu .wrapper .logo img {
            display: inline-block;
            width: 250px;
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            -ms-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

    .parallax {
        background-image: url("/images/bg.jpg");
        height: 150px;
        font-size: 30px;
        text-align: center;
        padding: 5px 0;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
    }

        .parallax h1 {
            color: #FFF;
            padding: 15px;
            margin-top: 30px;
            font-weight: 300;
            font-size: 30px;
        }

        .parallax h4 {
            background: #092756;
            color: #FFF;
            padding: 15px;
            margin-top: 30px;
            line-height: 1.7em;
            display: inline-block;
            font-size: 24px;
        }

    .mbl-langmenu {
        margin:30px 16px;
        display: block;
        height: 32px;
    }


        .mbl-langmenu a {
            color: #FFF;
            float: left;
            display: inline-block;
            margin-right: 15px;
            text-decoration: none;
            background: #FFF;
            text-align: center;
        }

            .mbl-langmenu a:first-child {
                border-left: 0;
            }

    .mbl-sosyalmenu {
        border-top: 1px solid #FFF;
        padding: 30px 0;
    }

        .mbl-sosyalmenu a:first-child {
            margin-left: 16px;
        }

        .mbl-sosyalmenu a {
            color: #03312b;
            display: inline-block;
            line-height: 32px;
            font-size: 16px;
            background: #FFF;
            width: 32px;
            height:32px;
            text-align: center;
            border-radius: 50%;
            margin-right:15px;
        }

            .mbl-sosyalmenu a:hover {
                color: #092756;
            }

            .mbl-sosyalmenu a:first-child {
                border-left: 0;
            }

    .bs30 {
    margin-bottom:30px;
    }

    .ustalan .menu .wrapper .btnc {
        display: block;
    }

    .ustalan .menu .wrapper .nav-links {
        margin-top: 0;
        position: fixed;
        height: 100vh;
        width: 100%;
        top: 0;
        left: -100%;
        background: #00529B;
        display: block;
        max-width: 350px;
        padding: 50px 0;
        color: #FFF;
        line-height: 18px;
        overflow-y: auto;
        transition: all 0.3s ease;
        z-index: 99999;
    }

    ::-webkit-scrollbar {
        width: 5px;
    }

    ::-webkit-scrollbar-track {
        background: #00539b;
    }

    ::-webkit-scrollbar-thumb {
        background: #00539b;
    }

    #menu-btn:checked ~ .nav-links {
        left: 0%;
    }

    #menu-btn:checked ~ .btnc.menu-btn {
        display: none;
    }

    #close-btn:checked ~ .btnc.menu-btn {
        display: block;
    }




    .nav-links li {
        border-bottom: 1px solid #FFF;
    }

        .nav-links li a {
            padding: 30px 15px;
            display: block;
            color: #FFF;
            font-size: 18px !important;
            font-weight: 400;
        }

    .nav-links label {
        padding: 30px 15px;
        display: block;
        color: #FFF;
        font-size: 18px !important;
        font-weight: 400 !important;
    }

    #showDrop:checked ~ .drop-menu {
        max-height: 100%;
    }

    #showDrop1:checked ~ .drop-menu1 {
        max-height: 100%;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: block;
        color: #fff !important;
        font-size: 16px;
        padding: 30px 15px;
        font-weight: 300;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .mbl-none {
        display: none !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: #092756;
    }

        .nav-links .drop-menu li a {
            color: #FFF !important;
            width: 100%;
            font-size: 15px !important;
            padding: 10px 20px;
            font-weight: 400;
        }

            .nav-links .drop-menu li a:hover {
                color: #FFF !important;
            }

    .nav-links .drop-menu1 {
        position: static;
        opacity: 1;
        top: 45px;
        visibility: visible;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
        background: #092756;
    }

        .nav-links .drop-menu1 li a {
            color: #FFF !important;
            width: 100%;
            font-size: 15px !important;
            padding: 10px 20px;
            font-weight: 400;
        }

            .nav-links .drop-menu1 li a:hover {
                color: #FFF !important;
            }

    .ckk {
        background: #092756;
        color: #FFF;
        position: fixed;
        font-size: 14px;
        bottom: 10px;
        left: 10px;
        z-index: 998;
        width: 90%;
        padding: 10px;
        border-radius: 4px;
        border: 1px solid #FFF;
    }

        .ckk .icerik {
            width: 90%;
            float: left;
        }

        .ckk .btn {
            position: absolute;
            top: 1px;
            right: 1px;
            background: #E21E25;
            color: #FFF;
        }


        .ckk a {
            color: #FFF;
            padding: 0 5px;
        }

            .ckk a:hover {
                color: #092756;
                text-decoration: none;
            }

    .close {
        height: 15px;
        border: none;
        color: #FFF !important;
        cursor: pointer;
        z-index: 9;
        background: #FFF;
        padding: 15px;
        font-size: 5px;
    }

    .back-to-top {
        bottom: 5px;
    }
}
