@import url(bootstrap.min.css);
@import url(slick.css);
@import url(slick-theme.css);
@import url(animate.css);
@import url(jquery.fancybox.min.css);

/* asap-regular - latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Asap';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/asap-v26-latin_latin-ext-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
    url('../fonts/asap-v26-latin_latin-ext-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* asap-500 - latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Asap';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/asap-v26-latin_latin-ext-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
    url('../fonts/asap-v26-latin_latin-ext-500.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* asap-600 - latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Asap';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/asap-v26-latin_latin-ext-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
    url('../fonts/asap-v26-latin_latin-ext-600.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* asap-700 - latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Asap';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/asap-v26-latin_latin-ext-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
    url('../fonts/asap-v26-latin_latin-ext-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* asap-800 - latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Asap';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/asap-v26-latin_latin-ext-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
    url('../fonts/asap-v26-latin_latin-ext-800.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* asap-900 - latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Asap';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/asap-v26-latin_latin-ext-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
    url('../fonts/asap-v26-latin_latin-ext-900.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.text-orange {
    color: #fff !important;
}

.text-blue {
    color: #0033a0 !important;
}

.text-red {
    color: #ee3324 !important;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.text-grey {
    color: #dfdfdf !important;
}

.text-dark-grey {
    color: #404040 !important;
}

.bg-orange {
    background-color: #fff !important;
}

/*.bg-blue {
    background-color: #0033a0 !important;
}*/

.bg-red {
    background-color: #ee3324 !important;
}

.product-dark-grey {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(20%, #404040), color-stop(45%, #404040)) !important;
    background: linear-gradient(180deg, #fff 20%, #404040 20%, #404040 45%) !important;
}

.product-light-grey {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(20%, #6d6d6c), color-stop(45%, #6d6d6c)) !important;
    background: linear-gradient(180deg, #fff 20%, #6d6d6c 20%, #6d6d6c 45%) !important;
}

.product-bg-blue {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(20%, #0033a0), color-stop(45%, #0033a0)) !important;
    background: linear-gradient(180deg, #fff 20%, #0033a0 20%, #0033a0 45) !important;
}

.product-bg-orange {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(20%, #79858b), color-stop(45%, #79858b)) !important;
    background: linear-gradient(180deg, #fff 0%, #0033a0 0%, #0033a0 45%) !important;
}

.white-btn, .white-btn-border {
    font-size: .9rem;
    font-family: "Asap";
    letter-spacing: 2px;
    padding: .5rem 1rem;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    padding-right: 5rem;
}

    .white-btn:hover, .white-btn-border:hover {
        color: #79858b;
        padding-right: 6rem;
    }

    .white-btn::after, .white-btn-border::after {
        /*content: "";*/
        background: url("../images/icons/a-after-w.svg");
        position: absolute;
        width: 1rem;
        height: 1rem;
        top: 10px;
        background-size: cover !important;
        right: 1rem;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

.site-btn {
    background-color: #0033a0;
    color: #fff;
    border: 0;
    padding: .5rem 2rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .site-btn:hover {
        background-color: #79858b;
    }

.white-btn:hover::after {
    background: url("../images/icons/a-after-b.svg");
}

.white-btn-border {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 5px;
}

    .white-btn-border:hover {
        border-color: #79858b;
        background-color: #fff;
    }

        .white-btn-border:hover::after {
            background: url("../images/icons/a-after-o.svg");
        }

.navbar {
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

    .navbar .navbar-brand img {
        max-width: 150px;
        width: 100%
    }

    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-family: "Asap";
        color: #0033a0;
        font-size: .9rem;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    /*yazı üstüne gelince değişen renk*/
        .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
            color: #79858b;
        }

    .navbar .navbar-collapse .navbar-nav .dropdown-menu {
        background-color: #0a3aa0;
        border-radius: 0;
        padding: 0;
        min-width: 15rem;
        border: 0;
        top: 82px;
    }

        .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
            font-family: "Asap";
            color: #fff;
            padding: .5rem 1rem .5rem 1rem;
            font-weight: Asap;
        }

            .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:hover {
                background: #fff;
                color: #0033a0;
            }

    .navbar .navbar-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .navbar .navbar-right .right-item {
            margin-left: 1rem;
        }

            .navbar .navbar-right .right-item img {
                width: 1rem;
            }

            .navbar .navbar-right .right-item p, .navbar .navbar-right .right-item a {
                margin-bottom: 0;
                color: #0033a0;
                padding-left: .5rem;
                font-family: "Asap";
                padding-top: 0.25rem;
            }

.scroll-nav {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 0 !important;
}

    .scroll-nav .navbar-nav .nav-item .nav-link:hover {
        color: #79858b !important;
    }

   /* .scroll-nav .dropdown-menu {
        top: 82px !important;
        background-color: #79858b !important;
    }*/

.nav-mobile {
    color: #fff;
    padding: 0;
    margin: 0;
    cursor: auto;
    font-size: 18px;
    list-style-type: none;
    position: absolute;
    top: 0;
    right: 0;
}

    .nav-mobile:after {
        content: "";
        display: table;
        clear: both;
    }

    .nav-mobile svg {
        height: 65px;
        width: 65px;
        padding: 9px;
    }

        .nav-mobile svg path {
            fill: #0033a0;
        }

        .nav-mobile svg.icon-close {
            display: none;
            padding: 15px;
        }

    .nav-mobile li {
        width: 100%;
        height: 65px;
        line-height: 46px;
        text-align: center;
        float: left;
    }

        .nav-mobile li a {
            display: block;
            color: #0033a0;
            width: 100%;
            height: 100%;
            text-decoration: none;
        }

    .nav-mobile .menu-button {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        cursor: pointer;
        display: block;
    }

    .nav-mobile #menu-toggle {
        display: none;
    }

        .nav-mobile #menu-toggle.active ~ .menu-button .icon-close, .nav-mobile #menu-toggle:checked ~ .menu-button .icon-close {
            display: block;
        }

        .nav-mobile #menu-toggle.active ~ .menu-button .icon-open, .nav-mobile #menu-toggle:checked ~ .menu-button .icon-open {
            display: none;
        }

        .nav-mobile #menu-toggle.active ~ .menu-button:after, .nav-mobile #menu-toggle:checked ~ .menu-button:after {
            opacity: 1;
            pointer-events: auto;
            -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
            transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
        }

        .nav-mobile #menu-toggle.active ~ .menu-sidebar, .nav-mobile #menu-toggle:checked ~ .menu-sidebar {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            -webkit-transition: -webkit-transform 0.7s cubic-bezier(0, 0, 0.3, 1);
            transition: -webkit-transform 0.7s cubic-bezier(0, 0, 0.3, 1);
            transition: transform 0.7s cubic-bezier(0, 0, 0.3, 1);
            transition: transform 0.7s cubic-bezier(0, 0, 0.3, 1), -webkit-transform 0.7s cubic-bezier(0, 0, 0.3, 1);
        }

    .nav-mobile .menu-container {
        width: 65px;
        float: left;
        cursor: pointer;
        position: absolute;
        z-index: 10;
        right: 0;
    }

        .nav-mobile .menu-container .menu-sidebar {
            -webkit-box-shadow: 5px 0 5px -5px #333;
            box-shadow: 5px 0 5px -5px #333;
            display: block;
            width: 300px;
            bottom: 0;
            background: #fff;
            color: #0033a0;
            position: fixed;
            -webkit-transform: translateX(300px);
            transform: translateX(300px);
            -webkit-transition: -webkit-transform 0.7s cubic-bezier(0, 0, 0.3, 1);
            transition: -webkit-transform 0.7s cubic-bezier(0, 0, 0.3, 1);
            transition: transform 0.7s cubic-bezier(0, 0, 0.3, 1);
            transition: transform 0.7s cubic-bezier(0, 0, 0.3, 1), -webkit-transform 0.7s cubic-bezier(0, 0, 0.3, 1);
            top: 61px;
            z-index: 2;
            list-style-type: none;
            padding: 0;
            max-width: 300px;
            right: 0;
            font-family: "Asap"
        }

            .nav-mobile .menu-container .menu-sidebar .arrow {
                position: absolute;
                line-height: 50px;
                font-size: 32px;
                color: #0033a0;
                top: 0;
                z-index: 0;
            }

                .nav-mobile .menu-container .menu-sidebar .arrow.left {
                    left: 25px;
                }

                .nav-mobile .menu-container .menu-sidebar .arrow.right {
                    right: 25px;
                }

            .nav-mobile .menu-container .menu-sidebar li {
                height: 55px;
                line-height: 55px;
                font-size: 16px;
                text-align: left;
                position: relative;
                border-bottom: 1px solid #0033a0;
                padding-left: 20px;
            }

                .nav-mobile .menu-container .menu-sidebar li:hover {
                    background: #fff;
                }

                .nav-mobile .menu-container .menu-sidebar li .menu-sub {
                    position: fixed;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    width: 0;
                    overflow: hidden;
                    background: white;
                    visibility: hidden;
                    -webkit-transition: all 0.7s cubic-bezier(0, 0, 0.3, 1);
                    transition: all 0.7s cubic-bezier(0, 0, 0.3, 1);
                    border-left: 1px solid #ccc;
                    list-style-type: none;
                    padding: 0;
                    margin: 0;
                    z-index: 2;
                    max-width: 300px;
                }

                    .nav-mobile .menu-container .menu-sidebar li .menu-sub li {
                        overflow: hidden;
                    }

                    .nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title {
                        padding-left: 50px;
                    }

                .nav-mobile .menu-container .menu-sidebar li .submenu-label {
                    cursor: pointer;
                    width: 100%;
                    height: 100%;
                    display: block;
                }

                .nav-mobile .menu-container .menu-sidebar li .submenu-toggle {
                    display: none;
                }

                    .nav-mobile .menu-container .menu-sidebar li .submenu-toggle.active ~ .menu-sub, .nav-mobile .menu-container .menu-sidebar li .submenu-toggle:checked ~ .menu-sub {
                        width: 300px;
                        visibility: visible;
                        z-index: 1;
                        -webkit-transition: width 0.35s cubic-bezier(0, 0, 0.3, 1);
                        transition: width 0.35s cubic-bezier(0, 0, 0.3, 1);
                    }

footer {
    background: rgba(232, 230, 229, 0.4);
    padding: 3rem 0 0 0;
}

    footer .footer-first .footer-item .footer-title {
        font-family: "Asap";
        font-size: 1.5rem;
        margin-bottom: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        footer .footer-first .footer-item .footer-title img {
            width: 1.5rem;
            height: 1.5rem;
            margin-left: 2rem;
        }

    footer .footer-first .footer-item .item-body {
        font-family: "Asap";
        font-size: .9rem;
    }

        footer .footer-first .footer-item .item-body .footer-link {
            color: #000;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: .5rem;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            footer .footer-first .footer-item .item-body .footer-link:hover {
                color: #79858b;
            }

        footer .footer-first .footer-item .item-body p {
            margin-bottom: .5rem;
            line-height: 21px;
        }

            footer .footer-first .footer-item .item-body p a {
                text-decoration: underline !important;
                color: #000;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                footer .footer-first .footer-item .item-body p a:hover {
                    color: #79858b;
                }

            footer .footer-first .footer-item .item-body p:last-child {
                margin-top: 1rem;
                font-size: .8rem;
            }

        footer .footer-first .footer-item .item-body .footer-social {
            margin-top: 3rem;
        }

            footer .footer-first .footer-item .item-body .footer-social a img {
                width: 2rem;
                height: 2rem;
            }

    footer .footer-secondary {
        margin-top: 4rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        footer .footer-secondary .footer-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-family: "Asap";
            font-size: .85rem;
        }

            footer .footer-secondary .footer-item p {
                margin-bottom: 0;
                color: #9e9c9c;
            }

            footer .footer-secondary .footer-item a {
                color: #9e9c9c;
                margin-right: .5rem;
            }

            footer .footer-secondary .footer-item span {
                color: #000;
            }

            footer .footer-secondary .footer-item img {
                width: 100px;
            }

            footer .footer-secondary .footer-item #footer-dropdown-icon {
                width: 1.5rem;
                background: #0033a0;
                height: 1rem;
                border-radius: 10px;
                margin-left: .5rem;
            }

        footer .footer-secondary .item-button {
            cursor: pointer;
            position: relative;
            top: -9px;
        }

            footer .footer-secondary .item-button .dropdown-menu.show {
                width: 100%;
                text-align: center;
            }

                footer .footer-secondary .item-button .dropdown-menu.show a {
                    display: block;
                    font-family: "Asap";
                    font-size: .85rem;
                    margin-bottom: .5rem;
                }

            footer .footer-secondary .item-button .dropdown-toggle::after {
                border: 0;
            }

body {
    position: relative;
}

a {
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    a:hover {
        opacity: 0.7;
    }

p {
    line-height: 28px;
}

.line {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(232, 230, 229, 0.4);
    z-index: -1;
}

    .line:nth-child(1) {
        left: 5%
    }

    .line:nth-child(2) {
        left: 17.5%
    }

    .line:nth-child(3) {
        left: 29.5%
    }

    .line:nth-child(4) {
        left: 42.5%
    }

    .line:nth-child(5) {
        left: 54.5%
    }

    .line:nth-child(6) {
        left: 66.5%
    }

    .line:nth-child(7) {
        left: 78.5%
    }

    .line:nth-child(8) {
        left: 90.5%
    }

.widget-title .section-sub-title {
    font-size: .85rem;
    font-family: "Asap";
    color: #79858b;
}

    .widget-title .section-sub-title::after {
        content: " ";
        width: 5rem;
        height: 1px;
        background-color: #79858b;
        position: absolute;
        left: 10rem;
        top: 8px;
    }

.widget-title .section-title {
    font-size: 3rem;
    color: #0033a0;
    font-family: "Asap";
    margin-bottom: 3rem;
}

.pdf-btn {
    display: inline-block;
    border: 1px solid #0033a0;
    padding: 2rem;
    margin-right: 1rem;
    border-radius: 10px;
}

    .pdf-btn:hover {
        border-color: #79858b;
    }

        .pdf-btn:hover svg g {
            fill: #79858b;
        }

    .pdf-btn svg {
        width: 2.5rem;
        height: 2.5rem;
    }

    .pdf-btn a {
        color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .pdf-btn a:hover {
            opacity: .7;
        }

        .pdf-btn a p {
            position: relative;
            top: 10px;
            margin-bottom: 0;
        }

.svg-turkiye-haritasi {
    margin: 0 auto;
    text-align: center;
}

    .svg-turkiye-haritasi svg {
        width: 100%;
        height: auto;
    }

.il-isimleri {
    position: absolute;
    z-index: 2;
}

    .il-isimleri div {
        display: inline-block;
        background: #79858b;
        color: #0033a0;
        padding: 8px 16px;
        border-radius: 4px;
        border: 1px solid #0033a0;
    }

#svg-turkiye-haritasi path {
    cursor: pointer;
    fill: #0033a0;
}

    #svg-turkiye-haritasi path:hover {
        fill: #79858b;
    }

.color-active {
    fill: #79858b;
}

img {
    width: 100%
}

.product-img a:hover {
    opacity: 1;
}

.site-slide {
    overflow-x: hidden;
}

    .site-slide .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .site-slide .slide-wrapper .slide-item {
        background-size: cover !important;
        height: 90vh;
        position: relative;
        background-position: center !important;
    }

        .site-slide .slide-wrapper .slide-item .item-image img {
            max-width: 100%;
            height: auto;
            position: absolute;
            top: 0;
        }

        .site-slide .slide-wrapper .slide-item .effect-bg {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            background-size: cover !important;
        }

        .site-slide .slide-wrapper .slide-item .item-content {
            height: 100vh;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background: linear-gradient(204deg, #0033a0 0%, transparent 71%);
        }

            .site-slide .slide-wrapper .slide-item .item-content .item-details {
                background: url("../images/dot-dot.png");
                background-position: 100%;
                background-size: cover;
                padding: 2rem;
                min-height: 40vh;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .site-slide .slide-wrapper .slide-item .item-content .item-details h1 {
                    font-family: "Asap";
                    color: #fff;
                    font-size: 2.5rem;
                    display: inline-table;
                }

                .site-slide .slide-wrapper .slide-item .item-content .item-details p {
                    color: #fff;
                    font-family: "Asap";
                    font-size: 1.35rem;
                    padding: 0.5rem 0;
                }

    .site-slide .slide-wrapper .slick-dots {
        bottom: 10vh;
        width: 58%;
        text-align: left;
        margin-left: 45%
    }

        .site-slide .slide-wrapper .slick-dots .slick-active {
            width: 40px;
        }

            .site-slide .slide-wrapper .slick-dots .slick-active button {
                width: 40px;
            }

        .site-slide .slide-wrapper .slick-dots li {
            width: 10px;
            height: 10px;
        }

            .site-slide .slide-wrapper .slick-dots li button {
                background: #fff;
                width: 10px;
                height: 10px;
                border-radius: 10px;
            }

                .site-slide .slide-wrapper .slick-dots li button::before {
                    content: ""
                }

.widget-1 {
    padding: 0rem 0;
}

    .widget-1 .widget-left .widget-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .widget-1 .widget-left .widget-content .widget-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 0 15px 0 0;
            margin-bottom: 1rem;
        }

            .widget-1 .widget-left .widget-content .widget-item .item-img {
                margin-right: 0.3rem;
            }

                .widget-1 .widget-left .widget-content .widget-item .item-img img {
                    max-width: 50px;
                    width: 50px;
                }

            .widget-1 .widget-left .widget-content .widget-item .item-text h5 {
                font-size: 1rem;
                font-family: "Asap"
            }

            .widget-1 .widget-left .widget-content .widget-item .item-text p {
                font-family: "Asap"
            }

.widget-2 {
    padding: 2rem 0;
    /*background: url("../images/widget-2-bg.png");*/
    background-size: cover;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .widget-2 .widget-left .widget-item, .widget-2 .widget-right .widget-item {
        position: relative;
        padding-left: 3rem;
        margin-bottom: 3rem;
    }

        .widget-2 .widget-left .widget-item::before, .widget-2 .widget-right .widget-item::before {
            content: "";
            background: url("../images/check-red.png");
            background-size: cover;
            position: absolute;
            left: 0;
            top: 0;
            width: 30px;
            height: 30px;
        }

        .widget-2 .widget-left .widget-item h6, .widget-2 .widget-right .widget-item h6 {
            font-size: 1rem;
            font-family: "Asap"
        }

        .widget-2 .widget-left .widget-item p, .widget-2 .widget-right .widget-item p {
            font-family: "Asap"
        }

    .widget-2 .widget-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 5rem;
    }

        .widget-2 .widget-center #img-2 {
            position: relative;
            top: -1.25rem;
        }

        .widget-2 .widget-center .img-content {
            position: relative;
            width: 100%;
            background: url("../images/pen-zemin.jpg");
            max-width: 300px;
            max-height: 304px;
        }

.widget-3 {
    background-color: #0033a0;
    position: relative;
}

    .widget-3 .widget-left {
        height: 60vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .widget-3 .widget-left .widget-content {
            background: url("../images/dot-dot.png");
            background-size: cover;
        }

            .widget-3 .widget-left .widget-content .text h2 {
                font-size: 2.5rem;
                color: #fff;
                font-family: "Asap";
                margin-bottom: 2rem;
            }

            .widget-3 .widget-left .widget-content .text p {
                font-size: 1.25rem;
                color: #fff;
                font-family: "Asap"
            }

            .widget-3 .widget-left .widget-content .text a {
                padding-left: 0;
                color: #fff;
                font-family: "Asap";
                -webkit-transition: all 0.7s ease;
                transition: all 0.7s ease;
            }

                .widget-3 .widget-left .widget-content .text a:hover {
                    color: #0033a0;
                }

    .widget-3 .position {
        position: absolute;
        right: 0;
    }

        .widget-3 .position .widget-right img {
            height: 70vh;
            right: 0;
            position: absolute;
            top: -5vh;
            padding: 0 0 0 1rem;
        }

.widget-4 {
    padding: 4rem 0;
}

    .widget-4 .widget-news-box .box-img {
        position: relative;
        overflow: hidden;
        width: 100%;
        max-height: 260px;
        min-height: 260px;
        background-color: #dfdfdf;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .widget-4 .widget-news-box:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .widget-4 .widget-news-box img {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
        overflow: hidden;
    }

    .widget-4 .widget-news-box .box-body {
        padding: 1rem;
    }

        .widget-4 .widget-news-box .box-body span {
            color: #ee3324;
            font-family: "Asap";
            font-size: 0.8rem;
        }

        .widget-4 .widget-news-box .box-body h3 {
            font-size: 1.1rem;
            text-align: center; /*yazı ortalama*/
        }

            .widget-4 .widget-news-box .box-body h3 a {
                font-family: "Asap";
                color: #000;
                
            }

        .widget-4 .widget-news-box .box-body p {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

    .widget-4 .widget-news-list {
        border: 1px solid #ee3324;
    }

        .widget-4 .widget-news-list .list-item {
            font-family: "Asap";
            margin: 2rem;
            padding-bottom: 1rem;
        }

            .widget-4 .widget-news-list .list-item:not(:last-child) {
                border-bottom: 1px solid #ee3324;
            }

            .widget-4 .widget-news-list .list-item:hover a {
                color: #ee3324;
            }

            .widget-4 .widget-news-list .list-item a {
                color: #000;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                display: block;
            }

            .widget-4 .widget-news-list .list-item .item-footer {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                margin-top: 1rem;
            }

                .widget-4 .widget-news-list .list-item .item-footer img {
                    width: 1rem;
                }

                .widget-4 .widget-news-list .list-item .item-footer span {
                    font-family: "Asap";
                    color: #ee3324;
                    font-size: .75rem;
                    padding-left: .5rem;
                    padding-top: .15rem;
                    letter-spacing: 1px;
                }

    .widget-4 .widget-title {
        padding-left: 1rem;
    }

.widget-5 {
    min-height: 50vh;
    height: 50vh;
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .widget-5 .section-layer {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background: rgba(37, 93, 164, 0.4);
        z-index: 8;
    }

    .widget-5 .widget-content {
        z-index: 8;
        position: relative;
        top: 40px;
    }

        .widget-5 .widget-content .page-title h1 {
            font-family: "Asap";
            font-size: 3.5rem;
        }

        .widget-5 .widget-content .page-breadcrumb ul {
            list-style: none;
            padding: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .widget-5 .widget-content .page-breadcrumb ul li {
                padding-right: 1.5rem;
                position: relative;
            }

                .widget-5 .widget-content .page-breadcrumb ul li a {
                    color: #fff;
                    font-family: "Asap"
                }

                .widget-5 .widget-content .page-breadcrumb ul li:not(:last-child) {
                    opacity: .7;
                }

                    .widget-5 .widget-content .page-breadcrumb ul li:not(:last-child)::before {
                        content: "";
                        width: 1rem;
                        height: 1rem;
                        background: url("../images/breadcrumb-right.svg");
                        background-size: 80%;
                        background-repeat: no-repeat;
                        position: absolute;
                        right: 0;
                        top: 7px;
                    }

        .widget-5 .widget-content .head-bg-img img {
            position: absolute;
            right: 0;
            width: 75%;
            top: -50%
        }

.widget-6 {
    padding: 5rem 0;
}

    .widget-6 .product-info {
        padding: 0 1rem;
    }

        .widget-6 .product-info .product-img {
            background: #0033a0;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(20%, #dfdfdf), color-stop(45%, #dfdfdf));
            /*background: linear-gradient(180deg, #fff 20%, #dfdfdf 20%, #dfdfdf 45%);*/
            position: relative;
            padding: 3rem;
        }

            .widget-6 .product-info .product-img:hover img {
                -webkit-transform: scale(1.75);
                transform: scale(1.75);
            }

            .widget-6 .product-info .product-img img {
                max-width: 60%;
                height: auto;
                position: relative;
                top: -2rem;
                left: 3rem;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

        .widget-6 .product-info .product-title {
            padding: 1rem 0;
        }

            .widget-6 .product-info .product-title .product-name {
                font-family: Asap;
                font-weight: 400;
                font-size: 1.5rem;
                color: #0033a0;
                margin-bottom: .25rem;
            }

            .widget-6 .product-info .product-title .product-category {
                font-family: "Asap";
                color: #0033a0;
                font-size: 1rem;
                margin: 0;
            }

        .widget-6 .product-info .product-features .features-row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-bottom: 1px solid #bdbdbd;
            padding: .25rem 0;
            font-family: "Asap";
            font-size: .8rem;
        }

            .widget-6 .product-info .product-features .features-row span {
                width: 50%
            }

        .widget-6 .product-info .product-options {
            padding: 2rem 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .widget-6 .product-info .product-options .option-item {
                margin-right: .5rem;
                margin-bottom: .75rem;
            }

                .widget-6 .product-info .product-options .option-item p {
                    font-size: .8rem;
                    max-width: 50px;
                    text-align: center;
                    font-family: "Asap";
                    margin-bottom: 0;
                    margin-top: .5rem;
                    line-height: 15px;
                }

                .widget-6 .product-info .product-options .option-item img {
                    width: 50px;
                    height: 50px;
                }

    .widget-6 .product-details {
        padding: 0 1rem;
    }

        .widget-6 .product-details .details-title {
            font-family: "Asap";
            color: #0033a0;
            margin-top: 1rem;
        }

        .widget-6 .product-details .detail-slogan {
            font-family: "Asap";
            color: #0033a0;
        }

        .widget-6 .product-details .details-text {
            font-family: "Asap";
            padding-top: 2rem;
            line-height: 1.75rem;
            font-size: 1.15rem;
        }

        .widget-6 .product-details .details-features {
            margin-top: 2rem;
        }

.widget-7 {
    padding: 0 0 5rem 0;
}

    .widget-7 .other-product:hover .product-image img {
        max-width: 75%;
        left: 0;
    }

    .widget-7 .other-product .product-image {
        background: #0033a0;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(20%, #0033a0), color-stop(45%, #0033a0));
       /* background: linear-gradient(180deg, #fff 20%, #b9b9b9 20%, #b9b9b9 45%);*/
        position: relative;
        padding: 3rem;
        margin-bottom: .5rem;
    }

        .widget-7 .other-product .product-image img {
            max-width: 60%;
            height: auto;
            position: relative;
            top: -2rem;
            left: 1.25rem;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .widget-7 .other-product .product-title {
        color: #0033a0;
        font-family: Asap;
        font-size: 1rem;
        margin-bottom: 0;
    }

    .widget-7 .other-product span {
        color: #79858b;
        font-size: .8rem;
        font-family: "Asap"
    }

.widget-8 {
    padding: 5rem 0;
    font-family: "Asap"
}

    .widget-8 .widget-content {
        padding-left: 2rem;
    }

        .widget-8 .widget-content h1, .widget-8 .widget-content h2, .widget-8 .widget-content h3, .widget-8 .widget-content h4, .widget-8 .widget-content h5, .widget-8 .widget-content h6 {
            font-weight: Asap;
            margin-bottom: 1rem;
        }

        .widget-8 .widget-content strong, .widget-8 .widget-content b {
            font-family: "Asap"
        }

.widget-9 {
    padding: 5rem 0;
}

    .widget-9 .product-page-filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .widget-9 .product-page-filter .product-count {
            border: 1px solid rgba(37, 93, 164, 0.3);
            padding: 1rem 3rem;
            font-family: "Asap";
            font-size: 0.8rem;
        }

        .widget-9 .product-page-filter .product-view {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .widget-9 .product-page-filter .product-view .grid-view, .widget-9 .product-page-filter .product-view .list-view {
                background-color: #dfdfdf;
                margin-left: 1rem;
                padding: .75rem 1rem;
                border-radius: 50%;
                cursor: pointer;
            }

                .widget-9 .product-page-filter .product-view .grid-view svg, .widget-9 .product-page-filter .product-view .list-view svg {
                    width: 1.25rem;
                    height: 1.75rem;
                    fill: #0033a0;
                }

                    .widget-9 .product-page-filter .product-view .grid-view svg g, .widget-9 .product-page-filter .product-view .grid-view svg rect, .widget-9 .product-page-filter .product-view .list-view svg g, .widget-9 .product-page-filter .product-view .list-view svg rect {
                        fill: #0033a0;
                    }

            .widget-9 .product-page-filter .product-view .active {
                background-color: #0033a0;
            }

                .widget-9 .product-page-filter .product-view .active svg {
                    fill: #fff;
                }

                    .widget-9 .product-page-filter .product-view .active svg g, .widget-9 .product-page-filter .product-view .active svg rect {
                        fill: #fff;
                    }

    .widget-9 .products-content {
        padding-top: 2rem;
    }

        .widget-9 .products-content .product-item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%;
            padding: 0 2rem;
        }

            .widget-9 .products-content .product-item:nth-child(even) .product {
                margin-top: 5rem;
            }

            .widget-9 .products-content .product-item .product {
                padding: 1rem;
            }

                .widget-9 .products-content .product-item .product:hover .product-img img {
                    top: -2rem;
                }

                .widget-9 .products-content .product-item .product .product-img {
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(20%, #b9b9b9), color-stop(45%, #b9b9b9));
                    background: linear-gradient(180deg, #fff 20%, #b9b9b9 20%, #b9b9b9 45%);
                    position: relative;
                    padding: 3rem;
                }

                    .widget-9 .products-content .product-item .product .product-img img {
                        max-width: 65%;
                        height: auto;
                        position: relative;
                        top: 0;
                        left: 3rem;
                        -webkit-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }

                .widget-9 .products-content .product-item .product .product-detail {
                    padding: 1rem 0;
                }

                    .widget-9 .products-content .product-item .product .product-detail .product-title {
                        font-family: Asap;
                        font-weight: 900;
                        font-size: 1.5rem;
                        color: #0033a0;
                        margin-bottom: .25rem;
                    }

                    .widget-9 .products-content .product-item .product .product-detail .product-category {
                        font-family: "Asap";
                        color: #79858b;
                        font-size: .9rem;
                        margin: 0;
                    }

    .widget-9 .list {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
        padding: 0 !important;
    }

        .widget-9 .list:nth-child(even) .product {
            margin-top: 0rem !important;
        }

        .widget-9 .list:hover .product-img img {
            top: 2rem !important;
        }

        .widget-9 .list .product-img img {
            top: 1rem !important;
        }

        .widget-9 .list .product-category {
            font-family: "Asap" !important;
            font-size: 0.9rem !important;
        }

.widget-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
}

    .widget-menu ul {
        list-style: none;
        padding: 0;
    }

        .widget-menu ul li {
            border-bottom: 1px solid #dfdfdf;
            padding: .5rem 0;
        }

            .widget-menu ul li a {
                color: #000;
                padding-left: 1rem;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                display: block;
            }

        .widget-menu ul .active {
            position: relative;
        }

            .widget-menu ul .active::before {
                content: "";
                width: 5px;
                height: 105%;
                background-color: #0033a0;
                position: absolute;
                top: -1px;
            }

            .widget-menu ul .active a {
                color: #0033a0;
            }

.copy-disabled {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#accordion .card {
    border: 0;
    background-color: transparent;
}

    #accordion .card .card-header {
        border: 0;
        background-color: transparent;
        padding: 1rem 0 1rem .5rem;
        border-bottom: 1px solid #0033a0;
        color: #0033a0;
        font-family: "Asap"
    }

        #accordion .card .card-header:hover {
            cursor: pointer;
        }

        #accordion .card .card-header:before {
            content: "+";
            margin-right: 1rem;
        }

        #accordion .card .card-header[aria-expanded="true"]:before {
            content: "-";
            margin-right: 1rem;
        }

    #accordion .card .card-body {
        padding: 2rem 0;
        font-family: "Asap";
        line-height: 1.75rem;
    }

        #accordion .card .card-body h1, #accordion .card .card-body h2, #accordion .card .card-body h3, #accordion .card .card-body h4, #accordion .card .card-body h5, #accordion .card .card-body h6 {
            font-family: "Asap"
        }

        #accordion .card .card-body a, #accordion .card .card-body strong, #accordion .card .card-body b {
            color: #0033a0;
            font-family: "Asap"
        }

        #accordion .card .card-body .download-area img {
            padding-right: 2rem;
            padding-right: 1rem;
        }

        #accordion .card .card-body .download-area a {
            color: #fff;
            background-color: #0033a0;
            padding: .5rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

.bayi-bul {
    z-index: 9;
}

    .bayi-bul #bayi-listeleme {
        padding-top: 2rem;
    }

        .bayi-bul #bayi-listeleme .bayi-listesi {
            display: none;
        }

            .bayi-bul #bayi-listeleme .bayi-listesi #bayi-liste-il {
                font-family: "Asap";
                margin-bottom: 2rem;
            }

            .bayi-bul #bayi-listeleme .bayi-listesi .bayi-bilgi {
                border: 1px solid #0033a0;
                border-radius: 10px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                margin-bottom: 1rem;
                padding: 1rem;
            }

                .bayi-bul #bayi-listeleme .bayi-listesi .bayi-bilgi #bayi-isim {
                    font-family: "Asap";
                    color: #0033a0;
                }

                .bayi-bul #bayi-listeleme .bayi-listesi .bayi-bilgi #bayi-adres, .bayi-bul #bayi-listeleme .bayi-listesi .bayi-bilgi #bayi-tel, .bayi-bul #bayi-listeleme .bayi-listesi .bayi-bilgi #il-ilce {
                    color: #404040;
                    font-size: .8rem;
                    font-family: "Asap";
                    padding: .5rem 0;
                    border-top: 1px solid #dfdfdf;
                }

                .bayi-bul #bayi-listeleme .bayi-listesi .bayi-bilgi span:last-child {
                    padding-bottom: 0 !important;
                }

.site-form label::after {
    content: ":";
    position: absolute;
    right: 0;
}

.site-form .form-control {
    border-color: #0033a0;
    color: #0033a0 !important;
    border-radius: 0;
}

    .site-form .form-control:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(252, 184, 40, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(252, 184, 40, 0.5);
        border-color: rgba(252, 184, 40, 0.5) !important;
    }

    .site-form .form-control:hover {
        border-color: #79858b;
    }

    .site-form .form-control::-webkit-input-placeholder {
        font-size: .8rem;
    }

    .site-form .form-control:-ms-input-placeholder {
        font-size: .8rem;
    }

    .site-form .form-control::-ms-input-placeholder {
        font-size: .8rem;
    }

    .site-form .form-control::placeholder {
        font-size: .8rem;
    }

.site-form .site-btn {
    float: right;
}

.contact-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
}

    .contact-card .card-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 40%
    }

        .contact-card .card-left img {
            max-width: 100%;
            height: auto;
            margin-bottom: 1rem;
            border: 3px solid #0033a09c;
        }

        .contact-card .card-left a {
            text-align: center;
        }

    .contact-card .card-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 1rem;
        width: 60%;
        font-size: .9rem;
    }

        .contact-card .card-right .konum {
            color: #79858b;
            font-size: 1rem;
        }

        .contact-card .card-right .adres {
            font-size: .9rem;
            line-height: 1.5rem;
        }

        .contact-card .card-right .tel, .contact-card .card-right .faks, .contact-card .card-right .mail {
            font-size: .8rem;
            margin-bottom: .5rem;
            line-height: 1.25rem;
        }

@media screen and (max-width: 320px) {
    footer .footer-secondary .dropdown-toggle img {
        width: 70px;
    }

    footer .footer-secondary .footer-item span {
        font-size: 0.7rem;
    }
}

@media screen and (max-width: 768px) {
    .site-slide .slide-wrapper .slick-dots {
        bottom: 3vh;
    }

    .navbar {
        padding: 0;
    }

    .widget-2 .widget-right {
        margin-top: 3rem;
    }

    .widget-2 .widget-center {
        padding-top: 0;
    }

    .widget-3 .position {
        position: relative !important;
    }

    .widget-3 .widget-right img {
        position: relative !important;
        height: auto !important;
        top: 0 !important;
        padding: 1rem !important;
    }

    .widget-4 .widget-news {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .widget-4 .widget-news .widget-news-box {
            margin-bottom: 2rem;
        }

    .widget-5 {
        background-position: center !important;
    }

        .widget-5 .widget-content .page-title h1 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }

        .widget-5 .widget-content .page-breadcrumb ul {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .widget-5 .widget-content .page-breadcrumb ul li a {
                font-size: .7rem;
            }

    .widget-8 {
        padding: 3rem 0;
    }

        .widget-8 .widget-content {
            padding-left: 0;
        }

    .widget-9 .product-page-filter .product-count {
        padding: 1rem;
    }

    .widget-9 .products-content .product-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }

        .widget-9 .products-content .product-item .product {
            padding: 0;
        }

    .widget-9 .products-content .list {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding: 0 15px;
    }

        .widget-9 .products-content .list .product {
            padding: 0 15px !important;
        }

            .widget-9 .products-content .list .product .product-img img {
                max-width: 100%;
                left: 0;
            }

    footer .footer-first .footer-item {
        margin-bottom: 3rem;
    }

        footer .footer-first .footer-item .footer-title {
            margin-bottom: 1rem !important;
        }

        footer .footer-first .footer-item .footer-social {
            text-align: center;
            margin-top: 2rem !important;
        }

        footer .footer-first .footer-item .item-body {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            footer .footer-first .footer-item .item-body .footer-link {
                padding-right: 1rem;
            }

            footer .footer-first .footer-item .item-body p {
                width: 100%
            }

    footer .footer-secondary {
        margin-top: -1rem;
    }

        footer .footer-secondary .footer-item {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 0.5rem;
        }

        footer .footer-secondary #footer-dropdown-btn {
            margin-top: 1rem;
        }

    .widget-menu {
        margin-bottom: 3rem;
    }

    .download-area a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1024px) {
    .nav-mobile {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .nav-link {
        font-size: 0.8rem !important;
    }

    .navbar-right .right-item {
        margin-top: -6px;
    }

        .navbar-right .right-item a {
            padding-left: 0 !important;
            padding-top: 0 !important;
            font-size: 0.8rem;
        }

    footer .footer-secondary .footer-item img {
        width: 80px;
    }
}
