﻿@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');

a {
    color: #060e62;
}

.PageFooter a {
    color: #fff !important;
}
/* İç Sayfa */
.ptb10 {
    padding: 10px 0;
}

.open > .dropdown-menu {
    width: 100%;
}

.open > ul.dropdown-menu > li > a {
    font-size: 12px;
}

/* İç Sayfa */
/* Ürün Detay */
.product-area h1 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: .01em;
    margin-bottom: 15px;
}

.product-area h2 {
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
}

#imageGallery li {
    list-style-type: none;
}

#imageGallery img {
    width: 100%;
}

.pdf {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}

    .pdf img {
        display: block;
    }

    .pdf span {
        line-height: 24px;
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }

.urundetaybolum {
    background-color: rgb(237, 242, 246);
    padding: 30px 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;
        }

.card-header {
    margin: 15px auto;
    border-bottom: 2px solid #cad1dd;
}

    .card-header > a {
        position: relative;
        display: block;
        font-weight: 500;
        color: #000;
        font-size: 2em;
        margin: 0.67em 0;
    }

        .card-header > a:before {
            background-image: url('../img/plus.png');
            content: "";
            position: absolute;
            width: 14px;
            height: 14px;
            top: 15px;
            right: 0;
        }

/* Ürün Detay */
/* İç Sayfa Breadcrumb */
.pages-header {
    height: 250px;
    position: relative;
    font-family: 'Raleway', sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    padding: 40px 0;
    /*background: rgb(237, 242, 246);*/
}

    .pages-header > .container {
        text-align: center;
    }

        .pages-header > .container > h1 {
            font-weight: 700;
            color: #333;
            font-size: 40px;
            padding-top: 45px;
        }

.breadcrumbs {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9;
    color: #333;
    margin-bottom: 15px;
}

    .breadcrumbs span {
        margin-right: 40px;
        position: relative;
    }

    .breadcrumbs a {
        text-decoration: none;
        color: #333;
        font-weight: 700;
    }

        .breadcrumbs a:after {
            border-bottom: 5px solid transparent;
            border-left: 5px solid #fff;
            border-top: 5px solid transparent;
            content: "";
            display: inline-block;
            position: absolute;
            right: -22px;
            top: 4px;
        }

        .breadcrumbs a:before {
            border-bottom: 6px solid transparent;
            border-left: 6px solid rgba(0,0,0,.2);
            border-top: 6px solid transparent;
            content: "";
            display: inline-block;
            position: absolute;
            right: -23px;
            top: 3px;
        }
/* İç Sayfa Breadcrumb */


.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;
}

.item-area {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.text > h1 {
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1em;
    font-size: 52px;
}

.text > h2 {
    font-size: 16px;
    line-height: 1.75em;
}

.slide-btn {
    margin: 15px auto;
    color: #fff;
    background-color: rgb(44, 46, 49);
    border-radius: 4px;
    letter-spacing: .1em;
    box-shadow: 0px 20px 40px 0px rgb(73 76 137 / 13%);
    padding-left: 1em !important;
    overflow: hidden;
    display: inline-flex;
    padding: 0;
    position: relative;
    border: 1px solid rgb(44, 46, 49);
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    transition: all .3s;
}

    .slide-btn:hover {
        border-color: transparent;
        background-color: #004066;
        color: #fff;
        transform: translate3d(0,-2px,0);
        box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
    }

    .slide-btn > span {
        margin: -0.5px;
        padding: 1.3em 1em;
        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-btn > span > .btn-icon {
            margin-left: 20px;
            padding: 0 20px;
            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;
        }

            .slide-btn > span > .btn-icon:before {
                content: '';
                display: inline-block;
                width: 1px;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                background-color: #ffffff2b;
            }
/* Slide */
/* Banner - 1 */
.block-area {
    position: relative;
    margin: 60px auto;
}

    .block-area > .container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .block-area .mleft {
        padding-left: 10%;
    }

    .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: #004066;
            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;
}

.heading > h1 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 1.25em !important;
    position: relative;
    font-weight: bold;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    font-size: 13px;
    text-transform: uppercase;
    color: #000000;
}

.heading > h2 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 1.25em !important;
    position: relative;
    font-size: 16px;
    line-height: 1.75em;
    color: #000000;
}

.heading > h3 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 1.25em !important;
    position: relative;
    font-weight: bold;
    line-height: 1.25em;
    font-size: 24px;
    color: #000000;
}

.heading2 > h2 {
    width: 50%;
    margin: 1em auto;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 1.75em;
    color: #000000;
}

.heading2 > h4 {
    display: block;
    margin-top: 0;
    margin-bottom: 0 !important;
    position: relative;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1em;
    font-size: 52px;
    color: #000000;
}

.banner-button {
    position: relative;
}

    .banner-button > a {
        color: #fff;
        background-color: #004066;
        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ü */
.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;
            background-color: #004066;
            color: #fff;
            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 > .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:first-child .inner {
            border-top-width: 1px !important;
            border-right-width: 1px !important;
            border-left-width: 1px !important;
            padding-top: 76px !important;
            padding-bottom: 77px !important;
            border-left-color: #dbdbdb !important;
            border-left-style: solid !important;
            border-right-color: #dbdbdb !important;
            border-right-style: solid !important;
            border-top-color: #dbdbdb !important;
            border-top-style: solid !important;
        }

        .referance-area .item-brand:nth-child(2) .inner {
            border-top-width: 1px !important;
            border-right-width: 1px !important;
            padding-top: 80px !important;
            padding-bottom: 80px !important;
            border-right-color: #dbdbdb !important;
            border-right-style: solid !important;
            border-top-color: #dbdbdb !important;
            border-top-style: solid !important;
        }

        .referance-area .item-brand:nth-child(3) .inner {
            border-top-width: 1px !important;
            border-right-width: 1px !important;
            padding-top: 80px !important;
            padding-bottom: 80px !important;
            border-right-color: #dbdbdb !important;
            border-right-style: solid !important;
            border-top-color: #dbdbdb !important;
            border-top-style: solid !important;
        }

        .referance-area .item-brand:nth-child(4) .inner {
            border-top-width: 1px !important;
            border-right-width: 1px !important;
            padding-top: 80px !important;
            padding-bottom: 72px !important;
            border-right-color: #dbdbdb !important;
            border-right-style: solid !important;
            border-top-color: #dbdbdb !important;
            border-top-style: solid !important;
        }

        .referance-area .item-brand:nth-child(5) .inner {
            border-top-width: 1px !important;
            border-right-width: 1px !important;
            border-bottom-width: 1px !important;
            border-left-width: 1px !important;
            padding-top: 82px !important;
            padding-bottom: 82px !important;
            border-left-color: #dbdbdb !important;
            border-left-style: solid !important;
            border-right-color: #dbdbdb !important;
            border-right-style: solid !important;
            border-top-color: #dbdbdb !important;
            border-top-style: solid !important;
            border-bottom-color: #dbdbdb !important;
            border-bottom-style: solid !important;
        }

        .referance-area .item-brand:nth-child(6) .inner {
            border-top-width: 1px !important;
            border-right-width: 1px !important;
            border-bottom-width: 1px !important;
            padding-top: 80px !important;
            padding-bottom: 80px !important;
            border-right-color: #dbdbdb !important;
            border-right-style: solid !important;
            border-top-color: #dbdbdb !important;
            border-top-style: solid !important;
            border-bottom-color: #dbdbdb !important;
            border-bottom-style: solid !important;
        }

        .referance-area .item-brand:nth-child(7) .inner {
            border-top-width: 1px !important;
            border-right-width: 1px !important;
            border-bottom-width: 1px !important;
            padding-top: 78px !important;
            padding-bottom: 79px !important;
            border-right-color: #dbdbdb !important;
            border-right-style: solid !important;
            border-top-color: #dbdbdb !important;
            border-top-style: solid !important;
            border-bottom-color: #dbdbdb !important;
            border-bottom-style: solid !important;
        }

        .referance-area .item-brand:nth-child(8) .inner {
            border-top-width: 1px !important;
            border-right-width: 1px !important;
            border-bottom-width: 1px !important;
            padding-top: 76px !important;
            padding-bottom: 76px !important;
            border-right-color: #dbdbdb !important;
            border-right-style: solid !important;
            border-top-color: #dbdbdb !important;
            border-top-style: solid !important;
            border-bottom-color: #dbdbdb !important;
            border-bottom-style: solid !important;
        }

        .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 {
    padding: 5px;
    margin-bottom: 15px;
}

    .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%;
                }

        .item-blog article:hover .picture-area {
            transform: scale(1.15);
            transition-duration: 10s;
        }

        .item-blog article .picture-area .meta {
            position: absolute;
            top: 25px;
            left: 25px;
            font-size: 11px;
            z-index: 2;
            font-weight: 700 !important;
            letter-spacing: .1em !important;
            text-transform: uppercase !important;
            background-color: #fff;
            display: inline-flex !important;
            padding: 9px 16px;
            transition: all .3s;
            box-shadow: 0 0 0 rgb(0 0 0 / 25%);
            line-height: 1.5em;
            border-radius: 50em !important;
        }

            .item-blog article .picture-area .meta a {
                color: #000;
            }

        .item-blog article .text-header {
            padding: 0rem 4rem;
        }

            .item-blog article .text-header h3 a {
                margin-top: 0;
                margin-bottom: 1.25em !important;
                position: relative;
                font-weight: bold;
                line-height: 1.2em;
                letter-spacing: 0.1em;
                font-size: 13px;
                text-transform: uppercase;
                color: #000000;
            }

            .item-blog article .text-header h2 a {
                display: inline-block;
                margin-top: 0;
                margin-bottom: 1.25em !important;
                position: relative;
                font-weight: 500;
                line-height: 1.25em;
                font-size: 21px;
                color: #000000;
            }

.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;
                                font-weight: bold;
                                line-height: 1.2em;
                                letter-spacing: 0.1em;
                                font-size: 13px;
                                text-transform: uppercase;
                                color: #000000;
                                z-index: 3;
                            }

                            .slide-block > .inner > .inset > .iconbox > .contents > .btn > span > .btn-icon {
                                margin-inline-end: 0;
                                margin-inline-start: 8px;
                                position: relative;
                                z-index: 3;
                                display: inline-flex;
                                align-items: center;
                                justify-content: center;
                                font-size: 13px;
                                letter-spacing: 0;
                                color: #000;
                            }

                    .slide-block > .inner > .inset > .iconbox > .contents > p {
                        display: inline-block;
                        margin-top: 0;
                        margin-bottom: 1.25em !important;
                        position: relative;
                        font-size: 16px;
                        line-height: 1.75em;
                        color: #000000;
                    }

                    .slide-block > .inner > .inset > .iconbox > .contents > h3 {
                        position: relative;
                        display: inline-block;
                        margin-top: 0;
                        margin-bottom: 1.25em !important;
                        font-weight: bold;
                        line-height: 1.2em;
                        letter-spacing: 0.1em;
                        font-size: 13px;
                        color: #000000;
                    }

                        .slide-block > .inner > .inset > .iconbox > .contents > h3::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 > h3:after {
            opacity: 1;
            transform: translate(1em,-50%);
            right: -40px;
        }
/* Slide Block */

/* Footer */
footer {
    position: relative;
    padding: 100px 0 40px;
    background-color: #292e33 !important;
}

.contact-area {
    padding: 55px 90px;
    box-shadow: 0px 15px 50px 0px rgb(0 0 0 / 19%);
    margin-bottom: -100px !important;
    background-color: #00aadb !important;
    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: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
        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;
        }

    .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: 18px;
        color: #fff;
        display: inline-block;
        position: relative;
        margin-top: 0;
        font-weight: 700;
        line-height: 1.2em;
    }

    .footer-menu-area > div > .antre {
        margin: 50px auto;
        display: block;
    }

    .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;
}

.o-footer__bottomMenu--link {
    position: relative;
    padding: 0 5px;
    color: #adb5ba;
    font-size: 15px;
    display: inline-block;
}

    .o-footer__bottomMenu--link:hover {
        color: #fff;
    }

    .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 {
    position: relative;
    padding: 0 5px;
    color: #adb5ba;
    font-size: 15px;
    display: inline-block;
}
/* Footer */
/* İletişim */
.contact-middle {
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    overflow: visible;
}

    .contact-middle > .elementor-row {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
    }

        .contact-middle > .elementor-row > .address_box {
            width: 35%;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .contact-middle > .elementor-row > .address_box::after {
                position: absolute;
                content: '';
                width: 30px;
                height: 30px;
                background: #060e62;
                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: #060e62;
                transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
                margin: 0 0 0 35px;
                border-radius: 7px 7px 7px 7px;
                padding: 0;
                width: 100%;
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-background-overlay {
                    border-radius: 7px 7px 7px 7px;
                    mix-blend-mode: luminosity;
                    transition: background .3s,border-radius .3s,opacity .3s;
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    opacity: .14;
                    height: 100%;
                    width: 100%;
                    top: 0;
                    left: 0;
                    position: absolute;
                }

                .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap {
                    align-content: center;
                    align-items: center;
                    padding: 50px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    position: relative;
                    width: 100%;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    -ms-flex-line-pack: start;
                    align-content: flex-start;
                }

                    .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget {
                        width: 100%;
                        position: relative;
                    }

                        .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item {
                            font-family: 'Raleway', sans-serif;
                            font-size: 21px;
                            font-weight: 600;
                        }

                            .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a {
                                margin: -6px 0 34px;
                                -webkit-box-align: center;
                                -ms-flex-align: center;
                                align-items: center;
                                -webkit-transition: all .4s ease;
                                transition: all .4s ease;
                                position: relative;
                                display: -webkit-box;
                                display: -ms-flexbox;
                                display: flex;
                                -webkit-box-align: center;
                                -ms-flex-align: center;
                                align-items: center;
                                font-size: inherit;
                                text-decoration: none;
                                outline: 0;
                            }

                                .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a > .list_content {
                                    text-align: center;
                                    width: 100%;
                                }

                                    .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a > .list_content > .address-icon-list-text {
                                        color: #fff;
                                        margin: 0;
                                        display: block;
                                        margin-bottom: 0;
                                    }

                                        .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a > .list_content > .address-icon-list-text > .title {
                                            position: relative;
                                            margin: 5px auto;
                                            display: inherit;
                                        }

                                        .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a > .list_content > .address-icon-list-text > .titletop {
                                            position: relative;
                                            font-size: 32px;
                                            font-weight: 600;
                                        }

                                        .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a > .list_content > .address-icon-list-text > .subtitle {
                                            font-family: 'Raleway', sans-serif;
                                            font-size: 16px;
                                            font-weight: 500;
                                            color: #fff;
                                            padding: 8px 0 0;
                                            font-style: normal;
                                            display: block;
                                            -webkit-transition: all .4s ease;
                                            transition: all .4s ease;
                                        }

                    .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-button::before {
                        position: absolute;
                        width: 8px;
                        height: 8px;
                        background: #fff;
                        content: '';
                        left: -20px;
                        transition: all .3s !important;
                        top: 11px;
                        border-radius: 50%;
                    }

                    .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-button {
                        position: relative;
                        z-index: 2;
                        width: 100%;
                    }

                        .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-button > a {
                            padding: 0;
                            font-family: 'Raleway', sans-serif;
                            font-size: 16px;
                            font-weight: 500;
                            text-decoration: underline;
                            background-color: transparent;
                            border-style: none;
                            border-radius: 5px;
                            color: #fff;
                            position: relative;
                            display: inline-block;
                            line-height: 1;
                            -webkit-user-select: none;
                            -moz-user-select: none;
                            -ms-user-select: none;
                            user-select: none;
                            white-space: nowrap;
                            vertical-align: middle;
                            text-align: center;
                            -webkit-transition: all .4s ease;
                            transition: all .4s ease;
                        }

                            .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-button > a::before {
                                position: absolute;
                                content: "";
                                border-radius: inherit;
                                -webkit-transition: all .4s ease;
                                transition: all .4s ease;
                                z-index: -1;
                                top: 0;
                                left: 0;
                                height: 100%;
                                width: 100%;
                                background-size: 102% 102%;
                                opacity: 0;
                            }

        .contact-middle > .elementor-row > .map_box {
            width: 65%;
            background-color: #FFFFFF;
            box-shadow: 0px 10px 35px 0px rgb(0 0 0 / 10%);
            transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
            padding: 50px 35px 50px 35px;
            overflow: visible;
            border-radius: 6px 6px 6px 6px;
            position: relative;
        }

            .contact-middle > .elementor-row > .map_box > .map-area {
                width: 100%;
            }

                .contact-middle > .elementor-row > .map_box > .map-area > .wrap {
                    position: relative;
                    width: 100%;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    -ms-flex-line-pack: start;
                    align-content: flex-start;
                }

                    .contact-middle > .elementor-row > .map_box > .map-area > .wrap > .google_maps {
                        width: 100%;
                        position: relative;
                        line-height: 0;
                    }

                        .contact-middle > .elementor-row > .map_box > .map-area > .wrap > .google_maps > iframe {
                            height: 385px;
                            filter: brightness( 87% ) contrast( 143% ) saturate( 0% ) blur( 0px ) hue-rotate( 215deg );
                            max-width: 100%;
                            width: 100%;
                            margin: 0;
                            line-height: 1;
                            border: none;
                        }

            .contact-middle > .elementor-row > .map_box > .row {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin-right: -15px;
                margin-left: -15px;
            }

                .contact-middle > .elementor-row > .map_box > .row .form-group {
                    position: relative;
                    margin-bottom: 1rem;
                }

            .contact-middle > .elementor-row > .map_box > h1 {
                font-family: 'Raleway', sans-serif;
                color: rgb(16, 16, 16);
                margin: 0px 0px 15px;
                font-size: 32px;
                font-weight: 900;
                line-height: 54px;
                text-align: center;
            }

.form-group td {
    padding: 0 10px;
}

    .form-group td label {
        padding-left: 10px;
        cursor: pointer;
    }

.form-group .label {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1.0rem;
    padding: 0;
}

.form-group .form-control {
    padding: 12px 16px 12px 16px;
    border-radius: 5px 5px 5px 5px;
    background-color: #f6f7f9;
    font-size: 12px;
    border: 1px solid #02010100;
    height: 45px;
    color: #000;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 1.5;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-box-shadow: 0px 16px 32px 0px rgb(32 85 125 / 10%);
    box-shadow: 0px 16px 32px 0px rgb(32 85 125 / 10%);
}

    .form-group .form-control:focus,
    .form-group .form-control:active {
        border-color: #060e62 !important;
        color: #000;
        background-color: #fff;
        border-color: #060e62;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgb(6 14 98 / 25%);
        box-shadow: 0 0 0 0.2rem rgb(6 14 98 / 25%);
    }

.form-group svg {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #060e62;
}

textarea.form-control {
    height: 150px !important;
}

.form-group > .btn {
    display: block;
    margin: 10px auto;
    cursor: pointer;
    color: #fff;
    background-color: #060e62;
    display: inline-block;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #060e62;
    box-sizing: border-box;
    transform: translateY(0);
    padding: 10px 25px;
    font-size: 14px;
    transition: all .2s ease-in-out;
    border-radius: 5px !important;
    margin-bottom: 0.75rem !important;
}

    .form-group > .btn:hover {
        color: #fff;
        background-color: #060e62;
        border-color: #060e62;
        transform: translateY(-0.15rem);
        box-shadow: 0 0.25rem 0.75rem rgb(6 14 98 / 15%);
        color: #fff;
    }
/* İletişim */
/* Galeri */
.snip1159 {
    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;
}

    .snip1159 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .snip1159 img {
        max-width: 100%;
        width: 100%;
        padding: 15px;
    }

    .snip1159 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;
    }

        .snip1159 div:before,
        .snip1159 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;
        }

    .snip1159 svg {
        top: 0;
        left: 0;
        font-size: 34px;
        color: #fff !important;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .snip1159 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
    }

    .snip1159.blue svg {
        color: #000 !important;
    }

    .snip1159:hover img,
    .snip1159.hover img {
        opacity: 0.3;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .snip1159:hover div,
    .snip1159.hover div {
        opacity: 1;
    }

        .snip1159:hover div:after,
        .snip1159.hover div:after,
        .snip1159:hover div:before,
        .snip1159.hover div:before {
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

        .snip1159:hover div:before,
        .snip1159.hover div:before {
            -webkit-transform: scale(1.45);
            transform: scale(1.45);
        }

        .snip1159:hover div:after,
        .snip1159.hover div:after {
            -webkit-transform: scale(1.88);
            transform: scale(1.88);
        }
/* 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;
    background-image: url('../img/talep.jpg');
}
/* Ekibe Katıl Banner */
/* Katalog */
.snip1580 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 5px;
    width: 24%;
    background-color: #000000;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

    .snip1580 * {
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .snip1580 img {
        max-width: 100%;
        vertical-align: top;
    }

    .snip1580 figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.75);
    }

    .snip1580 h3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        margin: 3px 0;
    }

    .snip1580 h5 {
        font-weight: 400;
        margin: 0;
        color: #bbb;
        letter-spacing: 1px;
    }

    .snip1580 a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .snip1580:hover figcaption,
    .snip1580.hover figcaption {
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        background-color: #fff;
    }

    .snip1580:hover h3,
    .snip1580.hover h3,
    .snip1580:hover h5,
    .snip1580.hover h5 {
        color: #333;
    }
/* Katalog */
/* WhatsApp */
.call-now-button {
    z-index: 9999;
    clear: both;
    margin: 0 auto;
    position: fixed;
    border-radius: 50px;
}

    .call-now-button div {
        display: flex;
        cursor: pointer;
    }

        .call-now-button div a .quick-alo-ph-img-circle, .call-now-button div a .quick-alo-phone-img-circle {
            background-color: #0c3;
        }

.quick-alo-ph-circle.active {
    width: 130px;
    height: 130px;
    top: -40px;
    left: -40px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,.4);
    opacity: 1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-ph-circle-fill.active {
    width: 80px;
    height: 80px;
    top: -15px;
    left: -15px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-phone-img-circle.shake {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    background: url(../img/whatsapp-logo.png) no-repeat center center;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1;
    }
}

@keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}


.call-now-button {
    bottom: 10%;
    right: 2%;
    background: transparent;
}

@media only screen and (min-width: 320px) and (max-width: 758px) {
    .call-now-button {
        left: 5% !important;
        width: 40%;
        right: auto;
    }
}
/* WhatsApp */
/* Cookie */
.cookie-container {
    position: fixed;
    z-index: 2147483645;
    max-width: 375px;
    bottom: 1em;
    left: 1em;
    font-size: 16px;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 48%;
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 3px 16px 0 rgb(0 0 0 / 26%);
    -webkit-box-shadow: 0 3px 16px 0 rgb(0 0 0 / 26%);
    -moz-box-shadow: 0 3px 16px 0 rgb(0 0 0 / 26%);
    box-shadow: 0 3px 16px 0 rgb(0 0 0 / 26%);
}

    .cookie-container > .cookie_inset {
        float: right;
        margin: 5px 15px;
        display: inline-block;
        cursor: pointer;
    }

        .cookie-container > .cookie_inset > .cookie-button {
            display: inline-block;
            padding: 0;
            border: none;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzQ4LjMzM3B4IiBoZWlnaHQ9IjM0OC4zMzNweCIgdmlld0JveD0iMCAwIDM0OC4zMzMgMzQ4LjMzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQ4LjMzMyAzNDguMzM0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzU2NTY1NiIgZD0iTTMzNi41NTksNjguNjExTDIzMS4wMTYsMTc0LjE2NWwxMDUuNTQzLDEwNS41NDljMTUuNjk5LDE1LjcwNSwxNS42OTksNDEuMTQ1LDAsNTYuODVjLTcuODQ0LDcuODQ0LTE4LjEyOCwxMS43NjktMjguNDA3LDExLjc2OWMtMTAuMjk2LDAtMjAuNTgxLTMuOTE5LTI4LjQxOS0xMS43NjlMMTc0LjE2NywyMzEuMDAzTDY4LjYwOSwzMzYuNTYzYy03Ljg0Myw3Ljg0NC0xOC4xMjgsMTEuNzY5LTI4LjQxNiwxMS43NjljLTEwLjI4NSwwLTIwLjU2My0zLjkxOS0yOC40MTMtMTEuNzY5Yy0xNS42OTktMTUuNjk4LTE1LjY5OS00MS4xMzksMC01Ni44NWwxMDUuNTQtMTA1LjU0OUwxMS43NzQsNjguNjExYy0xNS42OTktMTUuNjk5LTE1LjY5OS00MS4xNDUsMC01Ni44NDRjMTUuNjk2LTE1LjY4Nyw0MS4xMjctMTUuNjg3LDU2LjgyOSwwbDEwNS41NjMsMTA1LjU1NEwyNzkuNzIxLDExLjc2N2MxNS43MDUtMTUuNjg3LDQxLjEzOS0xNS42ODcsNTYuODMyLDBDMzUyLjI1OCwyNy40NjYsMzUyLjI1OCw1Mi45MTIsMzM2LjU1OSw2OC42MTF6Ii8+PC9nPjwvc3ZnPg==);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            height: 12px;
            width: 12px;
        }

    .cookie-container > p {
        padding: 4px 20px 0;
        color: #000;
        font-weight: 400;
        font-size: 13px;
        clear: both;
        float: left;
        line-height: 1.5;
        margin: 0;
    }

    .cookie-container > a {
        display: block;
        float: left;
        padding: 10px 0;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        color: #000000;
        margin: 0 10px 0 20px;
    }

        .cookie-container > a:last-child {
            margin: 0;
        }

@media only screen and (max-width: 800px) {
    .cookie-container {
        width: 700px;
    }
}

@media only screen and (max-width: 700px) {
    .cookie-container {
        width: 90%;
        height: 110px;
        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;
}

@media screen and (max-width: 1650px) {
}

@media screen and (max-width: 1450px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 1000px) {
    .laptop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .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-fluid > .inset,
    header > .head-area > .container-fluid > .inset > .col {
        display: block !important;
    }

    .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;
    }

    header > .head-area {
        padding: 10px 5px;
    }

        header > .head-area > .container-fluid > .inset > .col-sol,
        header > .head-area > .container-fluid > .inset > .col-sag {
            max-width: 100%;
        }

        header > .head-area > .container-fluid > .inset > .col > a > img {
            margin: 0 auto;
        }

        header > .head-area > .container-fluid > .inset > .col > .col-flex {
            display: inline-block;
        }

        header > .head-area > .container-fluid > .inset > .col-sag {
            text-align: center !important;
        }
    /* Mobile Header */
    .navbar-collapse {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background-color: #004066;
        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;
            }

                .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;
    }
    /* Mobil Header */
}

@media all and (min-width: 1000px) {
}




.aksiyon101 > div > div > .left, .aksiyon101 > div > div > .right {
    height: 100vh;
    padding: 0;
}

    .aksiyon101 > div > div > .left > .in {
        height: calc(100%);
    }

        .aksiyon101 > div > div > .left > .in > .first {
            background-image: url(http://apiv2.akilliwebpaketi.com/images/hero101.jpg);
            position: relative;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            background-blend-mode: overlay;
        }

    .aksiyon101 > div > div > .left > .text-area {
        position: absolute;
        z-index: 1;
        bottom: 0;
        padding-top: 2.5em;
        padding-right: 7vw;
        padding-bottom: 2em;
        padding-left: 7vw;
        background-color: #1e1735;
    }

        .aksiyon101 > div > div > .left > .text-area > p {
            color: #fff;
            font-family: 'Montserrat', sans-serif;
            line-height: 1.42em;
            font-size: 16px;
            font-weight: 400;
        }

.aksiyon101 > div > div > .right {
    display: table;
    position: relative;
    background-repeat: repeat;
    background-size: auto;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: rgba(255, 255, 255, 0);
}

    .aksiyon101 > div > div > .right > .dtc {
        display: table-cell;
        vertical-align: middle;
        float: none;
        padding: 0 18%;
    }

        .aksiyon101 > div > div > .right > .dtc > h1 {
            position: relative;
            margin-bottom: 1.5em !important;
            font-weight: 700;
            line-height: 1.2em;
            letter-spacing: .1em;
            font-size: 10px;
            text-transform: none;
            color: #060e62;
            font-family: 'Montserrat', sans-serif;
        }

            .aksiyon101 > div > div > .right > .dtc > h1 > span {
                background: #060e62;
                border-radius: 3px;
                color: #fff;
                padding: 5px 10px;
                margin-right: 15px;
            }

        .aksiyon101 > div > div > .right > .dtc > h2 {
            font-family: 'Montserrat', sans-serif;
            font-size: 42px;
            font-weight: 700;
            margin: 15px auto;
            color: #060e62;
        }

        .aksiyon101 > div > div > .right > .dtc > p {
            position: relative;
            font-family: 'Montserrat', sans-serif;
            line-height: 1.42em;
            font-size: 18px;
            font-weight: 400;
            color: #060e62;
        }

            .aksiyon101 > div > div > .right > .dtc > p > strong {
                font-weight: 700;
            }

        .aksiyon101 > div > div > .right > .dtc > a.tus {
            position: relative;
            display: inline-block;
            text-decoration: none;
            background-color: #e33730;
            color: #fff;
            text-align: center;
            cursor: pointer;
            padding: 1.15em 2.1em;
            margin: 30px auto 15px;
            font-size: 13px;
            text-align: center;
            font-weight: 700;
            line-height: 1.1em;
            border-radius: 4px;
            transition: all .3s;
            font-family: 'Montserrat', sans-serif;
        }

            .aksiyon101 > div > div > .right > .dtc > a.tus:hover, .aksiyon101 > div > div > .right > .dtc > a.tus:active {
                transform: translate3d(0,-2px,0);
                box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
                color: #fff;
            }

        .aksiyon101 > div > div > .right > .dtc > .tus2 {
            position: relative;
            display: inline-grid;
            text-decoration: none;
            background-color: transparent;
            color: #000;
            text-align: left;
            cursor: pointer;
            padding: 0 3em;
            margin: 0 auto;
            font-size: 13px;
            font-weight: 700;
            line-height: 1.1em;
            border-radius: 4px;
            transition: all .3s;
            font-family: 'Montserrat', sans-serif;
        }

            .aksiyon101 > div > div > .right > .dtc > .tus2 > span {
                display: inline-block;
            }

                .aksiyon101 > div > div > .right > .dtc > .tus2 > span:last-child {
                    display: inline-block;
                    color: #e33730;
                }

@media (max-width: 767px) {
    .aksiyon101 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .aksiyon101 > div > div > .right {
            height: auto;
            padding: 0;
        }

            .aksiyon101 > div > div > .right > .dtc {
                padding: 0;
            }

                .aksiyon101 > div > div > .right > .dtc > h1, .aksiyon101 > div > div > .right > .dtc > p, .aksiyon101 > div > div > .left > .text-area > p, .aksiyon101 > div > div > .right > .dtc > h1 *, .aksiyon101 > div > div > .right > .dtc > p * {
                    font-size: x-small !important;
                    width: 100%;
                    margin: 5% auto;
                }

                .aksiyon101 > div > div > .right > .dtc > h2, .aksiyon101 > div > div > .right > .dtc > h2 * {
                    font-size: xx-large !important;
                    width: 100%;
                    margin: 5% auto;
                }

                .aksiyon101 > div > div > .right > .dtc > a.tus, .aksiyon101 > div > div > .right > .dtc > .tus2 {
                    width: 50%;
                    font-size: x-small !important;
                }

                    .aksiyon101 > div > div > .right > .dtc > .tus2, .aksiyon101 > div > div > .right > .dtc > .tus2 * {
                        padding: 0 2em;
                    }
}

@media (min-width:768px) and (max-width:1199px) {
    .aksiyon101 > div > div > .right > .dtc {
        padding: 5%;
    }
}

/*! CSS Used from: Embedded ; media=screen */
@media screen {
    .aksiyon101 {
        position: relative;
        overflow: hidden;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-blend-mode: overlay;
        background-image: url(http://apiv2.akilliwebpaketi.com/images/background101.jpg);
    }

        .aksiyon101 > div > div > .left, .aksiyon101 > div > div > .right {
            height: 100vh;
            padding: 0;
        }

            .aksiyon101 > div > div > .left > .in {
                height: calc(100%);
            }

                .aksiyon101 > div > div > .left > .in > .first {
                    background-image: url(http://apiv2.akilliwebpaketi.com/images/hero101.jpg);
                    position: relative;
                    width: 100%;
                    height: 100%;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: center center;
                    background-blend-mode: overlay;
                }

            .aksiyon101 > div > div > .left > .text-area {
                position: absolute;
                z-index: 1;
                bottom: 0;
                padding-top: 2.5em;
                padding-right: 7vw;
                padding-bottom: 2em;
                padding-left: 7vw;
                background-color: #1e1735;
            }

                .aksiyon101 > div > div > .left > .text-area > p {
                    color: #fff;
                    font-family: 'Montserrat', sans-serif;
                    line-height: 1.42em;
                    font-size: 16px;
                    font-weight: 400;
                }

        .aksiyon101 > div > div > .right {
            display: table;
            position: relative;
            background-repeat: repeat;
            background-size: auto;
            background-position: center center;
            background-blend-mode: overlay;
            background-color: rgba(255, 255, 255, 0);
        }

            .aksiyon101 > div > div > .right > .dtc {
                display: table-cell;
                vertical-align: middle;
                float: none;
                padding: 0 18%;
            }

                .aksiyon101 > div > div > .right > .dtc > h1 {
                    position: relative;
                    margin-bottom: 1.5em !important;
                    font-weight: 700;
                    line-height: 1.2em;
                    letter-spacing: .1em;
                    font-size: 10px;
                    text-transform: none;
                    color: #060e62;
                    font-family: 'Montserrat', sans-serif;
                }

                    .aksiyon101 > div > div > .right > .dtc > h1 > span {
                        background: #060e62;
                        border-radius: 3px;
                        color: #fff;
                        padding: 5px 10px;
                        margin-right: 15px;
                    }

                .aksiyon101 > div > div > .right > .dtc > h2 {
                    font-family: 'Montserrat', sans-serif;
                    font-size: 42px;
                    font-weight: 700;
                    margin: 15px auto;
                    color: #060e62;
                }

                .aksiyon101 > div > div > .right > .dtc > p {
                    position: relative;
                    font-family: 'Montserrat', sans-serif;
                    line-height: 1.42em;
                    font-size: 18px;
                    font-weight: 400;
                    color: #060e62;
                }

                    .aksiyon101 > div > div > .right > .dtc > p > strong {
                        font-weight: 700;
                    }

                .aksiyon101 > div > div > .right > .dtc > a.tus {
                    position: relative;
                    display: inline-block;
                    text-decoration: none;
                    background-color: #e33730;
                    color: #fff;
                    text-align: center;
                    cursor: pointer;
                    padding: 1.15em 2.1em;
                    margin: 30px auto 15px;
                    font-size: 13px;
                    text-align: center;
                    font-weight: 700;
                    line-height: 1.1em;
                    border-radius: 4px;
                    transition: all .3s;
                    font-family: 'Montserrat', sans-serif;
                }

                    .aksiyon101 > div > div > .right > .dtc > a.tus:hover, .aksiyon101 > div > div > .right > .dtc > a.tus:active {
                        transform: translate3d(0,-2px,0);
                        box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
                        color: #fff;
                    }

                .aksiyon101 > div > div > .right > .dtc > .tus2 {
                    position: relative;
                    display: inline-grid;
                    text-decoration: none;
                    background-color: transparent;
                    color: #000;
                    text-align: left;
                    cursor: pointer;
                    padding: 0 3em;
                    margin: 0 auto;
                    font-size: 13px;
                    font-weight: 700;
                    line-height: 1.1em;
                    border-radius: 4px;
                    transition: all .3s;
                    font-family: 'Montserrat', sans-serif;
                }

                    .aksiyon101 > div > div > .right > .dtc > .tus2 > span {
                        display: inline-block;
                    }

                        .aksiyon101 > div > div > .right > .dtc > .tus2 > span:last-child {
                            display: inline-block;
                            color: #e33730;
                        }

    @media (max-width: 767px) {
        .aksiyon101 {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

            .aksiyon101 > div > div > .right {
                height: auto;
                padding: 0;
            }

                .aksiyon101 > div > div > .right > .dtc {
                    padding: 8%;
                }

                    .aksiyon101 > div > div > .right > .dtc > h1, .aksiyon101 > div > div > .right > .dtc > p, .aksiyon101 > div > div > .left > .text-area > p, .aksiyon101 > div > div > .right > .dtc > h1 *, .aksiyon101 > div > div > .right > .dtc > p * {
                        font-size: x-small !important;
                        width: 100%;
                        margin: 5% auto;
                    }

                    .aksiyon101 > div > div > .right > .dtc > h2, .aksiyon101 > div > div > .right > .dtc > h2 * {
                        font-size: xx-large !important;
                        width: 100%;
                        margin: 5% auto;
                    }

                    .aksiyon101 > div > div > .right > .dtc > a.tus, .aksiyon101 > div > div > .right > .dtc > .tus2 {
                        width: 50%;
                        font-size: x-small !important;
                    }

                        .aksiyon101 > div > div > .right > .dtc > .tus2, .aksiyon101 > div > div > .right > .dtc > .tus2 * {
                            padding: 0 2em;
                        }
    }

    @media (min-width:768px) and (max-width:1199px) {
        .aksiyon101 > div > div > .right > .dtc {
            padding: 5%;
        }
    }
}


/*! CSS Used from: Embedded */
.footer101 > div {
    padding: 0;
}

    .footer101 > div > div > div > div > .logo {
        position: relative;
        display: block;
        margin-bottom: 40px;
    }

    .footer101 > div > div > div > div > h1 {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.09em;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        line-height: 1.4em;
        margin-bottom: 20px;
    }

    .footer101 > div > div > div > div > h2, .footer101 > div > div > div > div > ul > li > a, .footer101 > div > div > div > p {
        padding: 5px 0;
        font-size: 13px;
        letter-spacing: 0.07em;
        line-height: inherit;
        color: rgba(255,255,255,.483);
        font-family: 'Montserrat', sans-serif;
    }

    .footer101 > div > div > div > div > h3 {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.09em;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        line-height: 1.4em;
        margin-bottom: 20px;
    }

        .footer101 > div > div > div > div > h3 a {
            color: #fff;
        }

    .footer101 > div > div > div > div > ul > li > a:hover, .footer101 > div > div > div > div > ul > li > a:active,.footer101 > div > div > div > div > ul > li > a:focus {
        background: transparent !important;
    }

.footer101 .footerform div {
    padding: 0;
}

.footer101 .footerform input {
    position: relative;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    line-height: 40px;
    border: 1px solid #1e1f2c;
    cursor: pointer;
    width: 100%;
    padding: 0 1.75em;
    height: 50px;
    border-radius: 50em;
    background: #1e1f2c;
    color: #737a80;
}

    .footer101 .footerform input::placeholder {
        color: #fff;
        opacity: 1;
        font-family: 'Montserrat', sans-serif;
    }

    .footer101 .footerform input:-ms-input-placeholder {
        color: #fff;
        font-family: 'Montserrat', sans-serif;
    }

    .footer101 .footerform input::-ms-input-placeholder {
        color: #fff;
        font-family: 'Montserrat', sans-serif;
    }

.footer101 .footerform button {
    background-color: #1e1f2c;
    border: none;
    color: #fff;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    cursor: pointer;
    padding: 13px 15px;
    float: left;
    width: 100%;
    margin: 15px auto;
    overflow: hidden;
}

    .footer101 .footerform button:after {
        content: '';
        position: absolute;
        z-index: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        width: 0;
        height: 103%;
        top: 50%;
        left: 50%;
        background: rgba(0, 0, 0, .5);
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .footer101 .footerform button:hover:after {
        width: 90%;
        opacity: 1;
    }

.footer101 a:hover {
    background: unset !important;
}

.footer101 > #toTop {
    position: fixed;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 15px 130px 0px #1f1f1f;
    -moz-box-shadow: 0px 15px 130px 0px #1f1f1f;
    box-shadow: 0px 15px 130px 0px #1f1f1f;
}

    .footer101 > #toTop:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .footer101 > #toTop > .icon_area {
        color: #b3b3b3;
        margin: 0;
        position: relative;
        top: 0;
        font-size: 30px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .footer101 > #toTop:hover > .icon_area {
        color: #fff;
        top: -15%;
    }

.footer101 > div > .line {
    height: 1px;
    background-color: rgba(255,255,255,0.12);
    margin: 30px auto;
    float: left;
    width: 100%;
}

.footer101 > div > div > div > .social {
    text-align: right;
}

    .footer101 > div > div > div > .social > a {
        display: inline-block;
        margin: 0 5px;
        width: 35px;
        color: #fff;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        text-align: center;
    }

        .footer101 > div > div > div > .social > a:hover {
            opacity: .5;
        }

@media (max-width:991px) {
    .footer101 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .footer101 > div > div {
            margin: 0 auto;
            padding: 0;
        }

            .footer101 > div > div > div > div, .footer101 > div > div > div > .social, .footer101 > div > div > div > p {
                text-align: center;
            }

                .footer101 > div > div > div > div > form > .input-group > div > input {
                    width: 100%;
                    margin-bottom: 5px;
                }
}
/*! CSS Used from: Embedded ; media=screen */
@media screen {
    .footer101 {
        width: 100%;
        background-color: #161827;
        color: rgba(255,255,255,.483);
        padding-top: 90px;
        padding-bottom: 30px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-blend-mode: overlay;
        font-family: 'Montserrat', sans-serif;
    }

        .footer101 > div {
            padding: 0;
        }

            .footer101 > div > div > div > div > .logo {
                position: relative;
                display: block;
                margin-bottom: 40px;
            }

            .footer101 > div > div > div > div > h1 {
                font-size: 13px;
                font-weight: 700;
                letter-spacing: 0.09em;
                color: #fff;
                font-family: 'Montserrat', sans-serif;
                line-height: 1.4em;
                margin-bottom: 20px;
            }

            .footer101 > div > div > div > div > h2, .footer101 > div > div > div > div > ul > li > a, .footer101 > div > div > div > p {
                padding: 5px 0;
                font-size: 13px;
                letter-spacing: 0.07em;
                line-height: inherit;
                color: rgba(255,255,255,.483);
                font-family: 'Montserrat', sans-serif;
            }

            .footer101 > div > div > div > div > h3 {
                font-size: 14px;
                font-weight: 700;
                letter-spacing: 0.09em;
                color: #fff;
                font-family: 'Montserrat', sans-serif;
                line-height: 1.4em;
                margin-bottom: 20px;
            }

            .footer101 > div > div > div > div > form > .input-group > div {
                padding: 0;
            }

                .footer101 > div > div > div > div > form > .input-group > div > input {
                    position: relative;
                    font-size: 13px;
                    font-family: 'Montserrat', sans-serif;
                    line-height: 40px;
                    border: 1px solid #1e1f2c;
                    cursor: pointer;
                    width: 100%;
                    padding: 0 1.75em;
                    height: 50px;
                    border-radius: 50em;
                    background: #1e1f2c;
                    color: #737a80;
                }

                    .footer101 > div > div > div > div > form > .input-group > div > input::placeholder {
                        color: #fff;
                        opacity: 1;
                        font-family: 'Montserrat', sans-serif;
                    }

                    .footer101 > div > div > div > div > form > .input-group > div > input:-ms-input-placeholder {
                        color: #fff;
                        font-family: 'Montserrat', sans-serif;
                    }

                    .footer101 > div > div > div > div > form > .input-group > div > input::-ms-input-placeholder {
                        color: #fff;
                        font-family: 'Montserrat', sans-serif;
                    }

                .footer101 > div > div > div > div > form > .input-group > div > button {
                    background-color: #1e1f2c;
                    border: none;
                    color: #fff;
                    position: relative;
                    font-family: 'Montserrat', sans-serif;
                    font-size: 12px;
                    cursor: pointer;
                    padding: 13px 15px;
                    float: left;
                    width: 100%;
                    margin: 15px auto;
                    overflow: hidden;
                }

                    .footer101 > div > div > div > div > form > .input-group > div > button:after {
                        content: '';
                        position: absolute;
                        z-index: 0;
                        -webkit-transition: all 0.3s;
                        -moz-transition: all 0.3s;
                        transition: all 0.3s;
                        width: 0;
                        height: 103%;
                        top: 50%;
                        left: 50%;
                        background: rgba(0, 0, 0, .5);
                        opacity: 0;
                        -webkit-transform: translateX(-50%) translateY(-50%);
                        -moz-transform: translateX(-50%) translateY(-50%);
                        -ms-transform: translateX(-50%) translateY(-50%);
                        transform: translateX(-50%) translateY(-50%);
                    }

                    .footer101 > div > div > div > div > form > .input-group > div > button:hover:after {
                        width: 90%;
                        opacity: 1;
                    }

        .footer101 > #toTop {
            position: fixed;
            cursor: pointer;
            bottom: 20px;
            right: 20px;
            width: 50px;
            height: 50px;
            display: block;
            text-align: center;
            text-decoration: none;
            -webkit-border-radius: 35px;
            -moz-border-radius: 35px;
            border-radius: 35px;
            display: none;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            -webkit-box-shadow: 0px 15px 130px 0px #1f1f1f;
            -moz-box-shadow: 0px 15px 130px 0px #1f1f1f;
            box-shadow: 0px 15px 130px 0px #1f1f1f;
        }

            .footer101 > #toTop:hover {
                background-color: rgba(0, 0, 0, 0.5);
            }

            .footer101 > #toTop > .icon_area {
                color: #b3b3b3;
                margin: 0;
                position: relative;
                top: 0;
                font-size: 30px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .footer101 > #toTop:hover > .icon_area {
                color: #fff;
                top: -15%;
            }

        .footer101 > div > .line {
            height: 1px;
            background-color: rgba(255,255,255,0.12);
            margin: 30px auto;
            float: left;
            width: 100%;
        }

        .footer101 > div > div > div > .social {
            text-align: right;
        }

            .footer101 > div > div > div > .social > a {
                display: inline-block;
                margin: 0 5px;
                width: 35px;
                color: #fff;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                text-align: center;
            }

                .footer101 > div > div > div > .social > a:hover {
                    opacity: .5;
                }

    @media (max-width:991px) {
        .footer101 {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

            .footer101 > div > div {
                margin: 0 auto;
                padding: 0;
            }

                .footer101 > div > div > div > div, .footer101 > div > div > div > .social, .footer101 > div > div > div > p {
                    text-align: center;
                }

                    .footer101 > div > div > div > div > form > .input-group > div > input {
                        width: 100%;
                        margin-bottom: 5px;
                    }
    }
}


/*! CSS Used from: Embedded */
.serit101 > div > div.row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.serit101 > div > div > div > .left-top, .serit101 > div > div > div > .right-bottom {
    width: 100%;
    position: relative;
}

.serit101 > div > div > div > .right-bottom {
    margin-top: -38% !important;
    margin-left: 33% !important;
}

.serit101 > div > div > .right > .dtc {
    float: none;
    padding: 0 0 0 15%;
}

    .serit101 > div > div > .right > .dtc > h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 42px;
        font-weight: 700;
        margin: 15px auto;
        color: #060e62;
    }

    .serit101 > div > div > .right > .dtc > p {
        position: relative;
        font-family: 'Montserrat', sans-serif;
        line-height: 1.42em;
        font-size: 18px;
        font-weight: 400;
        color: #060e62;
    }

        .serit101 > div > div > .right > .dtc > p > strong {
            font-weight: 700;
        }

    .serit101 > div > div > .right > .dtc > a.tus {
        position: relative;
        display: inline-block;
        text-decoration: none;
        background-color: #060e62;
        color: #fff;
        text-align: center;
        cursor: pointer;
        padding: 1.15em 2.1em;
        margin: 30px auto 15px;
        font-size: 13px;
        text-align: center;
        font-weight: 700;
        line-height: 1.1em;
        border-radius: 4px;
        transition: all .3s;
        font-family: 'Montserrat', sans-serif;
    }

        .serit101 > div > div > .right > .dtc > a.tus:hover, .serit101 > div > div > .right > .dtc > a.tus:active {
            transform: translate3d(0,-2px,0);
            box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
            color: #fff;
        }

    .serit101 > div > div > .right > .dtc > .tus2 {
        position: relative;
        display: inline-grid;
        text-decoration: none;
        background-color: transparent;
        color: #000;
        text-align: left;
        cursor: pointer;
        padding: 0 3em;
        margin: 0 auto;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.1em;
        border-radius: 4px;
        transition: all .3s;
        font-family: 'Montserrat', sans-serif;
    }

        .serit101 > div > div > .right > .dtc > .tus2 > span {
            display: inline-block;
        }

            .serit101 > div > div > .right > .dtc > .tus2 > span:last-child {
                display: inline-block;
                color: #e33730;
            }

@media (max-width: 991px) {
    .serit101 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .serit101 > div > div.row {
            display: block;
        }

        .serit101 > div > div > .right > .dtc {
            padding: 0;
        }

        .serit101 > div > div > div > .left-top, .serit101 > div > div > div > .right-bottom {
            width: 50%;
            position: relative;
            display: inline-block;
            padding: 5px;
            margin: 0 auto !important;
        }

        .serit101 > div > div > .right > .dtc > a.tus, .serit101 > div > div > .right > .dtc > .tus2 {
            width: 50%;
            font-size: x-small !important;
        }

            .serit101 > div > div > .right > .dtc > .tus2, .serit101 > div > div > .right > .dtc > .tus2 * {
                padding: 0 2em;
            }

        .serit101 > div > div > .right > .dtc > h2 {
            font-size: xx-large !important;
            width: 100%;
        }

        .serit101 > div > div > .right > .dtc > p, .serit101 > div > div > .right > .dtc > p * {
            font-size: x-small !important;
            width: 100%;
        }
}
/*! CSS Used from: Embedded ; media=screen */
@media screen {
    .serit101 {
        position: relative;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-blend-mode: overlay;
        background-color: #fff;
        padding: 50px 0;
    }

        .serit101 > div > div.row {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .serit101 > div > div > div > .left-top, .serit101 > div > div > div > .right-bottom {
            width: 100%;
            position: relative;
        }

        .serit101 > div > div > div > .right-bottom {
            margin-top: -38% !important;
            margin-left: 33% !important;
        }

        .serit101 > div > div > .right > .dtc {
            float: none;
            padding: 0 0 0 15%;
        }

            .serit101 > div > div > .right > .dtc > h2 {
                font-family: 'Montserrat', sans-serif;
                font-size: 42px;
                font-weight: 700;
                margin: 15px auto;
                color: #060e62;
            }

            .serit101 > div > div > .right > .dtc > p {
                position: relative;
                font-family: 'Montserrat', sans-serif;
                line-height: 1.42em;
                font-size: 18px;
                font-weight: 400;
                color: #060e62;
            }

                .serit101 > div > div > .right > .dtc > p > strong {
                    font-weight: 700;
                }

            .serit101 > div > div > .right > .dtc > a.tus {
                position: relative;
                display: inline-block;
                text-decoration: none;
                background-color: #060e62;
                color: #fff;
                text-align: center;
                cursor: pointer;
                padding: 1.15em 2.1em;
                margin: 30px auto 15px;
                font-size: 13px;
                text-align: center;
                font-weight: 700;
                line-height: 1.1em;
                border-radius: 4px;
                transition: all .3s;
                font-family: 'Montserrat', sans-serif;
            }

                .serit101 > div > div > .right > .dtc > a.tus:hover, .serit101 > div > div > .right > .dtc > a.tus:active {
                    transform: translate3d(0,-2px,0);
                    box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
                    color: #fff;
                }

            .serit101 > div > div > .right > .dtc > .tus2 {
                position: relative;
                display: inline-grid;
                text-decoration: none;
                background-color: transparent;
                color: #000;
                text-align: left;
                cursor: pointer;
                padding: 0 3em;
                margin: 0 auto;
                font-size: 13px;
                font-weight: 700;
                line-height: 1.1em;
                border-radius: 4px;
                transition: all .3s;
                font-family: 'Montserrat', sans-serif;
            }

                .serit101 > div > div > .right > .dtc > .tus2 > span {
                    display: inline-block;
                }

                    .serit101 > div > div > .right > .dtc > .tus2 > span:last-child {
                        display: inline-block;
                        color: #e33730;
                    }

    @media (max-width: 991px) {
        .serit101 {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

            .serit101 > div > div.row {
                display: block;
            }

            .serit101 > div > div > .right > .dtc {
                padding: 0;
            }

            .serit101 > div > div > div > .left-top, .serit101 > div > div > div > .right-bottom {
                width: 50%;
                position: relative;
                display: inline-block;
                padding: 5px;
                margin: 0 auto !important;
            }

            .serit101 > div > div > .right > .dtc > a.tus, .serit101 > div > div > .right > .dtc > .tus2 {
                width: 50%;
                font-size: x-small !important;
            }

                .serit101 > div > div > .right > .dtc > .tus2, .serit101 > div > div > .right > .dtc > .tus2 * {
                    padding: 0 2em;
                }

            .serit101 > div > div > .right > .dtc > h2 {
                font-size: xx-large !important;
                width: 100%;
            }

            .serit101 > div > div > .right > .dtc > p, .serit101 > div > div > .right > .dtc > p * {
                font-size: x-small !important;
                width: 100%;
            }
    }
}


.servis108 {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-blend-mode: overlay;
    padding: 50px 0;
    background-color: #f8f9fa;
}

    .servis108 > div > div > div {
        padding: 0;
    }

        .servis108 > div > div > div.pr {
            padding-right: 5%;
        }

        .servis108 > div > div > div > h1 {
            position: relative;
            display: inline-block;
            margin-bottom: 1.5em !important;
            font-weight: 700;
            line-height: 1.2em;
            letter-spacing: 0.1em;
            font-size: 10px;
            text-transform: none;
            font-family: 'Montserrat', sans-serif;
            color: #4ED199;
            background: rgba(159, 230, 200, 0.15);
            border-radius: 4px;
            padding: 7px 12px;
        }

        .servis108 > div > div > div > h2 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 32px;
            line-height: 1.15em;
            margin: 15px auto;
            color: rgba(0, 0, 0, 0.7);
        }

        .servis108 > div > div > div > p {
            position: relative;
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            font-size: 16px;
            line-height: 26px;
            color: #adb5bd;
        }

        .servis108 > div > div > div > .nav-tabs {
            border: none;
            padding: 0;
            margin-top: 20px;
        }

            .servis108 > div > div > div > .nav-tabs > .nav-item {
                margin: 0 0 10px 0;
                position: relative;
                display: inline-block;
                width: 100%;
            }

                .servis108 > div > div > div > .nav-tabs > .nav-item > .nav-link {
                    padding: 0;
                    border-radius: 0.25rem;
                    border: none;
                }

                    .servis108 > div > div > div > .nav-tabs > .nav-item > .nav-link > h1 {
                        position: relative;
                        cursor: pointer;
                        padding: .5rem 1rem;
                        margin-bottom: 0;
                        color: #adb5bd;
                        font-family: 'Montserrat', sans-serif;
                        font-size: 16px;
                        font-weight: 500;
                        line-height: 32px;
                    }

                    .servis108 > div > div > div > .nav-tabs > .nav-item > .nav-link:hover,
                    .servis108 > div > div > div > .nav-tabs > .nav-item.active > .nav-link {
                        border-color: inherit;
                        box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 5%), 0 1.5rem 2.2rem rgb(0 0 0 / 10%) !important;
                    }

        .servis108 > div > div > div > .tab-content {
            float: left;
            width: 100%;
        }

            .servis108 > div > div > div > .tab-content > div > .col-block {
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                transition: all .2s cubic-bezier(.25,.46,.45,.94);
                background-color: #fff;
                box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 5%), 0 1.5rem 2.2rem rgb(0 0 0 / 10%) !important;
                border-radius: 5px;
                padding: 0;
            }

            .servis108 > div > div > div > .tab-content > div > h3 {
                font-family: 'Montserrat', sans-serif;
                font-weight: 600;
                font-size: 32px;
                line-height: 1.15em;
                margin: 30px auto 10px;
                color: rgba(0, 0, 0, 0.7);
                text-align: center;
                display: inline-block;
                width: 100%;
            }

            .servis108 > div > div > div > .tab-content > div > h4 {
                position: relative;
                font-family: 'Montserrat', sans-serif;
                font-size: 18px;
                font-weight: 500;
                line-height: 32px;
                color: #adb5bd;
                text-align: center;
            }

            .servis108 > div > div > div > .tab-content > div > .col-block > div {
                padding: 0;
            }

                .servis108 > div > div > div > .tab-content > div > .col-block > div > .in {
                    height: 60vh;
                }

                    .servis108 > div > div > div > .tab-content > div > .col-block > div > .in > .inset {
                        display: block;
                        height: calc(100%);
                    }

                        .servis108 > div > div > div > .tab-content > div > .col-block > div > .in > .inset > .ig {
                            position: relative;
                            display: block;
                            width: 100%;
                            height: 100%;
                            background-repeat: no-repeat;
                            background-size: cover;
                            background-position: center center;
                            background-blend-mode: overlay;
                            background-color: rgba(31, 31, 31, 0.1);
                        }

                            .servis108 > div > div > div > .tab-content > div > .col-block > div > .in > .inset > .ig.first {
                                background-image: url(http://apiv2.akilliwebpaketi.com/images/servis105-image1.jpg);
                            }

                            .servis108 > div > div > div > .tab-content > div > .col-block > div > .in > .inset > .ig.two {
                                background-image: url(http://apiv2.akilliwebpaketi.com/images/servis105-image2.jpg);
                            }

                            .servis108 > div > div > div > .tab-content > div > .col-block > div > .in > .inset > .ig.three {
                                background-image: url(http://apiv2.akilliwebpaketi.com/images/servis105-image3.jpg);
                            }

                            .servis108 > div > div > div > .tab-content > div > .col-block > div > .in > .inset > .ig.four {
                                background-image: url(http://apiv2.akilliwebpaketi.com/images/servis105-image4.jpg);
                            }

                .servis108 > div > div > div > .tab-content > div > .col-block > div.ml {
                    padding: 0 50px 0 25px;
                }

                .servis108 > div > div > div > .tab-content > div > .col-block > div > h1 {
                    font-size: 16px;
                    font-weight: 400;
                    color: #111f3d;
                    font-family: 'Montserrat', sans-serif;
                }

                .servis108 > div > div > div > .tab-content > div > .col-block > div > h2 {
                    font-size: 21px;
                    font-weight: 700;
                    color: rgba(0, 0, 0, 0.7);
                    margin-bottom: 17px;
                    font-family: 'Montserrat', sans-serif;
                }

                .servis108 > div > div > div > .tab-content > div > .col-block > div > p {
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    font-size: 14px;
                    font-weight: 400;
                    color: #111f3d;
                    letter-spacing: -.32px;
                    margin-bottom: 15px;
                    font-family: 'Montserrat', sans-serif;
                }

                .servis108 > div > div > div > .tab-content > div > .col-block > div > a.tus {
                    position: relative;
                    display: inline-block;
                    width: auto;
                    cursor: pointer;
                    padding: 1em 2em;
                    margin: 15px auto 0;
                    font-weight: 500;
                    border-radius: 8px;
                    transition: all .3s;
                    font-family: 'Montserrat', sans-serif;
                    background-color: #060e62;
                    border: none;
                    color: #FFF;
                    font-size: 12px;
                    line-height: 1.5em;
                    box-shadow: 0px 20px 50px 0px rgb(0 207 50 / 20%);
                }

                    .servis108 > div > div > div > .tab-content > div > .col-block > div > a.tus:hover,
                    .servis108 > div > div > div > .tab-content > div > .col-block > div > a.tus:active {
                        transform: translate3d(0,-2px,0);
                        box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
                        color: #fff;
                    }



@media (max-width:991px) {
    .servis108 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .servis108 > div > div > div,
        .servis108 > div > div > div > .tab-content > div > .col-block > div.ml {
            padding: 15px !important;
        }

            .servis108 > div > div > div > .tab-content > div > .col-block {
                display: inline-block;
            }

                .servis108 > div > div > div > .tab-content > div > .col-block > div > .in {
                    height: 25vh;
                }

            .servis108 > div > div > div > h1,
            .servis108 > div > div > div > h1 * {
                font-size: x-small !important;
            }

            .servis108 > div > div > div > h2,
            .servis108 > div > div > div > h2 *,
            .servis108 > div > div > div > .tab-content > div > h3,
            .servis108 > div > div > div > .tab-content > div > h3 * {
                font-size: x-large !important;
            }

            .servis108 > div > div > div > p,
            .servis108 > div > div > div > p *,
            .servis108 > div > div > div > .nav-tabs > .nav-item > .nav-link > h1,
            .servis108 > div > div > div > .nav-tabs > .nav-item > .nav-link > h1 *,
            .servis108 > div > div > div > .tab-content > div > h4,
            .servis108 > div > div > div > .tab-content > div > h4 * {
                font-size: small !important;
            }
}


.blog102 {
    position: relative;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: #fff;
    padding: 120px 0;
}

    .blog102 > div,
    .blog102 > div > div {
        margin: 0 auto;
        padding: 0;
    }

        .blog102 > div > div > div {
            text-align: center;
            margin-bottom: 20px;
        }

            .blog102 > div > div > div > h1 {
                position: relative;
                display: inline-block;
                margin-bottom: 1.5em !important;
                font-weight: 700;
                line-height: 1.2em;
                letter-spacing: 0.1em;
                font-size: 10px;
                text-transform: none;
                font-family: 'Montserrat', sans-serif;
                color: #fff;
                background: #060e62;
                border-radius: 4px;
                padding: 7px 12px;
                text-align: center;
            }

            .blog102 > div > div > div > h2 {
                font-family: 'Montserrat', sans-serif;
                font-weight: 600;
                font-size: 32px;
                line-height: 1.15em;
                margin: 15px auto;
                color: #353535;
                text-align: center;
            }

            .blog102 > div > div > div > p {
                position: relative;
                font-family: 'Montserrat', sans-serif;
                font-size: 16px;
                font-weight: 500;
                line-height: 26px;
                color: #adb5bd;
                text-align: center;
            }

            .blog102 > div > div > div > .btn-text {
                padding: 0;
                opacity: 1;
                position: relative;
                z-index: 2;
                display: inline-block;
                background-color: transparent;
                border: 0rem solid transparent;
                margin: 40px 10px 50px 0;
                font-weight: 700;
                text-align: center;
                vertical-align: middle;
                font-size: 1rem;
                line-height: 1.8;
                color: #4ED199;
                cursor: pointer;
            }

                .blog102 > div > div > div > .btn-text > font {
                    -webkit-transition: padding 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: padding 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
                    display: inline-block;
                    padding-left: 0px;
                    position: relative;
                    vertical-align: middle;
                    font-weight: normal;
                }

                .blog102 > div > div > div > .btn-text:hover > font {
                    padding-right: 8px;
                }

                .blog102 > div > div > div > .btn-text:hover:before {
                    -webkit-transform: scaleX(1);
                    transform: scaleX(1);
                    -webkit-transform-origin: left center;
                    transform-origin: left center;
                }

                .blog102 > div > div > div > .btn-text:before {
                    content: " ";
                    position: absolute;
                    top: 120%;
                    border-radius: 3px;
                    left: 0%;
                    width: 100%;
                    height: 3px;
                    background-color: rgba(0, 0, 0, .25);
                    -webkit-transform: scaleX(0);
                    transform: scaleX(0);
                    -webkit-transition: -webkit-transform 0.2s;
                    transition: -webkit-transform 0.2s;
                    transition: transform 0.2s;
                    transition: transform 0.2s, -webkit-transform 0.2s;
                    -webkit-transform-origin: right center;
                    transform-origin: right center;
                    z-index: -1;
                    box-sizing: border-box;
                    display: block;
                }

            .blog102 > div > div > div > .col-block {
                position: relative;
                display: inline-grid;
                width: 100%;
                margin-bottom: 15px;
                border-radius: 8px;
                cursor: pointer;
                text-align: left;
                -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
                box-shadow: 0 0.125rem 0.375rem rgb(0 0 0 / 5%), 0 0.5rem 1.2rem rgb(0 0 0 / 10%) !important;
            }

                .blog102 > div > div > div > .col-block:hover {
                    -webkit-transform: translate(0, -3px) !important;
                    transform: translate(0, -3px) !important;
                    box-shadow: 0 0.125rem 0.375rem rgb(0 0 0 / 5%), 0 0.625rem 1.5rem rgb(0 0 0 / 15%) !important;
                }

                .blog102 > div > div > div > .col-block > div {
                    padding: 0;
                }

                    .blog102 > div > div > div > .col-block > div > .in {
                        height: 30vh;
                    }

                        .blog102 > div > div > div > .col-block > div > .in > .inset {
                            display: block;
                            height: calc(100%);
                        }

                            .blog102 > div > div > div > .col-block > div > .in > .inset > .ig {
                                position: relative;
                                display: block;
                                width: 100%;
                                height: 100%;
                                background-repeat: no-repeat;
                                background-size: cover;
                                background-position: center center;
                                background-blend-mode: overlay;
                                background-color: rgba(31, 31, 31, 0.1);
                                border-radius: 4px;
                            }

                                .blog102 > div > div > div > .col-block > div > .in > .inset > .ig.first {
                                    background-image: url(http://apiv2.akilliwebpaketi.com/images/blog102-image1.jpg);
                                }

                                .blog102 > div > div > div > .col-block > div > .in > .inset > .ig.two {
                                    background-image: url(http://apiv2.akilliwebpaketi.com/images/blog102-image2.jpg);
                                }

                                .blog102 > div > div > div > .col-block > div > .in > .inset > .ig.three {
                                    background-image: url(http://apiv2.akilliwebpaketi.com/images/blog102-image3.jpg);
                                }

                    .blog102 > div > div > div > .col-block > div.ml {
                        padding: 15px;
                        height: 132px;
                        overflow: hidden;
                    }

                        .blog102 > div > div > div > .col-block > div.ml h2 {
                            margin-top: 10px;
                            margin-bottom: 10px;
                        }

                    .blog102 > div > div > div > .col-block > div > h1 {
                        position: relative;
                        display: inline-block;
                        margin-bottom: 1.5em !important;
                        font-weight: 700;
                        line-height: 1.2em;
                        letter-spacing: 0.1em;
                        font-size: 10px;
                        text-transform: none;
                        font-family: 'Montserrat', sans-serif;
                        color: #4ED199;
                        background: #f8f9fa;
                        border-radius: 4px;
                        padding: 7px 12px;
                        text-align: center;
                    }

                    .blog102 > div > div > div > .col-block > div > h2 {
                        font-size: 18px;
                        font-weight: 700;
                        color: #111f3d;
                        margin-bottom: 17px;
                        font-family: 'Montserrat', sans-serif;
                    }

                    .blog102 > div > div > div > .col-block > div > p {
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        font-size: 14px;
                        font-weight: 400;
                        color: #111f3d;
                        letter-spacing: -.32px;
                        margin-bottom: 15px;
                        font-family: 'Montserrat', sans-serif;
                    }

                    .blog102 > div > div > div > .col-block > div > a.tus {
                        position: relative;
                        display: inline-block;
                        width: auto;
                        cursor: pointer;
                        padding: 1em 2em;
                        margin: 15px auto 0;
                        font-weight: 500;
                        border-radius: 8px;
                        transition: all .3s;
                        font-family: 'Montserrat', sans-serif;
                        background-color: #0041ff;
                        border: none;
                        color: #FFF;
                        font-size: 12px;
                        line-height: 1.5em;
                        box-shadow: 0px 20px 50px 0px rgb(0 207 50 / 20%);
                    }

                        .blog102 > div > div > div > .col-block > div > a.tus:hover,
                        .blog102 > div > div > div > .col-block > div > a.tus:active {
                            transform: translate3d(0,-2px,0);
                            box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
                            color: #fff;
                        }

@media (max-width: 991px) {
    .blog102 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 50px 0;
    }

        .blog102 > div > div > .col-block {
            display: block;
        }

        .blog102 > div > div > div > h2,
        .blog102 > div > div > div > h2 * {
            font-size: x-large !important;
            width: 100%;
        }

        .blog102 > div > div > .col-block > div > h2,
        .blog102 > div > div > .col-block > div > h2 * {
            font-size: medium !important;
            width: 100%;
        }

        .blog102 > div > div > div > h1,
        .blog102 > div > div > div > h1 *,
        .blog102 > div > div > div > p,
        .blog102 > div > div > div > p *,
        .blog102 > div > div > div > .col-block > div > h2,
        .blog102 > div > div > div > .col-block > div > h2 * {
            font-size: small !important;
            width: 100%;
        }

        .blog102 > div > div > div > .col-block > div > h1,
        .blog102 > div > div > div > .col-block > div > h1 *,
        .blog102 > div > div > div > .col-block > div > p,
        .blog102 > div > div > div > .col-block > div > p * {
            font-size: x-small !important;
        }
}

.nav-txt {
    margin-top: 0 !important;
}

.sidebar ul li.logo img {
    width: 100% !important;
    padding: 25px;
}

@media screen and (max-width: 1000px) {
    .footerform {
        width: 100% !important;
    }

    .serit101 > div > div > .right > .dtc > a.tus, .serit101 > div > div > .right > .dtc > .tus2 {
        width: 100% !important;
        text-align: center;
        font-size: 16px !important;
    }

    .serit101 > div > div > .right > .dtc > p, .serit101 > div > div > .right > .dtc > p * {
        font-size: 16px !important;
    }

    .masaustugorunur {
        display: none !important;
    }

    .serit101 > div > div > div > .left-top, .serit101 > div > div > div > .right-bottom {
        padding: 0 !important;
        padding-bottom: 20px !important;
    }

    .aksiyon101 > div > div > .right > .dtc > h1, .aksiyon101 > div > div > .right > .dtc > p, .aksiyon101 > div > div > .left > .text-area > p, .aksiyon101 > div > div > .right > .dtc > h1 *, .aksiyon101 > div > div > .right > .dtc > p * {
        font-size: 16px !important;
    }

    .aksiyon101 > div > div > .right > .dtc > a.tus, .aksiyon101 > div > div > .right > .dtc > .tus2 {
        width: 100% !important;
        text-align: center;
        font-size: 16px !important;
    }

    .aksiyon101 {
        padding-top: 30px;
    }

    .user-content {
        margin-top: 0 !important;
    }

    .nav-txt {
        text-align: center !important;
    }

    .user-main {
        padding: 20px !important;
    }

    .user-content .padright0 {
        margin-right: 15px;
        margin-top: 20px;
    }

    .user-content .col-sm-3 {
        margin-top: 20px;
    }

    .blog102 {
        padding: 30px 0;
    }
}

.toggle-wrap {
    padding: 10px;
    position: relative;
    cursor: pointer;
}

    .toggle-bar, .toggle-bar::before, .toggle-bar::after, .toggle-wrap.active .toggle-bar, .toggle-wrap.active .toggle-bar::before, .toggle-wrap.active .toggle-bar::after {
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        cursor: pointer;
    }

.toggle-bar {
    width: 30px;
    margin: 10px auto;
    position: relative;
    border-top: 3px solid #414042;
    display: block;
    cursor: pointer;
}

    .toggle-bar::before, .toggle-bar::after {
        content: "";
        display: block;
        background: #414042;
        height: 3px;
        width: 30px;
        position: absolute;
        top: -10px;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -ms-transform-origin: 13%;
        -webkit-transform-origin: 13%;
        transform-origin: 13%;
        cursor: pointer;
    }

    .toggle-bar::after {
        top: 5px;
    }

.toggle-wrap.active .toggle-bar {
    border-top: 6px solid transparent;
}

    .toggle-wrap.active .toggle-bar::before {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .toggle-wrap.active .toggle-bar::after {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }


.mobile_menu .container {
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding: 0;
}

.mobile_menu i {
    float: right;
    padding-top: 20px;
    margin-right: 20px;
}

.mobile_menu .altaltmenu i {
    float: right;
    padding-top: 18px !important;
    margin-right: 20px !important;
}

.mobile_menu {
    width: 100%;
    background: #fff;
}

.submenu {
    display: none;
}

.mobile_menu ul li {
    position: relative;
    border-bottom: 1px solid #dadada;
    list-style-type: none;
}

    .mobile_menu ul li a {
        font-size: 14px;
        font-weight: bold;
        color: #000;
        cursor: pointer;
        padding: 11px 15px 11px 15px;
        display: block;
        text-decoration: none;
        text-align: left;
    }

        .mobile_menu ul li a:hover {
            color: #072642;
        }

    .mobile_menu ul li.mobil_user {
        background: #fff;
        border-bottom: 1px solid #fff;
    }

    .mobile_menu ul li ul li {
        position: relative;
        border-bottom: 1px solid #dadada;
        list-style-type: none;
    }

        .mobile_menu ul li ul li a {
            font-size: 14px;
            font-weight: bold;
            color: #000;
            cursor: pointer;
            padding: 11px 15px 11px 15px;
            display: block;
            text-decoration: none;
            text-align: left;
            padding-left: 40px;
        }

            .mobile_menu ul li ul li a:before {
                position: absolute;
                content: '';
                width: 5px;
                height: 2px;
                top: 20px;
                left: 27px;
                background: #000;
            }

            .mobile_menu ul li ul li a:hover {
                color: #072642;
            }

        .mobile_menu ul li ul li ul li.mobil_user {
            background: #3d3d3b;
            border-bottom: 1px solid #fff;
        }

        .mobile_menu ul li ul li ul li {
            position: relative;
            border-bottom: 1px solid #dadada;
            list-style-type: none;
        }

            .mobile_menu ul li ul li ul li a {
                font-size: 14px;
                font-weight: bold;
                color: #000;
                cursor: pointer;
                padding: 11px 15px 11px 15px;
                display: block;
                text-decoration: none;
                text-align: left;
                padding-left: 50px;
            }

                .mobile_menu ul li ul li ul li a:before {
                    position: absolute;
                    content: '';
                    width: 5px;
                    height: 2px;
                    top: 24px;
                    left: 38px;
                    background: #000;
                }

                .mobile_menu ul li ul li ul li a:hover {
                    color: #072642;
                }

            .mobile_menu ul li ul li ul li.mobil_user {
                background: #3d3d3b;
                border-bottom: 1px solid #fff;
            }

.mobilgorunur {
    display: none;
}

@media screen and (max-width: 1000px) {
    .mobile_menu {
        margin-top: 30px;
    }

    .mobilgorunur {
        display: block;
    }

    .aksiyon101 > div > div > .right > .dtc {
        position: absolute;
        z-index: 2;
        top: 100px;
    }

    .aksiyon101 > div > div > .left > .text-area {
        display: none;
    }

    .aksiyon101 > div > div > .left > .in > .first {
        height: 89%;
    }

        .aksiyon101 > div > div > .left > .in > .first:before {
            opacity: .3;
            position: absolute;
            content: '';
            background: #000;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 0;
        }

    .aksiyon101 .container-fluid {
        padding: 0 !important;
    }

    .aksiyon101 > div > div > .right > .dtc > h1, .aksiyon101 > div > div > .right > .dtc > p, .aksiyon101 > div > div > .left > .text-area > p, .aksiyon101 > div > div > .right > .dtc > h1 *, .aksiyon101 > div > div > .right > .dtc > p * {
        font-size: 16px !important;
        color: #fff !important;
    }

    .serit101 {
        padding-top: 0 !important;
    }

    .servis108 > div > div > div > p, .servis108 > div > div > div > p *, .servis108 > div > div > div > .nav-tabs > .nav-item > .nav-link > h1, .servis108 > div > div > div > .nav-tabs > .nav-item > .nav-link > h1 *, .servis108 > div > div > div > .tab-content > div > h4, .servis108 > div > div > div > .tab-content > div > h4 * {
        font-size: 16px !important;
        color: #000000;
    }

    .servis108 > div > div > div > p {
        padding-bottom: 20px;
    }
}

.dropdown-menu {
    top: 40px !important;
}


.kurumsal .sidebar {
    padding: 0 !important;
}


.header1 {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.17);
    box-shadow: 0 1px 2px rgba(0,0,0,.17);
    z-index: 1;
}

    .header1 > .header-top, .header1 > .header-bottom {
        background-color: #fff;
    }

        .header1 > .header-top > div > .line {
            position: relative;
            width: 100%;
            height: 1px;
            background-color: #f1f1f1;
            float: left;
        }

        .header1 > .header-top > div > div > .top_link > div {
            font-size: 14px;
            color: #5e5f62;
            font-family: 'Raleway', sans-serif;
            padding: 0 5px;
        }

            .header1 > .header-top > div > div > .top_link > div svg {
                margin-right: 5px;
            }

        .header1 > .header-top > div > div > .top_link, .header1 > .header-top > div > div > .social {
            padding: 10px 0;
        }

            .header1 > .header-top > div > div > .social > a {
                line-height: normal;
                border-left: 1px solid #f1f1f1;
                margin-right: 0;
                color: #5e5f62;
                font-size: 14px;
                padding: 14px;
                z-index: 999;
            }

        .header1 > .header-bottom > div > div > .logo {
            display: block;
        }

        .header1 > .header-bottom > div > div > .navbar > .menu > div > ul > li {
            display: inline-block;
        }

            .header1 > .header-bottom > div > div > .navbar > .menu > div > ul > li > a {
                position: relative;
                font-size: 14px;
                font-weight: 500;
                letter-spacing: 1px;
                padding: 30px 10px;
                color: #000;
                animation: show 0.2s 1.1s ease 1 both;
            }


                .header1 > .header-bottom > div > div > .navbar > .menu > div > ul > li > a:hover:before {
                    animation: in 0.2s cubic-bezier(1, 0, 0.58, 0.97) 1 both;
                }

                .header1 > .header-bottom > div > div > .navbar > .menu > div > ul > li > a:nth-child(1) {
                    animation: show 0.2s 1.1s ease 1 both;
                }

                .header1 > .header-bottom > div > div > .navbar > .menu > div > ul > li > a:nth-child(2) {
                    animation: show 0.2s 1.2s ease 1 both;
                }

                .header1 > .header-bottom > div > div > .navbar > .menu > div > ul > li > a:nth-child(3) {
                    animation: show 0.2s 1.3s ease 1 both;
                }

                .header1 > .header-bottom > div > div > .navbar > .menu > div > ul > li > a:nth-child(4) {
                    animation: show 0.2s 1.4s ease 1 both;
                }

                .header1 > .header-bottom > div > div > .navbar > .menu > div > ul > li > a:nth-child(5) {
                    animation: show 0.2s 1.5s ease 1 both;
                }

                .header1 > .header-bottom > div > div > .navbar > .menu > div > ul > li > a:nth-child(6) {
                    animation: show 0.2s 1.6s ease 1 both;
                }

                .header1 > .header-bottom > div > div > .navbar > .menu > div > ul > li > a:nth-child(7) {
                    animation: show 0.2s 1.7s ease 1 both;
                }

                .header1 > .header-bottom > div > div > .navbar > .menu > div > ul > li > a:nth-child(8) {
                    animation: show 0.2s 1.8s ease 1 both;
                }

                .header1 > .header-bottom > div > div > .navbar > .menu > div > ul > li > a:nth-child(9) {
                    animation: show 0.2s 1.9s ease 1 both;
                }

                .header1 > .header-bottom > div > div > .navbar > .menu > div > ul > li > a:nth-child(10) {
                    animation: show 0.2s 1.95s ease 1 both;
                }

        .header1 > .header-bottom > div > div > .navbar > .btnNav {
            float: right;
            background: #eee;
            padding: 10px;
            cursor: pointer;
        }

    .header1 .dropdown-content {
        display: none;
        font-size: 11px;
        position: absolute;
        background-color: #fff;
        min-width: 360px;
        max-width: 100%;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 2;
        padding: 0px;
        text-align: center;
    }

        .header1 .dropdown-content a {
            display: block;
            padding: 10px;
            color: #222;
            font-size: 13px;
        }

            .header1 .dropdown-content a:hover {
                background-color: #f1f1f1;
                text-decoration: none;
            }

    .header1 .dropdown:hover .dropdown-content {
        display: block;
    }

@keyframes in {
    0% {
        width: 0;
        left: 0;
        right: auto;
    }

    100% {
        left: 0;
        right: auto;
        width: 100%;
    }
}

@keyframes out {
    0% {
        width: 100%;
        left: auto;
        right: 0;
    }

    100% {
        width: 0;
        left: auto;
        right: 0;
    }
}

@keyframes show {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width:767px) {
    .header1 {
        position: relative;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .header1 > .header-bottom > div > div > .logo > img {
            max-width: 100% !important;
            height: auto !important;
        }
}

@media (min-width:992px) {
    .mobilNav {
        background: transparent !important;
    }
}

@media (max-width:991px) {
    .header1 > .header-bottom > div > div > .logo {
        text-align: center;
    }

    .header1 > .header-top > div > div > .social {
        border-top: 1px solid #f1f1f1;
    }

    .header1 > .header-bottom > div > div > .navbar {
        text-align: center;
    }

        .header1 > .header-bottom > div > div > .navbar > .btnNav {
            float: none;
            background-color: transparent;
        }

    .header1 > .header-top {
        text-align: center;
    }

    .header1 > .header-bottom > div > div {
        float: none !important;
    }

        .header1 > .header-bottom > div > div > .navbar > .menu > div > ul {
            display: block;
            width: 100%;
            margin: 0;
            padding: 15px 0;
        }

            .header1 > .header-bottom > div > div > .navbar > .menu > div > ul > li > a {
                padding: 15px !important;
                position: relative;
            }

        .header1 > .header-bottom > div > div > .navbar > .menu {
            position: absolute;
            background-color: #fff;
            width: 100%;
            left: 0;
            right: 0;
            top: 100%;
        }

    .header1 > .header-top > div > div > .top_link {
        border: none;
    }

    .header1 .header-top .social a {
        border: none;
    }

    .header1 > .header-bottom > div > div > .navbar > .menu > div > ul > li {
        display: block;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }
}

.navbar {
    position: relative;
    padding: 0.5rem 1rem;
    margin: 0;
}

@media (min-width: 576px) {
    .navbar {
        border-radius: 0.25rem;
    }
}

.header1 .logo img {
    padding-top: 30px;
}

#eBtn {
    display: none;
}

.d-inline {
    display: inline;
}


@media screen and (max-width: 1000px) {
    #eBtn {
        display: block;
    }
}


.ustslideryeni img {
    width: 100%;
}

autoplayustslider .slideritem {
    position: relative;
}

.autoplayustslider .slideritem .slidertext {
    position: absolute;
    top: 150px;
    width: 900px;
}

@media screen and (max-width: 1600px) {
    .autoplayustslider .slideritem .slidertext {
        top: 100px;
    }
}

.autoplayustslider .slideritem .slidertext span {
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
}

.autoplayustslider .slideritem .slidertext h1 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin: 0.2em 0;
    margin-bottom: 25px;
}

.autoplayustslider .slideritem .slidertext span {
    padding-left: 5px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
}


.autoplayustslider .slideritem .slidertext p {
    padding-left: 5px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.autoplayustslider .slideritem .slidertext .button {
    margin-left: 5px;
    margin-top: 25px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    width: 200px;
    height: 50px;
}

    .autoplayustslider .slideritem .slidertext .button:hover {
        color: #fff;
    }

    .autoplayustslider .slideritem .slidertext .button:before {
        position: absolute;
        content: '';
        background: #00afda;
        width: 0%;
        height: 100%;
        left: 0px;
        top: 0px;
        z-index: -1;
        transition: all 500ms ease;
    }

    .autoplayustslider .slideritem .slidertext .button:after {
        position: absolute;
        content: '';
        background: #00afda;
        width: 0%;
        height: 100%;
        right: 0px;
        top: 0px;
        z-index: -1;
        transition: all 500ms ease;
    }

    .autoplayustslider .slideritem .slidertext .button:hover:before,
    .autoplayustslider .slideritem .slidertext .button:hover:after {
        width: 50%;
    }




@media screen and (max-width: 1024px) {
    .autoplayustslider .slideritem .slidertext {
        top: 50px !important;
        padding-right: 30px;
        width: 100%;
    }

        .autoplayustslider .slideritem .slidertext h1 {
            font-size: 40px;
        }

        .autoplayustslider .slideritem .slidertext hr {
            margin-top: -15px;
            margin-bottom: 0;
        }

        .autoplayustslider .slideritem .slidertext p {
            padding-left: 0;
        }

        .autoplayustslider .slideritem .slidertext .mobillineheight span {
            line-height: 25px;
            padding-left: 0;
        }

    .autoplayustslider .slick-slide img {
        height: 90vh;
        object-fit: cover;
    }
}

.autoplayustslider .slick-prev {
    left: 1%;
    top: 50%;
}

.autoplayustslider .slick-next {
    right: 1%;
    top: 50%;
}

.slick-prev, .slick-next {
    background: transparent !important;
    border: 1px solid #000 !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

    .slick-prev:before, .slick-next:before {
        color: #000 !important;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }


.autoplayustslider .slick-dots {
    position: absolute;
    bottom: 3% !important;
}


    .autoplayustslider .slick-dots li button:before {
        font-size: 10px !important;
    }
