﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --colorone: #FF5E14;
    --colortwo: #02245B;
    --colorthree: #fbfbfb;
    --colorwhite: #fff;
    --container-fluid-margin: 64px;
    --site-header-left-column-width: 260px;
    --site-header-nav-gap: 30px;
}



.dil {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 50%;
    background: transparent;
    padding: 5px;
    border-radius: 8px 0 0 8px;
}

    .dil a {
        display: block;
        font-size: 12px;
        line-height: 13px;
        color: #000;
        text-align: center;
        padding: 10px;
    }

        .dil a:hover {
            color: #000;
            text-decoration: underline;
        }

        .dil a:first-child {
            border-bottom: 2px solid #FF5E14;
        }
/* VİDEO BREADCRUMB */
.demo-video-wrapper {
    background-image: url('../img/breadcrumb-video.jpg');
}

/* Video overlay and content */
.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);
    color: rgb(153 153 153 / 70%);
}

    .video-hero--content span {
        font-size: 12px;
        margin-top: 0;
        letter-spacing: .075em;
        text-transform: uppercase;
        color: rgb(153 153 153 / 70%);
        font-weight: 600;
        margin-bottom: 15px;
        display: inline-block;
    }

        .video-hero--content span a {
            color: rgb(153 153 153 / 70%);
        }

    .video-hero--content p {
        font-size: 3em;
        display: block;
        text-align: center;
        font-style: inherit;
        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;
    height: 300px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}

.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 */
/* AKSİYON */
.elementor-service {
    background-color: #53844f;
    border-radius: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #53844f;
    transition: background .3s,border 1s,border-radius 1s,box-shadow 1s;
    margin: 0 30px 30px -15px;
    padding: 0;
    width: 45%;
    position: relative;
    float: left;
}


    .elementor-service:nth-child(3) {
        margin-left: 15px;
    }

    .elementor-service:hover {
        background-color: var(--colortwo);
        border-style: solid;
        border-width: 2px;
        border-color: #fff;
    }

    .elementor-service .elementor-widget-wrap {
        padding: 30px;
        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;
    }

        .elementor-service .elementor-widget-wrap .elementor-image {
            text-align: left;
            margin-bottom: 20px;
            width: 100%;
            --widgets-spacing: 20px;
            position: relative;
            padding: 0 0 30px;
        }

            .elementor-service .elementor-widget-wrap .elementor-image img {
                max-width: 70%;
                vertical-align: middle;
                display: inline-block;
                height: auto;
                border: none;
                border-radius: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .elementor-service .elementor-widget-wrap .elementor-text {
            width: 100%;
            position: relative;
        }

            .elementor-service .elementor-widget-wrap .elementor-text > h4 {
                display: block;
                margin-top: 0;
                position: relative;
                font-weight: 900;
                line-height: 1.2em;
                letter-spacing: 0;
                color: #fff;
                font-size: 18px;
            }

        .elementor-service .elementor-widget-wrap .card-btn a {
            position: relative;
            display: inline-block;
            color: #fff;
            padding-bottom: 1px;
            transition: all .3s ease;
            text-transform: uppercase;
            z-index: 1;
            font-size: 1.4rem;
            line-height: 2.2rem;
            font-weight: 600;
            letter-spacing: .5px;
        }

            .elementor-service .elementor-widget-wrap .card-btn a:before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 2px;
                background: var(--colorone);
                transition: all .3s ease;
                border-radius: 2px;
            }

            .elementor-service .elementor-widget-wrap .card-btn a.focus:before,
            .elementor-service .elementor-widget-wrap .card-btn a:focus:before,
            .elementor-service .elementor-widget-wrap .card-btn a:hover:before {
                background: #fff;
            }

.wpo-cta-section {
    position: relative;
    padding: 70px 0;
    z-index: 1;
}

    .wpo-cta-section .cta-img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

        .wpo-cta-section .cta-img::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: "";
            background: #FF5E14;
            z-index: 11;
        }

        .wpo-cta-section .cta-img img {
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            height: 100%;
        }

    .wpo-cta-section .shape-2 {
        position: absolute;
        right: 30%;
        top: 38%;
        z-index: -1;
    }

    .wpo-cta-section .wpo-cta-text {
        width: 685px;
    }

        .wpo-cta-section .wpo-cta-text h2 {
            font-size: 50px;
            font-weight: 700;
            line-height: 70px;
            text-align: left;
            color: #fff;
            margin-bottom: 0;
        }

            .wpo-cta-section .wpo-cta-text h2 span {
                background: #fff;
                color: #02245B;
            }

    .wpo-cta-section .wpo-cta-btn {
        text-align: right;
    }

        .wpo-cta-section .wpo-cta-btn .theme-btn-s2 {
            background: #02245B;
            color: #fff;
            -webkit-clip-path: polygon(100% 0, 100% 82%, 88% 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% 82%, 88% 100%, 0 100%, 0 0);
            transition: all 0.3 ease-in-out;
        }

            .wpo-cta-section .wpo-cta-btn .theme-btn-s2 img {
                filter: invert(0) !important;
            }

            .wpo-cta-section .wpo-cta-btn .theme-btn-s2:hover {
                color: #000;
                background: #fff;
            }

                .wpo-cta-section .wpo-cta-btn .theme-btn-s2:hover img {
                    filter: invert(1) !important;
                }

.justify-content-start {
    justify-content: flex-start !important;
}

.wpo-blog-section {
    position: relative;
    padding: 120px 0 0;
}

    .wpo-blog-section .wpo-section-title {
        text-align: left !important;
    }

    .wpo-blog-section .shape {
        position: absolute;
        left: 0;
        top: 15%;
    }

    .wpo-blog-section .wpo-blog-wrap .grid {
        position: relative;
        overflow: hidden;
        background: #F8F8F8;
        padding: 60px 50px;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
    }

    .wpo-blog-section .wpo-blog-wrap .owl-item.active.center .grid {
        background: transparent;
    }

        .wpo-blog-section .wpo-blog-wrap .owl-item.active.center .grid .images {
            opacity: 1;
            visibility: visible;
        }

        .wpo-blog-section .wpo-blog-wrap .owl-item.active.center .grid .text h2 {
            color: #fff;
        }

        .wpo-blog-section .wpo-blog-wrap .owl-item.active.center .grid .text p {
            color: #E3E4E5;
        }

        .wpo-blog-section .wpo-blog-wrap .owl-item.active.center .grid .text .theme-btn-s2 {
            background: #FF5E14;
        }

    .wpo-blog-section .wpo-blog-wrap .grid .images {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -111;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
    }

        .wpo-blog-section .wpo-blog-wrap .grid .images img {
            width: 100%;
            height: 100%;
        }

        .wpo-blog-section .wpo-blog-wrap .grid .images::after {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: "";
            z-index: 1;
            background: #02245B;
            opacity: 0.85;
            transform: matrix(-1, 0, 0, 1, 0, 0);
        }

wpo-blog-section .wpo-blog-wrap .grid .text {
    text-align: left;
}

.wpo-blog-section .wpo-blog-wrap .grid .text span {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.06em;
    color: #FF5E14;
    text-transform: uppercase;
}

.wpo-blog-section .wpo-blog-wrap .grid .text h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    color: #02245B;
    transition: all 0.3s ease-in-out;
    margin-top: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wpo-blog-section .wpo-blog-wrap .grid .text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #5F656F;
    margin-bottom: 23px;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wpo-blog-section .wpo-blog-wrap .grid .text .theme-btn-s2 {
    color: #fff;
    background: #02245B;
    -webkit-clip-path: polygon(100% 0, 100% 85%, 85% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 85%, 85% 100%, 0 100%, 0 0);
    transition: all 0.3s ease-in-out;
}

.wpo-blog-section .wpo-blog-wrap .grid:hover {
    background: transparent;
}

    .wpo-blog-section .wpo-blog-wrap .grid:hover .images {
        opacity: 1;
        visibility: visible;
    }

    .wpo-blog-section .wpo-blog-wrap .grid:hover .text h2 {
        color: #fff;
    }

    .wpo-blog-section .wpo-blog-wrap .grid:hover .text p {
        color: #E3E4E5;
    }

    .wpo-blog-section .wpo-blog-wrap .grid:hover .text .theme-btn-s2 {
        background: #FF5E14;
    }

.wpo-blog-section .wpo-blog-wrap .grid .text .theme-btn-s2 img {
    filter: invert(0) !important;
}

.wpo-blog-section .wpo-blog-wrap .grid:hover .text .theme-btn-s2 img {
    filter: invert(0) !important;
}

.referanslar-slide .owl-nav.disabled {
    display: none;
}

.service-section::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(196, 196, 196, 0.22) 100%);
    z-index: -1;
}

.service-section .shape-1 {
    position: absolute;
    left: 20%;
    top: 10%;
}

.service-section .wpo-service-bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -11;
}

.justify-content-center {
    justify-content: center !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wpo-section-title {
    margin-bottom: 60px;
    text-align: center;
    margin-top: 6px;
}

    .wpo-section-title span {
        text-transform: uppercase;
        color: #FF5E14;
        font-weight: 700;
        font-size: 13px;
        line-height: 35px;
        letter-spacing: 0.2em;
        border: 2px solid #E6E6E6;
        padding: 13px 24px;
        border-radius: 50px;
    }

    .wpo-section-title h2 {
        margin: 0;
        margin-top: 20px;
        position: relative;
        text-transform: capitalize;
        font-size: 53px;
        font-weight: 700;
        line-height: 69px;
        color: #02245B;
    }

.wpo-service-section .wpo-service-slider .grid {
    margin-top: 16px;
}

.grid .wpo-service-item {
    overflow: hidden;
    cursor: pointer;
}

    .grid .wpo-service-item .wpo-service-content {
        padding-left: 30px;
        padding-bottom: 50px;
        background: #fff;
        position: relative;
        padding-top: 135px;
    }

    .grid .wpo-service-item .wpo-service-image {
        height: 280px;
    }

        .grid .wpo-service-item .wpo-service-image img {
            width: 100%;
            transition: all 0.3s ease-in-out;
        }

    .grid .wpo-service-item:hover .wpo-service-image img {
        transform: scale(1.2);
    }

    .grid .wpo-service-item .wpo-service-content::before {
        position: absolute;
        right: 0;
        bottom: 0;
        content: "";
        background: #02245B;
        width: 42px;
        height: 42px;
        -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        transition: all 0.3s ease-in-out;
    }

    .grid .wpo-service-item:hover .wpo-service-content::before {
        background: #FF5E14;
    }

    .grid .wpo-service-item .wpo-service-content .service-content-single {
        width: 278px;
        background: #02245B;
        padding: 25px;
        text-align: left;
        -webkit-clip-path: polygon(100% 0, 100% 80%, 89% 100%, 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% 80%, 89% 100%, 0 100%, 0 0);
        position: absolute;
        left: 30px;
        bottom: 140px;
        transition: all 0.3s ease-in-out;
    }

    .grid .wpo-service-item:hover .wpo-service-content .service-content-single {
        background: #FF5E14;
    }

    .grid .wpo-service-item .wpo-service-content .service-content-single h2 {
        font-size: 22px;
        font-weight: 700;
        line-height: 29px;
        color: #fff;
    }

    .grid .wpo-service-item .wpo-service-content .service-content-single span {
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
        color: #C2C6CD;
        transition: all 0.3s ease-in-out;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.theme-btn-s2 {
    background: #F8F8F8;
    color: #02245B;
    display: inline-block;
    padding: 18px 27px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    transition: all 0.3 ease-in-out;
}

    .theme-btn-s2 img {
        max-height: 24px;
        width: 40px !important;
        display: inline-block !important;
        filter: invert(1);
    }

    .theme-btn-s2:hover {
        color: #02245B;
    }

.shape-2 {
    position: absolute;
    right: 4%;
    top: 15%;
}

.about-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

    .about-bg::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: #F8F8F8;
        opacity: 0.88;
    }

    .about-bg img {
        width: 100%;
        height: 100%;
        max-width: 100%;
    }

.wpo-about-left-text {
    position: absolute;
    left: 36%;
    top: 62%;
    max-width: 400px;
    background: #02245B;
    -webkit-clip-path: polygon(100% 0, 100% 80%, 89% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 80%, 89% 100%, 0 100%, 0 0);
    padding: 28px 45px 17px;
}

    .wpo-about-left-text span {
        font-size: 16px;
        font-style: italic;
        font-weight: 400;
        line-height: normal;
        text-align: left;
        color: #fff;
    }

    .wpo-about-left-text .text-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 25px;
    }

        .wpo-about-left-text .text-item svg {
            color: #214682;
            font-size: 64px;
        }

.aksiyon102 > div > div > .left > img {
    padding-right: 125px;
}

.elementor-service-img {
    width: 100%;
}

.cozumler-slide .owl-nav {
    margin: 0 auto !important;
}

.aksiyon102 {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .aksiyon102.blue {
        position: relative;
        background: #F8F8F8;
        opacity: 0.88;
        padding: 120px 0 0;
    }

    .aksiyon102.graywhite {
        background-color: #F8FCFC
    }

    .aksiyon102 > div > div {
        display: flex;
        align-items: center;
        justify-content: center;
        /*height: 100vh;*/
        padding: 0
    }

    .aksiyon102.white > div > div > .left, .aksiyon102.white > div > div > .right {
        display: block;
        align-items: center;
        justify-content: center;
        height: auto;
        padding: 0
    }

    /*    .aksiyon102 > div > div > .left, .aksiyon102 > div > div > .right {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
        padding: 0
    }*/

    .aksiyon102 > div > div > .right {
        position: relative
    }

        .aksiyon102 > div > div > .right > .dtc {
            padding: 0 10%
        }

            .aksiyon102 > div > div > .right > .dtc > h1 {
                position: relative;
                text-transform: uppercase;
                color: #FF5E14;
                font-weight: 700;
                font-size: 13px;
                line-height: 35px;
                letter-spacing: 0.2em;
                border: 2px solid #E6E6E6;
                padding: 13px 24px;
                border-radius: 50px;
                display: initial;
            }

            .aksiyon102 > div > div > .right > .dtc > h2 {
                position: relative;
                margin: 0;
                margin-top: 20px;
                position: relative;
                text-transform: capitalize;
                font-size: 53px;
                font-weight: 700;
                line-height: 69px;
                color: #02245B;
            }

            .aksiyon102 > div > div > .right > .dtc > p {
                position: relative;
                margin-top: 15px;
                font-size: 16px;
                font-weight: 400;
                line-height: 28px;
                text-align: left;
                color: #5F656F;
                margin-bottom: 50px;
            }

    .aksiyon102.white > div > div > .right > .dtc > h1,
    .aksiyon102.white > div > div > .right > .dtc > p,
    .aksiyon102.white > div > div > .right > .dtc > h2 {
        color: var(--colorone);
    }

    .aksiyon102.white > div > div > .right > .dtc {
        padding: 0 15%
    }

    .aksiyon102.p5 > div > div > .right > .dtc {
        padding: 0 5%
    }


@media (max-width:767px) {
    .aksiyon102 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

        .aksiyon102 > div > div > .col-block {
            margin-bottom: 15px
        }

        .aksiyon102 > div > div > .right {
            padding: 0;
            margin: 50px 0 0;
        }

            .aksiyon102 > div > div > .right > .dtc {
                padding: 3%;
            }

                .aksiyon102 > div > div > .right > .dtc > h1, .aksiyon102 > div > div > .right > .dtc > p, .aksiyon102 > div > div > .right > .dtc > h1 *, .aksiyon102 > div > div > .right > .dtc > p * {
                    font-size: x-small !important;
                    width: auto;
                    margin: 5% auto
                }

                .aksiyon102 > div > div > .right > .dtc > h2, .aksiyon102 > div > div > .right > .dtc > h2 * {
                    font-size: xx-large !important;
                    width: 100%;
                    margin: 5% auto;
                    line-height: normal;
                }
}

@media (min-width:768px) and (max-width:1199px) {
    .aksiyon102 > div > div > .right > .dtc {
        padding: 5%
    }
}

/* AKSİYON */
/* Ürünler */
.sag-sol-padding {
    padding: 0 40px;
}

.product-item {
    position: relative;
    margin: 30px 0;
}

    .product-item .inset-item::after {
        transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
        transition-property: transform;
        transition-duration: 2s;
        transition-delay: calc(var(--index) * 100ms);
        transform: scale3d(1, 1, 1);
        right: 0;
        content: '';
        position: absolute;
        opacity: 1;
        background-color: #C4C4C4;
        top: 0;
        width: 1px;
        height: 100%;
    }

    .product-item .inset-item a {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        overflow: hidden;
        display: inline-block;
    }

.educational-content {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 30px;
    overflow: hidden;
    display: block;
    position: relative;
}

    .educational-content::before {
        padding-top: 89%;
        content: "";
        display: block;
    }

.educational-content-preview {
    height: 100%;
    width: 100%;
    left: 0%;
    top: 0%;
    position: absolute;
}

    .educational-content-preview img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.product-item .inset-item a h5 {
    display: inherit;
    font-size: 21px;
    color: #000;
    font-weight: 400;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 0;
    background-image: linear-gradient(#000 0, #000 0);
    background-image: linear-gradient(#000 0 0);
    background-position: 0 calc(100% - 1px);
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: 750ms cubic-bezier(0.645, 0.045, 0.355, 1),background-position 0s 750ms cubic-bezier(0.645, 0.045, 0.355, 1),color 0ms;
}

.product-item:hover .inset-item a h5 {
    background-position: 100% calc(100% - 1px);
    background-size: 100% 1px;
}

.product-item .inset-item a p {
    line-height: 1.5;
    color: #000;
    font-size: 14px;
    height: 65px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.show-date-button {
    margin-top: 20px;
    display: flex;
}

    .show-date-button .button {
        margin-right: 0;
        background-color: var(--colorone);
        font-size: 11px;
        padding: 8px 12px 7px 12px;
        font-weight: 400;
        text-transform: uppercase;
        border-radius: 20px;
        color: #fff;
    }
/* Ürünler */
/* Kurumsal Sayfası */
.p0 {
    padding: 0;
}

#exTab > .nav-top {
    background: #fff;
    padding: 20px 30px;
    border-top: 4px solid var(--colorone);
}

    #exTab > .nav-top > ul {
        margin: 0;
        list-style: none;
        padding: 0;
        display: inline-block;
        width: 100%;
    }

        #exTab > .nav-top > ul > li {
            font-weight: 600;
            list-style: none;
            margin-bottom: 0.875em;
            line-height: 1.41575em;
            display: contents;
        }

            #exTab > .nav-top > ul > li > a {
                text-transform: capitalize;
                font-size: 14px;
                font-weight: 600;
                color: var(--colortwo);
                line-height: 24px;
                position: relative;
                padding-left: 20px;
                text-decoration: none;
                -webkit-transition: all .5s ease;
                transition: all .5s ease;
            }

                #exTab > .nav-top > ul > li.active > a:before,
                #exTab > .nav-top > ul > li > a:hover:before {
                    background: var(--colorone);
                }

                #exTab > .nav-top > ul > li > a:before {
                    position: absolute;
                    content: "";
                    background: #cfcfcf;
                    width: 5px;
                    height: 5px;
                    left: 0;
                    top: 45%;
                    -webkit-transition: all .5s ease;
                    transition: all .5s ease;
                }

            #exTab > .nav-top > ul > li:hover > a,
            #exTab > .nav-top > ul > li.active > a {
                color: var(--colorone);
                background-color: transparent;
            }
/* Kurumsal Sayfası */
/* Kurumsal Sayfa */
.team {
    margin: 25px auto 50px;
}

.team-left img {
    width: 100%;
}

.teamheader h1 {
    font-size: 11px;
    width: 100%;
    display: inline-block;
}

.teamheader h2 {
    font-size: 15px;
    font-weight: 700;
    padding-top: 5px;
    width: 100%;
    margin: 0;
    display: inline-block;
}

.teamheader h3 {
    display: block;
    font-size: 32px;
    font-weight: 400;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 25px;
    background-image: linear-gradient(#000 0, #000 0);
    background-image: linear-gradient(#000 0 0);
    background-position: 0 calc(100% - 1px);
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: 750ms cubic-bezier(0.645, 0.045, 0.355, 1),background-position 0s 750ms cubic-bezier(0.645, 0.045, 0.355, 1),color 0ms;
}

.team_text .vertical_line {
    font-size: 14px;
    line-height: 1.5;
    position: relative;
}

.corporate-center {
    text-align: center;
    margin: 0 auto;
}

.corporate {
    display: grid;
    grid-gap: 40px 135px;
    grid-template-columns: 30% 1fr;
    padding: 60px 65px 0;
}

    .corporate.one-line .corporate-right .text-layout .layout_text {
        grid-template-columns: repeat(1, 1fr) !important;
    }

.two {
    padding: 65px;
}

.corporate_header {
    grid-column: 2 / span 1;
    order: 1;
}

    .corporate_header h1 {
        line-height: 1;
        font-size: 40px;
        font-weight: 400;
        margin: 0 auto;
    }

.corporate-left {
    order: 2;
}

    .corporate-left img {
        width: 100%;
    }

.corporate-right {
    position: relative;
    order: 3;
}

    .corporate-right .text-layout {
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

        .corporate-right .text-layout .layout_text {
            grid-gap: 126px;
            margin-top: 20px;
            grid-template-columns: repeat(2, 1fr);
            display: grid;
        }

.vertical_line {
    font-size: 16px;
    line-height: 1.5;
    position: relative;
}

    .vertical_line:first-child:not(:last-child):before {
        content: '';
        position: absolute;
        opacity: .24;
        background-color: #000;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        right: -63px;
    }

    .vertical_line > *:first-child {
        margin-top: 0;
    }

    .vertical_line > *:last-child {
        margin-bottom: 0;
    }

.d-xl-flex {
    align-items: center;
    display: flex;
}

    .d-xl-flex .leftColumn {
        margin-right: 24px;
        margin-bottom: 0;
        position: relative;
    }

flex-column {
    flex-direction: column;
}

.d-flex {
    display: flex;
}

.d-flex2 {
    text-align: left;
    width: 100%;
}

.flex-grow-1 {
    flex-grow: 1;
}

    .flex-grow-1.genislik {
        min-width: 960px;
        width: 100%;
    }

    .flex-grow-1 ol {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .flex-grow-1 ul li {
        position: relative;
        display: block;
    }

        .flex-grow-1 ul li article {
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }

            .flex-grow-1 ul li article:after {
                transform-origin: left;
                content: '';
                position: absolute;
                background-color: #000;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 1px;
            }

        .flex-grow-1 ul li:last-child article:after {
            background-color: transparent;
        }

        .flex-grow-1 ul li article .td-none {
            text-decoration: none;
            padding-top: 30px;
            padding-bottom: 30px;
            align-items: center;
            display: flex;
            color: #000;
        }


            .flex-grow-1 ul li article .td-none .details {
                position: relative;
                overflow: hidden;
                transition-delay: calc(var(--index) * 150ms + 150ms);
                transform: translate3d(0, 0, 0);
                transition: transform 850ms cubic-bezier(0.215, 0.61, 0.355, 1),opacity 450ms linear;
                text-align: center;
                padding-left: 40px;
                padding-right: 40px;
                flex-shrink: 0;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                display: flex;
            }

                .flex-grow-1 ul li article .td-none .details:first-child {
                    width: 25%;
                }

                .flex-grow-1 ul li article .td-none .details .show-date {
                    line-height: 20px;
                    text-transform: uppercase;
                    font-size: 12px;
                }

                    .flex-grow-1 ul li article .td-none .details .show-date > span {
                        display: block;
                    }

                    .flex-grow-1 ul li article .td-none .details .show-date .time {
                        font-size: 15px;
                        margin-top: 10px;
                    }

                .flex-grow-1 ul li article .td-none .details .show-date-button {
                    margin-top: 20px;
                    display: flex;
                }

                    .flex-grow-1 ul li article .td-none .details .show-date-button .button {
                        margin-right: 0;
                        background-color: var(--colorone);
                        font-size: 11px;
                        padding: 8px 12px 7px 12px;
                        font-weight: 400;
                        text-transform: uppercase;
                        border-radius: 20px;
                        color: #fff;
                    }

                .flex-grow-1 ul li article .td-none .details:last-child:before {
                    position: absolute;
                    opacity: 1;
                    background-color: #333;
                    top: 0;
                    left: 0;
                    width: 1px;
                    height: 100%;
                    transform-origin: top;
                    content: '';
                }

.up-text {
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    flex-wrap: wrap !important;
    display: flex;
}

    .up-text h1 {
        font-size: 11px;
        width: 100%;
        display: flex;
    }

    .up-text h2 {
        font-size: 15px;
        font-weight: 700;
        padding-top: 5px;
        width: 100%;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-width: 210px;
    }

.text_bottom,
.text_bottom * {
    display: initial;
    color: #000;
    font-size: 32px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    background-image: linear-gradient(#000 0, #000 0);
    background-image: linear-gradient(#000 0 0);
    background-position: 0 calc(100% - 1px);
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: 750ms cubic-bezier(0.645, 0.045, 0.355, 1),background-position 0s 750ms cubic-bezier(0.645, 0.045, 0.355, 1),color 0ms;
}

    .text_bottom a:hover {
        color: #000;
    }

.flex-grow-1 ul li article:hover .text_bottom {
    background-position: 100% calc(100% - 1px);
    background-size: 100% 1px;
}

.order-1 {
    order: 1;
}

.day-month {
    font-size: 14px;
    display: block;
    font-weight: 700;
}

.d-block {
    display: block;
}

.order-2 {
    order: 2;
}

.imgContainer {
    overflow: hidden;
    border-radius: 100%;
    margin-left: 100px;
    width: 320px;
    height: 320px;
    position: relative;
    display: block;
}

.titleWrap {
    z-index: 100;
    left: 5%;
    top: 50%;
    position: absolute;
}

    .titleWrap h2 {
        transform: rotate(-90deg) translate(-50%, 0);
        transition: transform 850ms cubic-bezier(0.215, 0.61, 0.355, 1),opacity 350ms linear;
        opacity: 1;
        transform: rotate(-90deg) translateX(-50%);
        transform-origin: top left;
        max-width: 400px;
        text-transform: uppercase;
        line-height: 1;
        font-size: xx-large;
        text-align: center;
        font-weight: 400;
    }

.detail_button {
    text-transform: uppercase;
    text-align: center;
    margin: 50px auto 30px;
}

    .detail_button a {
        text-align: left;
        display: inline;
        line-height: 1.5;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        font-size: 14px;
        color: #000;
        padding: 15px 25px;
        border: 2px solid #000;
        border-radius: 4px;
    }

        .detail_button a:hover {
            color: #333;
        }

            .detail_button a:hover .btn__label {
                background-position: 100% calc(100% - 1px);
                background-size: 100% 2px;
            }

        .detail_button a .btn__label {
            background-image: linear-gradient(#000 0, #000 0);
            background-image: linear-gradient(#000 0 0);
            background-position: 0 calc(100% - 2px);
            background-size: 0 2px;
            background-repeat: no-repeat;
            transition: 750ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 750ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
        }

.mask-media-circle.active {
    opacity: 0.999;
    transform: scale3d(1, 1, 1);
    z-index: 10;
    transition: transform 950ms cubic-bezier(0.215, 0.61, 0.355, 1),opacity 450ms linear;
}

.mask-media-circle {
    transition: transform 950ms cubic-bezier(0.215, 0.61, 0.355, 1),opacity 450ms linear;
    opacity: 1;
    transform: scale3d(1.15, 1.15, 1);
    --bg-color: transparent;
    --delay: 0;
    height: 100%;
    width: 100%;
    left: 0%;
    top: 0%;
    position: absolute;
    display: block;
}

    .mask-media-circle:before {
        padding-top: 100%;
        content: "";
        display: block;
    }

.mask-media-circle__mask {
    background-color: var(--bg-color);
    border-radius: 100%;
    transform-origin: center center;
    height: 100%;
    width: 100%;
    left: 0%;
    top: 0%;
    position: absolute;
    overflow: hidden;
    margin: 0;
    padding: 0;
    opacity: 1;
    transition: transform 950ms cubic-bezier(0.215, 0.61, 0.355, 1),opacity 450ms linear;
}


    .mask-media-circle__mask img {
        transform-origin: center center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
/* Kurumsal Sayfa */

/* Header */
.siteheader {
    position: absolute;
    top: 0;
    padding: 0;
    background: transparent;
    width: 100%;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    z-index: 9;
    transition: all 1s;
}

    .siteheader > .container-fluid {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.fancybox-container {
    z-index: 999999;
}

.siteheader.opened {
    padding: 0 40px;
}

    .siteheader.opened > div > .sitelogo, .siteheader.opened > div > div > .sitesag {
        display: none;
    }

    .siteheader.opened > .container {
        justify-content: left;
    }

.siteheader.header-fixed > .head-area > .container-fluid > .inset {
    background: #02245B;
}

    .siteheader.header-fixed > .head-area > .container-fluid > .inset.bottom {
        background: var(--colorone);
    }

        .siteheader.header-fixed > .head-area > .container-fluid > .inset.bottom > .col li a {
            color: #fff !important;
        }

        .siteheader.header-fixed > .head-area > .container-fluid > .inset.bottom > .col li .dropdown-menu a {
            color: #fff !important;
        }

        .siteheader.header-fixed > .head-area > .container-fluid > .inset.bottom > .col li .dropdown-menu li:hover a {
            color: #000 !important;
        }

/*.siteheader.header-fixed .site_header_Link {
    color: #000 !important;
    border-color: #000 !important;
}

    .site_header_Link.first img,
    .siteheader.header-fixed .site_header_Link img {
        filter: invert(1);
    }

    .siteheader.header-fixed .site_header_Link.first img {
        filter: invert(0);
    }
*/
.siteheader.header-fixed {
    /*background: var(--colortwo) !important;*/
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 0 !important;
    position: fixed !important;
    z-index: 9999;
}

    .siteheader.header-fixed .notsticky {
        display: none;
    }

    .siteheader.header-fixed.opened {
        background: transparent;
        box-shadow: none;
    }

.siteheader .sticky {
    display: none;
}

.siteheader.header-fixed .notsticky {
    display: none;
}

.siteheader.header-fixed .sticky {
    display: block;
    margin: 0 auto;
    /* Sitemaster dili açınca, açılacak; ön tarafta col'lar düzeltilecek. */
    /*margin: 0;*/
    padding: 5px 0;
}

/*.siteheader.header-fixed .sitelogo img {
    margin-top: 0 !important;
}*/

/*.siteheader.header-fixed .menubutton:before, .siteheader.header-fixed .menubutton:after {
    background: #FF5E14;
}*/

.siteheader.header-fixed .sitesag .dropbtn {
    color: #000 !important;
}

.siteheader .container {
    margin: 0 auto;
}

.siteheader > div > div {
    padding: 0;
}

.siteheader .sitesag {
    float: right;
    z-index: 999;
    border: 1px solid var(--colorone);
    padding: 1.5rem 1rem;
}

    .siteheader .sitesag li {
        display: inline-block;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        padding: 0 5px;
    }

        .siteheader .sitesag li:first-child {
            border-right: 1px solid var(--colorone);
            padding: 0 10px;
        }

        .siteheader .sitesag li a {
            display: inline-block;
            color: #fff;
        }

.open-logo {
    margin: 0 auto 25px;
    width: 100%;
}

.menu-middle {
    height: 100vh;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    background-color: var(--colorone);
    text-align: left;
}

.sliding-menu {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sliding-menu .projects-tiles {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
        padding-bottom: 0;
    }

    .sliding-menu ul {
        list-style: none;
    }

    .sliding-menu .primary-nav {
        text-align: center;
        display: block;
    }

.mobilgorunmez ul {
    text-align: center;
    list-style-type: none;
}

    .mobilgorunmez ul li {
        position: relative;
        display: inline-block;
        margin: 0 10px 0 0;
    }

.sliding-menu ul li {
    position: relative;
}

    .mobilgorunmez ul li a, .sliding-menu ul li a {
        position: relative;
        padding-bottom: 2px;
        -webkit-transition: 1s ease;
        -o-transition: 1s ease;
        transition: 1s ease;
        display: inline-block;
        font-size: 18px;
        margin-bottom: 15px;
        color: #fff;
        font-weight: 500;
    }

.mobilgorunmez ul li a {
    margin-bottom: 0;
}

    .mobilgorunmez ul li a:before, .sliding-menu ul li a:before {
        content: "";
        background-color: #FF5E14;
        opacity: 0.25;
        width: 0;
        left: -5px;
        transition: all 300ms ease;
        height: 20px;
        position: absolute;
        top: 10px;
        cursor: pointer;
        opacity: 0;
        z-index: -1;
    }

    .mobilgorunmez ul li a:hover::before, .sliding-menu ul li a:hover::before {
        width: calc(100% + 10px);
        opacity: 0.25;
    }

.sliding-menu ul.secondry-nav li a {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 500;
}

    .sliding-menu ul.secondry-nav li a:before {
        height: 1px !important;
    }

.menubutton {
    width: 30px;
    height: 40px;
    display: block;
    cursor: pointer;
    opacity: 1;
    -webkit-animation: fadeIn-data-v-3b1c8767 .5s cubic-bezier(.58,.94,.12,1) 2s forwards;
    animation: fadeIn-data-v-3b1c8767 .5s cubic-bezier(.58,.94,.12,1) 2s forwards;
}

    .menubutton.opened {
        position: absolute;
        top: 0;
        left: 0;
        width: 95px;
        height: 95px;
        cursor: pointer;
        z-index: 1;
        transition: all 300ms ease;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #FF5E14;
        display: block;
        cursor: pointer;
        opacity: 1;
        -webkit-animation: fadeIn-data-v-3b1c8767 .5s cubic-bezier(.58,.94,.12,1) 2s forwards;
        animation: fadeIn-data-v-3b1c8767 .5s cubic-bezier(.58,.94,.12,1) 2s forwards;
    }

    .menubutton:before {
        content: "";
        width: 40px;
        background: transparent;
        height: 1px;
        position: absolute;
        top: 10px;
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
        border-radius: 8px;
    }

    .menubutton:after {
        content: "";
        width: 40px;
        background: transparent;
        height: 1px;
        position: absolute;
        top: 25px;
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
        border-radius: 8px;
    }

    .menubutton:hover:before {
        content: "";
        width: 40px;
        background: transparent;
        height: 1px;
        position: absolute;
        top: 10px;
        transition: all 0.1s ease;
    }

    .menubutton:hover:after {
        content: "";
        width: 40px;
        background: transparent;
        height: 1px;
        position: absolute;
        top: 25px;
        transition: all 0.1s ease;
    }

    .menubutton.opened:before {
        content: '';
        position: absolute;
        width: 40px;
        height: 1px;
        background: #000;
        top: 40px;
        transition: all 0.1s ease;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 25px;
    }

    .menubutton.opened:after {
        content: '';
        position: absolute;
        width: 40px;
        height: 1px;
        background: #000;
        top: 40px;
        transition: all 0.1s ease;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 25px;
    }

.right-window {
    position: absolute;
    z-index: 9;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    background-color: #fff;
    width: 53px;
    height: 175px;
    color: #000;
}

    .right-window h1 {
        color: #000;
        text-align: center;
        margin-bottom: 70px;
    }

    .right-window p {
        -ms-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

.siteheader.header-fixed .iletisim i {
    color: #E30613;
}

.siteheader.header-fixed .sitesag li i {
    color: #E30613;
}

.sitesag .acilirdil.show {
    display: block;
}

.sitesag .acilirdil {
    display: none;
    position: absolute;
    background: #fff;
    overflow: hidden;
    transition: all 1s ease;
    -webkit-box-shadow: 0 0 0.6875rem -0.4375rem rgb(0 0 0 / 40%);
    box-shadow: 0 0 0.6875rem -0.4375rem rgb(0 0 0 / 40%);
    padding: 0.3125rem 0;
    position: absolute;
    left: auto;
    text-align: center;
    top: auto;
    -webkit-transform: translate3d(0,0.4375rem,0);
    transform: translate3d(0,0.4375rem,0);
    width: 4rem;
}



.siteheader .sitesag .dropbtn > .right.white, .siteheader.header-fixed .sitesag .dropbtn > .right.black {
    display: inline-block;
}

.siteheader .sitesag .dropbtn > .right.black, .siteheader.header-fixed .sitesag .dropbtn > .right.white {
    display: none;
}

.dropbtn {
    position: relative;
}

    .dropbtn:after {
        position: absolute;
        top: 25%;
        content: '';
        background-image: url('../img/right.svg');
        background-repeat: no-repeat;
        height: 18px;
        width: 18px;
        margin-left: 0.5rem;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .dropbtn.active:after {
        top: -35%;
        left: 35%;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.siteheader.header-fixed > div > div > ul > li > .dropbtn:after {
    background-image: url('../img/right-black.svg');
    background-size: 10px;
}

.social.right {
    float: right;
}

.menu-middle > .social {
    display: flex;
}

.social h5 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: bold;
    margin: 30px 0;
    display: inline-block;
    margin-bottom: 10px !important;
    margin-right: 25px;
    width: auto;
    font-size: 14px !important;
    color: var(--colortwo);
    ;
}

.social .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

    .social .icons li.icon {
        padding-right: 20px;
        /*opacity: .8;*/
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
    }

.social ul li {
    width: auto;
    margin-right: 15px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

    .social ul li a {
        color: var(--colortwo);
    }

.social .icons li:hover a svg {
    color: white;
}

.social .icons li a svg {
    width: 2rem;
    height: 2rem;
    display: block;
    color: var(--colortwo);
    ;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}
/*.social .icons li.icon .fa,
    .social .icons li.icon figure {
        width: 22px;
        height: 22px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0;
    }*/
.social-list-item {
    margin-bottom: 15px;
}

    .social-list-item .icon-button {
        align-items: center;
        /*background-color: #fff;*/
        border-radius: 50%;
        color: rgba(255, 255, 255, 0.67);
        display: flex;
        height: 30px;
        justify-content: center;
        transition: background-color .2s, color .2s linear;
        /*width: 40px;*/
    }

        .social-list-item .icon-button .fa {
            display: block;
            color: rgba(255, 255, 255, 0.67);
            transition: color .2s linear;
        }

        .social-list-item .icon-button:focus .fa, .social-list-item .icon-button:hover .fa {
            color: #fff;
        }
/*.social-list-item .icon-button:focus, .social-list-item .icon-button:hover {
            background-color: #E30613;
        }*/
.acilirmenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: var(--colortwo);
    z-index: 99999;
    max-height: 0;
    overflow: auto;
    transition: all 1s ease;
}

    .acilirmenu.opened {
        max-height: 10000px;
        transition: all 2s ease;
    }


    .acilirmenu .sitenav {
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }

        .acilirmenu .sitenav .solmenu div a {
            font-size: 50px;
            font-weight: 700;
            transition: all 0.5s ease;
            text-transform: uppercase;
        }


        .acilirmenu .sitenav:hover .solmenu div a {
            opacity: 0.7;
            color: transparent;
            text-shadow: 0 0 5px rgba(0,0,0,0.5);
            transition: all 0.5s ease;
        }

        .acilirmenu .sitenav .solmenu div a:hover {
            opacity: 1;
            color: #E30613;
            text-shadow: unset;
            transition: all 0.5s ease;
            font-size: 55px;
        }

        .acilirmenu .sitenav .sagmenu {
            font-size: 35px;
            padding: 40px;
            padding-top: 0;
        }

            .acilirmenu .sitenav .sagmenu a:hover {
                color: #E30613;
            }

    .acilirmenu .menufooter {
        position: absolute;
        bottom: 100px;
        width: 100%;
    }

        .acilirmenu .menufooter span {
            font-size: 14px;
        }

        .acilirmenu .menufooter .radiusicon.first {
            padding-left: 15px;
        }

        .acilirmenu .menufooter .radiusicon.last {
            float: left;
        }

        .acilirmenu .menufooter .radiusicon i {
            margin-right: 10px;
            padding: 15px;
            padding-left: 17px;
            padding-right: 18px;
            cursor: pointer;
            background: #f5f5f5;
            border-radius: 100%;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            font-size: 20px;
            border: 1px solid #E30613;
        }

        .acilirmenu .menufooter .radiusicon.last i {
            padding-left: 16px !important;
            padding-right: 16px !important;
        }

        .acilirmenu .menufooter .radiusicon i:hover {
            background: #E30613;
            color: #fff;
        }

        .acilirmenu .menufooter .copyright {
            text-align: center;
        }

            .acilirmenu .menufooter .copyright span {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
            }
/* Header */
/* KAYANSLİDE */
.moving-text-stats {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 35s linear infinite;
    /* manipulate the speed of the marquee by changing "40s" line above*/
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100em);
    }
}

.moving-text-stats.is--stats.is--name {
    position: static;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-name 150s linear infinite;
}

@keyframes marquee-name {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-500em);
    }
}

.moving-text-stats-left {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-left 150s linear infinite;
}

@keyframes marquee-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(500em);
    }
}

.moving-text {
    overflow: hidden;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

.moving-wrapper-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.moving-text-stats {
    position: static;
}

.moving-text-stats {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .moving-text-stats.is--stats {
        position: static;
    }

        .moving-text-stats.is--stats.is--name {
            width: 100em;
        }

.t-stat.is--outline {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--colorone);
}

.moving-wrapper2 {
    color: var(--colorone);
    font-size: 4em;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Fira Sans", "Helvetica Neue", Arial, sans-serif;
    text-align: right;
    padding-right: 5px;
}

.t-stat {
    color: var(--colorone);
    font-size: 4em;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Fira Sans", "Helvetica Neue", Arial, sans-serif;
}

    .t-stat.is--outline {
        color: transparent;
    }

.is--intro {
    padding-bottom: 90px;
}

.t-stat-type {
    color: var(--colorone);
    font-size: 1em;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
}

.ekg-stat-img {
    min-width: 4em;
    margin-right: 2em;
}

.c-stat__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1em;
    margin-left: 1em;
    direction: ltr;
}

.c-stat__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.moving-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .moving-wrapper.is--left {
        -webkit-transform: translate(-500em,0);
        -ms-transform: translate(-500em,0);
        transform: translate(-500em,0);
    }

.c-moving-text__wrapper {
    position: relative;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

    .c-moving-text__wrapper.is--country {
        padding-top: 10em;
    }

.moving-text-stats-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .moving-text-stats-left.is--stats {
        position: static;
    }

        .moving-text-stats-left.is--stats.is--off {
            display: none;
        }

/*@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100em);
    }
}*/

/*.moving-text-stats.is--stats.is--name {
    position: static;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-name 150s linear infinite;
}*/

/*@keyframes marquee-name {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-500em);
    }
}*/

/*.moving-text-stats-left {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-left 150s linear infinite;
}*/

/*@keyframes marquee-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(500em);
    }
}*/

.section.is--intro {
    position: relative;
    background-color: #fff;
}
/* KAYANSLİDE */
/* İç Sayfa */
.ptb10 {
    padding: 10px 0;
}

.open > .dropdown-menu {
    width: 100%;
}

.open > ul.dropdown-menu > li > a {
    font-size: 12px;
}

.card > .collapse {
    display: none;
}
/* İç Sayfa */
/* Video */
@keyframes quiet {
    25% {
        transform: scaleY(.6);
    }

    50% {
        transform: scaleY(.4);
    }

    75% {
        transform: scaleY(.8);
    }
}

@keyframes normal {
    25% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(.4);
    }

    75% {
        transform: scaleY(.6);
    }
}

@keyframes loud {
    25% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(.4);
    }

    75% {
        transform: scaleY(1.2);
    }
}

.boxContainer {
    display: flex;
    justify-content: space-between;
    height: 32px;
    --boxSize: 3px;
    --gutter: 4px;
    width: calc((var(--boxSize) + var(--gutter)) * 5);
}

.box {
    transform: scaleY(.4);
    height: 100%;
    width: var(--boxSize);
    background: #fff;
    animation-duration: 1.2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    border-radius: 8px;
}

.blog-area .box {
    background: #000;
}

.blog-area a.right-button {
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    color: rgb(0, 0, 0);
    height: 20px;
    margin: 0.5em 15px !important;
    float: left;
}

.box1 {
    animation-name: quiet;
}

.box2 {
    animation-name: normal;
}

.box3 {
    animation-name: quiet;
}

.box4 {
    animation-name: loud;
}

.box5 {
    animation-name: quiet;
}

.right_div {
    float: left;
}

.site_header_Link {
    /*display: flex;*/
    align-items: center;
    padding: 14px 30px;
    background: #FF5E14;
    color: #fff;
    font-weight: 600;
    border: 0;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 16px;
    -webkit-clip-path: polygon(100% 0, 100% 75%, 88% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 75%, 88% 100%, 0 100%, 0 0);
    transition: all 0.3 ease-in-out;
}

    .site_header_Link:first-child {
        border: none;
    }

    .site_header_Link .btn__bg {
        position: absolute;
        top: -50%;
        left: -12.5%;
        width: 125%;
        height: 200%;
        background: #fff;
        border-radius: 100%;
        transform: translate3d(-100%, 0, 0);
        transition: transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
        z-index: -1;
    }

    .site_header_Link .btn__icon {
        display: inline-flex;
        margin-right: 5px;
    }

        .site_header_Link .btn__icon svg {
            width: 12px;
        }

    .site_header_Link:hover {
        background: #fff;
        color: #000
    }

        .site_header_Link:hover img {
            filter: invert(1);
        }
    /*        .site_header_Link:hover .btn__bg {
            background-color: #fff;
            transform: translate3d(0%, 0, 0);
            color: #000;
        }*/

    .site_header_Link img {
        max-height: 40px;
        width: auto;
        /*margin-right: 15px;*/
        display: inline-block;
    }

    .site_header_Link.laste img {
        max-height: 24px;
    }

.paddingsifir {
    padding: 0;
}

.dib {
    display: inline-block;
}

    .dib img {
        filter: grayscale(1);
    }

.star {
    margin: 15px auto 0;
}

.star0 > .dib > img {
    filter: grayscale(1);
}

.star1 > .dib:first-child > img {
    filter: inherit;
}

.star2 > .dib:nth-child(-n+2) > img {
    filter: inherit;
}

.star3 > .dib:nth-child(-n+3) > img {
    filter: inherit;
}

.star4 > .dib:nth-child(-n+4) > img {
    filter: inherit;
}

.star5 > .dib > img {
    filter: inherit;
}

.video_bottom {
    justify-content: flex-end;
    flex-direction: column;
    display: flex;
    position: absolute;
    overflow: hidden;
    margin-top: calc(var(--top-margin) * -1);
    padding-top: calc(var(--top-margin));
    height: calc(100vh + 1px);
    --top-margin: calc(var(--site-header-spacer-height) + var(--site-alert-height));
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 100%;
}

    .video_bottom .hero_area {
        z-index: 1;
        height: 100%;
        position: relative;
        align-items: center;
        flex-direction: column;
        display: grid;
    }

.pb-row-hero__leftColumn {
    display: block;
    padding: 0 60px;
    width: 100%;
}

    .pb-row-hero__leftColumn .pb-row-hero__text {
        position: relative;
        max-width: 255px;
        padding-top: 0;
        margin-bottom: 30px;
        color: #fff;
    }

        .pb-row-hero__leftColumn .pb-row-hero__text:before {
            transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
            transition-property: transform;
            transition-duration: 2s;
            transition-delay: 1s;
            transform: scale3d(1, 1, 1);
            content: '';
            position: absolute;
            opacity: .24;
            background-color: #000;
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            transform: scale3d(0, 1, 1);
            transform-origin: left center;
        }

    .pb-row-hero__leftColumn:hover .btn-link {
        text-decoration: none;
    }

        .pb-row-hero__leftColumn:hover .btn-link .btn__label {
            background-position: 100% calc(100% - 2px);
            background-size: 100% 2px;
        }

    .pb-row-hero__leftColumn .btn-link .btn__label {
        background-image: linear-gradient(#000 0, #000 0);
        background-image: linear-gradient(#000 0 0);
        background-position: 0 calc(100% - 2px);
        background-size: 0 2px;
        background-repeat: no-repeat;
        transition: 750ms cubic-bezier(0.645, 0.045, 0.355, 1),background-position 0s 750ms cubic-bezier(0.645, 0.045, 0.355, 1),color 0ms;
        text-align: left;
        display: inline;
        line-height: 1.5;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        padding-bottom: 5px;
    }

    .pb-row-hero__leftColumn .logo-area {
        padding-top: 60px;
        display: block;
    }

.pb-row-hero__centerColumn {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .pb-row-hero__centerColumn h1 {
        font-weight: bold;
        margin: 0;
        display: block;
        font-size: 42px;
        line-height: 1;
        color: #fff;
    }

    .pb-row-hero__centerColumn h3 {
        color: #fff;
        transition: opacity 350ms 0ms linear;
        transition-delay: 350ms;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 30px;
        order: 0;
    }

.pb-row-hero__rightColumn {
    text-align: left;
    display: flex;
}

    .pb-row-hero__rightColumn .btn_circle {
        display: flex;
        align-items: center;
        padding: 14px 30px;
        background: #FF5E14;
        color: #fff;
        font-weight: 600;
        border: 0;
        text-transform: capitalize;
        -webkit-backface-visibility: hidden;
        z-index: 1;
        position: relative;
        font-size: 16px;
        -webkit-clip-path: polygon(100% 0, 100% 75%, 88% 100%, 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% 75%, 88% 100%, 0 100%, 0 0);
        transition: all 0.3 ease-in-out;
    }

        .pb-row-hero__rightColumn .btn_circle:first-child {
            border: none;
        }

        .pb-row-hero__rightColumn .btn_circle.btn__bg {
            position: absolute;
            top: -50%;
            left: -12.5%;
            width: 125%;
            height: 200%;
            background: #fff;
            border-radius: 100%;
            transform: translate3d(-100%, 0, 0);
            transition: transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
            z-index: -1;
        }

        .pb-row-hero__rightColumn .btn_circle .btn__icon {
            display: inline-flex;
            margin-right: 5px;
        }

            .pb-row-hero__rightColumn .btn_circle .btn__icon svg {
                width: 12px;
            }

        .pb-row-hero__rightColumn .btn_circle:hover {
            background: #fff;
            color: #000
        }

            .pb-row-hero__rightColumn .btn_circle:hover img {
                filter: invert(1);
            }
        /*        .site_header_Link:hover .btn__bg {
            background-color: #fff;
            transform: translate3d(0%, 0, 0);
            color: #000;
        }*/
        .pb-row-hero__rightColumn .btn_circle img {
            max-height: 40px;
            width: 40px;
            /*margin-right: 15px;*/
            display: inline-block;
        }

        .pb-row-hero__rightColumn .btn_circle.laste img {
            max-height: 24px;
        }
/* Video Scroll */
.cover__explore {
    bottom: 2.8125rem;
    left: 50%;
    position: absolute;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    z-index: 4;
}

.explore {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: center;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
}

    .explore:hover .explore__wrap {
        background-color: rgba(255,255,255,.35);
        border-color: #fff;
        -webkit-transform: scale3d(1.075,1.075,1.075);
        transform: scale3d(1.075,1.075,1.075);
    }

.explore__text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 .9375rem;
    max-width: 10rem;
    text-align: center;
    text-transform: uppercase;
}

@media(max-width:1024px) {
    .explore__text {
        font-size: x-small;
    }
}

.explore__wrap {
    background-color: rgba(255,255,255,.25);
    border: .0625rem solid transparent;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 1.5rem;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.explore__picto {
    -webkit-animation: explore 5s infinite;
    animation: explore 5s infinite;
    height: 16px;
    width: 16px;
}

@-webkit-keyframes explore {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    50% {
        -webkit-transform: translate3d(0,1.3125rem,0);
        transform: translate3d(0,1.3125rem,0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes explore {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    50% {
        -webkit-transform: translate3d(0,1.3125rem,0);
        transform: translate3d(0,1.3125rem,0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/* Video Scroll*/

.default_video {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100vh !important;
}

    .default_video > .default_video_in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        height: 100%;
    }

        .default_video > .default_video_in > .image_caption {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            overflow: hidden;
        }

            .default_video > .default_video_in > .image_caption::before {
                content: "";
                background-color: rgba(0, 35, 90, 0.88);
                height: 100%;
                width: 100%;
                position: absolute;
                left: 0;
                bottom: 0;
                top: auto;
                z-index: 2;
            }

        .default_video > .default_video_in > .video_caption {
            height: 100%;
            width: 100%;
            position: absolute;
            z-index: 1;
            top: 50%;
            -webkit-transform: translate(0%,-50%);
            -moz-transform: translate(0%,-50%);
            -o-transform: translate(0%,-50%);
            transform: translate(0%,-50%);
            left: 0;
            -o-object-fit: cover;
            object-fit: cover;
        }
/* Video */

/* Ürün Detay */
.urun-detay-sag {
    background-color: #FFFFFF;
    /*border: 1px solid #cdcfd5;*/
    position: relative;
    border-radius: 6px;
    /*    display: flex;
    flex-direction: column;*/
    min-width: 0;
    margin-bottom: 25px;
}

    .urun-detay-sag .first {
        background-color: #F4F6F9;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        /*padding: 32px;*/
        flex: 1 1 auto;
    }

        .urun-detay-sag .first img {
            width: 100%;
        }

    .urun-detay-sag .second {
        width: 100%;
        padding: 24px 32px;
        border-top: 1px solid #cdcfd5;
        border-radius: 0 0 5px 5px;
    }

        .urun-detay-sag .second .educational-content {
            display: none;
        }

    .urun-detay-sag .product-item {
        padding: 0;
    }

    .urun-detay-sag .second.border-none {
        border-top: 0px solid #cdcfd5;
    }

    .urun-detay-sag .second .team-block {
        display: inline-table;
        width: 49%;
        margin: 0 auto;
        padding: 5px;
    }

        .urun-detay-sag .second .team-block .info-box .name *,
        .urun-detay-sag .second .team-block .info-box .name {
            font-size: medium !important;
        }

        .urun-detay-sag .second .team-block .info-box .designation {
            font-size: small !important;
        }

        .urun-detay-sag .team-block .image-box .image,
        .urun-detay-sag .second .team-block .image-box {
            height: 100%;
            width: 100%;
        }

    .urun-detay-sag .second {
        padding: 15px;
        display: inline-block;
    }

.ders-button {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .ders-button .button {
        margin-right: 0;
        background-color: var(--colorone);
        font-size: 11px;
        padding: 15px;
        font-weight: 400;
        text-transform: uppercase;
        border-radius: 4px;
        color: #fff;
        text-align: center;
    }

.tutor-color-black {
    color: #000;
    line-height: 1.6;
    font-size: 21px;
    font-weight: 700;
}

.tutor-color-black-sub {
    color: #757c8e;
    text-align: center;
    line-height: 1.6;
    font-size: 13px;
    margin-top: 20px;
}

.urun-detay-sag .second ul li {
    list-style-type: none;
    display: block;
    margin: 20px auto;
}

    .urun-detay-sag .second ul li a {
        color: #757c8e;
        line-height: 1.6;
        font-size: 13px;
    }

        .urun-detay-sag .second ul li a svg {
            margin-right: 10px;
            color: #FF5E14;
        }

.urun-detay-sag .product-item .inset-item::after {
    display: none;
}

.product-area {
    padding: 30px;
}

    .product-area h1 {
        font-size: 38px;
        line-height: 48px;
        font-weight: 400;
        letter-spacing: .01em;
        margin-bottom: 15px;
    }

    .product-area h2 {
        line-height: 24px;
        font-size: 14px;
        font-weight: bold;
    }

#imageGallery li {
    list-style-type: none;
}

#imageGallery img {
    width: 100%;
}

.pdf {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}

    .pdf img {
        display: block;
    }

    .pdf span {
        line-height: 24px;
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }

.urundetaybolum {
    padding: 30px 0;
    padding-bottom: 60px;
    margin-top: 15px;
}

.nav-pills {
    border-bottom: 1px solid #CDCFD5;
}

    .nav-pills li a {
        font-size: 16px;
        font-weight: 400;
        padding: 8px 20px;
        display: flex;
        align-items: center;
        color: #000;
        cursor: pointer;
    }

    .nav-pills > li.active {
        border-bottom: 2px solid #FF5E14;
    }

        .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
            color: #FF5E14;
            background-color: transparent;
        }

.tab-pane {
    line-height: 1.5;
    color: #000;
    font-size: 14px;
    /*padding-top: 24px;*/
}

.card-header {
    margin: 15px auto;
    border-bottom: 2px solid #cad1dd;
}

    .card-header > a {
        position: relative;
        display: block;
        font-weight: 500;
        color: #000;
        font-size: 2em;
        margin: 0.67em 0;
    }

        .card-header > a:before {
            background-image: url('../img/minus.png');
            content: "";
            position: absolute;
            width: 14px;
            height: 14px;
            top: 15px;
            right: 0;
        }

        .card-header > a.collapsed:before {
            background-image: url('../img/plus.png');
            content: "";
            position: absolute;
            width: 14px;
            height: 14px;
            top: 15px;
            right: 0;
        }
/* Ürün Detay */
/* İç Sayfa Breadcrumb */
.pages-header {
    height: 125px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    padding: 40px 0;
    /*background: rgb(237, 242, 246);*/
}

    .pages-header > .container > h1 {
        font-weight: 700;
        color: #333;
    }

.breadcrumbs {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9;
    color: #333;
    margin-bottom: 15px;
}

    .breadcrumbs span {
        margin-right: 40px;
        position: relative;
    }

    .breadcrumbs a {
        text-decoration: none;
        color: #333;
        font-weight: 700;
    }

        .breadcrumbs a:after {
            border-bottom: 5px solid transparent;
            border-left: 5px solid #fff;
            border-top: 5px solid transparent;
            content: "";
            display: inline-block;
            position: absolute;
            right: -22px;
            top: 4px;
        }

        .breadcrumbs a:before {
            border-bottom: 6px solid transparent;
            border-left: 6px solid rgba(0,0,0,.2);
            border-top: 6px solid transparent;
            content: "";
            display: inline-block;
            position: absolute;
            right: -23px;
            top: 3px;
        }
/* İç Sayfa Breadcrumb */
/* Header */
.navbar {
    border-radius: 4px;
    margin: 0;
    min-height: inherit;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

    header > .head-area > .container-fluid > .inset > .col .dropdown-menu li > .dropdown-menu,
    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

header {
    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: background-color .3s;
}

    header > .head-area {
        padding: 0;
        position: relative;
    }
        /*
        header > .head-area > .container-fluid {
            display: flex !important;
        }*/

        header > .head-area > .container-fluid > .inset {
            width: 100%;
            display: flex !important;
            padding: 20px 125px;
            transition: background-color .5s ease;
        }

            header > .head-area > .container-fluid > .inset.bottom {
                padding: 0;
                border-top: 1px solid rgba(255,255,255,.5);
                transition: background-color .5s ease;
            }

            header > .head-area > .container-fluid > .inset > .col-sol {
                max-width: 25%;
            }

                header > .head-area > .container-fluid > .inset > .col-sol a {
                    margin: 0;
                }

                    header > .head-area > .container-fluid > .inset > .col-sol a img {
                        transition: all .3s;
                    }

            /*    header.header-fixed > .head-area > .container-fluid > .inset > .col-sol a img {
        width: 65px;
        transition: all .3s;
    }*/

            header > .head-area > .container-fluid > .inset > .col-sag {
                max-width: 75%;
            }

            header > .head-area > .container-fluid > .inset > .col {
                flex-basis: 0;
                flex-grow: 1;
                width: 100%;
                display: flex;
                align-items: center;
                /*justify-content: center;*/
            }

            header > .head-area > .container-fluid > .inset > .col-sag {
                text-align: end !important;
                justify-content: flex-end;
            }

            header > .head-area > .container-fluid > .inset > .col .dropdown-menu li {
                display: block;
                padding: 0;
            }

            header > .head-area > .container-fluid > .inset > .col li {
                display: inline-block;
                padding: 5px 10px;
            }

                header > .head-area > .container-fluid > .inset > .col li img {
                    margin-right: 5px;
                }

                header > .head-area > .container-fluid > .inset > .col li a {
                    color: #fff;
                    line-height: normal;
                    font-size: 14px;
                    font-weight: bold;
                    text-transform: uppercase;
                }

                header > .head-area > .container-fluid > .inset > .col li:hover a {
                    opacity: .8;
                }

            header > .head-area > .container-fluid > .inset > .col .dropdown-menu li a {
                color: #fff;
            }

            header > .head-area > .container-fluid > .inset > .col > .col-flex {
                /*display: inline-flex;*/
                padding-top: 10px;
                padding-bottom: 10px;
                position: relative;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }

            /*header > .head-area > .container-fluid > .inset > .col > .header-button {
                    margin-left: 25px;
                }*/

            header > .head-area > .container-fluid > .inset > .col > .header-button > a {
                color: #000;
                background-color: var(--colorone);
                border-width: 1px;
                border-radius: 7em;
                padding-right: 1em !important;
                padding-left: 1em !important;
                overflow: hidden;
                box-shadow: 0 0 0 transparent;
                display: inline-flex;
                padding: 0;
                position: relative;
                border: 1px solid rgb(237, 242, 246);
                line-height: 24px;
                font-size: 14px;
                font-weight: bold;
                white-space: nowrap;
                transition: all .3s;
            }

                header > .head-area > .container-fluid > .inset > .col > .header-button > a:hover {
                    border-color: transparent;
                    background-color: rgb(237, 242, 246);
                    color: #000;
                    transform: translate3d(0,-2px,0);
                    box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
                }

                header > .head-area > .container-fluid > .inset > .col > .header-button > a > span {
                    margin: -0.5px;
                    padding: 0.4em 1em;
                    display: inline-flex;
                    border-radius: inherit;
                    border-color: inherit;
                    align-items: center;
                    transition: transform .3s cubic-bezier(.22,.665,.34,.875);
                }

                    header > .head-area > .container-fluid > .inset > .col > .header-button > a > span > .btn-txt {
                        position: relative;
                        z-index: 3;
                    }

                    header > .head-area > .container-fluid > .inset > .col > .header-button > a > span > .btn-icon {
                        margin-inline-end: 0;
                        margin-inline-start: 8px;
                        position: relative;
                        z-index: 3;
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;
                        font-size: 1em;
                        letter-spacing: 0;
                        background-size: 99.99% !important;
                        transition: background .3s,color .125s,box-shadow .3s,border .3s;
                    }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #000 !important;
    text-decoration: none;
    background-color: #f0ede1;
}

.dropbtn {
    color: #000;
    padding: 10px;
    font-size: 14px;
    border: none;
}

    /*.dropbtn:hover {
        color: #fff;
    }*/

    .dropbtn > svg {
        margin: 3px;
    }

.dropdown {
    position: relative;
    /*display: inline-block;*/
    display: block;
    color: #000;
}

    .dropdown > .dropdown-menu a {
        /*color: #000 !important;*/
        line-height: 20px;
        font-size: 12px;
        font-weight: bold;
    }

    .dropdown > .dropdown-menu {
        min-width: 120px !important;
        background-color: var(--colorone);
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(237, 242, 246);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black !important;
        padding: 10px;
        text-decoration: none;
        display: flex;
        text-align: center;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.open > .dropdown-menu li a img {
    margin-right: 5px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content > ul > li {
    display: block !important;
    padding: 0 !important;
}
/* Header */
/* Slide */
.main-slide .owl-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
}

    .main-slide .owl-nav button {
        width: 50px;
        height: 50px;
        background: #fff !important;
        -webkit-transition: all .3s cubic-bezier(.25,.1,.25,1);
        -moz-transition: all .3s cubic-bezier(.25,.1,.25,1);
        -o-transition: all .3s cubic-bezier(.25,.1,.25,1);
        transition: all .3s cubic-bezier(.25,.1,.25,1);
    }

.background-area {
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
}

.item-area {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 25%;
}

.text > h1 {
    color: var(--colortwo);
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1em;
}

.text > p {
    color: var(--colortwo);
    line-height: 1.75em;
}

.slide-btn {
    margin: 15px auto;
    color: #fff;
    background-color: var(--colortwo);
    border-radius: 4px;
    letter-spacing: .1em;
    box-shadow: 20px 20px 40px 0px rgb(73 76 137 / 13%);
    overflow: hidden;
    display: inline-flex;
    padding: 0;
    position: relative;
    border: 1px solid rgb(44, 46, 49);
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    transition: all .3s;
}

    .slide-btn:hover {
        border-color: transparent;
        background-color: var(--colorone);
        color: #000;
        transform: translate3d(0,-2px,0);
        box-shadow: 20px 12px 28px rgb(0 0 0 / 12%);
    }

    .slide-btn > span {
        margin: 0 auto;
        padding: 0.4em 2em;
        display: inline-flex;
        border-radius: inherit;
        border-color: inherit;
        align-items: center;
        transition: transform .3s cubic-bezier(.22,.665,.34,.875);
    }

        .slide-btn > span > .btn-txt {
            position: relative;
            z-index: 3;
        }

/* Slide */
/* Bilgi Kutuları */
/*.info-area {
    position: relative;
    background-color: var(--colorthree);
}

.info-box {
    position: relative;
    text-align: center;
    padding: 50px 0;
}

    .info-box:before {
        content: '';
        position: absolute;
        height: 30%;
        width: 1px;
        right: -15px;
        top: 50%;
        background-color: rgba(136,136,136,0.3);
        transform: translateY(-50%);
    }

    .info-box.last:before {
        display: none;
    }

.info-box-icon {
    margin: 0 0 15px;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    position: relative;
    height: 60px;
    width: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
}

    .info-box-icon img {
        max-height: 32px;
        max-width: 40px;
        vertical-align: middle;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.info-box-title {
    color: var(--colortwo);
    margin: 5px 0px;
    font-weight: bold;
    letter-spacing: -0.01em;
}

.info-box-details {
    width: 100%;
    margin: 10px auto;
    display: block;
    font-weight: normal;
    color: var(--colortwo);
    text-align: center;
    line-height: 1.65;
}*/
/* Bilgi Kutuları */
/* Banner - 1 */
.bg_temp {
    overflow: hidden;
}

.block-area {
    position: relative;
    padding: 60px 160px;
    /*height: 100vh;*/
}

    .block-area.heightauto {
        position: relative;
        padding: 0;
        height: auto;
    }

    .block-area.black.m120 {
        margin-top: 120px;
    }

    .block-area.black {
        background-color: var(--colorone);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-bottom: 90px;
        padding-top: 90px;
        padding-right: 0;
    }

        .block-area.black > .container-fluid,
        .block-area.black > .container-fluid > div,
        .block-area.white > .container-fluid,
        .block-area.white > .container-fluid > div {
            padding: 0;
        }

    .block-area.white {
        background-position: center center;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-blend-mode: overlay;
        /*margin-top: 120px;*/
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .block-area.black > .container-fluid {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .block-area.heightauto > .container-fluid {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .block-area.block-area .sol-img img {
        border-radius: 250px 0 0 250px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 490px;
        max-width: 100%;
    }

    .block-area.block-area .sol-img.none img {
        border: none;
        margin-top: 0;
        border-radius: 0;
    }

    .block-area > .container {
        position: relative;
    }

    .block-area > div > div > .sol-img > img {
        width: 100%;
    }

    .block-area > div > div > .sol-img > .banner-button {
        position: absolute;
        bottom: 5%;
        z-index: 1;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .block-area > div > div > .sol-img > .banner-button > div {
            color: #fff;
            background-color: #ffbf00;
            border-width: 1px;
            border-radius: 4px;
            padding-right: 1em !important;
            padding-left: 1em !important;
            overflow: hidden;
            box-shadow: 0 0 0 transparent;
            display: inline-flex;
            padding: 0;
            position: relative;
            border: 1px solid rgb(237, 242, 246);
            line-height: 24px;
            font-size: 14px;
            font-weight: bold;
            white-space: nowrap;
            transition: all .3s;
        }

            .block-area > div > div > .sol-img > .banner-button > div:hover {
                border-color: transparent;
                background-color: rgb(237, 242, 246);
                color: #000;
                transform: translate3d(0,-2px,0);
                box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
            }

            .block-area > div > div > .sol-img > .banner-button > div > span {
                margin: -0.5px;
                padding: 0.6em 1em;
                display: inline-flex;
                border-radius: inherit;
                border-color: inherit;
                align-items: center;
                transition: transform .3s cubic-bezier(.22,.665,.34,.875);
            }

                .block-area > div > div > .sol-img > .banner-button > div > span > .btn-txt {
                    position: relative;
                    z-index: 3;
                }

                .block-area > div > div > .sol-img > .banner-button > div > span > .btn-icon {
                    margin-inline-end: 0;
                    margin-inline-start: 8px;
                    position: relative;
                    z-index: 3;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 1em;
                    letter-spacing: 0;
                    background-size: 99.99% !important;
                    transition: background .3s,color .125s,box-shadow .3s,border .3s;
                }

.block-istatistik {
    position: absolute;
    z-index: 1;
    bottom: 0;
    height: 25vh;
    width: 100%;
}

    .block-istatistik .container-fluid {
        padding: 0;
    }

    .block-istatistik .sol-taraf {
        padding-right: 50px;
        height: 25vh;
        display: flex;
        align-items: center;
        justify-content: end;
        background-color: rgba(172, 123, 54, 0.7);
    }

        .block-istatistik .sol-taraf .istatistik-logo-sol {
            margin-right: 25px;
        }

        .block-istatistik .sol-taraf h4 {
            display: block;
            margin-top: 0;
            position: relative;
            font-weight: 900;
            line-height: 1.2em;
            letter-spacing: 0;
            color: var(--colorwhite);
            font-size: 18px;
            text-align: right;
        }

        .block-istatistik .sol-taraf h2 {
            display: block;
            margin-top: 0;
            position: relative;
            color: var(--colorwhite);
            text-align: right;
        }

    .block-istatistik .sag-taraf {
        display: flex;
        align-items: center;
        justify-content: end;
        height: 25vh;
        background-color: var(--colorone);
        background-image: url('../img/2.svg');
        background-position: left center;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        text-align: center;
    }

        .block-istatistik .sag-taraf h5 {
            font-weight: bold;
        }

        .block-istatistik .sag-taraf h5,
        .block-istatistik .sag-taraf p,
        .block-istatistik .sag-taraf span {
            display: block;
            margin-top: 0;
            position: relative;
            line-height: 1.2em;
            letter-spacing: 0;
            color: var(--colorwhite);
            font-size: 30px;
            text-align: center;
        }

        .block-istatistik .sag-taraf .title-up-count span,
        .block-istatistik .sag-taraf p {
            display: inline-block;
        }

.heading {
    position: relative;
}

.heading2 {
    position: relative;
    text-align: left;
    margin-bottom: 4rem;
    display: grid;
}

    .heading2.text-left {
        position: relative;
        text-align: left;
        margin-bottom: 30px;
    }

        .heading2.text-left > h5 {
            margin: 0 !important;
        }

    .heading2.margin10 {
        margin: 30px auto;
    }

.mright {
    padding: 0 2% !important;
}

.mleft {
    padding: 0 10% 0 4% !important;
}

.heading > h5.white,
.heading > h2.white,
.heading > h4.white {
    color: #fff;
}

.heading > h4 {
    display: block;
    margin-top: 0;
    position: relative;
    font-weight: 900;
    line-height: 1.2em;
    letter-spacing: 0;
    color: var(--colortwo);
    font-size: 18px;
}

.heading > h2 {
    display: block;
    margin-top: 0;
    margin-bottom: 1em !important;
    position: relative;
    color: var(--colortwo);
}

.heading > h5 {
    display: block;
    margin-top: 0;
    margin-bottom: 1.25em !important;
    position: relative;
    line-height: 1.25em;
    color: var(--colortwo);
    font-weight: normal;
}

.heading2 > h5 {
    margin: .5em auto;
    display: block;
    position: relative;
    line-height: 1.75em;
    color: #000000;
    font-size: 21px;
}

.heading2 > h1 {
    float: left;
    display: block;
    margin-top: 0;
    margin-bottom: 0 !important;
    position: relative;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1em;
    color: #000000;
    font-size: 48px;
}

.o-text-link {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 600;
    letter-spacing: .5px;
    display: inline-block;
    color: #000;
    padding-bottom: 1px;
    transition: all .3s ease;
    text-transform: uppercase;
}

    .o-text-link:after,
    .o-text-link:before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 53%;
        height: 2px;
        background: #004b3b;
        transition: all .3s ease;
        border-radius: 2px;
        bottom: -2px;
    }

    .o-text-link:before {
        left: 0;
        transform: skew(60deg);
    }

    .o-text-link:after {
        right: 0;
        transform: skew(-60deg);
    }

    .o-text-link:hover {
        color: #000;
    }

.banner-button-border {
    border-top: 1px solid rgba(151, 151, 151, 0.38);
    padding-top: 2rem;
}

.banner-button {
    position: relative;
    margin: 35px auto 0;
}

    .banner-button > a {
        color: var(--colorwhite);
        background-color: var(--colorone);
        border-width: 1px;
        padding-right: 2em !important;
        padding-left: 2em !important;
        overflow: hidden;
        box-shadow: 0 0 0 transparent;
        display: inline-flex;
        padding: 0;
        position: relative;
        border: 1px solid var(--colorone);
        line-height: 24px;
        font-size: 14px;
        font-weight: bold;
        white-space: nowrap;
        transition: all .3s;
        margin-right: 10px;
    }

        .banner-button > a.other_button {
            color: var(--colorone);
            background-color: var(--colorwhite);
            border: 1px solid var(--colorwhite);
        }

        .banner-button > a:hover {
            border-color: transparent;
            background-color: rgb(237, 242, 246);
            color: #000;
            transform: translate3d(0,-2px,0);
            box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
        }

        .banner-button > a > span {
            margin: -0.5px;
            padding: 0.6em 1em;
            display: inline-flex;
            border-radius: inherit;
            border-color: inherit;
            align-items: center;
            transition: transform .3s cubic-bezier(.22,.665,.34,.875);
        }

            .banner-button > a > span > .btn-txt {
                position: relative;
                z-index: 3;
            }

            .banner-button > a > span > .btn-icon {
                margin-inline-end: 0;
                margin-inline-start: 8px;
                position: relative;
                z-index: 3;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                font-size: 1em;
                letter-spacing: 0;
                background-size: 99.99% !important;
                transition: background .3s,color .125s,box-shadow .3s,border .3s;
            }
/* Banner - 1 */
/* Banner Üçlü */
.block-area-uclu {
    position: relative;
}

    .block-area-uclu > div {
        padding: 0;
        margin: 0 auto;
    }

.elementor-column, .elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, .3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.elementor-column-wrap {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #FFFFFF33;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0;
    width: 100%;
}

.elementor-widget-wrap {
    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;
}

    .elementor-widget-wrap > .elementor-element {
        width: 100%;
        text-align: left;
        position: relative;
    }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container {
            padding: 0px 0px 40px 0px;
            transition: 0.4s;
            position: relative;
            z-index: 1;
            cursor: pointer;
        }

        .elementor-widget-wrap > .elementor-element:hover > .elementor-widget-container {
            background-color: #0D122A66;
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container:hover:before {
            opacity: 1;
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border-radius: inherit;
            opacity: 0;
            transition: inherit;
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox_link {
            position: absolute;
            z-index: 2;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox {
            height: 60vh;
            justify-content: flex-end;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            transition: 0.4s;
        }

            .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper,
            .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox-title_wrapper {
                position: relative;
            }

                .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox-title_wrapper h3 {
                    margin: 0px 70px 10px 40px;
                    font-size: 30px;
                    line-height: 42px;
                    color: #FFFFFF;
                    position: relative;
                    z-index: 1;
                    font-weight: 700;
                    word-break: break-word;
                    transition: 0.4s;
                }

                .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox_content {
                    font-weight: 400;
                    margin: 0px 40px 0px 40px;
                    color: #FFFFFF;
                    opacity: 0;
                    max-height: 0;
                    overflow: hidden;
                    transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s, opacity 0.4s;
                    font-size: 16px;
                    line-height: 1.875em;
                    transition: 0.4s;
                }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container:hover > .infobox > .infobox_wrapper .infobox_content {
            color: #FFFFFF;
            opacity: 1;
            max-height: 9999px;
            transition-timing-function: cubic-bezier(0.5, 0, 1, 0), ease;
            transition-delay: 0s, .1s;
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox_content > p {
            display: inline-block;
            margin-top: 0;
            margin-bottom: 1.25em !important;
            position: relative;
            font-size: 16px;
            line-height: 1.75em;
            color: #fff;
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox-button_wrapper {
            margin: 30px 0px 0px 40px;
        }

            .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox-button_wrapper .button-read-more {
                display: inline-block;
                position: relative;
                z-index: 1;
                width: 40px;
                height: 40px;
                max-width: -webkit-max-content;
                max-width: max-content;
                border: 1px solid;
                border-radius: 35px;
                font-weight: 700;
                vertical-align: middle;
                overflow: hidden;
                white-space: nowrap;
                transition: 0.5s ease-in-out;
                border-color: rgba(255, 255, 255, 0.5);
                background-color: rgba(243, 23, 23, 0);
                color: #fff;
            }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container:hover > .infobox > .infobox_wrapper .infobox-button_wrapper .button-read-more {
            width: 200px;
            border-color: transparent;
            color: var(--colortwo);
            background-color: var(--colorone);
            transform: translate3d(0,-2px,0);
            box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox-button_wrapper .button-read-more svg {
            color: #FFFFFF;
            display: inline-block;
            text-align: center;
            z-index: 1;
            width: 40px;
            height: 18px;
            line-height: 38px;
            transition: 0.5s;
            vertical-align: middle;
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container:hover > .infobox > .infobox_wrapper .infobox-button_wrapper .button-read-more svg {
            color: var(--colortwo);
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox-button_wrapper .button-read-more span {
            transition: background-color .5s;
            font-size: 12px;
            font-weight: 700;
            line-height: 38px;
            display: inline-block;
            vertical-align: middle;
            padding-right: 25px;
            padding-left: 4px;
            min-height: 38px;
        }
/* Banner Üçlü */
/* Referanslar */
.referance-area {
    position: relative;
    margin: 60px auto;
    text-align: center;
}

    .referance-area .heading {
        margin-bottom: 30px;
    }

    .referance-area .item-brand {
        padding: 0;
        align-items: stretch;
        display: flex;
        align-items: flex-start;
    }

        .referance-area .item-brand .inner {
            justify-content: center;
            transition: box-shadow .3s,transform .65s cubic-bezier(.23,1,.32,1);
            display: flex;
            width: 100%;
            height: 30vh;
            flex-direction: column;
            flex-grow: 1;
            position: relative;
        }

            .referance-area .item-brand .inner .brand-wrapper {
                position: relative;
            }

                .referance-area .item-brand .inner .brand-wrapper .brand-content {
                    display: flex;
                    margin-bottom: 0;
                }

                    .referance-area .item-brand .inner .brand-wrapper .brand-content figure {
                        justify-content: center;
                        display: inline-flex;
                        vertical-align: top;
                        margin: 0;
                        max-width: 100%;
                        flex-grow: 1;
                        position: relative;
                    }

                        .referance-area .item-brand .inner .brand-wrapper .brand-content figure .in {
                            margin-bottom: 0;
                            display: inline-flex;
                            flex-direction: column;
                            vertical-align: top;
                            max-width: 100%;
                        }

                            .referance-area .item-brand .inner .brand-wrapper .brand-content figure .in img {
                                height: auto;
                                max-width: 100%;
                                vertical-align: top;
                                border-radius: inherit;
                            }
/* Referanslar */
/* Blog */
.blog-area {
    position: relative;
    height: auto;
    padding: 30px 60px;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: cover;
}

.block-area.ekip:after {
    position: absolute;
    content: "";
    height: 35vh;
    width: 100%;
    bottom: 0;
    background-color: #000;
}

.product-slide.owl-carousel .owl-stage-outer {
    /* override */
    overflow: initial !important;
}

.item-event {
    margin-right: 3rem;
    margin-bottom: 3rem;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

    .item-event article {
        cursor: pointer;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

        .item-event article .inseting {
            display: flex;
        }

            .item-event article .inseting .picture-area {
                padding: 0;
                height: 355px;
            }

                .item-event article .inseting .picture-area img {
                    -o-object-fit: cover;
                    object-fit: cover;
                    -o-object-position: center;
                    object-position: center;
                    transition: all .5s cubic-bezier(.215,.61,.355,1) 0s;
                    width: 100%;
                    height: 100%;
                    max-width: 100%;
                }

            .item-event article .inseting .card-right-section {
                padding: 0 30px;
            }

                .item-event article .inseting .card-right-section .o-paragraph {
                    padding-bottom: 10px;
                    color: #000;
                    font-size: 1.6rem;
                    line-height: 2.6rem;
                    font-weight: 400;
                }

                .item-event article .inseting .card-right-section h4,
                .item-event article .inseting .card-right-section h4 * {
                    color: #000;
                    padding: 0 0 20px;
                    min-height: 56px;
                    font-size: 1.8rem;
                    font-weight: 700;
                    line-height: 1.8rem;
                }

                .item-event article .inseting .card-right-section .bottondesc {
                    color: #000;
                    margin-bottom: 39px;
                    display: -webkit-box;
                    -webkit-line-clamp: 4;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    height: 104px;
                    padding-bottom: 10px;
                    font-size: 1.6rem;
                    line-height: 2.6rem;
                    font-weight: 400;
                }

                .item-event article .inseting .card-right-section a {
                    z-index: 1;
                    font-size: 14px;
                    line-height: 2.2rem;
                    font-weight: 600;
                    letter-spacing: .5px;
                    color: #000;
                }

                    .item-event article .inseting .card-right-section a svg {
                        margin: 2px 0 0 15px;
                        display: inline-block;
                        vertical-align: top;
                        font-size: 18px;
                        line-height: normal;
                        color: #000;
                    }

.article-card__inner {
    position: relative;
    height: 350px;
    cursor: pointer;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    background-position: 50%;
    background-size: cover;
}

    .article-card__inner:hover {
        background-color: var(--colorone);
        background-blend-mode: multiply;
        transition: all .3s ease;
    }

.article-card__inner__detail {
    position: absolute;
    bottom: 38px;
    left: 0;
    width: 100%;
    padding: 0 40px;
}

    .article-card__inner__detail p.o-paragraph {
        color: #fff;
        font-size: 16px;
        line-height: 2.6rem;
        font-weight: 400;
    }

    .article-card__inner__detail h4 {
        color: #fff;
        padding: 0 0 20px;
        min-height: 56px;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.8rem;
    }

.item-blog {
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    margin-right: 3rem;
}

    .item-blog article {
        position: relative;
        display: flex;
    }

        .item-blog article .picture-area {
            cursor: pointer;
            position: absolute;
            left: auto;
            z-index: 1;
        }

            .item-blog article .picture-area img {
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: center;
                object-position: center;
                max-width: 255px;
                height: 330px;
                transition: all .5s cubic-bezier(.215,.61,.355,1) 0s;
            }

            .item-blog article .picture-area p {
                position: absolute;
                left: 25px;
                bottom: 20px;
                letter-spacing: .5px;
                z-index: 1;
                background-color: #000;
                color: #fff;
                padding: 9px 22px;
                font-size: 1.4rem;
                line-height: 2.2rem;
            }

        .item-blog article .overlay-a {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1;
        }

        .item-blog article .card-block {
            min-height: 329px;
            background-color: #f7f6f0;
            padding: 30px 40px 40px 220px;
            max-width: 475px;
            position: relative;
            margin: 40px 0 0 65px;
        }

            .item-blog article .card-block h3 {
                cursor: pointer;
                color: #000;
                margin-bottom: 25px;
                min-height: 60px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                font-size: 2.5rem;
                font-weight: 700;
                line-height: 3rem;
            }

            .item-blog article .card-block .desc {
                cursor: pointer;
                color: #000;
                margin: 0 0 40px;
                max-width: 220px;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
                min-height: 78px;
                font-size: 1.6rem;
                line-height: 2.6rem;
                font-weight: 400;
            }

            .item-blog article .card-block .card-btn a {
                position: relative;
                display: inline-block;
                color: #000;
                padding-bottom: 1px;
                transition: all .3s ease;
                text-transform: uppercase;
                z-index: 1;
                font-size: 1.4rem;
                line-height: 2.2rem;
                font-weight: 600;
                letter-spacing: .5px;
            }

                .item-blog article .card-block .card-btn a:before {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 2px;
                    background: #004b3b;
                    transition: all .3s ease;
                    border-radius: 2px;
                }

                .item-blog article .card-block .card-btn a.focus:before,
                .item-blog article .card-block .card-btn a:focus:before,
                .item-blog article .card-block .card-btn a:hover:before {
                    background: #004b3b;
                }

        .item-blog article:hover .card-block {
            box-shadow: 0 4px 15px rgb(0 0 0 / 25%);
            transition: all .3s ease;
        }

.blog-area .item-blog article {
    border-radius: 0 !important;
}

    .blog-area .item-blog article .picture-area {
        border: none;
        border-radius: 0 !important;
        box-shadow: 5px 15px 50px rgb(0 0 0 / 35%);
    }

        .blog-area .item-blog article .picture-area figure img {
            height: 50vh;
        }




.item-blog article:hover {
    z-index: 2;
    /*    box-shadow: 0 25px 55px rgb(0 0 0 / 8%);
*/ transform: translateY(-2px);
}



.item-blog.ekip article .picture-area {
    border: none;
    border-radius: 8px 8px 0 0;
}

.item-blog.ekip article .text-header {
    background-color: var(--colorone);
    color: #fff !important;
}

.item-blog article .picture-area figure {
    transition: transform 1s cubic-bezier(.23,1,.32,1);
    transition: box-shadow .45s cubic-bezier(.23,1,.32,1);
    margin: 0;
}



.item-blog.ekip article .picture-area figure img {
    width: 100%;
    height: 40vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 15%;
    object-position: 50% 15%;
    border-radius: 0;
}

/*.item-blog article:hover .picture-area {
    transform: scale(1.15);
    transition-duration: 10s;
}
*/
.item-blog article .picture-area .meta {
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 11px;
    z-index: 2;
    font-weight: 700 !important;
    letter-spacing: .1em !important;
    text-transform: uppercase !important;
    background-color: #fff;
    display: inline-flex !important;
    padding: 9px 16px;
    transition: all .3s;
    box-shadow: 0 0 0 rgb(0 0 0 / 25%);
    line-height: 1.5em;
    border-radius: 50em !important;
}

    .item-blog article .picture-area .meta a {
        color: #000;
    }

.item-blog article .text-header {
    padding: 1rem;
}

    .item-blog article .text-header h4 a {
        margin: .5em auto !important;
        font-size: 12px;
        position: relative;
        text-transform: uppercase;
        font-weight: 900;
        line-height: 1.2em;
        letter-spacing: 0.1em;
        color: #000000;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 20px;
    }

    .item-blog article .text-header p a {
        margin: .5em auto !important;
        font-size: 12px;
        position: relative;
        font-weight: 500;
        line-height: 1.25em;
        color: #000000;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        /*height: 80px;*/
    }

.item-blog.ekip article .text-header h4 a,
.item-blog.ekip article .text-header p a {
    color: #fff;
}

.ekip-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.team-block {
    position: relative;
    cursor: pointer;
    text-align: center;
    margin: 0 auto 40px;
}

    .team-block .inner-box {
        position: relative;
    }

    .team-block .image-box {
        position: relative;
        height: 275px;
        width: 275px;
        border-radius: 50%;
        padding: 27px 27px;
        margin: 0 auto 20px;
    }

    .team-block .info-box {
        position: relative;
        text-align: center;
    }

        .team-block .info-box .name *,
        .team-block .info-box .name {
            z-index: 2;
            margin-bottom: 10px;
            font-size: 24px;
            font-weight: 700;
            line-height: 1.2em;
            letter-spacing: -0.04em;
            color: black;
            position: relative;
        }

        .team-block .info-box .designation {
            position: relative;
            display: block;
            font-size: 16px;
            font-weight: 500;
            color: #7d8185;
            letter-spacing: 1px;
            z-index: 2;
            line-height: 1em;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
        }

    .team-block .image-box:before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50%;
        border: 8px solid #f2f8f8;
        border-top: 0;
        content: "";
        border-radius: 0 0 200px 200px;
        -webkit-transition: all 700ms ease;
        transition: all 700ms ease;
    }

    .team-block .inner-box:hover .image-box:after {
        border-color: #FF5E14;
        -webkit-clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
        clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
    }

    .team-block .image-box:after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50%;
        border: 8px solid #f2f8f8;
        border-top: 0;
        -webkit-clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
        clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
        content: "";
        border-radius: 0 0 200px 200px;
        -webkit-transition: all 700ms ease;
        transition: all 700ms ease;
    }

    .team-block .image-box .image {
        position: relative;
        height: 220px;
        width: 220px;
        border-radius: 50%;
        overflow: hidden;
        margin-bottom: 0;
        z-index: 1;
    }

    .team-block .inner-box:hover .image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transform-origin: top center;
        transform-origin: top center;
    }

    .team-block .image-box .image img {
        width: 100%;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
    }

    .team-block .inner-box:hover .share-icon {
        background-color: #FF5E14;
        color: #fff;
    }

    .team-block .share-icon {
        position: absolute;
        padding: 15px;
        left: 30px;
        top: 20px;
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
        color: #FF5E14;
        background-color: #ffffff;
        -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 20%);
        box-shadow: 0 5px 20px rgb(0 0 0 / 20%);
        border-radius: 50%;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        z-index: 3;
    }

    .team-block .inner-box:hover .social-links {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }

    .team-block .social-links {
        display: none !important;
        position: absolute;
        left: 35px;
        top: 28px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #ffffff;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        transform-origin: top;
        z-index: 3;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
        border-radius: 20px;
        overflow: hidden;
        padding: 10px 0;
        -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 20%);
        box-shadow: 0 5px 20px rgb(0 0 0 / 20%);
    }


        .team-block .social-links a {
            position: relative;
            height: 35px;
            width: 40px;
            display: block;
            font-size: 14px;
            line-height: 35px;
            text-align: center;
            color: var(--theme-color1);
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

.overlay-a {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sol-egitmenler {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.home-play-button-wrapper {
    position: relative;
    z-index: 99;
}

    .home-play-button-wrapper a {
        max-width: 100%;
        display: inline-block;
        -webkit-transition: opacity 250ms ease;
        transition: opacity 250ms ease;
        color: #FF5E14;
        font-size: 16px;
        line-height: 1.2em;
        text-decoration: none;
    }

.home-play-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
    padding: 20px 25px 20px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 3px;
    border-color: #fff;
    border-radius: 100px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.home-event-button-subtitle {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.home-play-button:hover {
    border-color: transparent;
    background-color: #FF5E14;
}
/* Blog */
/* Slide Block */
.slide-block {
    position: relative;
    padding: 60px 20px 20px;
    display: flex;
    align-items: flex-start;
}

    .slide-block > .inner {
        transition: box-shadow 0.3s ease 0s, transform 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0s;
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-grow: 1;
        position: relative;
    }

        .slide-block > .inner:hover {
            transform: translateY(-5px);
        }

        .slide-block > .inner > .inset {
            position: relative;
        }

            .slide-block > .inner > .inset > .iconbox {
                align-items: flex-start;
                padding-bottom: 45px !important;
                text-align: start !important;
                box-shadow: rgb(0 0 0 / 7%) 0px 25px 25px;
                border: 1px solid #e7e7e7;
                border-radius: 10px;
                padding: 25px 10%;
                background-color: rgb(255, 255, 255);
                display: flex;
                margin-bottom: 2em;
                position: relative;
                justify-content: center;
                flex-direction: column;
                transition: box-shadow 0.3s ease 0s, background 0.3s ease 0s;
            }

                .slide-block > .inner > .inset > .iconbox > .iconbox-icon-container {
                    color: rgb(244, 97, 37);
                    font-size: 52px;
                    margin-bottom: 22px !important;
                    margin-top: 0.6em;
                    margin-bottom: 1em;
                    display: flex;
                    border: 0px solid rgb(242, 244, 247);
                    align-items: center;
                    justify-content: center;
                    line-height: 1em;
                    transition: border 0.3s ease 0s, box-shadow 0.3s ease 0s;
                    position: relative;
                    z-index: 2;
                }

                    .slide-block > .inner > .inset > .iconbox > .iconbox-icon-container > .icon-custom-bg {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        z-index: 0;
                        transform: translateX(-50%) translateY(-50%);
                        margin-top: -15px;
                        margin-inline-start: 32px;
                        width: 75px;
                        height: 65px;
                    }

                    .slide-block > .inner > .inset > .iconbox > .iconbox-icon-container > img {
                        display: inline-block;
                        font-size: 1em;
                        height: auto;
                        position: relative;
                        z-index: 2;
                    }

                .slide-block > .inner > .inset > .iconbox > .liquid-overlay-link {
                    z-index: 2;
                    display: inline-block;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    text-align: start;
                    overflow: hidden;
                    text-indent: -99999px;
                }

                .slide-block > .inner > .inset > .iconbox > .contents {
                    position: relative;
                    z-index: 2;
                }

                    .slide-block > .inner > .inset > .iconbox > .contents > .btn {
                        margin-top: 0;
                        margin-bottom: 0;
                        font-size: 17px;
                        padding: 0;
                    }

                        .slide-block > .inner > .inset > .iconbox > .contents > .btn > span {
                            padding: 0;
                            display: inline-flex;
                            border-radius: inherit;
                            border-color: inherit;
                            align-items: center;
                        }

                            .slide-block > .inner > .inset > .iconbox > .contents > .btn > span > .btn-txt {
                                position: relative;
                                font-weight: bold;
                                line-height: 1.2em;
                                letter-spacing: 0.1em;
                                font-size: 13px;
                                text-transform: uppercase;
                                color: #000000;
                                z-index: 3;
                            }

                            .slide-block > .inner > .inset > .iconbox > .contents > .btn > span > .btn-icon {
                                margin-inline-end: 0;
                                margin-inline-start: 8px;
                                position: relative;
                                z-index: 3;
                                display: inline-flex;
                                align-items: center;
                                justify-content: center;
                                font-size: 13px;
                                letter-spacing: 0;
                                color: #000;
                            }

                    .slide-block > .inner > .inset > .iconbox > .contents > p {
                        display: inline-block;
                        margin-top: 0;
                        margin-bottom: 1.25em !important;
                        position: relative;
                        line-height: 1.75em;
                        color: #000000;
                    }

                    .slide-block > .inner > .inset > .iconbox > .contents > h4 {
                        position: relative;
                        display: inline-block;
                        margin-top: 0;
                        margin-bottom: 1.25em !important;
                        font-weight: bold;
                        line-height: 1.2em;
                        letter-spacing: 0.1em;
                        color: #000000;
                    }

                        .slide-block > .inner > .inset > .iconbox > .contents > h4::after {
                            content: "";
                            position: absolute;
                            top: 50%;
                            right: 0px;
                            opacity: 0;
                            width: 25px;
                            height: 25px;
                            transform: translate(calc(1em + -100%), -50%);
                            background: url('../img/right_arrow_icon.png') no-repeat center;
                            transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 0.5s 0s;
                        }

        .slide-block > .inner:hover > .inset > .iconbox > .contents > h4:after {
            opacity: 1;
            transform: translate(1em,-50%);
            right: -40px;
        }
/* Slide Block */
/* Kurumsal Blok-1 */
.serit27.yukseklik {
    height: 100vh;
}

.serit27 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    /*padding: 50px 0;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .serit27 > div > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .serit27 > div > div > div > .ipad-iphones {
            width: 100%;
            position: relative;
            margin: 0 auto;
            text-align: center;
        }

            .serit27 > div > div > div > .ipad-iphones > a {
                display: block;
            }

        .serit27 > div > div > .lefin {
            padding: 0 4%;
            text-align: right;
        }

            .serit27 > div > div > .lefin > h4 {
                display: block;
                color: #000;
                padding-top: 0;
                padding-left: .2rem;
            }

            .serit27 > div > div > .lefin > h1 {
                text-transform: uppercase;
                color: #000;
                margin-top: 2rem;
            }

            .serit27 > div > div > .lefin > p {
                color: #000;
                padding-left: .2rem;
                margin: 1rem auto;
            }

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-ba.white {
    color: #fff;
    margin: 25px 0 !important;
}

.btn-ba {
    color: #000;
    background-color: transparent;
    padding: 15px 0;
    width: 160px;
    position: relative;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
}

    .btn-ba svg {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .btn-ba.white svg path {
        stroke: #fff;
    }

    .btn-ba svg path {
        fill: none;
        stroke: #000;
        stroke-width: 1;
        stroke-dasharray: 500, 0;
        transition-property: all;
        transition-duration: 3s;
        transition-timing-function: ease;
    }

    .btn-ba:hover path {
        stroke-dasharray: 30, 310;
        stroke-dashoffset: 290;
        transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    }

@media (max-width: 992px) {
    .serit27, .serit27 > div > div > .lefin {
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: auto;
    }

    .serit27 {
        padding: 50px 0;
    }

        .serit27.yukseklik {
            height: auto;
        }

        .serit27 > div > div {
            display: block;
        }

            .serit27 > div > div > div > .ipad-iphones > a > img {
                max-width: 100% !important;
                height: auto !important;
            }

            .serit27 > div > div > .lefin > h1,
            .serit27 > div > div > .lefin > h1 * {
                font-size: medium !important;
            }

            .serit27 > div > div > .lefin > h4, .serit27 > div > div > .lefin > .tus, .serit27 > div > div > .lefin > p,
            .serit27 > div > div > .lefin > h4 *, .serit27 > div > div > .lefin > .tus *, .serit27 > div > div > .lefin > p * {
                font-size: small !important;
            }
}
/* Kurumsal Blok-1 */
/* Ekibimiz */
.ourteam-area {
    padding: 0 40px;
}

.owl-item > .thumb-info {
    padding: 10px;
}

.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0,0,0);
    margin: 5px auto 15px;
}

    .thumb-info .thumb-info-wrapper {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translate3d(0,0,0);
        border-radius: 4px;
        margin: 0;
        overflow: hidden;
        display: block;
        position: relative;
    }

.thumb-info-caption {
    padding: 10px 0;
}

.thumb-info img {
    transition: all .3s ease;
    border-radius: 3px;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.thumb-info:hover img {
    transform: scale(1.1,1.1);
}

.thumb-info .thumb-info-title {
    transition: all .3s;
    background: rgba(33,37,41,.8);
    color: #fff;
    font-weight: 600;
    left: 0;
    letter-spacing: -.05em;
    position: absolute;
    z-index: 2;
    max-width: 90%;
    font-size: 14px;
    padding: 10px 30px;
    bottom: 10%;
    border-radius: 0 8px 8px 0;
}

.thumb-info .thumb-info-inner {
    transition: all .3s;
    display: block;
}

.thumb-info .thumb-info-type {
    background-color: #ccc;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 8px -2px -15px 0;
    padding: 2px 12px;
    text-transform: uppercase;
    z-index: 2;
    line-height: 2.3;
    color: var(--colortwo);
}

.thumb-info-caption .thumb-info-caption-text {
    font-size: .9em;
    margin: 0;
    padding: 15px 0;
    display: block;
}

.thumb-info-social-icons {
    margin: 0;
    padding: 0;
    display: block;
}

    .thumb-info-social-icons a {
        background: var(--colorone);
        color: #fff;
        border-radius: 25px;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px;
    }

        .thumb-info-social-icons a span {
            display: none;
        }

        .thumb-info-social-icons a svg {
            color: #fff;
            font-size: .9em;
            font-weight: 400;
        }

.team-detail > img {
    width: 100%;
    border-radius: 8px;
}

.team-detail > h1 {
    color: var(--colortwo);
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1em;
}

.team-detail > p {
    color: var(--colortwo);
    line-height: 1.75em;
}

.team-detail > h3 {
    color: var(--colortwo);
    font-size: 16px;
    font-weight: 400;
    margin: 15px auto;
    position: relative;
    z-index: 1;
}

    .team-detail > h3 > strong {
        color: var(--colortwo);
        font-size: 16px;
        font-weight: 900;
        margin: 0 0 15px;
        position: relative;
        z-index: 1;
    }

.team-detail .social {
    margin-top: 20px;
    display: block;
    width: 100%;
}

    .team-detail .social h5 {
        text-transform: uppercase;
        letter-spacing: 4px;
        font-weight: 900;
        margin: 5px 0;
        display: inline-block;
        margin-bottom: 10px !important;
        width: auto;
        font-size: 10px !important;
        color: var(--colortwo);
    }

    .team-detail.social .icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
    }

        .team-detail .social .icons li.icon {
            padding-right: 20px;
            opacity: .8;
            -webkit-transition: .5s ease;
            -o-transition: .5s ease;
            transition: .5s ease;
        }

    .team-detail .social ul li {
        width: auto;
        margin-right: 5px;
        display: inline-block;
    }

    .team-detail .social .icons li.icon a {
        width: 22px;
        height: 22px;
        display: block;
        color: var(--colortwo);
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .team-detail .social .icons li.icon svg {
        width: 22px;
        height: 22px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0;
    }
/* Ekibimiz */
/* Footer */
footer {
    position: relative;
    overflow: hidden;
}

    footer .footer-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

        footer .footer-bg::before {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: #02245B;
            z-index: 11;
            opacity: 0.9;
        }

        footer .footer-bg img {
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            height: 100%;
        }

    footer .wpo-support-section {
        padding: 70px 0;
    }

        footer .wpo-support-section .wpo-support-title h2 {
            font-size: 44px;
            font-weight: 700;
            line-height: 53px;
            text-align: left;
            margin-bottom: 0;
            color: #fff;
        }

        footer .wpo-support-section .wpo-support-icon {
            position: relative;
        }

            footer .wpo-support-section .wpo-support-icon .support {
                display: flex;
                justify-content: center;
                text-decoration: none;
                transition: all 0.2s;
            }

                footer .wpo-support-section .wpo-support-icon .support .shape {
                    text-align: center;
                    background: #FF5E14;
                    width: 80px;
                    height: 80px;
                    border-radius: 50%;
                    position: relative;
                }

                    footer .wpo-support-section .wpo-support-icon .support .shape::before {
                        position: absolute;
                        content: "";
                        left: -7%;
                        top: -6%;
                        transform: translate(-50%, -50%);
                        width: 90px;
                        height: 90px;
                        border-radius: 50%;
                        background: rgb(42, 69, 112);
                        z-index: -1;
                        -webkit-animation: pulse 1s ease-in infinite;
                        animation: pulse 1s ease-in infinite;
                    }

            footer .wpo-support-section .wpo-support-icon .shape-1 {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                z-index: -1;
            }

            footer .wpo-support-section .wpo-support-icon .support .shape svg {
                color: #fff;
                font-size: 38px;
                height: 80px;
            }

        footer .wpo-support-section .wpo-support-munber {
            text-align: left;
            margin-left: 50px;
        }

            footer .wpo-support-section .wpo-support-munber span {
                font-size: 15px;
                font-weight: 700;
                line-height: 20px;
                color: #FF5E14;
            }

            footer .wpo-support-section .wpo-support-munber p a {
                font-size: 32px;
                font-weight: 700;
                line-height: 42px;
                color: #fff;
                margin-top: 8px;
            }

    footer .wpo-upper-footer {
        padding: 60px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    footer .link-widget:first-child {
        padding-left: 0;
    }

    footer .link-widget {
        padding-left: 75px;
        overflow: hidden;
    }

    footer .widget-title {
        margin-bottom: 30px;
    }

        footer .widget-title h3 {
            font-size: 30px;
            color: #fff;
            margin: 0;
            position: relative;
            font-weight: 700;
        }

    footer ul {
        list-style: none;
    }

    footer .link-widget ul li {
        position: relative;
    }

    footer li {
        color: #fff;
    }

    footer .link-widget ul li a {
        color: #fff;
        font-size: 15px;
        font-weight: 400;
    }

        footer .link-widget ul li a:hover {
            color: #FF5E14;
        }

    footer .contact-widget {
        position: relative;
        padding-left: 75px;
    }

        footer .contact-widget::before {
            position: absolute;
            left: 0;
            top: 52%;
            transform: translateY(-50%);
            width: 1px;
            height: 423px;
            background: rgba(255, 255, 255, 0.1);
            content: "";
        }

        footer .contact-widget::after {
            position: absolute;
            right: 0;
            top: 0;
            top: 52%;
            transform: translateY(-50%);
            width: 1px;
            height: 423px;
            background: rgba(255, 255, 255, 0.1);
            content: "";
        }

        footer .contact-widget .shape-1 {
            position: absolute;
            left: -1px;
            top: 50%;
            width: 3px;
            height: 100px;
            background: #FF5E14;
        }

        footer .contact-widget .shape-2 {
            position: absolute;
            right: -1px;
            top: 50%;
            width: 3px;
            height: 100px;
            background: #FF5E14;
        }

        footer .contact-widget ul li {
            position: relative;
            color: #fff;
            font-size: 15px;
            font-weight: 400;
            margin-bottom: 10px;
        }

        footer .contact-widget ul.adres li a {
            position: relative;
            color: #fff;
            font-size: 15px;
            font-weight: 400;
        }

            footer .contact-widget ul.adres li a svg {
                margin-right: 10px;
            }

    footer .blog-widget ul li .image {
        width: 15%;
        float: left;
    }

        footer .blog-widget ul li .image img {
            height: 70px;
        }

    footer .blog-widget ul li {
        color: #fff;
        clear: both;
        margin-bottom: 15px;
        display: inline-block;
    }

        footer .blog-widget ul li .text {
            width: 80%;
            float: left;
            margin-left: 5%;
        }

            footer .blog-widget ul li .text a {
                font-size: 15px;
                font-weight: 700;
                margin-bottom: 5px;
                color: #fff;
            }

    footer .contact-widget h4 {
        font-size: 16px;
        line-height: normal;
        text-align: left;
        color: #FF5E14;
        margin-top: 20px;
    }

    footer .social-widget {
        margin: 15px auto;
    }

        footer .social-widget ul li {
            display: inline-block;
            color: #fff;
        }

            footer .social-widget ul li a {
                color: #fff;
                background: #FF5E14;
                margin-bottom: 0;
                height: 40px;
                width: 40px;
                margin-left: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 16px;
                font-weight: 600;
                text-decoration: none;
                transition: all 0.2s;
            }

            footer .social-widget ul li:first-child a {
                margin-left: 0;
            }

            footer .social-widget ul li a svg {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-right: 0;
                font-size: 24px;
            }

            footer .social-widget ul li a:hover {
                color: #02245B;
            }

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}



footer .footer_ust,
footer .footer_center {
    border-bottom: 1px solid rgba(3,7,25,.3);
}

    footer .footer_ust div {
        position: relative;
    }

.col-lg-24 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 40rem;
    float: left;
    padding-right: 6rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
    margin-right: 6rem;
    border-right: 1px solid rgba(3,7,25,.3);
}

    .col-lg-24 i {
        background-color: #f0ede1;
        color: rgba(3,7,25,.3);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        left: 100%;
        top: 100%;
        position: absolute;
        margin-left: 1px;
    }

.col-lg-76 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    width: 94rem;
    float: left;
}

    .col-lg-76 .line-tight {
        line-height: normal;
        font-size: 32px;
    }

    .col-lg-76 .flex-div {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

        .col-lg-76 .flex-div a {
            padding-left: 2rem;
            padding-right: 2rem;
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
            margin-top: 2rem;
            margin-right: 2rem;
            -webkit-transition-duration: 200ms;
            -moz-transition-duration: 200ms;
            -ms-transition-duration: 200ms;
            -o-transition-duration: 200ms;
            transition-duration: 200ms;
            border-radius: 4px;
            position: relative;
            display: inline-block;
            color: #000;
            text-transform: capitalize;
        }

            .col-lg-76 .flex-div a:hover {
                background-color: #fbfaf6;
                -webkit-transform: translateY(-0.3rem);
                -moz-transform: translateY(-.3rem);
                -ms-transform: translateY(-.3rem);
                -o-transform: translateY(-.3rem);
                transform: translateY(-0.3rem);
                -webkit-box-shadow: 0 10px 20px -3px rgb(0 0 0 / 10%);
                box-shadow: 0 10px 20px -3px rgb(0 0 0 / 10%);
            }

                .col-lg-76 .flex-div a:hover .bg-color-white-on-target-hover {
                    background-color: #fbfaf6;
                    border-color: rgba(163,206,203,.3);
                    border-width: 3px;
                }


            .col-lg-76 .flex-div a .bg-color-white-on-target-hover {
                border-color: rgba(3,7,25,.15);
                -webkit-transition-duration: 200ms;
                -moz-transition-duration: 200ms;
                -ms-transition-duration: 200ms;
                -o-transition-duration: 200ms;
                transition-duration: 200ms;
                border-radius: 4px;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                position: absolute;
                border-style: solid;
            }

            .col-lg-76 .flex-div a .flexbox-social {
                text-align: center;
                position: relative;
                -webkit-flex-direction: row;
                flex-direction: row;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
            }

                .col-lg-76 .flex-div a .flexbox-social span {
                    line-height: 1.4em;
                    font-size: 1.4rem;
                    position: relative;
                    -webkit-flex-grow: 1;
                    flex-grow: 1;
                    display: block;
                }

                .col-lg-76 .flex-div a .flexbox-social svg {
                    margin-left: 1rem;
                    -webkit-flex-shrink: 0;
                    flex-shrink: 0;
                    display: block;
                    vertical-align: top;
                }

            .col-lg-76 .flex-div a.white {
                background-color: #fff;
                color: #000;
            }

.footer-menu-area > div > img {
    margin: 0 auto;
}

/*ul.ikili {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}*/

.contact-area {
    padding: 55px 90px;
    box-shadow: 0px 15px 50px 0px rgb(0 0 0 / 19%);
    margin-bottom: -100px !important;
    background-color: var(--colorwhite) !important;
    background-image: url('../img/footer-bize-ulasin.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    border-radius: 10px !important;
    transition: box-shadow .3s,transform .65s cubic-bezier(.23,1,.32,1);
    width: 100%;
    position: relative;
    z-index: 1;
    display: table-cell;
}

    .contact-area > .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .contact-area > .row > .text {
            color: #fff !important;
        }

.contact-button {
    text-align: right;
}

    .contact-button > a {
        border-radius: 4px;
        background-color: var(--colorone);
        color: var(--colortwo);
        font-weight: bold;
        line-height: 1.5em;
        letter-spacing: 0.01em;
        font-size: 14px;
        overflow: hidden;
        box-shadow: 0 0 0 transparent;
        display: inline-flex;
        padding: 0;
        position: relative;
        border: 1px solid rgb(255, 255, 255);
        white-space: nowrap;
        transition: all .3s;
    }


        .contact-button > a:hover {
            transform: translate3d(0,-2px,0);
            box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
            background-color: rgb(18, 18, 18);
            border-color: rgb(18, 18, 18);
            color: rgb(255, 255, 255);
        }

        .contact-button > a > span {
            margin: -0.5px;
            padding: 1.3em 2.7em;
            display: inline-flex;
            border-radius: inherit;
            border-color: inherit;
            align-items: center;
            transition: transform .3s cubic-bezier(.22,.665,.34,.875);
        }

            .contact-button > a > span:hover > .btn-txt {
                transition-delay: .1s;
                transform: translateX(1.5em);
            }

            .contact-button > a > span > .btn-txt {
                margin-inline-start: -1em;
                transition: transform .6s .125s cubic-bezier(.1,.75,.25,1);
                position: relative;
                z-index: 3;
            }

    .contact-button a span:hover .btn-icon + .btn-icon {
        opacity: 1;
        transform: translateX(0);
        transition-delay: .225s;
    }

    .contact-button a span:hover .btn-icon {
        opacity: 0;
    }

    .contact-button a > span:hover .btn-icon {
        transition-delay: 0s;
        transform: translateX(1em);
        padding-left: 0;
        padding-right: 15px;
    }

    .contact-button a span .btn-icon + .btn-icon {
        display: inline-flex;
        margin-inline-start: 0;
        margin-inline-end: 0;
        opacity: 0;
        transform: translateX(-1em);
        transition-delay: 0s;
        color: #fff;
    }

    .contact-button a span .btn-icon {
        transition: opacity .4s .25s,transform .6s .25s;
        transition-timing-function: cubic-bezier(.1,.75,.25,1);
    }

.btn-icon + .btn-icon {
    display: none;
    order: -2;
    margin-inline-start: 0;
    margin-inline-end: 8px;
}

.contact-button a span .btn-icon {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    letter-spacing: 0;
    background-size: 99.99% !important;
    transition: background .3s,color .125s,box-shadow .3s,border .3s;
    padding-left: 15px;
}

.site-footer {
    width: 100%;
    position: relative;
    background: #163668;
    padding: 30px 0;
}

.footer-menu-area {
    position: relative;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

    .footer-menu-area .col-lg-besli {
        width: 20%;
        float: left;
    }

.other-title {
    color: #000 !important;
    font-size: 12px !important;
    letter-spacing: -.04rem !important;
}

.footer-menu-area h3 {
    font-size: 14px;
    display: inline-block;
    position: relative;
    margin-top: 0;
    font-weight: 600;
    color: #000;
    line-height: 1.25;
    margin-bottom: 2rem;
    letter-spacing: normal;
    text-transform: capitalize;
    opacity: .5;
}

.footer_sag {
    margin-top: 25px;
    position: relative;
}

    .footer_sag a {
        position: relative;
        font-size: 13px;
        line-height: 16px;
        font-weight: 600;
        display: table;
        color: #000;
        padding: 10px 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-bottom: 1px solid transparent;
    }

        .footer_sag a svg {
            margin-right: 5px;
        }

        .footer_sag a:hover {
            background-color: transparent;
            color: #fff;
            border-bottom: 1px solid #fff;
        }

.footer-menu-area div ul li {
    list-style-type: none;
}

    .footer-menu-area div ul li a {
        color: #000;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: -.04rem;
        text-transform: uppercase;
        padding: 15px 0 0;
        border-bottom: 1px solid transparent;
        -webkit-transition-duration: 200ms;
        -moz-transition-duration: 200ms;
        -ms-transition-duration: 200ms;
        -o-transition-duration: 200ms;
        transition-duration: 200ms;
        display: inline-block;
    }

        .footer-menu-area div ul li a:hover {
            background-color: transparent;
            color: var(--colorone);
            border-bottom: 1px solid var(--colorone);
        }

.footer-menu-area div ul.social > li {
    display: inline-block;
    margin: 0 5px;
}

    .footer-menu-area div ul.social > li > a {
        color: #fff;
        font-size: 16px;
        display: inline-block;
        border: 1px solid #adb5ba;
        width: 28px;
        line-height: 16px;
        text-align: center;
        border-radius: 24px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .footer-menu-area div ul.social > li:hover > a {
        color: #FF5E14;
        border: 1px solid #FF5E14;
    }

menu-area > div > h4 {
    margin-bottom: 0px !important;
    font-size: 14px;
    color: rgba(173, 181, 186, 0.72);
    display: block;
    position: relative;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.2em;
}

.footer-menu-area > div > p,
.footer-menu-area > div > p * {
    margin-bottom: 0px !important;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.2em;
}

.footer-menu-area > div > .antre {
    margin: 10px auto;
    display: flex;
}

.footer-menu-area2 .maps-pic {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    color: #000;
    font-size: 12px;
    letter-spacing: -.04rem;
}

    .footer-menu-area2 .maps-pic div:first-child {
        width: 50%;
    }

    .footer-menu-area2 .maps-pic div:last-child {
        width: 50%;
        padding-left: 15px;
    }

    .footer-menu-area2 .maps-pic p {
        margin: 0 auto;
    }

        .footer-menu-area2 .maps-pic p a {
            color: #000;
            font-size: 14px;
            letter-spacing: -.04rem;
        }

.footer-menu-area2 {
    position: relative;
    display: block;
    border-top: 1px solid rgba(151,151,151,.38);
    padding: 2rem 0;
    margin-top: 2rem;
}

    .footer-menu-area2 > div {
        margin: 0 auto;
        padding: 0;
    }

.adres_alani {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 5px;
}

    .adres_alani:hover,
    .o-footer__bottomMenu--link:hover {
        background-color: transparent;
        color: #fbfbfb;
    }

.o-footer__bottomMenu--link {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
}

    .o-footer__bottomMenu--link:first-child {
        padding-right: 15px;
    }

    .o-footer__bottomMenu--link:last-child {
        padding-left: 15px;
    }

    .o-footer__bottomMenu--link:hover {
        color: #fbfbfb;
    }

    .o-footer__bottomMenu--link:after {
        content: "";
        position: absolute;
        top: 2px;
        right: -2px;
        width: 1px;
        height: 15px;
        background: #fff;
    }

    .o-footer__bottomMenu--link:last-child:after {
        width: 0;
    }

.subscribe-form {
    position: relative;
}

    .subscribe-form > .form-group,
    .subscribe-form {
        position: relative;
        margin-bottom: 0;
        display: inline-block;
    }

        .subscribe-form > .form-group > input {
            position: relative;
            background-color: #163668;
            height: 55px;
            width: 244px;
            color: #fff;
            padding: 6px 15px;
            border: 1px solid transparent;
            box-shadow: none;
        }

            .subscribe-form > .form-group > input:focus, .subscribe-form > .form-group > input:active {
                border-color: rgb(255 255 255 / 30%) !important;
                color: #000;
                background-color: transparent;
                border-color: rgba(3,7,25,.3);
                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%);
                border-radius: 0;
            }

            .subscribe-form > .form-group > input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
                color: #fff;
            }

            .subscribe-form > .form-group > input:-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: #fff;
            }

            .subscribe-form > .form-group > input::-ms-input-placeholder { /* Microsoft Edge */
                color: #fff;
            }

        .subscribe-form > .form-group > .btn {
            font-size: 0;
            margin-top: 0;
            padding: 0;
            border-radius: 0 !important;
            border-bottom: 1px solid rgba(3,7,25,.3);
            min-width: 0;
            background: #FF5E14 url(../img/arrow.svg) no-repeat center / 20px 20px;
            z-index: 10;
            text-align: center;
            position: absolute;
            right: -55px;
            top: 0;
            cursor: pointer;
            display: block;
            text-decoration: none;
            font-weight: 500;
            text-transform: uppercase;
            border: 1px solid transparent;
            outline: 0;
            color: #fff;
            width: 55px;
            height: 55px;
            line-height: 45px;
            border-radius: 0;
            -webkit-clip-path: polygon(100% 0, 100% 75%, 88% 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% 75%, 88% 100%, 0 100%, 0 0);
        }

            .subscribe-form > .form-group > .btn:active,
            .subscribe-form > .form-group > .btn:focus,
            .subscribe-form > .form-group > .btn:hover {
                color: #fff;
                background-color: #FF5E14;
                border-color: rgba(3,7,25,.3);
                transform: translateY(-0rem);
                box-shadow: 0 0.25rem 0.75rem rgb(30 34 40 / 15%);
                color: #fff;
            }

.subscribe-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.checkbox-item {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 0;
}

    .checkbox-item span {
        position: relative;
        font-size: 12px;
        min-height: 16px;
        line-height: 16px;
        font-weight: 600;
        padding-left: 5px;
        display: inline-block;
        color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.social_text {
    border-top: 1px solid rgba(151,151,151,.38);
    padding-top: 2rem;
    margin-top: 6rem;
}
/* Footer */
/* İletişim */
.contact-middle {
    position: relative;
    margin-top: 0;
    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: #00aadb;
                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: var(--colorone);
                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-family: 'Montserrat', sans-serif;
                            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-family: 'Montserrat', sans-serif;
                                            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-family: 'Montserrat', sans-serif;
                            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-bottom: 1rem;
                }

            .contact-middle > .elementor-row > .map_box > h1 {
                font-family: 'Montserrat', sans-serif;
                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: #00aadb !important;
        color: #000;
        background-color: #fff;
        border-color: #00aadb;
        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 svg {
    position: absolute;
    top: 15px;
    right: 25px;
    color: var(--colorone);
}

textarea.form-control {
    height: 150px !important;
}

.form-group > .btn {
    display: block;
    margin: 10px auto;
    cursor: pointer;
    color: #fff;
    background-color: var(--colorone);
    display: inline-block;
    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 var(--colorone);
    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: #00aadb;
        border-color: #00aadb;
        transform: translateY(-0.15rem);
        box-shadow: 0 0.25rem 0.75rem rgb(30 34 40 / 15%);
        color: #fff;
    }

section > iframe {
    display: block;
    width: 100%;
}
/* İletişim */
/* Referans Galeri */
.referans-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .referans-item * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .referans-item img {
        width: auto !important;
        margin: 0 auto;
    }

    .referans-item div {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 50px;
        height: 50px;
        opacity: 0;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
        background: #ffffff;
    }

        .referans-item div:before,
        .referans-item div:after {
            content: '';
            width: 50px;
            height: 50px;
            background: rgba(67, 84, 250, 0.4);
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .referans-item svg {
        top: 0;
        left: 0;
        font-size: 34px;
        color: var(--colorone) !important;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .referans-item a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
    }

    .referans-item.blue svg {
        color: var(--colorone) !important;
        opacity: 1;
    }

    .referans-item:hover img,
    .referans-item.hover img {
        opacity: 0.3;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    }

    .referans-item:hover div,
    .referans-item.hover div {
        opacity: 1;
    }

        .referans-item:hover div:after,
        .referans-item.hover div:after,
        .referans-item:hover div:before,
        .referans-item.hover div:before {
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

        .referans-item:hover div:before,
        .referans-item.hover div:before {
            -webkit-transform: scale(1.45);
            transform: scale(1.45);
        }

        .referans-item:hover div:after,
        .referans-item.hover div:after {
            -webkit-transform: scale(1.88);
            transform: scale(1.88);
        }
/* Referans Galeri */
/* Galeri */
.galeri-item {
    position: relative;
    overflow: hidden;
    background: #000000;
    color: #fff;
    cursor: pointer;
    border: 2px solid #fff;
}

    .galeri-item a {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 1;
    }

    .galeri-item img {
        opacity: 0.8;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
        width: 100%;
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
    }

    .galeri-item figcaption {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .galeri-item figcaption > div {
            height: 50%;
            overflow: hidden;
            width: 100%;
            position: relative;
        }

    .galeri-item h2,
    .galeri-item h3,
    .galeri-item .icons {
        margin: 0;
        position: absolute;
        right: 0;
        padding: 0 30px;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

    .galeri-item h2 {
        font-weight: bold;
        line-height: 1.2em;
        font-size: 18px;
        bottom: 0;
    }

    .galeri-item h3 {
        top: 0;
        color: #fff;
        font-size: 15px;
        line-height: 2em;
    }

    .galeri-item .icons {
        opacity: 0;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }

        .galeri-item .icons a {
            color: #ffffff;
            text-decoration: none;
            padding: 5px;
            font-size: 1.6em;
            opacity: 0.6;
        }

            .galeri-item .icons a:hover {
                opacity: 1;
                cursor: pointer;
            }

    .galeri-item:hover img,
    .galeri-item.hover img {
        opacity: 0.3;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .galeri-item:hover figcaption h3,
    .galeri-item.hover figcaption h3 {
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
        opacity: 0;
    }

    .galeri-item:hover figcaption .icons,
    .galeri-item.hover figcaption .icons {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
/* Galeri */
/* Ekibe Katıl Banner */
.ekibekatil-banner {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    padding: 60px 0;
}
/* Ekibe Katıl Banner */
/* Katalog */
.snip1580 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 5px;
    width: 24%;
    background-color: #000000;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

    .snip1580 * {
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .snip1580 img {
        max-width: 100%;
        vertical-align: top;
    }

    .snip1580 figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.75);
    }

    .snip1580 h3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        margin: 3px 0;
    }

    .snip1580 h5 {
        font-weight: 400;
        margin: 0;
        color: #bbb;
        letter-spacing: 1px;
    }

    .snip1580 a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .snip1580:hover figcaption,
    .snip1580.hover figcaption {
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        background-color: #fff;
    }

    .snip1580:hover h3,
    .snip1580.hover h3,
    .snip1580:hover h5,
    .snip1580.hover h5 {
        color: #333;
    }
/* Katalog */
/* WHATSAPP */
.call-now-button {
    /*visibility: hidden;*/
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
    z-index: 9999;
    clear: both;
    margin: 0 auto;
    position: fixed;
    border-radius: 50px;
    bottom: 5%;
    right: 5%;
    background: transparent;
}
    /*
    .call-now-button.active {
        visibility: visible;
        opacity: 1;
    }*/

    .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);
    }
}


@media only screen and (min-width: 320px) and (max-width: 758px) {
    .call-now-button {
        right: -15% !important;
        width: 40%;
        right: auto;
    }
}
/* WHATSAPP */
/* Cookie */
.cookie-container {
    position: fixed;
    left: 3%;
    top: auto;
    right: auto;
    bottom: 3%;
    z-index: 999;
    display: block;
    width: 36em;
    padding: 2em;
    background-color: #ffffff;
    font-size: 12px;
    text-align: center;
    border-radius: 8px;
}

    .cookie-container > .cookie-icon {
        width: 2.76em;
        max-width: none;
        margin-bottom: 1em;
        filter: invert(1);
    }

    .cookie-container > .cookie-texte {
        margin-bottom: 0.5em;
        color: #000000;
        font-size: 21px;
    }

.p-cookie {
    margin-bottom: 1.5em;
    color: rgb(0 0 0 / 75%);
}

.link-cookie {
    color: #000;
    font-weight: bold;
}

    .link-cookie:hover {
        color: rgb(0 0 0 / 75%);
    }

.cookie-button-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.button-cookie {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    min-width: 10em;
    margin-right: 1em;
    padding: 0.6em 2.5em;
    border: 1px solid #ccc;
    border-radius: 1.3em;
    background-color: transparent;
    -webkit-transition: background-color 300ms cubic-bezier(.25, .46, .45, .94), color 300ms cubic-bezier(.25, .46, .45, .94);
    transition: background-color 300ms cubic-bezier(.25, .46, .45, .94), color 300ms cubic-bezier(.25, .46, .45, .94);
    color: #000000;
    font-size: 0.86em;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

    .button-cookie:hover {
        background-color: #f2f2ec;
        color: #141413;
    }

.button-text {
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(.25, .46, .45, .94);
    transition: -webkit-transform 400ms cubic-bezier(.25, .46, .45, .94);
    transition: transform 400ms cubic-bezier(.25, .46, .45, .94);
    transition: transform 400ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 400ms cubic-bezier(.25, .46, .45, .94);
}

.button-no-cookie {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    min-width: 10em;
    padding: 0.6em 2.5em;
    border: 1px solid #ccc;
    border-radius: 1.3em;
    background-color: transparent;
    -webkit-transition: background-color 300ms cubic-bezier(.25, .46, .45, .94), color 300ms cubic-bezier(.25, .46, .45, .94);
    transition: background-color 300ms cubic-bezier(.25, .46, .45, .94), color 300ms cubic-bezier(.25, .46, .45, .94);
    color: #000000;
    font-size: 0.86em;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

    .button-no-cookie:hover {
        background-color: var(--colorone);
        color: #fff;
    }
/* Cookie */
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

a:focus, a:hover {
    color: transparent;
    text-decoration: none;
}

/* Mobile */
.laptop {
    display: block;
}

.mobile {
    display: none;
}

@media screen and (max-width: 1650px) {
}

@media screen and (max-width: 1450px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 1000px) {
    .laptop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .mobilep0 {
        padding: 0;
    }

    footer .widget-title h3 {
        font-size: 18px;
        color: #fff;
        margin: 0;
        position: relative;
        font-weight: 700;
    }

    footer .blog-widget ul li .image img {
        height: auto;
    }

    .site_header_Link,
    .theme-btn-s2 {
        font-size: small;
    }

    .aksiyon102 > div > div > .left > img {
        padding-right: 0;
    }

    .wpo-blog-section .shape,
    .wpo-cta-section .shape-2,
    .service-section .shape-1 {
        display: none;
    }

    .service-section .wpo-service-bg {
        height: 100%;
        width: 100%;
        right: 0;
    }

        .service-section .wpo-service-bg img {
            height: 100%;
            width: 100%;
        }

    .wpo-cta-section .wpo-cta-text {
        width: 100%;
    }

    .wpo-cta-section .wpo-cta-btn {
        margin-top: 30px;
        text-align: center;
    }

    footer .contact-widget .shape-1,
    footer .contact-widget .shape-2,
    footer .contact-widget::after,
    footer .contact-widget::before {
        display: none;
    }

    footer .contact-widget {
        position: relative;
        padding-left: 0;
    }

    footer .wpo-support-section .wpo-support-title h2,
    .wpo-section-title h2 {
        font-size: 32px;
        line-height: 40px;
    }

    footer .wpo-support-section .wpo-support-munber {
        margin-left: 0;
        margin-top: 15px;
    }

    .wpo-cta-section .wpo-cta-text h2 {
        font-size: 27px;
        line-height: 40px;
    }

    .elementor-service {
        margin: 10px auto;
        width: 100%;
    }

        .elementor-service:nth-child(3) {
            margin-left: 0;
        }

    .aksiyon102 > div > div {
        height: auto;
        display: block;
    }

    .item-blog article .card-block .desc {
        max-width: 100%;
    }

    .item-blog article .picture-area {
        width: 250px;
        height: 250px;
        display: contents;
    }

    .item-blog article .card-block {
        background-color: #f7f6f0;
        position: relative;
        min-height: 324px;
        padding: 51px 20px 26px;
        max-width: 100%;
        margin: -35px 0 0 17px;
        z-index: -1;
    }

    .item-blog article .picture-area p {
        left: 20px;
        top: 40%;
        bottom: auto;
    }

    .heading2 > h1 {
        font-size: x-large;
    }

    .o-text-link {
        top: 0;
        font-size: small;
    }

    .block-area {
        padding: 60px 15px;
    }

    .siteheader.header-fixed .box {
        background-color: #fff;
    }

    .article-card__inner {
        margin-bottom: 15px;
    }

    .col-lg-24 {
        display: block;
        display: block;
        display: block;
        -webkit-flex-direction: row;
        flex-direction: row;
        width: 100%;
        float: left;
        padding-right: 0;
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-right: 0;
        border-right: none;
    }

        .col-lg-24 i {
            display: none;
        }

    .col-lg-76 {
        padding-top: 2rem;
        padding-bottom: 2rem;
        width: 100%;
        float: left;
    }

        .col-lg-76 .flex-div a .flexbox-social span {
            font-size: 0;
        }

    .item-blog article {
        position: relative;
        display: block;
    }

    .block-area.black {
        padding-bottom: 0;
        padding-top: 30px;
        padding-left: 0;
    }

    .wpo-about-left-text {
        padding: 10px 10px 10px;
        top: 50%;
        max-width: 100%;
        left: 0;
    }

    .right_div {
        margin-right: 15px;
    }

    .pb-row-hero__centerColumn {
        display: block;
    }

        .pb-row-hero__centerColumn .image100 {
            display: none;
        }

    header > .head-area > .container-fluid > .inset {
        display: block !important;
        padding: 0;
    }

    .foot_logo img {
        margin: 0 auto;
        width: 125px;
    }

    .two {
        padding: 15px;
    }

    .block-area.black.m120 {
        margin-top: 20px;
    }

    .item-event article .inseting .card-right-section {
        padding: 0 15px;
    }

    .sol-egitmenler,
    .section.is--intro,
    .banner-button {
        display: none;
    }

    .block-area.black > .container-fluid {
        display: block;
    }

    .mright {
        padding: 0 5% !important;
    }

    .pb-row-hero__centerColumn h1 {
        font-size: x-large;
    }

    .pb-row-hero__centerColumn h3 {
        font-size: large;
    }

    .footer-menu-area .col-lg-besli {
        width: 100%;
        float: left;
        display: inline-grid;
    }

        .footer-menu-area .col-lg-besli ul {
            margin-bottom: 4rem;
        }

    .footer-menu-area h3.del:before {
        display: none;
    }

    .footer-menu-area {
        position: relative;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .o-footer__bottomMenu--link:first-child {
        padding-right: 5px;
    }

    .o-footer__bottomMenu--link:last-child {
        padding-left: 5px;
    }

    .col-lg-76 .flex-div a.white {
        display: none;
    }

    .col-lg-76 .line-tight {
        font-size: large;
    }

    .col-lg-76 .flex-div a {
        margin-right: 1rem;
    }

        .col-lg-76 .flex-div a .flexbox-social svg {
            margin-left: 0;
            -webkit-flex-shrink: 0;
            flex-shrink: 0;
            display: block;
            vertical-align: top;
        }

    .contact-middle > .elementor-row > .address_box > .address_box_inset {
        margin: 15px auto;
    }

    .serit27 > div > div > .lefin > h1,
    .serit27 > div > div > .lefin > h4,
    .serit27 > div > div > .lefin > p {
        text-align: center;
    }

    .contact-middle,
    .product-area,
    .product-area > .container,
    .product-item,
    .sag-sol-padding {
        padding: 0;
    }

    .cookie-container {
        width: auto;
        margin-left: 0;
    }

    .corporate_header h1 {
        font-size: large;
    }

    .corporate {
        display: grid;
        grid-gap: 0;
        grid-template-columns: none;
        padding: 0 15px;
    }

    .corporate_header {
        grid-column: 1 / span 1;
        order: 1;
        padding: 0 0 30px;
    }

    .corporate-right .text-layout .layout_text {
        grid-gap: 0;
        margin-top: 20px;
        grid-template-columns: repeat(1, 1fr);
        display: grid;
    }

    .vertical_line:first-child:not(:last-child):before {
        display: none;
    }

    .contact-middle > .elementor-row,
    .d-xl-flex {
        display: block;
    }

        .d-xl-flex .leftColumn {
            margin-right: 0;
            margin-bottom: 0;
            position: relative;
        }

    .titleWrap {
        z-index: 100;
        left: auto;
        top: auto;
        position: relative;
    }

        .titleWrap h2 {
            transform: rotate(0deg) translateX(0%);
            transform-origin: center left;
            max-width: 100%;
            font-size: xx-large;
        }

    .imgContainer,
    .pb-row-hero__leftColumn {
        display: none;
    }

    .flex-grow-1.genislik {
        min-width: 100%;
        width: 100%;
    }

    .flex-grow-1 ul li article .td-none .details,
    .flex-grow-1 ul li article .td-none {
        display: block;
    }

        .contact-middle > .elementor-row > .map_box,
        .contact-middle > .elementor-row > .address_box,
        .flex-grow-1 ul li article .td-none .details:first-child {
            width: 100%;
        }

        .flex-grow-1 ul li article .td-none .details .show-date-button {
            margin: 20px auto;
            display: block;
        }

    footer .widget-title h3:before {
        float: right !important;
        content: '\f067';
        font-family: 'Font Awesome 5 Free';
        padding-right: 5px;
    }

    footer .widget-title.plus:before {
        content: '\f068';
    }

    .site-footer,
    footer {
        padding: 1.5rem;
    }

        .site-footer > div {
            padding: 0;
        }

    .o-footer__bottomMenu--link {
        padding: 0 5px;
    }

    .social_text {
        padding-top: 2rem;
        margin-top: 2rem;
    }

    .subscribe-form > .form-group, .subscribe-form {
        margin: 2rem auto;
    }

    .footer-menu-area2 .maps-pic div:last-child {
        width: 100%;
        padding-left: 0;
    }

    .footer-menu-area2 .maps-pic {
        display: block;
    }

        .footer-menu-area2 .maps-pic img {
            display: none;
            border-radius: 0;
        }

    header > .head-area > .container-fluid > .inset > .col > .col-flex.header-menu {
        display: none;
    }

    .block-area.block-area .sol-img img {
        margin-top: 0;
        border-radius: 0;
    }

    .pages-header > .container > h1 {
        font-size: medium;
    }

    .sol-egitmenler {
        position: relative;
        bottom: 0;
        z-index: 1;
    }

    .home-play-button-wrapper {
        text-align: center;
    }

    .home-event-button-subtitle {
        color: #000;
    }

    .home-play-button {
        border-color: #000;
    }

        .home-play-button img {
            filter: invert(1);
        }

    .block-area.heightauto > .container-fluid {
        display: block;
    }

    .block-istatistik {
        position: relative;
    }

    .blog-area {
        height: auto;
        padding: 0;
    }

    .block-area.heightauto {
        height: 100vh;
    }

    .navbar-nav {
        margin: 0 auto;
    }

    .heading2 > h2 {
        width: 100%;
    }

    .contact-area {
        padding: 5px 10px;
    }

    .o-footer__bottomMenu.text-left,
    .contact-button,
    .text-right {
        text-align: center;
        padding: 0;
    }

    .item-area,
    .contact-area > .row,
    .block-area > .container,
    header > .head-area > .container-fluid {
        display: block !important;
    }

    .block-area .mright,
    .block-area .mleft {
        margin-top: 15px;
        padding: 0 15px;
    }

    .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox {
        height: 50vh;
    }

    .referance-area .item-brand .inner {
        border: 1px solid #dbdbdb;
    }

    .footer-menu-area > .maps-pic,
    .footer-menu-area > div > h3 {
        margin: 15px auto !important;
        display: block;
    }

    header > .head-area {
        padding: 0;
    }

        header > .head-area > .container-fluid > .inset > .col > a > img {
            margin: 0 auto;
            padding: 15px;
        }

        header > .head-area > .container-fluid > .inset > .col > .col-flex {
            display: inline-block;
        }

        header > .head-area > .container-fluid > .inset > .col-sag {
            max-width: 100%;
            display: block !important;
            text-align: center !important;
        }

        header > .head-area > .container-fluid > .inset > .col-sol {
            max-width: 100%;
            display: block !important;
        }

    /* Mobile Header */
    .navbar-collapse {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background-color: #ffbf00;
        border-top: 1px solid rgba(255,255,255,.1);
        z-index: 9999;
        max-height: calc(100vh - 70px);
        padding: 0 15px;
        margin: 0 auto !important;
    }

        .navbar-collapse > ul > li {
            display: block;
            float: none;
        }

            .navbar-collapse > ul > li > a {
                display: block;
                padding: 10px 20px;
                font-size: 14px;
                border-bottom: 1px solid rgba(255,255,255,.1);
                color: #fff !important;
                font-weight: 400 !important;
            }

                .navbar-collapse > ul > li > a > i {
                    margin-right: 5px;
                }

    .navbar-nav li:hover > ul.dropdown-menu {
        display: block;
        width: 100%;
        position: relative;
        border-radius: 0;
        left: 0;
        margin: 0;
    }

    .footer-menu-area > div > h3.right:before {
        float: right !important;
        content: '\f067';
        font-family: FontAwesome;
        padding-right: 5px;
    }
    /* Mobil Header */
}

@media all and (min-width: 1000px) {
    .navbar-collapse.collapse {
        display: block;
    }
}

@media (min-width: 768px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

.urunlersidebar {
    padding: 0;
}

    .urunlersidebar a {
        cursor: pointer;
    }

    .urunlersidebar .nav-item.dropdown svg {
        position: absolute;
        right: 15px !important;
        font-size: 14px;
        z-index: 9;
        top: 15px;
    }

    .urunlersidebar .nav-item.dropdown ul {
        list-style: none !important;
        overflow: hidden;
    }

    .urunlersidebar .collapse {
        overflow: hidden;
        display: none;
    }

        .urunlersidebar .collapse.in {
            overflow: hidden;
            display: block;
        }

    .urunlersidebar a ~ .fa-angle-down {
        display: none;
    }

    .urunlersidebar a ~ .fa-angle-up {
        display: block;
    }

    .urunlersidebar a.collapsed ~ .fa-angle-down {
        display: block !important;
    }

    .urunlersidebar a.collapsed ~ .fa-angle-up {
        display: none !important;
    }

    .urunlersidebar a .fa-angle-down {
        display: none;
    }

    .urunlersidebar a .fa-angle-up {
        display: block;
    }

    .urunlersidebar a.collapsed .fa-angle-down {
        display: block !important;
    }

    .urunlersidebar a.collapsed .fa-angle-up {
        display: none !important;
    }
