﻿@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --colorone: #00135f;
    --colortwo: #4ca5e1;
    --colorthree: #fbfbfb;
    --colorwhite: #fff;
}

header.nav-down {
    position: sticky;
    width: 100%;
    transition: all 0.2s ease-in-out;
}
/* İç Sayfa */
.ptb10 {
    padding: 10px 0;
}

.open > .dropdown-menu {
    width: 100%;
}

.open > ul.dropdown-menu > li > a {
    font-size: 12px;
}

.card > .collapse {
    display: none;
}

.contact-map iframe {
    height: 70vh !important;
}
/* İç Sayfa */
/* Ürün Detay */
.product-area h1 {
    font-weight: bolder;
    letter-spacing: 0.1em;
    line-height: 24px;
    font-size: 14px;
    /*font-weight: normal;*/
    font-family: 'CamptonLight';
    margin-bottom: 15px;
    color: #000;
    text-transform: uppercase;
}

.product-area p {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'CamptonLight';
}

#imageGallery li {
    position: relative;
    list-style-type: none;
    padding: 0;
}

#imageGallery img {
    width: 100%;
    height: 250px;
    border: 2px solid #fff;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 15%;
    object-position: 50% 15%;
    cursor: pointer;
}

#imageGallery li:hover:before {
    opacity: .8;
}

#imageGallery li:before {
    position: absolute;
    content: "";
    display: block;
    background: rgba(73,175,185,.75);
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: 300ms ease all;
}

#imageGallery li:after {
    font-size: 1.25em;
    display: block;
    content: "\e900";
    font-family: Essential;
    width: 2.25em;
    height: 2.25em;
    line-height: 2.25;
    text-align: center;
    background: var(--colortwo);
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 45%;
    top: 40%;
    margin: 0 auto;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    transition: 300ms ease all;
    transform: scale(1.25);
}

#imageGallery li:hover:after {
    opacity: 1;
    transform: scale(1);
    transition-delay: 100ms;
    box-shadow: 0 7.5px 15px rgb(0 0 0 / 40%);
}

.pdf {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}

    .pdf img {
        display: block;
    }

    .pdf span {
        line-height: 24px;
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }

.urundetaybolum {
    /*background-color: rgb(237, 242, 246);*/
    padding: 15px 0;
    padding-bottom: 60px;
    margin-top: 15px;
}

    .urundetaybolum .baslik {
        padding: 60px 0;
        padding-top: 30px;
        text-align: center;
    }

        .urundetaybolum .baslik span {
            margin-top: 0;
            margin-bottom: 0;
            color: #000;
            font-size: 36px;
            line-height: 48px;
            font-weight: 500;
        }

.accordion-toggle {
    color: #000;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'CamptonLight';
    text-transform: uppercase;
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
    pointer-events: all;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
}

    .accordion-toggle * {
        color: #000;
        line-height: 24px;
        font-size: 14px;
        font-weight: bolder;
        font-family: 'CamptonLight';
        text-transform: uppercase;
        margin: 0 auto;
        padding: 15px 0;
        position: relative;
        pointer-events: all;
        text-align: center;
        cursor: pointer;
    }

    .accordion-toggle:before {
        display: none !important;
        line-height: 1;
        width: 14px;
        transform: translateY(-25%);
        right: 5px;
        top: 25%;
        font-size: 32px;
        position: absolute;
        content: "+";
        display: inline-block;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease;
    }

    .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.active {
    pointer-events: none;
}*/
.accordion-content {
    overflow: hidden;
    display: block;
    /*display: none;*/
    /*ACORDİON YAPISI İPTAL EDİLDİ O YÜZDEN DİSPLAY BLOCK*/
    padding: 20px 15px 10px;
    margin: 0;
    line-height: 24px;
}

    .accordion-content p {
        color: #000;
        line-height: 1.6 !important;
        margin-bottom: 20px;
    }

        .accordion-content p img {
            width: 100% !important;
        }

.accordian-wrapper {
    margin-bottom: 0;
    padding: 0;
}

#accordion {
    position: relative;
    height: 100%;
    width: 100%;
    display: inline-block;
}

    #accordion:after {
        content: '';
        width: 0;
        height: 100%;
        position: absolute;
        border-right: 1px solid #dcdcdc;
        top: 0;
        left: 50%;
    }

.accordion-toggle .tab-icon {
    display: none;
    font-size: 1.29rem;
    min-width: 26px;
    /*display: inline-block;*/
    vertical-align: top;
    margin-right: 15px;
    text-align: right;
}

.card-header {
    margin: 15px auto;
    border-bottom: 1px solid #000;
}

    .card-header > a {
        position: relative;
        display: block;
        font-weight: bold;
        font-size: 28px;
        letter-spacing: 0.1em;
        font-family: 'CamptonSemiBold';
        margin: 0.67em 0;
    }

        .card-header > a:before {
            background-image: url('../img/minus.png');
            content: "";
            position: absolute;
            width: 14px;
            height: 14px;
            top: 15px;
            right: 0;
        }

        .card-header > a.collapsed:before {
            background-image: url('../img/plus.png');
            content: "";
            position: absolute;
            width: 14px;
            height: 14px;
            top: 15px;
            right: 0;
        }
/* Ürün Detay */
/* İç Sayfa Breadcrumb */
.pages-header {
    height: 125px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    padding: 40px 0;
    /*background: rgb(237, 242, 246);*/
}

    .pages-header > .container > h1 {
        font-weight: 700;
        color: #000;
    }

.breadcrumbs {
    font-size: 12px;
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9;
    color: #000;
    margin-bottom: 15px;
}

    .breadcrumbs span {
        margin-right: 40px;
        position: relative;
    }

    .breadcrumbs a {
        text-decoration: none;
        color: #000;
        font-weight: normal;
    }

        .breadcrumbs a:after {
            border-bottom: 5px solid transparent;
            border-left: 5px solid #fff;
            border-top: 5px solid transparent;
            content: "";
            display: inline-block;
            position: absolute;
            right: -22px;
            top: 4px;
        }

        .breadcrumbs a:before {
            border-bottom: 6px solid transparent;
            border-left: 6px solid rgba(0,0,0,.2);
            border-top: 6px solid transparent;
            content: "";
            display: inline-block;
            position: absolute;
            right: -23px;
            top: 3px;
        }
/* İç Sayfa Breadcrumb */
/* Header */
.navbar {
    border-radius: 4px;
    margin: 0;
    min-height: inherit;
    float: right;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

    header > .head-area > .container > .inset > .col .dropdown-menu li > .dropdown-menu,
    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

.main-slide-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    /*height: 70vh;*/
}

    .main-slide-area > img {
        width: 100%;
        overflow: hidden;
        /*height: 70vh;*/
    }

header {
    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 18vh;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

    header > .head-area {
        padding: 0;
        position: relative;
    }

        header > .head-area > .container-fluid {
            display: flex !important;
        }

        header > .head-area > .container > .inset {
            width: 100%;
            display: flex !important;
            align-items: center;
            justify-content: center;
        }

            header > .head-area > .container > .inset > .col-sol {
                max-width: 45%;
            }

            header > .head-area > .container > .inset > .col-sag {
                max-width: 55%;
            }

            header > .head-area > .container > .inset > .col {
                /*flex-basis: 0;
                flex-grow: 1;
                display: flex;*/
                width: 100%;
                /*align-items: stretch;*/
            }

                /*header > .head-area > .container > .inset > .col-sag {
                text-align: end !important;
                justify-content: flex-end;
            }*/

                header > .head-area > .container > .inset > .col .dropdown-menu li {
                    display: block;
                    padding: 0;
                }

                header > .head-area > .container > .inset > .col li {
                    display: inline-block;
                    padding: 0 10px;
                }

                    header > .head-area > .container > .inset > .col li:last-child {
                        padding-right: 0;
                    }

                    header > .head-area > .container > .inset > .col li img {
                        margin-right: 5px;
                    }

                    header > .head-area > .container > .inset > .col li a {
                        color: #000;
                        line-height: 24px;
                        font-size: 14px;
                        font-weight: normal;
                        font-family: 'CamptonLight';
                        text-transform: uppercase;
                        padding: 0;
                        -moz-transition: all ease-in-out 0.4s;
                        -webkit-transition: all ease-in-out 0.4s;
                        -ms-transition: all ease-in-out 0.4s;
                        -o-transition: all ease-in-out 0.4s;
                    }

                        header > .head-area > .container > .inset > .col li a:focus,
                        header > .head-area > .container > .inset > .col li a:hover {
                            border-bottom: 1px solid rgb(0,0,0);
                            text-decoration: none;
                            background: transparent;
                        }

                    header > .head-area > .container > .inset > .col li:hover a {
                        color: #000;
                    }

                header > .head-area > .container > .inset > .col .dropdown-menu li a {
                    color: rgba(0,0,0,.8);
                }

                header > .head-area > .container > .inset > .col > .col-flex {
                    /*display: inline-flex;*/
                    padding-top: 0;
                    padding-bottom: 0;
                    position: relative;
                    /*flex-direction: column;
                align-items: center;
                justify-content: center;*/
                }

                header > .head-area > .container > .inset > .col > .header-lang {
                    position: relative;
                    text-align: right;
                    top: 0;
                    z-index: 1;
                }

                    header > .head-area > .container > .inset > .col > .header-lang > ul > li {
                        position: relative;
                        padding: 0 0 10px;
                    }

                    header > .head-area > .container > .inset > .col > .header-lang > ul > .slash:last-child {
                        display: none;
                    }
                    /*header > .head-area > .container > .inset > .col > .header-lang > ul > li > a:after {
                        content: "/";
                        position: absolute;
                        margin-left: 2px;
                    }*/
                    header > .head-area > .container > .inset > .col > .header-lang > ul > .slash,
                    header > .head-area > .container > .inset > .col > .header-lang > ul > li > a {
                        color: #000;
                        line-height: 24px;
                        font-size: 14px;
                        font-weight: normal;
                        font-family: 'CamptonLight';
                    }
                /*header > .head-area > .container > .inset > .col > .header-button {
                    margin-left: 25px;
                }*/

                header > .head-area > .container > .inset > .col > .header-button > a {
                    color: #000;
                    background-color: var(--colorone);
                    border-width: 1px;
                    border-radius: 7em;
                    padding-right: 1em !important;
                    padding-left: 1em !important;
                    overflow: hidden;
                    box-shadow: 0 0 0 transparent;
                    display: inline-flex;
                    padding: 0;
                    position: relative;
                    border: 1px solid rgb(237, 242, 246);
                    line-height: 24px;
                    font-size: 14px;
                    font-weight: bold;
                    white-space: nowrap;
                    transition: all .3s;
                }

                    header > .head-area > .container > .inset > .col > .header-button > a:hover {
                        border-color: transparent;
                        background-color: rgb(237, 242, 246);
                        color: #000;
                        transform: translate3d(0,-2px,0);
                        box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
                    }

                    header > .head-area > .container > .inset > .col > .header-button > a > span {
                        margin: -0.5px;
                        padding: 0.4em 1em;
                        display: inline-flex;
                        border-radius: inherit;
                        border-color: inherit;
                        align-items: center;
                        transition: transform .3s cubic-bezier(.22,.665,.34,.875);
                    }

                        header > .head-area > .container > .inset > .col > .header-button > a > span > .btn-txt {
                            position: relative;
                            z-index: 3;
                        }

                        header > .head-area > .container > .inset > .col > .header-button > a > span > .btn-icon {
                            margin-inline-end: 0;
                            margin-inline-start: 8px;
                            position: relative;
                            z-index: 3;
                            display: inline-flex;
                            align-items: center;
                            justify-content: center;
                            font-size: 1em;
                            letter-spacing: 0;
                            background-size: 99.99% !important;
                            transition: background .3s,color .125s,box-shadow .3s,border .3s;
                        }

.dropbtn {
    color: #000;
    padding: 10px;
    font-size: 14px;
    border: none;
}

    /*.dropbtn:hover {
        color: #fff;
    }*/

    .dropbtn > svg {
        margin: 3px;
    }

.dropdown {
    position: relative;
    /*display: inline-block;*/
    display: block;
    color: #000;
}

    .dropdown a {
        color: #000 !important;
        line-height: 20px;
        font-size: 14px;
        font-weight: bold;
    }

    .dropdown > .dropdown-menu {
        min-width: 120px !important;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(237, 242, 246);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black !important;
        padding: 10px;
        text-decoration: none;
        display: flex;
        text-align: center;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.open > .dropdown-menu li a img {
    margin-right: 5px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content > ul > li {
    display: block !important;
    padding: 0 !important;
}
/* Header */
/* Slide */
.background-area {
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
}

    .background-area.right {
        background-position: center right;
    }

.main-slide .owl-nav {
    width: 100%;
    height: 50vh;
    position: absolute;
    top: 0 !important;
    /*top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    z-index: 99;
    margin: 0 auto !important;
}

    .main-slide .owl-nav button {
        width: 50px;
        height: 50px;
        /*background: hwb(0deg 100% 0% / 50%) !important;*/
        -webkit-transition: all .3s cubic-bezier(.25,.1,.25,1);
        -moz-transition: all .3s cubic-bezier(.25,.1,.25,1);
        -o-transition: all .3s cubic-bezier(.25,.1,.25,1);
        transition: all .3s cubic-bezier(.25,.1,.25,1);
    }

        .main-slide .owl-nav button.owl-prev {
            right: auto !important;
            left: 0 !important;
        }

        .main-slide .owl-nav button.owl-next {
            right: 0 !important;
            left: auto !important;
        }

.item-area {
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .item-area .caption-text {
        right: 0;
        position: absolute;
        padding: 15px;
        width: 50%;
        height: 24vh;
        bottom: 0;
        top: auto;
        background-color: rgba(255, 255, 255, 0.9);
    }

        .item-area .caption-text .caption-title {
            color: var(--colortwo);
            font-weight: 500;
            /*text-transform: uppercase;*/
            font-size: 16px;
            letter-spacing: 0.1em;
            margin-bottom: 5px;
            font-family: 'CamptonLight';
        }

        .item-area .caption-text .caption-body {
            line-height: 24px;
            font-size: 14px;
            font-weight: normal;
            font-family: 'CamptonLight';
        }

            .item-area .caption-text .caption-body p {
                color: #000 !important;
                text-decoration: none !important;
                margin-bottom: 0px;
            }

                .item-area .caption-text .caption-body p.a_banner {
                    line-height: 24px;
                    font-size: 14px;
                    font-weight: normal;
                    font-family: 'CamptonLight';
                    /*text-transform: uppercase;*/
                }

.slide-btn {
    margin: 15px auto;
    /*color: #000;*/
    background-color: transparent;
    border-radius: 4px;
    letter-spacing: .1em;
    /*box-shadow: 20px 20px 40px 0px rgb(73 76 137 / 13%);*/
    overflow: hidden;
    display: inline-flex;
    padding: 5px 15px;
    position: relative;
    /*border: 1px solid rgb(44, 46, 49);*/
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'CamptonLight';
    white-space: nowrap;
    /*transition: all .3s;*/
    border-color: transparent;
    background-color: #00aadb;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.2) 0,transparent 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.2) 0,transparent 100%);
    color: #fff;
    transform: translate3d(0,-2px,0);
    box-shadow: 20px 12px 28px rgb(0 0 0 / 12%);
}

    .slide-btn:hover {
        color: #fff !important;
    }

    /*.slide-btn:hover {
        border-color: transparent;
        background-color: #00aadb;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.2) 0,transparent 100%);
        background-image: linear-gradient(to right,rgba(0,0,0,.2) 0,transparent 100%);
        color: #fff !important;
        transform: translate3d(0,-2px,0);
        box-shadow: 20px 12px 28px rgb(0 0 0 / 12%);
    }*/

    .slide-btn > span {
        margin: 0 auto;
        padding: 0.4em 2em;
        display: inline-flex;
        border-radius: inherit;
        border-color: inherit;
        align-items: center;
        transition: transform .3s cubic-bezier(.22,.665,.34,.875);
    }

        .slide-btn > span > .btn-txt {
            position: relative;
            z-index: 3;
        }

/* Slide */
/* Bilgi Kutuları */
.info-area {
    position: relative;
    background-color: var(--colorthree);
}

.info-box {
    position: relative;
    text-align: center;
    padding: 50px 0;
}

    .info-box:before {
        content: '';
        position: absolute;
        height: 30%;
        width: 1px;
        right: -15px;
        top: 50%;
        background-color: rgba(136,136,136,0.3);
        transform: translateY(-50%);
    }

    .info-box.last:before {
        display: none;
    }

.info-box-icon {
    margin: 0 0 15px;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    position: relative;
    height: 60px;
    width: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
}

    .info-box-icon img {
        max-height: 32px;
        max-width: 40px;
        vertical-align: middle;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.info-box-title {
    color: var(--colortwo);
    margin: 5px 0px;
    font-weight: bold;
    letter-spacing: -0.01em;
}

.info-box-details {
    width: 100%;
    margin: 10px auto;
    display: block;
    font-weight: normal;
    color: var(--colortwo);
    text-align: center;
    line-height: 1.65;
}
/* Bilgi Kutuları */
/* Banner - 1 */
.block-area {
    position: relative;
    padding: 60px 0;
    height: 100vh;
}

    .block-area > .container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .block-area > div > div > .sol-img > img {
        width: 100%;
    }

    .block-area > div > div > .sol-img > .banner-button {
        position: absolute;
        bottom: 5%;
        z-index: 1;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .block-area > div > div > .sol-img > .banner-button > div {
            color: #fff;
            background-color: #ffbf00;
            border-width: 1px;
            border-radius: 4px;
            padding-right: 1em !important;
            padding-left: 1em !important;
            overflow: hidden;
            box-shadow: 0 0 0 transparent;
            display: inline-flex;
            padding: 0;
            position: relative;
            border: 1px solid rgb(237, 242, 246);
            line-height: 24px;
            font-size: 14px;
            font-weight: bold;
            white-space: nowrap;
            transition: all .3s;
        }

            .block-area > div > div > .sol-img > .banner-button > div:hover {
                border-color: transparent;
                background-color: rgb(237, 242, 246);
                color: #000;
                transform: translate3d(0,-2px,0);
                box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
            }

            .block-area > div > div > .sol-img > .banner-button > div > span {
                margin: -0.5px;
                padding: 0.6em 1em;
                display: inline-flex;
                border-radius: inherit;
                border-color: inherit;
                align-items: center;
                transition: transform .3s cubic-bezier(.22,.665,.34,.875);
            }

                .block-area > div > div > .sol-img > .banner-button > div > span > .btn-txt {
                    position: relative;
                    z-index: 3;
                }

                .block-area > div > div > .sol-img > .banner-button > div > span > .btn-icon {
                    margin-inline-end: 0;
                    margin-inline-start: 8px;
                    position: relative;
                    z-index: 3;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 1em;
                    letter-spacing: 0;
                    background-size: 99.99% !important;
                    transition: background .3s,color .125s,box-shadow .3s,border .3s;
                }

.heading {
    position: relative;
}

.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 {
    display: block;
    margin-top: 0;
    margin-bottom: 1.25em !important;
    position: relative;
    font-weight: bold;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    color: var(--colortwo);
}

.heading > h2 {
    display: block;
    margin-top: 0;
    margin-bottom: 1.25em !important;
    position: relative;
    color: var(--colortwo);
}

.heading > h5 {
    display: block;
    margin-top: 0;
    margin-bottom: 1.25em !important;
    position: relative;
    line-height: 1.25em;
    color: var(--colortwo);
    font-weight: normal;
}

.heading2 > h5 {
    width: 50%;
    margin: 1em auto;
    display: block;
    position: relative;
    line-height: 1.75em;
    color: #000000;
}

.heading2 > h1 {
    display: block;
    margin-top: 0;
    margin-bottom: 0 !important;
    position: relative;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1em;
    color: #000000;
}

.banner-button {
    position: relative;
}

    .banner-button > a {
        color: var(--colortwo);
        background-color: var(--colorone);
        border-width: 1px;
        border-radius: 4px;
        padding-right: 1em !important;
        padding-left: 1em !important;
        overflow: hidden;
        box-shadow: 0 0 0 transparent;
        display: inline-flex;
        padding: 0;
        position: relative;
        border: 1px solid rgb(237, 242, 246);
        line-height: 24px;
        font-size: 14px;
        font-weight: bold;
        white-space: nowrap;
        transition: all .3s;
    }

        .banner-button > a:hover {
            border-color: transparent;
            background-color: rgb(237, 242, 246);
            color: #000;
            transform: translate3d(0,-2px,0);
            box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
        }

        .banner-button > a > span {
            margin: -0.5px;
            padding: 0.6em 1em;
            display: inline-flex;
            border-radius: inherit;
            border-color: inherit;
            align-items: center;
            transition: transform .3s cubic-bezier(.22,.665,.34,.875);
        }

            .banner-button > a > span > .btn-txt {
                position: relative;
                z-index: 3;
            }

            .banner-button > a > span > .btn-icon {
                margin-inline-end: 0;
                margin-inline-start: 8px;
                position: relative;
                z-index: 3;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                font-size: 1em;
                letter-spacing: 0;
                background-size: 99.99% !important;
                transition: background .3s,color .125s,box-shadow .3s,border .3s;
            }
/* Banner - 1 */
/* Banner Üçlü */
.block-area-uclu {
    position: relative;
}

    .block-area-uclu > div {
        padding: 0;
        margin: 0 auto;
    }

.elementor-column, .elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, .3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.elementor-column-wrap {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #FFFFFF33;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0;
    width: 100%;
}

.elementor-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

    .elementor-widget-wrap > .elementor-element {
        width: 100%;
        text-align: left;
        position: relative;
    }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container {
            padding: 0px 0px 40px 0px;
            transition: 0.4s;
            position: relative;
            z-index: 1;
            cursor: pointer;
        }

        .elementor-widget-wrap > .elementor-element:hover > .elementor-widget-container {
            background-color: #0D122A66;
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container:hover:before {
            opacity: 1;
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border-radius: inherit;
            opacity: 0;
            transition: inherit;
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox_link {
            position: absolute;
            z-index: 2;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox {
            height: 60vh;
            justify-content: flex-end;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            transition: 0.4s;
        }

            .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper,
            .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox-title_wrapper {
                position: relative;
            }

                .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox-title_wrapper h3 {
                    margin: 0px 70px 10px 40px;
                    font-size: 30px;
                    line-height: 42px;
                    color: #FFFFFF;
                    position: relative;
                    z-index: 1;
                    font-weight: 700;
                    word-break: break-word;
                    transition: 0.4s;
                }

                .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox_content {
                    font-weight: 400;
                    margin: 0px 40px 0px 40px;
                    color: #FFFFFF;
                    opacity: 0;
                    max-height: 0;
                    overflow: hidden;
                    transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s, opacity 0.4s;
                    font-size: 16px;
                    line-height: 1.875em;
                    transition: 0.4s;
                }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container:hover > .infobox > .infobox_wrapper .infobox_content {
            color: #FFFFFF;
            opacity: 1;
            max-height: 9999px;
            transition-timing-function: cubic-bezier(0.5, 0, 1, 0), ease;
            transition-delay: 0s, .1s;
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox_content > p {
            display: inline-block;
            margin-top: 0;
            margin-bottom: 1.25em !important;
            position: relative;
            font-size: 16px;
            line-height: 1.75em;
            color: #fff;
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox-button_wrapper {
            margin: 30px 0px 0px 40px;
        }

            .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox-button_wrapper .button-read-more {
                display: inline-block;
                position: relative;
                z-index: 1;
                width: 40px;
                height: 40px;
                max-width: -webkit-max-content;
                max-width: max-content;
                border: 1px solid;
                border-radius: 35px;
                font-weight: 700;
                vertical-align: middle;
                overflow: hidden;
                white-space: nowrap;
                transition: 0.5s ease-in-out;
                border-color: rgba(255, 255, 255, 0.5);
                background-color: rgba(243, 23, 23, 0);
                color: #fff;
            }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container:hover > .infobox > .infobox_wrapper .infobox-button_wrapper .button-read-more {
            width: 200px;
            border-color: transparent;
            color: var(--colortwo);
            background-color: var(--colorone);
            transform: translate3d(0,-2px,0);
            box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox-button_wrapper .button-read-more svg {
            color: #FFFFFF;
            display: inline-block;
            text-align: center;
            z-index: 1;
            width: 40px;
            height: 18px;
            line-height: 38px;
            transition: 0.5s;
            vertical-align: middle;
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container:hover > .infobox > .infobox_wrapper .infobox-button_wrapper .button-read-more svg {
            color: var(--colortwo);
        }

        .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox > .infobox_wrapper .infobox-button_wrapper .button-read-more span {
            transition: background-color .5s;
            font-size: 12px;
            font-weight: 700;
            line-height: 38px;
            display: inline-block;
            vertical-align: middle;
            padding-right: 25px;
            padding-left: 4px;
            min-height: 38px;
        }
/* Banner Üçlü */
/* Referanslar */
.referance-area {
    position: relative;
    margin: 60px auto;
    text-align: center;
}

    .referance-area .heading {
        margin-bottom: 30px;
    }

    .referance-area .item-brand {
        padding: 0;
        align-items: stretch;
        display: flex;
        align-items: flex-start;
    }

        .referance-area .item-brand .inner {
            justify-content: center;
            transition: box-shadow .3s,transform .65s cubic-bezier(.23,1,.32,1);
            display: flex;
            width: 100%;
            height: 30vh;
            flex-direction: column;
            flex-grow: 1;
            position: relative;
        }

            .referance-area .item-brand .inner .brand-wrapper {
                position: relative;
            }

                .referance-area .item-brand .inner .brand-wrapper .brand-content {
                    display: flex;
                    margin-bottom: 0;
                }

                    .referance-area .item-brand .inner .brand-wrapper .brand-content figure {
                        justify-content: center;
                        display: inline-flex;
                        vertical-align: top;
                        margin: 0;
                        max-width: 100%;
                        flex-grow: 1;
                        position: relative;
                    }

                        .referance-area .item-brand .inner .brand-wrapper .brand-content figure .in {
                            margin-bottom: 0;
                            display: inline-flex;
                            flex-direction: column;
                            vertical-align: top;
                            max-width: 100%;
                        }

                            .referance-area .item-brand .inner .brand-wrapper .brand-content figure .in img {
                                height: auto;
                                max-width: 100%;
                                vertical-align: top;
                                border-radius: inherit;
                            }
/* Referanslar */
/* Blog */
.item-blog {
    border: 2px solid #fff;
    margin-bottom: 15px;
    padding: 0;
}

    .item-blog article {
        position: relative;
        background-color: #fff;
        flex-grow: 1;
        transition: box-shadow .65s,transform .65s;
        transition-timing-function: 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 {
            overflow: hidden;
        }

            .item-blog article .picture-area figure {
                transform: scale(1);
                transition: transform 1s cubic-bezier(.23,1,.32,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%;
                    transition-duration: 4s;
                    opacity: 1;
                    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
                    transition: opacity 0.35s, transform 0.35s;
                    -webkit-transform: translate3d(0,0,0) scale(1);
                    transform: translate3d(0,0,0) scale(1);
                    -webkit-backface-visibility: hidden;
                    backface-visibility: hidden;
                }

        .item-blog article:hover .picture-area figure img {
            opacity: 0.5;
            -webkit-transform: translate3d(0,0,0) scale(1.12);
            transform: translate3d(0,0,0) scale(1.12);
        }

        .item-blog article .picture-area .meta {
            position: absolute;
            top: 25px;
            left: 25px;
            font-size: 11px;
            z-index: 2;
            font-weight: 700 !important;
            letter-spacing: .1em !important;
            text-transform: uppercase !important;
            background-color: #fff;
            display: inline-flex !important;
            padding: 9px 16px;
            transition: all .3s;
            box-shadow: 0 0 0 rgb(0 0 0 / 25%);
            line-height: 1.5em;
            border-radius: 50em !important;
        }

            .item-blog article .picture-area .meta a {
                color: #000;
            }

        .item-blog article .text-header {
            background-color: #00aadb;
            background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
            background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
            padding: 10px;
        }

            .item-blog article .text-header h4 {
                margin: 0 auto;
            }

                .item-blog article .text-header h4 a {
                    margin: 0 auto !important;
                    position: relative;
                    font-size: 14px;
                    font-weight: normal;
                    font-family: 'CamptonLight';
                    line-height: 1.2em;
                    letter-spacing: 0.1em;
                    color: #fff;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    height: 50px;
                    text-align: center;
                    text-transform: uppercase;
                }

            .item-blog article .text-header a p,
            .item-blog article .text-header p a {
                margin: 0 auto !important;
                position: relative;
                color: #000;
                line-height: 24px;
                font-size: 14px;
                font-weight: normal;
                font-family: 'CamptonLight';
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
                height: 75px;
            }

.overlay-a {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Blog */
/* Slide Block */
.slide-block {
    position: relative;
    padding: 60px 20px 20px;
    display: flex;
    align-items: flex-start;
}

    .slide-block > .inner {
        transition: box-shadow 0.3s ease 0s, transform 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0s;
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-grow: 1;
        position: relative;
    }

        .slide-block > .inner:hover {
            transform: translateY(-5px);
        }

        .slide-block > .inner > .inset {
            position: relative;
        }

            .slide-block > .inner > .inset > .iconbox {
                align-items: flex-start;
                padding-bottom: 45px !important;
                text-align: start !important;
                box-shadow: rgb(0 0 0 / 7%) 0px 25px 25px;
                border: 1px solid #e7e7e7;
                border-radius: 10px;
                padding: 25px 10%;
                background-color: rgb(255, 255, 255);
                display: flex;
                margin-bottom: 2em;
                position: relative;
                justify-content: center;
                flex-direction: column;
                transition: box-shadow 0.3s ease 0s, background 0.3s ease 0s;
            }

                .slide-block > .inner > .inset > .iconbox > .iconbox-icon-container {
                    color: rgb(244, 97, 37);
                    font-size: 52px;
                    margin-bottom: 22px !important;
                    margin-top: 0.6em;
                    margin-bottom: 1em;
                    display: flex;
                    border: 0px solid rgb(242, 244, 247);
                    align-items: center;
                    justify-content: center;
                    line-height: 1em;
                    transition: border 0.3s ease 0s, box-shadow 0.3s ease 0s;
                    position: relative;
                    z-index: 2;
                }

                    .slide-block > .inner > .inset > .iconbox > .iconbox-icon-container > .icon-custom-bg {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        z-index: 0;
                        transform: translateX(-50%) translateY(-50%);
                        margin-top: -15px;
                        margin-inline-start: 32px;
                        width: 75px;
                        height: 65px;
                    }

                    .slide-block > .inner > .inset > .iconbox > .iconbox-icon-container > img {
                        display: inline-block;
                        font-size: 1em;
                        height: auto;
                        position: relative;
                        z-index: 2;
                    }

                .slide-block > .inner > .inset > .iconbox > .liquid-overlay-link {
                    z-index: 2;
                    display: inline-block;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    text-align: start;
                    overflow: hidden;
                    text-indent: -99999px;
                }

                .slide-block > .inner > .inset > .iconbox > .contents {
                    position: relative;
                    z-index: 2;
                }

                    .slide-block > .inner > .inset > .iconbox > .contents > .btn {
                        margin-top: 0;
                        margin-bottom: 0;
                        font-size: 17px;
                        padding: 0;
                    }

                        .slide-block > .inner > .inset > .iconbox > .contents > .btn > span {
                            padding: 0;
                            display: inline-flex;
                            border-radius: inherit;
                            border-color: inherit;
                            align-items: center;
                        }

                            .slide-block > .inner > .inset > .iconbox > .contents > .btn > span > .btn-txt {
                                position: relative;
                                letter-spacing: 0.1em;
                                line-height: 24px;
                                font-size: 14px;
                                font-weight: normal;
                                font-family: 'CamptonLight';
                                color: #000000;
                                z-index: 3;
                            }

                            .slide-block > .inner > .inset > .iconbox > .contents > .btn > span > .btn-icon {
                                margin-inline-end: 0;
                                margin-inline-start: 8px;
                                position: relative;
                                z-index: 3;
                                display: inline-flex;
                                align-items: center;
                                justify-content: center;
                                line-height: 24px;
                                font-size: 14px;
                                font-weight: normal;
                                font-family: 'CamptonLight';
                                letter-spacing: 0;
                                color: #000;
                            }

                    .slide-block > .inner > .inset > .iconbox > .contents > p {
                        display: inline-block;
                        margin-top: 0;
                        margin-bottom: 1.25em !important;
                        position: relative;
                        line-height: 1.75em;
                        color: #000000;
                    }

                    .slide-block > .inner > .inset > .iconbox > .contents > h4 {
                        position: relative;
                        display: inline-block;
                        margin-top: 0;
                        margin-bottom: 1.25em !important;
                        font-weight: bold;
                        line-height: 1.2em;
                        letter-spacing: 0.1em;
                        color: #000000;
                    }

                        .slide-block > .inner > .inset > .iconbox > .contents > h4::after {
                            content: "";
                            position: absolute;
                            top: 50%;
                            right: 0px;
                            opacity: 0;
                            width: 25px;
                            height: 25px;
                            transform: translate(calc(1em + -100%), -50%);
                            background: url('../img/right_arrow_icon.png') no-repeat center;
                            transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 0.5s 0s;
                        }

        .slide-block > .inner:hover > .inset > .iconbox > .contents > h4:after {
            opacity: 1;
            transform: translate(1em,-50%);
            right: -40px;
        }
/* Slide Block */
/* Kurumsal Blok-1 */
.serit27.yukseklik {
    height: 100vh;
}

.serit27 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    /*padding: 50px 0;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .serit27 > div > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .serit27 > div > div > div > .ipad-iphones {
            width: 100%;
            position: relative;
            margin: 0 auto;
            text-align: center;
        }

            .serit27 > div > div > div > .ipad-iphones > a {
                display: block;
            }

        .serit27 > div > div > .lefin {
            padding: 0 4%;
        }

            .serit27 > div > div > .lefin > h4 {
                display: block;
                color: #000;
                padding-top: 0;
                padding-left: .2rem;
            }

            .serit27 > div > div > .lefin > h1 {
                max-width: 500px;
                text-transform: uppercase;
                color: #000;
                margin-top: 2rem;
            }

            .serit27 > div > div > .lefin > p {
                color: #000;
                padding-left: .2rem;
                margin: 1rem auto;
            }

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-ba.white {
    color: #fff;
    margin: 25px 0 !important;
}

.btn-ba {
    color: #000;
    background-color: transparent;
    padding: 15px 0;
    width: 160px;
    position: relative;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
}

    .btn-ba svg {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .btn-ba.white svg path {
        stroke: #fff;
    }

    .btn-ba svg path {
        fill: none;
        stroke: #000;
        stroke-width: 1;
        stroke-dasharray: 500, 0;
        transition-property: all;
        transition-duration: 3s;
        transition-timing-function: ease;
    }

    .btn-ba:hover path {
        stroke-dasharray: 30, 310;
        stroke-dashoffset: 290;
        transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    }

@media (max-width: 992px) {
    .serit27, .serit27 > div > div > .lefin {
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: auto;
    }

    .serit27 {
        padding: 50px 0;
    }

        .serit27.yukseklik {
            height: auto;
        }

        .serit27 > div > div {
            display: block;
        }

            .serit27 > div > div > div > .ipad-iphones > a > img {
                max-width: 100% !important;
                height: auto !important;
            }

            .serit27 > div > div > .lefin > h1,
            .serit27 > div > div > .lefin > h1 * {
                font-size: medium !important;
            }

            .serit27 > div > div > .lefin > h4, .serit27 > div > div > .lefin > .tus, .serit27 > div > div > .lefin > p,
            .serit27 > div > div > .lefin > h4 *, .serit27 > div > div > .lefin > .tus *, .serit27 > div > div > .lefin > p * {
                font-size: small !important;
            }
}
/* Kurumsal Blok-1 */
/* Ekibimiz */
.owl-item > .thumb-info {
    padding: 10px;
}

.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0,0,0);
    margin: 5px auto 15px;
}

    .thumb-info .thumb-info-wrapper {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translate3d(0,0,0);
        border-radius: 4px;
        margin: 0;
        overflow: hidden;
        display: block;
        position: relative;
    }

.thumb-info-caption {
    padding: 10px 0;
}

.thumb-info img {
    transition: all .3s ease;
    border-radius: 3px;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.thumb-info:hover img {
    transform: scale(1.1,1.1);
}

.thumb-info .thumb-info-title {
    transition: all .3s;
    background: rgba(33,37,41,.8);
    color: #fff;
    font-weight: 600;
    left: 0;
    letter-spacing: -.05em;
    position: absolute;
    z-index: 2;
    max-width: 90%;
    font-size: 14px;
    padding: 10px 30px;
    bottom: 10%;
    border-radius: 0 8px 8px 0;
}

.thumb-info .thumb-info-inner {
    transition: all .3s;
    display: block;
}

.thumb-info .thumb-info-type {
    background-color: #ccc;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 8px -2px -15px 0;
    padding: 2px 12px;
    text-transform: uppercase;
    z-index: 2;
    line-height: 2.3;
    color: var(--colortwo);
}

.thumb-info-caption .thumb-info-caption-text {
    font-size: .9em;
    margin: 0;
    padding: 15px 0;
    display: block;
}

.thumb-info-social-icons {
    margin: 0;
    padding: 0;
    display: block;
}

    .thumb-info-social-icons a {
        background: var(--colorone);
        border-radius: 25px;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px;
    }

        .thumb-info-social-icons a span {
            display: none;
        }

        .thumb-info-social-icons a svg {
            color: var(--colortwo);
            font-size: .9em;
            font-weight: 400;
        }

.team-detail > img {
    border-radius: 8px;
}

.team-detail > h1 {
    color: var(--colortwo);
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1em;
}

.team-detail > p {
    color: var(--colortwo);
    line-height: 1.75em;
}

.team-detail > h3 {
    color: var(--colortwo);
    font-size: 16px;
    font-weight: 400;
    margin: 15px auto;
    position: relative;
    z-index: 1;
}

    .team-detail > h3 > strong {
        color: var(--colortwo);
        font-size: 16px;
        font-weight: 900;
        margin: 0 0 15px;
        position: relative;
        z-index: 1;
    }

.team-detail .social {
    margin-top: 20px;
    display: block;
    width: 100%;
}

    .team-detail .social h5 {
        text-transform: uppercase;
        letter-spacing: 4px;
        font-weight: 900;
        margin: 5px 0;
        display: inline-block;
        margin-bottom: 10px !important;
        width: auto;
        font-size: 10px !important;
        color: var(--colortwo);
    }

    .team-detail.social .icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
    }

        .team-detail .social .icons li.icon {
            padding-right: 20px;
            opacity: .8;
            -webkit-transition: .5s ease;
            -o-transition: .5s ease;
            transition: .5s ease;
        }

    .team-detail .social ul li {
        width: auto;
        margin-right: 5px;
        display: inline-block;
    }

    .team-detail .social .icons li.icon a {
        width: 22px;
        height: 22px;
        display: block;
        color: var(--colortwo);
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .team-detail .social .icons li.icon svg {
        width: 22px;
        height: 22px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0;
    }
/* Ekibimiz */
/* SERTİFİKALAR */
.belgeler {
    padding: 0 10px;
}

    .belgeler > div {
        padding: 0;
    }

.snip1507 {
    position: relative;
    overflow: hidden;
    margin: 5px;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    background-color: #fff;
}

    .snip1507 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }

    .snip1507 img {
        vertical-align: top;
        width: 100%;
        height: 80vh;
        transition-duration: 4s;
        opacity: 1;
        /*-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(0,0,0) scale(1);
        transform: translate3d(0,0,0) scale(1);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;*/
    }

    .snip1507:hover img {
        /*opacity: 0.5;
        -webkit-transform: translate3d(0,0,0) scale(1.12);
        transform: translate3d(0,0,0) scale(1.12);*/
    }

    .snip1507 figcaption {
        z-index: 1;
        align-items: center;
        position: absolute;
        width: 100%;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #00aadb;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
        padding: 10px;
    }

        .snip1507 figcaption:before {
            content: '';
            width: 20px;
            height: 20px;
            /*background: url('../../favicon.ico') #fff;*/
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;
            top: 0;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
            position: absolute;
        }

    .snip1507 h3,
    .snip1507 h5 {
        margin: 0;
        letter-spacing: 1px;
    }

    .snip1507 h3 {
        text-align: center;
        line-height: 24px;
        font-size: 14px;
        font-weight: normal;
        font-family: 'CamptonLight';
        letter-spacing: .075em;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 50px;
        color: #fff;
        text-transform: uppercase;
    }

    .snip1507 h5 {
        font-weight: normal;
    }

    .snip1507 a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .snip1507:hover > img,
    .snip1507.hover > img {
        /*opacity: 1;*/
        /*-webkit-filter: grayscale(0%);
        filter: grayscale(0%);*/
    }
/* SERTİFİKALAR */
/*referanslar*/
.referans {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    cursor: pointer;
}

    .referans > div {
        width: 100%;
        padding-left: 6%;
        padding-right: 6%;
        margin: 0;
    }

        .referans > div > div > h3 {
            margin-bottom: 10px;
            line-height: 24px;
            font-size: 14px;
            font-weight: normal;
            font-family: 'CamptonLight';
            line-height: 15px;
            color: #e61b35;
            letter-spacing: 3.6px;
            text-transform: uppercase;
            text-align: center;
        }

        .referans > div > div > h4 {
            margin: 0 auto 20px;
            text-transform: uppercase;
            font-size: 50px;
            line-height: 55px;
            font-style: normal;
            font-weight: 300;
            letter-spacing: normal;
            text-align: center;
        }

        .referans > div > div > .clients-inner {
            text-align: center;
            width: 100%;
            height: auto;
            padding: 0 150px;
        }

            .referans > div > div > .clients-inner > p {
                color: #222127;
                font-size: 20px;
                width: 600px;
                margin: 0 auto;
                display: block;
                line-height: 30px;
                font-weight: 500;
            }

                .referans > div > div > .clients-inner > p > a {
                    color: #e61b35;
                }

            .referans > div > div > .clients-inner > .client-logos {
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                justify-content: space-between;
                margin-top: 20px;
            }

                .referans > div > div > .clients-inner > .client-logos > li {
                    padding: 35px 20px;
                    width: 16.66666%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    .referans > div > div > .clients-inner > .client-logos > li > figure {
                        background-size: contain;
                        background-repeat: no-repeat;
                        background-position: center;
                        width: 100%;
                        height: 36px;
                        margin: 0;
                    }

        .referans > div > div > .interested {
            position: relative;
            margin: 20px auto;
            text-align: center;
            display: block;
            font-size: 14px;
            font-weight: 500;
            color: #000;
        }

.GaleriListe {
    padding: 5px;
    text-align: center;
}

    .GaleriListe a {
        position: absolute;
        z-index: 1;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
    }

    .GaleriListe img {
        opacity: 1;
        transition: all 0.7s ease-in-out;
        margin: 5px auto;
        /*padding: 5px;*/
        border: 1px solid #E9E9E9;
        background: #F8F8F8;
        max-height: 200px;
        min-height: 200px;
        object-fit: none;
        width: 100%;
    }

    .GaleriListe:hover img {
        opacity: 0.7;
        transition: all 0.3s ease-in-out;
    }

    .GaleriListe.referans:hover img {
        opacity: 1;
        transform: scale(1.05);
    }

    .GaleriListe.referans:hover .fa {
        display: none !important;
    }

    .GaleriListe .fa {
        position: absolute;
        opacity: 0;
        margin: auto;
        color: #000;
        font-size: 42px;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        transition: all 0.5s ease;
    }

    .GaleriListe:hover .fa {
        opacity: 1;
        transition: all 0.5s ease;
    }

    .GaleriListe h2 {
        position: relative;
        height: 50px;
        color: #000;
        font-size: 1.6rem;
        line-height: 1.42;
        font-weight: bold;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

/*referanslar*/
/* Footer */
footer {
    position: fixed;
    z-index: 1;
    width: 100%;
    bottom: 0;
    display: contents;
}

.footer-menu-area > div > img {
    margin: 0 auto;
}

.contact-area {
    padding: 55px 90px;
    box-shadow: 0px 15px 50px 0px rgb(0 0 0 / 19%);
    margin-bottom: -100px !important;
    background-color: var(--colorwhite) !important;
    background-image: url('../img/footer-bize-ulasin.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    border-radius: 10px !important;
    transition: box-shadow .3s,transform .65s cubic-bezier(.23,1,.32,1);
    width: 100%;
    position: relative;
    z-index: 1;
    display: table-cell;
}

    .contact-area > .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .contact-area > .row > .text {
            color: #fff !important;
        }

.contact-button {
    text-align: right;
}

    .contact-button > a {
        border-radius: 4px;
        background-color: var(--colorone);
        color: var(--colortwo);
        font-weight: bold;
        line-height: 1.5em;
        letter-spacing: 0.01em;
        font-size: 14px;
        overflow: hidden;
        box-shadow: 0 0 0 transparent;
        display: inline-flex;
        padding: 0;
        position: relative;
        border: 1px solid rgb(255, 255, 255);
        white-space: nowrap;
        transition: all .3s;
    }


        .contact-button > a:hover {
            transform: translate3d(0,-2px,0);
            box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
            background-color: rgb(18, 18, 18);
            border-color: rgb(18, 18, 18);
            color: rgb(255, 255, 255);
        }

        .contact-button > a > span {
            margin: -0.5px;
            padding: 1.3em 2.7em;
            display: inline-flex;
            border-radius: inherit;
            border-color: inherit;
            align-items: center;
            transition: transform .3s cubic-bezier(.22,.665,.34,.875);
        }

            .contact-button > a > span:hover > .btn-txt {
                transition-delay: .1s;
                transform: translateX(1.5em);
            }

            .contact-button > a > span > .btn-txt {
                margin-inline-start: -1em;
                transition: transform .6s .125s cubic-bezier(.1,.75,.25,1);
                position: relative;
                z-index: 3;
            }

    .contact-button a span:hover .btn-icon + .btn-icon {
        opacity: 1;
        transform: translateX(0);
        transition-delay: .225s;
    }

    .contact-button a span:hover .btn-icon {
        opacity: 0;
    }

    .contact-button a > span:hover .btn-icon {
        transition-delay: 0s;
        transform: translateX(1em);
        padding-left: 0;
        padding-right: 15px;
    }

    .contact-button a span .btn-icon + .btn-icon {
        display: inline-flex;
        margin-inline-start: 0;
        margin-inline-end: 0;
        opacity: 0;
        transform: translateX(-1em);
        transition-delay: 0s;
        color: #fff;
    }

    .contact-button a span .btn-icon {
        transition: opacity .4s .25s,transform .6s .25s;
        transition-timing-function: cubic-bezier(.1,.75,.25,1);
    }

.btn-icon + .btn-icon {
    display: none;
    order: -2;
    margin-inline-start: 0;
    margin-inline-end: 8px;
}

.contact-button a span .btn-icon {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    letter-spacing: 0;
    background-size: 99.99% !important;
    transition: background .3s,color .125s,box-shadow .3s,border .3s;
    padding-left: 15px;
}

.footer-menu-area {
    position: relative;
    margin: 75px auto 40px;
    padding: 35px 0;
    border-top: 1px solid rgba(255,255,255,0.07);
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

    .footer-menu-area > div > h3 {
        font-size: 18px;
        display: inline-block;
        position: relative;
        margin-top: 0;
        margin-bottom: 1em !important;
        font-weight: bold;
        line-height: 1.2em;
        color: #fff;
    }

    .footer-menu-area > div > ul > li {
        list-style-type: none;
    }

        .footer-menu-area > div > ul > li > a {
            color: #adb5ba;
            font-size: 15px;
            line-height: 2em;
            padding: 5px 0;
        }

            .footer-menu-area > div > ul > li > a:hover {
                background-color: transparent;
            }

    .footer-menu-area > div > ul.social > li {
        display: inline-block;
        margin: 0 5px;
    }

        .footer-menu-area > div > ul.social > li > a {
            color: #adb5ba;
            font-size: 24px;
            line-height: 2em;
            display: inline-block;
        }

    .footer-menu-area > div > h4 {
        margin-bottom: 0px !important;
        font-size: 14px;
        color: rgba(173, 181, 186, 0.72);
        display: block;
        position: relative;
        margin-top: 0;
        font-weight: 700;
        line-height: 1.2em;
    }

    .footer-menu-area > div > p,
    .footer-menu-area > div > p * {
        margin-bottom: 0px !important;
        font-size: 16px;
        color: #fff;
        display: inline-block;
        position: relative;
        margin-top: 0;
        font-weight: 700;
        line-height: 1.2em;
    }

    .footer-menu-area > div > .antre {
        margin: 10px auto;
        display: flex;
    }

    .footer-menu-area > .maps-pic {
        margin-bottom: 45px !important;
        background-image: url('../img/world-map1x.png');
        background-position: 0 0 !important;
        background-repeat: no-repeat !important;
    }

.footer-menu-area2.container,
.footer-menu-area2 > div {
    margin: 0 auto;
    padding: 0;
    /*border-top: 1px solid rgba(0, 0, 0, .1);*/
    display: flex;
    align-items: center;
    justify-content: center;
    height: 7vh;
}

.o-footer__bottomMenu--link {
    position: relative;
    padding: 0 5px;
    display: inline-block;
    color: #000;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'CamptonLight';
}

    .o-footer__bottomMenu--link:hover {
        opacity: .9;
    }

    .o-footer__bottomMenu--link:after {
        content: "";
        position: absolute;
        top: 2px;
        right: -2px;
        width: 1px;
        height: 15px;
        background: #adb5ba;
    }

    .o-footer__bottomMenu--link:last-child:after {
        width: 0;
    }

    .o-footer__bottomMenu--link img {
        margin-top: -10px;
    }
/* Footer */
/* İletişim */
.contact-middle {
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    overflow: visible;
}

    .contact-middle > .elementor-row {
        width: 100%;
        /*display: -webkit-box;
        display: -ms-flexbox;
        display: flex;*/
        margin: 0 auto;
    }

        .contact-middle > .elementor-row > .address_box {
            width: 100%;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            /*.contact-middle > .elementor-row > .address_box::after {
                position: absolute;
                content: '';
                width: 30px;
                height: 30px;
                background: #00aadb;
                top: 50%;
                right: 0;
                z-index: 99;
                clip-path: polygon(0 0,100% 0,0 100%);
                transform: translate(-70%,-50%) rotate( 135deg);
            }*/

            .contact-middle > .elementor-row > .address_box > .address_box_inset {
                /*background-color: var(--colorone);*/
                transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
                margin: 0 auto;
                border-radius: 7px 7px 7px 7px;
                padding: 0;
                width: 100%;
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-background-overlay {
                    border-radius: 7px 7px 7px 7px;
                    mix-blend-mode: luminosity;
                    transition: background .3s,border-radius .3s,opacity .3s;
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    opacity: .14;
                    height: 100%;
                    width: 100%;
                    top: 0;
                    left: 0;
                    position: absolute;
                }

                .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap {
                    align-content: center;
                    align-items: center;
                    padding: 50px 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;
                }

                    .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget {
                        width: 100%;
                        position: relative;
                    }

                        .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container {
                            margin: 0 auto;
                            text-align: center;
                        }

                            .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item:first-child {
                                width: 35%;
                            }


                            .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item {
                                font-weight: bold;
                                line-height: 1.2em;
                                font-size: 18px;
                                width: 20%;
                                display: inline-block;
                            }

                                .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a {
                                    margin: 0px 0 15px;
                                    -webkit-box-align: center;
                                    -ms-flex-align: center;
                                    align-items: center;
                                    -webkit-transition: all .4s ease;
                                    transition: all .4s ease;
                                    position: relative;
                                    display: -webkit-box;
                                    display: -ms-flexbox;
                                    display: flex;
                                    -webkit-box-align: center;
                                    -ms-flex-align: center;
                                    align-items: center;
                                    font-size: inherit;
                                    text-decoration: none;
                                    outline: 0;
                                }

                                    .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a > .list_content {
                                        text-align: center;
                                        width: 100%;
                                    }

                                        .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a > .list_content > .address-icon-list-text {
                                            color: #000;
                                            margin: 0;
                                            display: block;
                                            margin-bottom: 0;
                                        }

                                            .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a > .list_content > .address-icon-list-text > .title {
                                                position: relative;
                                                margin: 5px auto;
                                                display: inherit;
                                                line-height: 24px;
                                                font-size: 14px;
                                                font-weight: normal;
                                                font-family: 'CamptonLight';
                                                text-transform: uppercase;
                                            }

                                            .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;
                                                color: var(--colortwo);
                                            }

                                            .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 {
                                                line-height: 24px;
                                                font-size: 14px;
                                                font-weight: normal;
                                                font-family: 'CamptonLight';
                                                color: #000;
                                                padding: 8px 0 0;
                                                font-style: normal;
                                                display: block;
                                                -webkit-transition: all .4s ease;
                                                transition: all .4s ease;
                                            }

                    .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-button::before {
                        position: absolute;
                        width: 8px;
                        height: 8px;
                        background: #fff;
                        content: '';
                        left: -20px;
                        transition: all .3s !important;
                        top: 11px;
                        border-radius: 50%;
                    }

                    .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-button {
                        position: relative;
                        z-index: 2;
                        width: 100%;
                    }

                        .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-button > a {
                            padding: 0;
                            font-size: 16px;
                            font-weight: 500;
                            text-decoration: underline;
                            background-color: transparent;
                            border-style: none;
                            border-radius: 5px;
                            color: #fff;
                            position: relative;
                            display: inline-block;
                            line-height: 1;
                            -webkit-user-select: none;
                            -moz-user-select: none;
                            -ms-user-select: none;
                            user-select: none;
                            white-space: nowrap;
                            vertical-align: middle;
                            text-align: center;
                            -webkit-transition: all .4s ease;
                            transition: all .4s ease;
                        }

                            .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-button > a::before {
                                position: absolute;
                                content: "";
                                border-radius: inherit;
                                -webkit-transition: all .4s ease;
                                transition: all .4s ease;
                                z-index: -1;
                                top: 0;
                                left: 0;
                                height: 100%;
                                width: 100%;
                                background-size: 102% 102%;
                                opacity: 0;
                            }

        .contact-middle > .elementor-row > .map_box {
            width: 100%;
            background-color: #FFFFFF;
            box-shadow: 0px 10px 35px 0px rgb(0 0 0 / 10%);
            transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
            padding: 50px 35px 50px 35px;
            overflow: visible;
            border-radius: 6px 6px 6px 6px;
            position: relative;
        }

            .contact-middle > .elementor-row > .map_box > .map-area {
                width: 100%;
            }

                .contact-middle > .elementor-row > .map_box > .map-area > .wrap {
                    position: relative;
                    width: 100%;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    -ms-flex-line-pack: start;
                    align-content: flex-start;
                }

                    .contact-middle > .elementor-row > .map_box > .map-area > .wrap > .google_maps {
                        width: 100%;
                        position: relative;
                        line-height: 0;
                    }

                        .contact-middle > .elementor-row > .map_box > .map-area > .wrap > .google_maps > iframe {
                            height: 385px;
                            filter: brightness( 87% ) contrast( 143% ) saturate( 0% ) blur( 0px ) hue-rotate( 215deg );
                            max-width: 100%;
                            width: 100%;
                            margin: 0;
                            line-height: 1;
                            border: none;
                        }

            .contact-middle > .elementor-row > .map_box > .row {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin-right: -15px;
                margin-left: -15px;
            }

                .contact-middle > .elementor-row > .map_box > .row .form-group {
                    position: relative;
                    margin-bottom: 1rem;
                    font-size: 14px;
                    font-weight: normal;
                    font-family: 'CamptonLight';
                    text-transform: uppercase;
                    overflow: hidden;
                    width: 100%;
                }

            .contact-middle > .elementor-row > .map_box > h1 {
                color: #000;
                margin: 0px 0px 45px;
                line-height: 24px;
                font-size: 14px;
                font-weight: normal;
                font-family: 'CamptonLight';
                text-transform: uppercase;
                text-align: center;
            }

.form-group td {
    padding: 0 10px;
}

    .form-group td label {
        padding-left: 10px;
        cursor: pointer;
    }

.form-group .label {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1.0rem;
    padding: 0;
}

.form-group .form-control {
    padding: 12px 16px 12px 16px;
    border-radius: 5px 5px 5px 5px;
    background-color: #f6f7f9;
    border: 1px solid #02010100;
    height: 45px;
    color: #000;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'CamptonLight';
    text-transform: uppercase;
    line-height: 1.5;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-box-shadow: 0px 16px 32px 0px rgb(32 85 125 / 10%);
    box-shadow: 0px 16px 32px 0px rgb(32 85 125 / 10%);
}

    .form-group .form-control:focus,
    .form-group .form-control:active {
        border-color: #00aadb !important;
        color: #000;
        background-color: #fff;
        border-color: #00aadb;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

.form-group svg {
    position: absolute;
    top: 15px;
    right: 25px;
    color: var(--colortwo);
}

textarea.form-control {
    height: 150px !important;
}

.form-group > .btn.right {
    float: right;
}

.cv-group input[type=file] {
    color: #000;
    width: 100%;
    height: 100%;
    background: none;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.cv-group label,
.form-group > .btn {
    display: block;
    margin: 10px auto;
    cursor: pointer;
    color: #fff;
    background-color: var(--colortwo);
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'CamptonLight';
    text-transform: uppercase;
    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(--colortwo);*/
    box-sizing: border-box;
    transform: translateY(0);
    padding: 10px 25px;
    transition: all .2s ease-in-out;
    border-radius: 5px !important;
    margin-bottom: 0.75rem !important;
}

    .form-group > .btn:hover {
        color: #fff;
        background-color: var(--colortwo);
        border-color: var(--colortwo);
        transform: translateY(-0.15rem);
        box-shadow: 0 0.25rem 0.75rem rgb(30 34 40 / 15%);
        color: #fff;
    }

section > iframe {
    display: block;
}
/* İletişim */
/* Referans Galeri */
.referans-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 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: all 0.3s ease-in-out;
        transition: all 0.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, 0.3);
        background: #ffffff;
    }

        .referans-item div:before,
        .referans-item div:after {
            content: '';
            width: 50px;
            height: 50px;
            background: rgba(67, 84, 250, 0.4);
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .referans-item svg {
        top: 0;
        left: 0;
        font-size: 34px;
        color: var(--colorone) !important;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .referans-item a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
    }

    .referans-item.blue svg {
        color: var(--colorone) !important;
        opacity: 1;
    }

    .referans-item:hover img,
    .referans-item.hover img {
        opacity: 0.3;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .referans-item:hover div,
    .referans-item.hover div {
        opacity: 1;
    }

        .referans-item:hover div:after,
        .referans-item.hover div:after,
        .referans-item:hover div:before,
        .referans-item.hover div:before {
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

        .referans-item:hover div:before,
        .referans-item.hover div:before {
            -webkit-transform: scale(1.45);
            transform: scale(1.45);
        }

        .referans-item:hover div:after,
        .referans-item.hover div:after {
            -webkit-transform: scale(1.88);
            transform: scale(1.88);
        }
/* Referans Galeri */
/* Galeri */
.galeri-item {
    position: relative;
    overflow: hidden;
    background: #000000;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    margin-bottom: 30px;
}

    .galeri-item a {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 1;
    }

    .galeri-item img {
        opacity: 0.8;
        width: 100%;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    .galeri-item figcaption {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .galeri-item figcaption > div {
            height: 50%;
            overflow: hidden;
            width: 100%;
            position: relative;
        }

    .galeri-item h2,
    .galeri-item h3,
    .galeri-item .icons {
        margin: 0;
        position: absolute;
        right: 0;
        padding: 0 30px;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

    .galeri-item h2 {
        font-weight: bold;
        line-height: 1.2em;
        font-size: 18px;
        bottom: 0;
    }

    .galeri-item h3 {
        top: 0;
        color: #fff;
        font-size: 15px;
        line-height: 2em;
    }

    .galeri-item .icons {
        opacity: 0;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }

        .galeri-item .icons a {
            color: #ffffff;
            text-decoration: none;
            padding: 5px;
            font-size: 1.6em;
            opacity: 0.6;
        }

            .galeri-item .icons a:hover {
                opacity: 1;
                cursor: pointer;
            }

    .galeri-item:hover img,
    .galeri-item.hover img {
        opacity: 0.3;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .galeri-item:hover figcaption h3,
    .galeri-item.hover figcaption h3 {
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
        opacity: 0;
    }

    .galeri-item:hover figcaption .icons,
    .galeri-item.hover figcaption .icons {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
/* Galeri */
/* Ekibe Katıl Banner */
.ekibekatil-banner {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    padding: 60px 0;
}
/* Ekibe Katıl Banner */
/* Katalog */
.snip1580 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 5px;
    width: 24%;
    background-color: #000000;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

    .snip1580 * {
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .snip1580 img {
        max-width: 100%;
        vertical-align: top;
    }

    .snip1580 figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.75);
    }

    .snip1580 h3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        margin: 3px 0;
    }

    .snip1580 h5 {
        font-weight: 400;
        margin: 0;
        color: #bbb;
        letter-spacing: 1px;
    }

    .snip1580 a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .snip1580:hover figcaption,
    .snip1580.hover figcaption {
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        background-color: #fff;
    }

    .snip1580:hover h3,
    .snip1580.hover h3,
    .snip1580:hover h5,
    .snip1580.hover h5 {
        color: #000;
    }
/* Katalog */
/* WhatsApp */
.call-now-button {
    z-index: 9999;
    clear: both;
    margin: 0 auto;
    position: fixed;
    border-radius: 50px;
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .2s ease-in;
}

    .call-now-button div {
        display: flex;
        cursor: pointer;
    }

        .call-now-button div a .quick-alo-ph-img-circle, .call-now-button div a .quick-alo-phone-img-circle {
            background-color: #0c3;
        }

/*.quick-alo-ph-circle.active {
    width: 130px;
    height: 130px;
    top: -40px;
    left: -40px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,.4);
    opacity: 1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-ph-circle-fill.active {
    width: 80px;
    height: 80px;
    top: -15px;
    left: -15px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}*/

.quick-alo-phone-img-circle.shake {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    background: url(../img/whatsapp-logo.png) no-repeat center center;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/*.call-now-button:hover {
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}*/
/*@keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1;
    }
}

@keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}*/


.call-now-button {
    bottom: 0;
    right: 0;
    background: transparent;
}

@media only screen and (min-width: 320px) and (max-width: 758px) {
    .call-now-button {
    }
}
/* WhatsApp */
/* Cookie */
.cookie-container {
    position: fixed;
    z-index: 2147483645;
    max-width: 375px;
    bottom: 1em;
    left: 1em;
    font-size: 16px;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 48%;
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 3px 16px 0 rgb(0 0 0 / 26%);
    -webkit-box-shadow: 0 3px 16px 0 rgb(0 0 0 / 26%);
    -moz-box-shadow: 0 3px 16px 0 rgb(0 0 0 / 26%);
    box-shadow: 0 3px 16px 0 rgb(0 0 0 / 26%);
}

    .cookie-container > .cookie_inset {
        position: absolute;
        right: 0;
        z-index: 1;
        margin: 5px 15px;
        display: inline-block;
        cursor: pointer;
    }

        .cookie-container > .cookie_inset > .cookie-button {
            display: inline-block;
            padding: 0;
            border: none;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzQ4LjMzM3B4IiBoZWlnaHQ9IjM0OC4zMzNweCIgdmlld0JveD0iMCAwIDM0OC4zMzMgMzQ4LjMzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQ4LjMzMyAzNDguMzM0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzU2NTY1NiIgZD0iTTMzNi41NTksNjguNjExTDIzMS4wMTYsMTc0LjE2NWwxMDUuNTQzLDEwNS41NDljMTUuNjk5LDE1LjcwNSwxNS42OTksNDEuMTQ1LDAsNTYuODVjLTcuODQ0LDcuODQ0LTE4LjEyOCwxMS43NjktMjguNDA3LDExLjc2OWMtMTAuMjk2LDAtMjAuNTgxLTMuOTE5LTI4LjQxOS0xMS43NjlMMTc0LjE2NywyMzEuMDAzTDY4LjYwOSwzMzYuNTYzYy03Ljg0Myw3Ljg0NC0xOC4xMjgsMTEuNzY5LTI4LjQxNiwxMS43NjljLTEwLjI4NSwwLTIwLjU2My0zLjkxOS0yOC40MTMtMTEuNzY5Yy0xNS42OTktMTUuNjk4LTE1LjY5OS00MS4xMzksMC01Ni44NWwxMDUuNTQtMTA1LjU0OUwxMS43NzQsNjguNjExYy0xNS42OTktMTUuNjk5LTE1LjY5OS00MS4xNDUsMC01Ni44NDRjMTUuNjk2LTE1LjY4Nyw0MS4xMjctMTUuNjg3LDU2LjgyOSwwbDEwNS41NjMsMTA1LjU1NEwyNzkuNzIxLDExLjc2N2MxNS43MDUtMTUuNjg3LDQxLjEzOS0xNS42ODcsNTYuODMyLDBDMzUyLjI1OCwyNy40NjYsMzUyLjI1OCw1Mi45MTIsMzM2LjU1OSw2OC42MTF6Ii8+PC9nPjwvc3ZnPg==);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            height: 12px;
            width: 12px;
        }

    .cookie-container > p {
        padding: 15px 20px 0;
        line-height: 24px;
        font-size: 14px;
        font-weight: normal;
        font-family: 'CamptonLight';
        color: #000;
        clear: both;
        float: left;
        margin: 0 auto;
    }

    .cookie-container > a {
        display: block;
        float: left;
        padding: 10px 0;
        line-height: 24px;
        font-size: 14px;
        font-weight: normal;
        font-family: 'CamptonLight';
        text-decoration: none;
        color: #000000;
        margin: 0 10px 0 20px;
    }

        .cookie-container > a:last-child {
            margin: 0;
        }

@media only screen and (max-width: 800px) {
    .cookie-container {
        width: 700px;
    }
}

@media only screen and (max-width: 700px) {
    .cookie-container {
        width: 90%;
        padding: 10px;
    }

        .cookie-container > .cookie_inset {
            position: absolute;
            right: 0;
        }

        .cookie-container > p {
            font-size: xx-small;
        }
}

@media only screen and (max-width: 360px) {
    .cookie-container {
        height: auto;
        padding: 20px 45px 20px 20px;
    }

        .cookie-container .cookie-button {
            float: right;
            position: relative;
            right: auto;
            bottom: auto;
        }
}
/* Cookie */



/* Mobile */
.laptop {
    display: block;
}

.mobile {
    display: none !important;
}

.main-menu-bottom li {
    list-style-type: none;
    float: left;
    width: 33.3333%;
    padding: 20px 0;
    text-align: center;
}

    .main-menu-bottom li img {
        width: 48px;
        height: 48px;
        border: 1px solid #00aadb;
        border-radius: 50px;
        padding: 5px;
        display: block;
        margin: 0 auto 5px;
    }

    .main-menu-bottom li:last-child img {
        margin-bottom: -1px;
    }

    .main-menu-bottom li span {
        display: block;
        clear: both;
        font-size: 10px;
        text-transform: uppercase;
    }

    .main-menu-bottom li .blck {
        display: block;
    }

    .main-menu-bottom li span.other {
        display: inline-block;
        font-size: 10px;
    }

        .main-menu-bottom li span.other:last-child {
            display: none;
        }

.product-area {
    overflow: hidden;
}

.projeler-slide .owl-nav {
    display: none !important;
}

@media screen and (max-width: 1650px) {
}

@media screen and (max-width: 1450px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 1000px) {
    .main-menu-bottom li:nth-child(5) {
        float: right;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .main-slide .owl-nav {
        height: 30vh !important;
    }

    footer {
        height: 30vh;
        display: block;
        position: relative;
    }

    .main-menu-bottom li {
        padding: 10px 0;
    }

    .background-area {
        height: 60vh;
    }

    .main-menu-bottom {
        width: 100%;
        display: inline-block;
    }

    .item-area img {
        display: none !important;
    }

    .background-area > .container {
        padding: 0 !important;
    }

    .o-footer__bottomMenu--link {
        font-size: 12px;
    }

    .item-area {
        height: 100vh;
    }

    header {
        /*display: block !important;*/
    }

    #accordion:after {
        display: none;
    }

    .contact-middle > .elementor-row > .map_box > .row {
        margin: 0 auto;
    }

    .hauto {
        height: auto !important;
    }

    .item-blog {
        padding: 0;
    }

    .item-area .caption-text {
        /*position: relative;*/
        width: 100%;
        height: auto;
        right: 0;
    }

    header {
        height: 10vh;
    }

    .header-logo img {
        width: 100%;
        min-width: 350px;
    }
    /* side menu */
    .side-menu-wrap {
        width: 100%;
        position: fixed;
        left: -100%;
        top: 0;
        background: #fff;
        height: 100%;
        -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
        box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
        overflow-y: auto;
        z-index: 15000;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }

        .side-menu-wrap.opened {
            left: 0;
            transition: .8s;
            -webkit-transition: .8s;
            -moz-transition: .8s;
            -ms-transition: .8s;
            -o-transition: .8s;
        }

    .side-menu-logo {
        border-bottom: 2px solid var(--colortwo);
        padding: 10px;
        display: block;
    }

    .side-menu-nav .main-menu > li {
        position: relative;
        border-bottom: 1px solid #ccc;
    }

        .side-menu-nav .main-menu > li > a > i {
            color: #03328E;
        }

    .side-menu-nav .main-menu .sub-menu {
        border-top: 1px solid var(--colortwo);
        background: #fff;
        display: none;
    }

        .side-menu-nav .main-menu .sub-menu li {
            border-bottom: 1px solid #eee;
        }

        .side-menu-nav .main-menu .sub-menu a {
            padding: 10px 22px;
            display: block;
            color: #000;
            line-height: 24px;
            font-size: 14px;
            font-weight: normal;
            font-family: 'CamptonLight';
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
        }

            .side-menu-nav .main-menu .sub-menu a i {
                color: #03328E;
            }

        .side-menu-nav .main-menu .sub-menu ~ i {
            font-size: .8em;
            position: absolute;
            padding: 21px 11px;
            right: 0;
            top: 0;
            border-left: 1px solid #ccc;
        }

        .side-menu-nav .main-menu .sub-menu a:hover {
            background: #F5F5F5;
        }

    .side-menu-nav .main-menu > li > a {
        padding: 15px 30px 15px 10px;
        line-height: 24px;
        font-size: 14px;
        font-weight: normal;
        font-family: 'CamptonLight';
        text-transform: uppercase;
        display: block;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }

    .side-menu-wrap .side-menu-close {
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .header-lang {
        /*width: 75%;*/
        /*float: left;*/
        display: block;
        text-align: left;
        border-right: 2px solid #fff;
    }

    .mobil-button > .side-menu-close {
        height: 42px;
        /*width: 42px;*/
        padding: 18px 11px;
        /*background-color: var(--colortwo);
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, transparent 100%);*/
        background-color: none;
        background-image: none;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        float: right;
        width: 15%;
    }

    .side-menu-close {
        height: 42px;
        width: 42px;
        padding: 18px 11px;
        /*background-color: var(--colortwo);
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, transparent 100%);*/
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

        .side-menu-close span {
            display: block;
            height: 2px;
            width: 20px;
            background: #00aadb;
            position: relative;
            opacity: 1;
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
        }

            .side-menu-close span:nth-child(1) {
                top: -5px;
            }

            .side-menu-close span:nth-child(3) {
                bottom: -5px;
            }

        .side-menu-close.closed span:nth-child(1) {
            transform: translateY(7px) rotate(45deg);
            -webkit-transform: translateY(7px) rotate(45deg);
            -moz-transform: translateY(7px) rotate(45deg);
            -ms-transform: translateY(7px) rotate(45deg);
            -o-transform: translateY(7px) rotate(45deg);
        }

        .side-menu-close.closed span:nth-child(2) {
            opacity: 0;
        }

        .side-menu-close.closed span:nth-child(3) {
            transform: translateY(-7px) rotate(-45deg);
            -webkit-transform: translateY(-7px) rotate(-45deg);
            -moz-transform: translateY(-7px) rotate(-45deg);
            -ms-transform: translateY(-7px) rotate(-45deg);
            -o-transform: translateY(-7px) rotate(-45deg);
        }

    /*  custom overlay */
    .custom-overlay {
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .4);
        z-index: 12500;
        visibility: hidden;
        opacity: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }

        .custom-overlay.show {
            visibility: visible;
            opacity: 1;
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
        }

    .right-randevu label {
        display: contents;
    }

    .mobil-button {
        position: relative;
        margin-top: 10px;
        background-color: var(--colortwo);
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    }

    .main-slide-area {
        height: 60vh;
    }

    .widget_button > a,
    .widget_button > a > span {
        color: #fff;
    }

    .widget_button {
        margin: 15px auto;
    }

    .header-lang > ul {
        /*text-align: center;*/
        padding: 15px 30px 15px 10px;
        line-height: 24px;
    }

        .header-lang > ul > li {
            position: relative;
            padding: 10px 0;
            display: inline-block;
        }

        .header-lang > ul > .slash:last-child {
            display: none;
        }

        .header-lang > ul > .slash,
        .header-lang > ul > li > a {
            color: #000;
            line-height: 24px;
            font-size: 14px;
            font-weight: normal;
            font-family: 'CamptonLight';
        }

    .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item:first-child,
    .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item {
        width: 100%;
    }

    .contact-middle > .elementor-row > .map_box {
        padding: 15px;
    }

    .laptop {
        display: none;
    }

    .mobile {
        display: block !important;
    }

        .mobile .align-items {
            -ms-flex-align: center !important;
            align-items: center !important;
            -ms-flex-pack: justify !important;
            justify-content: space-between !important;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

    .pages-header > .container > h1 {
        font-size: medium;
    }

    .navbar-nav {
        margin: 0 auto;
    }

    .heading2 > h2 {
        width: 100%;
    }

    .contact-area {
        padding: 5px 10px;
    }

    .contact-button,
    .text-right {
        text-align: center;
    }

    .item-area,
    .contact-area > .row,
    .block-area > .container,
    header > .head-area > .container-fluid,
    header > .head-area > .container > .inset,
    header > .head-area > .container > .inset > .col {
        display: block !important;
    }

    .block-area .mright,
    .block-area .mleft {
        margin-top: 15px;
        padding: 0 15px;
    }

    .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox {
        height: 50vh;
    }

    .referance-area .item-brand .inner {
        border: 1px solid #dbdbdb;
    }

    .footer-menu-area > .maps-pic,
    .footer-menu-area > div > h3 {
        margin: 15px auto !important;
        display: block;
    }

    header > .head-area {
        padding: 10px 0;
    }

        header > .head-area > .container > .inset > .col-sol,
        header > .head-area > .container > .inset > .col-sag {
            max-width: 100%;
        }

        header > .head-area > .container > .inset > .col > a > img {
            margin: 0 auto;
        }

        header > .head-area > .container > .inset > .col > .col-flex {
            display: inline-block;
        }

        header > .head-area > .container > .inset > .col-sag {
            text-align: center !important;
        }
    /* Mobile Header */
    .navbar-collapse {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background-color: #ffbf00;
        border-top: 1px solid rgba(255,255,255,.1);
        z-index: 9999;
        max-height: calc(100vh - 70px);
        padding: 0 15px;
        margin: 0 auto !important;
    }

        .navbar-collapse > ul > li {
            display: block;
            float: none;
        }

            .navbar-collapse > ul > li > a {
                display: block;
                padding: 10px 20px;
                font-size: 14px;
                border-bottom: 1px solid rgba(255,255,255,.1);
                color: #fff !important;
                font-weight: 400 !important;
            }

                .navbar-collapse > ul > li > a > i {
                    margin-right: 5px;
                }

    .navbar-nav li:hover > ul.dropdown-menu {
        display: block;
        width: 100%;
        position: relative;
        border-radius: 0;
        left: 0;
        margin: 0;
    }

    .footer-menu-area > div > h3.right:before {
        float: right !important;
        content: '\f067';
        font-family: FontAwesome;
        padding-right: 5px;
    }
    /* Mobil Header */
}

@media all and (min-width: 1000px) {
    .navbar-collapse.collapse {
        display: block;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

.urunlersidebar {
    padding: 0;
}

    .urunlersidebar a {
        cursor: pointer;
    }

    .urunlersidebar .nav-item.dropdown svg {
        position: absolute;
        right: 15px !important;
        font-size: 14px;
        z-index: 9;
        top: 15px;
    }

    .urunlersidebar .nav-item.dropdown ul {
        list-style: none !important;
        overflow: hidden;
    }

    .urunlersidebar .collapse {
        overflow: hidden;
        display: none;
    }

        .urunlersidebar .collapse.in {
            overflow: hidden;
            display: block;
        }

    .urunlersidebar a ~ .fa-angle-down {
        display: none;
    }

    .urunlersidebar a ~ .fa-angle-up {
        display: block;
    }

    .urunlersidebar a.collapsed ~ .fa-angle-down {
        display: block !important;
    }

    .urunlersidebar a.collapsed ~ .fa-angle-up {
        display: none !important;
    }

    .urunlersidebar a .fa-angle-down {
        display: none;
    }

    .urunlersidebar a .fa-angle-up {
        display: block;
    }

    .urunlersidebar a.collapsed .fa-angle-down {
        display: block !important;
    }

    .urunlersidebar a.collapsed .fa-angle-up {
        display: none !important;
    }
