﻿html {
    scroll-behavior: smooth;
}

body {
    font-size: var(--icerik-font-boyutu);
    font-family: var(--icerik-fontu);
    margin: 0;
    padding: 0;
    background: #fff;
    color: var(--tema-renk3);
    font-weight: var(--icerik-font-weight);
    overflow-x: hidden;
}

:focus, input:focus {
    outline: 0 !important;
}

::placeholder {
    color: #666;
    opacity: 1;
}

ul, p {
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a:active, a:hover, a:visited {
    text-decoration: none;
    transition: color ease .1s;
    color: var(--tema-renk3);
}

h1, h2, .h2, .h3, .h4, h3, h4 {
    font-family: var(--baslik-fontu);
    font-weight: var(--baslik-font-weight);
    color: var(--tema-renk1);
    font-size: var(--baslik-font-boyutu);
}

img {
    max-width: 100%;
    display: block;
}

figure {
    margin: 0;
    padding: 0
}

::selection {
    color: #ffffff;
    background: #0095da;
}
/***/
* {
    box-sizing: border-box;
}

.container {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

.row {
    display: flex;
    justify-content: space-between;
}

.wrap {
    flex-wrap: wrap
}

.row {
    display: flex;
}

.wrap {
    flex-wrap: wrap
}
/******/

.cl1, .cl2, .cl3, .cl4, .cl5, .cl6, .cl7, .cl8, .cl9, .cl10, .cl11, .cl12 {
    position: unset;
    padding: 0;
}

.cl1 {
    width: 8.333333%
}

.cl2 {
    width: 16.666667%
}

.cl3 {
    width: 25%
}

.cl4 {
    width: 33.333333%;
}

.cl5 {
    width: 41.666667%
}

.cl6 {
    width: 50%
}

.cl7 {
    width: 58.333333%
}

.cl8 {
    width: 66.666667%
}

.cl9 {
    width: 75%
}

.cl10 {
    width: 83.333333%
}

.cl11 {
    width: 91.666667%
}

.cl12 {
    width: 100%
}
/******/


header {
}

header {
    position: relative;
    background: url(/d/r/headerAlt.jpg) center center;
    height: 300px;
}

    header .container {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        padding-right: 15px;
    }

    header .ciz {
        border-left: 1px solid rgba(255, 255, 255, 0.15);
        padding: 4px 0 0 0;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

.logo {
    padding: 15px;
}
/******/

header .logo {
    position: relative;
    display: flex;
    flex-grow: 0;
    align-items: center;
    justify-content: center;
    padding: 0;
}

    header .logo a {
        position: relative;
        top: 0px;
        display: block;
        text-align: center;
    }

header nav.menu {
    flex-grow: 1;
}

header .logo img {
    transition: all ease .3s;
    max-width: 155px;
    display: inline-block;
    margin: 0 auto;
}

header nav {
    flex-grow: 1;
    margin: 7px 0 0px 0;
}

    header nav .ul1 {
        display: flex;
        margin: 0;
        line-height: 46px;
        font-weight: 700;
        width: 100%;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }

    header nav .li1, header nav a {
        position: relative;
    }

    header nav .li1 {
        margin-left: 35px;
    }

        header nav .li1 > a {
            color: #ddd;
            padding: 6px 12px 19px 12px;
            display: block;
            line-height: 27px;
            font-weight: 400;
            font-size: 15px;
        }

            header nav .li1 > a > i {
                color: #D14D42;
                font-size: 20px;
                display: block;
                margin-top: 2px;
            }

        header nav .li1:hover > a {
            color: #ffffff;
            opacity: 1;
        }

        header nav .li1:last-child a {
            padding-right: 0;
        }

header .li1.okKoy > a:after {
    position: absolute;
    top: 35px;
    left: 50%;
    width: 3px;
    height: 3px;
    content: '';
    margin-left: -5px;
    border-radius: 50%;
    box-sizing: border-box;
    background: #ffffff;
}

header .li1.okKoy:hover a:after {
    display: none
}
/****/

.urunNavRenk {
    background: #444;
    margin-bottom: 30px;
}

.urunNavigasyon {
    width: 100%;
    padding: 20px 0px;
    display: inline-block;
}

.breadcrumb {
    background: transparent;
    margin: 0px;
    padding: 20px 0px;
    list-style: none;
}

    .breadcrumb > li {
        position: relative;
        margin-left: 20px;
        display: inline-block;
    }

        .breadcrumb > li:first-child {
            margin: 0;
        }

        .breadcrumb > li + li:before {
            background: url('/d/r/sprite.png') no-repeat -134px -340px;
            width: 5px;
            height: 8px;
            padding: 0 5px;
            color: #fff;
            content: "";
            position: absolute;
            top: 6px;
            left: -12px;
        }

        .breadcrumb > li a, .breadcrumb li span, .breadcrumb > li {
            font-size: 14px;
            color: #fff;
        }
/********/

header nav .ulWrap2 {
    display: none;
    background: #fff;
    position: absolute;
    top: 52px;
    left: -117px;
    z-index: 98;
    padding: 10px 0 20px 0;
    text-align: left;
    box-shadow: -1px 6px 18px 0px rgb(0 0 0 / 9%);
    border-top: solid 4px #12498a;
    min-width: 335px;
}

    header nav .ulWrap2:after {
        position: absolute;
        top: -11px;
        left: 50%;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-top: 0;
        border-bottom: 7px solid #12498a;
        content: "";
    }

header nav .ul2 {
    position: relative;
}


header nav .li1:hover > .ulWrap2 {
    display: block;
}


header nav .ul2 .li2 {
    line-height: initial;
    position: relative;
    margin: 0 20px;
}

    header nav .ul2 .li2 > a {
        padding: 11px 15px;
        display: block;
        white-space: normal;
        line-height: 21px;
        color: #444;
        font-weight: 400;
    }

    header nav .ul2 .li2:hover > a {
        color: #4e73d0;
        background: #fbfbfb;
    }

    header nav .ul2 .li2.okKoy2 > a, header nav .ul2 .li2.okKoy3 > a {
        background-color: transparent;
        text-align: left;
        font-size: 16px;
        color: #12498a;
        text-transform: uppercase;
        padding-right: 79px;
    }


/****/
header nav .ulWrap3 {
}

header nav .ul3:after {
    content: '';
    display: table;
    clear: both
}

header nav .ul3 {
    position: relative;
    padding: 10px 0;
    background: #ffffff;
}

    header nav .ul3 .li3 {
        line-height: initial;
    }

        header nav .ul3 .li3 > a {
            position: relative;
            padding: 7px 15px;
            font-size: 12px;
            font-weight: 500;
            color: #2d2c19 !important;
            letter-spacing: 0;
            white-space: normal;
            display: block;
        }

            header nav .ul3 .li3 > a:after {
                content: '';
            }

        header nav .ul3 .li3:hover > a {
            color: #111 !important;
        }



    header nav .ul3 .li3 {
        line-height: 18px;
    }

        header nav .ul3 .li3 > a {
            padding: 11px 12px;
            font-size: 15px;
            color: #444 !important;
            letter-spacing: 0;
            white-space: normal;
            display: block;
        }


        header nav .ul3 .li3:hover > a {
            color: #4e73d0 !important;
            background: #fbfbfb;
        }

/****/
/******/
.socIkon a {
    display: inline-block;
    position: relative;
}

    .socIkon a:after {
        background: url(/d/ortak.png) no-repeat;
    }

    .socIkon a:hover {
        opacity: .8
    }



/******/
#slider {
    overflow: hidden;
    position: relative;
    display: flex;
    min-height: 547px;
    overflow: hidden;
    background-size: cover;
    background: linear-gradient(90deg, #0092d857 33%, #f4f4f4 33%);
    height: calc(100vh - 72px);
    background: #fff;
}

    #slider:after {
        content: '';
        position: absolute;
        right: -8px;
        width: 88px;
        height: 88px;
        background: url(/d/r/noktalarmavi.png) no-repeat;
        top: 40%;
        z-index: 1;
        opacity: .6;
    }

    #slider .container {
        position: relative
    }

    #slider div.item {
    }

        #slider div.item figure {
            position: relative;
            height: calc(100vh - 72px);
            overflow: hidden;
        }

            #slider div.item figure img {
                position: absolute;
                right: 0;
                top: 0;
                max-width: initial;
                height: 100%;
                width: initial;
                min-width: 100%;
            }

        #slider div.item .row {
            align-items: center
        }

        #slider div.item .metin {
            position: absolute;
            left: calc((100% - 1170px) / 2);
            top: 50%;
            z-index: 9;
            width: 313px;
            transform: translateY(-50%);
            display: none;
        }

            #slider div.item .metin .baslik {
                animation-duration: .5s;
                animation-fill-mode: both;
                backface-visibility: visible !important;
                font-size: 37px;
                font-weight: 700;
                margin: 0 0 10px 0;
                color: #111;
                font-family: var(--baslik-fontu);
                line-height: 36px;
                width: 291px;
                max-width: 100%;
                padding: 0 0 15px 0;
                position: relative;
                text-transform: lowercase;
            }

                #slider div.item .metin .baslik:after {
                    content: '';
                    position: absolute;
                    left: -190px;
                    bottom: 0;
                    height: 2px;
                    width: 301px;
                    background: #a8d9f1;
                    display: none;
                }

            #slider div.item .metin .ozet {
                animation-duration: 1s;
                animation-fill-mode: both;
                backface-visibility: visible !important;
                color: var(--tema-renk1);
                margin-bottom: 10px;
                font-size: 24px;
                font-family: var(--icerik-fontu);
                font-weight: 600;
                letter-spacing: .7px;
                line-height: 35px;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
            }

            #slider div.item .metin .diger {
                animation-duration: 1.5s;
                animation-fill-mode: both;
                backface-visibility: visible !important;
                color: #333;
                margin: 5px 0 0 0;
                line-height: 25px;
                font-size: 16px;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                font-weight: 600;
            }

    #slider a.link {
        width: 168px;
        background-color: #a8d9f1;
        color: #12498a;
        border-radius: 6px;
        font-size: 14px;
        line-height: 32px;
        z-index: 10;
        height: 42px;
        position: relative;
        display: block;
        padding: 5px 12px 5px 41px;
        margin: 25px 0 0 0;
        font-weight: 600;
    }

        #slider a.link img {
            left: 9px;
            top: 11px;
            position: absolute;
            width: 21px;
            height: 21px;
        }

        #slider a.link:hover {
            background: #1c416c;
            color: #a8d9f1;
        }

            #slider a.link:hover img {
                filter: brightness(100)
            }

    #slider .active .baslik {
        animation-name: fadeIn;
        animation-delay: .1s;
    }

    #slider .active .ozet {
        animation-name: fadeIn;
        animation-delay: .2s;
    }

    #slider .active .diger {
        animation-name: fadeIn;
        animation-delay: .3s;
    }

    #slider .active .link {
        animation-name: fadeIn;
        animation-delay: .4s;
    }

    #slider .owl-theme .owl-dots {
    }

        #slider .owl-theme .owl-dots .owl-dot {
            display: block;
        }

            #slider .owl-theme .owl-dots .owl-dot.active span {
                background: #5e5e5e;
                width: 45px;
            }



            #slider .owl-theme .owl-dots .owl-dot span {
                position: relative;
                width: 25px;
                height: 2px;
                background: #aaa;
            }

    #slider .owl-theme .owl-nav.disabled + .owl-dots {
        width: auto;
        position: absolute;
        left: -88px;
        top: 50%;
        text-align: left;
        transform: translateY(-50%);
    }
/***/
.sliderOklar {
    width: max-content;
    position: absolute;
    left: 0;
    margin: 15px 0 0 0;
    z-index: 9;
    width: 100%;
    top: 50%;
}

    .sliderOklar a.okkaysin:after {
        border-color: #12498a;
        border-width: 3px;
        width: 15px;
        height: 15px;
    }

    .sliderOklar a.okkaysin:before {
        background: #12498a;
        width: 27px;
        top: 11px;
    }

    .sliderOklar a {
        position: absolute;
    }

    .sliderOklar .left {
        transform: rotate(180deg);
        display: block;
        margin: -2px 0 0 0;
        left: 16px;
    }

    .sliderOklar .right {
        margin: 0 0 0 37px;
        right: 16px;
    }

.okkaysin {
    padding-right: 42px;
    position: relative;
    font-size: 13px;
    color: var(--tema-renk2);
}

    .okkaysin:after {
        position: absolute;
        transition: right ease .2s;
        top: 6px;
        right: 6px;
        width: 9px;
        height: 9px;
        content: '';
        border-right: 3px solid var(--tema-renk2);
        border-bottom: 3px solid var(--tema-renk2);
        transform: rotate( -45deg);
        box-sizing: border-box;
    }

    .okkaysin:before {
        position: absolute;
        transition: right ease .2s;
        top: 9px;
        right: 6px;
        width: 24px;
        height: 3px;
        content: '';
        margin-left: -5px;
        box-sizing: border-box;
        background: var(--tema-renk2);
    }

    .okkaysin:hover:after {
        right: 0;
        border-color: var(--tema-renk2);
    }

    .okkaysin:hover:before {
        right: 0;
        background: var(--tema-renk2);
    }

/***/
.oklarOrtak {
    position: absolute;
    z-index: 5;
    height: 50px;
    transform: translateX(-50%);
}

    .oklarOrtak .left, .oklarOrtak .right {
        transition: all ease .2s;
        bottom: 0;
        width: 45px;
        height: 45px;
        background: url(/d/ortak.png) #dedede;
        display: block;
        position: absolute;
    }

    .oklarOrtak .left {
        background-position: -324px -370px;
        transform: rotate(180deg);
    }

    .oklarOrtak .right {
        right: 0;
        background-position: -323px -370px;
        background-color: #f0f0f0;
    }

    .oklarOrtak .left:hover {
    }

    .oklarOrtak .right:hover {
    }
/***/

/*******/
header nav .li1:hover .bolgeler {
    display: block;
    width: 400px;
    left: -139px;
}

header nav .li1 .bolgeler:after {
    left: 193px;
}


#sliderOwl {
    position: relative;
    z-index: 5;
    width: 100%;
}

#slider .owl-carousel .owl-stage-outer {
}
/**mobil**/
#mobilMenu {
    display: none;
    top: 0;
    position: absolute
}

#mobilMenu {
    position: fixed;
    height: 100%;
    padding-top: 60px;
    z-index: 99999;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 0;
    background: #1d1e20;
    color: #fff;
    -webkit-overflow-scrolling: touch
}

    #mobilMenu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #F5F5F5
    }

    #mobilMenu::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5
    }

    #mobilMenu::-webkit-scrollbar-thumb {
        background-color: #000
    }

#kapatMobil {
    position: absolute;
    top: 9px;
    bottom: auto;
    left: auto;
    right: 15px;
    font-size: 10px;
    color: #fff;
    background: 0 0;
}

    #kapatMobil i {
        font-size: 35px;
        color: #1d1e20;
    }

    #kapatMobil:hover {
        color: #ccc
    }

#mobilMenu > ul {
    margin: 0;
    padding: 0;
    border: 0
}

    #mobilMenu > ul > li {
        border-bottom: solid 1px #232527;
        position: relative;
    }

#mobilMenu li.okKoy {
    position: relative
}

    #mobilMenu li.acik:after, #mobilMenu li.okKoy:after {
        position: absolute;
        right: 15px;
        top: 15px;
        font: 400 18px Arial
    }

    #mobilMenu li.okKoy:after {
        content: '+'
    }



#mobilMenu li.acik:after {
    content: '-'
}

#mobilMenu .show-subnav {
    display: block !important
}

#mobilMenu > ul > li > a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

#mobilMenu > ul li ul, #mobilMenu > ul li ul li ul {
    margin: 0;
    padding: 0;
    display: none
}

#mobilMenu > ul > li > ul > li > a {
    padding-left: 35px;
    padding-right: 35px
}

#mobilMenu > ul > li ul a {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 13px;
    letter-spacing: 0;
    color: #999
}

#mobilMenu > ul li a {
    position: relative;
    display: block;
    padding: 15px 25px;
    color: #ddd
}

.mobilSosyal {
    margin-top: 10px;
    position: relative;
    text-align: center
}

    .mobilSosyal i {
        font-size: 12px;
        color: #fff;
        border-radius: 50%;
        border: 2px solid #e0e1e1;
        height: 28px;
        width: 28px;
        padding: 8px;
        margin: 5px 3px;
        text-align: center;
        line-height: 9px
    }

        .mobilSosyal i:hover {
            color: #999
        }

.mobilArama {
    position: relative;
    width: 75%;
    margin: 20px auto
}

    .mobilArama input {
        display: block;
        padding: 8px;
        width: 100%;
        font-size: 10px;
        background: #e3e3e4;
        color: #111;
        letter-spacing: 1px;
        border: none
    }

    .mobilArama .araButonu {
        position: absolute;
        z-index: 999;
        right: 25px;
        top: 0
    }

        .mobilArama .araButonu button {
            margin: 0;
            padding: 6px 8px;
            font-size: 12px;
            border: none;
            color: #333;
            background: #e3e3e4
        }

#hamburger {
    display: none;
    top: 22px;
    right: 20px;
    z-index: 999999;
    width: 26px;
    height: 19px;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: fixed;
}

    #hamburger span {
        display: block;
        height: 2px;
        width: 100%;
        background: #fff;
        opacity: 1;
        left: 0;
        transition: .25s ease-in-out;
        position: absolute;
    }

        #hamburger span:nth-child(1) {
            top: 0
        }

        #hamburger span:nth-child(2), #hamburger span:nth-child(3) {
            top: 8px;
        }

        #hamburger span:nth-child(4) {
            top: 16px;
        }

    #hamburger.open span:nth-child(1), #hamburger.open span:nth-child(4) {
        top: 10px;
        width: 0;
        left: 50%
    }

    #hamburger.open span:nth-child(2) {
        transform: rotate(45deg);
        background: #ddd;
    }

    #hamburger.open span:nth-child(3) {
        transform: rotate(-45deg);
        background: #ddd;
    }

    #hamburger.open {
        top: 16px
    }

/**mobil**/
#sagNav {
    float: right;
    margin: 11px 0 0 0;
    display: flex;
    flex-grow: 0;
}

a.telefA {
    margin: 8px 0 0 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 37px;
    font-family: var(--baslik-fontu);
    display: inline-block;
    border-radius: 4px;
    height: 36px;
    padding: 0 10px 0 40px;
    position: relative;
    color: #12498a;
    background: #a8daf2;
}

    a.telefA:after {
        content: '';
        position: absolute;
        background: url('/d/ortak.png') no-repeat -578px -653px;
        width: 23px;
        height: 23px;
        left: 9px;
        top: 7px;
    }


.pakla {
    clear: both;
}

.goster-xs {
    display: none !important;
}

.gizle-xs {
    display: block;
}
/******/
.menuFixle {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    text-align: center;
    background: #2e3841;
    box-shadow: 0 0 10px #00000087;
    padding: 4px 25px;
    height: 58px;
}

    .menuFixle ul {
        justify-content: center !important;
        margin-top: 10px;
    }

    .menuFixle .li1 > a {
        padding: 13px 15px 13px 15px;
    }

    .menuFixle a:hover {
    }

    .menuFixle .altMenulu:after {
        color: #fff;
    }

    .menuFixle .li1 {
        background: transparent;
    }

    .menuFixle .ulWrap2 {
        top: 52px !important;
    }

    .menuFixle .li1.okKoy:after {
        top: 25px;
        color: #fff;
        right: 0;
    }

    .menuFixle a:before {
        display: none !important
    }

    .menuFixle .ulWrap2:after {
        border-bottom: 7px solid #fff !important;
    }

    .menuFixle .logo {
        margin: 0;
        padding: 0 5px;
    }

        .menuFixle .logo img {
            max-width: 80px;
            margin-top: -9px;
            max-height: 122px;
        }

    .menuFixle nav.menu {
        margin: 0;
        transition: all ease .3s;
    }

    .menuFixle #sagNav {
        margin: 4px 0 0 0;
        transition: all ease .3s;
    }

    .menuFixle .social2 {
        display: none
    }
    /***/
    .menuFixle .li1.okKoy > a:after {
        top: 50px;
    }

    .menuFixle .ciz {
        padding: 0;
    }
/***/


#sosyalNC {
    margin-top: 11px;
    right: 0;
    top: 60%;
    z-index: 999;
    position: fixed;
    background: var(--tema-renk1);
    border-radius: 5px 0 0 5px;
    padding: 8px 4px;
    display: none;
}

    #sosyalNC a {
        color: #020e27;
        font-size: 14px;
        display: block;
        margin-left: 30px;
        position: relative;
        font-weight: 600;
        background: url(/d/r/sprite.png) no-repeat;
        display: block;
        margin: 0 0 11px 0;
        height: 22px;
        width: 19px;
        opacity: .8;
    }

        #sosyalNC a:hover {
            opacity: 1;
        }

        #sosyalNC a:last-child {
            margin-bottom: 0
        }

        #sosyalNC a.face {
            background-position: -767px -813px;
        }

        #sosyalNC a.inst {
            background-position: -828px -892px;
        }

        #sosyalNC a.linked {
            background-position: -513px -512px;
            width: 34px;
            height: 34px;
        }


.goster-xs {
    display: none !important;
}

.gizle-xs {
    display: block !important;
}

@media (min-width: 1901px) {
    .container {
        width: 1600px;
    }

    #slider div.item .metin {
    }

    #slider .owl-theme .owl-dots {
    }

    #sliderOwl .item .baslik {
        left: calc((100% - 1600px) / 2 );
    }
}


@media (min-width:1601px) and (max-width: 1900px) {
}

@media (min-width:1401px) and (max-width: 1600px) {
}

@media (min-width:1200px) and (max-width: 1400px) {
}

@media (min-width:992px) and (max-width:1199px) {
    .container {
        padding: 0 10px;
        width: 100%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .container {
        padding: 0 10px;
        width: 100%;
    }
}

@media (max-width:767px) {
    .container {
        padding: 0 10px;
        width: 100%;
    }

    .row {
        display: block;
    }

    .gizle-xs {
        display: none !important;
    }

    .goster-xs {
        display: block !important;
    }

    .xs4 {
        width: 40%;
        padding: 0;
    }

    .xs6 {
        width: 50%;
        padding: 0;
    }

    .xs8 {
        width: 60%;
        padding: 0;
    }

    .xs10 {
        width: 80%;
        padding: 0;
    }

    .xs12 {
        width: 100%;
        padding: 0;
    }

    /***/
    #hamburger {
        display: block;
        top: 27px;
    }

    header .logo img {
        margin-top: 0;
        max-width: 133px;
        left: 0;
    }

    .menuFixle .logo img {
        margin-top: -1px;
    }

    #sagNav {
        background: #fff;
        position: absolute;
        right: 10px;
        top: 48px;
        z-index: 99;
        border-radius: 2px;
    }

    .sayfaTepe h1 {
        width: 100%;
        font: 700 23px Nunito;
        text-align: left;
    }

    .breadcrumb {
        width: 100%;
        text-align: left;
    }

    #slider div.item {
        background-position: left center;
    }

        #slider div.item .metin {
            left: 15px;
            width: calc(100% - 15px);
            margin-bottom: 40px;
        }

            #slider div.item .metin .baslik {
                font-size: 39px;
                line-height: 42px;
            }

    #slider .owl-theme .owl-dots {
        top: initial;
        transform: initial;
        bottom: 0;
    }

    #slider div.item .metin .ozet {
        letter-spacing: 0;
        line-height: 27px;
        -webkit-line-clamp: 4;
    }

    a.telefA {
        margin: 0;
        letter-spacing: 0;
        height: 35px;
        line-height: 35px;
        color: #0064b0;
        font-size: 20px;
        font-weight: 600;
        background: #a8daf2c2;
    }

        a.telefA:after {
        }

    #slider .owl-theme .owl-dots .owl-dot {
        display: initial
    }

        #slider .owl-theme .owl-dots .owl-dot.active span:after {
            display: none
        }

    .banner-dot-shape {
        left: 0;
        width: 100%;
    }

    #slider div.item .metin .diger {
        display: block;
        -webkit-line-clamp: initial;
    }

    #slider div.item figure, #slider {
        height: 500px;
        min-height: initial;
    }

    .menuFixle .logo a {
        top: 5px;
    }

    .menuFixle {
        padding: 3px 6px;
    }
}
