@font-face {
    font-family: 'Proxima Nova Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Proxima Nova Regular'), url('../webfonts/ProximaNova-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Proxima Nova Bold2';
    font-style: normal;
    font-weight: normal;
    src: local('Proxima Nova Bold2'), url('../webfonts/proximanova-bold-webfont.ttf') format('truetype');
}


body {
    font-family: 'Proxima Nova Regular';
    font-weight: normal;
}

p {
    line-height: 22px;
}

/* .bgDark{background: #2d2d2d;}*/
.bgDark {
    background: #666D73;
}

.bgYellow {
    background: #ffe019;
}

.bgGrey {
    background: #f9f9f9;
}

.bgWhite {
    background: #fff;
}

.bge5 {
    background: #e5e5e5;
}

.fcWhite {
    color: #fff;
}

.fcDark {
    color: #2d2d2d;
}

.fcYellow {
    color: #a08a00;
}

.fcA3 {
    color: #a3a3a3;
}

a.active {
    color: #b29b07 !important;
}

.fs12 {
    font-size: 14px;
}

.fs13 {
    font-size: 17px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs21 {
    font-size: 21px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs32 {
    font-size: 32px;
}

.fw300 {
    font-weight: 300;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fsItalic {
    font-style: italic;
}

.mb20 {
    margin-bottom: 20px;
}

.fl {
    padding: 0;
}

.htMenu li a {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
}

.htMenu a.active, .htMenu a:hover {
    font-weight: bold;
    color: #ffe019;
    border-bottom: 2px solid #ffe019;
}

footer {
    display: flex;
}

.htMenu li {
    list-style: none;
    margin-right: 14px;
}

ul {
    margin: 0;
    padding: 0;
}

.headerTop {
    padding: 0;
	    background: #374151;
}

.htMenu li:last-child {
    margin: 0;
}

.headerMain {
    background: #ffe019;
    padding: 0;
    position: relative;
}

.mainMenu li a {
    font-size: 16px;
    /*font-weight: 500;*/
    font-weight: bold;
    text-transform: uppercase;
    color: #2d2d2d;
}

.mainMenu > li {
    list-style: none;
    margin-left: 8px;
    margin-right: 8px;
/*    padding-top: 30px;
    padding-bottom: 30px;*/
    padding-top: 68px;
    padding-bottom: 68px;
}

.mainMenu li a {
    position: relative;
}

ul.fooSocial li {
    width: 25%;
    list-style: none;
}

ul.fooSocial {
    display: flex;
    justify-content: center;
    align-items: center;
}

    ul.fooSocial li a {
        width: 100%;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

        ul.fooSocial li a span {
            display: block;
            width: 100%;
            text-align: center;
        }

    ul.fooSocial li:nth-child(1) a {
        background: #435ea9;
    }

    ul.fooSocial li:nth-child(2) a {
        background: #000;
    }

    ul.fooSocial li:nth-child(3) a {
        background: #ff6506;
    }

    ul.fooSocial li:nth-child(4) a {
        background: #016bb4;
    }

    ul.fooSocial li a span:nth-child(1) {
        font-size: 32px;
        color: #fff;
        font-weight: 300;
        margin-top: 15px;
    }

    ul.fooSocial li a span:nth-child(2) {
        font-size: 14px;
        color: #fff;
        font-weight: 300;
        margin-top: -40px;
    }

    ul.fooSocial li img {
        margin-top: -25px;
    }

a:hover {
    text-decoration: none;
}

.iInfo p {
    font-size: 16px;
    color: #2d2d2d;
    line-height: 20px;
}

.iInfo {
    padding: 50px 0 0 50px;
    box-sizing: border-box;
}

ul.footerMenu li a {
    font-size: 13px;
    color: #fff;
    line-height: 28px;
}

.pos-r {
    position: relative;
}

.eBulten input {
    /* background:#333; */
    background: #333;
    border: none;
    height: 55px;
    width: 100%;
    font-size: 13px;
    color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
}


.eBulten button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    color: #2d2d2d;
    width: 110px;
    height: 55px;
    background: #ffe019;
    border: none;
}

.eBulten {
    margin-top: 40px;
}

.fooLeft {
    padding-top: 50px;
    padding-left: 0;
    box-sizing: border-box;
}

ul.footerMenu li {
    list-style: none;
}

.cpy {
    font-size: 12px;
    color: #fff;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
    box-sizing: border-box;
    padding-right: 50px;
    padding-top: 50px;
    border-top: 1px solid #444;
    padding-left: 50px;
}

    .copyright ul {
        display: flex;
    }

li {
    list-style: none;
}

.copyright ul li a {
    width: 44px;
    height: 44px;
    display: flex;
    border: 1px solid #585858;
    border-radius: 100%;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
}

.copyrightTwo ul li a {
    font-size: 15px;
    color: #2d2d2d;
}

.copyrightTwo ul {
    display: flex;
}

    .copyrightTwo ul li {
        margin-right: 5px;
    }

.copyrightTwo {
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
    align-items: center;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #eacd10;
}

a.yukari {
    width: 42px;
    height: 42px;
    border: 1px solid #585858;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fooLeft > .row.flOne {
    padding-left: 50px;
}

input.search-input {
    border: 1px solid #e9ca00;
    background: transparent;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    height: 40px;
    width: 100%;
    padding-left: 50px;
}

    input.search-input::placeholder {
        font-size: 12px;
        font-weight: 500;
        color: #000;
    }

.search-area {
    position: relative;
}

.fa-search {
    position: absolute;
    left: 17px;
    top: 9px;
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    border: none;
}

.contentBlock {
    padding: 60px 0;
}

.blockItem > img {
    width: 100%;
}

.blockItem > span {
    width: 100%;
    display: block;
    margin-top: 10px;
}

.w100 {
    width: 100%;
}

.urunler {
    display: flex;
}

.prCn {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 400px;
    margin-left: -200px;
    margin-top: -65px;
}

    .prCn a {
        width: 138px;
        height: 43px;
        display: flex;
        text-align: center;
        border: 1px solid #e9e9e9;
        font-size: 12px;
        color: #fff;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }

    .prCn > div {
        display: block;
        width: 100%;
    }

.navigasyon ul li {
    font-size: 12px;
    font-weight: 500;
    color: #2d2d2d;
    margin-right: 5px;
}

.navigasyon ul {
    display: flex;
    align-items: center;
}

.navigasyon {
    padding: 16px 0;
    border-bottom: 1px solid #f5f5f5;
}

.ulBlk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .ulBlk div ul {
        display: flex;
        align-items: center;
    }

        .ulBlk div ul li {
            margin-left: 25px;
            cursor: pointer;
        }

            .ulBlk div ul li:first-child {
                margin: 0;
            }

            .ulBlk div ul li a h2 {
                color: #2d2d2d;
                font-size: 14px;
            }

.yatirimciIliskileri .yuM ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #2d2d2d;
}

.yatirimciIliskileri .yuM ul li {
    margin-bottom: 2px;
}

.yatirimciIliskileri {
    padding: 25px 0;
}

.blog .blockItem a {
    position: relative;
}

    .blog .blockItem a:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: #2d2d2d;
        left: 0;
        bottom: -5px;
    }

.blogalt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    color: #2d2d2d;
    padding: 18px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
}

    .blogalt a {
        color: #2d2d2d;
    }

    .blogalt ul {
        display: flex;
    }

        .blogalt ul li {
            margin-left: 10px;
        }

.biBg {
    padding: 15px;
    box-sizing: border-box;
    background: #ffe019;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

    .biBg.bge5 {
        background: #333;
    }

ul.kurumsalMenu li a {
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 500;
}

ul.kurumsalMenu {
    display: flex;
    padding: 45px 0;
}

    ul.kurumsalMenu li {
        margin-right: 30px;
        position: relative;
    }

        ul.kurumsalMenu li.active:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            background: #2d2d2d;
            left: 0;
            bottom: -2px;
        }

.kcM ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #2d2d2d;
}

.kcM ul li {
    margin-bottom: 2px;
}

.kurumsal .blockItem a {
    position: relative;
}

    .kurumsal .blockItem a:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: #2d2d2d;
        left: 0;
        bottom: -3px;
    }

.blockItem a {
    position: relative;
}

    .blockItem a:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: #2d2d2d;
        left: 0;
        bottom: -4px;
    }

.kariyer {
    background: #f8f8f8;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 25px;
}

.kContent {
    padding: 60px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.izoKariyer {
    padding: 0px 0;
    box-sizing: border-box;
}

    .izoKariyer .col-md-6 > div {
        display: flex;
        align-items: center;
    }

.basvuru {
    padding: 45px;
    box-sizing: border-box;
}

.ydns {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-top: 75px;
    margin-bottom: 75px;
}

.yalitimDanis .ulBlk div ul li {
    font-size: 24px;
    text-align: right;
    font-weight: 500;
}

    .yalitimDanis .ulBlk div ul li b {
        width: 100%;
        display: block;
        color: #2d2d2d;
    }

    .yalitimDanis .ulBlk div ul li i {
        font-style: normal;
        color: #ffe019;
        font-weight: 500;
    }

ul.teknikMenu li a {
    font-size: 14px;
    color: #2d2d2d;
}

ul.teknikMenu li {
    margin-bottom: 5px;
}

.projeDetay table td {
    font-size: 16px;
    font-weight: 300;
    color: #2d2d2d;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

.bgTwo {
    background: linear-gradient(to left, #ffe019 50%, #e9e9e9 50%);
    padding-top: 50px;
}

.projeDetay table {
    padding-left: 50px;
    display: block;
    box-sizing: border-box;
}

.pdSlide {
    margin-bottom: -100px;
}

.pdSocial {
    margin-top: 175px;
    margin-bottom: 75px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px 0;
}

    .pdSocial ul {
        display: flex;
    }

        .pdSocial ul li {
            margin-left: 20px;
        }

.blockItem.itemBlog {
    background: #2d2d2d;
}

    .blockItem.itemBlog > div {
        padding: 30px;
        box-sizing: border-box;
    }

    .blockItem.itemBlog.ibYellow {
        background: #ffe019;
    }

    .blockItem.itemBlog a {
        width: 168px;
        height: 45px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .blockItem.itemBlog a:after {
            display: none;
        }

    .blockItem.itemBlog > div span {
        margin-bottom: 20px;
        display: block;
    }

    .blockItem.itemBlog > div p {
        margin-bottom: 30px;
        display: block;
    }

.i404 {
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -112.5px;
}

    .i404 > div {
        font-size: 150px;
        color: #fff;
        font-weight: 600;
        z-index: 999;
        line-height: 130px;
    }

    .i404 > span {
        font-size: 21px;
        font-weight: 300;
        color: #fff;
        text-align: center;
        display: block;
    }

.page404 a {
    width: 205px;
    height: 55px;
    background-color: #ffe019;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    top: 70%;
    margin-left: -102.5px;
}

.blogDetay .pdSocial {
    margin-top: 50px;
    margin-bottom: 50px;
}

.teknikUygulama.bgGrey {
    background: #f1f1f1;
}

.tuAciklama {
    font-size: 12px;
    color: #2d2d2d;
    position: absolute;
    right: 0;
    width: 300px;
    bottom: 0;
}

ul.teknikMenu li a.active {
    font-weight: 600;
    color: #2d2d2d !important;
}

.tuactive {
    position: relative;
    margin-bottom: 20px;
    display: flex;
}

    .tuactive:after {
        content: '';
        width: 21px;
        height: 8px;
        background: url(../img/tuarrow.svg);
        position: absolute;
        left: -35px;
        top: 6px;
        z-index: 99999;
    }

    .tuactive:before {
        content: '';
        width: 20px;
        height: 20px;
        background: #e2e2e2 url(../img/tuclose.svg) no-repeat center;
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 100%;
        cursor: pointer;
    }

.lineLine .container {
    display: flex;
    justify-content: space-between;
}

.lineLine {
    padding: 30px 0;
}

.tudTxt {
    font-size: 12px;
    color: #2d2d2d;
    position: absolute;
    bottom: 0;
}

img.tu2 {
    mix-blend-mode: multiply;
}

.dealers-list {
    padding: 50px 0px;
}

.tab-item {
    width: 160px;
    margin: 0 auto;
}

.contact-area {
    /* position: absolute; */
    width: 100%;
    bottom: 0px;
    padding: 25px 0px;
    background: #2d2d2d;
    text-align: center;
    color: #fff;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.iItem .ulBlk > div ul li {
    font-size: 24px;
    font-weight: 500;
    color: #2d2d2d;
}

    .iItem .ulBlk > div ul li i {
        font-style: normal;
        color: #ffe019;
        display: block;
        text-align: right;
    }

a.bizeUlasin {
    width: 205px;
    height: 55px;
    background-color: #2d2d2d;
    display: flex;
    color: #fff;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}

.iItem {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 75px;
    padding-bottom: 75px;
}

.iTitle {
    font-size: 21px;
    font-weight: 500;
    color: #2d2d2d;
    margin-bottom: 30px;
}

.genelMuduruk ul li {
    font-size: 14px;
    color: #2d2d2d;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .genelMuduruk ul li img {
        margin-right: 10px;
    }

.bolgeMuduruk ul li {
    font-size: 14px;
    color: #2d2d2d;
    display: flex;
    align-items: end;
    margin-bottom: 15px;
}

    .bolgeMuduruk ul li img {
        margin-right: 10px;
        box-sizing: border-box;
        width: auto;
    }

    .bolgeMuduruk ul li a {
        color: #5993bd;
        font-size: 14px;
        width: 100%;
        text-decoration: underline;
        display: none;
    }

    .bolgeMuduruk ul li span {
        width: auto;
    }

    .bolgeMuduruk ul li:first-child {
        font-size: 18px;
        font-weight: 500;
        color: #2d2d2d;
    }

.tesislerimiz ul li {
    font-size: 12px;
    color: #2d2d2d;
    display: flex;
    margin-bottom: 5px;
}

    .tesislerimiz ul li:first-child {
        font-size: 15px;
        color: #2d2d2d;
        font-weight: 500;
        margin-top: 15px;
        margin-bottom: 15px;
    }

.tesislerimiz a {
    color: #2d2d2d;
    font-size: 12px;
    font-style: italic;
    display: block;
    margin-top: 20px;
}

.tesislerimiz ul li span:nth-child(1) {
    width: 30%;
}

.tesislerimiz ul li span:nth-child(2) {
    width: 5%;
}

.iIletisim input {
    height: 55px;
    border: 1px solid #d9d9d9;
}

.iIletisim label {
    font-size: 16px;
    font-weight: 300;
    color: #2d2d2d;
}

button.link-btn.fc-4.bg-yellow.b-0 {
    width: 205px;
    height: 55px;
    background-color: #ffe019;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

span.underline-text.pb-0.mb-0.ml-5 {
    font-size: 14px;
    font-weight: 300;
    color: #2d2d2d;
    text-decoration: underline;
}

.urunDetay .pRight {
    padding: 100px;
    box-sizing: border-box;
}

ul.pEtiket li {
    font-size: 11px;
    color: #2d2d2d;
    border: 1px solid #f0f0f0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    margin-right: 20px;
    padding-bottom: 10px;
    border-radius: 40px;
}

ul.pEtiket {
    display: flex;
    margin-top: 30px;
    margin-bottom: 60px;
}

    ul.pEtiket li a {
        color: #2d2d2d;
    }

ul.pButon li:nth-child(1) {
    width: 205px;
    height: 55px;
    background: #2d2d2d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

    ul.pButon li:nth-child(1) a {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
    }

ul.pButon li:nth-child(2) {
    width: 205px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2d2d2d;
    box-sizing: border-box;
}

    ul.pButon li:nth-child(2) a {
        color: #2d2d2d;
        font-size: 14px;
    }

ul.pButon {
    display: flex;
    margin-bottom: 50px;
}

.urunDetay .lineLine {
    background: #ffe019;
    width: 100%;
	height:88px;
}

    .urunDetay .lineLine div span {
        font-size: 18px;
        color: #2d2d2d;
    }

    .urunDetay .lineLine div img {
        margin-right: 10px;
    }

.uAlan {
    width: 100%;
    /*     background: url(../img/urun11.png); 
 */ background-size: cover;
    height: 100%;
}

    .uAlan ul {
        display: flex;
        flex-wrap: wrap;
    }

        .uAlan ul li {
            width: 100%;
            text-align: justify;
            margin-bottom: 20px;
            list-style: disc;
        }

    .uAlan .col-md-6 {
        padding-top: 150px;
        box-sizing: border-box;
    }

.usRight {
    background: #2d2d2d;
    padding: 50px;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 405px
}

    .usRight ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 75px;
        width: 60%;
    }

        .usRight ul li {
            width: 50%;
            margin-bottom: 30px;
        }

            .usRight ul li a {
                font-size: 16px;
                color: #fff;
            }

                .usRight ul li a img {
                    margin-right: 10px;
                }

.urunDetay .udVideo {
    width: 100%;
    position: relative;
}

    .urunDetay .udVideo .video {
        position: absolute;
        left: 50%;
        margin-left: -40px;
        top: 50%;
        margin-top: -40px;
    }

.ilgiliUrunler {
    padding: 100px 0;
}

.rProjeler {
    width: 100%;
    padding: 100px 0;
}

.rp a {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #2d2d2d;
    font-weight: normal;
    font-size: 18px;
}

.digerUrunler .col-md-6 > div {
    position: absolute;
    left: 100px;
    top: 50%;
    display: flex;
    align-items: center;
    margin-top: -40px;
}

    .digerUrunler .col-md-6 > div img {
        height: 15px;
    }

    .digerUrunler .col-md-6 > div div span {
        display: block;
        width: 200px;
    }

.digerUrunler .col-md-6:nth-child(1) > div img {
    margin-right: 25px;
}

.digerUrunler .col-md-6:nth-child(2) > div img {
    margin-left: 25px;
}

.digerUrunler .col-md-6:nth-child(2) > div {
    right: 100px;
    left: auto;
}

.genelBilgiler {
    width: 100%;
    padding: 100px 0;
}

    .genelBilgiler ul li {
        list-style: disc;
        font-size: 16px;
        color: #2d2d2d;
        margin-bottom: 10px;
    }

.col-md-8 .htMenu li:last-child select {
    /*   background: #252525 url(../img/da.svg) no-repeat right; */
    background: #374151  url(../img/da.svg) no-repeat right;
    border: none;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    height: 60px;
    padding-left: 15px;
    padding-right: 35px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position-x: 80%;
}

.col-md-8 .htMenu li:last-child {
    margin-left: 40px;
}

.htMenu {
    align-items: center;
    height: 60px;
}

.mainMenu > li > a:hover:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #2d2d2d;
    position: absolute;
    left: 0;
    bottom: -8px;
    font-weight: bold;
}

.mainMenu a.active, .mainMenu a:hover {
    font-weight: bold;
}

.subMenu {
    position: absolute;
    left: 0;
    z-index: 99;
    background: #fff;
    width: 100%;
    top: 100%;
    /*top:70%;*/
    padding: 75px 0;
    display: none;
}

.mainMenu {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.subMenu ul li a {
    font-size: 17px;
    color: #2d2d2d;
    text-transform: capitalize;
}

.subMenu ul li {
    margin-bottom: 5px;
}

    .subMenu ul li:first-child a {
        font-size: 16px;
    }

    .subMenu ul li:first-child {
        font-size: 16px;
        color: #2d2d2d;
        font-weight: 600;
        margin-bottom: 20px;
    }

a.uIncele {
    width: 138px;
    height: 43px;
    font-size: 12px;
    color: #000;
    display: flex;
    text-transform: capitalize !important;
    border: 1px solid #e9e9e9;
    align-items: center;
    justify-content: center;
}

.subMenu span.fs14.fcDark.mt-2 {
    text-transform: capitalize;
    margin-top: 15px !important;
    display: block;
}

.mainMenu > li:hover .subMenu {
    display: block;
}


.searchOpen {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    z-index: 99;
    background: #fff;
    display: none;
}

    .searchOpen > div {
        display: flex;
        align-items: center;
        height: 75px;
    }

    .searchOpen input.search-input {
        padding: 0;
        border: 0;
    }

        .searchOpen input.search-input:focus {
            box-shadow: none;
            border: 0;
            outline: none;
        }

    .searchOpen .closem {
        width: 36px;
        height: 36px;
        background: #e2e2e2;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .searchOpen .closem img {
            height: 10px;
        }

.searchgrey {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.searchOpen input.search-input::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #d8d8d8;
}

.mobileMenu {
    display: none;
}

.hoItem a {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background: #2a2a2a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border: none;
    cursor: pointer;
}

.hoItem {
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .hoItem div {
        font-size: 24px;
        color: #2d2d2d;
        display: block;
        width: 100%;
        text-align: center;
    }

    .hoItem span {
        font-size: 16px;
        color: #2d2d2d;
    }

.homeOne {
    padding: 125px;
    FONT-VARIANT: JIS04;
}

.homeThree {
    background: #f3f3f3;
    padding: 50px 0;
}

.htTitle {
    font-size: 32px;
    font-weight: 300;
    color: #000;
    margin-bottom: 40px;
}

.homeFour {
    background: #666D73;
    padding: 50px 0;
}

.hfSlideContent {
    display: flex;
    align-items: center;
    padding-left: 90px;
    box-sizing: border-box;
}

    .hfSlideContent i {
        color: #ffe019;
        font-size: 22px;
        font-weight: 300;
        font-style: normal;
    }

    .hfSlideContent div {
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .hfSlideContent p {
        font-size: 16px;
    }

    .hfSlideContent a {
        color: #fff;
        font-size: 14px;
        text-decoration: underline;
    }

        .hfSlideContent a:hover {
            color: #b29b07;
            font-weight: bold
        }

.homeFive .lineLine {
    padding: 50px 0;
    background: #ffe019;
}

    .homeFive .lineLine div span {
        font-size: 24px;
        font-weight: 300;
    }

    .homeFive .lineLine div img {
        margin-right: 10px;
    }

    .homeFive .lineLine div {
        display: flex;
    }

.homeSeven {
    background: #f3f3f3;
    padding: 100px 0;
}

.hsTitle {
    font-size: 32px;
    font-weight: 300;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

    .hsTitle a {
        position: absolute;
        right: 0;
        font-size: 22px;
        color: #000;
    }

.homeSix {
    padding: 50px 0;
}

.hsxTitle {
    font-size: 32px;
    font-weight: 300;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

    .hsxTitle p {
        padding: 0;
        margin: 0;
        font-size: 16px;
    }

.homeSix a {
    font-size: 16px;
    color: #2d2d2d;
    border-top: 1px solid #ddd;
    width: 100%;
    display: block;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
    margin-top: 20px;
}

.smItem div {
    background: #ededed;
    font-size: 14px;
    font-weight: normal;
    color: #2d2d2d;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

    .smItem div img {
        display: block;
        margin-bottom: 15px;
    }

.homeSlide {
    background: #ffe019;
    padding-bottom: 0 !important;
}


.homeSlideText i {
    font-size: 35px;
    color: #2d2d2d;
    ;
    font-style: normal;
    font-weight: normal;
    display: block;
    width: 100%;
}

.homeSlideText div div {
    font-size: 55px;
    font-weight: 600;
    color: #2d2d2d;
}

.homeSlideText p {
    font-size: 20px;
    font-weight: normal;
    color: #2d2d2d;
}

.homeSlideText a {
    width: 205px;
    height: 55px;
    display: flex;
    color: #000;
    font-size: 16px;
    font-style: normal;
    background: #fff;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
}

    .homeSlideText a:hover {
        width: 205px;
        height: 55px;
        display: flex;
        color: white;
        font-size: 16px;
        font-style: normal;
        justify-content: center;
        align-items: center;
        margin-top: 75px;
        background: black;
    }

.homeSlideText {
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.yuC.pltk ul li > div {
    width: 20px;
    height: 20px;
    border: 1px solid #ffe019;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.yuC.pltk ul li > span {
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 500;
}

.yuC.pltk ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.yuC.gnlkrl ul li > div {
    width: 20px;
    height: 20px;
    border: 1px solid #ffe019;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.yuC.gnlkrl ul li > span {
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 500;
}

.yuC.gnlkrl ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.yuC.ovfv ul li > div {
    width: 20px;
    height: 20px;
    border: 1px solid #ffe019;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.yuC.ovfv ul li > span {
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 500;
}

.yuC.ovfv ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.yuC.dvi ul li > div {
    width: 20px;
    height: 20px;
    border: 1px solid #ffe019;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.yuC.dvi ul li > span {
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 500;
}

.yuC.dvi ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.yuC.oda ul li > div {
    width: 20px;
    height: 20px;
    border: 1px solid #ffe019;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.yuC.oda ul li > span {
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 500;
}

.yuC.oda ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.yuC.fLink ul li > div {
    width: 20px;
    height: 20px;
    border: 1px solid #ffe019;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.yuC.fLink ul li > a {
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 500;
}

.yuC.fLink ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.yuC.kyiur ul li > div {
    width: 20px;
    height: 20px;
    border: 1px solid #ffe019;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.yuC.kyiur ul li {
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 500;
}

    .yuC.kyiur ul li a {
        color: #2d2d2d;
        text-decoration: underline;
        font-size: 14px;
        font-weight: 500;
    }

.yuC.kyiur ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.yuC h1 {
    margin-bottom: 50px !important;
    display: block;
    width: 100%;
}

.yuC.yiib table {
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 500;
}

    .yuC.yiib table tr td {
        padding-right: 20px;
        padding-bottom: 10px;
    }

.yuC h2 {
    font-size: 16px;
    font-weight: 500;
    color: #b29b07;
    margin-top: 50px;
    margin-bottom: 20px;
}

.yuC table {
    font-size: 14px;
    font-weight: 500;
    color: #2d2d2d;
}

    .yuC table tr td {
        padding-right: 40px;
        padding-bottom: 5px;
    }

.anaTarih {
    font-weight: 600;
}

table.tsg {
    margin-top: 30px;
}

.yuC.kyiur ul li:last-child {
    padding-left: 30px;
    box-sizing: border-box;
}

.yuC.kmtlr a {
    font-size: 14px;
    color: #2d2d2d;
    text-decoration: underline;
}

.stfItem {
    display: flex;
    align-items: center;
}

    .stfItem div a {
        display: block;
        margin-top: 30px;
    }

    .stfItem div {
        padding-left: 20px;
        box-sizing: border-box;
    }

        .stfItem div span {
            font-size: 14px;
            font-weight: 300;
            color: #2d2d2d;
        }

table.tsb {
    font-size: 14px;
    color: #2d2d2d;
}

    table.tsb tr td {
        padding-right: 30px;
        padding-bottom: 5px;
    }

table.oyTable2 {
    font-size: 14px;
    color: #2d2d2d;
}

    table.oyTable2 tr td {
        padding-right: 40px;
        padding-bottom: 5px;
        box-sizing: border-box;
    }

table.oyTable2 {
    margin-top: 20px;
}

.table-responsive table tr td {
    font-size: 14px;
    font-weight: 300;
}

.table-responsive table tr th {
    font-size: 14px;
    font-weight: 300;
}

.bankaBilg.table-responsive table tr td {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}

.bankaBilg.table-responsive table tr th {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}

.hikayemiz {
    background: #2d2d2d;
}

.hikayeItem div span {
    font-size: 100px;
    color: #fff;
    opacity: 0.1;
    margin-left: -15px;
}

.hikayeItem div {
    position: relative;
}

    .hikayeItem div i {
        font-size: 18px;
        font-style: normal;
        color: #ffe019;
        opacity: 1;
        position: absolute;
        left: 0;
        top: 42%;
    }

.hikayeItem p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.ykItem div {
    font-size: 16px;
    display: block;
    margin-top: 10px;
}

.ykItem span {
    font-size: 17px;
}

ul.bDenetci li {
    font-size: 14px;
    color: #2d2d2d;
    margin-top: 10px;
}

    ul.bDenetci li img {
        margin-right: 10px;
    }

ul.bDenetci {
    margin-top: 10px;
}

.tesisItem ul li {
    font-size: 12px;
    color: #2d2d2d;
    display: flex;
    margin-bottom: 5px;
}

    .tesisItem ul li:first-child {
        font-size: 15px;
        color: #2d2d2d;
        font-weight: 500;
        margin-top: 15px;
        margin-bottom: 15px;
    }

.tesisItem a {
    color: #2d2d2d;
    font-size: 12px;
    font-style: italic;
    display: block;
    margin-top: 20px;
}

.tesisItem ul li span:nth-child(1) {
    width: 31%;
}

.tesisItem ul li span:nth-child(2) {
    width: 5%;
}

.dmUst {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .dmUst div input {
        height: 48px;
        background: #ebebeb url(../img/search.svg) no-repeat left;
        border: none;
        padding-left: 50px;
        box-sizing: border-box;
        background-position-x: 20px;
    }

        .dmUst div input::placeholder {
            font-size: 12px;
            color: #2d2d2d;
        }

    .dmUst div select {
        height: 48px;
        background: #ebebeb url(../img/dasiyah.svg) no-repeat right;
        border: none;
        padding-left: 30px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-size: 12px;
        color: #2d2d2d;
        padding-right: 75px;
        background-position-x: 92%;
        margin-left: 20px;
    }

.dokumanItem {
    font-size: 16px;
    color: #2d2d2d;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ddd;
    padding: 30px 0;
}

a.dIndir {
    width: 205px;
    height: 55px;
    background-color: #ffe019;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #2d2d2d;
    margin-top: 20px;
}

div#carouselExampleIndicators {
    width: 100%;
}

.slideItem {
    display: flex;
    width: 100%;
    position: relative;
}

ol.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #2d2d2d;
    padding: 0;
    border: none;
    opacity: 0.3;
}

ol.carousel-indicators {
    justify-content: flex-end;
    bottom: 200px;
}

.homeFour ol.carousel-indicators li {
    background: #fff;
}

.homeFour ol.carousel-indicators {
    width: auto;
    left: auto;
    bottom: 0;
    right: 250px;
}

.pRight a.ubi {
    font-size: 15px;
    color: #2d2d2d;
    position: relative;
    margin-top: 40px;
}
    /*  a.ubi:hover {
            background-color: #ffe019;
            border-bottom: 1px solid #ffe019;
						
}
 */
    .pRight a.ubi:after {
        content: '';
        width: 100%;
        height: 1px;
        background: #2d2d2d;
        position: absolute;
        left: 0;
        bottom: -5px;
    }

.tBilgilerA {
    width: 100%;
    /*   padding: 75px 0; */
}

.acTitle {
    font-size: 32px;
    font-weight: bold;
    color: #2d2d2d;
    margin-bottom: 20px;
}

.tBilgilerA .accordion > .card .card-header {
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
}

    .tBilgilerA .accordion > .card .card-header h2 button {
        padding: 0;
        font-size: 18px;
        color: #2d2d2d;
        width: 100%;
        text-align: left;
        position: relative;
    }

.tBilgilerA .card {
    background: transparent;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 35px 0;
}

.tBilgilerA .accordion > .card .card-header h2 {
    display: flex;
    align-items: center;
}

.tBilgilerA .card-body {
    padding: 30px 0;
    padding-bottom: 0;
}

.tBilgilerA .accordion > .card .card-header h2 button.collapsed:after {
    content: '+';
    position: absolute;
    right: 0;
    font-size: 35px;
    font-weight: 600;
    top: -10px;
}

.tBilgilerA .accordion > .card .card-header h2 button:after {
    content: '-';
    position: absolute;
    right: 2px;
    font-size: 50px;
    font-weight: 500;
    top: -22px;
}

.modal-header {
    border: none;
}

    .modal-header .close {
        width: 36px;
        height: 36px;
        background: #e2e2e2;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin-right: 10px;
        margin-top: 10px;
    }

.modal-content {
    border-radius: 0;
}

.modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

    .modal-body > div {
        width: 100%;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }

.popupTitle {
    font-size: 21px;
    display: block;
    width: 100%;
    text-align: center;
    color: #2d2d2d;
}

.modal-body .eBulten {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 40px;
}

    .modal-body .eBulten > div {
        width: 100%;
        max-width: 100%;
        min-width: 75%;
    }

.hoItem a:hover {
    background: #2a2a2a !important;
}

.container.canliAra {
    height: auto;
    padding: 80px 20px 80px 20px;
}

.caTitle {
    font-size: 16px;
    color: #a5a5a5;
    margin-bottom: 20px;
}

ul.caLeft li a {
    font-size: 14px;
    color: #2d2d2d;
}

ul.caLeft li {
    margin-bottom: 5px;
}

ul.caRight {
    display: flex;
}

    ul.caRight li img {
        width: auto !important;
        height: 120px;
    }

    ul.caRight li a {
        color: #2d2d2d;
        font-size: 12px;
    }

        ul.caRight li a span {
            display: block;
            margin-top: 10px;
        }

    ul.caRight li {
        margin-right: 20px;
    }

.updItem {
    display: flex;
    align-items: center;
}

.uoNumber {
    font-size: 45px;
    color: #d6d6d6;
    padding-right: 15px;
    box-sizing: border-box;
}

.updItem div span {
    font-size: 14px;
    color: #2d2d2d;
    display: block;
}

.updItem div a {
    font-size: 12px;
    color: #00578a;
    margin-top: -2px;
    display: block;
}

.htKapsa {
    display: flex;
}



ul.slick-dots li button {
    font-size: 0.1px;
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 100%;
    background: #2d2d2d;
    opacity: 0.5;
    padding: 0;
    cursor: pointer;
}

ul.slick-dots li.slick-active button {
    opacity: 1;
}

ul.slick-dots {
    display: flex !important;
    position: absolute;
    right: 7%;
    bottom: 6%;
}

    ul.slick-dots li {
        margin-left: 5px;
    }

.homeFour ul.slick-dots {
    right: auto;
    left: 58%;
    bottom: 15%;
}

    .homeFour ul.slick-dots li button {
        background: #fff;
    }

.udBlog {
    padding: 100px 0;
}

.mmSelect {
    display: flex;
}

    .mmSelect select {
        height: 55px;
        margin-left: 15px;
        background: #ffe019;
        border: 1px solid #dec20b;
    }

.akerdeonBaslik {
    font-size: 18px;
    color: #2d2d2d;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
    position: relative;
    cursor: pointer;
}

    .akerdeonBaslik:after {
        content: '+';
        position: absolute;
        right: 0;
        font-size: 40px;
        top: 17px;
    }

    .akerdeonBaslik.active:after {
        content: '-';
        position: absolute;
        right: 3px;
        font-size: 50px;
        top: 5px;
    }

.akerdeonIcerik {
    /* padding: 50px 0; */
    padding-bottom: 1px;
    padding-top: 25px;
}

.akerdeonIcerik {
    display: none;
}

#map {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.scroll-item {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 510px;
}

    .scroll-item li {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 14px;
        letter-spacing: normal;
        color: #2d2d2d;
        border-bottom: 1px solid #e6cb1d;
        margin: 5px 0;
        padding-bottom: 5px;
    }

.dealers-list {
    padding: 50px 0px;
    padding-bottom: 0;
}

.dealer-posr {
    top: 0;
    padding: 0;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 80px;
    margin-left: -1px;
    display: block;
}

.nav-tabs .nav-link {
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
}

    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
        border: 1px solid #000;
        color: #000;
    }

    .nav-tabs .nav-link.disabled {
        color: #6c757d;
        background-color: transparent;
        border-color: transparent;
    }

    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        color: #000 !important;
        background-color: #fff;
        border-color: #000;
    }

.scroll-item::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.scroll-item::-webkit-scrollbar-track {
    background: #e2c823;
}

/* Handle */
.scroll-item::-webkit-scrollbar-thumb {
    background: #2d2d2dd9;
}


.contact-area img {
    margin-right: 10px;
}

.tab-content > .show.active {
    display: block;
}

.dealer-item-item {
    bottom: 0px;
    position: absolute;
    background: #fff;
    width: 250px;
    right: 0px;
    bottom: 0px;
    z-index: 12;
    left: 16%;
    top: 0;
    height: 100%;
    min-height: 100%;
}

.dealer-detail {
    padding: 21px 30px
}

.bayiler .dealer-item-item .head {
    display: none;
}

.bayilerDetay .dealer-posr {
    position: relative;
    top: 0;
    padding: 50px 0;
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
}

.bayilerDetay h1 {
    font-size: 32px;
    font-weight: bold;
}

.bayilerDetay p {
    font-size: 14px;
    color: #2d2d2d;
}

.bayilerDetay {
    width: 100%;
}

    .bayilerDetay div#map {
        height: 100% !important;
    }

    .bayilerDetay .tab-item {
        width: 100%;
        padding: 0 17%;
    }

    .bayilerDetay .col-md-9.pl-0.pr-0 {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
        position: relative;
    }

    .bayilerDetay .dealer-item-item {
        right: 0;
        left: auto;
    }

/*.ustLogo {
    background: #efeeee;
    height: 84px;
    display: flex;
    position: relative;
}*/

/*    .ustLogo:after {
        content: '';
        width: 1000px;
        height: 84px;
        background: #efeeee;
        position: absolute;
        right: 100%;
    }*/

.ustLogo {
    height: 160px;
    display: flex;
    position: relative;
    padding: 0;
    margin: 0px;
}

    .ustLogo img {
        padding: 5px;
        z-index: 9
    }

    .ustLogo:after {
            content: '';
    width: 997px;
    height: 160px;
    background: #efeeee;
    position: absolute;
    left: -400%;
    }


.detaySlider ul.slick-dots {
    bottom: 5%;
    right: 5%;
}

.detaySlider.slick-slider {
    padding-bottom: 0 !important;
}

.detaySlider ul.slick-dots li button {
    background: #fff;
}

span.astriks {
    color: red;
    font-weight: bold;
    font-size: 18px
}

.videowatch {
    width: 100%;
    display: block;
    text-align: center;
    margin: 6px 0;
    padding: 15px 0;
    border: 1px solid #000;
}

.modal-body iframe {
    width: 100%;
    height: 500px;
}
.blogcatListPage{    background: #374151;
    padding: 10px;
    border-radius: 10px;
	    display: flex;
        justify-content: space-around;}
.blogcatListPage li{    padding: 0 15px;}

.blogcatListPage li a{    position: relative;
    display: block;
    color: #efeeee;}
	.blogcatListPage li a.active{
		color:#ffe019 !important;
	}
.blogcatListPage li a:after{    content: ' ';
    position: absolute;
    right: 0;
    display: none;
    background: url(../../images/right-chevron.png);
    width: 14px;
    height: 14px;
    background-size: contain;
    background-position: center;
    bottom: 0;}
@media screen and (max-width: 575px) {
	.blogcatListPage{    background: #374151;
    padding: 10px;
    border-radius: 10px;
	    display: block}
.blogcatListPage li{    padding: 5px 0;}
.blogcatListPage li:not(:first-child) {
    border-left:none
}
.blogcatListPage li a{position:relative;display:block}
.blogcatListPage li a:after{    content: ' ';
    position: absolute;
    right: 0;
    display: block;
    background: url(../../images/right-chevron.png);
    width: 14px;
    height: 14px;
    background-size: contain;
    background-position: center;
    bottom: 0;}
    .usRight ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .usRight ul {
        display: block;
        flex-wrap: wrap;
        margin-top: 75px;
        width: 100%;
    }
    .ustLogo {
        background: transparent;
        height: auto;
    }

        .ustLogo:after {
            display: none;
        }

    .bayilerDetay {
        display: none;
    }

    .bayiler .dealer-item-item .head {
        display: block;
        margin-bottom: 30px;
    }

    .bayiler .dealer-item-item {
        background: #ffe019;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 99;
        position: fixed;
        top: 69px;
        padding: 20px;
        box-sizing: border-box;
    }

    .bayiler .dealer-detail {
        padding: 0;
    }

    .bayiler .dealer-item-item img.w-100 {
        width: 100%;
        margin-bottom: 20px;
    }

    .bayiler .col-md-9.pl-0.pr-0 {
        display: none;
    }

    .bayiler .dealer-posr {
        /* top: 69px; */
        /* position: fixed; */
    }

    .bayiler .tab-item {
        width: 100%;
        /* padding: 0 10px; */
    }

    .bayiler .scroll-item li {
        font-size: 16px;
        margin-bottom: 10px;
        background: url(../img/bayiar.svg) no-repeat right;
        padding-right: 30px;
        box-sizing: border-box;
        line-height: 22px;
    }

    .bayiler .nav-tabs .nav-item {
        font-size: 14px;
    }

    .bayiler h1 {
        font-size: 24px;
        margin-bottom: 10px !important;
        display: block;
        width: 100%;
    }

    .bayiler .dealers-list {
        padding: 30px 0;
    }

    ul.slick-dots {
        right: auto;
        left: 20px;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 25px;
        height: 32px;
        padding: 0 15px;
    }

    .homeFour ul.slick-dots {
        left: 0;
        bottom: -10px;
    }

    ul.slick-dots li button {
        background: #fff;
    }

    .searchOpen.canliaraa.d-sm-block {
        display: block;
    }

    ul.caRight {
        flex-wrap: wrap;
    }

        ul.caRight li {
            margin: 0;
            width: 100%;
            margin-bottom: 30px;
        }

            ul.caRight li img {
                width: 100% !important;
                height: auto;
            }

    .caTitle {
        margin-top: 50px;
    }

    .container.canliAra {
        padding: 0 20px;
    }

    .searchOpen.canliaraa .closem {
        width: 30px;
        height: 27px;
    }

    .dmUst {
        flex-wrap: wrap;
    }

        .dmUst div input {
            width: 100%;
        }

        .dmUst div select {
            margin: 0;
            width: 100%;
            margin-top: 20px;
        }

    .dokumanItem {
        font-size: 12px;
        padding: 15px 0;
    }

    .acTitle {
        font-size: 24px;
    }

    .genelBilgiler ul li {
        margin-left: 20px;
    }

    .genelBilgiler {
        padding: 50px 0;
    }

    .tBilgilerA .accordion > .card .card-header h2 button {
        font-size: 16px;
    }

    .tBilgilerA .card {
        padding: 20px 0;
    }

    .uAlan ul li {
        width: 100%;
        margin-left: 20px;
    }

    .uAlan .col-md-6 {
        padding: 20px;
    }

    .uAlan {
        height: auto;
    }

    .urunDetay .pRight {
        padding: 20px;
    }

    .usRight {
        padding: 20px;
    }

    .homeSeven .mFlex {
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .homeSeven .container .row {
        flex-wrap: nowrap;
    }

        .homeSeven .container .row > div {
            min-width: 250px;
        }

    .homeFour ol.carousel-indicators {
        bottom: -30px;
        left: -18px;
        right: auto;
    }

    .homeThree .mFlex {
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .homeThree .container .row {
        flex-wrap: nowrap;
    }

        .homeThree .container .row > div {
            min-width: 250px;
        }

    .hoItem div {
        font-size: 18px;
    }

    .hoItem span {
        font-size: 14px;
    }



    .slideItem > .pos-r:after {
        content: '';
        width: 100%;
        height: 100%;
        background: #000000a6;
        position: absolute;
        left: 0;
        top: 0;
    }



    ol.carousel-indicators {
        right: auto;
        bottom: 20px;
        margin-left: 20px;
    }

        ol.carousel-indicators li {
            background: #fff;
        }



    .homeOne .container {
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .hoItem {
        width: 40%;
        margin-right: 2%;
    }

    .homeOne .container .row {
        flex-wrap: nowrap;
    }

    .hoItem a {
        width: 115px;
        height: 115px;
    }

    .homeOne {
        padding: 20px;
        overflow-y: scroll;
    }

    .hfSlideContent {
        padding-left: 20px;
    }

    .homeFour {
        padding: 20px 0;
        padding-bottom: 40px;
    }

    .homeThree {
        padding: 20px 0;
    }

    .homeSix {
        padding: 20px 0;
    }

    .homeSeven {
        padding: 20px 0;
    }

    .urunler {
        flex-wrap: wrap;
    }

    footer {
        flex-wrap: wrap;
    }

    .fooLeft {
        padding: 20px;
        box-sizing: border-box;
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .fooLeft > .row.flOne {
            padding: 0;
            margin: 0;
        }

            .fooLeft > .row.flOne .col-md-4:nth-child(3) {
                padding: 0;
                border-top: 1px solid #444;
                margin-top: 30px;
                padding-top: 30px;
            }

    .cpy {
        display: none;
    }

    .copyright {
        padding: 20px;
        border: none;
        margin-top: 20px;
        margin-bottom: 0;
    }

        .copyright ul li a {
            margin-left: 0;
            margin-right: 10px;
        }

    .iInfo {
        padding: 20px;
        padding-bottom: 0;
    }

    .copyrightTwo {
        padding: 20px;
        border: none;
        margin-top: 0;
        margin-bottom: 0;
        box-sizing: border-box;
    }

        .copyrightTwo ul li {
            width: 100%;
        }

        .copyrightTwo ul {
            width: 100%;
            flex-wrap: wrap;
        }

    .cpyMbl {
        display: block !important;
        font-size: 13px;
        color: #202020;
        background: #fff;
        padding: 20px;
        box-sizing: border-box;
    }

    a.yukari {
        position: absolute;
        right: 20px;
        bottom: 20px;
    }

    ul.fooSocial li {
        width: 50%;
    }

    ul.fooSocial {
        flex-wrap: wrap;
    }

    .mainMenu {
        display: none !important;
    }

    .ustSearch {
        display: none;
    }

    .headerMain {
        padding: 13px 0;
        background: #efeeee;
    }

    .hKapsa {
        display: flex;
        justify-content: space-between;
    }

        /*.hKapsa > a {
            width: auto;
        }*/
    .ustLogo {
        width: 32%;
    }
    .ustLogo img{
        width: 100%;
		height:auto;
    }
    .mmOpen {
        display: block !important;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .mblSmAppned {
        width: 100%;
    }

    .mobileMenu {
        position: fixed;
        z-index: 9999;
        background: #ffe019;
        width: 100%;
        top: 115px;
/*        padding: 20px;*/
        padding: 0;
        box-sizing: border-box;
        bottom: 0;
        display: none;
    }

    ul.mmSmedia li a {
        width: 50px;
        height: 50px;
        border: 1px solid #eacd11;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    ul.mmSmedia {
        display: flex;
        position: absolute;
        bottom: 20px;
    }

    ul.menuUl li {
        font-size: 16px;
        margin-bottom: 10px;
    }

        ul.menuUl li a {
            color: #2d2d2d;
        }

    .mobileMenu input {
        height: 55px;
        width: 100%;
        background: #efeeee url(../img/search.svg) no-repeat left;
        border: none;
        padding-left: 50px;
        margin-bottom: 50px;
        background-position-x: 20px;
    }

    .mobileMenu.active {
        display: block;
    }

    body.menuAcik {
        overflow: hidden;
    }

    img.menuClose {
        display: none;
    }

        img.menuClose.active {
            display: block;
        }

    img.mmSvg.disabled {
        display: none;
    }

    .i404 > div {
        font-size: 50px;
        width: 100%;
        justify-content: center;
        text-align: center;
        line-height: 45px;
    }

    .i404 > span {
        font-size: 14px;
    }

    .i404 {
        width: 100%;
        left: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .page404 a {
        width: 140px;
        height: 35px;
        margin-left: -70px;
    }

    .izoKariyer .col-md-6 > div img {
        width: 100%;
    }

    .izoKariyer .col-md-6 > div {
        flex-wrap: wrap;
    }

    .basvuru {
        padding: 25px;
    }

    .kContent {
        padding: 25px;
    }

    .kariyer {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .izoKariyer {
        padding: 0 0;
    }

    ul.kurumsalMenu {
        display: none;
    }

    .kurumsalContent {
        padding: 0 !important;
    }

    .kcM {
        display: none;
    }

    .kurumsalMobilMenu {
        display: block !important;
        padding: 20px;
        box-sizing: border-box;
    }

        .kurumsalMobilMenu select {
            height: 55px;
            width: 100%;
            border: none;
            background: #ebebeb url(../img/dasiyah.svg) no-repeat right;
            padding: 0 15px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-position-x: 94%;
        }

    .yiMobilMenu {
        display: block !important;
        padding: 20px;
        box-sizing: border-box;
    }

        .yiMobilMenu select {
            height: 55px;
            width: 100%;
            border: none;
            background: #ebebeb url(../img/dasiyah.svg) no-repeat right;
            padding: 0 15px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-position-x: 94%;
        }

    .bgTwo {
        background: #e9e9e9;
        padding: 0;
    }

    .projeDetay table {
        padding: 0;
    }

        .projeDetay table td {
            padding: 0;
        }

    .projeDetay > div:nth-child(1) {
        margin-bottom: 0 !important;
    }

    .ulBlk {
        flex-wrap: wrap;
    }

    .yalitimDanis .ulBlk div ul li {
        text-align: left;
    }

    .ydns {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .yuM {
        display: none;
    }

    .iItem .ulBlk > div ul li i {
        text-align: left;
    }

    .urunlerscroll {
        overflow-x: hidden;
        overflow-y
    }

    .tesislerimiz > .col-md-3 {
        margin-bottom: 30px;
    }

    .img-hover-effect-2 .image a {
        display: block;
        position: relative;
    }


    .img-hover-effect-2 .img_cap .image a:after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        background: #000;
        opacity: 0.01;
        width: 100%;
        height: 100%;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        z-index: 100;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }

    .img-hover-effect-2 .img_cap:hover .image a:after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        background: #000;
        opacity: 0.30;
        width: 100%;
        height: 100%;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        z-index: 100;
    }

    .col-md-4:hover .title,
    .col-md-4:hover .title a {
        color: #b29b07;
    }

    .col-md-4:hover .desc {
        border-left-color: #b29b07;
    }

    .desc {
        border-left: 2px solid #000;
        padding-left: 20px;
        min-height: 80px;
    }

    .detayliincele:hover {
        color: #b29b07;
        font-weight: bold
    }

    .detayliincele {
        /* color: #000; */
    }

    .homeSlideText {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        right: auto;
        bottom: auto;
        padding: 0px !important;
        text-align: right;
    }

        .homeSlideText > div {
            width: 100%;
        }

        .homeSlideText div div {
            color: #fff;
            font-size: 20px;
        }

        .homeSlideText i {
            font-size: 12px;
            color: #fff;
        }

        .homeSlideText p {
            color: #fff;
        }

        .homeSlideText a {
            background: transparent !important;
            margin: 0px !important;
            display: inline-block;
            width: 100%;
            height: 100%;
            line-height: 45px;
            text-align: center;
            text-indent: -9999px;
            position: absolute;
            left: 0px;
            top: 0px;
        }

            .homeSlideText a:hover {
                margin: 0px !important;
                display: inline-block;
                width: 100%;
                height: 100%;
                line-height: 45px;
                text-align: center;
            }

    .slideItem > .pos-r:after {
        display: none !important;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    .homeSlideText {
        padding: 0px !important;
    }

        .homeSlideText div div, .homeSlideText div p, .homeSlideText div i {
            display: none !important;
        }

    .paragraph.paragraph--type--prg-grid.arka_plan_var .grid_content .icerik {
        top: 0px !important;
        padding-top: 60% !important;
        animation-name: fadeBackgroundBlack !important;
        animation-duration: 1.2s !important;
    }

        .paragraph.paragraph--type--prg-grid.arka_plan_var .grid_content .icerik p {
            display: block !important;
            color: #fff !important;
            min-height: 50px !important;
            -webkit-font-smoothing: antialiased !important;
        }

    .paragraph.paragraph--type--prg-grid.arka_plan_var .grid_content .icerik {
        top: 0px !important;
        padding-top: 60% !important;
        animation-name: fadeBackgroundBlack !important;
        animation-duration: 1.2s !important;
    }

        .paragraph.paragraph--type--prg-grid.arka_plan_var .grid_content .icerik p {
            display: block !important;
            color: #fff !important;
            min-height: 50px !important;
            -webkit-font-smoothing: antialiased !important;
        }

    .paragraph.paragraph--type--prg-grid.arka_plan_var .grid_content .grid_title {
        min-height: 70px !important;
        -webkit-line-clamp: inherit !important;
    }

    .modal-body iframe {
        width: 100%;
        height: auto;
    }
	.navigasyon ul{display:block}
	.blogDetay .col-md-6 img{height:auto !important}
}

.homeFour .slick-prev, .homeFour .slick-next {
    display: none !important;
}

#map-main {
    width: 100%;
    height: 100%;
}

.cluster img {
    display: none
}

.cluster {
    width: 40px !important;
    height: 40px !important;
}

    .cluster div {
        text-align: center;
        font-size: 15px !important;
        color: #000 !important;
        font-weight: 600;
        border-radius: 100%;
        width: 40px !important;
        height: 40px !important;
        line-height: 38px !important;
        box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.1);
        border: 2px solid #fff;
        -webkit-transition: all 300ms linear;
        transition: all 100ms 3inear;
        animation: cluster-animation 1.5s infinite;
        background: #ffe019;
    }

        .cluster div:hover {
            background: #5d6275;
        }

@keyframes cluster-animation {
    0%,100% {
        box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.1);
    }

    50% {
        box-shadow: 0px 0px 0px 9px rgba(0,0,0,0.1);
    }
}

.accordion > .card {
    background: none !important;
    border: none !important;
}

    .accordion > .card .card-body {
        padding: 0;
    }

    .accordion > .card .card-header {
        background: none !important;
        padding: 0;
    }

        .accordion > .card .card-header > h2 > button {
            color: #000;
        }

.map-popup-wrap {
    display: block;
    width: 300px !important;
    position: relative;
}

    .map-popup-wrap:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        margin-top: -1px;
        z-index: 20;
        border-color: transparent;
        border-top-color: #fff;
        border-width: 15px;
        margin-left: -15px;
    }

.map-popup {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
}

.infoBox-close {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 20px;
    right: 20px;
    color: #fff;
    border-radius: 100%;
    z-index: 20;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.4);
    cursor: pointer;
    background: #ffe019;
    text-align: center;
}

.map-popup-category {
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 500;
    color: #000;
    z-index: 20;
    padding: 10px 12px;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.2);
    background: #ffe019;
    display: none;
}

.listing-img-content {
    background: #fff;
}

    .listing-img-content:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: #292929;
        opacity: 0;
    }

.map-popup img {
    width: 100%;
    height: auto;
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}

.listing-content {
    background: #fff;
    padding: 25px 20px;
    z-index: 20;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.map-card-rainting {
    display: none;
}

.listing-title h4 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #566985;
    padding-bottom: 20px;
}

.map-popup-location-phone, .map-popup-location-info {
    float: left;
    color: #666;
    font-size: 13px;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}

    .map-popup-location-phone img, .map-popup-location-info img {
        margin-right: 5px;
    }

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media(max-width: 768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}

.carousel-caption {
    bottom: 20% !important;
}

    .carousel-caption h5 {
        font-size: 70px;
        font-family: 'Proxima Nova Bold2';
    }

    .carousel-caption p {
        font-size: 30px;
        margin-bottom: 55px;
    }

    .carousel-caption a {
        padding: 0;
        color: white;
        letter-spacing: 2.5px;
        font-size: 19px;
        background: rgba(0, 0, 0, 0.3);
        padding: 9px 5px;
        border-radius: 6px;
    }
        .carousel-caption a span {
            border: 1px solid white;
            border-radius: 6px;
            padding: 3px 6px;
        }
ol.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: none;
    padding: 3px;
    opacity: 1;
    border: 1px solid white;
}
ol.carousel-indicators {
    justify-content: center;
    bottom: 25px;
    background: rgba(0, 0, 0, 0.2);
    padding: 6px;
    /* margin-left: 42%; */
    /* margin-right: 42%; */
    border-radius: 25px;
    width: fit-content;
    margin: 0 auto;
}
.carousel-indicators .active:before {
    content: ' ';
    display: block;
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 100%
}
.carousel-control-next, .carousel-control-prev{
    opacity:1;
}
#socialShare {
}

    #socialShare a {
        /*display: block;*/
        margin: 5px 0;
        text-decoration: none;
        color: #333;
    }

        #socialShare a:hover {
            color: #007bff;
        }



#carouselExampleIndicators .carousel-caption h5 {
    font-size: 3.8vw !important;
}

#carouselExampleIndicators .carousel-caption p {
    font-size: 1.3vw !important;
}


/* Genel Kapsayıcı (Container) */
.fcontainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;  /* px-4 */
  padding-right: 1rem; /* px-4 */
}

/* Farklı ekran boyutları için container genişlikleri */
@media (min-width: 640px) {
  .fcontainer {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .fcontainer {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .fcontainer {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .fcontainer {
    max-width: 1280px;
  }
}

/* Footer Ana Alanı */
.footer {
  background-color: #374151; /* bg-gray-700 */
  color: #d1d5db;         /* text-gray-300 */
  padding-top: 3rem;      /* py-12 */
  padding-bottom: 3rem;   /* py-12 */
}

/* Footer İçerik Izgarası (Grid) */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr)); /* grid-cols-1 */
  gap: 2rem; /* gap-8 */
}

/* Orta ve büyük ekranlar için ızgara yapısı */
@media (min-width: 768px) { /* md: */
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* md:grid-cols-2 */
  }
}
@media (min-width: 1024px) { /* lg: */
  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)); /* lg:grid-cols-4 */
  }
}

/* Footer Sütunları ve Başlıkları */
.footer-column h3 {
  font-size: 1.125rem; /* text-lg */
  font-weight: 600;   /* font-semibold */
  color: #ffffff;     /* text-white */
  margin-bottom: 1rem;/* mb-4 */
}

.footer-column p {
  font-size: 0.875rem; /* text-sm */
  line-height: 1.625; /* leading-relaxed */
}

/* "Daha Fazla Bilgi" Bağlantısı */
.more-info-link {
  font-size: 0.875rem;          /* text-sm */
  color: #facc15;              /* text-yellow-400 */
  margin-top: 0.5rem;           /* mt-2 */
  display: inline-flex;         /* inline-block, flex for alignment */
  align-items: center;
  text-decoration: none;
  transition: color 0.3s;
}

.more-info-link:hover {
  color: #fde047; /* hover:text-yellow-300 */
}

.more-info-link .material-icons {
  font-size: 1.125rem; /* text-sm, but adjusted for better alignment */
  vertical-align: middle;
}

/* Hızlı Bağlantılar ve Kurumsal Listeleri */
.footer-links {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem; /* space-y-2 */
}

.footer-links a {
  font-size: 0.875rem; /* text-sm */
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #facc15; /* hover:text-yellow-400 */
}

/* İletişim Bilgileri */
.contact-info {
  font-size: 0.875rem; /* text-sm */
  display: flex;
  flex-direction: column;
  gap: 0.5rem; /* space-y-2 */
}

.contact-info p {
  display: flex;
  align-items: flex-start; /* items-start for multiline address */
}
.contact-info p a{color:#fff !important;}
.contact-info .material-icons {
  color: #facc15;     /* text-yellow-400 */
  margin-right: 0.5rem; /* mr-2 */
  margin-top: 0.25rem;  /* mt-1 for alignment */
}

/* E-posta Abonelik Formu */
.subscription-form-container {
  margin-top: 1.5rem; /* mt-6 */
}

.subscription-form-container h4 {
  font-size: 1rem;       /* text-md */
  font-weight: 600;    /* font-semibold */
  color: #ffffff;      /* text-white */
  margin-bottom: 0.5rem; /* mb-2 */
}

.subscription-form {
  display: flex;
}

.subscription-form input {
  width: 100%;
  padding: 0.5rem 1rem;    /* px-4 py-2 */
  color: #1f2937;          /* text-gray-800 */
  background-color: #f3f4f6; /* bg-gray-100 */
  border-top-left-radius: 0.375rem; /* rounded-l-md */
  border-bottom-left-radius: 0.375rem;
  border: none;
}

.subscription-form input:focus {
  outline: 2px solid #facc15; /* focus:ring-2 focus:ring-yellow-400 */
  outline-offset: -1px;
}

.subscription-form button {
  background-color: #facc15; /* bg-yellow-400 */
  color: #1f2937;         /* text-gray-800 */
  font-weight: 600;      /* font-semibold */
  padding: 0.5rem 1rem;  /* px-4 py-2 */
  border-top-right-radius: 0.375rem; /* rounded-r-md */
  border-bottom-right-radius: 0.375rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.subscription-form button:hover {
  background-color: #eab308; /* hover:bg-yellow-500 */
}


/* Footer Alt Kısım (Copyright ve Sosyal Medya) */
.footer-bottom {
  margin-top: 3rem; /* mt-12 */
  border-top: 1px solid #4b5563; /* border-t border-gray-600 */
 /* padding-top: 2rem;*/ /* pt-8 */
  display: flex;
  flex-direction: column; /* flex-col */
  justify-content: space-between;
  align-items: center;
  padding-top:3rem;
}

@media (min-width: 768px) { /* md: */
  .footer-bottom {
    flex-direction: row; /* md:flex-row */
  }
}

.fcopyright {
  font-size: 0.875rem; /* text-sm */
  color: #9ca3af;     /* text-gray-400 */
  margin-bottom:0;
}

.social-links {
  display: flex;
  gap: 1rem; /* space-x-4 */
  margin-top: 1rem; /* mt-4 */
}

@media (min-width: 768px) { /* md: */
  .social-links {
    margin-top: 0; /* md:mt-0 */
  }
}

.social-links a {
  color: #9ca3af; /* text-gray-400 */
  transition: color 0.3s;
}

.social-links a:hover {
  color: #ffffff; /* hover:text-white */
}

.social-links svg {
  height: 2.5rem; /* h-6 */
  width: 2.5rem;  /* w-6 */
}

/* En Alt Yasal Bağlantılar */
.footer-legal {
  margin-top: 2rem;   /* mt-8 */
  text-align: center; /* text-center */
}

@media (min-width: 768px) { /* md: */
  .footer-legal {
    text-align: left; /* md:text-left */
  }
}

.footer-legal a {
  font-size: 0.75rem; /* text-xs */
  color: #6b7280;     /* text-gray-500 */
  text-decoration: none;
  margin-right: 1rem; /* mr-4 */
  transition: color 0.3s;
}

.footer-legal a:last-child {
  margin-right: 0;
}

.footer-legal a:hover {
  color: #facc15; /* hover:text-yellow-400 */
}

.carousel-item img{height:auto}
.field__item .paragraph--view-mode--default p b{
font-weight:600 !important}