﻿@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
/* REFERANSLAR */
.info-tedarik {
    position: relative;
    font-size: 13px;
    line-height: 30px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 1px;
    margin: 0 auto 25px;
    color: #000;
}

.referans101 {
    position: relative;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: #fff;
    padding: 100px 0;
}

    .referans101 > div > div.dt {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .referans101 > div > div > div.mb {
        margin-bottom: 100px;
    }

    .referans101 > div > div > div > .line {
        background-color: #000;
        width: 15%;
        height: 1px;
        margin: 10px auto;
    }

    .referans101 > div > div > div > h1 {
        position: relative;
        letter-spacing: -.02em;
        margin-bottom: 1.5em !important;
        font-weight: 500;
        color: #000;
        font-size: 13px;
        line-height: 1.75em;
        text-transform: none;
        text-align: center;
    }

    .referans101 > div > div > div > h2 {
        font-size: 42px;
        font-weight: 700;
        margin: 25px auto;
        color: #000;
        text-align: center;
    }

    .referans101 > div > div > div > p {
        position: relative;
        font-size: 12px;
        line-height: 26px;
        color: #000;
        font-weight: 400;
        font-style: normal;
        text-align: center;
    }

    .referans101 > div > div > .col-block > .item-col {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        margin-bottom: 50px;
        padding-right: 10px;
        padding-left: 10px;
    }

        .referans101 > div > div > .col-block > .item-col > .inner {
            display: flex;
            flex-wrap: wrap;
        }

            .referans101 > div > div > .col-block > .item-col > .inner > .column_container {
                display: flex;
                align-items: flex-start;
            }

                .referans101 > div > div > .col-block > .item-col > .inner > .column_container > h6 {
                    font-size: 48px;
                    font-weight: 700;
                    color: rgb(209, 220, 236);
                    display: inline-block;
                    margin-top: 0;
                    margin-bottom: 0.5em;
                    position: relative;
                    line-height: 1.2em;
                    text-transform: uppercase;
                }

                .referans101 > div > div > .col-block > .item-col > .inner > .column_container > .column-inner {
                    border-bottom: 2px solid #eee;
                }

                    .referans101 > div > div > .col-block > .item-col > .inner > .column_container > .column-inner > h5 {
                        display: inline-block;
                        margin-top: 0;
                        margin-bottom: 0.5em;
                        position: relative;
                        font-weight: 700;
                        line-height: 1.5em;
                        font-size: 20px;
                        color: #000000;
                    }

    .referans101 > div > div > a.tus {
        position: relative;
        display: inline-block;
        margin: 15px auto;
        border: 1px solid #1e2548;
        box-shadow: 0 0 0 0 #1e2548 inset;
        color: #1e2548;
        font-size: 12px;
        font-weight: 600;
        background-color: transparent;
        padding: 1.2em 1.8em;
        border-radius: 50px;
        outline: none;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .referans101 > div > div > a.tus:hover,
        .referans101 > div > div > a.tus:active {
            box-shadow: 0 0 0 4em #1e2548 inset, 0 5px 15px rgb(0 0 0 / 10%);
            color: #ffffff;
            transform: translateY(-3px);
        }

    .referans101 > div > .referance-box {
        position: relative;
        -webkit-box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%);
        -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.05);
        box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%);
        background-color: #ffffff !important;
        border-radius: 10px !important;
    }

    .referans101 > div > div > .referances_area {
        position: relative;
        height: 25vh;
        border-right-width: 1px !important;
        border-bottom-width: 1px !important;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        border-right-color: #eeeeee !important;
        border-right-style: solid !important;
        border-bottom-color: #eeeeee !important;
        border-bottom-style: solid !important;
    }

        .referans101 > div > div > .referances_area > .in {
            height: calc(100%);
        }

            .referans101 > div > div > .referances_area > .in > .ig {
                position: relative;
                width: 100%;
                height: 100%;
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center center;
            }

.mobil {
    display: none;
}

@media (max-width: 991px) {
    .referans101 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 25px 0;
    }

        .referans101 > div > .referance-box {
            display: none;
        }

        .referans101 > div > div > div.mb {
            margin-bottom: 10px;
        }

    .mobil {
        display: block;
    }
}
/* REFERANSLAR */
/* BANNER */
.hukuk-banner2 {
    position: relative;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: #fff;
    margin-bottom: 25px;
}

    .hukuk-banner2 > div > div > div {
        padding: 0;
    }

        .hukuk-banner2 > div > div > div > .image {
            position: relative;
            height: 60vh;
        }

            .hukuk-banner2 > div > div > div > .image > .image_in {
                height: calc(100%);
            }

                .hukuk-banner2 > div > div > div > .image > .image_in > .ig {
                    position: relative;
                    width: 100%;
                    height: 100%;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: center center;
                    background-blend-mode: overlay;
                    display: block;
                }

                    .hukuk-banner2 > div > div > div > .image > .image_in > .ig.first {
                        background-color: rgba(0, 0, 0, 0);
                    }

                    .hukuk-banner2 > div > div > div > .image > .image_in > .ig.four {
                        background-color: rgba(0, 0, 0, 0);
                    }

            .hukuk-banner2 > div > div > div > .image > .write {
                position: absolute;
                left: 10%;
                right: 0;
                top: 0;
                bottom: 50%;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                align-items: center;
                justify-content: center;
            }

                .hukuk-banner2 > div > div > div > .image > .write.solend {
                    position: absolute;
                    left: 10%;
                    right: 0;
                    top: 0;
                    bottom: 10%;
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flex;
                    display: -o-flex;
                    align-items: center;
                    justify-content: center;
                }

                .hukuk-banner2 > div > div > div > .image > .write > .in {
                    align-self: flex-end;
                }

                    .hukuk-banner2 > div > div > div > .image > .write > .in > h1 {
                        color: #fff;
                        font-size: 24px;
                    }

                    .hukuk-banner2 > div > div > div > .image > .write > .in > a {
                        color: #fff;
                        font-size: 16px;
                    }

                    .hukuk-banner2 > div > div > div > .image > .write > .in > h3 {
                        color: #fff;
                        font-size: 12px;
                    }

@media (max-width:767px) {
    .hukuk-banner2 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .hukuk-banner2 > div > div > div > .image > .write > .in > h1,
        .hukuk-banner2 > div > div > div > .image > .write > .in > h1 * {
            font-size: x-large !important;
        }

        .hukuk-banner2 > div > div > div > .image > .write > .in > a,
        .hukuk-banner2 > div > div > div > .image > .write > .in > a * {
            font-size: medium !important;
        }

        .hukuk-banner2 > div > div > div > .image > .write > .in > h3,
        .hukuk-banner2 > div > div > div > .image > .write > .in > h3 * {
            font-size: small !important;
        }

        .hukuk-banner2 > div > div > div > .image {
            height: 30vh;
        }

            .hukuk-banner2 > div > div > div > .image > .write > .in {
                align-self: center;
            }

            .hukuk-banner2 > div > div > div > .image > .write.solend {
                left: 0;
            }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
    .hukuk-banner2 > div > div > div > .image {
        position: relative;
        height: 25vh;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
    .hukuk-banner2 > div > div > div > .image {
        position: relative;
        height: 40vh;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .hukuk-banner2 > div > div > div > .image {
        position: relative;
        height: 35vh;
    }
}
/* BANNER */
/* BANNER */
.hukuk-banner1 {
    position: relative;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: #fff;
    padding: 5% 0;
}

    .hukuk-banner1 > div > div > .line {
        background-color: #000;
        width: 15%;
        height: 1px;
        margin: 10px auto;
    }

    .hukuk-banner1 > div > div > h1 {
        font-size: 42px;
        font-weight: 700;
        margin: 25px auto;
        color: #000;
        text-align: center;
    }

    .hukuk-banner1 > div > div > h2 *,
    .hukuk-banner1 > div > div > h2 {
        font-size: 12px;
        line-height: 26px;
        color: #000;
        font-weight: 400;
        font-style: normal;
        text-align: center;
    }

    .hukuk-banner1 > div > div > h3 {
        position: relative;
        letter-spacing: -.02em;
        margin-bottom: 1.5em !important;
        font-weight: 500;
        color: #000;
        font-size: 13px;
        line-height: 1.75em;
        text-transform: none;
        text-align: center;
    }

    .hukuk-banner1 > div > div > .banner-item {
        position: relative;
        margin: 10px;
        min-width: 220px;
        max-width: 360px;
        width: 100%;
        float: left;
        margin-bottom: 75px;
    }

        .hukuk-banner1 > div > div > .banner-item * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

        .hukuk-banner1 > div > div > .banner-item > a > img {
            max-width: 100%;
            vertical-align: top;
        }

        .hukuk-banner1 > div > div > .banner-item > a:before {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 20px 20px 0 20px;
            border-color: #34495e transparent transparent transparent;
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            -webkit-transform: translate(-50%, -15px);
            transform: translate(-50%, -15px);
            z-index: -1;
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

        .hukuk-banner1 > div > div > .banner-item > figcaption {
            opacity: 1;
            bottom: -60px;
            box-shadow: 0 20px 40px rgba(0,0,0,.06);
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            padding: 25px;
            background: #fff;
            position: absolute;
            z-index: 0;
            width: calc(100% - 40px);
            margin: 0 20px;
        }

        .hukuk-banner1 > div > div > .banner-item:hover > figcaption {
            bottom: -50px;
        }

        .hukuk-banner1 > div > div > .banner-item > figcaption > h3 {
            color: #000;
            font-size: 14px;
            font-weight: 600;
        }

        .hukuk-banner1 > div > div > .banner-item > figcaption > h5 {
            font-size: 16px;
            color: #000;
        }

            .hukuk-banner1 > div > div > .banner-item > figcaption > h5 > font {
                float: right;
            }

        .hukuk-banner1 > div > div > .banner-item:hover > a > img:before {
            border-color: #34495e transparent transparent transparent;
            -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
        }

        .hukuk-banner1 > div > div > .banner-item:hover > a > img {
            opacity: 0.2;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
        }

    .hukuk-banner1 > div > div.center {
        text-align: center;
    }

@media (max-width:767px) {
    .hukuk-banner1 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .hukuk-banner1 > div > div > .banner-item {
            max-width: 95%;
        }

            .hukuk-banner1 > div > div > .banner-item > a > img {
                width: 100%;
            }

        .referans101 > div > div > div > h2, .referans101 > div > div > div > h2 *,
        .hukuk-banner1 > div > div > h1, .hukuk-banner1 > div > div > h1 * {
            font-size: x-large !important;
        }

        .referans101 > div > div > div > p, .referans101 > div > div > div > p *,
        .referans101 > div > div > div > h1,
        .referans101 > div > div > div > h1 *,
        .hukuk-banner1 > div > div > h2, .hukuk-banner1 > div > div > h2 *,
        .hukuk-banner1 > div > div > h3, .hukuk-banner1 > div > div > h3 *,
        .hukuk-banner1 > div > div > .banner-item > figcaption > h3,
        .hukuk-banner1 > div > div > .banner-item > figcaption > h3 *,
        .hukuk-banner1 > div > div > .banner-item > figcaption > h5,
        .hukuk-banner1 > div > div > .banner-item > figcaption > h5 * {
            font-size: small !important;
        }

        .hukuk-banner1 > div > div > .banner-item > figcaption {
            position: relative;
            bottom: 0;
            width: 100%;
            margin: 0;
        }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .hukuk-banner1 > div > div > .banner-item {
        max-width: 220px;
    }

    .hukuk-banner1 > div > div > h1, .hukuk-banner1 > div > div > h1 * {
        font-size: x-large !important;
    }

    .hukuk-banner1 > div > div > h2, .hukuk-banner1 > div > div > h2 *,
    .hukuk-banner1 > div > div > h3, .hukuk-banner1 > div > div > h3 *,
    .hukuk-banner1 > div > div > .banner-item > figcaption > h3,
    .hukuk-banner1 > div > div > .banner-item > figcaption > h3 *,
    .hukuk-banner1 > div > div > .banner-item > figcaption > h5,
    .hukuk-banner1 > div > div > .banner-item > figcaption > h5 * {
        font-size: small !important;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .hukuk-banner1 > div > div > .banner-item {
        max-width: 300px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .hukuk-banner1 > div > div > .banner-item {
        max-width: 300px;
    }
}
/* BANNER */
/* FOOTER */
.footer102 {
    width: 100%;
    background-color: #292e33;
    color: rgba(255,255,255,.483);
    padding-top: 90px;
    padding-bottom: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-blend-mode: overlay;
}

    .footer102 > div {
        padding: 0;
    }

        .footer102 > div > div > .contact-area {
            padding: 55px 90px;
            box-shadow: 0px 15px 50px 0px rgb(0 0 0 / 19%);
            background-color: #1e2548;
            border-radius: 10px;
            transition: box-shadow .3s,transform .65s cubic-bezier(.23,1,.32,1);
            width: 100%;
            position: relative;
            z-index: 0;
        }

            .footer102 > div > div > .contact-area > .row {
                display: flex;
                align-items: center;
                justify-content: center;
            }


                .footer102 > div > div > .contact-area > .row > .text > h1 {
                    font-weight: bold;
                    letter-spacing: -0.02em;
                    line-height: 1em;
                    font-size: 52px;
                    color: #fff !important;
                }

                .footer102 > div > div > .contact-area > .row > .contact-button {
                    text-align: right;
                }

                    .footer102 > div > div > .contact-area > .row > .contact-button > a.tus {
                        position: relative;
                        display: inline-block;
                        text-decoration: none;
                        background-color: #fff;
                        color: #000;
                        cursor: pointer;
                        padding: 1.15em 2.1em;
                        margin: 30px auto 15px;
                        font-size: 13px;
                        text-align: center;
                        font-weight: 700;
                        line-height: 1.1em;
                        border-radius: 4px;
                        transition: all .3s;
                    }

                        .footer102 > div > div > .contact-area > .row > .contact-button > a.tus:hover,
                        .footer102 > div > div > .contact-area > .row > .contact-button > a.tus:active {
                            transform: translate3d(0,-2px,0);
                            box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
                        }

        .footer102 > div > div > div > div > .logo {
            position: relative;
            display: block;
            margin-bottom: 40px;
        }

        .footer102 > div > div > div > div > h1 {
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.09em;
            color: #fff;
            line-height: 1.4em;
            margin-bottom: 20px;
        }

        .footer102 > div > div > div > ul > li {
            display: inline-block;
        }

            .footer102 > div > div > div > ul > li > a {
                display: inline-block;
                padding: 5px 0;
                font-size: 10px;
                letter-spacing: 0.07em;
                line-height: inherit;
                color: rgba(255,255,255,.483);
            }

                .footer102 > div > div > div > ul > li > a:after {
                    content: '|';
                    padding: 0 10px;
                }

            .footer102 > div > div > div > ul > li:last-child > a:after {
                content: '';
            }

        .footer102 > div > div > div > div > h2,
        .footer102 > div > div > div > div > ul > li > a,
        .footer102 > div > div > div > p {
            display: inline-block;
            padding: 5px 0;
            font-size: 13px;
            letter-spacing: 0.07em;
            line-height: inherit;
            color: rgba(255,255,255,.483);
        }

            .footer102 > div > div > div > div > ul > li > a.other {
                font-size: 12px;
                font-weight: 500;
                letter-spacing: 0.09em;
                color: #fff;
                line-height: 1.4em;
                margin-bottom: 20px;
            }

        .footer102 > div > div > div > div > h3 {
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 0.09em;
            color: #fff;
            line-height: 1.4em;
            margin-bottom: 20px;
        }

        .footer102 > div > div > div > form {
            padding: 0 15px;
        }

        .footer102 > div > div > div > .form > .input-group {
            display: block;
        }

            .footer102 > div > div > div > .form > .input-group > div {
                padding: 0;
            }

                .footer102 > div > div > div > .form > .input-group > div > input {
                    position: relative;
                    font-size: 13px;
                    line-height: 40px;
                    border: none;
                    cursor: pointer;
                    width: 100%;
                    padding: 0 1.75em;
                    height: 50px;
                    border-radius: 4px;
                    background: rgba(255, 255, 255, 0.08);
                    color: rgba(255, 255, 255, 0.81);
                }

                    .footer102 > div > div > div > .form > .input-group > div > input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
                        color: #fff;
                        opacity: 1;
                    }

                    .footer102 > div > div > div > .form > .input-group > div > input:-ms-input-placeholder { /* Internet Explorer 10-11 */
                        color: #fff;
                    }

                    .footer102 > div > div > div > .form > .input-group > div > input::-ms-input-placeholder { /* Microsoft Edge */
                        color: #fff;
                    }

                .footer102 > div > div > div > .form > .input-group > div > .btn-bulten {
                    background: rgba(255, 255, 255, 0.11);
                    position: absolute !important;
                    top: 0;
                    right: 0;
                    border: none;
                    color: #fff;
                    font-size: 12px;
                    cursor: pointer;
                    padding: 15px;
                    overflow: hidden;
                    height: 50px;
                }

                    .footer102 > div > div > div > .form > .input-group > div > .btn-bulten:after {
                        content: '';
                        position: absolute;
                        z-index: 0;
                        -webkit-transition: all 0.3s;
                        -moz-transition: all 0.3s;
                        transition: all 0.3s;
                        width: 0;
                        height: 103%;
                        top: 50%;
                        left: 50%;
                        background: rgba(0, 0, 0, .5);
                        opacity: 0;
                        -webkit-transform: translateX(-50%) translateY(-50%);
                        -moz-transform: translateX(-50%) translateY(-50%);
                        -ms-transform: translateX(-50%) translateY(-50%);
                        transform: translateX(-50%) translateY(-50%);
                    }

                    .footer102 > div > div > div > .form > .input-group > div > .btn-bulten:hover:after {
                        width: 90%;
                        opacity: 1;
                    }

        .footer102 > div > div > .text-right {
            text-align: right;
        }

    .footer102 > #toTop {
        position: fixed;
        cursor: pointer;
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        display: block;
        text-align: center;
        text-decoration: none;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius: 35px;
        display: none;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-box-shadow: 0px 15px 130px 0px #1f1f1f;
        -moz-box-shadow: 0px 15px 130px 0px #1f1f1f;
        box-shadow: 0px 15px 130px 0px #1f1f1f;
    }

        .footer102 > #toTop:hover {
            background-color: rgba(0, 0, 0, 0.5);
        }

        .footer102 > #toTop > .icon_area {
            color: #b3b3b3;
            margin: 0;
            position: relative;
            top: 15px;
            font-size: 30px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .footer102 > #toTop:hover > .icon_area {
            color: #fff;
            top: -15%;
        }

    .footer102 > div > .line {
        height: 1px;
        background-color: rgba(255,255,255,0.12);
        margin: 30px auto;
        float: left;
        width: 100%;
    }

    .footer102 > div > div > div > .social {
        float: left;
    }

        .footer102 > div > div > div > .social > a {
            display: inline-block;
            margin: 0 5px;
            width: 35px;
            font-size: 24px;
            color: #fff;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            text-align: center;
        }

            .footer102 > div > div > div > .social > a:hover {
                opacity: .5;
            }

@media (min-width: 768px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

@media (max-width:991px) {
    .footer102 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .footer102 > div > div > .contact-area {
            padding: 15px 10px;
        }

            .footer102 > div > div > .contact-area > .row > .text > h1,
            .footer102 > div > div > .contact-area > .row > .text > h1 * {
                font-size: large !important;
            }

        .footer102 > div > div > div > div > h1,
        .footer102 > div > div > div > div > ul {
            text-align: left;
        }

            .footer102 > div > div > div > div > h1:before {
                float: right !important;
                content: '\f067';
                font-family: FontAwesome;
                padding-right: 5px;
            }

            .footer102 > div > div > div > div > h1.plus:before {
                content: '\f068';
            }

        .footer102 > div > div > div > div.follow > h1:before,
        .footer102 > div > div > div > div.follow > h1.plus:before {
            content: '';
        }

        .footer102 > div > div {
            margin: 0 auto;
            padding: 0 15px;
        }

            .footer102 > div > div > .contact-area > .row > .contact-button,
            .footer102 > div > div > div > div, .footer102 > div > div > div > .social, .footer102 > div > div > div > p {
                text-align: center;
            }

            .footer102 > div > div > div > .form > .input-group > div > .btn-bulten {
                margin-bottom: 5px;
            }

            .footer102 > div > div > div > .form > .input-group {
                display: block;
            }

            .footer102 ul,
            .footer102 > div > div > .text-right {
                text-align: center;
            }
}
/* FOOTER */
/* İletişim */
.contact-middle {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: visible;
}

    .contact-middle > .elementor-row {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
    }

        .contact-middle > .elementor-row > .address_box {
            width: 35%;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            /*.contact-middle > .elementor-row > .address_box::after {
                position: absolute;
                content: '';
                width: 30px;
                height: 30px;
                background: #1e2548;
                top: 50%;
                right: 0;
                z-index: 99;
                clip-path: polygon(0 0,100% 0,0 100%);
                transform: translate(-70%,-50%) rotate( 135deg);
            }*/

            .contact-middle > .elementor-row > .address_box > .address_box_inset {
                background-color: #1e2548;
                transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
                margin: 0 0 0 35px;
                border-radius: 7px 7px 7px 7px;
                padding: 0;
                width: 100%;
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-background-overlay {
                    border-radius: 7px 7px 7px 7px;
                    mix-blend-mode: luminosity;
                    transition: background .3s,border-radius .3s,opacity .3s;
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    opacity: .14;
                    height: 100%;
                    width: 100%;
                    top: 0;
                    left: 0;
                    position: absolute;
                }

                .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap {
                    align-content: center;
                    align-items: center;
                    padding: 50px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    position: relative;
                    width: 100%;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    -ms-flex-line-pack: start;
                    align-content: flex-start;
                }

                    .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget {
                        width: 100%;
                        position: relative;
                    }

                        .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item {
                            font-weight: bold;
                            line-height: 1.2em;
                            font-size: 18px;
                        }

                            .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a {
                                margin: 0px 0 15px;
                                -webkit-box-align: center;
                                -ms-flex-align: center;
                                align-items: center;
                                -webkit-transition: all .4s ease;
                                transition: all .4s ease;
                                position: relative;
                                display: -webkit-box;
                                display: -ms-flexbox;
                                display: flex;
                                -webkit-box-align: center;
                                -ms-flex-align: center;
                                align-items: center;
                                font-size: inherit;
                                text-decoration: none;
                                outline: 0;
                            }

                                .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a > .list_content {
                                    text-align: center;
                                    width: 100%;
                                }

                                    .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a > .list_content > .address-icon-list-text {
                                        color: #fff;
                                        margin: 0;
                                        display: block;
                                        margin-bottom: 0;
                                    }

                                        .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a > .list_content > .address-icon-list-text > .title {
                                            position: relative;
                                            margin: 5px auto;
                                            display: inherit;
                                        }

                                        .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a > .list_content > .address-icon-list-text > .titletop {
                                            position: relative;
                                            font-size: 32px;
                                            font-weight: 600;
                                        }

                                        .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a > .list_content > .address-icon-list-text > .subtitle {
                                            font-size: 15px;
                                            line-height: 2em;
                                            font-weight: 500;
                                            color: #fff;
                                            padding: 8px 0 0;
                                            font-style: normal;
                                            display: block;
                                            -webkit-transition: all .4s ease;
                                            transition: all .4s ease;
                                        }

                    .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-button::before {
                        position: absolute;
                        width: 8px;
                        height: 8px;
                        background: #fff;
                        content: '';
                        left: -20px;
                        transition: all .3s !important;
                        top: 11px;
                        border-radius: 50%;
                    }

                    .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-button {
                        position: relative;
                        z-index: 2;
                        width: 100%;
                    }

                        .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-button > a {
                            padding: 0;
                            font-size: 16px;
                            font-weight: 500;
                            text-decoration: underline;
                            background-color: transparent;
                            border-style: none;
                            border-radius: 5px;
                            color: #fff;
                            position: relative;
                            display: inline-block;
                            line-height: 1;
                            -webkit-user-select: none;
                            -moz-user-select: none;
                            -ms-user-select: none;
                            user-select: none;
                            white-space: nowrap;
                            vertical-align: middle;
                            text-align: center;
                            -webkit-transition: all .4s ease;
                            transition: all .4s ease;
                        }

                            .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-button > a::before {
                                position: absolute;
                                content: "";
                                border-radius: inherit;
                                -webkit-transition: all .4s ease;
                                transition: all .4s ease;
                                z-index: -1;
                                top: 0;
                                left: 0;
                                height: 100%;
                                width: 100%;
                                background-size: 102% 102%;
                                opacity: 0;
                            }

        .contact-middle > .elementor-row > .map_box {
            width: 65%;
            background-color: #FFFFFF;
            box-shadow: 0px 10px 35px 0px rgb(0 0 0 / 10%);
            transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
            padding: 50px 35px 50px 35px;
            overflow: visible;
            border-radius: 6px 6px 6px 6px;
            position: relative;
        }

            .contact-middle > .elementor-row > .map_box > .map-area {
                width: 100%;
            }

                .contact-middle > .elementor-row > .map_box > .map-area > .wrap {
                    position: relative;
                    width: 100%;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    -ms-flex-line-pack: start;
                    align-content: flex-start;
                }

                    .contact-middle > .elementor-row > .map_box > .map-area > .wrap > .google_maps {
                        width: 100%;
                        position: relative;
                        line-height: 0;
                    }

                        .contact-middle > .elementor-row > .map_box > .map-area > .wrap > .google_maps > iframe {
                            height: 385px;
                            filter: brightness( 87% ) contrast( 143% ) saturate( 0% ) blur( 0px ) hue-rotate( 215deg );
                            max-width: 100%;
                            width: 100%;
                            margin: 0;
                            line-height: 1;
                            border: none;
                        }

            .contact-middle > .elementor-row > .map_box > .row {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin-right: -15px;
                margin-left: -15px;
            }

                .contact-middle > .elementor-row > .map_box > .row .form-group {
                    position: relative;
                    margin: 1rem;
                }

            .contact-middle > .elementor-row > .map_box > h1 {
                color: rgb(16, 16, 16);
                margin: 0px 0px 15px;
                font-size: 32px;
                font-weight: 900;
                line-height: 54px;
                text-align: center;
            }

.form-group td {
    padding: 0 10px;
}

    .form-group td label {
        padding-left: 10px;
        cursor: pointer;
    }

.form-group .label {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1.0rem;
    padding: 0;
}

.form-group .form-control {
    padding: 12px 16px 12px 16px;
    border-radius: 5px 5px 5px 5px;
    background-color: #f6f7f9;
    font-size: 12px;
    border: 1px solid #02010100;
    height: 45px;
    color: #000;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 1.5;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-box-shadow: 0px 16px 32px 0px rgb(32 85 125 / 10%);
    box-shadow: 0px 16px 32px 0px rgb(32 85 125 / 10%);
}

    .form-group .form-control:focus,
    .form-group .form-control:active {
        border-color: #1e2548 !important;
        color: #000;
        background-color: #fff;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

.form-group .fa {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #1e2548;
}

textarea.form-control {
    height: 150px !important;
}

.form-group > .btn {
    display: block;
    margin: 10px auto;
    cursor: pointer;
    color: #fff;
    background-color: #1e2548;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #1e2548;
    box-sizing: border-box;
    transform: translateY(0);
    padding: 10px 25px;
    font-size: 14px;
    transition: all .2s ease-in-out;
    border-radius: 5px !important;
    margin-bottom: 0.75rem !important;
}

    .form-group > .btn:hover {
        color: #fff;
        background-color: #B82229;
        border-color: #B82229;
        transform: translateY(-0.15rem);
        box-shadow: 0 0.25rem 0.75rem rgb(30 34 40 / 15%);
        color: #fff;
    }

section > iframe {
    display: block;
}
/* İletişim */
/* VİDEO BREADCRUMB */
.demo-video-wrapper {
    background-image: url('../img/breadcrumb-video.jpg');
}

/* Video overlay and content */
.c-bookmark {
    height: 4.6875rem;
    width: 13.75rem;
    position: fixed;
    right: 0;
    top: 35%;
    background-color: #1e2548;
    color: #fff;
    z-index: 110;
    transform: rotate(-90deg) translateY(100%);
    transform-origin: right top;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px 0 0 0;
    transform: rotate(-90deg) translateY(-100%);
    transition: transform .9s cubic-bezier(0.4, 0, 0, 1),background-color .9s cubic-bezier(0.4, 0, 0, 1);
}

    .c-bookmark:focus,
    .c-bookmark:hover {
        color: #fff;
        background-color: #B82229;
    }

.c-bookmark_label {
    font-size: .875rem;
    text-transform: uppercase;
    position: relative;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    overflow: hidden;
}

.c-bookmark:focus .c-bookmark_label > span:nth-of-type(1),
.c-bookmark:hover .c-bookmark_label > span:nth-of-type(1) {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
}

.c-bookmark:focus .c-bookmark_label > span:nth-of-type(2),
.c-bookmark:hover .c-bookmark_label > span:nth-of-type(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.c-bookmark_label > span {
    display: block;
    transition: opacity .3s cubic-bezier(0.4, 0, 0, 1),transform .6s cubic-bezier(0.4, 0, 0, 1);
}

    .c-bookmark_label > span:nth-child(2) {
        position: absolute;
        top: 0;
        bottom: 0;
    }

    .c-bookmark_label > span:nth-of-type(2) {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background-color: #000;
    opacity: 0.7;
}

.video-hero--content {
    position: relative;
    text-align: center;
    color: #FFF;
    margin: 200px 0 100px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

    .video-hero--content h2 {
        font-family: Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Fira Sans,Helvetica Neue,Arial,sans-serif;
        font-size: 12px;
        margin-top: 0;
        letter-spacing: .075em;
        text-transform: uppercase;
        color: #d63e2d;
        font-weight: 900;
        margin-bottom: 15px;
    }

    .video-hero--content p {
        font-size: 3em;
        display: inline-block;
        text-align: center;
        font-style: inherit;
        font-family: Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Fira Sans,Helvetica Neue,Arial,sans-serif;
        line-height: normal;
        letter-spacing: .05em;
        font-weight: 600;
        color: #fff;
        margin-bottom: 25px;
    }

.page-width {
    width: 92%;
    max-width: 960px;
    margin: 0 auto;
}

.jquery-background-video-wrapper {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jquery-background-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

/* VİDEO BREADCRUMB */
/* WhatsApp */
.call-now-button {
    z-index: 9999;
    clear: both;
    margin: 0 auto;
    position: fixed;
    border-radius: 50px;
}

    .call-now-button div {
        display: flex;
        cursor: pointer;
    }

        .call-now-button div a .quick-alo-ph-img-circle, .call-now-button div a .quick-alo-phone-img-circle {
            background-color: #0c3;
        }

.quick-alo-ph-circle.active {
    width: 130px;
    height: 130px;
    top: -40px;
    left: -40px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,.4);
    opacity: 1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-ph-circle-fill.active {
    width: 80px;
    height: 80px;
    top: -15px;
    left: -15px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-phone-img-circle.shake {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    background: url(../img/whatsapp-logo.png) no-repeat center center;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1;
    }
}

@keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}


.call-now-button {
    bottom: 5%;
    right: 8%;
    background: transparent;
}

/* WhatsApp */
/* Cookie */
.cookie-container {
    position: fixed;
    z-index: 2147483645;
    max-width: 375px;
    bottom: 1em;
    left: 1em;
    font-size: 16px;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 48%;
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 3px 16px 0 rgb(0 0 0 / 26%);
    -webkit-box-shadow: 0 3px 16px 0 rgb(0 0 0 / 26%);
    -moz-box-shadow: 0 3px 16px 0 rgb(0 0 0 / 26%);
    box-shadow: 0 3px 16px 0 rgb(0 0 0 / 26%);
}

    .cookie-container > .cookie_inset {
        float: right;
        margin: 5px 15px;
        display: inline-block;
        cursor: pointer;
    }

        .cookie-container > .cookie_inset > .cookie-button {
            display: inline-block;
            padding: 0;
            border: none;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzQ4LjMzM3B4IiBoZWlnaHQ9IjM0OC4zMzNweCIgdmlld0JveD0iMCAwIDM0OC4zMzMgMzQ4LjMzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQ4LjMzMyAzNDguMzM0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzU2NTY1NiIgZD0iTTMzNi41NTksNjguNjExTDIzMS4wMTYsMTc0LjE2NWwxMDUuNTQzLDEwNS41NDljMTUuNjk5LDE1LjcwNSwxNS42OTksNDEuMTQ1LDAsNTYuODVjLTcuODQ0LDcuODQ0LTE4LjEyOCwxMS43NjktMjguNDA3LDExLjc2OWMtMTAuMjk2LDAtMjAuNTgxLTMuOTE5LTI4LjQxOS0xMS43NjlMMTc0LjE2NywyMzEuMDAzTDY4LjYwOSwzMzYuNTYzYy03Ljg0Myw3Ljg0NC0xOC4xMjgsMTEuNzY5LTI4LjQxNiwxMS43NjljLTEwLjI4NSwwLTIwLjU2My0zLjkxOS0yOC40MTMtMTEuNzY5Yy0xNS42OTktMTUuNjk4LTE1LjY5OS00MS4xMzksMC01Ni44NWwxMDUuNTQtMTA1LjU0OUwxMS43NzQsNjguNjExYy0xNS42OTktMTUuNjk5LTE1LjY5OS00MS4xNDUsMC01Ni44NDRjMTUuNjk2LTE1LjY4Nyw0MS4xMjctMTUuNjg3LDU2LjgyOSwwbDEwNS41NjMsMTA1LjU1NEwyNzkuNzIxLDExLjc2N2MxNS43MDUtMTUuNjg3LDQxLjEzOS0xNS42ODcsNTYuODMyLDBDMzUyLjI1OCwyNy40NjYsMzUyLjI1OCw1Mi45MTIsMzM2LjU1OSw2OC42MTF6Ii8+PC9nPjwvc3ZnPg==);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            height: 12px;
            width: 12px;
        }

    .cookie-container > p {
        padding: 4px 20px 0;
        color: #000;
        font-weight: 400;
        font-size: 13px;
        clear: both;
        float: left;
        line-height: 1.5;
        margin: 0;
    }

    .cookie-container > a {
        display: block;
        float: left;
        padding: 10px 0;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        color: #000000;
        margin: 0 10px 0 20px;
    }

        .cookie-container > a:last-child {
            margin: 0;
        }

@media only screen and (max-width: 800px) {
    .cookie-container {
        width: 700px;
    }
}

@media only screen and (max-width: 700px) {
    .cookie-container {
        width: 90%;
        height: auto;
        padding: 15px;
    }
}

@media only screen and (max-width: 360px) {
    .cookie-container {
        height: auto;
        padding: 20px 45px 20px 20px;
    }

        .cookie-container .cookie-button {
            float: right;
            position: relative;
            right: auto;
            bottom: auto;
        }
}
/* Cookie */
.searcharea > h1 {
    display: inline-block;
    text-align: center;
    font-style: inherit;
    color: #fff;
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -2px;
    font-weight: 600;
    font-style: normal;
}

.searcharea > p {
    color: #fff;
    position: relative;
    font-style: inherit;
    letter-spacing: .075em;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    margin: 0 auto;
    font-weight: 400;
    font-style: normal;
}

.searcharea > .link.btn {
    display: initial;
    text-align: center;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 12px 30px;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    font-size: 12px;
    line-height: 1rem;
    margin: 0 5px;
}

    .searcharea > .link.btn.-one {
        color: #fff;
        background-color: #1e2548;
    }

    .searcharea > .link.btn:after {
        content: '';
        width: 0;
        height: 100%;
        border-radius: 5px;
        position: absolute;
        top: 0;
        left: 0;
        transition: .5s;
    }

    .searcharea > .link.btn.-one:after {
        background-color: #3B76E2;
    }

    .searcharea > .link.btn:hover:after {
        width: 100%;
        transition: .5s;
    }

    .searcharea > .link.btn span {
        position: relative;
        z-index: 1;
    }

.scroll-helper {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center;
    z-index: 0;
}

    .scroll-helper .scroll-line {
        position: initial;
        bottom: initial;
        left: initial;
        margin: 0 auto;
        height: 75px;
        width: 1px;
        background: #fff;
        display: block;
        overflow: hidden;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
    }

        .scroll-helper .scroll-line:after {
            content: '';
            width: inherit;
            height: 50%;
            background: #1e2548;
            position: absolute;
            transform: translateY(0%) scaleY(0);
            left: 0;
            z-index: 10;
            display: block;
        }

        .scroll-helper .scroll-line.init:after {
            -webkit-animation: mymove 1.5s infinite linear;
            animation: mymove 1.5s infinite linear;
            -webkit-transform-origin: top center;
            transform-origin: top center;
        }

    .scroll-helper .scroll-word {
        position: absolute;
        bottom: -30%;
        margin-left: -25px;
        opacity: 1;
        visibility: inherit;
        font-size: 12px;
        display: inline-block;
        font-style: inherit;
        line-height: 16px;
        letter-spacing: .075em;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
        color: rgb(255, 255, 255);
    }

@-webkit-keyframes mymove {
    0% {
        -webkit-transform: translateY(0%) scaleY(0);
    }

    10% {
        -webkit-transform: translateY(0%) scaleY(0.5);
    }

    30% {
        -webkit-transform: translateY(50%) scaleY(1);
    }

    45% {
        -webkit-transform: translateY(200%) scaleY(0.5);
    }

    55% {
        -webkit-transform: translateY(200%) scaleY(0);
    }

    100% {
        -webkit-transform: translateY(200%) scaleY(0);
    }
}

@keyframes mymove {
    0% {
        -webkit-transform: translateY(0%) scaleY(0);
    }

    10% {
        -webkit-transform: translateY(0%) scaleY(0.5);
    }

    30% {
        -webkit-transform: translateY(50%) scaleY(1);
    }

    45% {
        -webkit-transform: translateY(200%) scaleY(0.5);
    }

    55% {
        -webkit-transform: translateY(200%) scaleY(0);
    }

    100% {
        -webkit-transform: translateY(200%) scaleY(0);
    }
}

.responsive .slick-slide {
    padding: 10px;
}

    .responsive .slick-slide img {
        min-height: 385px;
        max-height: 385px;
        width: 100%;
    }

scrollbar {
    width: 8px;
}

scrollbar-button {
    background: #1e2548;
    color: #000;
}

scrollbar-track {
    background-color: #1e2548;
    border-left: 1px solid #1e2548;
}

scrollbar-thumb {
    background-color: #1e2548;
}

    scrollbar-thumb:hover {
        background-color: #1e2548;
    }

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-button {
    background: #f3f4f7;
    color: #eee;
}

::-webkit-scrollbar-track {
    background-color: #edeff3;
    border-left: 1px solid #edeff3;
}

::-webkit-scrollbar-thumb {
    background-color: #1e2548;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #B82229;
    }

html, body, form {
    height: 100%;
    color: #000;
    font-family: 'Spartan', sans-serif;
    font-weight: 300;
    font-size: 12px;
}

.margn5 {
    margin: 5px;
}

.full {
    width: 100%;
}

.p5 .full {
    transition: .5s ease;
    opacity: 1;
}

.Buton, .btn {
    display: block;
    line-height: 48px;
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    position: relative;
    top: 0;
    border-width: 0;
    min-width: 150px;
    border-radius: 0;
    background-color: #1e2548;
    width: 100%;
    margin-bottom: 0;
}

.satir {
    width: 100%;
    position: relative;
    padding: 0 5px;
    float: left;
    margin: 2px 0;
}

.satirY {
    width: 50%;
    position: relative;
    float: left;
    padding: 0 5px;
    min-height: 66px;
}

.container-min {
    padding: 25px;
    height: 100%;
}

.sayfa {
    width: 100%;
    padding: 10px;
    background: #fff;
    margin: 0;
    float: left;
}

.icerik {
    width: 100%;
    padding: 10px;
    float: left;
}

.p10 {
    padding: 10px;
}

h1.bslk {
    font-size: 15px;
    font-weight: bold;
    color: #2d2d2d;
    text-align: center;
    position: relative;
}

    h1.bslk::after {
        content: " ";
        width: 100%;
        height: 1px;
        background: #2d2d2d;
        position: absolute;
        left: 0;
        top: 8px;
        z-index: -2;
    }

    h1.bslk::before {
        content: " ";
        width: 250px;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0px;
        z-index: -2;
        background: #fff;
        z-index: -1;
    }

.Icbaslik {
    padding: 0 15px;
}

    .Icbaslik h3 {
        font-size: 18px;
        margin: 20px auto 0;
        text-align: left;
        font-weight: bold;
        color: #000;
    }

    .Icbaslik h4 {
        font-size: 16px;
        margin: 20px 0;
        padding: 0 120px;
        text-align: center;
        font-weight: 400;
        color: #000;
    }

.m_bslk {
    padding: 25px;
    color: #212122;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

    .m_bslk:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: -10px;
        width: 105px;
        height: 19px;
        margin: 0 0 0 -50px;
        background: url(../img/fish.png) no-repeat;
    }

input[type="checkbox"], input[type="radio"] {
    vertical-align: sub;
    width: 18px;
    height: 18px;
    top: 5px;
    margin: 5px;
    background: #eee;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    cursor: pointer;
}

    input[type="checkbox"]:checked::after, input[type="radio"]:checked::after {
        position: absolute;
        left: 3px;
        right: 3px;
        top: 3px;
        bottom: 3px;
        background: #444;
        display: block;
        content: '';
        border-radius: 0;
        border: 1px solid #fff;
    }

.sayfa select {
    height: 35px;
    border: 1px solid #e0e0e0;
    background: transparent;
    padding: 0px 10px;
    width: 100%;
    display: inline-block;
}

.GroupLabel {
    float: left;
    background: #f7faf9;
    border: 1px solid #EEF0F3;
    color: #808080;
    margin-right: 2px;
    min-width: 50px;
    display: inline-block;
    padding: 8px 5px;
    min-width: 134px;
}

.input-group .form-control {
    border-radius: 0;
}

    .input-group .form-control:focus {
        border-color: #cbbc9f;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #e3dbce;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #e3dbce;
    }

.sayfa .form-control {
    /*height: 35px;*/
    background: transparent;
    border: 1px solid #e0e0e0;
    box-shadow: none;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 5px 10px 0px 5px;
}

.sayfa .ErrorControl {
    border: 1px solid #212122;
}

.ErrorVal {
    position: absolute;
    top: -22px;
    left: 10px;
    display: inline-block;
    background: #212122;
    padding: 2px 5px;
    border-radius: 3px;
    color: #fff;
}

    .ErrorVal::after {
        content: "";
        position: absolute;
        bottom: -5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #212122 transparent transparent transparent;
        left: 30px;
    }

.Requierd span {
    background: #212122;
    color: #fff;
    padding: 20px;
    width: 100%;
}

.hTp {
    background: #9d9d9d;
    border-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    clear: both;
}

    .hTp > div > ul > li > .btnFace > i {
        position: absolute;
        left: 5px;
        font-size: 20px;
        top: 3px;
    }

.FDil > .dropdown-menu > li > a {
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 5px 25px;
}

.FDil > .dropdown-menu > li {
    display: block;
}

.FDil > .dropdown-menu {
    margin: 0;
    padding: 0;
}

.Hmdl > ul > li > a {
    margin: 10px 0;
    display: inline-block;
    position: relative;
    font-weight: 500;
    color: #7c7c7c;
}

    .Hmdl > ul > li > a > i {
        font-size: 24px;
        margin-right: 10px;
        color: #7c7c7c;
    }

    .Hmdl > ul > li > a > span {
        background: #e9e9e9;
        padding: 0px 4px;
        border-radius: 10px;
        position: absolute;
        left: 18px;
        font-size: 12px;
        top: 10px;
        font-weight: bold;
        color: #7c7c7c;
    }

.Hmd {
    text-align: right;
}

    .Hmd .info-box {
        margin: 6px 0 0;
        padding: 0 3px;
        position: relative;
        display: inline-block;
        text-align: left;
    }

        .Hmd .info-box .icons, header.index4 .info-box .icons {
            font-size: 30px;
            text-align: center;
            vertical-align: middle;
            color: #7c7c7c;
        }

        .Hmd .info-box .icons, .info-box ul {
            display: table-cell;
            padding: 0;
        }

        .Hmd .info-box li {
            position: relative;
            line-height: 45px;
            padding: 0 15px;
            font-size: 14px;
            color: #FFF;
            list-style: none;
        }

        .Hmd .info-box strong, header.index4 .info-box strong {
            color: #7c7c7c;
            font-size: 17px;
        }

        .Hmd .info-box:before {
            content: url(../img/border1.png);
            position: absolute;
            left: 0;
            top: -8px;
        }

        .Hmd .info-box:first-child:before {
            content: "";
        }

        .Hmd .info-box.first {
            padding-left: 0;
        }

.Hbt {
    border-bottom: 1px solid #e9e9e9;
}

#menu-1 > ul {
    text-align: center;
    position: relative;
}

    #menu-1 > ul > li {
        display: inline-block;
        list-style: outside none none;
        position: relative;
        border-radius: 3px;
    }

        #menu-1 > ul > li:before,
        #menu-1 > ul > li:after {
            display: block;
        }

        #menu-1 > ul > li:before {
            left: 0%;
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
        }

        #menu-1 > ul > li:after {
            left: 75%;
            -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
        }

        #menu-1 > ul > li > a {
            backface-visibility: hidden;
            color: #fff;
            font-weight: 500;
            font-size: 14px;
            display: block;
            padding: 0 1em;
            position: relative;
            text-align: center;
            text-decoration: none;
        }

            #menu-1 > ul > li > a:before {
                left: 25%;
                -webkit-transition-delay: 0.05s;
                transition-delay: 0.05s;
            }

            #menu-1 > ul > li > a:after {
                left: 50%;
                -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s;
            }

            #menu-1 > ul > li > a:hover {
                color: #ffffff;
            }

            #menu-1 > ul > li:before,
            #menu-1 > ul > li:after,
            #menu-1 > ul > li > a:before,
            #menu-1 > ul > li > a:after {
                background-color: #9d9d9d;
                position: absolute;
                width: 26%;
                top: 50%;
                bottom: 50%;
                content: '';
                z-index: -1;
                opacity: 0;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

        #menu-1 > ul > li:last-child:before,
        #menu-1 > ul > li:last-child:hover:after,
        #menu-1 > ul > li:last-child:hover a:before,
        #menu-1 > ul > li:last-child:hover a:after {
            top: 3px;
            bottom: auto;
            opacity: 1;
        }

        #menu-1 > ul > li:hover:before,
        #menu-1 > ul > li:hover:after,
        #menu-1 > ul > li:hover a:before,
        #menu-1 > ul > li:hover a:after {
            top: 0;
            bottom: 0;
            opacity: 1;
        }

        #menu-1 > ul > li:hover:before {
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
        }

        #menu-1 > ul > li:hover:after {
            -webkit-transition-delay: 0.225s;
            transition-delay: 0.225s;
        }

        #menu-1 > ul > li:hover a:before {
            -webkit-transition-delay: 0.075s;
            transition-delay: 0.075s;
        }

        #menu-1 > ul > li:hover a:after {
            -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
        }

        #menu-1 > ul > li:nth-child(7) > a {
            color: #9d9d9d;
        }

            #menu-1 > ul > li:nth-child(7):before,
            #menu-1 > ul > li:nth-child(7):after,
            #menu-1 > ul > li:nth-child(7) > a:before,
            #menu-1 > ul > li:nth-child(7) > a:after {
                background-color: #fff;
            }

.ftrSocTw > ul > li > a > i {
    font-size: 18px;
    margin: 0 4px;
    color: #7c7c7c;
    background-color: #fff;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    padding: 6px 8px;
}

.ftrSocTw > ul > li > a > .fa-twitter:hover {
    color: #fff;
    background-color: #00aced;
}

.ftrSocTw > ul > li > a > .fa-facebook:hover {
    color: #fff;
    background-color: #3b5998;
}

.ftrSocTw > ul > li > a > .fa-youtube:hover {
    color: #fff;
    background-color: #e32c28;
}

.ftrSocTw > ul > li > a > .fa-instagram:hover {
    color: #fff;
    background-color: #003569;
}

.ftrSocTw > ul > li > a > i:hover {
    color: #fff;
    background-color: #0dc5f8;
}

.ftrSocTw {
    float: left;
    padding: 19px 0;
}

.Ftr {
    border-top: 1px solid #e9e9e9;
}

.ftrt {
    padding-top: 20px;
    padding-bottom: 10px;
}

.ftrlnk ul li a {
    text-transform: capitalize;
    font-size: 12px;
}

.ftrblg ul li a, .ftrkat ul li a {
    font-size: 12px;
}

.ftrkat ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.ftrSoc > ul > li > a > i {
    font-size: 18px;
    margin: 0 5px;
    color: #5c5c5c;
}

.ftrSoc {
    text-align: center;
}

.ftrBltn .form-control {
    border-radius: 5px 5px 0 0;
    height: 35px;
    width: 200px;
}

.ftrBltn {
    position: relative;
}

.hTp_r {
    -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
    background-color: #C5161D;
    height: 50px;
    padding: 0 15px;
}

.ftrm {
    padding: 10px 0;
}

.ftrBnk img {
    margin: auto;
}

.ftrb p {
    font-size: 12px;
    padding: 5px 10px;
}

.ftrb ul li {
    font-size: 12px;
    padding: 5px 8px;
    display: block;
}

.btnSpt {
    position: absolute;
    top: 20px;
    left: -28px;
    transform: rotate(-45deg);
    background: #9d9d9d;
    color: #fff;
    padding: 3px 25px;
    text-shadow: 0px 0px 2px #000;
}

.newproduct {
    position: absolute;
    top: 15%;
    left: 0;
    transform: rotate(0deg);
    background: #9d9d9d;
    padding: 5px 15px;
    color: #fff;
    font-size: 12px;
    text-shadow: 0px 0px 2px #000;
}

.pTp {
    overflow: hidden;
    position: relative;
}

.pBtm {
    padding: 20px 5px;
    background-color: #fff;
}

.pBtm2 {
    padding: 10px 30px;
}

.pBtm::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 3px;
    display: inline-block;
    background: #9d9d9d;
    transition: width .5s ease-in;
    transform: translateX(-50%);
    left: 50%;
}

.prd:hover .pBtm::after {
    width: 100%;
    transition: width .5s ease-in;
}

.Pname {
    color: #333;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 2px;
    word-wrap: break-word;
    font-size: 14px;
}

.Pname, .Pcode {
    width: 100%;
    float: left;
    text-align: center;
}

.Pprice.tleft {
    width: 30%;
    display: inline-block;
    text-align: right;
    font-size: 12px;
    color: #000;
    padding: 10px 15px;
    cursor: pointer;
    float: right;
}

.Pprice.black {
    background: #9d9d9d;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .Pprice.black:hover {
        background: #4a4a4c;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .Pprice.black a {
        color: #fff;
    }

.product-details {
    width: 70%;
    display: inline-block;
    text-align: left;
    padding: 0 15px;
}

    .product-details h4 {
        width: 100%;
        overflow: hidden;
        letter-spacing: 1px;
        font-size: 12px;
        font-weight: bold;
    }

    .product-details h5 {
        font-size: 14px;
        color: #000;
        font-weight: 500;
    }

    .product-details h6 {
        font-size: 12px;
        color: #666;
    }

.cizikfiyat {
    position: relative;
    opacity: .7;
}

    .cizikfiyat:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        right: 0;
        border-top: 1px solid;
        border-color: inherit;
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

.btnPro {
    background: #9d9d9d;
    color: #fff;
    padding: 3px 11px;
    display: inline-block;
    font-weight: 400;
    font-size: 0.9em;
    text-transform: uppercase;
}

    .btnPro:hover {
        background: #9d9d9d;
        color: #fff;
    }

    .btnPro i {
        margin-right: 5px;
    }

.p5 {
    padding: 5px;
}

    .p5 .full:hover {
        opacity: 0.5;
    }

.f-bslk {
    font-weight: bold;
    font-size: 14px;
}

.f-icerik {
    font-weight: 400;
    font-size: 13px;
    clear: both;
}

.pr {
    padding-right: 10px;
}

.pr_ic {
    background: #f2f3ed;
}

.blk_yazi {
    position: absolute;
    right: 5%;
    top: 30px;
    width: 35%;
}

.blk_rsm {
    position: absolute;
    width: 49%;
    left: 5%;
    top: -10%;
    z-index: 0;
}

    .blk_rsm:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: -15px;
        width: 440px;
        height: 100%;
        background: url(../img/border.png) repeat;
        z-index: -1;
    }

.pl {
    padding-left: 10px;
}

.Ana_Blk {
    padding-bottom: 40px;
}

.Ana_BlkTwo {
    padding-top: 40px;
    padding-bottom: 40px;
}

video {
    padding-bottom: 40px;
    width: 100%;
}

.blok-rsm {
    margin: 25px auto;
    position: relative;
}

    .blok-rsm .fa {
        position: absolute;
        opacity: 0;
        border: 1px solid #fff;
        border-radius: 10px;
        padding: 10px;
        margin: auto;
        color: #fff;
        font-size: 40px;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        transition: all 0.5s ease;
    }

    .blok-rsm:hover .fa {
        opacity: 1;
        transition: all 0.5s ease;
    }
/* ONE BLOCK */
.blokone.text-center {
    text-align: center;
}

/*.blokone.blog {
    height: 100%;
}*/

.blokone.fixed_image {
    background-image: url('../img/background_dots_01.png');
    background-color: #f7f7f5;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

    .blokone.fixed_image > .coverage_image {
        bottom: -1px;
        position: absolute;
        right: 0;
        left: 0;
        pointer-events: none;
        z-index: -1;
    }

        .blokone.fixed_image > .coverage_image > img {
            width: 100%;
            max-width: 100%;
            height: auto;
            display: block;
            user-select: none;
            float: left;
        }

.blokone {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .blokone > div > div.row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .blokone > div > div > div > .left-top {
        width: 100%;
        position: relative;
    }

    .blokone > div > div > .right > .dtc {
        float: none;
        padding-right: 15%;
    }

        .blokone > div > div > .right > .dtc > h1 {
            position: relative;
            font-size: 38px;
            line-height: 1.2;
            letter-spacing: -2px;
            font-weight: 600;
            font-style: normal;
            word-spacing: 0px;
            padding: 10px 0 0;
            color: #000;
            margin: 0 0 23px;
        }

            .blokone > div > div > .right > .dtc > h1:after {
                content: '';
                display: block;
                width: 60px;
                height: 2px;
                border-radius: 10px;
                background: #1e2548;
                margin: 23px 0 0;
            }

            .blokone > div > div > .right > .dtc > h1 > b {
                color: #1e2548;
            }

            .blokone > div > div > .right > .dtc > h1.none:after {
                display: none;
            }

        .blokone > div > div > .right > .dtc > h2 {
            position: relative;
            font-size: 13px;
            line-height: 30px;
            font-weight: bold;
            font-style: normal;
            letter-spacing: 1px;
            word-spacing: 0px;
            text-transform: uppercase;
            color: #000;
        }

        .blokone > div > div > .right > .dtc > p {
            position: relative;
            font-size: 12px;
            line-height: 26px;
            margin: 0 0 15px;
            color: #000;
            font-weight: 400;
            font-style: normal;
        }

    .blokone > div > div > div > div > .line {
        background-color: #000;
        width: 15%;
        height: 1px;
        margin: 10px auto;
    }

    a.tus,
    .blokone > div > div > .right > .dtc > a.tus {
        position: relative;
        display: inline-block;
        margin: 15px auto;
        border: 1px solid #1e2548;
        box-shadow: 0 0 0 0 #1e2548 inset;
        color: #1e2548;
        font-size: 12px;
        font-weight: 600;
        background-color: transparent;
        padding: 1.2em 1.8em;
        border-radius: 50px;
        outline: none;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        a.tus:hover,
        .blokone > div > div > .right > .dtc > a.tus:hover {
            box-shadow: 0 0 0 4em #1e2548 inset, 0 5px 15px rgb(0 0 0 / 10%);
            color: #ffffff;
            transform: translateY(-3px);
        }

        a.tus.marj {
            margin: 5px auto 0;
        }

.row.center {
    text-align: center;
}

.searcharea .bt_bb_button_text {
    color: #fff !important;
}

.blokone.text-center,
.blokone.text-center > div > div.row {
    display: block;
}

    .blokone.text-center > div > div > .right > .dtc > h1,
    .blokone.text-center > div > div > .right > .dtc > p {
        text-align: center;
        width: 50%;
        margin: 20px auto;
    }

        .blokone.text-center > div > div > .right > .dtc > h1:after {
            display: none;
        }

    .blokone.text-center > div > div > .right > .dtc {
        padding: 0;
    }

.strip_column {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
}

    .strip_column > .strip_column_in {
        position: relative;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .strip_column > .strip_column_in > .elementor_widget_container {
            width: 100%;
            position: relative;
            padding: 0px 0px 120px 0px;
        }

            .strip_column > .strip_column_in > .elementor_widget_container > .photo_stack {
                position: relative;
                width: 100%;
                display: inline-block;
            }

                .strip_column > .strip_column_in > .elementor_widget_container > .photo_stack > .img-el:nth-child(1) {
                    top: 0;
                    left: 0;
                    float: left;
                    z-index: 10;
                }

                .strip_column > .strip_column_in > .elementor_widget_container > .photo_stack > .img-el:nth-child(2) {
                    top: 30%;
                    z-index: 9;
                    right: 0;
                    float: right;
                    position: absolute;
                }

                .strip_column > .strip_column_in > .elementor_widget_container > .photo_stack > .img-el {
                    position: relative;
                    display: inline-block;
                    width: 65%;
                    height: auto;
                }

                    .strip_column > .strip_column_in > .elementor_widget_container > .photo_stack > .img-el > .w-100 > .d-inline-block > img {
                        box-shadow: 0 0.1rem 0.5rem rgb(0 0 0 / 5%), 0 1.5rem 2.2rem rgb(0 0 0 / 10%) !important;
                        border-radius: 0.3rem !important;
                    }

.w-100 {
    width: 100% !important;
}

.margintop30 {
    margin-top: 30px !important;
}

.blog-item {
    width: 24%;
    float: left;
    margin: 5px !important;
}

.blog-in-item {
    width: 33.33%;
    float: left;
}

.card_image_item {
    border: 1px solid #dedede;
    box-shadow: 0 7px 30px -10px rgb(133 153 162 / 50%);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 600ms ease-in-out;
    cursor: pointer;
    margin: 15px;
}

    .card_image_item > .card_image > a {
        float: left;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

        .card_image_item > .card_image > a > img {
            display: block;
            margin: 0;
            line-height: 0;
            width: 100%;
            max-width: 100%;
            height: 15vw;
            transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
        }

    .card_image_item:hover > .card_image > a > img {
        transform: scale3d(1.05,1.05,1.05);
    }

    .card_image_item > .card_image_content {
        background-color: #fff;
        display: block;
        padding: 1em;
        float: left;
        width: 100%;
        text-align: left;
    }

        .card_image_item > .card_image_content > h3 {
            position: relative;
            text-align: left;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            height: 50px;
            text-overflow: ellipsis;
            font-weight: 700;
            font-size: 18px;
            line-height: 1.4;
            letter-spacing: -2px;
            margin: 0 auto;
            padding-top: 5px;
        }

        .card_image_item > .card_image_content > .button {
            position: relative;
            display: inline-block;
            margin: .5em auto;
        }

            .card_image_item > .card_image_content > .button > a {
                transition: none;
                border-radius: 50px;
                padding: 0;
                display: flex;
                flex-flow: row nowrap;
                justify-content: center;
                align-items: center;
                align-content: flex-start;
            }

                .card_image_item > .card_image_content > .button > a > .button_text {
                    font-weight: 500;
                    letter-spacing: -1px;
                    color: #000;
                    font-size: 11px;
                }

                .card_image_item > .card_image_content > .button > a > .button_icon {
                    transition: all 300ms ease;
                    margin-left: 0.5em;
                }

    .card_image_item:hover > .card_image_content > .button > a > .button_icon {
        transform: translateX(0.2em);
    }

.brand_title > h4 {
    font-size: 14px;
    text-align: left;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
    padding-top: 5px;
    text-align: center;
}

.brand_logo > img {
    padding: 20px;
    border: 1px solid rgb(222, 222, 222);
    box-shadow: rgb(133 153 162 / 50%) 0px 7px 30px -10px;
    border-radius: 10px;
    margin: 25px auto;
}

.blog-slider {
    position: relative;
}

.card_image_item.little,
.card_image_item.big {
    margin: 15px 15px 25px;
}

    .card_image_item.little > .card_image > a > img {
        height: 15vw;
    }

    .card_image_item.big > .card_image > a > img {
        height: 30vw;
    }

    .card_image_item.little > .card_image_content {
        height: 15vw;
        text-align: left;
        padding: 1.5em;
    }

        .card_image_item.little > .card_image_content > .detail {
            position: relative;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            height: 60px;
            text-overflow: ellipsis;
            margin: 5px auto;
        }

    .card_image_item.big > .card_image_content {
        position: absolute;
        z-index: 1;
        bottom: 0;
        background-color: transparent;
        text-align: left;
    }

        .card_image_item.big > .card_image_content > h3 > a {
            color: #fff;
        }

        .card_image_item.big > .card_image_content > .button {
            float: left;
            color: #fff;
        }

            .card_image_item.big > .card_image_content > .button > a > .button_icon,
            .card_image_item.big > .card_image_content > .button > a > .button_text,
            .card_image_item.big > .card_image_content > .date {
                color: #fff;
            }

.card_image_item > .card_image_content > .date {
    margin: .5em auto;
    display: block;
}

.blokone.brand,
.blokone.istatistik {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .blokone.istatistik > div > div.row {
        display: block;
    }

.blokone.istatistik {
    background: #fff url('../img/world_map.png');
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.blokone.blog {
    height: auto !important;
    background-image: url('../img/background_dots_01.png');
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

    .blokone.blog > .coverage_image {
        bottom: -1px;
        position: absolute;
        right: 0;
        left: 0;
        pointer-events: none;
        z-index: -1;
    }

        .blokone.blog > .coverage_image > img {
            width: 100%;
            max-width: 100%;
            height: auto;
            display: block;
            user-select: none;
            float: left;
        }

.wpb_column > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    text-align: left;
    margin: 50px auto;
}

    .wpb_column > .vc_column-inner > .wpb_wrapper > .stats_title {
        padding-left: 28px;
        border-left: 2px solid #1e2548;
        position: relative;
    }

        .wpb_column > .vc_column-inner > .wpb_wrapper > .stats_title > .inner > h4 {
            color: #000;
            font-weight: 700;
            font-size: 14px;
            clear: both;
        }

        .wpb_column > .vc_column-inner > .wpb_wrapper > .stats_title > .inner > h3 {
            padding: 0;
            font-weight: 700;
            line-height: 60px;
            margin-bottom: 0;
            letter-spacing: 2.5px;
            color: #1e2548;
            margin: 0 0 14px;
            font-size: 50px;
            white-space: nowrap;
            display: block;
        }

@media (max-width:991px) {
    .jquery-background-video-wrapper {
        margin-bottom: 15px;
    }

    .map_box input[type="checkbox"] {
        margin-left: 15px;
    }

    .map_box label {
        display: contents;
    }

    .card_image_item > .card_image > a > img,
    .card_image_item.little > .card_image_content,
    .card_image_item.little > .card_image > a > img {
        height: 50vw;
    }

    .card_image_item.big > .card_image > a > img {
        height: 100vw;
    }

    .blokone {
        height: auto;
        margin: 0 auto !important;
    }

        .blokone.brand > div > div {
            padding: 0 15px;
        }

        .blokone.brand, .blokone.istatistik,
        .blokone > div > div.row {
            display: block;
        }

        .blokone > div > div > .right > .dtc {
            padding: 0;
        }

        .blokone > div > div > div > .left-top, .blokone > div > div > div > .right-bottom {
            width: 100%;
            position: relative;
            display: inline-block;
            padding: 5px;
            margin: 0 auto !important;
        }

        .blokone > div > div > .right > .dtc > h1, .blokone > div > div > .right > .dtc > h1 * {
            width: 100% !important;
            font-size: small !important;
            letter-spacing: 0;
            padding: 15px;
            margin: 0px auto;
        }

        .searcharea > h1,
        .blokone > div > div > .right > .dtc > h2, .blokone > div > div > .right > .dtc > h2 * {
            font-size: medium !important;
            width: 100% !important;
            padding: 0 15px;
        }

        .searcharea > p,
        .blokone > div > div > .right > .dtc > p, .blokone > div > div > .right > .dtc > p * {
            font-size: x-small !important;
            width: 100% !important;
            padding: 0 15px;
        }

        a.tus.marj,
        a.tus, .blokone > div > div > .right > .dtc > a.tus {
            margin: 15px;
        }
}


/* ONE BLOCK */
/* Footer */
footer {
    position: relative;
    background-color: #fff;
    height: 100vh;
    padding-top: 6rem;
}

.o-container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.o-grid.-gutter {
    gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.o-grid.-col-4 {
    grid-template-columns: repeat(12, 1fr);
}

.padding_top {
    padding-top: 100px;
}

.u-gc-2\/5\@from-medium {
    grid-column-start: 2;
    grid-column-end: 5;
}

.u-gc-6\/13\@from-medium {
    grid-column-start: 6;
    grid-column-end: 13;
}

.o-grid {
    display: grid;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.c-footer_main {
    grid-template-columns: repeat(7, 1fr);
}

.c-footer_main {
    display: grid;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.c-footer_nav {
    grid-column: 2/5;
}

.c-footer_subnav {
    grid-column: 5/8;
    display: grid;
}

.c-footer_bottom {
    grid-template-columns: repeat(7, 1fr);
    padding: 5rem 0;
    margin-top: 5rem;
    grid-column: 1/-1;
    display: grid;
    -moz-column-gap: 20px;
    column-gap: 20px;
    position: relative;
}

.c-footer_bottom_nav {
    grid-column: 2/5;
    line-height: 1.2;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
}

.c-footer_nav_list_item {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -2px;
    font-weight: 600;
    font-style: normal;
    word-spacing: 0px;
    margin-bottom: 15px;
}

    .c-footer_nav_list_item:last-child {
        margin-bottom: 0;
    }

.c-footer_nav_list_item_link {
    transition: color .3s cubic-bezier(0.4, 0, 0, 1);
}

    .c-footer_nav_list_item_link:hover {
        color: #E62B33;
    }

.c-footer_subnav_list_item {
    margin-bottom: 7px;
}

.c-link {
    position: relative;
}

    .c-link:hover:before {
        transform: scaleX(1);
        transform-origin: left center;
    }

    .c-link:before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: red;
        bottom: -3px;
        left: 0;
        position: absolute;
        transform: scaleX(0);
        transform-origin: right center;
        transition: transform .3s cubic-bezier(0.4, 0, 0, 1);
        pointer-events: none;
    }

.c-footer_bottom:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #ddd;
    transform: scale3d(1, 1, 1);
    transform-origin: center right;
    transition: transform 1.2s cubic-bezier(0.4, 0, 0, 1);
}

.c-footer_socials {
    grid-column: 5/8;
}

.c-socials_list_item {
    display: inline-block;
    margin-right: 20px;
    font-size: 32px;
}

    .c-socials_list_item a {
        transition: color .3s cubic-bezier(0.4, 0, 0, 1);
    }

        .c-socials_list_item a svg {
            width: 24px;
            fill: #1e2548;
        }

        .c-socials_list_item a:hover {
            color: #E62B33;
        }

/*.absolute {
    position: absolute;
    bottom: -7%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}*/

.c-footer_copy {
    padding-top: 0px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.c-footer_lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding: 0 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.c-footer_lines_item:nth-child(1) {
    position: absolute;
    top: 20px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #ddd;
    transform: scale3d(0, 1, 1);
    transform-origin: left center;
    transition: transform 1.2s cubic-bezier(0.4, 0, 0, 1);
}

.c-footer_lines_item:nth-child(1) {
    transform: scale3d(1, 1, 1);
}

.c-footer_lines_item:nth-child(2) {
    position: absolute;
    bottom: 20px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #ddd;
    transform: scale3d(0, 1, 1);
    transform-origin: right center;
    transition: transform 1.2s cubic-bezier(0.4, 0, 0, 1);
}

.c-footer_lines_item:nth-child(2) {
    transform: scale3d(1, 1, 1);
}

.c-footer_lines_item:nth-child(3) {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    width: 1px;
    background-color: #ddd;
    transform: scale3d(1, 0, 1);
    transform-origin: center bottom;
    transition: transform 1.2s cubic-bezier(0.4, 0, 0, 1);
}

.c-footer_lines_item:nth-child(3) {
    transform: scale3d(1, 1, 1);
}

.c-footer_lines_item:nth-child(4) {
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 20px;
    width: 1px;
    background-color: #ddd;
    transform: scale3d(1, 0, 1);
    transform-origin: center top;
    transition: transform 1.2s cubic-bezier(0.4, 0, 0, 1);
}

.c-footer_lines_item:nth-child(4) {
    transform: scale3d(1, 1, 1);
}

.c-footer_lines_item:nth-child(5) {
    grid-column: 6;
    margin-top: 20px;
    height: calc(100% - 40px);
    width: 1px;
    background-color: #ddd;
    transform: scale3d(1, 0, 1);
    transform-origin: center bottom;
    transition: transform 1.2s cubic-bezier(0.4, 0, 0, 1);
}

.c-footer_lines_item:nth-child(5) {
    transform: scale3d(1, 1, 1);
}

.c-footer_title > h1 {
    position: relative;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -2px;
    font-weight: 600;
    font-style: normal;
    word-spacing: 0px;
    padding: 10px 0 0;
    color: #000;
    margin: 0 0 23px;
}

.c-footer_title > p {
    position: relative;
    font-size: 12px;
    line-height: 26px;
    margin: 0 0 15px;
    color: #000;
    font-weight: 400;
    font-style: normal;
}

@media (max-width: 999px) {
    .c-footer_lines_item:nth-child(5) {
        display: none;
    }
}
/* Footer */
@media(max-width:767px) {
    .padding_top {
        padding-top: 0;
    }

    .contact-middle > .elementor-row {
        display: block;
    }

        .contact-middle > .elementor-row > .address_box,
        .contact-middle > .elementor-row > .map_box {
            width: 100%;
            padding: 10px;
        }

            .contact-middle > .elementor-row > .address_box > .address_box_inset {
                margin: 0 auto;
            }

    .brand_logo > img {
        margin: 0 auto;
        padding: 15px;
    }


    .call-now-button {
        bottom: 5%;
        left: 10%;
        right: auto;
        background: transparent;
    }

    .o-grid.-col-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .o-grid_item {
        grid-column: 1 / -1;
    }

    .c-footer_subnav {
        display: grid;
    }

    .c-footer_socials {
        text-align: center;
        grid-column: 1/-1;
        padding: 20px;
        grid-row: 1;
    }

    .c-socials_list_item {
        font-size: medium;
    }

    .c-footer_bottom_nav {
        text-align: center;
        font-size: medium;
        grid-column: 1/-1;
        padding: 20px;
        grid-row: 2;
        justify-content: space-between;
    }

    .c-footer_bottom {
        grid-template-columns: repeat(4, 1fr);
        padding: 2.1875rem 0;
        margin-top: .25rem;
    }

    .c-footer_nav {
        grid-column: 1/-1;
        padding: 20px 20px 65px 20px;
    }

    .c-footer_subnav {
        grid-column: 1/-1;
        padding: 0 20px;
    }

    .o-grid_item a img {
        display: none;
    }

    .c-footer_title > h1 {
        font-size: large !important;
        text-align: center;
    }

    .c-footer_title > p {
        font-size: medium !important;
        text-align: center;
    }

    .c-footer_nav_list_item {
        font-size: small !important;
        letter-spacing: 0;
    }

    .Hmd, .ftrSocTw {
        text-align: center;
    }

    .sayfa {
        padding: 0;
    }

    hr {
        margin-bottom: 3px;
    }

    .hTp {
        border-radius: 0;
    }

    .MenuAlani {
        border: none;
    }

    header .sosyal_link {
        padding: 5px;
        text-align: center;
        position: initial;
    }

    .navbar-toggle {
        border-top: 0px solid #7C7C7C;
        border-bottom: 0px solid #7C7C7C;
        text-align: center;
        border-radius: 0;
    }

    .toggle-text, .toggle-icon {
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        color: #fff;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }

    #menu-1 {
        position: absolute;
        z-index: 9999;
        width: 100%;
        background: #9d9d9d;
        margin: 0;
        padding: 0;
        overflow: visible;
    }

        #menu-1 > ul > li {
            display: inline-block;
            width: 100%;
            text-align: center;
        }

            #menu-1 > ul > li > a {
                padding: 10px;
                text-align: center;
                width: 100%;
            }

    .Hmdl, .Hmda {
        display: inline-block;
    }

        .Hmda .form-control {
            width: 160px;
        }

    .hLink {
        display: none;
    }

    .Hmda > div > .form-group {
        display: inline-flex;
    }

    .satirY {
        width: 100%;
    }

    .GroupLabel {
        background: transparent;
        border: 0;
        display: block;
        width: 100%;
    }

    .ftrt {
        padding: 10px;
    }

    .ftrblg ul li a, .ftrlnk ul li a, .ftrkat ul li a {
        padding: 8px;
        display: block;
    }

    .ftrSoc {
        text-align: center;
    }

    .info-box {
        margin: 5px 0;
    }

    .Hmd .info-box:before {
        content: "";
    }

    .blk_rsm:before {
        top: -5px;
        width: 160px;
    }

    .blk_yazi {
        top: 0;
    }

    .f-bslk {
        font-size: 11px;
    }

    .f-icerik {
        font-size: 10px;
        overflow: hidden;
        height: 74px;
    }

    .icerik {
        padding: 0;
    }
}

@media(min-width:768px) {
    .info-box {
        margin: 20px 0 0;
    }

    .blk_rsm:before {
        width: 390px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    #menu-1 > ul > li > a {
        font-size: xx-small;
    }
}

@media(min-width:992px) {
    .info-box {
        margin: 50px 0 0;
    }

    .blk_rsm:before {
        width: 550px;
    }

    .sag-alani {
        padding: 31px 0 0 0;
    }
}

@media(min-width:1200px) {
    .blk_rsm:before {
        top: -10px;
        width: 345px;
    }

    .sag-alani {
        padding: 48px 0 0 0;
    }
}

@media (min-width:1382px) {
    .blk_rsm:before {
        top: -15px;
        width: 440px;
    }

    .sag-alani {
        padding: 111px 0 0 0;
    }
}

.geridonbutton {
    display: none;
    visibility: hidden;
    opacity: 0;
}

@media screen and (max-width: 1000px) {
    .first-button {
        margin-left: 2px;
        float: left !important;
    }
.scroll-helper {
    bottom: -15%;
}
    .navbar-brand {
        margin-left: 0 !important;
        padding-left: 0 !important;
        width: 64% !important;
    }

    .dil-toggle {
        float: right;
        padding: 20px 15px;
    }

        .dil-toggle i {
            color: #1e2548;
            font-size: 27px;
        }

    .geridonbutton {
        display: block;
        visibility: visible;
        opacity: 1;
        margin-left: 15px;
        margin-right: 15px;
        position: absolute;
        top: 20px;
    }

        .geridonbutton i {
            color: #da2a51;
            font-size: 30px;
            transform: rotateZ(180deg);
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
        }
}
