﻿@import url('https://fonts.googleapis.com/css2?family=Poppins: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');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

.hemenaramobil {
    display: none;
}

.link-ust {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.nonetop {
    margin-top: 30px !important;
}

.back-foot {
    background-color: #fff;
    border-radius: 8px;
}

.f-right-ilet {
    float: right;
    display: inline-block;
}

    .f-right-ilet ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .f-right-ilet ul li {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 50px;
            padding-top: 12px;
        }

.cta__icon,
.cta__meta {
    float: left;
}

    .cta__icon svg {
        font-size: 35px;
        color: #000;
        fill: #000;
        stroke: #000;
        line-height: 1;
    }

    .cta__meta P {
        font-size: 14px;
        color: #000;
        margin-bottom: 3px;
        line-height: 1;
        font-weight: 400;
    }

    .cta__meta span {
        font-size: 16px;
        color: #000;
        font-weight: 700;
        margin-bottom: 5px;
        display: inline-block;
    }

.banner-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    display: flex;
}

.banner-element {
    margin-bottom: 20px;
    width: 100%;
}

.banner-infobox {
    position: relative;
    box-shadow: 0 4px 32px 0 rgb(35 26 77 / .16);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: #f5f5f5;
    border-radius: 8px 8px 8px 8px;
    transition: all .4s ease;
    background-color: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    max-width: 360px;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

    .banner-infobox img {
        width: 100%;
        height: 100%;
    }

    .banner-infobox h2 {
        color: #000;
        position: relative;
        font-size: 36px;
        font-weight: 700;
    }

    .banner-infobox:hover {
        background-color: #f3e820;
        color: #000;
        transition: all .4s ease;
    }

.accordion-menu {
    background: #f7f9fb;
    min-width: 250px;
    padding: 0 15px;
    border-radius: 8px;
}

    .accordion-menu h2 {
        padding: 28px 0;
        color: #0a004b;
        font-weight: bold;
        margin-bottom: 0.2em;
        font-size: 1.5em;
        line-height: 1;
    }

    .accordion-menu ul {
        list-style-type: none
    }

        .accordion-menu ul li > span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-right: 15px
        }

            .accordion-menu ul li > span > a {
                font-weight: 400;
                font-family: 'Poppins', sans-serif;
                font-size: 16px;
                line-height: normal;
                color: #333;
            }

            .accordion-menu ul li > span > i {
                padding: 5px;
                color: #0a004b;
                font-size: 10px;
                line-height: normal;
                cursor: pointer;
                -webkit-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
                -webkit-transition: -webkit-transform .1s ease-in-out;
                transition: -webkit-transform .1s ease-in-out;
                -o-transition: transform .1s ease-in-out;
                transition: transform .1s ease-in-out;
                transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out
            }

        .accordion-menu ul li.active > span > a {
            font-weight: 600
        }

        .accordion-menu ul li.active > span > i {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0)
        }

        .accordion-menu ul li.active > ul {
            max-height: 1200px;
            -webkit-transition: max-height 0.25s ease-in;
            -o-transition: max-height 0.25s ease-in;
            transition: max-height 0.25s ease-in
        }

        .accordion-menu ul li.bolder > span > a {
            font-weight: 600
        }

        .accordion-menu ul li.green > span a {
            font-weight: 600;
            color: #01ba31
        }

    .accordion-menu > ul {
        margin-bottom: 30px
    }

        .accordion-menu > ul > li {
            padding: 25px 0;
            margin-right: 20px;
            border-bottom: solid 1px #e1e8f0
        }

            .accordion-menu > ul > li.second-nav {
                margin-top: 60px;
                border-top: 1px solid #e1e8f0
            }

            .accordion-menu > ul > li:first-of-type {
                border-top: solid 1px #e1e8f0
            }

            .accordion-menu > ul > li > ul {
                max-height: 0;
                overflow: hidden
            }

                .accordion-menu > ul > li > ul > li {
                    padding-left: 20px;
                    margin: 20px 0
                }

                    .accordion-menu > ul > li > ul > li > span > a {
                        font-weight: 400;
                        font-family: 'Poppins', sans-serif;
                        font-size: 16px;
                        line-height: normal;
                        color: #333;
                    }

                    .accordion-menu > ul > li > ul > li > ul {
                        max-height: 0;
                        overflow: hidden
                    }

                        .accordion-menu > ul > li > ul > li > ul > li {
                            padding-left: 20px;
                            margin: 16px 0
                        }

                            .accordion-menu > ul > li > ul > li > ul > li > span > a {
                                font-size: 1.2rem;
                                line-height: 1.8rem
                            }

                            .accordion-menu > ul > li > ul > li > ul > li > a {
                                font-size: 1.2rem;
                                line-height: 1.8rem;
                            }

            .accordion-menu > ul > li:last-child {
                border: none;
            }

.grid-besli {
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(0, 3fr));
    display: grid;
}

.grid-besli-urunler {
    display: grid;
    column-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.phone {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-top: 2px;
    padding: 0 20px;
    border-right: 1px solid;
    border-color: rgba(255,255,255,.1);
    text-transform: uppercase;
    transition: all .3s;
}

    .phone:hover {
        color: #fff;
        text-decoration: underline;
    }

.header-fixed .phone {
    color: #000 !important;
    border-color: rgb(0 0 0 / 10%);
}
/* İlk olarak, dropdown menüsünü gizleyin */
ul.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: auto;
    top: auto;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    min-width: 210px;
}

/* dropdown tetikleyiciye (li.dropdown) mouse ile geldiğinde, alt menüyü gösterin */
li.dropdown:hover ul.dropdown-menu {
    display: block;
}

/* Dropdown menü öğeleri (li) stilini düzenleyin */
ul.dropdown-menu li {
    padding: 0;
    display: block;
}

    /* Dropdown menü öğelerinin üzerine gelindiğinde renk değiştirme */
    ul.dropdown-menu li:hover {
        background-color: #f2f2f2; /* Hover rengi */
    }

    /* Dropdown menü öğelerinin linkleri (a) stilini düzenleyin */
    ul.dropdown-menu li a {
        color: #000 !important; /* Link rengi */
        text-decoration: none; /* Altı çizgi kaldır */
        text-transform: uppercase;
        padding: 5px 10px;
        font-size: 14px;
    }

        /* Dropdown menü öğelerinin linkleri (a) üzerine gelindiğinde renk değiştirme */
        ul.dropdown-menu li a:hover {
            color: #007bff; /* Hover rengi */
        }

        ul.dropdown-menu li a img {
            width: 100%;
            height: 160px;
            object-fit: contain;
        }

.popup-overlay {
    z-index: 9999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 1rem;
    align-items: center;
    justify-content: center
}

    .popup-overlay .popup {
        position: relative;
        width: 100%;
        max-width: 720px;
        min-width: 320px;
        min-height: 200px;
        border-radius: 5px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center
    }

        .popup-overlay .popup a.close, .popup-overlay .popup a.submit {
            display: inline-block;
            color: #fff;
            background-color: #f3e820;
            border-radius: 3px;
            padding: .75rem;
            text-decoration: none;
            position: absolute;
            right: -1.5%;
            top: -2.5%;
            z-index: 1;
            opacity: 1;
            font-size: 12px
        }

.box__img {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.3s ease-in;
}

    .box__img img {
        position: relative;
        cursor: pointer;
        overflow: hidden;
        border-radius: 8px;
        transition: all 0.3s ease-in;
    }

.blog-box > div {
    border: 1px solid rgb(0 0 0 / 23%);
    border-radius: 12px;
}

    .blog-box > div > .box_content {
        padding: 0 20px 15px;
    }

.blog-box:hover .box__img img {
    filter: grayscale(1);
    animation: kenBurns 10s infinite;
}

@keyframes kenBurns {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2) translate(-5%,-5%)
    }
}

.blog-box:first-child {
    margin-top: -15rem;
}

.blog-box:nth-child(2n) {
    margin-top: 15rem;
}

.blog-box:last-child {
    margin-top: -15rem;
}

.absolut {
    width: 30%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: auto;
    transform: translate(-50%,0%);
    z-index: 1;
}

.mdl-ofertas .mdl-container .m-header .m-generic-link {
    margin-top: 3.2rem;
}

.widget-wrap-sol {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.m-generic-link {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    z-index: 3;
    font-size: 1.6rem;
    font-weight: 350;
    text-transform: uppercase;
    line-height: 2.8rem;
    letter-spacing: 0.2rem;
    color: #091d26;
    transition: all 0.3s ease-in;
}

    .m-generic-link:hover img {
        filter: invert(39%) sepia(43%) saturate(735%) hue-rotate(153deg) brightness(91%) contrast(90%);
    }

    .m-generic-link img {
        filter: invert(8%) sepia(3%) saturate(886%) hue-rotate(22deg) brightness(101%) contrast(93%);
    }

        .m-generic-link img + span {
            margin-left: 0.8rem;
        }

.spanx2 {
    background-color: #f3e820;
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
}

    .spanx2 h4 {
        font-size: 16px;
        font-weight: 400;
        line-height: 1em;
        letter-spacing: 0.375px;
        margin: 0em 0em 0em 0em;
        padding: 0.5em 1em 0.5em 1em;
        color: #000;
    }

.m-final {
    margin-top: 2.4rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0 !important;
}

.m-generic-link {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    z-index: 3;
    font-size: 1.6rem;
    font-weight: 350;
    text-transform: uppercase;
    line-height: 2.8rem;
    letter-spacing: 0.2rem;
    color: #091d26;
    transition: all 0.3s ease-in;
}

    .m-generic-link img {
        filter: invert(8%) sepia(3%) saturate(886%) hue-rotate(22deg) brightness(101%) contrast(93%);
        width: auto;
        height: auto;
        object-fit: contain;
    }

        .m-generic-link img + span {
            margin-left: 0.8rem;
            font-weight: bold;
        }

.mdl-experiences {
    position: relative;
    background-color: #171717;
    overflow: hidden;
    font-size: 1.6rem;
    line-height: 2.4rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
}

    .mdl-experiences .mdl-container {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        padding: 17.3rem 2.4rem 17.7rem;
        margin: 0 auto;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
    }

        .mdl-experiences .mdl-container .m-d1 {
            display: flex;
            align-items: end;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            border-radius: 0.8rem;
            background: linear-gradient(0deg,#f3e820 0%,rgba(124,172,193,0) 46.31%), linear-gradient(0deg,#5b53ad,#4f4797);
            width: 25vw;
            height: 40.6vw;
            z-index: 0;
        }

            .mdl-experiences .mdl-container .m-d1 .m-gradient {
                width: 52.8rem;
                height: 26.6rem;
                rotate: -180deg;
                background: linear-gradient(180deg,#f3e820 0%,rgba(37,117,151,0) 100%);
                transform: scale(1.1);
            }

        .mdl-experiences .mdl-container .m-palmleft {
            position: absolute;
            top: 72%;
            left: 53%;
            transform: translate(-100%,-50%);
            width: 29.05vw;
            height: 41.6vw;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            z-index: 1;
            filter: hue-rotate(45deg);
        }

        .mdl-experiences .mdl-container .m-palmright {
            position: absolute;
            top: 71%;
            right: 51%;
            transform: translate(100%,-50%);
            width: 22.44vw;
            height: 33.3vw;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            z-index: 1;
            filter: hue-rotate(45deg);
        }

        .mdl-experiences .mdl-container .m-instagram {
            position: relative;
            z-index: 2;
            margin-bottom: 0.7rem;
            color: #fff;
            font-size: 40px;
            font-weight: 700;
            line-height: 1.24em;
        }

        .mdl-experiences .mdl-container .m-tag {
            position: relative;
            margin-bottom: 0;
            font-family: "Dancing Script", cursive;
            font-size: 13rem;
            font-weight: 400;
            line-height: 13.4rem;
            color: #fff;
            z-index: 3;
        }

        .mdl-experiences .mdl-container .m-slide {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: row;
            gap: 2.5rem;
            margin-top: 12rem;
        }

            .mdl-experiences .mdl-container .m-slide .m-item {
                width: 15vw;
                height: 14.76vw;
                display: block;
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                border-radius: 0.8rem;
                box-shadow: 0 2.8rem 3.6rem 0 #00000026;
                transition: 1s ease all;
            }

                .mdl-experiences .mdl-container .m-slide .m-item:nth-child(odd) {
                    margin-top: -7.6rem;
                }

                .mdl-experiences .mdl-container .m-slide .m-item:hover {
                    transform: translateY(-10%);
                }

        .mdl-experiences .mdl-container .m-cuenta {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1.6rem;
            transform: translateY(-3.4rem);
        }

            .mdl-experiences .mdl-container .m-cuenta img {
                width: 3.2rem;
                height: 3.2rem;
                object-fit: contain;
            }

            .mdl-experiences .mdl-container .m-cuenta span {
                font-size: 1.6rem;
                line-height: 2.4rem;
                color: #fff;
                font-weight: 400;
            }

.blog-box h3 {
    vertical-align: middle;
    transition: color .3s;
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
}

.blog-box .content-text {
    margin: 1.5em 0em;
    padding: 2.4rem 0;
    border-top: 0.1rem solid #f0f0f0;
    border-bottom: 0.1rem solid #f0f0f0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    border: none !important;
}

.grid {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 var(--col-gap);
    display: flex;
    justify-content: space-between;
    z-index: 3;
    pointer-events: none;
    user-select: none;
    transition: opacity var(--animation-navigation-backward);
}

    .grid .grid-line {
        width: 1px;
        flex-shrink: 0;
        flex-grow: 0;
        background: var(--color-border);
    }

.corp-blocks .inset .boxes li a, .corp-blocks .inset .boxes li b {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    display: block
}

.btn-epic:after, .btn-epic:before {
    position: absolute;
    height: 100%;
    transition: .6s;
    top: 0;
    left: 0
}

.corp-blocks .inset .title-bar h4, .form-left-top .title-bar {
    font-weight: 700;
    font-size: 42px;
    -webkit-text-fill-color: transparent
}

.btn-epic, .fab-actions a, .fab-button {
    text-decoration: none
}

.dib img, .star0 > .dib > img {
    filter: grayscale(1)
}

.up {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.code-sec {
    height: 45px;
    vertical-align: middle;
    outline: none;
    width: 100px;
    position: relative;
    left: auto;
    border-radius: 5px;
    background-color: #f6f7f9;
    font-size: 12px;
    border: 1px solid #02010100;
}

:root {
    --color-border: rgba(var(--color-border-rgb), 0.225);
    --animation-navigation-backward: 0.6s cubic-bezier(0.8, 0, 0.1, 1);
    --col-gap: max(1.75em, 1.75vw);
    --colorone: #f3e820;
    --colortwo: #2c2e31;
    --colorthree: #fbfbfb;
    --colorwhite: #fff;
    --colorred: #f3e820;
    --color1: hsl(0, 0%, 100%);
    --color2: hsl(0, 0%, 0%);
    --color3: hsl(23deg 62% 69%);
    --color4: hsl(201, 7%, 52%);
    --color5: #ef4639;
    --color6: hsl(0, 0%, 68%);
    --color7: hsl(141, 51%, 45%);
    --color8: hsl(0, 0%, 93%);
    --color9: hsl(0deg 0% 46%);
    --color10: hsl(0, 0%, 85%);
    --color11: hsl(201, 7%, 52%);
    --color12: hsl(32, 90%, 60%);
    --color13: hsl(0, 0%, 83%);
    --color-dark-rgb: 0, 0, 0;
    --color-dark: rgba(var(--color-dark-rgb), 1);
    --color-light-rgb: 245, 247, 250;
    --color-light: rgba(var(--color-light-rgb), 1);
    --color-white-rgb: 255, 255, 255;
    --color-white: rgba(var(--color-white-rgb), 1);
    --color-black-rgb: 0, 0, 0;
    --color-black: rgba(var(--color-black-rgb), 1);
    --color-primary: #f3e820;
    --color-secondary: #FFE600;
    --color-gray: #C1C3C7;
    --color-lightgray: #E6E8EB;
    --color-border-rgb: 159, 161, 163;
    --color-border: rgba(var(--color-border-rgb), 0.225);
    --color-border-600: rgba(var(--color-border-rgb), 0.35);
    --color-border-800: rgba(var(--color-border-rgb), 0.45);
    --color-border-900: rgba(var(--color-border-rgb), 1);
    --color-border-light: var(--color-border-light);
    --color-text: rgba(var(--color-dark-rgb), 0.7);
    --color-text-light: rgba(var(--color-light-rgb), 0.7);
    --color-alert-error: var(--color-primary);
    --color-alert-success: #46d054;
    --animation-primary: 0.4s cubic-bezier(.75, 0, .25, 1);
    --animation-fast: 0.2s cubic-bezier(.75, 0, .25, 1);
    --animation-smooth: 0.6s cubic-bezier(.75, 0, .25, 1);
    --animation-navigation: 1.2s cubic-bezier(.75, 0, .25, 1);
    /* --animation-navigation: 0.6s cubic-bezier(.6, 0, .4, 1); */
    --animation-navigation-forward: 1s cubic-bezier(0.8, 0, 0.1, 1);
    --animation-navigation-backward: 0.6s cubic-bezier(0.8, 0, 0.1, 1);
    --animation-navigation-fade: 0.3s ease-in-out;
    --section-padding: min(9vw, 9em);
    --container-padding: var(--col-gap);
    --row-padding: clamp(2em, 4vw, 4em);
    --col-padding: clamp(2em, 4vw, 4em);
    --row-gap: max(1.75em, 1.75vw);
    --col-gap: max(1.75em, 1.75vw);
    --title-size: max(5em, 7.5vw);
    --border-radius: 0.35em;
    --main-navigation-height: 4.6em;
    --single-grid-col: calc((99.99vw - (var(--col-gap) * 2)) / 4);
}

*, :after, :before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

@font-face {
    font-family: icomoon;
    src: url(/Content/font/icomoon.eot?bh5cxl);
    src: url(/Content/font/icomoon.eot?bh5cxl#iefix) format('embedded-opentype'),url(/Content/font/icomoon.woff2?bh5cxl) format('woff2'),url(/Content/font/icomoon.ttf?bh5cxl) format('truetype'),url(/Content/font/icomoon.woff?bh5cxl) format('woff'),url(/Content/font/icomoon.svg?bh5cxl#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.about.style-1 .about__content p, .form-left-top .title-desc, .icon-box .content h5, .icon-box .content p, .tab-pane {
    font-family: Poppins,sans-serif
}

.btn-epic div, .social, .text_column h3 {
    text-transform: uppercase
}

.icon-spotify:before {
    content: "";
    color: #24275e
}

.icon-recete:before {
    content: "";
    color: #000
}

.icon-tahlil_sonuclari:before {
    content: "";
    color: #000
}

.icon-tahlil_sonuclari2:before {
    content: "";
    color: #fff
}

.icon-randevu:before {
    content: "";
    color: #000
}

.icon-e_doktor:before {
    content: "";
    color: #000
}

.icon-evde_saglik:before {
    content: "";
    color: #000
}

.icon-share:before {
    content: "";
    color: #000
}

.icon-error:before {
    content: ""
}

.icon-success:before {
    content: "";
    color: #6ac259
}

.icon-dis-hekimligi:before {
    content: ""
}

.icon-dahili-tip:before {
    content: ""
}

.icon-cerrahi-tip:before {
    content: ""
}

.icon-cafe:before {
    content: ""
}

.icon-arrow-right-2:before {
    content: ""
}

.icon-arrow-left-2:before {
    content: ""
}

.icon-yogun-bakim:before {
    content: ""
}

.icon-yatak:before {
    content: ""
}

.icon-screen:before {
    content: ""
}

.icon-poliklinik:before {
    content: ""
}

.icon-otopark:before {
    content: ""
}

.icon-map-pin:before {
    content: ""
}

.icon-laboratuvar:before {
    content: ""
}

.icon-kuafor:before {
    content: ""
}

.icon-ibadethane:before {
    content: ""
}

.icon-hastane:before {
    content: ""
}

.icon-gallery:before {
    content: ""
}

.icon-flag:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}

.icon-linkedin:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-mail-fly:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-call-center:before {
    content: ""
}

.icon-meter:before {
    content: ""
}

.icon-note:before {
    content: ""
}

.icon-syringe:before {
    content: ""
}

.icon-women:before {
    content: ""
}

.icon-right-arrow-big:before {
    content: ""
}

.icon-left-arrow-big:before {
    content: ""
}

.icon-date:before {
    content: ""
}

.icon-microscope:before {
    content: ""
}

.icon-doktor-search:before {
    content: ""
}

.icon-down:before {
    content: ""
}

.icon-up:before {
    content: ""
}

.icon-arrow-right:before {
    content: ""
}

.icon-arrow-left:before {
    content: ""
}

.icon-arrow-down:before {
    content: ""
}

.icon-arrow-up:before {
    content: ""
}

.icon-play:before {
    content: ""
}

.icon-invalid-name:before {
    content: ""
}

.icon-close:before {
    content: ""
}

.icon-arrow-down-thin:before {
    content: ""
}

.icon-arrow-up-thin:before {
    content: ""
}

.icon-user:before {
    content: ""
}

.icon-pencil:before {
    content: ""
}

.icon-gift:before {
    content: ""
}

.icon-baby:before {
    content: ""
}

.icon-book:before {
    content: ""
}

.icon-stetoskop:before {
    content: ""
}

.icon-voice:before {
    content: ""
}

.icon-email:before {
    content: ""
}

.icon-clock:before {
    content: ""
}

.icon-datepicker:before {
    content: ""
}

.icon-fenus:before {
    content: ""
}

.icon-syringe-2:before {
    content: ""
}

.icon-weight:before {
    content: ""
}

.icon-merter-2:before {
    content: ""
}

.icon-comment:before {
    content: ""
}

.icon-file:before {
    content: ""
}

.icon-body:before {
    content: ""
}

.icon-dental:before {
    content: ""
}

.icon-scissors:before {
    content: ""
}

.icon-tube:before {
    content: ""
}

.icon-download:before {
    content: ""
}

.icon-bag:before {
    content: ""
}

.icon-packet:before {
    content: ""
}

.icon-uni-cap:before {
    content: ""
}

.icon-note-book:before {
    content: ""
}

.icon-whatsapp:before {
    content: ""
}

.icon-user-comment:before {
    content: ""
}

.icon-care-units:before {
    content: ""
}

.icon-medical-centers:before {
    content: ""
}

.icon-medical-units:before {
    content: ""
}

.icon-operating-rooms:before {
    content: ""
}

.d-inline-block img, .radius, .radius-image img {
    border-radius: 2em
}

.before-after-grid {
    overflow: hidden;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.blog-section .blog-boxes.none {
    display: block;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    margin: auto;
    overflow: hidden
}

.separator-small {
    position: relative;
    clear: both;
    overflow: hidden;
    line-height: 0;
    height: 1.5rem
}

.accordion-area {
    border-radius: 20px !important;
    padding: 0px !important;
    background: #fff
}

    .accordion-area .accordian-wrapper {
        background: #fff !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .accordion-area .accordion-content p, .accordion-area .accordion-toggle, .accordion-area .accordion-toggle *, .accordion-area .custom-tab {
        color: #000 !important
    }

.column-inner {
    padding: 15px
}

    .column-inner img {
        border-radius: 20px !important;
        background-color: #e6f1fa
    }

.text_column h3 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    color: #f3e820;
    text-align: center
}

.text_column p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    text-align: center
}

.corp-blocks {
    padding-bottom: 10em
}

    .corp-blocks .inset {
        margin-left: auto;
        margin-right: auto;
        display: block
    }

        .corp-blocks .inset .title-bar {
            width: 88%;
            margin-left: auto;
            margin-right: auto;
            display: block;
            padding-top: 8em
        }

            .corp-blocks .inset .title-bar h4 {
                position: relative;
                line-height: normal;
                font-style: normal;
                color: #f3e820;
                -webkit-background-clip: text;
                background-image: linear-gradient(129deg,#5c068c,#00b2a9 75%)
            }

            .block-area .layer .dt .dtc .title-wrapper h1, .corp-blocks .inset .title-bar h5 {
                position: relative;
                font-size: 18px;
                line-height: normal;
                font-weight: 600;
                font-style: normal;
                word-spacing: 0px;
                padding: 0;
                color: #f3e820;
                margin: 25px auto
            }

        .corp-blocks .inset .boxes {
            display: block;
            margin-top: 5em;
            width: 100%;
            list-style: none
        }

            .corp-blocks .inset .boxes li {
                width: 19%;
                margin-right: .5%;
                margin-left: .5%;
                display: block;
                float: left;
                margin-bottom: 1em;
                position: relative;
                overflow: hidden;
                list-style: none
            }

                .corp-blocks .inset .boxes li a {
                    min-height: 260px;
                    background-color: #fff;
                    text-align: center;
                    font-size: 14px;
                    font-weight: 600;
                    font-style: normal;
                    padding: 0;
                    color: #f3e820;
                    cursor: pointer
                }

                .corp-blocks .inset .boxes li b {
                    width: 100%;
                    height: 260px
                }

                .corp-blocks .inset .boxes li img {
                    width: 100%;
                    height: 260px;
                    display: block;
                    transform-origin: 50% 50%
                }

.btn-epic {
    margin: auto;
    width: 100%;
    height: 260px;
    background: #fff;
    transform: translate3d(0,0,0);
    letter-spacing: .05em;
    transition-delay: 0.6s
}

.form-back-top, .form-left-top {
    transform-origin: 50% 50%;
    visibility: visible
}

.btn-epic:before {
    content: '';
    width: 100%;
    background: #f3e820;
    border-radius: 50% 50% 0 0;
    transform: translateY(100%) scaleY(.5)
}

.btn-epic:after {
    content: '';
    width: 100%;
    background: #fff;
    border-radius: 0;
    transform: translateY(0) scaleY(1)
}

.btn-epic div {
    position: relative;
    top: 0;
    width: 100%;
    height: 260px;
    overflow: hidden
}

.btn-epic span {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
    height: 260px;
    text-align: center;
    transition: transform .5s
}

    .btn-epic span:first-child {
        color: #fff;
        transform: translateY(24px)
    }

    .btn-epic span:last-child {
        color: #1e0f21;
        transform: translateY(0)
    }

.btn-epic:hover {
    background: #f3e820;
    transition: background .2s linear 0.6s
}

    .btn-epic:hover:after {
        border-radius: 0 0 50% 50%;
        transform: translateY(-100%) scaleY(.5);
        transition-delay: 0
    }

    .btn-epic:hover:before {
        border-radius: 0;
        transform: translateY(0) scaleY(1);
        transition-delay: 0
    }

    .btn-epic:hover span:first-child {
        transform: translateY(0);
        opacity: 0
    }

    .btn-epic:hover span:last-child {
        transform: translateY(-24px);
        color: #fff
    }

.form-block {
    width: 100%;
    position: relative;
    padding-top: 10em;
    margin-top: 10em
}

.form-left-top {
    width: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    padding: 3.7em 5% 3.7em 10%
}

    .form-left-top .title-bar {
        position: relative;
        line-height: normal;
        font-style: normal;
        padding-left: 1.4em;
        color: #f3e820;
        -webkit-background-clip: text;
        background-image: linear-gradient(129deg,#5c068c,#00b2a9 75%)
    }

        .form-left-top .title-bar i {
            position: absolute;
            top: .65em;
            width: 1em;
            height: 2px;
            left: 0;
            background-color: #f3e820;
            display: block
        }

    .form-left-top .title-desc {
        font-size: 14px;
        line-height: 1.42857143;
        color: #f3e820;
        padding-right: 25px;
        position: relative;
        margin: 15px auto;
        font-weight: 400;
        font-style: normal
    }

.form-back-top {
    position: relative;
    overflow: hidden;
    z-index: 19;
    background-color: #19242a
}

    .form-back-top .band-area {
        position: relative;
        margin-left: 60%;
        color: #fff;
        z-index: 20;
        padding-bottom: 10em;
        padding-top: 10em;
        padding-right: 10em
    }

    .form-back-top .arka-plan-resim {
        width: 1680px;
        height: 941px;
        margin-top: -470px;
        margin-left: -840px;
        top: 50%;
        left: 50%;
        transform: translate(0,0);
        transform-origin: 50% 50%;
        position: absolute
    }

.side-menu-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

    .side-menu-wrapper.show-menu {
        display: block;
        -webkit-animation: 1s forwards slide-bottom-to-top;
        animation: 1s forwards slide-bottom-to-top
    }

    .side-menu-wrapper.hide-menu {
        display: block;
        -webkit-animation: 1s forwards slide-top-to-bottom;
        animation: 1s forwards slide-top-to-bottom
    }

    .side-menu-wrapper .navigation-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        line-height: 1;
        color: #090a0a;
        padding: 0
    }

        .side-menu-wrapper .navigation-link a .dot, .side-menu-wrapper .two-columns .col-2 {
            -webkit-flex-direction: column;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal
        }

        .catalog-card-group-item ul li a:focus, .catalog-card-group-item ul li a:hover, .side-menu-wrapper .navigation-link:focus, .side-menu-wrapper .navigation-link:hover, .side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .title:hover {
            text-decoration: none;
            background-color: transparent
        }

        .side-menu-wrapper .navigation-link.active {
            color: #e04141
        }

            .side-menu-wrapper .navigation-link.active span:after {
                -webkit-transform: scaleX(1);
                -ms-transform: scaleX(1);
                transform: scaleX(1)
            }

        .side-menu-wrapper .navigation-link a .dot {
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            position: relative
        }

        .side-menu-wrapper .navigation-link:hover span.dot:after {
            opacity: 1;
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1)
        }

        .side-menu-wrapper .navigation-link span.dot:after {
            position: relative;
            display: block;
            bottom: -5px;
            content: "";
            margin: 0 auto;
            height: 4px;
            width: 4px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background-color: #e04141;
            -webkit-transition: opacity .7s;
            -o-transition: opacity .7s;
            transition: opacity .7s;
            -webkit-transform-origin: 0 50%;
            -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
            -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0)
        }

    .side-menu-wrapper .two-columns {
        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;
        height: 100%
    }

        .side-menu-wrapper .two-columns .col-1 {
            width: 46%;
            z-index: 3
        }

            .side-menu-wrapper .two-columns .col-1 .col-1-container {
                min-height: 120px
            }

            .side-menu-wrapper .two-columns .col-1 ._escape_up {
                -webkit-animation-duration: 1s;
                animation-duration: 1s;
                -webkit-animation-delay: 1.4s;
                animation-delay: 1.4s;
                -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out
            }

            .side-menu-wrapper .two-columns .col-1 ._scale-up {
                -webkit-animation-duration: 1s;
                animation-duration: 1s;
                -webkit-animation-delay: 1.5s;
                animation-delay: 1.5s;
                -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out
            }

        .side-menu-wrapper .two-columns .col-2 {
            width: 54%;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            overflow-y: scroll;
            padding-left: 100px;
            padding-right: 100px
        }

            .side-menu-wrapper .two-columns .col-2 ._fade-in {
                -webkit-animation-delay: 1.1s;
                animation-delay: 1.1s;
                -webkit-animation-duration: 1s;
                animation-duration: 1s
            }

        .banner-button, .block-area .layer .dt .dtc, .block-area-uclu, .blog-section .blog-boxes .blog-box .box__img, .col-number, .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, .heading, .referance-area .item-brand .inner .brand-wrapper, .relative, .side-menu-wrapper .two-columns .col-1, .side-menu-wrapper .two-columns .col-2, .slide-block > .inner > .inset, .subscribe-form, .subscribe-form > .form-group, .talep-btn {
            position: relative
        }

        .side-menu-wrapper .two-columns .col-1-container {
            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;
            height: 100%;
            position: relative
        }

        .side-menu-wrapper .two-columns .video-btn {
            color: #fff;
            opacity: 0;
            -webkit-transition: 1s;
            -o-transition: 1s;
            transition: 1s;
            z-index: 1
        }

            .side-menu-wrapper .two-columns .video-btn .btn-wrapper {
                opacity: 0
            }

        .side-menu-wrapper .two-columns .video-wrapper:hover .video-btn .btn-wrapper {
            z-index: 5;
            opacity: 1
        }

        .side-menu-wrapper .two-columns .video-wrapper {
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            position: relative
        }

        .side-menu-wrapper .two-columns .btn-lg {
            -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
            transform: translateY(100%);
            -webkit-animation: .7s ease-out 1s forwards slide-bottom-to-top;
            animation: .7s ease-out 1s forwards slide-bottom-to-top;
            z-index: 5
        }

        .side-menu-wrapper .two-columns .video-wrapper:before {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            background: #fff;
            z-index: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            -webkit-animation: .7s ease-out 1s forwards slide-bottom-to-top-negative;
            animation: .7s ease-out 1s forwards slide-bottom-to-top-negative
        }

        .side-menu-wrapper .two-columns .video {
            position: absolute;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #fff;
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            background-position: 50%;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            background-size: cover
        }

        .side-menu-wrapper .two-columns .btn-lg {
            position: absolute;
            bottom: 0;
            border: none;
            width: 100%;
            color: #fff;
            background: -webkit-gradient(linear,left top,left bottom,color-stop(100%,#f3e820),color-stop(515.16%,#f3e820));
            background: -webkit-linear-gradient(top,#f3e820 100%,#f3e820 515.16%);
            background: -o-linear-gradient(top,#f3e820 100%,#f3e820 515.16%);
            background: linear-gradient(180deg,#f3e820 100%,#f3e820 515.16%);
            overflow: hidden;
            border-radius: 0
        }

        .side-menu-wrapper .two-columns ._anim-scale:hover ._anim-start .icon .svg-icon {
            fill: #000
        }

        .side-menu-wrapper .two-columns .nav-wrapper {
            -webkit-box-orient: vertical;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            padding: 20px 0 60px;
            z-index: 2;
            color: #000
        }

            .side-menu-wrapper .two-columns .nav-wrapper, .side-menu-wrapper .two-columns .nav-wrapper .head-nav-wrapper {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-direction: normal;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between
            }

                .side-menu-wrapper .two-columns .nav-wrapper .head-nav-wrapper {
                    -webkit-flex-shrink: 0;
                    -ms-flex-negative: 0;
                    flex-shrink: 0;
                    -webkit-box-orient: horizontal;
                    -webkit-flex-direction: row;
                    -ms-flex-direction: row;
                    flex-direction: row;
                    width: 100%;
                    margin-bottom: 24px
                }

                    .cookie-cs-opt-group a:first-of-type, .side-menu-wrapper .two-columns .nav-wrapper .head-nav-wrapper .item:not(:last-of-type) {
                        margin-right: 15px
                    }

                .side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper {
                    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-flex-shrink: 0;
                    -ms-flex-negative: 0;
                    flex-shrink: 0
                }

                    .side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .item {
                        margin-bottom: 8px
                    }

                    .side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .title {
                        -webkit-box-orient: horizontal;
                        -webkit-box-direction: reverse;
                        -webkit-flex-direction: row-reverse;
                        -ms-flex-direction: row-reverse;
                        flex-direction: row-reverse;
                        -webkit-box-align: center;
                        -webkit-align-items: center;
                        -ms-flex-align: center;
                        align-items: center
                    }

                        .side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .title:hover span {
                            padding-left: .3em;
                            -webkit-transition: padding-left .3s;
                            -o-transition: padding-left .3s;
                            transition: padding-left .3s
                        }

                        .side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .title span {
                            margin-left: -8px;
                            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-transition: .5s;
                            -o-transition: .5s;
                            transition: .5s
                        }

                        .side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .title, .side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .title:after, .side-menu-wrapper .two-columns .nav.big .item a, .side-menu-wrapper .two-columns .nav.big .item a:after {
                            display: -webkit-box;
                            display: -webkit-flex;
                            display: -ms-flexbox;
                            display: flex
                        }

                    .side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .item ._escape_up {
                        -webkit-animation-duration: .5s;
                        animation-duration: .5s;
                        -webkit-animation-timing-function: ease-out;
                        animation-timing-function: ease-out
                    }

                    .side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .item:first-child ._escape_up {
                        -webkit-animation-delay: 1s;
                        animation-delay: 1s
                    }

                    .side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .item:nth-child(2) ._escape_up {
                        -webkit-animation-delay: 1.04s;
                        animation-delay: 1.04s
                    }

                    .side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .item:nth-child(3) ._escape_up {
                        -webkit-animation-delay: 1.08s;
                        animation-delay: 1.08s
                    }

                    .side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .item:nth-child(4) ._escape_up {
                        -webkit-animation-delay: 1.12s;
                        animation-delay: 1.12s
                    }

                    .side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .item:nth-child(5) ._escape_up {
                        -webkit-animation-delay: 1.16s;
                        animation-delay: 1.16s
                    }

                    .side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .item:nth-child(6) ._escape_up {
                        -webkit-animation-delay: 1.2s;
                        animation-delay: 1.2s
                    }

                    .side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .item:nth-child(7) ._escape_up {
                        -webkit-animation-delay: 1.24s;
                        animation-delay: 1.24s
                    }

                    .side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .item:nth-child(8) ._escape_up {
                        -webkit-animation-delay: 1.16s;
                        animation-delay: 1.28s
                    }

                    .side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .item:nth-child(9) ._escape_up {
                        -webkit-animation-delay: 1.2s;
                        animation-delay: 1.32s
                    }

                    .side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .item:nth-child(10) ._escape_up {
                        -webkit-animation-delay: 1.24s;
                        animation-delay: 1.36s
                    }

                .side-menu-wrapper .two-columns .nav-wrapper .footer-nav-wrapper {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: justify;
                    -webkit-justify-content: space-between;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    -webkit-box-align: end;
                    -webkit-align-items: flex-end;
                    -ms-flex-align: end;
                    align-items: flex-end;
                    -webkit-flex-shrink: 0;
                    -ms-flex-negative: 0;
                    flex-shrink: 0
                }

        .side-menu-wrapper .two-columns .nav {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            padding: 0;
            margin: 0;
            list-style: none;
            color: inherit;
            font-size: 14px;
            line-height: 1.1;
            letter-spacing: -.02em
        }

            .side-menu-wrapper .two-columns .nav.social {
                margin-right: 24px
            }

            .side-menu-wrapper .two-columns .nav.lang {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row
            }

                .side-menu-wrapper .two-columns .nav.lang .item {
                    -webkit-box-align: end;
                    -webkit-align-items: flex-end;
                    -ms-flex-align: end;
                    align-items: flex-end;
                    padding-bottom: 25px
                }

            .side-menu-wrapper .two-columns .nav.column {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column
            }

            .side-menu-wrapper .two-columns .nav.two-row {
                display: block;
                -webkit-column-count: 2;
                -moz-column-count: 2;
                column-count: 2
            }

            ._anim-scale ._anim-start, .side-menu-wrapper .item-store .dot, .side-menu-wrapper .two-columns .nav .item {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox
            }

            .side-menu-wrapper .two-columns .nav.two-row .item {
                padding-bottom: 20px;
                margin-right: 50px
            }

            .side-menu-wrapper .two-columns .nav.big {
                font-weight: 600;
                font-size: 36px;
                line-height: 1.1
            }

            .side-menu-wrapper .two-columns .nav .item {
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                vertical-align: middle;
                cursor: pointer;
                justify-content: flex-start
            }

            .side-menu-wrapper .two-columns .nav.big .item a:hover:after, .side-menu-wrapper .two-columns .nav.big .item:hover a:after {
                color: #e04141;
                -webkit-transition-delay: .15s;
                -o-transition-delay: .15s;
                transition-delay: .15s;
                opacity: 1
            }

            .side-menu-wrapper .two-columns .nav.big .item a:after {
                content: "";
                height: 10px;
                width: 10px;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                background-color: #e04141;
                opacity: 0;
                -webkit-transition: opacity .3s .3s;
                -o-transition: opacity .3s .3s;
                transition: opacity .3s .3s
            }

            .side-menu-wrapper .two-columns .nav .item .log-in {
                padding: 27px 36px;
                background: #eff1f4;
                -webkit-border-radius: 40px;
                border-radius: 40px
            }

                .side-menu-wrapper .two-columns .nav .item .log-in:hover {
                    background: #dee1e6
                }

    .side-menu-wrapper .item-store .dot {
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .side-menu-wrapper .item-store .icon-new {
        position: relative;
        top: .2em;
        margin-left: 3px
    }

@media screen and (max-width:1800px) {
    .side-menu-wrapper .two-columns .col-2 {
        padding-left: 60px;
        padding-right: 60px
    }

    .side-menu-wrapper .two-columns .nav-wrapper {
        padding-bottom: 150px
    }

    .side-menu-wrapper .two-columns .nav .item .log-in {
        padding: 0;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        width: 32px;
        height: 32px
    }

        .side-menu-wrapper .two-columns .nav .item .log-in a {
            width: 32px;
            height: 32px;
            text-align: center;
            line-height: 32px;
            font-size: 12px
        }
}

@media screen and (max-width:1440px) {
    .side-menu-wrapper .two-columns .col-2 {
        padding-left: 40px;
        padding-right: 40px
    }

    .side-menu-wrapper .two-columns .nav-wrapper .social {
        display: none
    }

    .side-menu-wrapper .two-columns .head-main {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

        .side-menu-wrapper .two-columns .head-main .item:first-child {
            -webkit-box-flex: 2;
            -webkit-flex: 2 0 0;
            -ms-flex: 2 0 0px;
            flex: 2 0 0
        }
}

@media screen and (max-width:1024px) {
    .side-menu-wrapper .navigation-link {
        padding-left: 0;
        padding-right: 15px;
        line-height: 1.33
    }

        .side-menu-wrapper .navigation-link.small {
            font-size: 18px;
            line-height: 2.2
        }

        .side-menu-wrapper .navigation-link.active, .side-menu-wrapper .navigation-link:hover {
            color: inherit
        }

            .side-menu-wrapper .navigation-link.active span:after {
                -webkit-transform: scaleX(0);
                -ms-transform: scaleX(0);
                transform: scaleX(0)
            }

    .side-menu-wrapper.unsubscribe-menu-wrapper .nav-wrapper .head-nav-wrapper .item:not(:last-of-type) {
        margin-right: 10px
    }

    .side-menu-wrapper .two-columns .head-main, .side-menu-wrapper .two-columns .head-main .item:first-child {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .side-menu-wrapper .two-columns .nav-wrapper .social {
        display: none
    }

    .side-menu-wrapper .two-columns .nav.two-row .item {
        margin-right: 15px
    }

    .side-menu-wrapper .item-store .icon-new {
        width: 55px;
        height: 24px
    }
}

@media screen and (max-width:900px) {
    .side-menu-wrapper .two-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

        .side-menu-wrapper .two-columns .col-1, .side-menu-wrapper .two-columns .col-2 {
            width: 100%
        }

        .side-menu-wrapper .two-columns .nav-wrapper .social {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex
        }

        .side-menu-wrapper .two-columns .head-main {
            -webkit-box-flex: 0;
            -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0
        }

            .side-menu-wrapper .two-columns .head-main .item:first-child {
                -webkit-box-flex: 2;
                -webkit-flex: 2 0 0;
                -ms-flex: 2 0 0px;
                flex: 2 0 0
            }

        .side-menu-wrapper .two-columns .head-nav-wrapper, .side-menu-wrapper .two-columns .main-nav-wrapper {
            margin-bottom: 40px
        }

        .side-menu-wrapper .two-columns .video-wrapper {
            display: none
        }

        .side-menu-wrapper .two-columns .btn-lg, .side-menu-wrapper .two-columns .col-2 {
            padding-left: 40px;
            padding-right: 40px
        }
}

@media screen and (max-width:740px) {
    .side-menu-wrapper .two-columns {
        height: 100%
    }

        .side-menu-wrapper .two-columns .nav-wrapper .social {
            display: none
        }

        .side-menu-wrapper .two-columns .head-main {
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1
        }

            .side-menu-wrapper .two-columns .head-main .item:first-child {
                -webkit-box-flex: 2;
                -webkit-flex: 2 0 0;
                -ms-flex: 2 0 0px;
                flex: 2 0 0
            }

        .side-menu-wrapper .two-columns .col-2 {
            overflow-y: auto
        }

        .side-menu-wrapper .two-columns .footer-nav-wrapper .two-row {
            -webkit-column-count: 1;
            -moz-column-count: 1;
            column-count: 1
        }

            .side-menu-wrapper .two-columns .footer-nav-wrapper .two-row .item {
                padding-bottom: 20px
            }

    .side-menu-wrapper .item-store .icon-new {
        width: 43px;
        height: 19px
    }
}

@media screen and (max-width:576px) {
    .side-menu-wrapper .two-columns .btn-lg, .side-menu-wrapper .two-columns .col-2 {
        padding-left: 20px;
        padding-right: 20px
    }

    .side-menu-wrapper .two-columns .nav.two-row {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .side-menu-wrapper .two-columns .login-wrapper {
        margin-left: auto
    }
}

@media screen and (max-width:320px) {
    .side-menu-wrapper .two-columns {
        height: 100%
    }

        .side-menu-wrapper .two-columns .col-2 {
            overflow-y: auto;
            padding-left: 20px
        }

            .side-menu-wrapper .two-columns .col-2 .head-nav-wrapper, .side-menu-wrapper .two-columns .col-2 .main-nav-wrapper {
                margin-bottom: 40px
            }

            .side-menu-wrapper .two-columns .col-2 .footer-nav-wrapper {
                padding-bottom: 20px
            }

                .side-menu-wrapper .two-columns .col-2 .footer-nav-wrapper .two-row, .side-menu-wrapper .two-columns .nav.two-row {
                    -webkit-column-count: 1;
                    -moz-column-count: 1;
                    column-count: 1
                }

        .side-menu-wrapper .two-columns .nav .item .log-in {
            padding: 15px 26px
        }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1024px) and (min-device-height:1366px) and (max-device-height:1366px) and (min-width:1024px) and (max-width:1024px) {
    .side-menu-wrapper .two-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

        .side-menu-wrapper .two-columns .col-1, .side-menu-wrapper .two-columns .col-2 {
            width: 100%
        }

        .side-menu-wrapper .two-columns .nav-wrapper {
            padding-bottom: 100px
        }

            .side-menu-wrapper .two-columns .nav-wrapper .social {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex
            }

        .side-menu-wrapper .two-columns .head-main {
            -webkit-box-flex: 0;
            -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0
        }

            .side-menu-wrapper .two-columns .head-main .item:first-child {
                -webkit-box-flex: 2;
                -webkit-flex: 2 0 0;
                -ms-flex: 2 0 0px;
                flex: 2 0 0
            }

        .side-menu-wrapper .two-columns .video-wrapper {
            display: none
        }

        .side-menu-wrapper .two-columns .btn-lg, .side-menu-wrapper .two-columns .col-2 {
            padding-left: 40px;
            padding-right: 40px
        }
}

.default_video > .default_video_in, .feature-item .feature-icon, .video-btn .btn-wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical
}

@media only screen and (min-device-width:374px) and (max-device-height:765px) and (orientation:landscape) and (-webkit-device-pixel-ratio:3) {
    .side-menu-wrapper .two-columns {
        height: 100%
    }

        .side-menu-wrapper .two-columns .col-2 {
            overflow-y: auto;
            padding-left: 55px
        }

            .side-menu-wrapper .two-columns .col-2 .head-nav-wrapper {
                margin-bottom: 80px
            }

            .side-menu-wrapper .two-columns .col-2 .main-nav-wrapper {
                margin-bottom: 50px
            }

            .side-menu-wrapper .two-columns .col-2 .footer-nav-wrapper .nav {
                -webkit-transition: none;
                -o-transition: none;
                transition: none;
                opacity: 1
            }

                .side-menu-wrapper .two-columns .col-2 .footer-nav-wrapper .nav[data-intersection] {
                    -webkit-animation: none;
                    animation: none
                }

            .side-menu-wrapper .two-columns .col-2 .footer-nav-wrapper .two-row {
                -webkit-column-count: 1;
                -moz-column-count: 1;
                column-count: 1
            }

            .side-menu-wrapper .two-columns .col-2 .nav.two-row .item {
                padding-bottom: 20px
            }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (orientation:landscape) {
    .side-menu-wrapper .two-columns {
        height: 100%
    }

        .side-menu-wrapper .two-columns .col-2 {
            padding-left: 56px
        }

            .side-menu-wrapper .two-columns .col-2 .head-nav-wrapper {
                margin-bottom: 80px
            }

            .side-menu-wrapper .two-columns .col-2 .main-nav-wrapper {
                margin-bottom: 50px
            }

            .side-menu-wrapper .two-columns .col-2 .footer-nav-wrapper .nav {
                -webkit-transition: none;
                -o-transition: none;
                transition: none;
                opacity: 1
            }

                .side-menu-wrapper .two-columns .col-2 .footer-nav-wrapper .nav[data-intersection] {
                    -webkit-animation: none;
                    animation: none
                }

            .side-menu-wrapper .two-columns .col-2 .footer-nav-wrapper .two-row {
                -webkit-column-count: 1;
                -moz-column-count: 1;
                column-count: 1
            }

            .side-menu-wrapper .two-columns .col-2 .nav.two-row .nav.two-row .item {
                padding-bottom: 20px
            }

    .side-menu-wrapper .main .side-menu-wrapper {
        overflow: hidden
    }
}

@-webkit-keyframes fade-in-anim {
    0% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-anim {
    0% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-in-anim-reverse {
    0% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-anim-reverse {
    0% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes slide-hide-in {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0
    }
}

@keyframes slide-hide-in {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes slide-bottom {
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-bottom {
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slide-top {
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slide-top {
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes slide-bottom-to-top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-bottom-to-top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slide-bottom-to-top-small {
    0% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0
    }

    25% {
        opacity: 1
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slide-bottom-to-top-small {
    0% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0
    }

    25% {
        opacity: 1
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes slide-top-to-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        display: none
    }
}

@keyframes slide-top-to-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        display: none
    }
}

@-webkit-keyframes slide-bottom-to-top-negative {
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slide-bottom-to-top-negative {
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

._fade-in {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0
}

    ._fade-in[data-intersection] {
        -webkit-animation: .6s forwards fade-in-anim;
        animation: .6s forwards fade-in-anim
    }

._fade-in-left, ._fade-in-right {
    -webkit-transition: opacity .4s,-webkit-clip-path .6s,-webkit-transform .5s,-webkit-box-shadow .3s;
    transition: clip-path .6s,opacity .4s,transform .5s,box-shadow .3s,-webkit-clip-path .6s,-webkit-transform .5s,-webkit-box-shadow .3s;
    -o-transition: clip-path .6s,opacity .4s,transform .5s,box-shadow .3s;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0
}

    ._fade-in-left[data-intersection], ._fade-in-right[data-intersection] {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

.fade-in, .fade-in-anim[data-intersection] {
    -webkit-animation: 1s forwards fadeIn;
    animation: 1s forwards fadeIn
}

.side-menu-wrapper .two-columns ._anim-scale:hover ._anim-outer {
    color: #000
}

._anim-scale:hover ._anim-outer {
    color: #df4142
}

._escape_up-wrapper {
    display: block;
    overflow: hidden
}

._anim-scale ._anim-start {
    display: 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;
    position: relative;
    z-index: 1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

._scale-up {
    -webkit-animation: 1s forwards scale-up;
    animation: 1s forwards scale-up
}

@-webkit-keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

._scale-up-center {
    -webkit-animation: 2s forwards scale-up-center;
    animation: 2s forwards scale-up-center;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: translate(-50%,-50%) scale(0);
        transform: translate(-50%,-50%) scale(0)
    }

    to {
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1)
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: translate(-50%,-50%) scale(0);
        transform: translate(-50%,-50%) scale(0)
    }

    to {
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1)
    }
}

._escape_up, ._escape_up-em {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    display: block
}

._escape_up {
    transform: translateY(100%);
    -webkit-animation: 1s linear forwards up;
    animation: 1s linear forwards up
}

._escape_up__linear {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

._escape_up__ease_in_out {
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

._escape_up__ease_in {
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

._escape_up__ease_out {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

._escape_up_ease {
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

._escape_up-em {
    transform: translateY(100%);
    -webkit-animation: 1s linear forwards up-em;
    animation: 1s linear forwards up-em
}

._escape_up-wrapper[data-intersection] ._escape_up-anim {
    -webkit-animation: 1s ease-out forwards up;
    animation: 1s ease-out forwards up
}

._escape_up-wrapper[data-intersection]:nth-child(2) ._escape_up-anim {
    -webkit-animation-delay: .06s;
    animation-delay: .06s
}

._escape_up-wrapper[data-intersection]:nth-child(3) ._escape_up-anim {
    -webkit-animation-delay: .12s;
    animation-delay: .12s
}

._escape_up-anim {
    display: block;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.btn-arrow, .btn-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

@-webkit-keyframes up {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes up {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes up-em {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(-.06em);
        transform: translateY(-.06em)
    }
}

@keyframes up-em {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(-.06em);
        transform: translateY(-.06em)
    }
}

._escape_up-fade-in {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation: .5s linear forwards up-fade-in;
    animation: .5s linear forwards up-fade-in
}

@-webkit-keyframes up-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes up-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

._anim-scale ._anim-start .icon, .slide-block > .inner > .inset > .iconbox > .contents {
    position: relative;
    z-index: 2
}

._anim-scale ._anim-outer, ._anim-scale .icon, ._anim-scale .svg-icon {
    display: block;
    position: relative;
    z-index: 2;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.btn-arrow {
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: 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
}

.block-area.white, .btn-arrow, .video {
    background-color: #fff
}

.btn-lg {
    font-size: 56px;
    font-weight: 600;
    margin: 0;
    position: relative;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 220px;
    padding: 0 62px 0 100px;
    color: #fff;
    cursor: pointer;
    border-top: 1px solid hsla(0,0%,100%,.5);
    background: 0 0
}

.blokone.colors, .titlebar {
    background-repeat: no-repeat
}

.video-btn {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: -1;
    cursor: pointer
}

    .video-btn, .video-btn .btn-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: .7s;
        -o-transition: .7s;
        transition: .7s
    }

        .video-btn .btn-wrapper {
            min-width: 156px;
            border: 1px solid #fff;
            -webkit-backdrop-filter: blur(1.10526px);
            backdrop-filter: blur(1.10526px);
            -webkit-border-radius: 14px;
            border-radius: 14px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 20px;
            cursor: pointer
        }

            .video-btn .btn-wrapper .triangle {
                margin: 15px 0;
                -webkit-transition: .7s;
                -o-transition: .7s;
                transition: .7s
            }

            .video-btn .btn-wrapper .label {
                max-width: 135px;
                text-align: center;
                font-weight: 500;
                font-size: 24px;
                line-height: 1.1;
                white-space: inherit
            }

.side-menu-wrapper .two-columns ._anim-start:before {
    background-color: #ededed
}

._anim-scale ._anim-start .icon .svg-icon {
    fill: #1f1f1f
}

._anim-scale:hover ._anim-start .icon .svg-icon {
    fill: #000;
    fill: #df4142;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.btn-lg .btn-arrow .svg-icon {
    width: 20px;
    height: 20px
}

._anim-scale ._anim-start:before {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    pointer-events: none;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    width: 56px;
    height: 56px
}

._anim-scale:hover ._anim-start:before {
    width: 200vw;
    height: 200vw
}

.button-circle {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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;
    position: relative;
    z-index: 31;
    height: 56px;
    width: 56px;
    margin: auto;
    border: 1px solid rgba(9,10,10,.4);
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.align-self {
    align-self: flex-end
}

.blokone.colors {
    background-color: #f5f4f0 !important;
    background-image: url('../img/rulo.png');
    background-position: center left;
    background-size: contain
}

.section-video__video-wrapper, .section-video__video-wrapper video {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.wrap-flex {
    display: flex;
    margin: 50px auto 0;
    position: relative
}

.button-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    background-color: #fff;
    justify-content: center;
    box-shadow: 0 40px 40px 0 rgb(209 209 209 / 28%);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin: 0 20px 0 0;
    --e-column-margin-right: 20px;
    --e-column-margin-left: 0px;
    padding: 40px 10px;
    border-radius: 20px;
    display: flex
}

    .button-wrap .widget-container {
        padding: 20px;
        background-color: #f3e820;
        border-radius: 100%;
        margin: 0 auto;
        width: 90px;
        height: 90px;
        text-align: center;
        line-height: 56px
    }

        .button-wrap .widget-container svg {
            font-size: 42px;
            color: #fff
        }

    .button-wrap:last-child {
        margin: 0 auto
    }

.widget-container-inset {
    width: 100%;
    display: flex
}

.widget-text {
    margin-bottom: 0;
    text-align: center;
    color: #202039;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.5px;
    padding: 20px 0 0
}

.widget-dec {
    text-align: center;
    color: #3e3e4d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 5px 0 0;
    padding: 0
}

.galeri-item a, .tus-up {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1
}

.white {
    color: #fff !important
}

.aralik {
    padding: 15px !important
}

    .aralik img {
        border-radius: 15px !important
    }

.fab-wrapper {
    position: fixed;
    bottom: 35px;
    right: 35px;
    z-index: 99
}

.fab-toggle {
    -webkit-appearance: none;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: 0;
    z-index: 2;
    transition: box-shadow .2s ease-in-out;
    box-shadow: 0 3px 5px 1px rgba(51,51,51,.3)
}

.fab-button, .faq-square {
    background-color: #f3e820
}

.fab-actions a, .fab-button, .icon-box .icon {
    border-radius: 50%;
    color: #fff
}

.fab-toggle:hover {
    box-shadow: 0 3px 6px 2px rgba(51,51,51,.3)
}

.fab-toggle:checked ~ .fab-actions a {
    opacity: 1;
    visibility: visible
}

.fab-toggle:checked ~ .fab-button svg {
    transform: rotate(180deg)
}

.fab-button {
    height: 56px;
    width: 56px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

    .fab-button svg {
        font-size: 16px;
        transform: rotate(0);
        transition: .4s
    }

.fab-actions {
    position: absolute;
    width: 100%;
    bottom: 120%;
    text-align: center
}

    .fab-actions a, .faq-square, .icon-box, .list-icon-box {
        position: relative
    }

    .fab-actions a {
        display: block;
        width: 45px;
        height: 45px;
        margin: 10px auto 0;
        line-height: 1.15;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 0 5px 1px rgba(51,51,51,.3)
    }

        .fab-actions a svg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            font-size: 21px
        }

        .fab-actions a:hover {
            transform: scale(1.05)
        }

        .fab-actions a:first-child {
            background-color: #3273dc;
            transition: opacity .2s ease-in-out .3s,transform .15s ease-in-out
        }

        .fab-actions a:nth-child(2) {
            background-color: #00b2ff;
            transition: opacity .2s ease-in-out .25s,transform .15s ease-in-out
        }

        .fab-actions a:nth-child(3) {
            background-color: #08c;
            transition: opacity .2s ease-in-out .2s,transform .15s ease-in-out
        }

        .fab-actions a:nth-child(4) {
            background-color: #25d366;
            transition: opacity .2s ease-in-out .15s,transform .15s ease-in-out
        }

.about.style-1 {
    padding: 80px 0
}

.about .about__image, .cookie-cs-opt-group a:first-of-type .button-text {
    padding-left: 25px
}

.about.style-1 .about__image img {
    -webkit-animation: 3s linear infinite move5;
    animation: 3s linear infinite move5
}

.about .about__content {
    padding-top: 89px
}

.about.style-1 .about__content .title {
    margin-bottom: 12px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    text-transform: capitalize
}

.about.style-1 .about__content p {
    color: #000;
    margin-top: 0;
    margin-bottom: 1rem
}

.list-icon-box {
    margin-top: 41px;
    padding-right: 132px
}

    .list-icon-box:before {
        content: "";
        position: absolute;
        top: 0;
        z-index: 0;
        left: 24px;
        width: 2px;
        height: 80%;
        border-left: 2px dashed #4388dd
    }

.icon-box {
    display: flex;
    margin-bottom: 18px;
    z-index: 1
}

    .icon-box .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 48px;
        height: 48px;
        background: linear-gradient(294.72deg,#ff4581 9.05%,#4388dd 79.28%);
        margin-right: 17px
    }

    .icon-box .content, header .header-bottom .right-block .online-internet-menu > ul li a span {
        padding-top: 2px
    }

        .icon-box .content h5 {
            font-size: 22px;
            font-weight: 600;
            line-height: 1.2;
            color: #000;
            text-transform: capitalize
        }

        .icon-box .content p {
            line-height: 1.6;
            color: #000;
            font-size: 14px;
            margin-top: 0;
            margin-bottom: 1rem
        }

.faq-title {
    line-height: .8 !important;
    font-size: 2.2223em !important;
    font-weight: 800 !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    text-align: center !important;
    color: #1a1917 !important
}

.faq-square {
    transform-origin: 50% 0;
    border-radius: 2px;
    width: 10px;
    height: 10px;
    margin: 2.499975em auto
}

.tab-pane {
    font-size: 14px;
    line-height: 1.42857143;
    color: #111;
    padding: 10px 20px
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.9)
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 50%;
    text-align: center;
    margin: auto
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: #fff
}

    .overlay .closebtn:hover {
        color: #ccc
    }

.overlay input[type=text] {
    padding: 17px;
    font-size: 14px;
    border: none;
    float: left;
    width: 80%;
    background: #fff;
    text-transform: uppercase;
    height: auto;
    border-radius: 0
}

    .overlay input[type=text]:hover {
        background: #f1f1f1
    }

.overlay .btnAra {
    float: left;
    width: 20%;
    padding: 17px;
    background: #000;
    font-size: 14px;
    border: none;
    cursor: pointer
}

.overlay button:hover {
    background: #bbb
}

.titlebar {
    background-color: #10131d;
    color: #fff;
    height: 360px;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 0
}

    .titlebar > .titlebar-overlay {
        background: rgba(0,0,0,.3);
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .titlebar > .breadcrumbvideoblok {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .titlebar.height720 {
        height: 720px;
    }

.default_video {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100vh !important
}

    .default_video > .default_video_in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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,0,0,.5);
                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-right {
    position: relative;
    display: inline-grid;
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    text-align: left;
    cursor: pointer;
    padding: 0 3em;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1em;
    border-radius: 4px;
    transition: all .3s;
    vertical-align: middle;
}

    .video-right > span {
        display: inline-block;
    }

        .video-right > span:last-child,
        .video-right > span:last-child * {
            display: inline-block;
            color: #b7b7b7;
        }

.mtop {
    margin-top: -15px;
}

.btn {
    position: relative;
}

    .btn .btn-click {
        position: relative;
        z-index: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
        border: none;
        outline: none;
        transition: background 0.4s,color 0.4s;
        user-select: none;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        overflow: hidden;
        cursor: pointer;
        padding: 1rem 3rem;
        width: auto;
        min-height: 52px;
        background: #fff;
        color: #000;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
    }

        .btn .btn-click:hover {
            color: #000;
        }

            .btn .btn-click:hover::before {
                width: 100%;
            }

        .btn .btn-click::before {
            background: #f3e820;
        }

        .btn .btn-click::before {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            bottom: 0;
            transition: width 0.4s;
            z-index: -1;
            width: 4px;
        }

        .btn .btn-click::after {
            font-size: 1.3333333333rem;
        }

.btn-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.25em;
    z-index: 2;
    transform: translateX(0) rotate(0.001deg);
    width: 100%;
}

    .btn-content > span {
        font-size: 16px;
        padding-bottom: 0.05em;
    }

    .btn-content > i {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2em;
        margin-right: -0.3em;
    }

        .btn-content > i svg {
            width: 100%;
            transform: translateX(0em) rotate(0.001deg);
            transition: all var(--animation-primary);
            color: #000;
        }

.btn .btn-click:hover .btn-content > i svg {
    color: #000;
}

.btn .btn-content > i svg polyline {
    stroke: #000;
    stroke-width: 1.5px;
    transition: stroke var(--animation-primary);
}

.btn .btn-click:hover .btn-content > i svg polyline {
    stroke: #000;
}

.default_video .owl-carousel {
    z-index: 9;
}

.widget-wrap-sag2 {
    width: 60%;
    margin: 0 auto;
}

.iconbox {
    align-items: flex-start;
    background: rgb(255, 255, 255);
    padding-bottom: 45px !important;
    /*box-shadow: 0 25px 70px rgba(0,0,0,.07);*/
    border: 1px solid #eef3f9;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    margin-bottom: 2em;
    position: relative;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    transition: all .3s ease,background .3s ease;
}

    .iconbox:hover {
        background-color: #fafafa;
    }

.iconbox-label {
    display: inline-block;
    padding: 6px 12px;
    position: absolute;
    top: 25px;
    right: 25px;
    border-radius: 50em;
    background: #eef3f9;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000;
}

    .iconbox-label.top {
        top: 0;
        left: 0;
        right: auto;
    }

.iconbox .iconbox-icon-container {
    color: rgb(244, 97, 37);
    font-size: 52px;
    margin-bottom: 22px !important;
    margin-top: 0.6em;
    display: flex;
    border: 0 solid #076aff;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    transition: border .3s,box-shadow .3s;
    position: relative;
}

    .iconbox .iconbox-icon-container .icon-custom-bg > * {
        margin-top: -15px;
        margin-inline-start: 32px;
        width: 75px;
        height: 65px;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 0;
        transform: translateX(-50%) translateY(-50%);
        overflow: hidden;
    }

    .iconbox .iconbox-icon-container img {
        display: inline-block;
        font-size: 1em;
        height: 64px;
        position: relative;
        z-index: 2;
    }

.iconbox .contents, .iconbox > h3 {
    position: relative;
    z-index: 2;
    transition-property: color,background;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.iconbox p {
    position: relative;
    height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition-property: color,background;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.iconbox h3 {
    font-size: 21px;
    position: relative;
    display: inline-block;
    margin: 0 0 0.7em;
    line-height: 1.5em;
}

/*    .iconbox h3:after {
        content: "\f061";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        top: 50%;
        right: 0;
        font-weight: inherit;
        opacity: 0;
        transform: translate(calc(1em + -100%),-50%);
        transition: transform .5s,opacity .5s;
        transition-timing-function: cubic-bezier(.23,1,.32,1);
    }*/

.iconbox:hover h3:after {
    opacity: 1;
    transform: translate(1em,-50%);
}

.iconbox .btn {
    display: inline-flex;
    padding: 0;
    position: relative;
    border-radius: 0;
    white-space: nowrap;
    transition: all .3s;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-size: 17px;
    color: rgb(24, 67, 65);
    font-family: inherit;
    font-weight: 500;
    line-height: 18px;
}

.btn-naked > span {
    padding: 0;
}

.btn-icon, .btn-txt {
    position: relative;
    z-index: 3;
}

.btn > span {
    display: inline-flex;
    border-radius: inherit;
    border-color: inherit;
    align-items: center;
}

.btn > span, .btn strong, .btn i {
    transition: transform .3s cubic-bezier(.22,.665,.34,.875);
}

.btn-txt + .btn-icon {
    margin-inline-end: 0;
    margin-inline-start: 8px;
}

.btn-icon svg {
    position: relative;
    z-index: 3;
    transition: transform .3s cubic-bezier(.22,.665,.34,.875);
}

.btn-icon {
    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;
}

.liquid-overlay-link {
    z-index: 2;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: start;
    overflow: hidden;
    text-indent: -99999px;
}

.owl-carousel.hizmetler-slide {
    overflow: inherit !important;
}

    .owl-carousel.hizmetler-slide .owl-nav button.owl-next {
        top: -25%;
        right: -50px;
        left: auto;
        font-size: 18px;
        border: none;
    }

    .owl-carousel.hizmetler-slide .owl-nav button.owl-prev {
        top: -25%;
        right: 0;
        left: auto;
        font-size: 18px;
        border: none;
    }

.home__screen__slide {
    position: absolute;
    bottom: 100px;
    right: 10%;
    z-index: 8;
    text-align: left;
    margin: 0;
    max-width: 620px;
    width: 40%;
    overflow: hidden
}

.home__screen__text {
    bottom: 5%;
    z-index: 8;
    text-align: center;
    margin: 0;
    max-width: 720px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .home__screen__text > div > .sub-title {
        display: block;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 8px;
        font-weight: 700;
        font-size: 14px
    }

    .home__screen__text > div > h1 {
        color: #fff;
        display: block;
        text-shadow: 6px 2px 10px #04040442;
        margin: 15px auto;
        font-size: 52px;
        font-weight: bold;
        letter-spacing: 0;
        cursor: pointer;
    }

        .home__screen__text > div > h1 > span {
            position: relative;
            background-image: linear-gradient(#f3e820, #f3e820);
            background-size: 100% 5px;
            background-repeat: no-repeat;
            background-position: 100% 100%;
            transition: background-size .7s, background-position .5s ease-in-out;
        }

            .home__screen__text > div > h1 > span:hover {
                background-size: 100% 100%;
                background-position: 0% 100%;
                transition: background-position .7s, background-size .5s ease-in-out;
            }

    .home__screen__text > div > p {
        font-size: 16px;
        line-height: normal;
        color: #fff;
        padding: 1em 0;
        margin-bottom: 20px;
    }

    .home__screen__text > div > h2 > svg {
        display: inline-block;
        padding-right: 10px;
        color: #fff;
        font-size: 13px;
        width: 24px !important
    }

.title-boxes {
    margin-top: 30px;
    display: flex;
    align-items: center
}

    .title-boxes .dv-icon-box:first-child {
        margin-left: 0
    }

    .title-boxes .dv-icon-box {
        margin-left: 60px;
        margin-top: 0
    }

.dv-icon-box:first-child {
    margin-top: 0
}

.dv-icon-box {
    display: flex;
    align-items: center;
    margin-top: 40px
}

.title-boxes .dv-icon-box .box-icon {
    width: 35px;
    display: grid
}

    .title-boxes .dv-icon-box .box-icon img {
        max-width: 100%;
        height: auto;
        display: inline-block;
        margin: 0;
        vertical-align: super;
        filter: invert(1)
    }

.title-boxes .dv-icon-box .box-content {
    padding-left: 20px
}

.dv-icon-box .box-content {
    flex-grow: 1;
    padding-left: 25px
}

    .dv-icon-box .box-content h6 {
        color: #fff !important;
        margin: 0 auto;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px
    }

.btn.inset {
    padding: 0 !important;
}

.btn-box.right, .footer__braind-logo {
    text-align: right
}

.btn-box {
    margin-top: 40px;
    position: relative
}

    .btn-box .btn-primary {
        margin-right: 25px;
        background: #fff;
        color: #121212;
        border: none;
        line-height: initial;
        text-transform: uppercase;
        border-radius: 30px;
        padding: 15px 60px 15px 25px;
        position: relative;
        -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(254,35,9,.2) !important;
        box-shadow: 0 5px 28.5px 1.5px rgba(254,35,9,.2) !important;
        -webkit-transition: .5s;
        transition: .5s;
        font-size: 12px;
        font-weight: 700
    }

        .btn-box .btn-primary:focus, .btn-box .btn-primary:hover {
            background: #f3e820 !important;
            color: #fff !important
        }

            .btn-box .btn-primary:focus i, .btn-box .btn-primary:hover i {
                background-color: #121212;
                color: #fff
            }

        .btn-box .btn-primary i {
            position: absolute;
            right: 7px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            text-align: center;
            display: inline-block;
            height: 38px;
            width: 38px;
            line-height: 38px;
            color: #fff;
            border-radius: 50%;
            background-color: #f3e820;
            -webkit-transition: .5s;
            transition: .5s
        }

.btn-border, .btn-wrapper .btn-play-icon path, .btn-wrapper_milk .btn-label {
    transition-timing-function: cubic-bezier(.6,0,.41,1)
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.btn-wrapper {
    display: inline-flex
}

.btn-container, .btn-right {
    background-color: transparent;
    display: flex;
    text-decoration: none
}

.btn-container {
    height: 140px;
    width: 280px;
    font: inherit;
    color: inherit;
    border: none;
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    cursor: pointer
}

.btn-border {
    width: 156px;
    height: 140px;
    left: 0;
    top: 0;
    position: absolute;
    right: 15px;
    bottom: 10px;
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    opacity: .4
}

.btn-right {
    height: inherit;
    border: 0;
    transition: color .3s,background-color .3s;
    align-items: center
}

.btn-content {
    position: relative
}

    .btn-content a {
        color: #fff;
        font-size: 16px;
        font-weight: 700
    }

.btn-play-icon {
    width: 30px;
    height: 40px;
    margin-right: 20px
}

.btn-wrapper .btn-play-icon path {
    fill: rgba(255,252,252,0);
    paint-order: stroke;
    transition-duration: .5s
}

.btn-wrapper_milk .btn-label {
    color: #fff;
    font-size: 14px;
    line-height: 2.8;
    letter-spacing: 5px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
    z-index: 1;
    transition-duration: .3s
}

.home__scroll.headline {
    padding: 20px 40px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 5;
    color: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    text-align: center;
    font-size: 11px;
}

.headline {
    text-transform: uppercase;
    letter-spacing: .26em;
    font-weight: 700;
    line-height: 1;
}

.home__scroll.headline .textured-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: .3;
}

.textured-background {
    background-color: #fffcfa;
    background-image: url(/Content/img/noise.png);
    background-attachment: local;
    background-size: 100px 100px;
}

.home__scroll.headline span:not([class]) {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home__scroll.headline .svg {
    margin-bottom: 20px;
    fill: currentColor;
    display: inline-block;
}

.svg svg {
    display: block;
}

.testimonial-floatingimg li {
    height: 80px;
    width: 80px;
    position: absolute;
    overflow: hidden;
    border-radius: 100%;
    border: 10px solid #e7eaef;
    opacity: .5;
    -webkit-animation: 1.5s infinite alternate scale;
    animation: 1.5s infinite alternate scale;
    list-style-type: none
}

.catalog-card-group-item ul li, .tabs__nav li {
    border-top: 1px solid #dcdbd8;
    list-style-type: none
}

#imageGallery img, .open > .dropdown-menu, .talep-btn a:hover:after, .testimonial-floatingimg li img, .tus-btn-nav-open > span:last-child::after, .tus-btn-nav-open > span:last-child::before {
    width: 100%
}

.testimonial-float-img1 li:first-child {
    top: 90px;
    left: 215px
}

.testimonial-float-img1 li:nth-child(2) {
    top: 198px;
    left: 108px
}

.testimonial-float-img1 li:nth-child(3) {
    top: 30%;
    left: 20%
}

.testimonial-float-img1 li:nth-child(4) {
    top: 360px;
    left: 140px
}

.testimonial-float-img2 li:first-child {
    bottom: 90px;
    right: 215px
}

.testimonial-float-img2 li:nth-child(2) {
    bottom: 198px;
    right: 50px
}

.testimonial-float-img2 li:nth-child(3) {
    bottom: 30%;
    right: 15%
}

.testimonial-float-img2 li:nth-child(4) {
    bottom: 360px;
    right: 140px
}

@keyframes scale {
    from {
        transform: scale(.9);
        -webkit-transform: scale(.9)
    }

    to {
        transform: scale(1.08);
        -webkit-transform: scale(1.08)
    }
}

@-webkit-keyframes scale {
    from {
        transform: scale(.9);
        -webkit-transform: scale(.9)
    }

    to {
        transform: scale(1.08);
        -webkit-transform: scale(1.08)
    }
}

.ptb10, .thumb-info-caption {
    padding: 10px 0
}

.open > ul.dropdown-menu > li > a {
    font-size: 12px
}

.block-area .layer .dt .dtc .title-wrapper > h1.none:after, .card > .collapse, .catalog-right-col .catalog-form, .hemenaramobil, .info-box.last:before, .thumb-info-social-icons a span, .urunlersidebar a .fa-angle-down, .urunlersidebar a ~ .fa-angle-down {
    display: none
}

.accordian-wrapper:last-child, .mbottom {
    margin-bottom: 20px
}

    .about__circles-text p:last-child, .catalog-card-group-item, .catalog-form div div, .mbottom:last-child {
        margin-bottom: 0
    }

.urunler-area {
    position: relative;
    padding: 0;
    z-index: 10
}

.catalog-filter-col {
    width: 25%;
    position: relative;
    box-sizing: border-box;
    float: left;
    z-index: 15
}

.catalog-card-group-item {
    position: relative;
    padding-bottom: 7em;
    display: none;
    overflow: hidden;
    background-color: #f5f4f0;
    border: 0 solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.catalog-card-back, .catalog-form:before {
    padding-bottom: 3.333em;
    box-shadow: 10px 10px 30px 0 rgb(0 0 0 / 20%);
    display: block
}

.catalog-card {
    position: relative;
    z-index: 25
}

.catalog-card-back {
    content: "";
    position: absolute;
    width: 100vh;
    height: 20vh;
    background: #f5f4f0;
    top: -3.3333em;
    right: -10em
}

.arrow-up, .tabs {
    box-shadow: 0 1px 1px rgb(0 0 0 / 20%)
}

.catalog-card-back.active {
    height: 145vh
}

.catalog-card:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f4f0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity .25s,visibility .25s .25s
}

.catalog-filter-title {
    position: relative;
    text-transform: uppercase;
    font-weight: 900;
    font-size: .8889em;
    margin-bottom: 1.66665em;
    color: #1a1918;
    cursor: pointer
}

.catalog-card-group-item ul li {
    font-size: .8888em;
    float: none;
    color: #f3e820
}

    .catalog-card-group-item ul li a {
        width: 100%;
        position: relative;
        display: block;
        padding: .8em 1.6em;
        color: #f3e820;
        transition: background .25s;
        vertical-align: middle;
        border-radius: 0
    }

    .catalog-card-group-item ul li.active a, .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        background-color: #fff5cc;
        color: #f3e820;
        font-weight: 700
    }

        .catalog-card-group-item ul li.active a:before, .tabs__nav li.active a:before {
            background-color: #f3e820
        }

    .catalog-card-group-item ul li a:before, .tabs__nav a:before {
        left: 0;
        top: 0;
        background-color: transparent;
        content: "";
        bottom: 0;
        width: 5px
    }

    .catalog-card-group-item ul li a:before {
        position: absolute;
        transition: background .25s
    }

.catalog-form:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    background: #fff;
    top: -3.3333em;
    right: 0;
    z-index: -1
}

.catalog-form2 {
    float: left;
    width: 100%
}

.catalog-form {
    padding: 0 2em 10em 0;
    z-index: 20
}

.catalog-right-col, .catalog-right-col-100 {
    z-index: 99;
    float: left;
    position: relative;
    box-sizing: border-box
}

.catalog-form h1, .catalog-form2 h1 {
    font-weight: 900;
    line-height: 1;
    font-size: 1.2223em;
    text-transform: uppercase
}

.catalog-form p {
    font-size: 1.1em;
    font-style: italic;
    max-width: 100%;
    margin: auto
}

.catalog-form img, .detay-title {
    margin: 25px auto;
    display: contents;
}

.catalog-form div div {
    padding: 0
}

.catalog-right-col-100 {
    width: 100%;
    padding-left: 0;
    margin: 25px auto
}

.catalog-right-col {
    width: 75%;
    padding-left: 3.3333em
}

.tab-pane > div {
    padding: 5px
}

.GaleriListe {
    margin: 0 auto;
    position: relative
}

    .GaleriListe img {
        opacity: 1;
        transition: .7s ease-in-out;
        max-height: 210px;
        min-height: 210px;
        object-fit: cover;
        width: 100%
    }

    .GaleriListe:hover img {
        opacity: .7;
        transition: .7s ease-in-out
    }

    .GaleriListe .fa {
        position: absolute;
        opacity: 0;
        margin: auto;
        color: #f3e820;
        font-size: 42px;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        transition: .5s
    }

    .GaleriListe:hover .fa {
        opacity: 1;
        transition: .5s
    }

    .GaleriListe a figcaption {
        padding: 10px 15px;
        position: absolute;
        bottom: 0;
        z-index: 1;
        width: 100%
    }

        .GaleriListe a figcaption:before {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: #fff;
            content: '';
            opacity: .8;
            z-index: -1
        }

        .GaleriListe a figcaption h3 {
            display: inline-block;
            font-weight: 700;
            letter-spacing: -.4px;
            margin: 0;
            padding: 0;
            font-size: 14px
        }

.footer__top ul li a, .languages > li > ul li {
    padding: 5px 0
}

.nav-pills > li {
    margin: 10px auto 0 !important;
    padding: 0 5px !important
}

.tabs > .tabs__sidebar.fixed {
    position: sticky;
    top: 250px
}

.tabs > .tabs__main.fixed {
    padding-top: 350px;
}

.tab-area {
    padding: 10em 0
}

    .tab-area > .container {
        display: flex;
        background-color: #fff;
        padding: 0
    }

.tabs {
    position: relative;
    z-index: 20;
    background: #fff
}

.faq-area-img, .l-page__bg-bottom, .l-page__bg-right-3 {
    background-repeat: no-repeat
}

.tabs__sidebar {
    float: left;
    width: 25%
}

.l-page.ters .l-page__content-designers, .tabs__main {
    float: right
}

.tabs__main {
    width: 75%;
    border-left: 1px solid #dcdbd8
}

.tabs__hints {
    padding: 3.2em 1.6em
}

.tabs__hint {
    font-size: 1em;
    line-height: 1.2;
    color: #333
}

.tabs__nav li {
    font-size: .8888em
}

    .tabs__nav li.active a {
        background-color: #000000;
        color: #fff;
    }

.tabs__nav a {
    position: relative;
    display: block;
    padding: .8em 1.6em;
    color: #f3e820;
    transition: background .25s
}

    .tabs__nav a:before {
        position: absolute;
        transition: background .25s
    }

.tabs__content {
    padding: 4em
}

.tabs__title {
    color: #f3e820;
    font-size: 1.6em;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: .4em
}

.tabs__text {
    font-size: 1em;
    line-height: 1.5;
    color: #7f7f7f;
    margin-bottom: 2em
}

@-webkit-keyframes zoominoutsinglefeatured {
    0%,100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    50% {
        -webkit-transform: scale(1.2,1.2);
        transform: scale(1.2,1.2)
    }
}

@keyframes zoominoutsinglefeatured {
    0%,100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    50% {
        -webkit-transform: scale(1.2,1.2);
        transform: scale(1.2,1.2)
    }
}

.about-area-circle .circle1 {
    right: 35%;
    top: 35%;
    width: 14%
}

.about-area-circle img {
    position: absolute;
    opacity: .5;
    -webkit-animation: 4s infinite zoominoutsinglefeatured;
    animation: 4s infinite zoominoutsinglefeatured
}

.about-area-circle .circle2 {
    right: 3%;
    top: 40%;
    width: 10%
}

.about__description, .referance-area-ic-sayfa {
    position: relative;
    padding: 0;
    /*background-color: #f4f4f4;*/
}

.about__title-2 {
    display: block;
    font-size: 2.2em;
    line-height: 1.3;
    font-weight: 700;
    text-align: center
}

    .about__title-2 sup {
        vertical-align: 30%;
        text-decoration: underline;
        font-variant: small-caps
    }

sup {
    vertical-align: super;
    font-size: smaller
}

.about__circles {
    position: relative;
    z-index: 20;
    margin-top: 4.6em
}

.about__plus-icon {
    position: absolute;
    width: 4em !important;
    height: 4em;
    color: #fcc900;
    top: 3.35em;
    left: 50%;
    transform: translateX(-50%)
}

.faq-area-img {
    position: absolute;
    background-position: left;
    background-size: 25% 95%;
    left: -330px;
    -webkit-animation: 50s linear infinite ani-rotate;
    animation: 50s linear infinite ani-rotate
}

.about__circle {
    position: relative;
    margin: auto;
    z-index: 20;
    display: block;
    width: 13.3em;
    height: 13.3em;
    border-radius: 50%;
    background-color: #fff;
    border: 1px dashed #cecdca;
    text-align: center
}

    .about__circle:before {
        width: 110%;
        height: 110%;
        left: -5%;
        top: -5%
    }

    .about__circle:after {
        width: 120%;
        height: 120%;
        left: -10%;
        top: -10%
    }

    .about__circle:after, .about__circle:before {
        content: "";
        position: absolute;
        border-radius: 50%;
        border: 1px dashed #cecdca
    }

    .about__circle .ff {
        width: 100%;
        height: 100%
    }

    .about__circle .dt {
        display: table
    }

    .about__circle .dtc {
        display: table-cell
    }

    .about__circle .vam {
        vertical-align: middle
    }

    .about__circle img, footer > div > .container {
        margin: 0 auto
    }

    .about__circle .about__circle-icon {
        display: block;
        fill: #f3e820;
        width: 3em;
        height: 3em;
        margin: auto
    }

    .about__circle span {
        display: block;
        text-align: center;
        font-size: 1em;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: .75em
    }

.about__circles-text.left {
    padding-left: 2em;
    padding-right: 1em
}

.about__circles-text.right {
    padding-right: 2em;
    padding-left: 1em
}

.about__circles-text {
    margin-top: 5.5em
}

    .about__circles-text p {
        font-size: 1em;
        line-height: 1.4;
        color: rgba(0,0,0,.8);
        margin-bottom: 1em
    }

.about__circle-arrow1 {
    right: 0;
    top: -4em
}

.about__circle-arrow2 {
    left: 0;
    top: -4em
}

.about__circle-arrow {
    display: none;
    position: absolute;
    width: 2.6em;
    height: 2.6em;
    fill: #b0afad
}

.about__features {
    position: relative;
    padding: 8em 0;
    text-align: center
}

.about__features-item:first-child {
    margin-left: 0
}

.about__features-item:last-child {
    margin-right: 0
}

.about__features-item {
    position: relative;
    z-index: 20;
    display: inline-block;
    vertical-align: top;
    margin: 0 2em;
    width: 20em
}

.about__benefits-row, .how-work-single {
    display: flex;
    align-items: center;
    position: relative
}

.about__benefits-info .vam, .info-box-icon, .info-box-icon img {
    vertical-align: middle
}

.how-work-single {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    justify-content: center
}

.about__features-icon {
    margin: 0 auto;
    text-align: center
}

.how-work-single:before {
    content: '';
    position: absolute;
    border: 1px solid #ffda99;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
    right: 0
}

.about__features-title {
    font-size: 1.6em;
    line-height: 1;
    font-weight: 700;
    color: #f3e820;
    margin: .75em auto
}

.about__features-text {
    font-size: 1em;
    line-height: 1.4;
    color: #f3e820
}

.about__benefits {
    padding: 10em 0;
    background-color: #fff
}

.about__benefits-row {
    height: 25em;
    justify-content: center
}

.about__benefits-col.left, .talep-btn .download-icon-right {
    float: left
}

.about__benefits-col, .block-area .layer .dt .dtc .small-slider-wrapper, .item-blog article .picture-area {
    overflow: hidden
}

.about__benefits-img {
    position: relative;
    display: block;
    z-index: 20;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: auto;
    height: auto;
    margin: 0 auto
}

.about__benefits-info .ff, .block-area .layer .dt {
    width: 100%;
    height: 100%
}

.about__benefits-info .dt {
    display: table
}

.about__benefits-info .dtc {
    display: table-cell
}

.about__benefits-text {
    padding: 0 20%
}

    .about__benefits-text .about__benefits-title {
        font-size: 1.2em;
        font-weight: 700;
        color: rgba(0,0,0,.8);
        line-height: 1.4;
        margin-bottom: .5em
    }

    .about__benefits-text p {
        font-size: 1em;
        color: rgba(0,0,0,.8)
    }

.about__promo {
    position: relative;
    text-align: center;
    padding: 14em 1em
}

    .about__promo .about__promo-bg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-image: url(https://lucent.qodeinteractive.com/wp-content/uploads/2020/10/H4-Rev-img1.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed
    }

    .about__promo .about__promo-text {
        position: relative;
        z-index: 20;
        font-size: 2.3em;
        line-height: 1;
        color: hsla(0,0%,100%,.9);
        font-weight: 700;
        margin: 0 auto 25px
    }

    .about__promo .background-overlay {
        background-color: transparent;
        background-image: linear-gradient(180deg,#ffda99 0,#f3e820 100%);
        opacity: .5;
        transition: background .3s,border-radius .3s,opacity .3s;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: -1
    }

.arrow-up.show {
    opacity: 1;
    visibility: visible;
    transition: box-shadow .25s,opacity .25s,visibility linear
}

.arrow-up {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: transparent;
    transition: box-shadow .25s,opacity .25s,visibility .25s .25s;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    border: 1px solid #fff
}

    .arrow-up:hover {
        box-shadow: 0 10px 20px rgb(0 0 0 / 10%)
    }

    .arrow-up svg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -6px;
        margin-left: -6px;
        width: 12px;
        height: 12px;
        color: #fff
    }

    .arrow-up span {
        position: absolute;
        display: block;
        top: 100%;
        left: 0;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        font-size: 10px;
        text-transform: uppercase;
        color: #fff
    }

.product-area h1 {
    font-size: 38px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: .01em;
    margin-bottom: 15px;
    margin-top: 0
}

.pdf span, .product-area h2 {
    font-size: 14px;
    font-weight: 700
}

.product-area h2 {
    line-height: 24px
}

#imageGallery li, ul.adres-two li {
    list-style-type: none
}

.pdf {
    display: inline-block;
    margin-right: 5px;
    text-align: center
}

    .block-area.main-corporate-block, .blokone.auto > div > div.row, .pdf img, .serit27 > div > div > div > .ipad-iphones > a, .urunlersidebar a .fa-angle-up, .urunlersidebar a ~ .fa-angle-up, .languages > li:hover > ul, section > iframe {
        display: block
    }

    .pdf span {
        line-height: 24px;
        color: #f3e820
    }

.urundetaybolum {
    background-color: #edf2f6;
    padding: 30px 0 60px;
    margin-top: 15px
}

    .urundetaybolum .baslik {
        padding: 30px 0 60px;
        text-align: center
    }

        .urundetaybolum .baslik span {
            margin-top: 0;
            margin-bottom: 0;
            color: #f3e820;
            font-size: 36px;
            line-height: 48px;
            font-weight: 500
        }

.card-header {
    margin: 15px auto;
    border-bottom: 2px solid #cad1dd
}

    .card-header > a {
        position: relative;
        display: block;
        font-weight: 500;
        color: #f3e820;
        font-size: 2em;
        margin: .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
        }

.l-page {
    position: relative;
    background-color: #f5f4f0;
    display: block
}

.l-page__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: transparent
}

.l-page__content {
    position: absolute;
    top: auto;
    width: 100%;
    z-index: 1;
    bottom: 40px
}

.l-page__bg-bottom {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-image: url(/Content/img/circle2.png)
}

.l-page__bg-left-4 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;
    height: 40%;
    background-color: #ffda99;
    display: none
}

.l-page__bg-right-3 {
    display: none;
    position: absolute;
    height: 100%;
    right: 0;
    bottom: 0;
    width: 40%;
    box-shadow: 7px 7px 40px 0 rgb(0 0 0 / 20%);
    background-image: url(/Content/img/sag-dizayn.png);
    background-position: 3em 0;
    background-size: auto
}

.l-page.ters .l-page__bg-left-4 {
    left: auto;
    right: 0
}

.l-page.ters .catalog-form-shadow:before, .l-page.ters .l-page__bg-right-3 {
    left: 0;
    right: auto
}

.catalog-form-shadow {
    position: relative;
    padding-bottom: 4em
}

.l-page__content-designers {
    position: relative;
    z-index: 20;
    float: left;
    margin-top: 0;
    padding: 0 5em;
    width: 48%
}

.catalog-form-shadow:before {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0;
    padding-bottom: 3.333em;
    box-shadow: 10px 10px 30px 0 rgb(0 0 0 / 20%);
    z-index: -1
}

.page-card {
    position: relative;
    z-index: 20;
    margin: 1.6em 0;
    background-color: #fff;
    border-radius: 2px;
    white-space: normal;
    text-align: left
}

    .page-card h1 {
        font-size: 1.2em;
        line-height: 1.3;
        font-weight: 700;
        margin-top: 0
    }

    .page-card p {
        margin: 1em 0;
        font-size: 1em
    }

.blog-title {
    position: relative;
    z-index: 20;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}

    .blog-title h1 {
        font-size: 2em;
        line-height: 1;
        color: #fff;
        font-weight: 700;
        margin-bottom: .2em
    }

    .blog-title .italic a {
        font-size: 1em;
        font-style: italic;
        color: #fff;
        max-width: 100%;
        margin: auto;
        font-weight: 400
    }

    .blog-title .italic svg {
        font-size: .5em;
        color: #fff;
        height: 1.5em
    }

    .blog-title .back-title {
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: rgba(255,255,255,0.1);
        font-size: 72px;
        font-weight: 700;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
        width: 100%;
        padding-left: 5%;
    }

.tus-btn-nav-open {
    position: relative;
    z-index: 2;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2em;
    border-left: 1px solid #333769
}

    .feature-item:hover .feature-icon i, .tus-btn-nav-open, .tus-btn-nav-open:hover {
        color: #fff
    }

        .tus-btn-nav-open strong {
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 500;
            margin-right: .5em;
            margin-top: -10px
        }

        .tus-btn-nav-open > span {
            width: 2.8em;
            height: 2.8em;
            display: flex;
            flex-wrap: wrap;
            position: relative;
            overflow: hidden
        }

            .tus-btn-nav-open > span:last-child {
                position: absolute;
                top: 0;
                right: 0
            }

            .tus-btn-nav-open > span span {
                width: .4em;
                height: .4em;
                background-color: currentColor;
                position: relative;
                margin: .25em;
                transition: transform .4s;
                transform: translate3d(0,0,0)
            }

                .tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(18), .tus-btn-nav-open:hover > span span:nth-child(18), .tus-btn-nav-open > span span:first-child {
                    transition: transform .4s 540ms
                }

                .tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(17), .tus-btn-nav-open:hover > span span:nth-child(17), .tus-btn-nav-open > span span:nth-child(2) {
                    transition: transform .4s 510ms
                }

                .tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(16), .tus-btn-nav-open:hover > span span:nth-child(16), .tus-btn-nav-open > span span:nth-child(3) {
                    transition: transform .4s 480ms
                }

                .tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(15), .tus-btn-nav-open:hover > span span:nth-child(15), .tus-btn-nav-open > span span:nth-child(4) {
                    transition: transform .4s 450ms
                }

                .tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(14), .tus-btn-nav-open:hover > span span:nth-child(14), .tus-btn-nav-open > span span:nth-child(5) {
                    transition: transform .4s 420ms
                }

                .tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(13), .tus-btn-nav-open:hover > span span:nth-child(13), .tus-btn-nav-open > span span:nth-child(6) {
                    transition: transform .4s 390ms
                }

                .tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(12), .tus-btn-nav-open:hover > span span:nth-child(12), .tus-btn-nav-open > span span:nth-child(7) {
                    transition: transform .4s 360ms
                }

                .tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(11), .tus-btn-nav-open:hover > span span:nth-child(11), .tus-btn-nav-open > span span:nth-child(8) {
                    transition: transform .4s 330ms
                }

                .tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(10), .tus-btn-nav-open:hover > span span:nth-child(10), .tus-btn-nav-open > span span:nth-child(9) {
                    transition: transform .4s .3s
                }

                .tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(9), .tus-btn-nav-open:hover > span span:nth-child(9), .tus-btn-nav-open > span span:nth-child(10) {
                    transition: transform .4s 270ms
                }

                .tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(8), .tus-btn-nav-open:hover > span span:nth-child(8), .tus-btn-nav-open > span span:nth-child(11) {
                    transition: transform .4s 240ms
                }

                .tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(7), .tus-btn-nav-open:hover > span span:nth-child(7), .tus-btn-nav-open > span span:nth-child(12) {
                    transition: transform .4s 210ms
                }

                .tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(6), .tus-btn-nav-open:hover > span span:nth-child(6), .tus-btn-nav-open > span span:nth-child(13) {
                    transition: transform .4s 180ms
                }

                .tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(5), .tus-btn-nav-open:hover > span span:nth-child(5), .tus-btn-nav-open > span span:nth-child(14) {
                    transition: transform .4s 150ms
                }

                .tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(4), .tus-btn-nav-open:hover > span span:nth-child(4), .tus-btn-nav-open > span span:nth-child(15) {
                    transition: transform .4s 120ms
                }

                .tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(3), .tus-btn-nav-open:hover > span span:nth-child(3), .tus-btn-nav-open > span span:nth-child(16) {
                    transition: transform .4s 90ms
                }

                .tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(2), .tus-btn-nav-open:hover > span span:nth-child(2), .tus-btn-nav-open > span span:nth-child(17) {
                    transition: transform .4s 60ms
                }

                .tus-btn-nav--open .tus-btn-nav-open > span span:first-child, .tus-btn-nav-open:hover > span span:first-child, .tus-btn-nav-open > span span:nth-child(18) {
                    transition: transform .4s 30ms
                }

                .tus-btn-nav-open > span span:nth-child(19) {
                    transition: transform .4s
                }

            .tus-btn-nav-open > span::after, .tus-btn-nav-open > span::before {
                content: "";
                width: 0;
                height: .2em;
                display: block;
                position: absolute;
                left: 50%;
                top: 50%;
                background-color: currentColor;
                transform-origin: 0 0;
                transform: rotate(45deg) translate(-50%,-50%);
                transition: .4s
            }

            .tus-btn-nav-open > span::after {
                transform: rotate(-45deg) translate(-50%,-50%)
            }

            .tus-btn-nav-open > span:last-child::before {
                transform: rotate(45deg) translate(-200%,-50%)
            }

            .tus-btn-nav-open > span:last-child::after {
                transform: rotate(-45deg) translate(100%,-50%)
            }

        .tus-btn-nav--open .tus-btn-nav-open > span span, .tus-btn-nav-open:hover > span span {
            transform: translate3d(0,-700%,0)
        }

            .tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(19), .tus-btn-nav-open:hover > span span:nth-child(19) {
                transition: transform .4s 570ms
            }

.header-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #f0f0f0;
}

    .header-fixed.hemenaramobil {
        top: auto !important;
    }

header {
    width: 100%;
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear;
    transition: background-color .3s linear;
    border-bottom: 1px solid rgb(255 255 255 / 23%);
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in
}

header > hr {
    background-color: #fff !important;
    margin: 0 !important;
    height: 2px !important;
    opacity: .2 !important;
    border: none;
    position: relative;
    z-index: 3
}

header .header-top .full-container {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0;
}

header .header-bottom .full-container {
    display: flex;
    align-items: center;
    height: 100px;
    padding: 0;
}

header .header-top {
    width: 100%;
    height: 40px;
    position: relative;
    z-index: 600;
    border-bottom: 1px solid rgb(255 255 255 / 23%);
}

    header .header-top .left-block {
        float: left;
        text-align: left;
        overflow: hidden;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: start;
    }

        header .header-top .left-block ul li {
            display: inline-block;
            line-height: 29px
        }

            header .header-top .left-block ul li a {
                box-sizing: border-box;
                font-size: 12px;
                text-transform: uppercase;
                font-weight: 500;
                background-color: #000;
                color: #fff;
                padding: 1rem;
                -webkit-transition: background-color .2s,color .2s;
                transition: background-color .2s,color .2s
            }

        header .header-top .left-block a i {
            display: inline-block;
            vertical-align: middle;
            font-size: .9rem
        }

    .dib, header .header-bottom nav.mainNavigation > ul, header .header-top .right-block .social-mobil-header, header .header-top .right-block nav li {
        display: inline-block
    }

        header .header-top .right-block .social-mobil-header a {
            display: inline-block;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            border: 1px solid #fff;
            text-align: center;
            line-height: 24px;
            font-size: 12px;
            margin-right: 8px;
            transition: .5s;
            color: #fff
        }

    header .header-top .right-block {
        float: right;
        text-align: right;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: end;
    }

        header .header-top .right-block nav {
            display: block;
            float: right;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 500;
            margin-right: 21px;
            border-right: 1px solid #333769;
            padding-bottom: 3px;
            padding-top: 3px;
            margin-top: 10px
        }

            header .header-top .right-block nav a {
                color: #fff;
                float: right;
                margin-right: 20px;
                text-decoration: none
            }

                header .header-top .right-block nav a:hover {
                    opacity: 1;
                    -webkit-transition: .2s cubic-bezier(.25,.1,.25,1);
                    -moz-transition: .2s cubic-bezier(.25,.1,.25,1);
                    -o-transition: .2s cubic-bezier(.25,.1,.25,1);
                    transition: .2s cubic-bezier(.25,.1,.25,1)
                }

    header .header-top .left-block .phone {
        display: block;
        float: left;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        margin-top: 2px;
        padding: 0 20px;
        border-right: 1px solid;
        border-color: rgba(255,255,255,.1);
        text-transform: inherit;
    }

        .referance-area .item-brand:nth-child(12) .inner, .referance-area .item-brand:nth-child(6) .inner, .referance-area-ic-sayfa .referance-area .item-brand:nth-child(6n) .inner, header .header-top .left-block .phone:last-child {
            border-right: none
        }

        header .header-top .left-block .phone i {
            margin-right: 7px;
            float: left;
            font-size: 16px;
            margin-top: 2px
        }

        header .header-top .left-block .phone span {
            padding-top: 2px;
            display: inline-block
        }

header.header-fixed .header-top .left-block .phone {
    color: #000;
}

header.header-fixed .header-top .left-block .phone {
    border-color: rgb(0 0 0 / 10%);
}

header.header-fixed .header-top {
    border-color: rgb(0 0 0 / 10%);
}

.invest-btn {
    /*backdrop-filter: blur(0.5em);*/
    height: 40px;
    width: auto;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    overflow: hidden;
}

    .invest-btn:last-child {
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

    .invest-btn:hover {
        background-color: rgba(245, 247, 250, 0.15);
    }

    .invest-btn span,
    .invest-btn span * {
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        transform: translateY(0.05em);
    }

    .invest-btn i {
        width: 1.1em;
        display: block;
        transform: rotate(0.001deg);
        transition: transform 0.4s cubic-bezier(.75, 0, .25, 1);
        color: #fff;
    }

    .invest-btn:hover svg {
        transform: rotate(90deg);
    }

    .invest-btn:hover span,
    .invest-btn:hover span *,
    .invest-btn:hover i {
        color: #fff;
    }

.header-fixed .invest-btn {
    border-left: 2px solid rgba(0, 0, 0, 0.15);
}

    .header-fixed .invest-btn:last-child {
        border-left: 2px solid rgba(0, 0, 0, 0.15);
    }

    .header-fixed .invest-btn span,
    .header-fixed .invest-btn span * {
        color: #000;
    }

.dil {
    position: relative;
    padding-right: 15px;
    text-align: right;
    float: right;
    display: flex;
}

    .dil svg {
        filter: invert(1);
    }

    .dil > span {
        display: inline-block;
        line-height: normal;
        box-sizing: border-box;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 500;
        color: #fff;
        padding: 1rem;
        -webkit-transition: background-color .2s,color .2s;
        transition: background-color .2s,color .2s;
    }

        .dil > span > img {
            width: 1.6rem;
            height: 1.2rem;
            object-fit: cover;
            object-position: center;
            max-width: 1.6rem;
            margin-right: 0.7rem;
        }

    .dil a {
        display: block;
        float: right;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        margin-top: 2px;
        padding: 0 10px;
        border-right: 1px solid;
        border-color: rgba(255,255,255,.1);
    }

        .dil a:last-child {
            border-right: none;
        }

.header-fixed .dil a {
    color: #000;
    border-color: rgb(0 0 0 / 10%);
}

.m-languages {
    position: relative;
}

.lang-selector2 .m-languages .m-listlang {
    right: -2rem;
}

.dil .m-languages:hover .m-listlang {
    opacity: 1;
    pointer-events: auto;
}

.m-languages .m-listlang {
    min-width: 13rem;
    box-shadow: 0 2rem 5rem -1rem rgba(0,0,0,0.3);
    background-color: #fff;
    border: 0.1rem solid #ccc;
    border-radius: 0.8rem;
    position: absolute;
    top: 100%;
    /*    right: -5rem;
    transform: translateY(2.5rem);*/
    right: 0;
    transform: translateY(0);
    padding: 1rem 2.1rem;
    box-sizing: border-box;
    /*z-index: 10;*/
    opacity: 0;
    cursor: pointer;
    transition: .3s ease;
}

    .m-languages .m-listlang:before {
        content: '';
        position: absolute;
        bottom: 100%;
        right: 0;
        width: 2.5rem;
        height: 2.5rem;
        background-color: #fff;
        transform-origin: center;
        transform: translate(-50%,60%) rotate(45deg);
        border-radius: 0.5rem;
        box-shadow: 0 2rem 5rem -1rem rgba(0,0,0,0.3);
        border-left: 0.1rem solid #ccc;
        border-top: 0.1rem solid #ccc;
        box-sizing: border-box;
    }

    .m-languages .m-listlang:after {
        content: '';
        position: absolute;
        top: -4rem;
        left: 0;
        right: 0;
        height: 4rem;
        /*z-index: 2;*/
    }

    .m-languages .m-listlang a:last-child {
        border-bottom: 0;
    }

    .m-languages .m-listlang a {
        color: #1D1D1B !important;
        display: flex !important;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 2px solid #000000;
        height: 3.8rem;
        position: relative;
        /*z-index: 1;*/
    }

        .m-languages .m-listlang a span {
            color: #1D1D1B !important;
        }

        .m-languages .m-listlang a img {
            width: 1.6rem;
            height: 1.2rem;
            object-fit: cover;
            object-position: center;
            max-width: 1.6rem;
            margin-right: 0.7rem;
        }

        .m-languages .m-listlang a:hover {
            background-color: #fdf4f5;
        }

.header-fixed .dil > span {
    color: #000;
}

.header-fixed .header-bottom .logo {
    filter: invert(0);
}

.header-fixed .header-bottom nav > ul > li > a {
    color: #000;
}

.header-fixed .languages > li a {
    color: #000;
}

.header-fixed .invest-btn span,
.header-fixed .invest-btn i {
    color: #000;
}

header .header-bottom {
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 500
}

    header .header-bottom .logo {
        width: 16%;
    }

        header .header-bottom .logo .none {
            display: block;
        }

        header .header-bottom .logo .fixed {
            display: none;
        }

.header-fixed .header-bottom .logo .none {
    display: none;
}

.header-fixed .header-bottom .logo .fixed {
    display: block;
}

header .header-bottom nav.mainNavigation {
    width: 42%
}

header .header-bottom nav {
    text-align: right;
    float: right
}

    header .header-bottom nav.left {
        text-align: left;
        float: left
    }

    header .header-bottom nav > ul > li {
        float: left;
        margin-left: 40px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500
    }

    header .header-bottom nav.left > ul > li {
        margin-left: 0;
        margin-right: 40px;
    }

    header .header-bottom nav > ul > li > a {
        display: block;
        color: #fff;
        position: relative;
        z-index: 2;
        -webkit-transition: .2s cubic-bezier(.25,.1,.25,1);
        -moz-transition: .2s cubic-bezier(.25,.1,.25,1);
        -o-transition: .2s cubic-bezier(.25,.1,.25,1);
        transition: .2s cubic-bezier(.25,.1,.25,1)
    }

    header .header-bottom nav > ul > li > .submenu {
        width: 100%;
        height: 0;
        overflow: hidden;
        display: block;
        position: absolute;
        left: 0;
        background: #fff;
        padding: 0 100px;
        opacity: 0;
        top: 100px;
        z-index: 1;
        margin-top: -4px;
        border-bottom: 2px solid #ededed
    }

    header .header-bottom nav > ul > li.active > .submenu, header .header-bottom nav > ul > li:active > .submenu {
        opacity: 1;
        height: 100vh
    }

        header .header-bottom nav > ul > li.active > .submenu > .menu-right {
            width: 30%;
            height: 100%;
            position: absolute;
            right: 0;
            top: 4px;
            background-size: cover !important;
            -webkit-transition: .3s cubic-bezier(.25,.1,.25,1);
            -moz-transition: .3s cubic-bezier(.25,.1,.25,1);
            -o-transition: .3s cubic-bezier(.25,.1,.25,1);
            transition: .3s cubic-bezier(.25,.1,.25,1)
        }

    header .header-bottom nav > ul > li > .submenu::before {
        content: '';
        width: 100%;
        height: 4px;
        background-color: #ededed;
        position: absolute;
        left: 0;
        top: 0
    }

    header .header-bottom nav > ul > li.active > a, header .header-bottom nav > ul > li:active > a {
        text-decoration: none;
        color: #f3e820
    }

    header .header-bottom nav > ul > li > a::before {
        content: '';
        width: 0;
        height: 2px;
        background-color: #f3e820;
        position: absolute;
        bottom: 0;
        opacity: 0;
        -webkit-transition: .5s cubic-bezier(.25,.1,.25,1);
        -moz-transition: .5s cubic-bezier(.25,.1,.25,1);
        -o-transition: .5s cubic-bezier(.25,.1,.25,1);
        transition: .5s cubic-bezier(.25,.1,.25,1)
    }

header .header-bottom .right-block .online-internet-menu, header .header-bottom .right-block .online-internet-menu > ul li a {
    display: block;
    -webkit-transition: .3s cubic-bezier(.25,.1,.25,1);
    -moz-transition: .3s cubic-bezier(.25,.1,.25,1);
    -o-transition: .3s cubic-bezier(.25,.1,.25,1)
}

header .header-bottom nav > ul > li:hover > a::before {
    width: 100%;
    opacity: 1
}

header .header-bottom nav > ul > li:nth-child(2) > .submenu > .container {
    width: 60%;
    margin: 0
}

header .header-bottom nav > ul > li:nth-child(2) > .submenu li {
    width: 50%
}

header .header-bottom .right-block {
    float: right;
    position: relative;
    width: 20%;
    display: none
}

    header .header-bottom .right-block .online-internet {
        font-size: .9375rem;
        float: left;
        font-weight: 700;
        position: relative;
        z-index: 10
    }

        header .header-bottom .right-block .online-internet .btn_online {
            color: #000;
            position: relative;
            z-index: 20;
            display: block;
            left: -40px
        }

        header .header-bottom .right-block .online-internet i {
            font-size: 8px;
            display: block;
            float: right;
            margin-left: 10px;
            margin-top: 4px
        }

    header .header-bottom .right-block .search-block {
        float: right;
        margin-left: 30px;
        font-size: 20px;
        position: relative;
        z-index: 1;
        margin-top: -2px
    }

    header .header-bottom .right-block .online-internet:hover .online-internet-menu {
        visibility: visible;
        opacity: 1;
        height: auto
    }

    header .header-bottom .right-block .online-internet-menu {
        width: 275px;
        height: 0;
        position: absolute;
        overflow: hidden;
        z-index: 15;
        right: -56px;
        top: -30px;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 40px 0 rgba(35,39,94,.1),0 4px 8px 0 rgba(35,39,94,.05);
        box-shadow: 0 6px 40px 0 rgba(35,39,94,.1),0 4px 8px 0 rgba(35,39,94,.05);
        border-radius: 4px;
        visibility: hidden;
        opacity: 0;
        transition: .3s cubic-bezier(.25,.1,.25,1)
    }

        header .header-bottom .right-block .online-internet-menu > ul {
            width: 100%;
            border-top: 1px solid #e8e8eb;
            margin-top: 56px
        }

            header .header-bottom .right-block .online-internet-menu > ul li {
                width: 100%;
                border-bottom: 1px solid #e8e8eb
            }

                header .header-bottom .right-block .online-internet-menu > ul li a {
                    position: relative;
                    width: 100%;
                    height: 60px;
                    padding: 20px;
                    color: #000;
                    font-size: .875rem;
                    font-weight: 700;
                    transition: .3s cubic-bezier(.25,.1,.25,1);
                    left: 0
                }

header .header-bottom nav > ul > li > .submenu li a, header .header-bottom nav > ul > li > .submenu li a .name {
    display: block;
    -webkit-transition: .3s cubic-bezier(.25,.1,.25,1);
    -moz-transition: .3s cubic-bezier(.25,.1,.25,1);
    -o-transition: .3s cubic-bezier(.25,.1,.25,1)
}

header .header-bottom .right-block .online-internet-menu > ul li a i {
    display: block;
    width: 24px;
    position: relative;
    top: -2px;
    margin: 0 15px 0 0;
    float: left;
    font-size: 22px
}

header .header-bottom .right-block .online-internet span {
    float: left;
    display: block
}

header .header-bottom nav > ul > li > .submenu ul {
    padding: 80px 0;
    width: 100%
}

header .header-bottom nav > ul > li > .submenu li {
    display: block;
    width: 25%;
    padding-right: 30px;
    margin-right: 0;
    margin-bottom: 30px;
    float: left
}

    header .header-bottom nav > ul > li > .submenu li a {
        border-bottom: 2px solid #e9e9ee;
        padding-bottom: 25px;
        transition: .3s cubic-bezier(.25,.1,.25,1)
    }

        header .header-bottom nav > ul > li > .submenu li a .place {
            width: 100%;
            display: block;
            font-size: .9375rem;
            font-weight: 700;
            color: #7d8287;
            margin-bottom: 10px
        }

        header .header-bottom nav > ul > li > .submenu li a:hover .name {
            color: #f3e820
        }

        header .header-bottom nav > ul > li > .submenu li a .name {
            width: 100%;
            min-height: 38px;
            font-size: 1.1875rem;
            font-weight: 700;
            color: #000;
            transition: .3s cubic-bezier(.25,.1,.25,1)
        }

        header .header-bottom nav > ul > li > .submenu li a:hover {
            border-bottom: 2px solid #f3e820
        }

.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: .3s cubic-bezier(.25,.1,.25,1);
        -moz-transition: .3s cubic-bezier(.25,.1,.25,1);
        -o-transition: .3s cubic-bezier(.25,.1,.25,1);
        transition: .3s cubic-bezier(.25,.1,.25,1)
    }

.video-cont a:after, .video-cont a:before {
    left: -5px;
    top: -5px;
    height: 90px;
    width: 90px
}

.background-area {
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    background-image: url('../img/slidebackground.jpg');
    background-color: rgba(0,0,0,.5)
}

.item-area {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 25%;
    width: 100%
}

.back-image {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    /* background-color: rgba(0, 0, 0, .1); */
}

.intro__slogan, .product__overlay {
    opacity: 0;
    transition: 0.2s linear;
    transform: scale3d(.98,.98,.98);
}

.intro__slogan {
    z-index: 4;
    width: 23.25rem;
    justify-content: flex-start;
    align-items: center;
    padding-left: 7rem;
    display: flex;
    position: absolute;
    right: -1rem !important;
    top: 3rem !important;
}

a.pop {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.product__slide {
    flex-direction: column;
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 100%;
    width: 100%;
}

    .product__slide > img {
        width: 100% !important;
        max-width: none;
        margin-bottom: -5rem;
        margin-left: -20rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        margin: 0 auto;
        left: 0;
        right: 0;
        height: 100vh !important;
        position: absolute;
        bottom: -55vh;
        -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
        transform-origin: bottom center;
        will-change: transform;
        aspect-ratio: 1/2.5;
        z-index: 1;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center bottom;
        object-position: center bottom;
    }

.owl-item.active .product__slide > img {
    -webkit-animation: rotateOut 1s ease;
    animation: rotateOut 1s ease;
    -webkit-animation-delay: 4700ms;
    animation-delay: 4700ms;
}

.owl-item.active .product__slide > img {
    -webkit-animation: rotateIn 1s ease;
    animation: rotateIn 1s ease;
}

.round-text--wrapper {
    z-index: 1;
    width: 94px !important;
    height: 94px;
    letter-spacing: 11px;
    padding-top: 0.1875rem;
    padding-left: 0.125rem;
    font-size: 2.75rem;
    position: absolute;
    left: -1em;
}

.round-text--wrapper {
    -webkit-animation: rotate 60s infinite;
    animation: rotate 60s infinite;
}

.intro__slogan, .product__overlay {
    opacity: 0;
    transition: 0.2s linear;
    transform: scale3d(.98,.98,.98);
}

.owl-item.active .intro__slogan,
.owl-item.active .product__overlay {
    opacity: 1;
    transition: 0.7s linear;
    transform: scale(1);
    transform: scale3d(1,1,1);
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@-webkit-keyframes particleAnim {
    0% {
        -webkit-transform: translate3d(0, -1vw, 0);
        transform: translate3d(0, -1vw, 0)
    }

    50% {
        -webkit-transform: translate3d(0, 1vw, 0);
        transform: translate3d(0, 1vw, 0)
    }

    100% {
        -webkit-transform: translate3d(0, -1vw, 0);
        transform: translate3d(0, -1vw, 0)
    }
}

@keyframes particleAnim {
    0% {
        -webkit-transform: translate3d(0, -1vw, 0);
        transform: translate3d(0, -1vw, 0)
    }

    50% {
        -webkit-transform: translate3d(0, 1vw, 0);
        transform: translate3d(0, 1vw, 0)
    }

    100% {
        -webkit-transform: translate3d(0, -1vw, 0);
        transform: translate3d(0, -1vw, 0)
    }
}

.slogan__text {
    margin-bottom: 0;
    font-size: 14px !important;
    line-height: 1.8;
    font-weight: 300;
    color: #fff;
}

.product__overlay {
    z-index: 4;
    width: 20em;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    text-align: left;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 20px;
    align-items: center;
    padding: 1.5rem 1.25rem;
    display: flex;
    box-shadow: 0 5px 20px -9px rgba(37, 19, 19, .22);
    position: relative !important;
    left: 0em !important;
    bottom: -25rem !important;
}

.pill {
    color: #fff;
    background-color: var(--color-primary);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-left: 0.5625rem;
    margin-right: 1.25rem;
    padding: 0.25rem 0.9375rem;
    font-size: 1em;
    display: flex;
}

.product__overlay-text {
    font-size: 1em;
}

.item-area {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 25%;
    width: 100%
}

.blok-area, .col-image, .column-background, .d-inline-top, .info-area, .info-box, .info-box-icon, .slide-btn {
    position: relative
}

.col-image {
    height: 100vh
}

    .col-image > .image-area-slide {
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: left top;
        height: 100%;
        overflow: hidden
    }

.slide-btn {
    margin: 15px auto;
    color: #fff;
    background-color: var(--colortwo);
    border-radius: 4px;
    letter-spacing: .1em;
    box-shadow: 20px 20px 40px 0 rgb(73 76 137 / 13%);
    overflow: hidden;
    display: inline-flex;
    padding: 0;
    border: 1px solid #2c2e31;
    line-height: 24px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    transition: .3s
}

    .slide-btn:hover {
        border-color: transparent;
        background-color: var(--colorone);
        color: #f3e820;
        transform: translate3d(0,-2px,0);
        box-shadow: 20px 12px 28px rgb(0 0 0 / 12%)
    }

    .slide-btn > span {
        margin: 0 auto;
        padding: .4em 2em;
        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, .slide-btn > span > .btn-txt {
            position: relative;
            z-index: 3
        }

.info-area {
    background-color: var(--colorthree)
}

.info-box {
    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,.3);
        transform: translateY(-50%)
    }

.info-box-icon {
    margin: 0 0 15px;
    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;
    height: 60px;
    width: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}

    .info-box-icon img {
        max-height: 32px;
        max-width: 40px;
        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 0;
    font-weight: 700;
    letter-spacing: -.01em
}

.info-box-details {
    width: 100%;
    margin: 10px auto;
    display: block;
    font-weight: 400;
    color: var(--colortwo);
    text-align: center;
    line-height: 1.65
}

.is-pr {
    padding-right: 120px !important
}

.is-pl {
    padding-left: 60px !important
}

.is-pr-60 {
    padding-right: 60px !important
}

.mt0 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-top: 0 !important;
}

.blok-area {
    display: block;
    padding: 30px 6rem;
}

    .blok-area .columns.none-center {
        align-items: normal
    }

    .block-area.left .layer .dt .dtc, .block-area.main-corporate .layer .dt .dtc, .block-area.video, .blok-area .columns, .blokone > div > div.row, .corporate .dtc, .serit27 > div > div {
        display: flex;
        align-items: center;
        justify-content: center
    }

        .blok-area .columns .column {
            display: block;
            flex-basis: 0;
            -webkit-box-flex: 1;
            flex-grow: 1;
            flex-shrink: 1;
            padding: .75rem 16px;
            text-align: center;
        }

            .blok-area .columns .column.is-half-desktop {
                -webkit-box-flex: 0;
                flex: none;
                width: 100%
            }

            .blok-area .columns .column.is-half-desktop-60 {
                -webkit-box-flex: 0;
                flex: none;
                width: 60%
            }

.banner-column .banner-up-title, .detay-title p, .small-title {
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    color: #f3e820;
    text-transform: uppercase
}

    .small-title.m25 {
        margin: 0 auto 25px
    }

.big-title {
    margin: 10px auto;
    color: #121212;
    line-height: inherit;
    font-size: 52px;
    font-weight: bold;
    letter-spacing: 0;
}

.description {
    font-size: 21px;
    line-height: normal;
    color: #333;
    margin-top: 1rem;
    font-weight: 400
}

.banner-column .banner-content, .sub-description, .sub-description.six {
    margin-top: 2rem;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

    .sub-description.six {
        column-count: 2
    }

.column-background {
    padding: 5rem !important;
    height: 560px
}

    .column-background:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 16px);
        height: 100%;
        background: url('../img/plus-background.png') 0 0/cover no-repeat;
        z-index: 0
    }

.columns {
    display: flex;
    outline: 0 !important;
    margin: 0
}

    .columns.margin-bottom {
        margin-bottom: 3rem
    }

.icons-set p {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

    .icons-set p svg {
        min-width: 32px;
        z-index: 1
    }

    .icons-set p span {
        display: block;
        width: 100%;
        margin-left: 10px;
        margin-bottom: 10px;
        z-index: 1
    }

        .icons-set p span .Count {
            font-size: 32px;
            font-weight: 700
        }

.d-inline-top {
    padding: 0;
    margin: -200px auto 0;
    z-index: 2;
    width: 875px
}

.banner-column {
    background: #fff;
    text-align: left;
    right: 0;
    bottom: 0;
    position: absolute;
    height: calc(100% - 200px);
    padding: 3%;
    width: 45%
}

    .banner-column .banner-title {
        margin: 10px auto;
        color: #121212;
        font-weight: 600;
        font-size: 32px;
        line-height: normal
    }

.blog-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 30px 0;
}

    .blog-section .container {
        padding: 0;
        overflow: hidden;
        width: 100%;
    }

    .blog-section .container-fluid {
        padding: 0 10rem;
        overflow: hidden;
        width: 100%;
    }

    .blog-section .blog-boxes {
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 200em;
        margin: auto;
        overflow: hidden
    }

        .blog-section .blog-boxes .blog-box {
            text-align: left;
            flex: 0 1 28%;
            margin: 3em 0 15px;
            position: relative;
            -webkit-box-shadow: 0 2px 16px 0 rgba(0,0,0,.11);
            box-shadow: 0 2px 16px 0 rgba(0,0,0,.11)
        }

            .blog-section .blog-boxes .blog-box a.op-primary-button {
                margin: 25px;
            }

            .blog-section .blog-boxes .blog-box .box__img img {
                /*box-shadow: 0 20px 30px -20px rgb(0 0 0 / 25%);*/
                width: 100%;
                height: auto;
                max-width: 100%;
                max-height: 100%;
                border: none
            }

            .blog-section .blog-boxes .blog-box h3 {
                margin: 1em auto;
                font-weight: 700;
                font-size: 14px;
                line-height: normal;
                color: #f3e820;
                text-transform: uppercase;
                display: block;
                padding: 25px 25px 0
            }

            .blog-section .blog-boxes .blog-box p {
                margin: 1em auto;
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                color: #333;
                padding: 0 25px 25px;
                height: 10vh;
                overflow: hidden;
            }

            .blog-section .blog-boxes .blog-box .btn-box {
                margin-top: 0;
                padding: 0 25px 25px
            }

            .blog-section .blog-boxes .blog-box .desc {
                margin: 1em auto;
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                color: #333;
                padding: 0;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

.orta-picture {
    position: relative;
    z-index: 0
}

    .orta-picture img {
        width: 320px;
        height: auto;
        display: block;
        position: relative;
        -o-object-fit: cover;
        object-fit: cover;
        max-width: 100%;
        max-height: 100%;
        border: none;
        margin: 50px auto;
        text-align: center
    }

.blokone > div > div > .right > .dtc > h2, .detay-title h1, .detay-title h2 {
    margin: 0 0 25px;
    word-spacing: 0px;
    padding: 10px 0 0;
    line-height: 1.27;
    letter-spacing: -.03em
}

.testimonial-review {
    margin: 15px 5px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.07);
    box-shadow: 0 0 15px rgba(0,0,0,.07);
    z-index: 1;
    padding: 25px
}

    .testimonial-review .client-quote {
        margin-bottom: 20px;
        -webkit-transition: .4s;
        transition: .4s;
        font-size: 16px;
        line-height: 1.8;
        color: #333
    }

    .testimonial-review .client-info-area, .testimonial-review .client-info-area .client-info-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .testimonial-review .client-info-area .client-img {
            width: 65px;
            height: 65px;
            border-radius: 50%
        }

            .testimonial-review .client-info-area .client-img img {
                border-radius: 50%
            }

        .testimonial-review .client-info-area .client-info-wrap {
            width: calc(100% - 85px);
            margin-right: 20px
        }

            .testimonial-review .client-info-area .client-info-wrap .client-info {
                width: calc(100% - 85px);
                margin-left: 20px
            }

                .testimonial-review .client-info-area .client-info-wrap .client-info h3 {
                    margin-bottom: 8px;
                    -webkit-transition: .4s;
                    transition: .4s;
                    font-size: 24px;
                    line-height: 1.2;
                    font-weight: 700;
                    color: #121212
                }

        .testimonial-review .client-info-area .quote-icon {
            position: relative;
            bottom: auto;
            right: auto;
            width: 55px
        }

            .testimonial-review .client-info-area .quote-icon i {
                color: #f3e820;
                opacity: 1;
                display: inline-block;
                position: relative;
                top: 3px;
                font-size: 50px;
                line-height: .8;
                -webkit-transition: .4s;
                transition: .4s
            }

.counter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    padding: 40px 0;
}

    .counter-wrapper .nt-item {
        padding-left: 45px;
        padding-right: 45px;
        padding-top: 15px;
        color: #f3e820;
        max-width: 160px;
    }

        .counter-wrapper .nt-item span {
            font-size: 35px;
            color: #f3e820;
            font-weight: 700;
        }

        .counter-wrapper .nt-item p {
            color: #f3e820;
            font-weight: 700;
            position: relative;
            z-index: 1;
        }

.sub-title {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 auto 10px;
    display: inline-block;
}

.big-title, .sub-title {
    color: #000;
    line-height: normal;
}

.small-title.m25 {
    margin: 0 auto 25px;
    display: block;
}

.banner-column .banner-up-title, .detay-title p, .small-title {
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    color: #000;
}

.book-appointment {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    background-color: #fff;
    position: relative;
    padding: 40px !important;
    /*margin-top: -100px;*/
    z-index: 4;
    border-radius: 8px;
}

    .book-appointment label,
    .book-appointment label p {
        display: contents;
        margin: 0 auto;
    }


    .book-appointment .tus {
        overflow: hidden;
        max-width: 100%;
        display: inline-block;
        color: #000;
        text-transform: uppercase;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.3em;
        text-decoration: none;
        transition: color .3s;
        background: transparent;
        border: none;
        border-bottom: 2px solid #f3e820;
        margin: 25px auto 0;
    }

.dib img {
    width: 16px !important
}

.star {
    margin: 15px auto;
    text-align: left
}

.star1 > .dib:first-child > img, .star2 > .dib:nth-child(-n+2) > img, .star3 > .dib:nth-child(-n+3) > img, .star4 > .dib:nth-child(-n+4) > img, .star5 > .dib > img {
    filter: inherit
}

.blokone > div > div > .center, .footer_play-logo, .kategoriler-slide-footer .owl-item, .tac {
    text-align: center
}

.section-service {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin-top: 0;
    margin-bottom: 290px;
    padding: 100px 0 0
}

    .section-service .section-service-background-overlay {
        background-color: #1a3d7d;
        opacity: .9;
        transition: background .3s,border-radius .3s,opacity .3s;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute
    }

.service-container-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

    .service-container-flex .column-wrap {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto
    }

        .service-container-flex .column-wrap .column-inset {
            padding: 0 15px;
            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
        }

.feature-item {
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
    cursor: pointer;
    text-align: center;
}

    .feature-item .feature-image {
        background-color: #f6f7f9;
        border: 1px solid #ccc;
        border-radius: 8px;
        height: 320px;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .feature-item .feature-icon {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: -40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        z-index: 1;
        -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.09);
        box-shadow: 0 0 15px 0 rgba(0,0,0,.09);
        overflow: hidden;
        background: #fff;
        position: relative;
        top: 0;
        left: 15px;
        -webkit-transition: .4s;
        transition: .4s
    }

        .feature-item .feature-icon i {
            font-size: 36px;
            line-height: .8;
            margin: 0 auto;
            color: #121212;
            -webkit-transition: .4s;
            transition: .4s
        }

        .feature-item .feature-icon:after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: "";
            width: 100%;
            height: 0;
            background-color: #ff375f;
            -webkit-transition: .4s;
            transition: .4s;
            visibility: hidden;
            opacity: 0;
            z-index: -1
        }

    .feature-item:hover .feature-icon:after {
        height: 100%;
        visibility: visible;
        opacity: 1
    }

    .feature-item .feature-text {
        width: 95%;
        padding: 10px 25px;
        position: absolute;
        bottom: 0;
        left: auto;
        z-index: 1;
        display: block;
        text-align: left;
        /*        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
        border-radius: 0 0 8px 8px;*/
    }

        .feature-item .feature-text h3 {
            margin: 0 0 10px;
            text-transform: uppercase;
            font-weight: 500;
            font-size: 14px;
            line-height: 1.2;
            color: #000;
            /*padding-bottom: 5px;*/
        }

        .feature-item .feature-text p {
            font-size: 14px !important;
            line-height: 1.8;
            font-weight: 300;
            color: #000;
            margin: 0;
        }

        .feature-item .feature-text img {
            width: 75px;
        }

    .feature-item.back-color:hover .feature-image {
        background-color: #f3e820;
    }

    .feature-item.back-color:hover .feature-text h3 {
        color: #fff;
    }

    .feature-item.back-color:hover .card__link {
        border-bottom: 1px solid #fff;
        color: #fff;
    }

.feature-item-margin {
    margin: 30px 0 -262px
}

.pb-row-hero__text, .strip_column_bottom .description {
    color: #f3e820;
    font-size: 1.6em;
    line-height: 1.6667;
    margin: 1em auto;
    font-weight: 300;
    font-style: normal
}

.detay-title h1 {
    position: relative;
    font-style: normal;
    color: #f3e820;
    font-weight: 600;
    font-size: 4em
}

.blokone > div > div > .right > .dtc > h2, .detay-title h2 {
    position: relative;
    font-style: normal;
    color: #f3e820;
    font-weight: 400;
    font-size: 3em
}

.pb-row-hero__text {
    position: relative;
    text-align: center
}

    .pb-row-hero__text:before {
        transition: transform 2s cubic-bezier(0.77,0,0.175,1) 1s;
        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__text h1 {
        font-size: 1.2223em;
        font-weight: 700;
        margin: 15px 0;
        text-align: center;
        line-height: 1.2;
        color: #f3e820
    }

.blue-beam {
    display: block !important;
    padding: 100px 0 0 !important
}

.blokone, .how-work-bg, .video-cont {
    background-repeat: no-repeat
}

.block-area.yorum, .blokone {
    background-size: cover;
    background-position: center center
}

.blue-beam h1 {
    padding: 0 0 2.5em !important;
    color: #fff !important;
    text-align: center;
    margin-bottom: 0 !important
}

.blue-beam > .container-fluid {
    padding: 0 !important
}

.blokone.auto {
    height: auto;
    padding: 50px 0 0;
    display: block
}

.blokone {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0
}

    .blokone > div > div > div > .left-top, .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget, .strip_column > .strip_column_in > .elementor_widget_container {
        width: 100%;
        position: relative
    }

    .blokone > div > div > .center > .dtc {
        padding-right: 0 !important
    }

    .blokone > div > div > .right > .dtc {
        float: none;
        padding-right: 15%
    }

        .blokone > div > div > .right > .dtc.none {
            float: none;
            padding-right: 0
        }

        .blokone > div > div > .right > .dtc.left {
            float: none;
            padding-left: 15%
        }

        .blokone > div > div > .right > .dtc.p0 {
            float: none;
            padding-right: 0;
            padding-left: 15%
        }

        .blokone > div > div > .right > .dtc > h1, body .tab-content h1 {
            position: relative;
            font-style: normal;
            word-spacing: 0px;
            padding: 10px 0 0;
            color: #f3e820;
            margin: 15px auto;
            line-height: 1.27;
            font-weight: 600;
            letter-spacing: -.03em;
            font-size: 4em
        }

    .blokone > div > div > div > div > .line {
        background-color: #f3e820;
        width: 15%;
        height: 1px;
        margin: 10px auto
    }

.strip_column {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0
}

    .strip_column > .strip_column_in {
        position: relative;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .strip_column > .strip_column_in > .elementor_widget_container > .photo_stack {
            position: relative;
            width: 100%;
            display: inline-block
        }


.box-vid {
    display: block;
    position: absolute;
    left: -15%;
    width: 125%;
    top: -250px;
}

    .box-vid video {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        border: none;
    }

    .box-vid svg {
        width: 15%;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        border: 1em solid #010066;
        background-color: #010066;
        border-radius: 50%
    }

        .box-vid svg circle {
            fill: #010066
        }

        .box-vid svg path {
            fill: none;
            stroke: #fff;
            stroke-width: 2px;
            stroke-linecap: round;
            stroke-linejoin: round
        }

.strip_column_bottom img {
    display: block;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 2em
}

.strip_column_bottom .description {
    position: relative
}

.top-info-up {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.news-block {
    position: relative;
    margin-bottom: 80px
}

.news-block-mask {
    left: 0;
    top: 50px;
    bottom: 0;
    width: 56%;
    height: auto;
    position: absolute;
    right: 0;
    z-index: -3;
    pointer-events: none
}

.news-block-mask__body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f4f0
}

.news-block-content {
    width: calc(50% - -100px);
    margin: 50px 0 100px auto;
    justify-content: space-between !important;
    display: flex !important;
    padding-right: 150px !important
}

.news-block-content__wrapper-title {
    width: 70%
}

.news-block__title {
    margin-left: 0 !important;
    margin-right: 0 !important;
    line-height: 1.05;
    color: #342b25;
    font-size: 62px;
    font-weight: 700;
    display: block;
    text-align: left;
    text-shadow: 6px 2px 10px #04040442
}

.justify-content-end {
    justify-content: flex-end !important
}

.flex-column {
    flex-direction: column !important
}

.d-flex {
    display: flex !important
}

.how-work-bg {
    position: absolute;
    left: -50px;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/Content/img/border-line-1.png)
}

.how-work-single .number {
    width: 48px;
    height: 48px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e1323d),to(#ffda99));
    background-image: linear-gradient(180deg,#e1323d 0,#ffda99 100%);
    border-radius: 50%;
    line-height: 40px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    border: 5px solid #fff;
    position: absolute;
    top: 0;
    left: 105px
}

.block-area {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-top: 4.99995em;
    padding-bottom: 4.99995em
}

    .block-area .container-fluid {
        padding: 0 8rem;
    }

.blok-area.back:after {
    position: absolute;
    content: "";
    background-image: url('../img/bottom.png');
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 400px;
    z-index: 1;
    bottom: 0;
    background-color: #f4f4f4
}

.block-area .layer .dt .dtc .title-wrapper.center h1:after, .orta-faq {
    margin: 25px auto 0
}

.accordion-toggle, .accordion-toggle * {
    margin: 0 auto;
    position: relative;
    pointer-events: all;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer
}

    .accordion-toggle.active {
        background-color: #f3e820;
    }

        .accordion-toggle.active a {
            color: #fff !important;
        }

.accordion-toggle {
    font-size: 13px;
    padding: 20px 60px 20px 26px;
    margin-bottom: 2px;
    text-transform: none;
    font-weight: 400;
    background-color: #f6f7f8;
    border-color: #f6f7f8;
    border-radius: 8px;
}

    .accordion-toggle * {
        font-weight: 700;
        padding: 20px 0
    }

    .accordion-toggle:before {
        line-height: 1;
        width: 20px;
        right: 15px;
        top: 35%;
        font-size: 28px;
        position: absolute;
        content: "+";
        display: inline-block;
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s,-webkit-transform .3s
    }

    .accordion-toggle.active:before {
        -webkit-transform: rotate(45deg) scale(1.08);
        -ms-transform: rotate(45deg) scale(1.08);
        transform: rotate(45deg) scale(1.08);
        top: 20%
    }

    .accordion-toggle a:focus, .accordion-toggle a:hover {
        opacity: .95;
        color: #fff
    }

.custom-tab {
    color: #fff;
    line-height: 1.6 !important
}

.accordion-content {
    overflow: hidden;
    display: none;
    padding: 20px 20px 0;
    margin: 0;
    line-height: 24px
}

    .accordion-content p {
        color: #fff;
        line-height: 1.6 !important;
        margin-bottom: 20px
    }

        .accordion-content p img {
            width: 100% !important
        }

.accordian-wrapper {
    margin-bottom: 10px;
    background-color: #f3e820;
    -webkit-box-shadow: 0 0 15px 0 rgb(52 69 199 / 40%);
    box-shadow: 0 0 15px 0 rgb(52 69 199 / 40%);
    border: 0;
    border-radius: 10px;
    padding: 5px 0
}

.accordion-toggle .tab-icon {
    display: none;
    font-size: 1.29rem;
    min-width: 26px;
    vertical-align: top;
    margin-right: 15px;
    text-align: right
}

.video-cont {
    background-image: url(/Content/img/video-bg.png);
    background-position: center;
    width: 708px;
    height: 708px;
    position: absolute;
    right: 60px;
    top: 255px;
    background-size: contain;
    text-align: center !important;
    display: table !important
}

.corporate, .video-area {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative
}

.d-table-cell {
    display: table-cell !important
}

.align-middle {
    vertical-align: middle !important
}

.video-cont a {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 30px;
    line-height: 80px;
    padding: 0 28px;
    margin-top: 30px;
    background-color: #fff;
    color: #f3e820;
    position: relative
}

    .video-cont a:before {
        content: "";
        position: absolute;
        border: 3px solid #fff;
        border-radius: 50%;
        -webkit-animation: 1s linear .5s infinite forwards icon-bubble;
        animation: 1s linear .5s infinite forwards icon-bubble
    }

    .video-cont a:after {
        content: "";
        position: absolute;
        border: 3px solid #fff;
        border-radius: 50%;
        -webkit-animation: 1s linear infinite forwards icon-bubble;
        animation: 1s linear infinite forwards icon-bubble
    }

.video-area {
    padding: 140px 0 126px;
    background-image: url(/Content/img/counter-bg-2.png);
    overflow: hidden
}

.video-area-circle .circle1 {
    left: 30%;
    top: 36%;
    width: 8%
}

.video-area-circle .circle2 {
    left: 40%;
    top: 42%;
    width: 15%
}

.video-area-circle .circle3 {
    right: -10%;
    top: 60%;
    width: 15%
}

.video-area-circle img {
    position: absolute;
    -webkit-animation: 4s infinite zoominoutsinglefeatured;
    animation: 4s infinite zoominoutsinglefeatured
}

.video-area .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.video.title {
    padding-bottom: 325px
}

    .video.title h5 {
        font-weight: 700;
        text-transform: uppercase;
        color: #f3e820;
        font-size: 18px;
        line-height: 28px
    }

    .video.title h2 {
        font-weight: 700;
        margin-bottom: 24px;
        font-size: 50px;
        line-height: 60px
    }

    .video.title p {
        font-size: 16px;
        color: #f3e820;
        line-height: 26px
    }

.counter.title {
    padding-bottom: 95px
}

    .counter.title h5 {
        font-weight: 700;
        text-transform: uppercase;
        color: #ffda99 !important;
        font-size: 18px;
        line-height: 28px
    }

    .counter.title h2 {
        font-weight: 700;
        margin-bottom: 24px;
        color: #fff !important;
        font-size: 50px;
        line-height: 60px
    }

    .counter.title p {
        color: #f3e820;
        line-height: 26px
    }

.m-left {
    padding-left: 5%
}

.grid-area {
    margin: 50px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px
}

.grid-desc > h1 {
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: normal !important;
    color: #f3e820 !important;
    text-transform: uppercase !important
}

.grid-desc > p {
    font-family: Poppins,sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #333 !important;
    margin-bottom: 25px !important;
    padding-right: 25px !important
}

.block-area .layer .dt .dtc .title-wrapper.left .desc, .customer-card h1, .customer-card h2, .customer-card p, .product-card p, .text-sm {
    font-family: Poppins,sans-serif
}

.corporate {
    padding: 60px 0
}

.block-area.yorum {
    position: relative;
    background-repeat: no-repeat;
    min-height: auto;
    padding-top: 7em;
    padding-bottom: 7em;
    background-color: #fff
}

.layer-6-bg {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    float: left;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.elementor-column, .elementor-column-wrap, .serit27 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.block-area .section-background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

    .block-area .section-background .section1-bg {
        background-color: #fff;
        position: relative;
        z-index: 5;
        width: 50%;
        float: left;
        height: 100%
    }

    .block-area .section-background .section2-bg {
        background-color: #f5f4f0;
        position: relative;
        z-index: 5;
        width: 50%;
        float: left;
        height: 100%
    }

    .block-area .section-background .section3-bg {
        background-color: #ffda99;
        position: relative;
        z-index: 5;
        width: 50%;
        float: left;
        height: 100%
    }

    .block-area .section-background .section4-bg {
        background-color: #f0eee8;
        position: relative;
        z-index: 5;
        width: 50%;
        float: left;
        height: 100%
    }

.block-area .layer {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 0;
}

    .block-area .layer .dt .dtc .title-wrapper {
        text-align: center;
        margin: 0 auto
    }

        .block-area .layer .dt .dtc .title-wrapper.left {
            padding-left: 5%;
        }

            .block-area .layer .dt .dtc .title-wrapper.left .small-title3 {
                margin: 0em 0em 0.65em 0em;
                background-color: #f3e820;
                border-radius: 25px 25px 25px 25px;
                vertical-align: middle;
                transition: color .3s;
                position: relative;
                color: #000;
                font-size: 14px;
                font-weight: 700;
                line-height: 1.5em;
                padding: 5px 15px;
                display: inline-block;
            }

            .block-area .layer .dt .dtc .title-wrapper.left .big-title3 {
                margin-top: 0;
                margin-bottom: 0.5em;
                vertical-align: middle;
                transition: color .3s;
                position: relative;
                color: #000;
                font-size: 40px;
                font-weight: 700;
                line-height: 1.24em;
            }

.block-area.main-corporate .layer .dt .dtc .title-wrapper, .block-area.main-corporate .layer .dt .dtc .title-wrapper.center h1 {
    text-align: left !important
}

    .block-area.main-corporate .layer .dt .dtc .title-wrapper.center .square-coklu {
        margin-left: 50px
    }

.block-area .layer .dt .dtc .title-wrapper.left, .block-area .layer .dt .dtc .title-wrapper.left h1, .subscribe-form .subscribe-bottom {
    text-align: left
}

.block-area .layer .dt .dtc .title-wrapper .square {
    transform-origin: 50% 0;
    background-color: #f3e820;
    border-radius: 2px;
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 auto 2.499975em
}

.block-area .layer .dt .dtc .title-wrapper.left .square {
    margin: 0 0 2.499975em
}

.block-area .layer .dt .dtc .title-wrapper.center .square-coklu {
    font-size: 14px;
    color: #f3e820;
    position: relative
}

    .block-area .layer .dt .dtc .title-wrapper.center .square-coklu i:first-child {
        height: 5px;
        width: 5px;
        background-color: #f3e820
    }

    .block-area .layer .dt .dtc .title-wrapper.center .square-coklu .square-shape i {
        height: 9px;
        width: 9px;
        position: absolute;
        top: 0;
        left: 0
    }

    .block-area .layer .dt .dtc .title-wrapper.center .square-coklu .square-shape {
        width: 40px;
        height: 35px;
        left: -52px;
        top: 0;
        position: absolute
    }

        .block-area .layer .dt .dtc .title-wrapper.center .square-coklu .square-shape i:first-child {
            top: -8px;
            width: 5px;
            height: 5px;
            left: 20px;
            background-color: #f3e820
        }

        .block-area .layer .dt .dtc .title-wrapper.center .square-coklu .square-shape i:nth-child(2) {
            width: 10px;
            left: 28px;
            height: 10px;
            background-color: #00b0b5
        }

        .block-area .layer .dt .dtc .title-wrapper.center .square-coklu .square-shape i:nth-child(3) {
            height: 17px;
            width: 17px;
            background-color: #ffda99
        }

        .block-area .layer .dt .dtc .title-wrapper.center .square-coklu .square-shape i:nth-child(4) {
            top: 10px;
            left: 10px;
            width: 12px;
            height: 12px;
            background-color: #f3e820
        }

.block-area .layer .dt .dtc .title-wrapper.center h1 {
    line-height: 1.306;
    font-size: 2.2223em;
    margin-top: .499995em;
    margin-bottom: .499995em;
    text-align: center;
    color: #1a1917;
    font-weight: 400
}

    .block-area .layer .dt .dtc .title-wrapper.center h1 b {
        font-weight: 800
    }

.block-area .layer .dt .dtc .title-wrapper h1, .block-area.corporate2 .layer .dt .dtc .title-wrapper h1 {
    line-height: .8;
    font-size: 2.2223em;
    font-weight: 800;
    margin-top: .499995em;
    margin-bottom: .499995em;
    text-align: center;
    color: #1a1917
}

    .block-area .layer .dt .dtc .title-wrapper h1 > b, .item-blog article .picture-area .meta a {
        color: #f3e820
    }

.block-area .layer .dt .dtc .title-wrapper > h2 {
    position: relative;
    font-size: 42px;
    line-height: normal;
    font-weight: 700;
    font-style: normal;
    color: #f3e820
}

.block-area .layer .dt .dtc .title-wrapper > .desc {
    position: relative;
    margin: 15px auto;
    color: #f3e820;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: normal
}

.block-area.corporate .layer .dt .dtc .title-wrapper h2, .block-area.corporate2 .layer .dt .dtc .title-wrapper h2 {
    font-style: normal;
    color: #f3e820;
    margin-bottom: 0
}

.block-area .layer .dt .dtc .title-wrapper.left h2 {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px
}

.block-area .layer .dt .dtc .title-wrapper.left .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 25px;
    display: block;
}

.block-area.video .layer .dt .dtc .title-wrapper .top P {
    font-family: Poppins,sans-serif;
    line-height: 1.2;
    color: #1a1917;
    font-size: 1.9445em
}

.block-area.video .layer .dt .dtc .title-wrapper .bottom {
    border-left: 2px solid #f3e820;
    padding-left: 1.66665em;
    margin-top: 6.6666em
}

    .block-area.video .layer .dt .dtc .title-wrapper .bottom p {
        font-size: 1.1112em;
        font-weight: 700;
        color: #f3e820
    }

    .block-area.video .layer .dt .dtc .title-wrapper .bottom .subtitle {
        font-size: 1.1112em;
        font-style: italic
    }

.icon-box-corp {
    position: relative;
    text-align: left;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #E2E2E2;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 20px 0px 20px;
}

    .icon-box-corp:last-child {
        border-width: 0px;
    }

    .icon-box-corp .iconbox-circle {
        margin-bottom: 14px;
        font-size: 28px;
        width: 62px;
        height: 62px;
        color: #E00303;
        background-color: #FFF8F7;
        border: 0 solid #f2f4f7;
        line-height: 1em;
        transition: all .3s;
        transition-property: border,color,background,box-shadow;
        z-index: 1;
        position: relative;
        display: inline-flex;
        border-radius: 10em;
    }

        .icon-box-corp .iconbox-circle > img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            width: 36px;
        }

.iconbox-icon-wrap .contents h3 {
    font-size: 18px;
    margin: 15px auto;
    line-height: 1em;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.iconbox-icon-wrap .contents p {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #333 !important;
    margin-bottom: 25px !important;
    display: block !important;
    font-family: 'Poppins', sans-serif !important;
}

.col-number .large-numbers {
    font-size: 5em;
    font-weight: 800;
    text-align: center
}

    .col-number .large-numbers .back-nums {
        position: relative;
        z-index: 3;
        letter-spacing: -.05em;
        color: #f3e820
    }

        .col-number .large-numbers .back-nums span {
            position: absolute;
            display: block;
            z-index: 2;
            bottom: -.05em;
            right: -.1em;
            -webkit-background-clip: text;
            color: transparent;
            background-image: repeating-linear-gradient(0,transparent,transparent 3px,#f3e820 4px)
        }

.col-number .large-numbers--sub {
    letter-spacing: .05em;
    position: relative;
    top: -1em;
    text-align: center;
    font-size: 1.1112em;
    font-weight: 600;
    color: #f3e820
}

.section-background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 15
}

.section-video {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    transform: none
}

.dt-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    position: absolute;
    right: 12%;
    bottom: 15%
}

.main-corporate .dt-btn {
    position: relative !important;
    display: inline-block;
    right: auto;
    bottom: auto
}

.talep-btn .download-icon {
    float: left;
    width: 40px;
    color: #f3e820;
    height: 40px;
    font-size: 21px;
    line-height: 40px;
    border-radius: 100%;
    margin-right: 15px;
    text-align: center;
    background-color: #ffda99;
    -webkit-box-shadow: rgb(7 7 56 / 15%) 0 8px 9px 0;
    box-shadow: rgb(7 7 56 / 15%) 0 8px 9px 0
}

.talep-btn p {
    color: #666561;
    font-size: 12px;
    margin: 0 auto
}

.talep-btn a {
    font-size: 12px;
    color: #f3e820;
    font-weight: 700;
    padding-bottom: 5px;
    margin-top: 5px;
    position: relative
}

    .talep-btn a:before {
        top: -4px;
        right: -25px;
        content: "\f30b";
        font-size: 18px;
        font-weight: 700;
        position: absolute;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        font-family: "Font Awesome 5 Free";
        color: #f3e820
    }

    .talep-btn a:after {
        left: 0;
        bottom: 0;
        content: "";
        height: 2px;
        width: 0%;
        position: absolute;
        background-color: #f3e820;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .talep-btn a:hover:before {
        right: -35px
    }

.play-video-button {
    transition: transform .5s,opacity .25s;
    top: 60%;
    left: 50%;
    width: 4.5em;
    height: 4.5em;
    position: absolute;
    margin-top: -2.25em;
    margin-left: -2.25em;
    cursor: pointer;
    transform: scale(1)
}

.play-video-button__back, .play-video-button__forward {
    border-radius: 50%;
    transition: transform .25s,background .25s;
    position: absolute
}

.play-video-button__back {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0,0%,100%,.2)
}

.play-video-button__forward {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    background-color: #fff
}

.play-video-button .play-video-button__play-icon {
    visibility: visible;
    opacity: 1
}

.play-video-button__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #f3e820;
    width: 1em;
    height: 1.2em;
    margin-left: -.4em;
    margin-top: -.6em;
    transition: transform .25s
}

.product-card, .product-right {
    transition: box-shadow .25s;
    white-space: normal;
    text-align: left;
    float: left;
    cursor: pointer
}

.play-video-button .play-video-button__pause-icon {
    visibility: hidden;
    opacity: 0;
    margin-left: -.5em
}

.blog-layout-1:hover .post-img img, .play-video-button:hover .play-video-button__back {
    transform: scale(1.1)
}

.play-video-button:hover .play-video-button__forward {
    background-color: #f3e820;
    transform: scale(.9)
}

.play-video-button:hover .play-video-button__icon {
    z-index: 1;
    color: #fff
}

.features-list {
    position: relative;
    padding-left: 0;
    padding-right: 6.6666em;
    margin-top: 5em
}

    .features-list .p-r {
        padding-left: 0;
        padding-right: 3.3333em
    }

.features-list__item {
    display: inline-block;
    margin-bottom: 1.66665em
}

    .features-list__item:last-child {
        margin-bottom: 0
    }

.features-list__icon {
    width: 25%;
    float: left;
    padding-right: 10px
}

    .contact-middle > .elementor-row > .map_box > .map-area, .features-list__icon img {
        width: 100%
    }

.features-list__content {
    width: 75%;
    float: left
}

    .features-list__content > p {
        margin-bottom: .25em;
        font-size: .8889em;
        font-weight: 700
    }

        .features-list__content > p.subtitle {
            font-size: 10px;
            font-weight: 500
        }

.small-slider__slide {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    display: block
}

    .small-slider__slide img {
        display: block;
        width: 100%
    }

.small-slider__content {
    position: absolute;
    text-align: left;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 2.499975em 1.66665em
}

    .small-slider__content:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 156px;
        background: linear-gradient(0deg,#f3e820 0,transparent);
        opacity: .3
    }

.small-slider__p, .small-slider__p-small {
    position: relative;
    color: #fff;
    white-space: normal;
    font-size: 1.1112em;
    font-weight: 700
}

.small-slider__p {
    line-height: 1.2
}

.small-slider__p-small {
    font-style: italic;
    font-size: .91em
}

.font-light, body .tab-content .desc {
    font-weight: 300;
    font-style: normal
}

.subscribe-form .caption {
    line-height: .8;
    font-size: 1.3334em;
    font-weight: 700;
    margin: 50px auto 25px;
    text-align: center;
    color: #1a1917
}

.top-info__callback.subscribe-button {
    font-size: 14px;
    height: 47px;
    margin-left: -5px;
    border-radius: 0 3px 3px 0;
    -webkit-appearance: media-slider
}

.subscribe-form .subscribe-bottom span {
    position: relative;
    color: #fff;
    border-bottom: 1px solid hsla(53,5%,68%,.5);
    transition: color .25s,border .25s;
    font-size: 12px;
}

    .subscribe-form .subscribe-bottom span:hover {
        color: #fff;
        border-bottom: 1px solid hsla(53,5%,68%,.8)
    }

body .item {
    display: flex;
    justify-content: center
}

    body .item li.active img {
        box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
        border: 1px solid #ccc
    }

body .tab-content {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 2em;
    margin: 2em auto 6em
}

.customer-card h1, .product-card h1, .product-card p {
    color: #f3e820;
    margin: 15px 0
}

body .tab-content img {
    position: relative;
    width: 100%;
    border-radius: 2em
}

.blog-area > div, .blog-area > div > div, .o-footer__bottomMenu, .urunlersidebar, body .tab-content .tab-pane {
    padding: 0
}

body .tab-content .p30 {
    padding: 0 30px
}

body .tab-content .desc {
    position: relative;
    color: #f3e820;
    font-size: 1.6em;
    line-height: 1.6667;
    margin: 1em auto;
    height: 310px;
    overflow: hidden
}

body .nav-tabs {
    border-bottom: 1px solid transparent
}

.product-card {
    width: 100%;
    height: 100%;
    color: #f3e820
}

    .product-card img {
        border-radius: 2em;
        -o-object-fit: cover;
        object-fit: cover
    }

    .product-card h1 {
        font-size: 1.4em;
        text-align: center;
        line-height: normal
    }

    .customer-card h1, .customer-card h2, .customer-card p, .leading-\[22px\], .product-card p, .text-sm {
        line-height: 1.42857143
    }

    .product-card p {
        font-size: 14px
    }

.product-right {
    width: 57%;
    position: relative;
    height: 30em;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    padding: 0;
    margin-left: 1.5em
}

    .product-right:after, .product-right:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }

    .product-right:before {
        border-color: hsla(0,0%,94%,0);
        border-right-color: #dededc;
        border-width: 14px;
        margin-top: -14px
    }

    .product-right:after {
        border-color: hsla(0,0%,100%,0);
        border-right-color: #fff;
        border-width: 13px;
        margin-top: -13px
    }

    .product-right img {
        display: block;
        width: 100%;
        height: 100%
    }

.customer-card {
    padding: 0 20%;
    text-align: center
}

    .customer-card h1 {
        font-size: 14px;
        font-weight: 700
    }

    .customer-card h2 {
        font-size: 14px;
        color: #fff;
        margin-top: 1.66665em;
        margin-bottom: 1.66665em
    }

    .customer-card p {
        font-size: 14px;
        color: #fff;
        margin: 15px 0
    }

.heading > h2, .heading > h4, .heading > h5 {
    margin-top: 0;
    margin-bottom: 1.25em !important;
    color: var(--colortwo);
    display: block;
    position: relative
}

.referance-area {
    z-index: 16;
    position: relative;
    padding: 30px 0;
}

    .referance-area .item-brand {
        padding: 15px;
        align-items: stretch;
        display: flex;
        align-items: flex-start;
        /*background-color: #030814;*/
    }

        .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: 25vh;
            flex-direction: column;
            flex-grow: 1;
            position: relative;
            border-right: 1px solid #ccc;
            border-bottom: 1px solid #ccc
        }

        .referance-area .item-brand:nth-child(n+7):nth-child(-n+12) .inner {
            border-bottom: none
        }

        .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;
                        padding: 25px;
                    }

.referance-area-ic-sayfa .referance-area .item-brand:nth-child(n+7):nth-child(-n+12) .inner {
    border-bottom: 1px solid #ccc
}

.heading2 {
    position: relative;
    text-align: center
}

    .heading2.text-left {
        position: relative;
        text-align: left;
        margin-bottom: 30px
    }

        .heading2.text-left > h5 {
            margin: 0 !important
        }

    .heading2.margin10 {
        margin: 30px auto
    }

.heading > h4 {
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: .1em
}

.heading > h5 {
    line-height: 1.25em;
    font-weight: 400
}

.heading2 > h5 {
    width: 50%;
    margin: 1em auto;
    display: block;
    position: relative;
    line-height: 1.75em;
    color: #f3e820
}

.heading2 > h1 {
    display: block;
    margin-top: 0;
    margin-bottom: 0 !important;
    position: relative;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1em;
    color: #000
}

.banner-button > a, .elementor-widget-wrap > .elementor-element > .elementor-widget-container:hover > .infobox > .infobox_wrapper .infobox-button_wrapper .button-read-more svg {
    color: var(--colortwo)
}

.banner-button > a {
    background-color: var(--colorone);
    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 #edf2f6;
    line-height: 24px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    transition: .3s
}

    .banner-button > a:hover {
        border-color: transparent;
        background-color: #edf2f6;
        color: #f3e820;
        transform: translate3d(0,-2px,0);
        box-shadow: 0 12px 28px rgb(0 0 0 / 12%)
    }

    .banner-button > a > span {
        margin: -.5px;
        padding: .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-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-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-blend-mode: overlay;
    background-color: rgba(0,0,0,.3);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.elementor-column-wrap {
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #fffFFF33;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    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: 0 0 40px;
            transition: .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, .referans-item.hover div, .referans-item:hover div {
            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: .4s
        }

            .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox-title_wrapper h3 {
                margin: 0 56px 10px 40px;
                font-size: 30px;
                line-height: 42px;
                color: #fff;
                position: relative;
                z-index: 1;
                font-weight: 700;
                word-break: break-word;
                transition: .4s
            }

            .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox_content {
                font-weight: 400;
                margin: 0 40px;
                color: #fff;
                opacity: 0;
                max-height: 0;
                overflow: hidden;
                transition: .4s,_ .4s;
                font-size: 16px;
                line-height: 1.875em
            }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container:hover > .infobox > .infobox_wrapper .infobox_content {
            color: #fff;
            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 0 0 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 rgba(255,255,255,.5);
                border-radius: 35px;
                font-weight: 700;
                vertical-align: middle;
                overflow: hidden;
                white-space: nowrap;
                transition: .5s ease-in-out;
                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: #fff;
            display: inline-block;
            text-align: center;
            z-index: 1;
            width: 40px;
            height: 18px;
            line-height: 38px;
            transition: .5s;
            vertical-align: middle
        }

        .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
        }

.team-detail {
    padding-right: 5% !important
}

.rounded-blog {
    border-radius: 1rem;
    flex-direction: column;
    height: 100%;
    display: flex;
    margin-bottom: 30px
}

    .rounded-blog img {
        -o-object-fit: cover;
        object-fit: cover;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        width: 100%;
        min-height: 288px;
        height: 100%;
        max-width: 100%;
        display: block;
        vertical-align: middle
    }

.little img {
    min-height: 16px !important;
    width: 32px
}

.-scale-x-100, .transform {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.thumb-info, .thumb-info .thumb-info-wrapper {
    transform: translate3d(0,0,0);
    overflow: hidden
}

.-scale-x-100 {
    --tw-scale-x: -1
}

.left-\[6px\] {
    left: 6px
}

.left-\[60px\] {
    left: 60px
}

.bottom-0 {
    bottom: 0
}

.rounded-full {
    border-radius: 9999px
}

.justify-center {
    justify-content: center
}

.items-center {
    align-items: center
}

.w-\[50px\] {
    width: 50px
}

.h-\[50px\] {
    height: 50px
}

.flex {
    display: flex
}

.blog-layout-1 h3.post-title, .item-blog article .text-header h4 a, .item-blog article .text-header p a, .team-detail.social .icons, .text-sm {
    display: -webkit-box;
    display: -webkit-box
}

.-bottom-\[25px\] {
    bottom: -25px
}

.left-5 {
    left: 1.25rem
}

.fill-sha-green {
    fill: #0a4533
}

.w-5 {
    width: 1.25rem
}

.h-auto {
    height: auto
}

.md\:pb-\[22px\] {
    padding-bottom: 22px
}

.text-sm {
    font-size: 14px;
    font-weight: 700;
    color: #f3e820;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 140px
}

.pt-\[25px\] {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.rounded-br-2xl {
    border-bottom-right-radius: 1rem
}

.rounded-bl-2xl {
    border-bottom-left-radius: 1rem
}

.flex-grow {
    flex-grow: 1
}

.absolute {
    position: absolute
}

.katalog {
    position: relative;
    z-index: 9;
    padding: 15px 0;
}

.blog-area, .ekibekatil-banner {
    position: relative;
    z-index: 9;
    padding: 5em 0
}

.bloglar .blog-layout-1 {
    margin: 10px
}

.blog-layout-1 {
    position: relative;
    margin: 60px 15px
}

    .blog-layout-1 .post-img {
        overflow: hidden;
        position: relative;
        height: 230px;
        display: inline-flex;
        border-radius: 10px 10px 0 0
    }

        .blog-layout-1 .post-img.figure-bottom {
            border-radius: 0 0 10px 10px
        }

        .blog-layout-1 .post-img img {
            transform: scale(1.02);
            border-radius: 0;
            transition: .5s ease-in-out;
            height: auto;
            width: 100%;
            max-width: 100%;
            min-width: 100%;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none
        }

    .blog-layout-1 .entry-date-wrap {
        position: absolute;
        right: 0;
        bottom: 40px;
        transition: .3s ease-in-out
    }

        .blog-layout-1 .entry-date-wrap .entry-date {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            text-align: center;
            color: #fff;
            font-size: 24px;
            line-height: 1.1;
            font-weight: 700
        }

            .blog-layout-1 .entry-date-wrap .entry-date span {
                color: #fff;
                font-weight: 400;
                font-size: 16px;
                display: block
            }

                .blog-layout-1 .entry-date-wrap .entry-date span img {
                    height: 60px;
                    width: 60px;
                    display: block;
                    max-width: 60px;
                    min-width: 60px
                }

    .blog-layout-1:hover .entry-date-wrap {
        bottom: 50px
    }

    .blog-layout-1 .content-box {
        background-color: #fff;
        padding: 20px 30px 25px;
        box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
        border-radius: 0 0 10px 10px
    }

    .blog-layout-1 h3.post-title {
        margin: 10px auto;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 55px
    }

        .blog-layout-1 h3.post-title a, .slide-block > .inner > .inset > .iconbox > .contents > h4 {
            position: relative;
            display: inline-block;
            margin-top: 1.25em !important;
            margin-bottom: 1.25em !important;
            color: #000;
            font-size: 14px;
            line-height: normal;
            font-weight: 700;
            font-style: normal
        }

    .blog-layout-1 .entry-description, .slide-block > .inner > .inset > .iconbox > .contents > p {
        margin-top: 1em !important;
        margin-bottom: 1em !important;
        font-size: 14px;
        line-height: normal;
        font-style: normal
    }

    .blog-layout-1 .entry-description {
        display: inline-block;
        position: relative;
        color: #000;
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 65px
    }

.blog-item {
    position: relative;
    display: block;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff
}

.blog-item__content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: left;
    z-index: 3;
    padding: 1.499975em;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.item-blog {
    padding: 5px;
    margin-bottom: 15px
}

    .item-blog article {
        position: relative;
        background-color: #fff;
        flex-grow: 1;
        transition: box-shadow .65s cubic-bezier(.23,1,.32,1),transform .65s cubic-bezier(.23,1,.32,1);
        border-radius: 4px !important;
        overflow: hidden !important;
        box-shadow: 0 20px 55px rgb(82 71 175 / 9%)
    }

        .item-blog article:hover {
            z-index: 2;
            box-shadow: 0 25px 55px rgb(0 0 0 / 8%);
            transform: translateY(-2px)
        }

        .item-blog article .picture-area figure {
            transform: scale(1);
            transition: box-shadow .45s cubic-bezier(.23,1,.32,1);
            margin: 0
        }

            .item-blog article .picture-area figure img {
                width: 100%;
                height: 250px;
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: 50% 15%;
                object-position: 50% 15%
            }

        .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: .3s;
            box-shadow: 0 0 0 rgb(0 0 0 / 25%);
            line-height: 1.5em;
            border-radius: 50em !important
        }

        .item-blog article .text-header {
            padding: 0 2rem
        }

            .item-blog article .text-header h4 a {
                margin: 1.25em auto !important;
                position: relative;
                font-weight: 700;
                line-height: 1.2em;
                letter-spacing: .1em;
                color: #f3e820000;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                height: 40px
            }

            .item-blog article .text-header p a {
                margin: 1.25em auto !important;
                position: relative;
                font-weight: 500;
                line-height: 1.25em;
                color: #f3e820000;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
                height: 80px
            }

.overlay-a {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slide-block {
    position: relative;
    padding: 60px 0;
    display: flex;
    align-items: flex-start
}

    .slide-block > .inner {
        transition: box-shadow .3s,transform .65s cubic-bezier(.23, 1, .32, 1);
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-grow: 1;
        position: relative
    }

        .slide-block > .inner:hover {
            transform: translateY(-5px)
        }

        .slide-block > .inner > .inset > .iconbox {
            align-items: flex-start;
            text-align: start !important;
            box-shadow: rgb(0 0 0 / 7%) 0 25px 25px;
            border: 1px solid #e7e7e7;
            border-radius: 10px;
            padding: 100px 30px;
            background-color: #fff;
            display: flex;
            position: relative;
            justify-content: center;
            flex-direction: column;
            transition: box-shadow .3s,background .3s
        }

            .slide-block > .inner > .inset > .iconbox > .iconbox-icon-container {
                color: #f46125;
                margin-bottom: 15px !important;
                margin-top: 0;
                display: flex;
                border: 0 solid #f2f4f7;
                align-items: center;
                justify-content: center;
                line-height: 1em;
                transition: border .3s,box-shadow .3s;
                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;
                    width: 5em;
                    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: 0;
                left: 0;
                text-align: start;
                overflow: hidden;
                text-indent: -99999px;
                cursor: pointer
            }

            .slide-block > .inner > .inset > .iconbox > .contents > .btn {
                margin-top: 0;
                margin-bottom: 0;
                font-size: 14px;
                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: 700;
                        line-height: normal;
                        font-size: 14px;
                        color: #f3e820000;
                        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: 14px;
                        letter-spacing: 0;
                        color: #f3e820
                    }

            .slide-block > .inner > .inset > .iconbox > .contents > p {
                display: inline-block;
                position: relative;
                color: #f3e820;
                font-weight: 400;
                height: 75px
            }

            .slide-block > .inner > .inset > .iconbox > .contents > h4::after {
                content: "";
                position: absolute;
                top: 50%;
                right: 0;
                opacity: 0;
                width: 25px;
                height: 25px;
                transform: translate(calc(1em + -100%),-50%);
                background: url('../img/right_arrow_icon.png') center no-repeat;
                transition: transform .5s cubic-bezier(.23, 1, .32, 1),opacity .5s
            }

        .slide-block > .inner:hover > .inset > .iconbox > .contents > h4:after {
            opacity: 1;
            transform: translate(1em,-50%);
            right: -40px
        }

.serit27.yukseklik {
    height: 100vh
}

.serit27 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-blend-mode: overlay;
    background-color: #fff;
    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 > .lefin {
        padding: 0 4%
    }

        .serit27 > div > div > .lefin > h4 {
            display: block;
            color: #f3e820;
            padding-top: 0;
            padding-left: .2rem
        }

        .serit27 > div > div > .lefin > h1 {
            max-width: 500px;
            text-transform: uppercase;
            color: #f3e820;
            margin-top: 2rem
        }

        .serit27 > div > div > .lefin > p {
            color: #f3e820;
            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: #f3e820;
    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: #f3e820;
        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: 1.35s cubic-bezier(.19, 1, .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 > .tus, .serit27 > div > div > .lefin > .tus *, .serit27 > div > div > .lefin > h4, .serit27 > div > div > .lefin > h4 *, .serit27 > div > div > .lefin > p, .serit27 > div > div > .lefin > p * {
                font-size: small !important
            }
}

.owl-item > .thumb-info {
    padding: 10px
}

.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    border-radius: 4px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 15px auto
}

    .thumb-info .thumb-info-wrapper {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 1rem;
        margin: 0;
        display: block;
        position: relative
    }

    .thumb-info img {
        transition: .3s;
        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: .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: .3s;
        display: block
    }

    .thumb-info .thumb-info-type {
        background-color: #fff;
        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);
        border-radius: 25px;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px
    }

        .thumb-info-social-icons a svg {
            color: var(--colortwo);
            font-size: .9em;
            font-weight: 400
        }

.team-detail > h3, .team-detail > h3 > strong {
    font-size: 16px;
    color: var(--colortwo);
    position: relative;
    z-index: 1
}

.team-detail > img {
    border-radius: 8px
}

.team-detail > h1 {
    color: var(--colortwo);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1em
}

.team-detail > p {
    color: var(--colortwo);
    line-height: 1.75em
}

.team-detail > h3 {
    font-weight: 400;
    margin: 15px auto
}

    .team-detail > h3 > strong {
        font-weight: 900;
        margin: 0 0 15px
    }

.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: -ms-flexbox;
        display: -webkit-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none
    }

        .team-detail .social .icons li.icon {
            padding-right: 20px;
            opacity: .8;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s
        }

.col_links_foo a, .footer__top ul li a {
    transition: color .25s,border .25s;
    font-size: .8889em;
    color: #fff;
    display: inline-block
}

.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
}

.p-r {
    padding-right: 3.3333em
}
/* Footer */
.m-extras {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .m-extras .m-extra {
        position: relative;
        width: 100%;
        height: 100%;
        border: 0.1rem solid #d3e3ea;
        border-radius: 0.8rem;
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        padding: 15px;
        transition: all .25s,border .25s;
    }

        .m-extras .m-extra .m-logo {
            max-width: 3rem;
            width: 100%;
            max-height: 3rem;
        }

        .m-extras .m-extra .m-arrow {
            position: absolute;
            width: 3.6rem;
            height: 3.6rem;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #fff;
            top: 50%;
            right: 0;
            transform: translate(50%,-50%);
            border: 0.1rem solid #d3e3ea;
            border-radius: 50%;
        }

        .m-extras .m-extra:hover,
        .m-extras .m-extra:hover .m-arrow {
            background-color: #f3e820;
            border: 0.1rem solid #fff;
            color: #000;
            transition: all .25s,border .25s;
        }

            .m-extras .m-extra:hover .m-logo,
            .m-extras .m-extra:hover .m-arrow {
                filter: invert(1);
            }

.subscribe-form {
    margin: 0 auto;
    max-width: 720px;
}

    .subscribe-form > .form-group {
        border-bottom: 1px solid #FFFFFF78;
    }

        .subscribe-form > .form-group > input {
            position: relative;
            width: 90%;
            height: 50px;
            background: #00000033;
            border-radius: 24px;
            border: none;
            color: #fff;
            font-size: 16px;
            padding: 25px;
            margin-bottom: 0;
            text-align: left;
            font-weight: 500;
            z-index: 2;
            box-shadow: none;
            -webkit-transition: .3s;
            transition: .3s;
        }

            .subscribe-form > .form-group > input:active, .subscribe-form > .form-group > input:focus {
                border-color: #fff !important;
                color: #fff;
                background-color: transparent;
                outline: 0;
                -webkit-box-shadow: none;
                box-shadow: none
            }

            .subscribe-form .form-group .form-control::placeholder, .subscribe-form > .form-group > input:focus {
                color: #fff;
                opacity: 1
            }

            .subscribe-form .form-group .form-control:-ms-input-placeholder, .subscribe-form > .form-group > input:focus {
                color: #fff
            }

            .subscribe-form .form-group .form-control::-ms-input-placeholder, .subscribe-form > .form-group > input:focus {
                color: #fff
            }

        .subscribe-form > .form-group > .btn {
            font-size: 0;
            margin-top: 0;
            padding: 0;
            border: none;
            border-radius: 0 !important;
            min-width: 0;
            background: url(../img/arrow.svg) center/15px 15px no-repeat;
            z-index: 10;
            width: 10%;
            height: 50px;
            line-height: 50px;
            text-align: center;
            position: absolute;
            right: 0;
            top: 0;
            cursor: pointer;
            transition: .3s ease-in-out;
            -webkit-transition: .3s ease-in-out;
            display: block;
            min-height: 40px;
            vertical-align: bottom;
            text-decoration: none;
            font-weight: 500;
            text-transform: uppercase;
            color: #fff;
        }

            .subscribe-form > .form-group > .btn:active, .subscribe-form > .form-group > .btn:focus, .subscribe-form > .form-group > .btn:hover {
                background-color: transparent;
                border-color: #fff;
                transform: translateY(0);
                box-shadow: 0 .25rem .75rem rgb(30 34 40 / 15%);
                color: #fff
            }

.dtc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-footer {
    position: relative;
    padding: 30px 0px;
    background-color: #030814;
}

    .site-footer > .container {
        padding: 0;
    }

    .site-footer h1 {
        margin: 25px auto;
        vertical-align: middle;
        transition: color .3s;
        position: relative;
        color: #fff;
        font-size: 52px;
        font-weight: 700;
        line-height: 1.24em;
    }

    .site-footer h2 {
        margin: 25px auto;
        vertical-align: middle;
        transition: color .3s;
        position: relative;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.24em;
    }

.top25 {
    text-align: center;
}

.lightbox {
    position: absolute;
    left: 5%;
    bottom: 5%;
    z-index: 5;
}

    .lightbox .inner-wrap {
        display: flex;
        align-items: center;
    }

    .lightbox .text {
        width: 195px;
        margin: 0 1.5rem;
        display: block;
        text-align: right;
    }

    .lightbox h3 {
        color: RGBA(151,151,151,.93);
        font-size: 18px;
        line-height: 32px;
        font-style: italic;
    }

    .lightbox.colour-light h4 {
        color: #fff;
    }

    .lightbox h4 {
        font-size: 12px;
        line-height: 1.2em;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .lightbox .image {
        width: 113px;
        height: 113px;
    }

    .lightbox .image {
        border: 1px dotted RGBA(151,151,151,.93);
        border-radius: 999999px;
        display: block;
        position: relative;
    }

    .lightbox .bg {
        position: relative;
        display: block;
        width: 96px;
        height: 96px;
        margin: 8px auto;
    }

    .lightbox .bg {
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
        border-radius: 999999px;
    }

    .lightbox .play-btn {
        width: 54px;
        height: 54px;
        display: block;
        overflow: hidden;
        position: absolute;
        border-radius: 999999px;
        right: 0;
        bottom: 0;
        transform: translate(25%,25%);
    }

        .lightbox .play-btn:before {
            background: #ea0029;
            content: "";
            width: 100%;
            height: 100%;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            position: absolute;
            opacity: .32;
        }

    .lightbox a:hover .play-btn .arrow {
        width: 100%;
        height: 100%;
    }

    .lightbox .play-btn .arrow {
        display: block;
        overflow: hidden;
        position: absolute;
        border-radius: 999999px;
        width: 39px;
        height: 39px;
        right: 0;
        bottom: 0;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        transition: all .3s ease-out;
    }

        .lightbox .play-btn .arrow:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 0 5px 8px;
            border-color: transparent transparent transparent #fff;
            z-index: 2;
        }

        .lightbox .play-btn .arrow:after {
            background: #ea0029;
            content: "";
            width: 100%;
            height: 100%;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            position: absolute;
        }

    .lightbox .text {
        display: block;
        text-align: right;
    }

.menu-item__wrapper span {
    margin: 0 auto 25px;
    vertical-align: middle;
    transition: color .3s;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    line-height: 1.24em;
    color: #FFFFFF78;
}

.footer__contact li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 10px 0;
}

.social-links a {
    padding: 10px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.47);
    border-radius: 24px;
    width: 42px;
    height: 42px;
    margin-right: 5px;
}

    .social-links a span {
        font-size: 21px;
        color: #FFFFFF78;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 21px;
        margin: 0 auto;
    }

.footer__copyright a, .footer__copyright p {
    padding: 10px 5px 10px 0;
    display: inline-block;
    color: #FFFFFF78;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.24em;
}

.col_links_foo {
    position: relative;
    display: block;
    padding: 40px 0;
    margin-bottom: 40px;
}

    .col_links_foo .progress_foo:first-of-type {
        position: absolute;
        top: 0;
    }

    .col_links_foo .progress_foo {
        opacity: .2;
    }

.progress_foo {
    position: relative;
    height: 1px;
    width: 100%;
    background: 0 0;
    top: 60px;
    opacity: .5;
}

    .progress_foo .progress-value {
        background: #fff;
        height: 1px;
        width: 100%;
    }

.col_links_foo .row_links_foo {
    display: flex;
    justify-content: space-between;
}

    .col_links_foo .row_links_foo a {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .06em;
        color: #fff;
        transition: all 1s ease;
    }

.progress-value {
    background: #fff;
    height: 2px;
    width: 100%;
}

.align {
    padding: 25px 0;
}

    .align > div {
        align-self: flex-start;
    }

.bordernone {
    border: none;
}

.menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 10px 0;
    text-transform: uppercase;
}

.copyright {
    text-align: right;
}
/* Footer */
.two_inner h1 {
    font-size: inherit;
    margin: .67em 0;
    color: #121212;
    font-weight: 700
}

.two_inner span i {
    font-size: 21px;
    color: #f3e820
}

.two_inner span {
    font-size: 18px;
    color: #121212
}

.contact-middle {
    position: relative;
    margin: 60px auto;
    overflow: visible;
    display: inline-block;
}

    .contact-middle > .elementor-row {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto
    }

        .contact-middle > .elementor-row > .address_box {
            width: 100%;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .contact-middle > .elementor-row > .address_box > .address_box_inset {
                transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
                margin: 0 auto;
                border-radius: 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;
                    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: 25px 0;
                    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 > .address-widget-container > .address-icon-list-item {
                        font-family: Raleway,sans-serif;
                        font-weight: 700;
                        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: 0 0 15px;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -webkit-transition: .4s;
                            transition: .4s;
                            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: left;
                                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: #121212;
                                    margin: 0;
                                    display: block
                                }

                                    .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: Raleway,sans-serif;
                                        font-size: 15px;
                                        line-height: 2em;
                                        font-weight: 500;
                                        color: #121212;
                                        padding: 8px 0 0;
                                        font-style: normal;
                                        display: block;
                                        -webkit-transition: .4s;
                                        transition: .4s
                                    }

                    .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: .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: Raleway,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: .4s;
                            transition: .4s
                        }

                            .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-button > a::before {
                                position: absolute;
                                content: "";
                                border-radius: inherit;
                                -webkit-transition: .4s;
                                transition: .4s;
                                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: #fff;
            box-shadow: 0 10px 35px 0 rgb(0 0 0 / 10%);
            transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
            padding: 50px 35px;
            overflow: visible;
            border-radius: 6px;
            position: relative
        }

            .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: Raleway,sans-serif;
                color: #101010;
                margin: 0 0 15px;
                font-size: 32px;
                font-weight: 900;
                line-height: 54px;
                text-align: center
            }

.book-appointment .form-group td {
    padding: 0 10px
}

    .book-appointment .form-group td label {
        padding-left: 10px;
        cursor: pointer
    }


.book-appointment .form-group .label {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0
}

.book-appointment .form-group select {
    padding: 12px;
    border-radius: 5px;
    background-color: #F8F5F3 !important;
    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 .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-box-shadow: 0 16px 32px 0 rgb(32 85 125 / 10%);
    box-shadow: 0 16px 32px 0 rgb(32 85 125 / 10%)
}

.book-appointment .form-group .form-control {
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #F8F5F3 !important;
    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 .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-box-shadow: 0 16px 32px 0 rgb(32 85 125 / 10%);
    box-shadow: 0 16px 32px 0 rgb(32 85 125 / 10%)
}


    .book-appointment .form-group .form-control:active,
    .book-appointment .form-group .form-control:focus,
    .book-appointment .form-group select:active,
    .book-appointment .form-group select:focus {
        border-color: #121212 !important;
        color: #555;
        background-color: #fff;
        outline: 0;
        -webkit-box-shadow: 0 0 0 .2rem rgb(0 123 255 / 25%);
        box-shadow: 0 0 0 .2rem rgb(0 123 255 / 25%)
    }

    .book-appointment .form-group .form-control::placeholder {
        color: #000;
        opacity: 1
    }

    .book-appointment .form-group .form-control:-ms-input-placeholder {
        color: #000
    }

    .book-appointment .form-group .form-control::-ms-input-placeholder {
        color: #000
    }

.book-appointment .form-group svg {
    position: absolute;
    top: 15px;
    right: 25px;
    color: var(--colorone);
    font-size: 12px
}


.book-appointment textarea.form-control {
    height: 150px !important
}


.book-appointment .form-group > .btn {
    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: 15px 25px;
    font-size: 14px;
    transition: .2s ease-in-out;
    border-radius: 5px !important;
    margin-bottom: 0.75rem !important;
    width: 100%;
}


    .book-appointment .form-group > .btn:hover {
        background-color: #121212;
        border-color: #121212;
        transform: translateY(-.15rem);
        box-shadow: 0 .25rem .75rem rgb(30 34 40 / 15%);
        color: #fff
    }

.book-appointment h1 {
    font-size: 16px;
    line-height: normal;
    color: #f3e820;
    padding: 1em 0;
    text-transform: uppercase;
}

.book-appointment h2 {
    font-size: 50px;
    font-weight: 200;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 50px;
}
/*
.book-appointment > div > div {
    padding: 0;
}*/

.referans-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center
}

    .referans-item * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .referans-item img {
        max-width: 100%;
        width: 100%;
        padding: 15px
    }

    .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,.3);
        background: #fff
    }

        .referans-item div:after, .referans-item div:before {
            content: '';
            width: 50px;
            height: 50px;
            background: rgba(205,45,56,.4);
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transition: .3s ease-in-out;
            transition: .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
    }

    .galeri-item.hover img, .galeri-item:hover img, .referans-item.hover img, .referans-item:hover img {
        opacity: .3;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }

    .referans-item.hover div:after, .referans-item.hover div:before, .referans-item:hover div:after, .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)
    }

.grid-galeri {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.galeri-item {
    position: relative;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%)
}

    .galeri-item img {
        opacity: .8;
        -webkit-transition: opacity .35s;
        transition: opacity .35s;
        width: 100%;
        height: 100%
    }

    .galeri-item figcaption {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

        .galeri-item figcaption > div {
            height: 100%;
            overflow: hidden;
            width: 100%;
            position: relative
        }

    .galeri-item .icons, .galeri-item h2, .galeri-item h3 {
        margin: 0;
        position: absolute;
        left: 45%;
        top: 45%;
        padding: 0;
        -webkit-transition: .6s;
        transition: .6s
    }

.snip1580 a, .snip1580 figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.galeri-item h2 {
    font-weight: 700;
    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: #fff;
        text-decoration: none;
        font-size: 32px;
        opacity: 1
    }

        .galeri-item .icons a:hover {
            opacity: 1;
            cursor: pointer
        }

.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)
}

.ekibekatil-banner .form-group .form-control {
    padding: 15px;
    border-radius: 0;
    background-color: transparent;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid #f3e820;
    height: 45px;
    color: #f3e820;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: block;
    width: 100%;
    font-weight: 700;
    line-height: 1.5;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-box-shadow: 0 16px 32px 0 rgb(32 85 125 / 10%);
    box-shadow: 0 16px 32px 0 rgb(32 85 125 / 10%)
}

    .ekibekatil-banner .form-group .form-control:active, .ekibekatil-banner .form-group .form-control:focus {
        border-color: #b44026 !important;
        color: #f3e820;
        background-color: #fff;
        outline: 0;
        -webkit-box-shadow: 0 0 0 .2rem rgb(0 123 255 / 25%);
        box-shadow: 0 0 0 .2rem rgb(0 123 255 / 25%)
    }

    .ekibekatil-banner .form-group .form-control::placeholder {
        color: #000;
        opacity: 1
    }

    .ekibekatil-banner .form-group .form-control:-ms-input-placeholder {
        color: #000
    }

    .ekibekatil-banner .form-group .form-control::-ms-input-placeholder {
        color: #000
    }

.step-btn {
    max-width: 100%;
    width: 100%;
    max-height: 150px;
    height: 150px;
    display: block;
    position: relative;
    z-index: 1;
    background-color: #f3e820;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    overflow: hidden;
    margin: 0;
    border-radius: 0;
    color: #000;
    font-size: 18px
}

.cv-group {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    background: #2b2e36;
    height: 56px;
    margin-top: 5px
}

    .cv-group > .normaltext {
        text-align: center;
        display: block;
        font-weight: 500;
        font-size: 14.5px;
        line-height: 1.79;
        color: #fff
    }

    .cv-group > .normaltext2 {
        text-align: center;
        display: block;
        font-size: 12.5px;
        letter-spacing: .13px;
        color: #686d79;
        font-weight: 500
    }

    .cv-group input[type=file] {
        color: #fff;
        width: 100%;
        height: 100%;
        background: 0 0;
        overflow: hidden;
        position: absolute;
        opacity: 0;
        cursor: pointer
    }

.snip1580 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 5px;
    width: 24%;
    background-color: #f3e820000;
    color: #fff;
    text-align: left;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0,0,0,.15)
}

    .snip1580 * {
        -webkit-transition: .35s;
        transition: .35s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .snip1580 img {
        max-width: 100%;
        vertical-align: top
    }

    .snip1580 figcaption {
        top: 0;
        padding: 20px;
        background-color: rgba(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 {
        top: 0
    }

    .snip1580.hover figcaption, .snip1580:hover figcaption {
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        background-color: #fff
    }

    .snip1580.hover h3, .snip1580.hover h5, .snip1580:hover h3, .snip1580:hover h5 {
        color: #333
    }

.call-now-button {
    z-index: 999;
    clear: both;
    margin: 0 auto;
    position: fixed;
    border-radius: 50px;
    bottom: 5%;
    right: 5%;
    background: 0 0
}

.quick-alo-ph-circle-fill.active, .quick-alo-ph-circle.active {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    opacity: 1;
    position: absolute
}

.call-now-button div {
    display: flex;
    cursor: pointer
}

    .call-now-button div a {
        z-index: 1;
    }

        .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;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,.4);
    -webkit-animation: 1.2s ease-in-out infinite quick-alo-circle-anim;
    -moz-animation: 1.2s ease-in-out infinite quick-alo-circle-anim;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: 1.2s ease-in-out infinite quick-alo-circle-anim;
    animation: 1.2s ease-in-out infinite quick-alo-circle-anim;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    transform-origin: 50% 50%
}

.quick-alo-ph-circle-fill.active {
    width: 80px;
    height: 80px;
    top: -15px;
    left: -15px;
    background-color: #f3e820;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: 2.3s ease-in-out infinite quick-alo-circle-fill-anim;
    -moz-animation: 2.3s ease-in-out infinite quick-alo-circle-fill-anim;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: 2.3s ease-in-out infinite quick-alo-circle-fill-anim;
    animation: 2.3s ease-in-out infinite quick-alo-circle-fill-anim;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    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) center center no-repeat;
    -webkit-animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
    -moz-animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
    animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
    -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 ani-rotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@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%,100% {
        -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
    }
}

@keyframes quick-alo-circle-img-anim {
    0%,100%,50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
}

.cookie-popup {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 420px;
    max-width: 420px;
    border-radius: 16px;
    z-index: 999;
}

    .cookie-popup .cookies-service {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100vw;
        -webkit-animation: none !important;
        animation: none !important;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
        border-radius: 30px;
        position: relative;
        text-align: left;
        background: #FFFFFF;
        box-shadow: 0 4px 24px rgba(0,0,0,0.15), 0 2px 6px rgba(0,0,0,0.05);
        border: none;
    }

        .cookie-popup .cookies-service .cookie-inset {
            max-height: calc(80vh - 100px);
            overflow-y: auto;
            overflow-x: hidden;
            border-radius: 30px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            background: #FFFFFF;
            z-index: 100;
            position: relative;
        }

            .cookie-popup .cookies-service .cookie-inset .cookie-content {
                padding-bottom: 0;
                z-index: 100;
                position: relative;
                padding: 20px 20px 0;
                color: #2E2E2E;
                overflow: hidden;
            }

                .cookie-popup .cookies-service .cookie-inset .cookie-content .one {
                    position: relative;
                    margin-bottom: 10px;
                    padding-top: 4px;
                }

.cookie-img {
    z-index: -1;
    position: relative;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

    .cookie-img .illustrationimg {
        z-index: 100 !important;
        position: relative !important;
        max-width: auto !important;
        max-height: auto !important;
        object-fit: contain !important;
        border-style: none;
    }

.cookie-img2 {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

    .cookie-img2 .thumbprintimg {
        width: auto !important;
        max-width: none !important;
        position: absolute;
        left: auto;
        top: -70px;
        right: -60px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        border-style: none;
    }

.cook_head {
    display: block !important;
    margin: 0 0 8px 0 !important;
    font-size: 24px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    text-align: left !important;
    clear: none !important;
    background: transparent !important;
    height: auto !important;
    padding: 0 !important;
}

    .cook_head small {
        font-size: 70% !important;
        font-weight: 400 !important;
    }

    .cook_head span, .cook_head small {
        display: block !important;
        line-height: 1.25 !important;
    }

    .cook_head * {
        color: #1d1d1b !important;
    }

.CookieMessage, .CookieMessage p, .CookieMessage li {
    color: #1d1d1b;
    font-size: 12px;
}

    .CookieMessage, .CookieMessage p {
        margin: 0 0 10px;
    }

        .CookieMessage b, .CookieMessage strong {
            font-weight: bolder;
        }

.CookieMessageAlt {
    margin-top: 6px;
    font-size: 12px;
    margin-bottom: 12px;
}

    .CookieMessageAlt a {
        background-color: transparent;
        color: #1d1d1b;
    }

.CookieMessageAltMetin {
    z-index: 300;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

    .CookieMessageAltMetin a {
        background: none;
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 4px 10px;
        -webkit-text-decoration: none;
        text-decoration: none;
        color: #1d1d1b;
        border: none;
        border-radius: 8px 8px 0 0;
        white-space: nowrap;
        -webkit-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
        font-size: 11px !important;
        font-weight: 400;
        cursor: help;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .CookieMessageAltMetin a > span {
            margin: 5px auto;
            font-size: 11px !important;
            line-height: 1;
            font-weight: 400;
            -webkit-letter-spacing: 0.025em;
            -moz-letter-spacing: 0.025em;
            -ms-letter-spacing: 0.025em;
            letter-spacing: 0.025em;
        }

.button-cookie {
    z-index: 200 !important;
    position: relative !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    width: 100% !important;
    border-top: 1px solid #f0f2f6 !important;
}

    .button-cookie > .button-cook:not(:last-child) {
        border-right: 1px solid #f0f2f6 !important;
    }

    .button-cookie > .button-cook:first-of-type {
        border-bottom-left-radius: 30px !important;
    }

    .button-cookie > .button-cook:last-of-type {
        border-bottom-right-radius: 30px !important;
    }

    .button-cookie > .button-cook {
        -webkit-flex: 1 1 100% !important;
        -ms-flex: 1 1 100% !important;
        flex: 1 1 100% !important;
    }

.two-btn, .one-btn {
    outline: none !important;
    border: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
    text-transform: none !important;
    text-overflow: unset !important;
    background: none !important;
    overflow: unset !important;
    position: relative !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    min-width: auto !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 12px 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    -webkit-letter-spacing: 0 !important;
    -moz-letter-spacing: 0 !important;
    -ms-letter-spacing: 0 !important;
    letter-spacing: 0 !important;
    border-radius: 0 !important;
    color: #1d1d1b !important;
    background-color: #FFFFFF !important;
    cursor: pointer !important;
    -webkit-transition: all 0.15s ease !important;
    transition: all 0.15s ease !important;
    box-shadow: 0 0 0 0 inset rgba(0,0,0,0) !important;
}

    .two-btn:hover {
        color: #1d1d1b !important;
        background-color: #f0f2f6 !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    .one-btn:hover {
        color: #ffffff !important;
        background-color: #0089ff !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

.laptop, .urunlersidebar a.collapsed .fa-angle-down, .urunlersidebar a.collapsed ~ .fa-angle-down {
    display: block !important
}

.mobile, .urunlersidebar a.collapsed .fa-angle-up, .urunlersidebar a.collapsed ~ .fa-angle-up {
    display: none !important
}
/* Kurumsal Alan 1 */
.about-us-sction.whiteback {
    padding-bottom: 70px;
    background-color: #fff;
    padding-top: 120px;
}

.about-us-sction {
    padding-bottom: 70px;
    background-color: #F3F3F3;
    padding-top: 120px;
}

    .about-us-sction .images-outer {
        max-width: 716px;
        padding-right: 40px;
    }

    .about-us-sction .images {
        margin-left: -25px;
        margin-right: -25px;
    }

    .about-us-sction .images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        z-index: 2;
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
        position: relative;
    }

        .about-us-sction .images::before {
            content: "";
            position: absolute;
            width: 1em;
            height: 1em;
            border-radius: 50%;
            display: block;
            -webkit-mask-image: url(../img/dotated-circle.svg);
            mask-image: url(../img/dotated-circle.svg);
            -webkit-mask-size: contain;
            mask-size: contain;
            -webkit-mask-position: center;
            mask-position: center;
            background-color: #ea2c20;
            position: absolute;
            -webkit-transform: translate(-25%,20%);
            transform: translate(-25%,20%);
            top: 0;
            left: 60%;
            z-index: -1;
            font-size: 300px;
        }

        .about-us-sction .images .image-wrapper {
            padding: 25px;
            position: relative;
        }

            .about-us-sction .images .image-wrapper:nth-child(1) {
                width: 60%;
            }

            .about-us-sction .images .image-wrapper:nth-child(2) {
                width: 40%;
                margin-top: auto;
                -webkit-transform: translateY(30%);
                transform: translateY(30%);
            }

            .about-us-sction .images .image-wrapper:nth-child(3) {
                width: 33%;
                margin-right: 38%;
                margin-left: auto;
            }

            .about-us-sction .images .image-wrapper:nth-child(1)::before {
                content: "";
                padding: 0 0 26%;
                width: 25%;
                border-radius: 50%;
                background-color: #f3e820;
                left: 0;
                bottom: 0;
                position: absolute;
                -webkit-transform: translate(-15%,15%);
                transform: translate(-15%,15%);
                z-index: -1;
            }

            .about-us-sction .images .image-wrapper img {
                width: 100%;
                height: auto;
                display: block;
                border-radius: 19px;
            }

            .about-us-sction .images .image-wrapper:nth-child(2)::after {
                width: 121px;
                border-width: 0 0 50px 50px;
                height: 121px;
                border-radius: 0 0 0 120px;
                left: 25px;
                bottom: 25px;
            }

            .about-us-sction .images .image-wrapper:nth-child(2)::after {
                content: "";
                width: 90px;
                height: 90px;
                border-width: 0 0 40px 40px;
                border-style: solid;
                border-color: #ea2c20;
                display: block;
                position: absolute;
                left: 15px;
                bottom: 15px;
                border-radius: 0 0 0 90px;
                -webkit-transform: translate(25%,55%);
                transform: translate(25%,55%);
                z-index: 2;
            }

.max-right-676 {
    width: 100%;
    max-width: 716px;
    padding-left: 40px;
    margin-left: auto;
}

.title-type-1 {
    position: relative;
    z-index: 1;
}

.about-us-sction .text h2 {
    color: #000;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.title-type-1 h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transform: translate(-50%,-40%);
    transform: translate(-50%,-40%);
    z-index: -1;
    width: 195px;
    height: 195px;
    border-width: 50px;
    border: 1em solid #EBEBEB;
}

.about-us-sction .text p {
    margin-bottom: 25px;
    z-index: 2;
    position: relative;
}

.about-us-sction > div > .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kurumsal-area > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kurumsal-sol {
    position: relative;
    padding: 90px 120px 90px 10px;
}

    .kurumsal-sol.normal {
        position: relative;
        padding: 25px 0;
    }

    .kurumsal-sol h6 {
        margin: 0em 0em 1em 0em;
        margin-top: 0;
        margin-bottom: 0.5em;
        vertical-align: middle;
        transition: color .3s;
        position: relative;
        color: #000;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5em;
    }

    .kurumsal-sol h2 {
        margin-top: 0;
        margin-bottom: 0.5em;
        vertical-align: middle;
        transition: color .3s;
        position: relative;
        color: #000;
        font-size: 40px;
        font-weight: 700;
        line-height: 1.24em;
    }

        .kurumsal-sol h2.top {
            margin-top: 25px;
        }

    .kurumsal-sol p {
        margin-top: 0;
        margin-bottom: 0.5em;
        vertical-align: middle;
        transition: color .3s;
        position: relative;
        display: block;
    }

    .kurumsal-sol.padding-other1 {
        padding: 0px 120px 0 40px;
    }

.kurumsal-sag {
    padding: 0% 8%;
}

    .kurumsal-sag > .widget-wrap-sag {
        background-color: #FFFFFF;
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 30px 50px 50px 50px;
        border-radius: 5px 5px 5px 5px;
    }

    .kurumsal-sag.padding-other2 {
        padding: 0% 45px 0 8%;
    }

    .kurumsal-sag.padding-other3 {
        padding: 0% 8% 0% 4%;
    }

.kurumsal-sol.padding-other4 {
    padding: 40px 4% 40px 0;
}

.image-1 img, .image-2 img {
    border-radius: 8px;
}

.image-2 {
    margin: -42% -41% 0% 34%;
}

.p120 {
    padding: 120px 0;
}

.border-area {
    border-radius: 500px;
    padding: 35px 0px 35px 0px;
    border: 1px solid #EDEDED;
    margin: 50px auto;
}

    .border-area > div {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .border-area .num {
        width: 44px;
        height: 44px;
        border: 2px solid #f8f9fd;
        border-radius: 24px;
        background-color: #FFFFFF;
        font-size: 18px;
        font-weight: 700;
        color: #000;
        transition: color .3s,background .3s,border-color .3s;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .border-area .num:after {
            display: flex;
            z-index: 1;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

    .border-area > div:hover .num {
        color: #fff;
        background: #f3e820;
        transition: color .3s,background .3s,border-color .3s;
    }

.lqd-num {
    margin-inline-end: 1.5rem;
    font-size: 65px;
    line-height: 1;
    color: #373c36;
    flex: 0 0 auto;
    position: relative;
}

.border-area h3 {
    font-size: 16px;
    letter-spacing: 0px;
    color: #112446;
    line-height: 1.5em;
}

.yorum {
    background-position: center center;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 150px 0px 150px 0px;
    position: relative;
    height: 65vh;
}

    .yorum .background-overlay {
        background-color: transparent;
        background-image: linear-gradient(115deg, #184341 48%, #F2295B00 82%);
        opacity: 1;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }

.yorum-qute {
    position: absolute;
    left: 10%;
    top: 15%;
}

.yorum-area {
    padding: 10px;
}

.background-yorum {
    position: relative;
    width: 50%;
    margin: 0% 30% 0% 10%;
}

    .background-yorum h2 {
        margin-top: 0;
        margin-bottom: 0.5em;
        vertical-align: middle;
        transition: color .3s;
        position: relative;
        color: #f3e820;
        font-size: 40px;
        font-weight: 700;
        line-height: 1.24em;
    }

.testimonial-content {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    line-height: normal;
    color: #fff;
}

    .testimonial-content .author-footer {
        color: #fff;
        opacity: .5;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5em;
        margin: 1em 0 0.5em;
    }

.col-20 {
    position: relative;
    width: 20%;
    cursor: pointer;
    float: left;
}

    .col-20 .inset {
        padding: 10px;
    }

        .col-20 .inset .iwset {
            padding: 75px 0px 25px 0px;
            background-color: #F7F8FA;
            border-radius: 5px 5px 5px 5px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            transition-property: all;
            transition-duration: .3s;
            transition-timing-function: ease;
        }

        .col-20 .inset:hover .iwset {
            background-color: #f3e820;
            transition-property: all;
            transition-duration: .3s;
            transition-timing-function: ease;
        }

        .col-20 .inset .iwset .iconbox {
            text-align: center;
            align-items: center;
            transition: box-shadow .3s ease,background .3s ease;
            position: relative;
            flex-grow: 1;
            flex-direction: column;
            display: flex;
        }

            .col-20 .inset .iwset .iconbox .btn {
                --icon-font-size: 16px;
                color: #FFFFFF;
                fill: #FFFFFF;
                margin-top: 1.5em;
                font-size: 15px;
                font-weight: 700;
                border-radius: 4px 4px 4px 4px;
                width: auto;
            }

                .col-20 .inset .iwset .iconbox .btn .btn-txt {
                    transition: transform .6s .125s cubic-bezier(.1,.75,.25,1);
                    text-decoration: inherit;
                    position: relative;
                    z-index: 3;
                }

            .col-20 .inset .iwset .iconbox .btn-hover-swp .btn-icon {
                text-decoration: none;
                transition: opacity .4s .25s,transform .6s .25s;
                transition-timing-function: cubic-bezier(.1,.75,.25,1);
            }

            .col-20 .inset .iwset .iconbox .btn-icon {
                opacity: 0;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                margin-top: var(--icon-mt);
                margin-inline-end: var(--icon-me);
                margin-bottom: var(--icon-mb);
                margin-inline-start: var(--icon-ms);
                transition: all .3s,color .125s,box-shadow .3s,border .3s,opacity .25s,transform .5s;
            }

                .col-20 .inset .iwset .iconbox .btn-icon svg {
                    font-size: var(--icon-font-size);
                    letter-spacing: 0;
                }

                .col-20 .inset .iwset .iconbox .btn-icon + .btn-icon, .col-20 .inset .iwset .iconbox .btn-icon + .btn-icon {
                    position: absolute;
                    top: auto;
                    left: 0;
                }

            .col-20 .inset .iwset .iconbox h3 {
                font-size: 16px;
                margin: 0px 0px 1px 0px;
                line-height: 1em;
                transition-property: all;
                transition-duration: .3s;
                transition-timing-function: ease;
                opacity: 1;
                transform: translate(0px, 0px);
                transition-property: all;
                transition-duration: .3s;
                transition-timing-function: ease;
            }

        .col-20 .inset .iwset .iconbox {
            transition-property: all;
            transition-duration: .3s;
            transition-timing-function: ease;
            opacity: 1;
            transform: translate(0px, 0px);
        }

            .col-20 .inset .iwset .iconbox .iconbox-icon-wrap {
                transition-property: all;
                transition-duration: .3s;
                transition-timing-function: ease;
                opacity: 1;
                transform: translate(0px, 0px);
                margin-bottom: 15px;
            }

                .col-20 .inset .iwset .iconbox .iconbox-icon-wrap img {
                    width: 52px;
                }

            .col-20 .inset .iwset .iconbox:hover h3,
            .col-20 .inset .iwset .iconbox:hover .iconbox-icon-wrap {
                transform: translate(0px, -25px);
                transition-duration: .3s;
                transition-timing-function: ease;
                color: #FFFFFF;
                fill: #FFFFFF;
            }

            .col-20 .inset .iwset .iconbox:hover .btn-icon {
                opacity: 1;
                transform: translate(0px, -25px);
                transition-duration: .3s;
                transition-timing-function: ease;
            }

            .col-20 .inset .iwset .iconbox:hover .iconbox-icon-wrap img {
                filter: invert(1);
            }

.buton-up {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 15px 15px 15px 15px;
    text-align: center;
    padding: 40px 40px 45px 40px;
    background-color: #FFFFFF;
    max-width: 475px;
}

    .buton-up h1 {
        margin-top: 0;
        margin-bottom: 0.5em;
        vertical-align: middle;
        transition: color .3s;
        position: relative;
        color: #000;
        font-size: 40px;
        font-weight: 700;
        line-height: 1.24em;
    }

    .buton-up h2 {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
        vertical-align: middle;
        transition: color .3s;
        position: relative;
        display: block;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        line-height: normal;
        color: #333;
    }

.back-section {
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 95px 0px 95px 0px;
    position: relative;
    height: 475px;
}

    .back-section .background-overlay {
        background-color: #000000;
        opacity: 0.3;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }

    .back-section .background-text .background-column h2 {
        font-size: 42px;
        color: #FFFFFF;
        margin-top: 0;
        margin-bottom: 0.5em;
        vertical-align: middle;
        transition: color .3s;
        position: relative;
        text-align: center;
    }

        .back-section .background-text .background-column h2 strong {
            color: #f3e820;
        }

.product {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

    .product h2 {
        padding: 8rem 0 0rem;
        font-size: 4.8rem;
        line-height: 1.26;
        letter-spacing: -.1rem;
        font-weight: 700;
        color: #000;
    }

.home-part__marquee {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 10rem 0;
}

.home-part__marquee-wrapper.--left {
    justify-content: end;
}

.home-part__marquee-wrapper {
    will-change: transform;
    flex-wrap: nowrap;
    align-items: stretch;
    display: flex;
    width: calc(150px * 20);
    animation: marquee 20s linear infinite;
    justify-content: space-between;
}

    .home-part__marquee-wrapper.--right {
        justify-content: start;
        margin-bottom: -1px;
    }

.home-part__marquee-item {
    display: flex;
    align-items: stretch;
    justify-content: start;
    flex-wrap: nowrap;
}

.home-part__marquee-wrapper.rtl {
    will-change: transform;
    flex-wrap: nowrap;
    align-items: stretch;
    display: flex;
    width: calc(150px * 20);
    animation: marquee2 20s linear infinite;
    justify-content: space-between;
}

.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.elementor-shape-bottom svg {
    height: 215px;
}

.elementor-shape[data-negative=false].elementor-shape .lqd-custom-shape {
    transform: translateX(-50%) rotate(180deg);
}

.elementor-shape-bottom:not([data-negative=true]) svg {
    z-index: -1;
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.elementor-14 .elementor-element.elementor-element-3c24c79 > .elementor-shape-bottom .elementor-shape-fill {
    fill: #FFFFFF;
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.elementor-14 .elementor-element.elementor-element-7bcedfb {
    left: 0px;
}

.elementor-14 .elementor-element.elementor-element-7bcedfb {
    --display: flex;
    --content-width: 100%;
    --min-height: 350px;
    --overlay-transition: 0.3s;
    --position: absolute;
    bottom: 0px;
    --z-index: 0;
}

.e-container .elementor-shape-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.elementor-shape-bottom {
    bottom: -1px;
}

.bottomother {
    bottom: -80px;
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.elementor-14 .elementor-element.elementor-element-7bcedfb > .elementor-shape-bottom .elementor-shape-fill {
    fill: #FFFFFF14;
}

.elementor-14 .elementor-element.elementor-element-7bcedfb .elementor-shape-bottom .elementor-shape-fill:nth-child(2) {
    fill: #FFFFFF03;
    fill-opacity: 1 !important;
    opacity: 1 !important;
}

.elementor-14 .elementor-element.elementor-element-7bcedfb .elementor-shape-bottom .elementor-shape-fill:nth-child(3) {
    fill: #FFFFFF08;
    fill-opacity: 1 !important;
    opacity: 1 !important;
}

.elementor-14 .elementor-element.elementor-element-7bcedfb .elementor-shape-bottom .elementor-shape-fill:nth-child(4) {
    fill: #FFFFFF14;
    fill-opacity: 1 !important;
    opacity: 1 !important;
}

.content-alt {
    margin-top: 0;
    margin-bottom: 50px;
    vertical-align: middle;
    transition: color .3s;
    position: relative;
    display: block;
    color: #000;
}

.elips-sol {
    position: absolute;
    left: -130px;
    top: 0;
}

.elips {
    position: absolute;
    right: -130px;
    top: 15%;
}

.ref-area {
    position: relative;
    overflow: hidden;
    margin: 120px auto;
    padding: 50px 0 120px;
}

.margin60 {
    margin: 0 auto;
    /*width: 60%;*/
}

.btn-ref {
    margin: 30px 0px 0px 0px;
}

    .btn-ref:hover, .btn-ref:focus {
        color: #fff;
        background-color: #f3e820;
        box-shadow: 0px 15px 55px 0px rgba(189.99999999999997, 183.99999999999997, 255, 0.22);
    }

.btn-ref {
    --icon-font-size: 1em;
    color: #ffffff;
    fill: #ffffff;
    background-color: #f3e8201F;
    border-radius: 8px 8px 8px 8px;
}

    .btn-ref:hover .btn-txt {
        transition-delay: .1s;
        transform: translateX(1.5em);
    }

    .btn-ref .btn-txt {
        margin-inline-start: -1em;
        transition: transform .6s .125s cubic-bezier(.1,.75,.25,1);
        text-decoration: inherit;
    }

.btn-icon, .btn-icon i, .btn-icon svg, .btn-txt {
    position: relative;
    z-index: 3;
}

.btn-ref:hover .btn-icon {
    opacity: 0;
}

.btn-ref:hover .btn-icon {
    transition-delay: 0s;
    transform: translateX(1em);
}

.btn-ref .btn-icon {
    text-decoration: none;
    transition: opacity .4s .25s,transform .6s .25s;
    transition-timing-function: cubic-bezier(.1,.75,.25,1);
}

.btn-ref {
    margin: 60px auto 0;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 50px;
    transition: background .3s,color .125s,box-shadow .3s,border .3s,opacity .25s,transform .5s;
}

    .btn-ref:hover .btn-icon + .btn-icon {
        opacity: 1;
        transform: translateX(0);
        transition-delay: .225s;
    }

    .btn-ref .btn-icon + .btn-icon {
        display: inline-flex;
        order: -2;
        margin-inline-start: var(--icon-me);
        margin-inline-end: var(--icon-ms);
        opacity: 0;
        transform: translateX(-1em);
        transition-delay: 0s;
    }

.btn-icon svg {
    font-size: var(--icon-font-size);
    letter-spacing: 0;
}

.btn-icon, .btn-icon i, .btn-icon svg, .btn-txt {
    position: relative;
    z-index: 3;
}

.mb25 {
    margin-bottom: 75px;
}

.home-part__main-item {
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    border-color: rgb(0 0 0 / 10%);
    display: inline-block;
    padding: 45px 0px 45px 0px;
    text-align: center;
    opacity: .6;
    cursor: pointer;
    transition: all .3s;
    /*height: 15vh;*/
}

    .home-part__main-item:nth-child(4),
    .home-part__main-item:nth-child(8) {
        border-style: solid;
        border-width: 0px 0px 1px 0px;
        border-color: rgb(0 0 0 / 10%);
    }

    .home-part__main-item:nth-child(9),
    .home-part__main-item:nth-child(10),
    .home-part__main-item:nth-child(11) {
        border-style: solid;
        border-width: 0px 1px 0px 0px;
        border-color: rgb(0 0 0 / 10%);
    }

    .home-part__main-item:last-child {
        border-style: solid;
        border-width: 0px;
        border-color: rgb(0 0 0 / 10%);
    }

    .home-part__main-item:hover {
        opacity: 1;
    }

    .home-part__main-item img {
        max-width: 125px;
        /*filter: invert(1);*/
    }

@-moz-keyframes marquee {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(calc(-80px * 5));
    }
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(calc(-80px * 5));
    }
}

@-o-keyframes marquee {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(calc(-80px * 5));
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(calc(-80px * 5));
    }
}

@-moz-keyframes marquee2 {
    0% {
        transform: translateX(calc(-80px * 5));
    }

    100% {
        transform: translateX(0px);
    }
}

@-webkit-keyframes marquee2 {
    0% {
        transform: translateX(calc(-80px * 5));
    }

    100% {
        transform: translateX(0px);
    }
}

@-o-keyframes marquee2 {
    0% {
        transform: translateX(calc(-80px * 5));
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes marquee2 {
    0% {
        transform: translateX(calc(-80px * 5));
    }

    100% {
        transform: translateX(0px);
    }
}

.flipbox-column {
    position: relative;
    margin-bottom: 15px;
}

.flipbox-widget-wrap {
    /*padding: 15px;*/
    position: relative;
    cursor: pointer;
    transform-style: preserve-3d;
    transition-property: box-shadow,transform;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

    .flipbox-widget-wrap .flipbox-wrap {
        position: relative;
        background-color: var(--color-primary);
        justify-content: center;
        flex-direction: column;
        display: flex;
        align-items: center;
        border-radius: 4px;
        transition-property: box-shadow,transform;
        transition-duration: .6s;
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        border-radius: 12px;
    }

/*    .flipbox-widget-wrap:hover .flipbox-wrap {
        transform: rotateY(180deg);
        transform-origin: 50% 50% !important;
    }*/

.flipbox-face {
    background-size: cover;
    background-position: center;
    background-color: var(--color-primary);
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 60px;
    border-radius: 12px;
}

    .flipbox-face .lqd-overlay {
        background-color: transparent;
        background-image: linear-gradient(180deg, #181B3100 0%, #181B31A6 100%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 12px;
    }

    .flipbox-face .inner-bx {
        transform: translate3d(0,0,60px) scale(.85);
        min-height: inherit;
        border-radius: inherit;
        width: 100%;
    }

        .flipbox-face .inner-bx .spnax {
            margin: 0em 0em 2em 0em;
            background-color: #FFFFFF;
            border-radius: 4px 4px 4px 4px;
            display: inline-block;
        }

            .flipbox-face .inner-bx .spnax h4 {
                font-size: 16px;
                font-weight: 400;
                line-height: 1.24em;
                line-height: 1em;
                letter-spacing: 0.375px;
                margin: 0em 0em 0em 0em;
                padding: 0.5em 1em 0.5em 1em;
            }

        .flipbox-face .inner-bx h5 {
            font-size: 24px;
            line-height: 1em;
            color: #FFFFFF;
        }

/*.flipbox-widget-wrap:hover .flipbox-face {
    opacity: 0;
}*/

.flipbox-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    background-color: #f3e820;
    transform: rotateY(180deg) translateZ(1px);
    background-size: cover;
    background-position: center;
    flex-direction: column;
    display: flex;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .flipbox-back .lqd-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .flipbox-back .inner-bx-bt {
        padding: 40px 50px 40px 50px;
        transform: translate3d(0,0,60px) scale(.95);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

        .flipbox-back .inner-bx-bt .btn {
            font-weight: 700;
            color: #000;
            fill: #000;
            background-color: #FFFFFF;
            border-radius: 4px 4px 4px 4px;
            padding: 15px 25px;
            font-size: 14px;
        }

            .flipbox-back .inner-bx-bt .btn:hover {
                color: #FFFFFF;
                background-color: #f3e820;
            }

/*.flipbox-widget-wrap:hover .flipbox-back {
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}*/

.btn-up {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
}

.home-main {
    background-color: white;
    z-index: 1;
    position: relative;
}

    .home-main .container-fluid {
        padding: 0 8rem;
    }

    .home-main .row.first {
        display: flex;
        flex-wrap: wrap;
    }

.row.first .left {
    flex: 0 0 50%;
    padding: 120px 0;
}

.home-main:before {
    width: 50%;
    height: 50%;
    position: absolute;
    content: "";
    bottom: 135px;
    z-index: 1;
    background-image: url(../img/yapay-zeka-alt.png);
    background-position: top;
    background-size: cover;
}

.row.first .right {
    flex: 0 0 50%;
    padding: 120px 0px 120px 30px;
}

    .row.first .right h2 {
        font-size: 50px;
        font-weight: 200;
        letter-spacing: 0;
        color: #0C0C0C;
        margin-top: 0;
        margin-bottom: 50px;
    }

        .row.first .right h2 strong {
            font-size: 52px;
            font-weight: bold;
            letter-spacing: 0;
        }

    .row.first .right p {
        font-size: 16px;
        line-height: normal;
        color: #0C0C0C;
        padding: 1em 0;
    }

.op-primary-button {
    min-width: 200px;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    color: #1D1D1B !important;
    background-color: white;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    padding: 0px 10px 0 70px;
    height: 60px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
    backface-visibility: hidden !important;
    z-index: 9;
    margin-top: 50px;
}

    .op-primary-button.brown:before {
        background: #666666;
    }

    .op-primary-button:before {
        background: #f3e820;
    }

    .op-primary-button:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        transform: scaleX(0);
        transform-origin: 0 50%;
        transition: all 0.3s linear;
    }

    .op-primary-button.brown:after {
        background: url(../img/chevron-blanc.svg), #666666;
        background-position: center;
        background-repeat: no-repeat;
    }

    .op-primary-button:after {
        content: ' ';
        background: url(../img/chevron-blanc.svg), #f3e820;
        background-position: center;
        background-repeat: no-repeat;
        color: white;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        width: 60px;
    }

    .op-primary-button:hover:before,
    .op-primary-button.hover:before {
        transform: scaleX(1);
    }

    .op-primary-button.hover:hover:before {
        transform: scaleX(0);
    }

    .op-primary-button:hover,
    .op-primary-button.hover {
        color: white !important;
    }

        .op-primary-button.hover:hover {
            color: black !important;
        }

.line::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background: #f0f0f0;
}

.line::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: calc(50% - 1px);
    top: 0;
    background: #f0f0f0;
}

.line-3 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background: #f0f0f0;
}

.line-bottom {
    position: absolute;
    content: "";
    width: 6%;
    height: 1px;
    right: 47%;
    bottom: -15px;
    background: #ff0000;
}
/* Kurumsal Alan 1 */
/* Kurumsal Alan 2 */
.banner {
    padding: 60px 6rem;
}

    .banner .banner_first img {
        width: 100%;
        height: 660px;
        border-radius: 8px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 15%;
        object-position: 50% 15%;
    }

.up {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.banner .carding {
    height: 450px;
    background-color: #fff;
    border: 0.5px solid #e0e0e0;
    border-radius: 12px;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.4375rem 2.25rem 1.5rem;
    font-size: 1em;
    display: flex;
    position: relative;
}

    .banner .carding .card-top {
        flex-direction: column;
        flex: 1;
        align-items: flex-start;
        display: flex;
        margin-bottom: 3rem;
    }

    .banner .carding .card__circle-wrapper {
        margin: 3rem auto;
    }

.feature-image img {
    border-radius: 8px;
    -o-object-fit: inherit;
    object-fit: inherit;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    height: 320px;
}

.card__link {
    letter-spacing: .04em;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    font-size: 12px;
    line-height: normal;
    text-decoration: none;
    color: #000;
}

    .card__link i {
        padding-left: 10px;
    }

    .card__link:hover {
        opacity: .5;
    }
/* Kurumsal Alan 2 */
/* Kurumsal Alan 3 */

.parallx {
    padding: 0;
    width: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

    .parallx.in {
        width: 100%;
        background-repeat: no-repeat;
        height: 100vh;
        background-size: cover;
        background-blend-mode: overlay;
        background-color: #ffffffde;
        padding: 190px 25px 240px;
        min-height: calc(var(--vh,1vh) * 100);
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 1;
        position: relative;
    }

.parallaxImage {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: center;
    position: absolute;
    width: 100%;
    /*    background-blend-mode: overlay;
    background-color: rgba(0,0,0, .3);*/
}

.parallaxContent {
    width: 560px;
    height: 100vh;
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.parallx.in .parallaxContent {
    background-color: transparent;
}

.parallaxContent h1 {
    font-size: 16px;
    line-height: normal;
    color: #f3e820;
    padding: 1em 0;
    text-transform: uppercase;
}

.parallaxContent h2 {
    font-size: 50px;
    font-weight: 200;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 50px;
}

.parallaxContent p {
    font-size: 16px;
    line-height: normal;
    color: #0C0C0C;
    padding: 1em 0;
    margin-bottom: 50px;
}
/* Kurumsal Alan 3 */
/* Kurumsal Alan 4 */
.section {
    padding: 30px 0 90px;
    background-color: #fff;
    position: relative;
}

.base-container {
    flex-direction: column;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    position: relative;
}

.blog-grid {
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.blog-post-item {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

.blog-col {
    width: 100%;
    height: 100%;
    grid-row-gap: 80px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.blog-col--2 {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.blog-col--3 {
    width: 100%;
    height: 100%;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.blog-title-wrap {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

    .blog-title-wrap h2 {
        margin-top: 0;
        line-height: 1.1em;
        font-size: 50px;
        font-weight: 200;
        letter-spacing: 0;
        color: #000;
        margin-bottom: 50px;
    }

.owl-block {
    display: grid;
    overflow: hidden;
    position: relative;
}

.collection-blog-list, .collection-blog-list-wrapper {
    width: 100%;
    height: 100%;
}

.collection-blog-item {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.blog-container {
    height: 285px;
}

.blog-hero-img {
    width: 100%;
    height: 100%;
    background-position: 50% 20%;
    background-size: cover;
}

.preloader-wrapper-animation {
    z-index: 40;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0;
    right: 0%;
}

.blog-overlay {
    cursor: pointer;
    background-color: rgba(21, 27, 25, 0);
    background-image: linear-gradient(to top, rgba(21, 27, 25, .8), rgba(0, 0, 0, 0) 80%);
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.blog-category {
    cursor: pointer;
    height: 24px;
    color: #101010;
    background-color: #fff;
    border-radius: 4px;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700;
    transition-property: all;
    transition-duration: .35s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-content-wrap {
    width: 100%;
    overflow: hidden;
}

.blog-content {
    cursor: pointer;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    transform: translate(0, 55px);
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}

.blog-container:hover .blog-content {
    transform: translate(0px, -30px);
}

.blog-btn-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
}

.orange-link-wrapper {
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
    color: #f3e820;
    text-transform: uppercase;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3em;
    text-decoration: none;
    transition: color .3s;
}

.orange-link {
    color: #fff;
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3em;
}

.orange-line {
    width: 100%;
    height: 1px;
    background-color: #f3e820;
}

.data-blog-wrap {
    height: 30px;
    align-items: flex-end;
    display: flex;
    overflow: hidden;
}

.data-blog {
    margin-top: 0;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #f3e820;
    letter-spacing: .14em;
    text-transform: uppercase;
    line-height: 1.3em;
}

.top-preloader {
    height: 0%;
    width: 370px;
    background-color: #151b19;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.bottom-preloader {
    width: 370px;
    height: 0%;
    background-color: #151b19;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.blog-color-btn {
    height: 140px;
    background-color: #f3e820;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
}

.blog-btn-wrapper {
    z-index: 5;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.btn-print {
    z-index: 1;
    width: auto;
    height: 550px;
    object-fit: cover;
    position: absolute;
    top: auto;
    bottom: -100%;
    left: 30%;
    right: auto;
}

.white-link {
    color: #fff;
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.white-line {
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.blog-container.blog-item-2 {
    height: 100%;
}

.content-blog-wrap a {
    font-size: 16px;
    line-height: normal;
    color: #fff;
    padding: 1em 0;
}
/* Kurumsal Alan 4 */
/* Kurumsal Alan 5 */
.advantages {
    position: relative;
    overflow: hidden;
    padding-top: 5.5555555556rem;
    padding-bottom: 5.5555555556rem;
}

.advantages__content {
    position: relative;
}

.advantages .wrapper {
    position: relative;
    display: flex;
}

.advantages .container {
    padding: 4.1666666667rem 0;
    width: 50%;
    margin-top: 4.1666666667rem;
    flex-shrink: 1;
    position: relative;
    z-index: 2;
}

.advantages .field-block-image {
    margin-bottom: 4.1666666667rem;
    margin-right: -4.1666666667rem;
    position: relative;
    margin-top: 0;
    border-top-left-radius: 1.6666666667rem;
    border-bottom-left-radius: 1.6666666667rem;
    overflow: hidden;
}

.advantages .container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #FFFFFF;
    border-radius: 0 0.5555555556rem 0.5555555556rem 0;
    left: -25px;
    right: -60px;
    display: block;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.advantages .field-block-image img {
    width: 100%;
}

.advantages .field-block-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1.6666666667rem;
    background: #f3e820;
    z-index: 1;
    pointer-events: none;
}
/* Kurumsal Alan 5 */
/* Kurumsal Alan 6 */
.counter__area {
    overflow: hidden;
}

.pt-150 {
    padding-top: 50px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-110 {
    padding-bottom: 110px;
}

.counter__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter__item {
    width: 25%;
    min-width: 275px;
    height: 275px;
    border: 1px solid #f0f0f0;
    border-radius: 100%;
    margin-left: -35px;
    position: relative;
    overflow: hidden;
    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: center;
    -ms-flex-align: center;
    align-items: center;
}

    .counter__item:first-child {
        margin-left: 0;
    }

.counter__number {
    font-weight: 300;
    font-size: 50px;
    line-height: 1.1;
    color: #000;
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.counter__item span {
    display: inline-block;
}

.counter__item p {
    font-size: 20px;
    text-align: center;
    padding: 0;
    margin: 0;
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    position: relative;
    z-index: 1;
}
/* Kurumsal Alan 3 */
/* Kurumsal Alan 4 */
.brand__area {
    overflow: hidden;
}

    .brand__area .sec-title-wrapper {
        padding-bottom: 60px;
    }

.sec-sub-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.sec-title {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 60px;
    line-height: 1;
    color: #121212;
}

.brand__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    z-index: 1;
    margin-left: 1px;
}

.brand__item {
    padding: 40px;
    text-align: center;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

/* Kurumsal Alan 6 */
/* Kurumsal Alan 7 */
.corporate-main {
    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;
}

    .corporate-main .contant-main {
        margin: 0 20%;
        padding: 0 0 22px;
        text-align: center;
    }

        .corporate-main .contant-main h2 {
            letter-spacing: 0;
            margin-bottom: 25px;
            color: #121212;
            line-height: inherit;
            font-size: 52px;
            font-weight: bold;
        }

        .corporate-main .contant-main p {
            font-size: 16px;
            line-height: normal;
            color: #0C0C0C;
            padding: 1em 0;
            margin-bottom: 50px;
        }

.contant-main-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 0 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .contant-main-flex .iconn-main {
        margin: 0 0 40px;
        padding: 40px 51px 40px 20px;
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0 0 40px 0 rgba(0,0,0,.08);
        display: flex;
        align-items: center;
        justify-content: center;
    }

.image-box-content h5 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #f3e820;
}

.image-box-content p {
    font-size: 16px;
    line-height: normal;
    color: #0C0C0C;
    padding: 1em 0 0;
}
/* Kurumsal Alan 7 */
/* Ürün Detay */
.sag-cont {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    box-shadow: 0px 0px 0px 0px !important;
    padding-top: 101px !important;
    padding-bottom: 62px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    text-align: center;
}

    .sag-cont h5 {
        font-size: 26px;
        color: #222222;
        line-height: 35px;
        text-align: center;
        margin: 35px auto;
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .sag-cont p {
        margin-top: 30px;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #333;
    }

.right-center {
    width: 142px;
    background: #fff;
    border-radius: 20px 0 0 20px;
    position: fixed;
    right: 0;
    bottom: 25%;
    z-index: 9999;
}

    .right-center:before {
        content: "";
        width: 200px;
        height: 300px;
        background: url('../img/right-center.png') center no-repeat;
        background-size: 100%;
        position: absolute;
        right: 0;
        top: -130px;
        z-index: -1;
    }

    .right-center .btn1 {
        background: #000;
        border-radius: 20px 0 0 0;
        color: #fff;
    }

    .right-center .btn2 {
        background: #fff;
        border: 1px solid #000;
        border-radius: 0 0 0 20px;
        color: #000;
    }

    .right-center a {
        font-size: 16px;
        text-align: center;
        line-height: 40px;
        font-weight: 500;
        display: block;
        overflow: hidden;
        cursor: pointer;
    }

    .right-center span {
        position: absolute;
        left: -64px;
        top: -84px;
        animation: widthmove 4s linear infinite;
        width: 100px;
        overflow: hidden;
    }

        .right-center span i {
            font-style: normal;
            width: 100px;
            height: 45px;
            background: url(../img/bg1.png) no-repeat center top;
            display: block;
            font-size: 12px;
            line-height: 16px;
            color: #000000;
            padding: 7px 15px 0px 9px;
        }

@keyframes widthmove {
    0%,50% {
        width: 0px;
        left: 0px
    }

    60%,100% {
        width: 100px;
        left: -81px
    }
}

@-webkit-keyframes widthmove {
    0%,50% {
        width: 0px;
        left: 0px
    }

    60%,100% {
        width: 100px;
        left: -81px
    }
}

.pdflink li {
    display: inline-block;
    margin: 5px 10px 5px 0;
}

    .pdflink li a img {
        filter: invert(1);
    }

.banner-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .banner-wrap .banner {
        position: relative;
        font-size: 0;
        padding: 140px 8rem;
    }

        .banner-wrap .banner .banner-lr {
            padding-bottom: 30px;
        }

        .banner-wrap .banner .banner-left {
            width: 53.35938%;
            display: inline-block;
            vertical-align: middle;
            padding-right: 5%;
            position: relative;
        }

        .banner-wrap .banner .banner-right {
            width: 44.29688%;
            display: inline-block;
            vertical-align: middle;
            margin-left: 2%;
            overflow: hidden;
        }

        .banner-wrap .banner .banner-left img {
            width: 100%;
            display: block;
            max-width: 100% !important;
            height: auto !important;
            border: 0;
            vertical-align: middle;
        }

        .banner-wrap .banner .banner-right h1 {
            font-size: 50px;
            line-height: 1.15;
            color: #fff;
            position: relative;
            z-index: 2;
        }

            .banner-wrap .banner .banner-right h1:after {
                content: '';
                z-index: -1;
                position: absolute;
                left: -6px;
                bottom: 0;
                width: 40.38801%;
                height: 11px;
                background: #f3e820;
            }

        .banner-wrap .banner .banner-right .materials {
            margin: 32px 0 24px 0;
            color: #fff;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
        }

            .banner-wrap .banner .banner-right .materials p {
                margin-top: 18px;
            }

            .banner-wrap .banner .banner-right .materials span {
                font-weight: bold;
            }

        .banner-wrap .banner .banner-right .consult p {
            color: #fff;
            font-size: 16px;
            line-height: 1;
            font-weight: lighter;
        }

            .banner-wrap .banner .banner-right .consult p span {
                font-weight: bold;
            }

        .banner-wrap .banner .banner-right .consult .btns {
            margin: 38px 0 45px;
            display: flex;
        }

        .banner-wrap .banner .banner-right .consult .plant {
            color: #fff;
        }

        .banner-wrap .banner .banner-right .consult .btns a:first-child {
            margin-right: 27px;
        }

        .banner-wrap .banner .banner-right .consult .btns a {
            float: left;
            width: 30%;
            border: 1px solid #fff;
            color: #fff;
            font-size: 16px;
            line-height: 1;
            font-weight: bold;
            padding: 15px 0;
            text-align: center;
            border-radius: 30px;
            transition: .3s;
            cursor: pointer;
        }

            .banner-wrap .banner .banner-right .consult .btns a:hover {
                background: url('../img/chat-bg.png') no-repeat;
                background-size: cover;
                transition: .3s;
            }

        .banner-wrap .banner .banner-right .consult .plant > p {
            font-size: 18px;
            line-height: 1;
            font-weight: 500;
            color: #fff;
        }

            .banner-wrap .banner .banner-right .consult .plant > p a {
                padding-left: 48px;
                background: url(../img/ban_email.png) left center no-repeat;
                width: 32px;
                height: 32px;
                color: #fff;
                text-decoration: underline;
                font-weight: bold;
                display: flex;
                align-items: center;
            }

                .banner-wrap .banner .banner-right .consult .plant > p a:hover {
                    color: #fff;
                }

.intro {
    position: relative;
    padding: 0 8rem;
}

    .intro .brief {
        background: url(../img/brief-bg.jpg) no-repeat center;
        background-size: cover;
        border-radius: 60px;
        width: 100%;
        margin: -90px auto 0;
        padding-top: 40px;
        padding-bottom: 50px;
        box-shadow: 0 0 50px rgba(23,37,50,0.1);
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

        .intro .brief .content {
            padding: 0 0 0 25px;
        }

            .intro .brief .content .text {
                float: left;
                width: 50%;
            }

            .intro .brief .content .pic {
                float: right;
                width: 50%;
                overflow: hidden;
            }

            .intro .brief .content .text h3 {
                margin-bottom: 12px;
                line-height: 1.26;
                font-size: 38px;
                font-weight: bold;
                color: #000;
                position: relative;
                z-index: 1;
            }

                .intro .brief .content .text h3:after {
                    content: '';
                    z-index: -1;
                    position: absolute;
                    left: -6px;
                    bottom: 6px;
                    width: 109px;
                    height: 9px;
                    background: #f3e820;
                }

            .intro .brief .content .text p {
                margin-top: 30px;
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                color: #333;
            }

.productTabs {
    padding: 0;
}
/* Ürün Detay */
@media screen and (max-width:1000px) {
    .back-foot {
        text-align: center;
    }
    .f-right-ilet {
        float: none;
        display: inline-block;
        text-align: center;
        margin: 0 auto;
    }
    .f-right-ilet ul li {
        margin-left: 0;
    }
    .f-right-ilet ul {
        display: block;
    }

    header .header-top,
    .banner-wrap {
        display: none;
    }

    .menu-item__wrapper .mobile span:before {
        float: right !important;
        content: "+";
        position: absolute;
        padding-right: 5px;
        color: #fff;
        z-index: 1;
        position: relative;
        font-size: 26px;
    }

    .m-extras {
        display: block;
    }

        .m-extras .m-extra {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 90%;
            height: 7.5rem;
            border: 0.1rem solid #d3e3ea;
            border-radius: 0.8rem;
            margin: 10px;
        }

    .mdl-experiences .mdl-container {
        padding: 10.8rem 0.9rem 4.3rem;
    }

        .mdl-experiences .mdl-container .m-d1 {
            top: 46%;
            width: 29.1rem;
            height: 41rem;
        }

        .mdl-experiences .mdl-container .m-palmleft {
            width: 33.8rem;
            height: 48.4rem;
            top: 63%;
            left: 51%;
        }

        .mdl-experiences .mdl-container .m-palmright {
            top: 63%;
            right: 50%;
            width: 26.1rem;
            height: 38.8rem;
        }

        .mdl-experiences .mdl-container .m-instagram {
            margin-bottom: 1.8rem;
            font-size: 2rem;
            line-height: 2.8rem;
        }

        .mdl-experiences .mdl-container .m-tag {
            font-size: 5rem;
            line-height: 5rem;
        }

        .mdl-experiences .mdl-container .m-slide {
            display: none;
        }

        .mdl-experiences .mdl-container .m-cuenta {
            gap: 0.9rem;
            transform: unset;
            margin-top: 2rem;
        }

        .mdl-experiences .mdl-container .m-slide .rsActiveSlide {
            margin-top: -4.2rem;
        }

        .mdl-experiences .mdl-container .m-cuenta img {
            width: 3.2rem;
            height: 3.2rem;
        }

    .box-vid {
        display: block;
        position: relative;
        left: 0;
        width: 100%;
        top: 0;
    }

    .kurumsal-area > div {
        display: block;
    }

    .lightbox {
        bottom: 15%;
    }

    .blog-section .container-fluid {
        padding: 0;
    }

    .banner-wrap .banner {
        padding: 10rem 2rem 0;
    }

        .banner-wrap .banner .banner-left, .banner-wrap .banner .banner-right {
            width: 100%;
            display: block;
        }

            .banner-wrap .banner .banner-left p {
                padding: 0.32rem 0.42667rem 0.30667rem;
            }

        .banner-wrap .banner .banner-right {
            padding-top: 0.74667rem;
            padding-bottom: 1rem;
        }

        .banner-wrap .banner .banner-left, .banner-wrap .banner .banner-right {
            width: 100%;
            display: block;
        }

            .banner-wrap .banner .banner-right h1 {
                font-size: small;
            }

            .banner-wrap .banner .banner-right .materials {
                margin: 0.74667rem 0 0.6rem 0;
                font-size: small;
                font-weight: normal;
            }

                .banner-wrap .banner .banner-right .materials p {
                    margin-top: 0.4rem;
                }

            .banner-wrap .banner .banner-right .consult p {
                font-size: medium;
                font-weight: normal;
            }

            .banner-wrap .banner .banner-right .consult .btns a {
                width: 50%;
                font-size: small;
            }

    .block-area .container-fluid {
        padding: 0 2rem;
    }

        .block-area .container-fluid .product-area > div {
            padding: 0;
        }

    .blog-section .blog-boxes .blog-box p {
        height: 15vh;
    }

    .intro .brief .content {
        padding: 0;
    }

    .intro .brief .content {
        padding: 0 15px;
    }

    .intro {
        padding: 0;
    }

        .intro .brief .content .pic,
        .intro .brief .content .text,
        .intro .brief .content .pic img {
            width: 100%;
        }

    .home-main:before {
        width: 100%;
        height: 25%;
        bottom: -15px;
    }

    .region-footer-first.two {
        display: none;
    }

    .menu--footer > .menu > .menu-item:last-child,
    .menu--footer > .menu > .menu-item {
        width: 100%;
    }

    .foot-img img {
        width: 150px;
        margin: 0 auto;
    }

    .site-footer {
        padding: 15px 0 0;
    }

    .menu-item__wrapper span {
        padding: 5px 0;
        border: none;
        width: 100%;
        margin: 0 auto 15px;
    }

    .social-links span {
        border: none;
    }

    .footer__contact,
    .menu--main .menu, .menu--footer .menu {
        display: none;
    }

    .op-primary-button {
        min-width: 170px;
    }

    .row.first .left {
        padding: 60px 0px 0px;
        flex: 0 0 100%;
    }

    .row.first .right {
        padding: 0;
        flex: 0 0 100%;
    }

    .up_banner {
        padding: 0;
        margin: 0;
    }

    .section {
        padding: 60px 2rem;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-col {
        grid-row-gap: 40px;
    }

    .blog-col--3 {
        grid-row-gap: 40px;
    }

    .blog-title-wrap {
        text-align: center;
        justify-content: center;
        display: flex;
    }

    .collection-blog-list-wrapper {
        height: auto;
    }

    .advantages .field-block-image::before {
        display: none;
    }

    .counter__wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px 10px;
    }

    .counter__item {
        margin-left: 0;
        width: 100px;
        height: 100px;
        min-width: 100px;
    }

    .corporate-main .contant-main h2,
    .counter__number {
        font-size: x-large;
    }

    .counter__item p {
        font-size: small;
        line-height: 1.3;
        padding: 0 7px;
    }

    .banner {
        padding: 60px 2rem;
    }

    .home-main .container-fluid {
        padding: 0 2rem;
    }

    header .header-bottom .full-container {
        padding: 0 2rem;
    }

    .block-area .layer,
    .blog-title {
        padding: 0 2rem;
    }

    .section .adv {
        padding: 0;
        margin: 0;
    }

    .advantages .wrapper {
        display: block;
    }

    .advantages .container {
        padding: 0;
        margin-top: 0;
        width: 100%;
    }

    .advantages {
        padding-top: 0;
        padding-bottom: 0;
    }

    .base-container {
        padding-left: 0;
        padding-right: 0;
    }

    .blog-container, .blog-container.blog-item-2 {
        height: 400px;
    }

    .blog-col--3 {
        grid-row-gap: 40px;
    }

    .contant-main-flex .iconn-main {
        margin: 15px auto;
        padding: 15px;
        display: inline-block;
        text-align: center;
    }

    .image-box-content h5 {
        font-size: medium;
        margin: 10px auto;
    }

    .blog-title-wrap h2,
    .parallaxContent h2,
    .row.first .right h2,
    .row.first .right h2 strong {
        font-size: x-large;
    }

    .row.first .right h2 {
        margin-bottom: 0;
    }

    .image-box-content p,
    .corporate-main .contant-main p,
    .parallaxContent p,
    .row.first .right p {
        font-size: small;
    }

    .corporate-main .contant-main {
        margin: 0 auto;
    }

    .contant-main-flex {
        display: block;
        padding: 0 2rem;
    }

        .contant-main-flex > div {
            padding: 0;
        }

            .contant-main-flex > div > img {
                width: 100%;
            }

    .titlebar {
        height: 240px;
    }

    .blog-title h1 {
        font-size: 1em;
    }

    .block-area .layer .dt .dtc .title-wrapper.left .desc p {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-gap: 25px;
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
    }

    .ref-area {
        margin: 60px auto;
    }

    .btn-box {
        margin: 25px auto;
    }

    .img-anim, .about__img .img_anim {
        height: 300px;
    }

    .home__screen__slide {
        display: none;
    }

    .btn .btn-click,
    .margin60 {
        width: 100%;
    }

    .elementor-shape-bottom svg {
        height: 0;
    }

    .owl-theme.hizmetler-slide .owl-nav {
        display: none;
    }

    .iconbox p {
        height: auto;
    }

    .widget-wrap-sag2 {
        width: 100%;
    }

    .cookie-popup {
        padding: 10px;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .cook_head {
        font-size: 16px !important;
    }

    .CookieMessage, .CookieMessage p, .CookieMessage li, .CookieMessageAlt {
        font-size: 9px;
    }

    .cookie-popup__close {
        top: 16px;
        right: 16px;
    }

    .cookie-popup .title {
        font-size: 2rem;
        line-height: .82;
    }

    .tus-btn-nav-open {
        padding-left: 10px;
        border-left: 1px solid #ffffff;
    }

    .img-box img {
        width: 100% !important;
        height: 100%;
    }

    .serv-box .serv-item {
        margin-bottom: 15px;
    }

    .blog__item, .blog__item-2,
    .feature-item {
        margin: 15px 0;
    }

    .banner > .mobile {
        padding: 0;
        margin: 0;
    }

    .parallaxContent {
        width: 100%;
        height: auto;
    }

    .parallaxImage {
        height: auto;
    }

    .parallx {
        padding: 0 2rem;
        height: auto;
    }

    .site-footer {
        display: block;
    }

    .site-footer__first {
        order: 1;
        width: 100%;
    }

    .region-footer {
        display: block;
        padding: 2rem;
        height: 100%;
        width: 100%;
    }

    .menu--footer {
        width: 100%;
    }

        .menu--footer > .menu {
            display: block;
            flex-wrap: wrap;
        }

    .contacts-footer {
        padding-left: 0;
        width: 100%;
    }

    .gl-devel {
        margin-top: 2rem;
        margin-right: 0;
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .gl-devel-title {
        text-align: center;
        width: 100%;
    }

    .advantages .field-block-image {
        margin-right: 0;
    }

        .advantages .field-block-image img {
            border-radius: 8px;
        }

    .col-xxl-12 {
        padding: 0;
        z-index: 1;
        position: relative;
    }

    .about__title-wrapper {
        padding-left: 0;
        padding-bottom: 30px;
    }

    .footer__top img {
        margin-bottom: 0;
        width: 100%;
    }

    .footer-line::after {
        height: 0;
    }

    .footer__btm {
        background-color: #121212;
    }

        .footer__btm .container {
            padding: 0;
            background-color: #121212;
        }

    .footer__row {
        margin-left: 0;
        margin-right: 0;
    }

    .footer__inner {
        background-color: transparent;
        padding-left: 0;
        padding-top: 60px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .footer__widget {
        padding: 0 0 50px 0;
        -ms-grid-column-span: 4;
        grid-column: span 4;
    }

    .footer__widget-2, .footer__inner .footer__widget:nth-child(2) {
        padding: 0 0 50px 0;
        -ms-grid-column-span: 4;
        grid-column: span 4;
    }

    .footer__inner .footer__widget:nth-child(3) {
        padding: 0 0 50px 0;
    }

    .footer__widget {
        padding: 0 0 50px 0;
        -ms-grid-column-span: 4;
        grid-column: span 4;
    }

    .footer__inner .footer__widget:nth-child(4) {
        padding: 30px;
        margin-left: 0;
    }

    .footer__copyright {
        grid-column: 1/-1;
        -ms-grid-row: 7;
        grid-row: 7;
        text-align: center;
        border-top: 0;
        padding-top: 0;
    }

    .footer__subscribe {
        margin-right: 0;
        padding-right: 0;
        border-top: 0;
    }

    .footer__copyright p {
        max-width: 100%;
    }

    .section-padding > .container {
        padding: 60px 0;
    }

    .pb-130 {
        padding-bottom: 60px;
    }

    .pt-140 {
        padding-top: 60px;
    }

    .cta__content {
        width: 100%;
    }

    .cta__title {
        font-size: 32px;
        padding: 30px 0;
    }

    .cta__title,
    .sec-title {
        font-size: 32px;
    }

    .d-rotate {
        font-size: 32px;
        padding-bottom: 30px;
    }

    .about__content-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 0;
    }

    .about__img-right {
        position: relative;
        top: 30px;
        right: unset;
    }

    .shape {
        left: 70%;
        bottom: 0;
    }

    .about__content {
        padding-top: 50px;
    }

        .about__content p {
            margin-bottom: 30px;
        }

    .btn_wrapper, #btn_wrapper {
        height: 175px;
        width: 175px;
        margin-left: -2.5px;
    }

    .header-left, .header-mobile-toggle {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }

    .header .header-top, .header-left {
        border: none !important
    }

    #contactInfo p, .catalog-filter-col, .contact-button, .desktitle, .header-logo, .hemenaramobil, .home__screen__text, .home__screen__text > div > h1, .home__screen__text > div > p, .o-footer__bottomMenu, .social-links, .text-right, .title-boxes {
        text-align: center
    }

    .hizmet-urun-benzer-slide .product-card, .is-pl, body .nav-tabs .product-card, body .tab-content .p30 {
        padding: 0 !important
    }

    .sub-description.six {
        column-count: 1
    }

    .blok-area .columns .column.is-half-desktop-60 {
        -webkit-box-flex: 0;
        flex: none;
        width: 100%
    }

    .blok-area {
        padding: 10px 0
    }

    .blokone, .blokone .right, .blokone.auto, .blokone > div > div > .right > .dtc.p0, .box-vid {
        padding: 0
    }

    .accordion-area {
        padding: 25px 0 !important
    }

    .cookie-container {
        z-index: 9999
    }

    .cookie-cs-opt-group a {
        min-width: 100px
    }

    .title-boxes .dv-icon-box .box-content {
        padding-left: 0
    }

    .title-boxes .dv-icon-box:first-child {
        margin: 0 !important
    }

    .title-boxes {
        margin-top: 30px;
        display: block;
        align-items: center
    }

    .dv-icon-box {
        display: inline-block
    }

    .title-boxes .dv-icon-box {
        margin: 0 10px
    }

        .about__features-item, .navbar-nav, .title-boxes .dv-icon-box .box-icon, body .tab-content {
            margin: 0 auto
        }

    .corp-blocks .inset .boxes li {
        width: 50%;
        margin-right: 0;
        margin-left: 0
    }

        .corp-blocks .inset .boxes li:last-child {
            width: 100%;
            margin-right: 0;
            margin-left: 0
        }

            .corp-blocks .inset .boxes li:last-child a {
                width: 50%;
                display: inline-block
            }

            .corp-blocks .inset .boxes li:last-child b {
                float: right;
                width: 50%;
                display: inline-block;
                margin-bottom: 0
            }

    .form-left-top {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%
    }

    .form-back-top .band-area {
        margin-left: 1em;
        padding-bottom: 0;
        padding-top: 20em;
        padding-right: 0
    }

        .form-back-top .band-area label, label {
            display: contents
        }

    .btn-lg {
        min-height: 100px
    }

    .accordion-toggle:before {
        right: 10px
    }

    .image-2 {
        margin: -40% 0% 0% 5%;
    }

    .before-after-grid {
        grid-template-columns: 1fr
    }

    .blog-title .back-title {
        font-size: 1em;
        bottom: 25px;
    }

    .blog-section .blog-boxes .blog-box {
        padding: 0;
    }

    .blog-section .blog-boxes .blog-box {
        margin: 15px 0;
        padding-bottom: 40px
    }

    .blog-section, .blog-section .blog-boxes, .d-flex, .mobile {
        display: block !important
    }

    .list-icon-box {
        margin-top: 20px;
        padding-right: 0;
        position: relative
    }

    .blok-area .columns .column.is-half-desktop, .contact-middle > .elementor-row > .address_box, .heading2 > h2, .news-block-content__wrapper-title, header .header-top .left-block {
        width: 100%
    }

    header .header-top .right-block {
        display: none;
        float: none;
        text-align: center;
        width: 100%
    }

    .header-container {
        padding: 0 20px
    }

    .header-controls {
        padding: 0;
        width: 25%;
        float: right
    }

    .header-mobile-toggle {
        display: block;
        box-sizing: border-box;
        width: 25%;
        float: left
    }

    .header-left {
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        width: 100%;
        float: left
    }

    #footerContact img, .header-logo {
        width: 50%;
        margin: 0 auto
    }

    header .header-bottom .logo {
        width: 65%
    }

    .dil, .invest-btn, .catalog-card .catalog-form, .col_links_foo, .header-controls .left, .header-middle, .header-right, .product-right:after, .product-right:before, header .header-bottom nav.mainNavigation, header .header-top .right-block .social-mobil-header {
        display: none
    }

    header .header-bottom .right-block {
        display: block;
        width: 30%;
    }

    .header-fixed .tus-btn-nav-open {
        border-left: 1px solid #000000;
        color: #000;
    }

    .header-controls a {
        line-height: normal;
        font-size: 10px;
        padding: 0 5px;
        height: auto;
        color: #f3e820;
        text-decoration: none;
        font-weight: 500
    }

    .header-logo {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left
    }

    .box, .btn.fl, .col, .desktitle, .fl {
        float: none
    }

    .header-logo .logo {
        height: 80px;
        margin: 0 auto
    }

    header .header-top .left-block .phone {
        display: inline-block;
        padding: 0 10px
    }

    .block-area.left .layer .dt .dtc, .block-area.main-corporate .layer .dt .dtc, .block-area.video, .block-area > .container, .blok-area .columns, .blokone, .blokone > div > div.row, .catalog-right-col .catalog-form, .columns, .contact-area > .row, .contact-middle > .elementor-row, .contact-middle > .elementor-row > .map_box > .row, .corporate .dtc, .item-area, .service-container-flex, .service-container-flex .column-wrap, .service-container-flex .column-wrap .column-inset, .tab-area > .container {
        display: block
    }

        #footer-social, .blok-area .columns .column, .features-list .p-r {
            padding-left: 0;
            padding-right: 0
        }

    .elementor-section .container {
        margin: 0;
        padding: 0
    }

    .column-background, .laptop, .m-footer-title.none:before {
        display: none !important
    }

    .d-inline-top {
        margin: 15px auto 0;
        width: 100%
    }

    .banner-column {
        width: 100%;
        height: 100%;
        position: initial;
        margin-top: 0
    }

    .section-service {
        margin-bottom: 50px
    }

    .is-pr, .is-pr-60 {
        padding-right: 0 !important
    }

    .dtc {
        display: block;
    }

    .align {
        padding: 15px 0;
    }

    .product {
        width: 100%;
    }

        .site-footer h1,
        .background-yorum h2,
        .back-section .background-text .background-column h2,
        .kurumsal-sol h2,
        .product h2,
        .banner-column .banner-title, .big-title {
            font-size: x-large
        }

    .background-yorum {
        width: 100%;
        margin: 0 auto;
    }

    .col-20 .inset .iwset .iconbox h3 {
        font-size: 14px;
    }

    .col-20 .inset {
        padding: 2px;
    }

    .col-20 {
        width: 50%;
    }

        .col-20:last-child {
            width: 100%;
        }

    #footer p, #footerMiddle ul li a, .blog-section .blog-boxes .blog-box p, .blokone > div > div > .right > .dtc > p, .button-with-image, .desktitle .text, .pb-row-hero__text, .strip_column_bottom .description, .testimonial-review .client-info-area .client-info-wrap .client-info h3, .tus-btn .tus-btn__btn, body .tab-content .desc {
        font-size: small
    }

    header .header-top .full-container {
        padding: 0 15px;
    }

    .btn.inset {
        display: inline-flex;
    }

    .kurumsal-sol {
        padding: 15px 0;
    }

        .kurumsal-sag,
        .kurumsal-sol.padding-other1,
        .kurumsal-sag.padding-other2 {
            padding: 0;
        }

        .kurumsal-sol.padding-other4 {
            padding: 15px;
        }

    .border-area {
        display: none !important;
    }

    .book-appointment {
        padding: 20px !important;
        margin-top: 0;
    }

        .book-appointment .small-title.m25, .customer-card {
            padding: 0
        }

    .sub-description {
        margin-bottom: 2rem
    }

    .news-block-content {
        width: 100%;
        margin: 25px auto;
        display: block !important;
        padding: 0 15px !important
    }

    .slide-block {
        padding: 15px 0 0
    }

    .orta-picture img {
        margin: 10px auto
    }

    .blue-beam {
        padding: 50px 0 0 !important
    }

    .tus-btn .tus-btn__btn img {
        width: 21px !important;
        height: auto !important
    }

    #footer-newsletter h3, #footer-social h3, .blog-section .blog-boxes .blog-box h3, .blokone > div > div > .right > .dtc > h1, .blokone > div > div > .right > .dtc > h2, .btn-lg, .desktitle .title, body .tab-content h1 {
        font-size: large
    }

    .blokone > div > div > .right > .dtc {
        padding-right: 0
    }

    #contactInfo p {
        display: block;
        align-items: center
    }

    #footer {
        padding-top: 15px !important
    }

    .box, .col {
        padding: 0
    }

    #footer-newsletter {
        padding: 0;
        border-bottom: none
    }

    .deskbtn {
        gap: 15px !important;
        flex-direction: column
    }

    body .tab-content .desc {
        height: auto
    }

    .pages-header > .container > h1, .pb-row-hero__text h1, .product-card h1, .side-menu-wrapper .two-columns .nav.big {
        font-size: medium
    }

    .block-area .layer .dt .dtc .title-wrapper h1, .news-block__title {
        font-size: x-large
    }

    .social-links {
        margin: 25px auto
    }

    .hemenaramobil {
        position: fixed;
        bottom: 0;
        z-index: 9;
        display: block;
        clear: both;
        width: 100%;
        background-color: #f3e820 !important;
        padding: 15px 0;
        margin: 0 auto;
    }

        .hemenaramobil a {
            color: #fff;
            cursor: pointer;
            letter-spacing: .025em;
            font-weight: 700;
            font-size: 14px
        }

            .hemenaramobil a svg {
                -webkit-animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
                -moz-animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
                -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
                -o-animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
                animation: 1s ease-in-out infinite quick-alo-circle-img-anim
            }

    @keyframes quick-alo-circle-img-anim {
        0%,100%,50% {
            -webkit-transform: rotate(0) scale(1) skew(1deg);
            transform: rotate(0) scale(1) skew(1deg)
        }

        10%,30% {
            -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg)
        }

        20%,40% {
            -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg)
        }
    }

    .catalog-right-col {
        width: 100%;
        padding-left: 0
    }

    .sidenav {
        display: block;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        background-color: #f3e820;
        overflow-x: hidden;
        transition: .5s
    }

        .sidenav li {
            border-bottom: 1px solid #fff
        }

    .dropdown-menu li {
        border-bottom: none
    }

    .sidenav a {
        padding: 10px 10px 10px 32px;
        text-decoration: none;
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        font-variant: normal;
        display: block;
        transition: .3s
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 36px;
        margin-left: 50px
    }

    .tabs__main, .tabs__sidebar {
        width: 100%;
        border: none
    }

    .contact-middle > .elementor-row > .map_box {
        position: relative;
        width: 100%;
        padding: 15px
    }

    .urunler-area {
        padding: 5em 0
    }

        .urunler-area .container-fluid {
            padding: 0 6rem;
        }

    .catalog-filter-col {
        display: none;
        width: 100%;
        margin-bottom: 56px
    }

    .catalog-card-back {
        height: 12vh;
        right: 0
    }

    .bottom-menu li:hover > ul.dropdown-menu {
        position: relative;
        width: 100%;
        border: none;
        padding: 8px 8px 8px 25px
    }

    .mobile-menu_logo {
        border-bottom: 1px solid #e9e9e9;
        padding: 1.2em 1.6em
    }

        .mobile-menu_logo img {
            width: 125px
        }

    .blog-area {
        padding-left: 15px;
        padding-right: 15px
    }

    .l-page__content-designers {
        padding: 0 2em;
        width: 100%
    }

    .features-list {
        padding-left: 0;
        padding-right: 0;
        margin-top: 2em
    }

    .p-r {
        padding-right: 15px
    }

    .grid-galeri {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .m-footer-title:before {
        float: right !important;
        content: '\f067';
        font-family: 'Font Awesome 5 Free';
        padding-right: 5px
    }

    .m-footer-title.plus:before {
        content: '\f068'
    }

    .contact-area {
        padding: 5px 10px
    }

    .contact-middle > .elementor-row > .address_box > .address_box_inset {
        margin: 0 auto
    }

    .two_inner > div {
        padding: 0;
    }

    .contact-middle {
        display: grid;
    }

    .block-area {
        min-height: auto;
        padding: 50px 0 !important
    }

        .block-area .section-background, .section-video {
            position: relative
        }

    .section-video__video-wrapper {
        position: relative;
        bottom: 0;
        overflow: hidden;
        left: 0;
        transform: none;
        width: 100%;
        height: 100%
    }

        .section-video__video-wrapper video {
            position: relative;
            bottom: 0;
            height: 50%;
            width: 100%;
            left: 0;
            transform: translateX(0);
            opacity: 1;
            transition: opacity .15s
        }

    .about-us-sction .images .image-wrapper {
        padding: 15px;
    }

    .about-us-sction .images::before {
        left: 40%;
    }

    .max-right-676 {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        margin-left: auto;
    }

    .btn.inset {
        display: inline-flex;
    }

    .about-us-sction > div > .row {
        display: block;
    }


    .absolut {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        z-index: 1;
    }

    .blog-box {
        margin-top: auto !important;
    }

    .home__screen__text > div > h1 {
        font-size: x-large
    }

    .home__screen__text > div > p {
        font-size: small
    }

    .home__screen__text {
        bottom: 40%;
        right: 5%;
        left: 5%;
        width: 90%;
        transform: none;
    }

    .product-card, .product-right {
        width: 100%;
        height: auto;
        margin: 0 auto
    }

    .product-card {
        padding: 15px
    }

    .dt-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        position: relative;
        right: 0;
        bottom: 0
    }

    .block-area .mleft, .block-area .mright {
        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
    }

    .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 - 56px);
        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
    }
}

@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 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
    }
