/*-----------------------------------------------------------------------------
    * Website Style
    * @author: Hasan YUKSEL
----------------------------------------------------------------------------- */
@import url('font.css');

* {
    outline: none;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}


h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

a, a:hover, a:visited, a:active {
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
}

body {
    overflow-x: hidden;
}


html, body, form {
    height: 100%;
    background-color: #FFFFFF;
    font-family: 'Bw Helder W2';
    font-weight: normal;
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    float: left;
    width: 100%;
}

form {
    background: transparent;
}

.scrollTop {
    display: block;
    width: auto;
    height: auto;
    position: fixed;
    right: 20px;
    top: auto;
    z-index: 99;
    bottom: 20px;
    cursor: pointer;
    font-size: 19px;
    transition: all 300ms;
    width: 44px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #044584;
    border-radius: 50%;
    color: #fff;
}

    .scrollTop.animatedIn {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: bounceInRight;
        animation-name: bounceInRight;
    }


    .scrollTop.animatedOut {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: bounceOutRight;
        animation-name: bounceOutRight;
    }

.revealOnScroll {
    opacity: 0;
}

.animated {
    opacity: 1;
}

/*------------------------------------------ header animation ------------------------------------------*/
/*header.active {
    position:fixed;
}*/
header {
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    width: 100%;
    z-index: 9;
}

.header {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 40px 0;
}

.nav-up {
    top: -170px;
}


/*------------------------------------------ header animation ------------------------------------------*/



/*------------------------------------------ banner style ------------------------------------------*/
.banner {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
}

    .banner.homepage .carousel-item {
        -webkit-transition: all 1.5s !important;
        -moz-transition: all 1.5s !important;
        -o-transition: all 1.5s !important;
        transition: all 1.5s !important;
        height: 100%;
    }

.homepage.banner .carousel-caption {
    right: 0;
    left: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

    .homepage.banner .carousel-caption .carousel-item {
        height: 100%;
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 1.5s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}




.homepage.banner .carousel-caption .carousel-text-wrap {
    display: table;
    width: 100%;
    height: 100%;
    float: left;
}

    .homepage.banner .carousel-caption .carousel-text-wrap .verMid {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

        .homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper {
            text-align: left;
            width: 100%;
            max-width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            flex-grow: 0;
            max-width: 55%;
            float: none;
            display: block;
            margin: 0 auto;
        }

.banner.homepage, .banner.homepage .carousel, .banner.homepage .carousel .carousel-inner, .banner.homepage .carousel-item, .homepage.banner .carousel-item > img {
    min-height: 700px;
    height: 100vh;
}

.homepage.banner .carousel-item > img {
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
}

.banner.homepage .carousel {
    display: inline-block;
    width: 100%;
    float: left;
    height: 100%;
}

    .banner.homepage .carousel .carousel-inner {
        display: inline-block;
        float: left;
        height: 100%;
    }
/*------------------------------------------ banner style ------------------------------------------*/




/*------------------------------------------ NOTIFICATION ------------------------------------------*/
.form-alert {
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: left;
    position: fixed;
    right: 20px;
    top: 165px;
    z-index: 10;
    min-width: 300px;
    visibility: hidden;
    transition: all 500ms ease !important;
    transform: translateX(20px);
}

    .form-alert .close {
        padding: 0 !important;
        position: initial !important;
        top: inherit !important;
        right: inherit !important;
        left: inherit !important;
        margin: 0 !important;
        margin-left: 20px;
        display: inline-block;
        float: left;
    }

    .form-alert.show {
        display: flex;
    }

    .form-alert.fade.show {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

/*------------------------------------------ NOTIFICATION ------------------------------------------*/


/*------------------------------------------ MODAL/POPUP ------------------------------------------*/

#HomepageModal img {
    max-width: 100%;
    display: inline-block;
    float: left;
}

#HomepageModal .modal-body {
    padding: 0;
}

#HomepageModal .modal-dialog {
    overflow: initial;
    background: transparent !important;
    margin-top: 60px;
}

#HomepageModal .close-button {
    position: absolute;
    right: 0;
    top: -30px;
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    outline: none;
}

/*------------------------------------------ MODAL/POPUP ------------------------------------------*/


.header .menu nav {
    width: 100%;
    display: inline-block;
    float: left;
}

    .header .menu nav ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        float: left;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
    }

        .header .menu nav ul li a {
            float: left;
            display: inline-block;
            font-size: 16px;
            color: #222;
            text-decoration: none;
            margin: 0 20px;
            font-family: 'Bw Helder W1';
            font-weight: bold;
            padding-bottom: 15px;
            position: relative;
            transition: all 500ms ease;
        }

        .header .menu nav ul li {
            float: left;
            display: inline-block;
        }

            .header .menu nav ul li:last-child a {
                margin-right: 0;
            }

.banner.homepage .carousel-item:before {
    content: '';
    background: rgba(8, 34, 51, 0.6);
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .title {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 72px;
    color: #fff;
    font-family: 'Bw Helder W1';
    font-weight: 500;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .text-2 {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
    float: left;
}

.header .menu nav ul li a:after {
    content: '';
    width: 0%;
    height: 5px;
    position: absolute;
    background: #00adef;
    display: inline-block;
    float: left;
    left: 0;
    bottom: 0;
    overflow: hidden;
    -webkit-transition: width 500ms ease-in-out;
    -moz-transition: width 500ms ease-in-out;
    -o-transition: width 500ms ease-in-out;
    transition: width 500ms ease-in-out;
}

.header .menu nav ul li a:hover:after {
    width: 100%;
}

.header .menu nav ul li a, .homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .title, .homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .text-2 {
    letter-spacing: 1px;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .text-1 {
    width: 100%;
    display: inline-block;
    float: left;
}

.left-bar {
    width: 95px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 12;
    height: 100%;
    float: left;
    min-height: 850px;
}

    .left-bar .box {
        display: flex;
        float: left;
        height: 50%;
        width: 100%;
        padding: 40px 0;
        flex-wrap: wrap;
        position: relative;
    }

        .left-bar .box.top {
            background: #fff;
        }

        .left-bar .box.bottom {
            background: #082233;
            border-top: 2px solid #fff;
        }

            .left-bar .box.bottom .wrapper .lang a:hover, .left-bar .box.bottom .wrapper .search_button:hover {
                color: #999999;
            }

        .left-bar .box.top .menu-button {
            float: left;
            width: 100%;
            display: inline-block;
            margin-left: 20px;
        }

            .left-bar .box.top .menu-button .line {
                width: 84px;
                height: 10px;
                background: #082233;
                float: left;
                margin: 3.5px 0;
            }

        .left-bar .box.top .text {
            display: inline-block;
            float: left;
            font-size: 30px;
            font-weight: bold;
            color: #082233;
            font-family: 'Bw Helder W1';
            transform: rotate(-90deg);
            position: absolute;
            left: -17px;
            bottom: 200px;
            bottom: 40%;
        }

        .left-bar .box.bottom .wrapper {
            float: left;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            align-content: center;
        }

            .left-bar .box.bottom .wrapper .search_button {
                width: 100%;
                display: inline-block;
                float: left;
                text-align: center;
                font-size: 50px;
                color: #ffffff;
                text-decoration: none;
                transition: all 500ms ease;
                cursor: pointer;
            }

            .left-bar .box.bottom .wrapper .lang {
                list-style-type: none;
                padding: 0;
                margin: 0;
                float: left;
                width: 100%;
                text-align: center;
                margin-top: 30px;
            }

                .left-bar .box.bottom .wrapper .lang a {
                    color: #fff;
                    text-decoration: none;
                    font-size: 24px;
                    font-weight: bold;
                    font-family: 'Bw Helder W1';
                    margin: 2.5px 0;
                    display: inline-block;
                    float: left;
                    width: 100%;
                    transition: all 500ms ease;
                }

.banner.homepage .carousel-prev-wrapper {
    float: left;
    width: 240px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 95px;
    z-index: 10;
    height: 95px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

    .banner.homepage .carousel-prev-wrapper .carousel-control-prev, .banner.homepage .carousel-prev-wrapper .carousel-control-next {
        width: 50%;
        background: #082233;
        color: #fff;
        font-size: 63px;
        opacity: 1;
        transition: all 500ms ease;
        cursor: pointer;
    }

    .banner.homepage .carousel-prev-wrapper .carousel-control-next {
        color: #00adef;
    }

        .banner.homepage .carousel-prev-wrapper .carousel-control-prev:hover, .banner.homepage .carousel-prev-wrapper .carousel-control-next:hover {
            background: #051520;
        }

.header .menu nav ul li a:hover {
    color: #00adef;
}

.animation_menu {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(8, 34, 51, 0.7);
    z-index: 11;
    width: 0;
    overflow: hidden;
    transition: all 1.5s cubic-bezier(.19,1,.22,1) 0s;
    min-height: 850px;
}

    .animation_menu .wrapper {
        float: left;
        display: inline-block;
        width: 100vw;
        padding: 40px 0;
        height: 50%;
        background: #fff;
    }

    .animation_menu.active {
        width: 100vw;
        transition: width 1s cubic-bezier(1,0,0,1) 0s;
    }
 .animation_menu .img-logo img {
          height: 60px;
    }
.animation_menu_button {
    cursor: pointer;
}

.section {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 40px 0;
}

.section_1 .image .wrapper {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    position: relative;
}

    .section_1 .image .wrapper img {
        width: 100%;
        height: 100%;
        display: inline-block;
        float: left;
        object-fit: cover;
        object-position: center;
    }

.section_1 .title_wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 40px;
}

.section_1 .text-container {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 18px;
    color: #082233;
    font-family: 'Bw Helder W2';
    line-height: 25px;
}

.section .detail-button {
    display: flex;
    float: right;
    margin-top: 30px;
    align-items: center;
    height: 60px;
    min-width: 250px;
    background: #00adef;
    color: #082233;
    font-size: 30px;
    font-weight: 500;
    justify-content: space-between;
    text-decoration: none;
    position: relative;
    transition: all 750ms ease;
}

.section_1 .title_wrapper .tit-1 {
    float: left;
    display: flex;
    align-items: flex-start;
    font-size: 48px;
    color: #082233;
    font-weight: normal;
    font-family: 'Bw Helder W2';
    margin-right: 5px;
}

.section_1 .title_wrapper .tit-2 {
    float: left;
    display: flex;
    align-items: flex-end;
    font-size: 48px;
    color: #082233;
    font-weight: bold;
    font-family: 'Bw Helder W2';
    margin-left: 15px;
}

.section_1 .title_wrapper .center {
    float: left;
    display: inline-block;
    font-size: 126px;
    color: #00adef;
    font-family: 'Arial';
    height: 110px;
}

.section_1 .right:before {
    content: '';
    width: 118.9%;
    height: calc(100% + 670px);
    background: #f4f4f4;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -120px;
    z-index: 0;
}

.section_1 {
    padding: 120px 0 40px 0;
}

    .section_1 .right > * {
        position: relative;
        z-index: 1;
    }

    .section_1 .content_wrapper {
        width: 100%;
        display: inline-block;
        float: left;
        padding: 0px 125px 0px 55px;
    }

    .section_1 .image {
        position: relative;
        z-index: 1;
    }

.section .detail-button > span:first-child {
    padding: 0 20px;
}

.section .detail-button > [class^="icon-"] {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #082233;
    color: #00adef;
    position: relative;
    margin-left: 15px;
    font-size: 130%;
}

    .section .detail-button > [class^="icon-"]:after {
        position: absolute;
        content: '';
        display: inline-block;
        width: 100%;
        height: 100%;
        background: #082233;
        left: -99%;
        top: 0px;
        -webkit-clip-path: polygon(100% 0, 68% 100%, 100% 100%);
        clip-path: polygon(100% 0, 68% 100%, 100% 100%);
    }

.section .detail-button:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #082233;
    transition: all 750ms ease;
}

.section .detail-button:hover:before {
    width: 100%;
    transition: all 750ms ease;
}

.section .detail-button:hover {
    color: #00adef;
}

.section .detail-button > * {
    position: relative;
    z-index: 1;
}

.section_1 .right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}

.section_1 .detail-button {
    margin-right: 10px;
}

.sector-slider {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0 15px;
}

    .sector-slider .item {
        width: 100%;
        float: left;
        display: inline-block;
        position: relative;
    }

        .sector-slider .item img {
            width: 100%;
            display: inline-block;
            float: left;
        }

        .sector-slider .item .wrapper {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            align-content: center;
            flex-wrap: wrap;
            padding: 30px 50px;
            background: rgba(0,0,0,0.75);
            float: left;
            transition: all 750ms ease;
            opacity: 0;
        }

            .sector-slider .item .wrapper .title {
                float: left;
                width: 100%;
                display: inline-block;
                font-size: 30px;
                color: #ffffff;
                font-weight: 500;
                margin-bottom: 20px;
            }

            .sector-slider .item .wrapper .text {
                float: left;
                width: 100%;
                display: inline-block;
                font-size: 18px;
                color: #ffffff;
                font-family: 'Bw Helder W2';
                line-height: 24px;
            }

            .sector-slider .item .wrapper .bx {
                width: 100%;
                float: left;
                height: 100%;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                align-content: center;
                flex-wrap: wrap;
                transition: all 750ms ease;
                transform: translateY(-20px);
            }

        .sector-slider .item a:hover .wrapper .bx {
            transform: translateY(0px);
        }

        .sector-slider .item a:hover .wrapper {
            opacity: 1;
        }

.section .title-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

    .section .title-wrapper .blue-title {
        color: #044584;
        font-family: 'Bw Helder W2';
        font-weight: 300;
        font-size: 72px;
        margin: 0;
        padding: 0;
        display: inline-block;
        float: left;
    }

    .section .title-wrapper .navigation {
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        list-style-type: none;
        padding: 0;
        float: left;
    }

        .section .title-wrapper .navigation li > div {
            cursor: pointer;
            float: left;
            display: inline-block;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 39px;
            color: #003f7d;
            text-decoration: none;
        }

.sectors-section .title-wrapper {
    margin-bottom: 60px;
}

.sector-slider .owl-nav {
    display: none;
}

.sectors-section {
    margin-bottom: 40px;
}

/*news*/
.news_section {
    background: #f4f4f4;
    padding: 50px 0;
}


.section-3 .left {
    width: 62%;
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0;
}

.section-3 .right {
    width: 100%;
    float: right;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    color: #fff;
}

.news-slider-wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    margin-left: 0;
    z-index: 1;
}

.section-3 .right .news-slider {
    float: right;
    width: 35%;
    display: inline-block;
    padding: 30px 40px;
    padding-right: 0;
    min-height: 600px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    background: #f4f4f4;
    z-index: 1;
    position: relative;
}

.section-3 .left .news-slider {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    position: relative;
}

    .section-3 .left .news-slider .owl-nav {
        display: none;
    }

    .section-3 .left .news-slider .owl-carousel, .section-3 .left .news-slider .owl-carousel .owl-stage-outer, .section-3 .left .news-slider .owl-carousel .owl-stage-outer .owl-stage, .section-3 .left .news-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item, .section-3 .left .news-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
        height: 100%;
    }

    .section-3 .left .news-slider .item a {
        width: 100%;
        display: inline-block;
        float: left;
        height: 100%;
    }

        .section-3 .left .news-slider .item a .img {
            width: 100%;
            height: 100%;
            display: inline-block;
            float: left;
            position: relative;
            padding: 10px;
        }

            .section-3 .left .news-slider .item a .img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
                display: inline-block;
                float: left;
                box-shadow: 1px 3px 10px 0px rgba(139, 139, 139, 0.2);
            }



    .section-3 .left .news-slider .owl-stage {
        margin-left: 125px !important;
    }

    .section-3 .left .news-slider .owl-carousel .owl-item {
        opacity: 1;
        transition: all 500ms ease;
    }

        .section-3 .left .news-slider .owl-carousel .owl-item.active {
            opacity: 1;
        }

.section-3 .right .news-slider .item a {
    color: #3e3e3e;
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 20px;
    text-decoration: none;
    line-height: 26px;
}

    .section-3 .right .news-slider .item a .title {
        color: #273863;
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 15px;
        width: 100%;
        display: inline-block;
        float: left;
        font-weight: 100;
        margin: 25px 0;
        line-height: 29px;
    }

    .section-3 .right .news-slider .item a .text {
        width: 100%;
        display: inline-block;
        float: left;
    }

        .section-3 .right .news-slider .item a .text .fake-button {
            color: #003f7d !important;
            display: inline-block;
            width: auto;
            background: #fff;
            font-size: 20px !important;
            padding: 10px 35px;
            border: 1px solid #fff;
            transition: all 500ms ease;
            text-decoration: none !important;
            float: right;
            margin-top: 20px;
            margin-right: 5px;
        }

.white-title {
    width: 100%;
    display: inline-block;
    float: left;
}

    .white-title .title {
        color: #fff;
        font-size: 100px;
        font-family: 'Bw Helder W1';
        font-weight: bold;
    }

.section-3 .white-title {
    position: absolute;
    left: 40%;
    top: 0;
    z-index: 2;
    padding: 30px 0;
    width: auto;
}

.section-3 .right .news-slider .owl-nav {
    display: none;
}

.news-slider-navigation {
    position: absolute;
    right: 0;
    top: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    padding: 20px 10px;
    z-index: 4;
    background: #0f4b86;
    width: 160px;
    height: 90px;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

    .news-slider-navigation li a {
        cursor: pointer;
        color: #fff;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        text-decoration: none;
    }

.section-3 .right .news-slider .item a .text .text-short {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 200px;
}

.section-3 .right .news-slider .item a .date {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 15px;
    color: #909090;
    font-weight: 100;
    margin-bottom: 25px;
}
/*news*/

.section-3 .right .news-slider .all-news-button {
    min-width: 136px;
    height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #003f7d;
    color: #fff;
    float: left;
    padding: 0 15px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 500ms ease;
    margin-top: 30px;
}

    .section-3 .right .news-slider .all-news-button [class^="icon-"] {
        color: #000000;
    }

    .section-3 .right .news-slider .all-news-button:hover {
        background: #00305e;
    }

.reference-slider .item .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    background: #f4f4f4;
    height: 160px;
}

    .reference-slider .item .logo img {
        width: auto;
        max-width: 100%;
        display: inline-block;
        float: left;
        height: auto;
        max-height: 100%;
    }

footer {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
}

.footer {
    float: left;
    width: 100%;
    display: inline;
    position: relative;
    padding: 50px 0;
    background: #082233;
    padding-left: 100px;
}

.footer_bottom {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 20px 0;
    background: #00adef;
    font-size: 16px;
}

.footer_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

    .footer_logo .logo {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        float: left;
        align-items: center;
    }
 .footer_logo .logo  img{
        width: 100%;

    }

    .footer_logo .social-media {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        list-style-type: none;
        padding: 0;
        margin: 0;
        margin-top: 20px;
    }

        .footer_logo .social-media li a {
            font-size: 20px;
            color: #fff;
            text-decoration: none;
            float: left;
            display: inline-block;
            padding: 0 12px;
        }

.footer .footer_link {
    display: flex;
    padding: 0;
    padding-left: 60px;
}

    .footer .footer_link .item {
        float: left;
        display: inline-block;
        margin: 0;
        padding: 0;
        list-style-type: none;
        padding: 0 15px;
    }

        .footer .footer_link .item li {
            float: left;
            width: 100%;
            display: inline-block;
            padding: 8px 0;
            line-height: 20px;
        }

            .footer .footer_link .item li a {
                float: left;
                width: 100%;
                display: inline-block;
                color: #999999;
                font-size: 16px;
                text-decoration: none;
                transition: all 500ms ease;
            }


                .footer .footer_link .item li a:hover {
                    color: #ffffff;
                }

        .footer .footer_link .item.contact li, .footer .footer_link .item.contact li a {
            display: flex;
            align-items: baseline;
            flex-wrap: wrap;
            color: #999999;
            font-size: 16px;
            transition: all 500ms ease;
        }

            .footer .footer_link .item.contact li i {
                width: 28px;
                display: inline-block;
                float: left;
                font-size: 110%;
            }

            .footer .footer_link .item.contact li span {
                width: calc(100% - 28px);
                display: inline-block;
                float: left;
            }

            .footer .footer_link .item.contact li:hover, .footer .footer_link .item.contact li:hover a {
                color: #fff;
            }

        .footer .footer_link .item .title, .footer .footer_link .item.contact .title {
            color: #ededed;
            font-size: 18px;
            margin-bottom: 20px;
            padding: 0;
        }


.footer_bottom .col-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.footer_bottom .links {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

    .footer_bottom .links a {
        color: #fff;
        font-size: 16px;
        padding: 0 30px;
        text-decoration: none;
    }

.footer_bottom .lizbon img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    width: 90px;
    height: auto;
}

.reference-slider .owl-nav {
    display: none;
}

.header .logo img {
    max-height: 70px;
}

.detail-page-wrapper {
    width: 100%;
    min-height: 100%;
    padding-top: 113px;
    /* padding-left: 160px; */
    display: inline-flex;
    flex-wrap: wrap;
}

.header {
    background: #fff;
    padding: 25px 0;
}

    .header .menu nav {
        height: 100%;
    }

        .header .menu nav ul li a:hover {
            color: #00adef;
        }

        .header .menu nav ul li a:after {
            background: #00adef;
        }

body.homepage .header {
    padding: 20px 0;
    background: #fff;
}


    body.homepage .header .menu nav {
        height: auto;
    }

        body.homepage .header .menu nav ul li a:hover {
            color: #00adef;
        }

        body.homepage .header .menu nav ul li a:after {
            background: #00adef;
        }

.detail-section {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 60px 160px;
    padding-left: 320px;
    position: relative;
    min-height: 100%;
}

.section .black-title-wrapper .title {
    width: 100%;
    display: inline-block;
    float: left;
    color: #082233;
    font-family: 'Bw Helder W2';
    font-size: 48px;
    margin-bottom: 50px;
}

.is-ortaklari .logo a {
    width: 100%;
    float: left;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 10px solid #00adef;
    transition: all 500ms ease;
    min-height: 330px;
    background: #fff;
}

    .is-ortaklari .logo a img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        display: inline-block;
    }

    .is-ortaklari .logo a:hover {
        border-color: #092133;
    }

.detail-page-wrapper .detail-section:before {
    content: '';
    width: 72%;
    min-height: 100%;
    background: #f4f4f4;
    position: absolute;
    left: 250px;
    top: 0px;
    display: inline-block;
}

.breadcrumb_section {
    width: 100%;
    height: 54px;
    background: #092133;
    display: inline-block;
    float: left;
    position: relative;
    display: flex;
    z-index: 2;
    justify-content: flex-end;
    align-items: center;
    font-family: 'Bw Helder W1';
}

    .breadcrumb_section ul {
        float: right;
        display: flex;
        align-items: center;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .breadcrumb_section ul li a {
            font-weight: 500;
            color: #fff;
            font-size: 16px;
            text-decoration: none;
            transition: all 500ms ease;
            padding: 0 10px;
        }

            .breadcrumb_section ul li.active a, .breadcrumb_section ul li a:hover {
                color: #00adef;
            }

        .breadcrumb_section ul li:last-child a {
            padding-right: 0;
        }


.detail-section .section_1 {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0;
}

.detail-section .about-content .left_content {
    float: left;
    width: 55%;
    display: inline-block;
}

.detail-section .about-content .right_content {
    float: right;
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 40px;
}

.detail-section .about-content .flex-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}

.detail-section .about-content .image_content {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 60px 0;
}

.detail-section .about-content .right_content .title_wrapper {
    margin-bottom: 0;
    justify-content: flex-end;
    padding: 0 100px;
}

.detail-section .about-content .image_content img {
    width: auto;
    max-width: 100%;
    display: inline-block;
    float: left;
}

.detail-section .about-content .image_content .image {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0;
}

.breadcrumb_section select {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: all 500ms ease;
    padding: 0;
    width: 100%;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    position: relative;
    z-index: 1;
    background: transparent;
}

.section .black-title-wrapper .title_breadcrumb {
    margin-top: -45px;
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 30px;
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
}

    .section .black-title-wrapper .title_breadcrumb li {
        float: left;
        display: inline-block;
    }

        .section .black-title-wrapper .title_breadcrumb li a {
            float: left;
            display: inline-block;
            padding: 10px 0px;
            position: relative;
            font-size: 22px;
            color: #00adef;
            font-weight: 500;
            display: flex;
            align-items: center;
            text-decoration: none;
            transition: all 500ms ease;
        }

            .section .black-title-wrapper .title_breadcrumb li a:after {
                content: '/';
                margin: 2.5px;
                font-size: 80%;
            }

        .section .black-title-wrapper .title_breadcrumb li:last-child a:after {
            display: none;
        }

        .section .black-title-wrapper .title_breadcrumb li a:hover {
            color: #092133;
        }

.product_container .item a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    padding: 15px 0;
    min-height: 432px;
}

    .product_container .item a:hover .image .img {
        width: 40%;
    }

    .product_container .item a .image {
        float: left;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        background: #fff;
        border: 10px solid #00adef;
        transition: all 500ms ease;
        min-height: 225px;
        overflow: hidden;
        padding-bottom: 60px;
    }

        .product_container .item a .image img {
            width: auto;
            display: inline-block;
            float: left;
            max-width: 160px;
            height: auto;
            max-height: 98%;
        }

    .product_container .item a:hover .image .wrapper {
        transform: translateX(0%);
        opacity: 1;
    }

    .product_container .item a .image .wrapper {
        position: absolute;
        right: 0;
        top: 0;
        width: 60%;
        height: calc(100% - 60px);
        display: flex;
        align-items: center;
        padding: 15px;
        font-size: 16px;
        color: #747474;
        line-height: 25px;
        transition: all 500ms ease;
        opacity: 0;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        overflow: hidden;
        transform: translateX(100%);
    }

    .product_container .item a .product_title {
        width: 100%;
        display: inline-block;
        float: left;
        margin: 20px 0;
        color: #082233;
        font-size: 22px;
        font-weight: 500;
        margin-top: 30px;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
    }

c {
    opacity: 1;
    transform: translateX(0%);
}

.product_container .item a .image .wrapper .ln {
    width: 100%;
    margin: 5px 0;
    display: inline-block;
    float: left;
    text-align: left;
}

    .product_container .item a .image .wrapper .ln b {
        width: 100%;
        display: inline-block;
        float: left;
        font-weight: 500;
    }

.product_category_container .right_menu {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 2;
}

.product_category_container {
    margin-top: -170px;
}

.detail-section.urunler {
    padding-top: 110px;
}

.product_category_container .right_menu:before {
    content: '';
    width: calc(100% + 30px);
    height: calc(100% + 70px);
    position: absolute;
    left: -15px;
    top: -70px;
    z-index: 1;
    background: rgb(8,34,51);
    background: -moz-linear-gradient(-45deg, rgba(8,34,51,1) 0%, rgba(19,59,85,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(8,34,51,1) 0%,rgba(19,59,85,1) 100%);
    background: linear-gradient(135deg, rgba(8,34,51,1) 0%,rgba(19,59,85,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#082233', endColorstr='#133b55',GradientType=1 );
}

.product_category_container .right_menu .wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 2;
    padding-bottom: 80px;
}

    .product_category_container .right_menu .wrapper ul {
        width: 100%;
        display: inline-block;
        float: left;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .product_category_container .right_menu .wrapper ul li {
            float: left;
            width: 100%;
            display: inline-block;
            position: relative;
        }

            .product_category_container .right_menu .wrapper ul li a, .product_category_container .right_menu .wrapper ul li .drop-link {
                color: #b4b4b4;
                float: left;
                width: 100%;
                font-size: 20px;
                transition: all 500ms ease;
                text-decoration: none;
                padding: 6.5px 30px;
                padding-right: 15px;
                position: relative;
                display: flex;
                justify-content: space-between;
                align-items: center;
                cursor: pointer;
            }

                .product_category_container .right_menu .wrapper ul li a:hover, .product_category_container .right_menu .wrapper ul li.active > a, .product_category_container .right_menu .wrapper ul li a:hover, .product_category_container .right_menu .wrapper ul li.active .drop-link {
                    color: #00adef;
                }

            .product_category_container .right_menu .wrapper ul li:before {
                content: '';
                width: 20px;
                height: 21px;
                display: inline-block;
                position: absolute;
                left: -15px;
                top: 8px;
            }

            .product_category_container .right_menu .wrapper ul li:after {
                width: 20px;
                height: 20px;
                content: '';
                position: absolute;
                left: -5px;
                top: 8px;
                transform: rotate(45deg) scale(.75);
            }

            .product_category_container .right_menu .wrapper ul li:after, .product_category_container .right_menu .wrapper ul li:before {
                background: #00adef;
                opacity: 0;
            }

            .product_category_container .right_menu .wrapper ul li.active:after, .product_category_container .right_menu .wrapper ul li.active:before {
                opacity: 1;
            }

            .product_category_container .right_menu .wrapper ul li.dropdown > a:after, .product_category_container .right_menu .wrapper ul li.dropdown > a:before {
                display: none !important;
            }

.detail-section .product_container {
    padding-right: 80px;
}

.product_category_container .right_menu .wrapper ul li.dropdown > a:after, .product_category_container .right_menu .wrapper ul li.dropdown > .drop-link:after {
    content: "\f107";
    float: right;
    display: inline-block !important;
    font-size: 20px;
    background: transparent;
    transform: inherit;
    position: relative;
    left: inherit;
    top: inherit;
    font-family: 'FontAwesome';
    opacity: 1;
}

.product_category_container .right_menu .wrapper ul li.dropdown > ul {
    padding-left: 0;
    display: none;
}

.product_category_container .right_menu .wrapper ul li.dropdown.active > ul { /* display: inline-block; */
}

.product_container .item a .image .img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    transition: all 500ms ease;
    overflow: hidden;
    position: relative;
    padding: 0px 10px;
    min-height: 185px;
}

.animation_menu .wrapper .section {
    padding: 0;
    height: 95px;
}

    .animation_menu .wrapper .section .title-wrapper .navigation li a {
        color: #fff;
    }

.product_slider {
    width: 100%;
    display: inline-block;
    float: left;
}

    .product_slider .item {
        width: 100%;
        display: inline-block;
        float: left;
    }

        .product_slider .item a {
            width: 100%;
            display: inline-block;
            float: left;
            padding: 0 0;
            padding-right: 20px;
            padding-top: 8px;
            position: relative;
            height: 100%;
            transition: all 500ms ease;
        }

            .product_slider .item a .img {
                width: 100%;
                max-width: 100%;
                display: inline-block;
                float: left;
                position: relative;
                z-index: 2;
                height: calc(100% - 60px);
            }

                .product_slider .item a .img img {
                    width: 100%;
                    height: auto;
                }

                .product_slider .item a .img img {
                    width: 100%;
                    max-width: 100%;
                    display: inline-block;
                    float: left;
                    height: 100%;
                    object-fit: cover;
                    object-position: center;
                }

            .product_slider .item a .title {
                width: 100%;
                display: inline-block;
                float: left;
                margin: 15px 0;
                font-size: 21px;
                color: #fff;
                text-align: right;
                position: relative;
                z-index: 2;
                height: 35px;
                transition: all 500ms ease;
            }

            .product_slider .item a:before {
                content: '';
                width: 96%;
                height: 100%;
                position: absolute;
                right: 0;
                top: 0;
                background: #092133;
                z-index: 1;
                transition: all 500ms ease;
            }

.animation_menu .wrapper .product_slider {
    height: calc(100% - 140px);
    overflow: hidden;
}

    .animation_menu .wrapper .product_slider .owl-carousel, .animation_menu .wrapper .product_slider .owl-carousel .owl-stage-outer, .animation_menu .wrapper .product_slider .owl-carousel .owl-stage, .animation_menu .wrapper .product_slider .owl-carousel .owl-stage .owl-item, .animation_menu .wrapper .product_slider .owl-carousel .owl-stage .owl-item .item {
        height: 100%;
    }

.animation_menu .all-button-container {
    padding: 0;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .animation_menu .all-button-container .detail-button > [class^="icon-"]:after {
        top: 1px;
    }

.animation_menu .wrapper .col-12 {
    padding: 0 6px;
}

.search_box_container {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0, 173, 239, 0.85);
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 0;
    overflow: hidden;
    transition: all 1.5s cubic-bezier(.19,1,.22,1) 0s;
    min-height: 850px;
}

    .search_box_container .search-wrapper {
        width: 70%;
        display: inline-block;
        float: left;
        position: relative;
        margin: 0px 15%;
    }

        .search_box_container .search-wrapper input {
            width: 100%;
            height: 70px;
            border: 0;
            background: transparent;
            padding: 25px 10px;
            border-bottom: 1px solid #fff;
            color: #fff;
            font-size: 20px;
        }

        .search_box_container .search-wrapper .search-button {
            position: absolute;
            right: 0;
            top: 0;
            width: 60px;
            height: 60px;
            background: transparent;
            border: 0;
            color: #fff;
            font-size: 20px;
            cursor: pointer;
            outline: none;
            box-shadow: none;
            text-decoration: none;
        }

    .search_box_container .wrapper {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #092133;
    }

    .search_box_container .search-wrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #ffffff;
    }

    .search_box_container .search-wrapper input::-moz-placeholder { /* Firefox 19+ */
        color: #ffffff;
    }

    .search_box_container .search-wrapper input:-ms-input-placeholder { /* IE 10+ */
        color: #ffffff;
    }

    .search_box_container .search-wrapper input:-moz-placeholder { /* Firefox 18- */
        color: #ffffff;
    }

    .search_box_container.active {
        width: 100vw;
        transition: width 1s cubic-bezier(1,0,0,1) 0s;
    }

    .search_box_container .close_button {
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
    }

#nav-icon1 {
    width: 90px;
    height: 55px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    min-width: 90px;
}

    #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
        display: block;
        position: absolute;
        height: 10px;
        width: 100%;
        background: #092133;
        border-radius: 0;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #nav-icon1 span:nth-child(1) {
            top: 0px;
        }

        #nav-icon1 span:nth-child(2) {
            top: 19px;
        }

        #nav-icon1 span:nth-child(3) {
            top: 38px;
        }

    #nav-icon1.active span:nth-child(1) {
        top: 18px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #nav-icon1.active span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon1.active span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

.left-bar .box.bottom .wrapper .search_button.active span:before {
    content: "\e90e";
}

.product_slider .item a:Hover:Before {
    background: #00adef;
}

.product_slider .item a:Hover .title {
    color: #092133;
}

.product_category_container .right_menu .wrapper ul li.hover-active.blue_color:before, .product_category_container .right_menu .wrapper ul li.hover-active.blue_color:after {
    background: #fff;
    opacity: 1;
}

.product_category_container .right_menu .wrapper ul li.dropdown > ul li {
    padding-left: 10px;
}

.homepage-wrapper .section {
    padding: 80px 0;
}

    .homepage-wrapper .section.section_1 {
        padding: 120px 0 80px 0;
    }

.mobile-menu-button span {
    width: 100%;
    height: 3px;
    background: #222;
    display: inline-block;
    float: left;
}
.mobile-menu-button span a {
   color:#fff !important;
}
.product_container .item a:hover .image {
    border-color: #082233;
}

.product_container .item a:hover {
    /*cursor: url(/images/general/my-cursor-2.png), auto;*/
    cursor: url(/images/general/dcursor.png), auto;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .text-2 .section {
    padding: 0;
}

.detail-content {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
}

    .detail-content .left_box {
        width: 800px;
        display: inline-block;
        float: left;
        max-width: 100%;
    }

.section .text-container {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 18px;
    color: #082233;
    font-family: 'Bw Helder W2';
    line-height: 25px;
}

.detail-content .left_box .detail_content_image {
    display: inline-block;
    float: left;
    height: 400px;
    border: 10px solid #082233;
    width: 800px;
    background: #ffffff;
    margin-bottom: 30px;
    max-width: 100%;
}
.product_container.sectors .item a .image {
    padding: 0;
    min-height: 300px;
}
.product_container.sectors .item a {
    height: auto;
}
.product_container.sectors .item a .product_title {
    position: relative;
    left: inherit;
    top: inherit;
    bottom: inherit;
    margin: 30px 0;
}

.product_container.sectors .item a .image .img {
    width: 100%;
}
.product_category_container .right_menu .right_menu_title {
    width: 100%;
    display: inline-block;
    float: left;
    color: #fff;
    padding: 10px 30px;
    margin-top: -40px;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
}
    /*iletisim*/
    .contentBox .adresCont {
        width: 36%;
        float: left;
        margin-right: 2%;
        display: inline-block;
    }

    .contentBox .row {
        width: 100%;
        float: left;
        display: inline-block;
    }

    .contentBox .adresCont .adres {
        float: left;
        display: inline-block;
        width: 100%;
        float: left;
        background-color: #f9f9f9;
        border: 1px solid #e1e1e1;
        padding: 20px 20px 10px;
        color: #272727;
        margin-bottom: 40px;
    }

        .contentBox .adresCont .adres h2 {
            color: #272727;
            font-weight: normal;
        }

        .contentBox .adresCont .adres ul li {
            float: left;
            width: 100%;
            display: table;
            margin-bottom: 10px;
        }

            .contentBox .adresCont .adres ul li img {
                float: left;
                display: inline-block;
                margin-right: 10px;
                width: 22px;
                margin-top: 3px;
            }

            .contentBox .adresCont .adres ul li span {
                float: left;
                display: inline-block;
                margin: 0;
                width: calc(100% - 37px);
                line-height: 25px;
            }

        .contentBox .adresCont .adres:last-child {
            margin-bottom: 0;
        }

    .banner iframe {
        width: 100%;
        height: 400px;
    }

    .form {
        display: inline-block;
        width: 62%;
    }

    .contentBox .row.w49.fl, .contentBox .row.w49.fr {
        width: 48%;
    }

    .contentBox .row label {
        width: 100%;
        display: inline-block;
        float: left;
        border-radius: 0;
        font-size: 100%;
        text-align: left;
        white-space: normal;
        color: inherit;
        display: block;
        margin-bottom: 6px;
        line-height: 19px;
        font-weight: 400;
    }

        .contentBox .row label.label {
            margin-bottom: 10px;
        }

        .contentBox .row label.input i {
            position: absolute;
            right: 0;
            top: 0;
            position: absolute;
            top: 5px;
            width: 29px;
            height: 29px;
            font-size: 15px;
            line-height: 29px;
            text-align: center;
            border-color: #d3d3d3;
            transition: border-color 0.3s;
            -o-transition: border-color 0.3s;
            -ms-transition: border-color 0.3s;
            -moz-transition: border-color 0.3s;
            -webkit-transition: border-color 0.3s;
            right: 5px;
            padding-left: 3px;
            border-left-width: 1px;
            border-left-style: solid;
            color: #d3d3d3;
        }

        .contentBox .row label.input {
            position: relative;
            display: inline-block;
        }

            .contentBox .row label.input input {
                width: 100%;
                display: inline-block;
                display: block;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                width: 100%;
                height: 39px;
                padding: 8px 10px;
                outline: none;
                border-width: 1px;
                border-style: solid;
                border-radius: 0;
                background: #fff;
                font: 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
                color: #404040;
                appearance: normal;
                -moz-appearance: none;
                -webkit-appearance: none;
                border-color: #d3d3d3;
                transition: border-color 0.3s;
                -o-transition: border-color 0.3s;
                -ms-transition: border-color 0.3s;
                -moz-transition: border-color 0.3s;
                -webkit-transition: border-color 0.3s;
            }

                .contentBox .row label.input input:focus {
                    border-color: #333;
                    color: #333;
                }

            .contentBox .row label.input textarea {
                width: 100%;
                display: inline-block;
                display: block;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                width: 100%;
                height: 75px;
                resize: vertical;
                padding: 8px 10px;
                outline: none;
                border-width: 1px;
                border-style: solid;
                border-radius: 0;
                background: #fff;
                font: 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
                color: #404040;
                appearance: normal;
                -moz-appearance: none;
                -webkit-appearance: none;
                border-color: #d3d3d3;
                transition: border-color 0.3s;
                -o-transition: border-color 0.3s;
                -ms-transition: border-color 0.3s;
                -moz-transition: border-color 0.3s;
                -webkit-transition: border-color 0.3s;
            }

                .contentBox .row label.input textarea:focus {
                    border-color: #333;
                    color: #333;
                }

    .contentBox .row.m-t-10 {
        margin-top: 10px;
    }

    .contentBox .row a {
        float: right;
        display: inline-block;
        padding: 10px 35px;
        background: #092133;
        text-decoration: none;
        color: #fff;
    }

    .contentBox .row.w49.fr {
        margin-left: 4%;
    }

    .contentBox .row {
        margin: 0;
        margin-top: 10px;
    }

    .iletisimCont .left ul {
        width: 100%;
        display: inline-block;
        margin: 20px 0;
        padding: 0;
    }

        .iletisimCont .left ul li a {
            font-size: 16px;
            text-decoration: none;
            color: #424141;
        }

        .iletisimCont .left ul li {
            margin-bottom: 15px;
            border-bottom: 1px solid #e8e8e8;
            padding-bottom: 15px;
            width: 100%;
            display: inline-block;
            float: left;
        }

    .iletisimCont .left a span {
        display: inline-block;
        vertical-align: middle;
        width: 75%;
        line-height: 22px;
    }

    .iletisimCont .left a img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .iletisimCont .left {
        float: left;
        display: inline-block;
        padding: 0;
        width: 46%;
        margin-right: 4%;
    }

    .iletisimCont .right {
        float: left;
        display: inline-block;
        padding: 0;
        width: 50%;
    }

    .iletisimCont h1, .iletisimCont h2 {
        width: 100%;
        display: inline-block;
        float: left;
        font-size: 30px;
        font-weight: 100;
        text-align: left;
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    .iletisimCont {
        display: inline-block;
        float: left;
        width: 100%;
        padding: 0;
    }

    .contentBox .row.m-t-10 .label {
        width: 26%;
        border: 1px solid #d3d3d3;
        text-align: center;
        margin-right: 4%;
        height: 42px;
        background: #fff;
    }

    .contentBox .row.m-t-10 .input {
        width: 70%;
    }

        .contentBox .row.m-t-10 .input input {
            height: 42px;
        }
    /*iletisim*/
    .detail-content .left_box.iframe_maps, .detail-content .left_box.iframe_maps .detail_content_image {
    width: 100%;
}
    .detail-page-wrapper .detail-section.contact-page:before {
    width: 58%;
}
    
#cookie-policy-container {
    border-radius: 0;
    float: left;
    width: 100%;
    display: inline-block;
    position: fixed;
    z-index: 20;
    max-height: 0;
    overflow: hidden;
    transition: all 800ms;
    left: 0;
    bottom: 0;
}

#cookie-policy {
    font-size: 12px;
    position: relative;
    color: #444;
    width: 100%;
    margin: 0 auto;
    border: 1px solid rgba(167, 167, 167, 0.25);
    border-radius: 0;
    background: #f9f9f9;
    padding: 20px 0;
    display: inline-block;
    float: left;
    font-weight: 500;
}

    #cookie-policy .container div:first-child {
        width: 90%;
        float: left;
    }

    #cookie-policy .container div:last-child {
        width: 10%;
        float: right;
    }

#cookie-policy-container.animatedIn {
    max-height: 200px;
    transition: all 800ms;
}


#cookie-policy-container.animatedOut {
}

#cookie-policy .close-button {
    font-size: 24px;
    outline: none;
    background: transparent;
    padding: 0;
    border: 0;
    float: right;
    cursor: pointer;
    box-shadow: none;
    color: #353535;
    text-decoration: none;
    background: transparent;
    padding: 7px 10px;
}
#cookie-policy .close-button:hover{color:#353535}

#cookie-policy p {
    margin: 0;
    line-height: 19px;
    font-size: 13px;
}

#cookie-policy a {
    font-weight: 600;
    color: #00adef;
}
#cookie-policy a:hover,#cookie-policy a:visited {
    color: #00adef;
}
#cookie-policy .container {
    width: 1220px;
    max-width: 100%;
}
.animation_menu .wrapper .section .right {
    display: flex;
    align-items: center;
}

.animation_menu .wrapper .section .right .right_all_button {
    text-decoration: none;
    color: #222;
    font-size: 140%;
    font-weight: 500;
    margin-right: 15px;
}
.detail-content .left_box .pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
    margin-top: 30px;
}

.detail-content .left_box .pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    color: #082233;
    font-weight: 500;
    font-size: 18px;
    text-decoration:none;
    width: 50%;
    justify-content: flex-start;
}

.detail-content .left_box .pagination a i {
    margin-right: 10px;
    font-size: 90%;
}

.detail-content .left_box .pagination a span + i {
    margin-right: 0;
    margin-left: 10px;
}
.detail-content .left_box .pagination a span > * {
    font-size: inherit;
    font-weight: inherit;
    transition: all 500ms ease;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.detail-content .left_box .pagination a span {
    overflow: hidden;
    display: inline-block;
    float: left;
    position: relative;
    width: calc(100% - 40px);
    height: 40px;
}

.detail-content .left_box .pagination a span > .urun_ismi {
    top: 80%;
}

.detail-content .left_box .pagination a:last-child {
    justify-content: flex-end;
}

.detail-content .left_box .pagination a:hover span > .urun_ismi {
    top: 0%;
}

.detail-content .left_box .pagination a:hover span > label {
    top: -80%;
}

.detail-content .left_box .pagination a:last-child span > * {
    justify-content: flex-end;
}
body .detail-content .left_box .detail_content_image {
    min-height: 450px !important;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.product_container.sectors.news_container .item a .image {
    height: 300px;
    min-height: 0;
}

.product_container.sectors.news_container .item a .image .img {
    height: 100%;
    width: 100%;
    padding: 0;
    min-height: 100%;
    max-height: 100%;
}

.product_container.sectors.news_container .item a .image .img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}
body.active {
    overflow: hidden;
}
/*------------------------------------------ RESPONSIVE ------------------------------------------*/
@media (max-width: 1820px) {
    .detail-page-wrapper .detail-section.hakkimizda:before {
        width: 61%;
    }

    .detail-page-wrapper .detail-section:before {
        left: 0;
        height: 100%;
    }

    .detail-section {
        padding: 60px 170px;
        padding-right: 40px;
    }

    .breadcrumb_section {
        padding-left: 120px;
    }

    body.homepage .header, .header, .animation_menu .wrapper {
        padding-left: 120px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1600px !important;
    }
}

@media (max-width: 1600px) {
    .is-ortaklari .logo a {
        min-height: 260px;
    }

    .section_1 .right:before {
        right: -23px;
        height: calc(100% + 420px);
    }

    .section-3 .left {
        width: 63%;
    }

    .section-3 .right .news-slider {
        padding-left: 0;
        min-height: 0;
    }

    .homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper {
        max-width: 65%;
    }

    .container {
        max-width: 97% !important;
    }

    .section-3 .right .news-slider .item a .title {
        margin-top: 0;
    }

    .product_container .item a .image {
        min-height: 320px;
    }
}

@media (max-width: 1400px) {
    .detail-section .product_container .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .section-3 .right .news-slider .title-wrapper .blue-title {
        font-size: 52px;
    }

    .banner.homepage .carousel-prev-wrapper {
        width: 150px;
        height: 75px;
    }

        .banner.homepage .carousel-prev-wrapper .carousel-control-prev, .banner.homepage .carousel-prev-wrapper .carousel-control-next {
            font-size: 46px;
        }

    .left-bar .box.top .text {
        font-size: 26px;
        left: -8px;
    }

    .left-bar .box.bottom .wrapper .lang a {
        font-size: 20px;
    }

    .left-bar .box.bottom .wrapper .search_button {
        font-size: 40px;
    }

    .footer .footer_link .item .title, .footer .footer_link .item.contact .title {
        font-size: 16px;
    }

    .footer .footer_link .item li a, .footer .footer_link .item.contact li, .footer .footer_link .item.contact li a {
        font-size: 15px;
    }

    .footer .footer_link .item li {
        padding: 6px 0;
    }

    .section .title-wrapper .blue-title {
        font-size: 58px;
    }

    .section-3 .right .news-slider .item a .title {
        font-size: 23px;
    }

    .section-3 .right .news-slider .item a .date {
        margin-bottom: 10px;
    }

    .section-3 .left {
        width: 65%;
    }

    .section_1 .title_wrapper .tit-1 {
        font-size: 36px;
    }

    .section_1 .title_wrapper .tit-2 {
        font-size: 36px;
    }

    .section_1 .title_wrapper .center {
        font-size: 100px;
        height: 90px;
    }

    .section_1 .title_wrapper {
        margin-bottom: 20px;
    }

    .section_1 .content_wrapper {
        padding: 0 10px;
    }
}

@media (max-width:1300px) {
    .section-3 .left {
        width: 61%;
    }

    .homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper {
        max-width: 70%;
    }

    .section-3 .right .news-slider .item a {
        font-size: 17px;
    }

        .section-3 .right .news-slider .item a .text .text-short {
        }

            .section-3 .right .news-slider .item a .text .text-short p:last-child {
                margin: 0;
            }

    .section-3 .right .news-slider .item a {
        font-size: 17px;
    }

    .section-3 .right .news-slider .title-wrapper {
        margin-bottom: 20px;
    }

    .section-3 .right .news-slider .item a .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .section-3 .right .news-slider .all-news-button {
        margin-top: 10px;
    }

    .footer .footer_link .item .title, .footer .footer_link .item.contact .title {
        font-size: 15px;
    }

    .footer .footer_link .item li a, .footer .footer_link .item.contact li, .footer .footer_link .item.contact li a {
        font-size: 14px;
    }

    .footer_logo .logo img {
        max-width: 100%;
        width: auto;
        height: auto;
        align-items: center;
    }

    .footer_logo .social-media li a {
        font-size: 17px;
        padding: 0 10px;
    }

    .homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .title {
        font-size: 54px;
    }
}

@media (max-width: 1200px) {
    .detail-content .left_box .detail_content_image {
        height: 300px;
        margin-bottom: 20px;
    }

    .product_category_container .right_menu .wrapper ul li a {
        font-size: 18px;
    }

    .detail-section.urunler {
        padding-top: 60px;
    }

    .section .black-title-wrapper .title_breadcrumb {
        margin-top: -20px;
    }

    .detail-section .product_container .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product_category_container {
        margin-top: -150px;
    }

    .breadcrumb_section ul li a {
        font-size: 14px;
    }

    .detail-page-wrapper .detail-section.hakkimizda:before {
        width: 65%;
    }

    .header .logo img {
        height: 50px;
    }

    .detail-page-wrapper {
        padding-top: 110px;
    }

    .is-ortaklari .logo {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .section .black-title-wrapper .title {
        margin-bottom: 20px;
    }

    .detail-page-wrapper .detail-section:before {
        width: 60%;
    }

    .footer .footer_link .item {
        width: 33.333333333333336%;
        margin: 20px 0;
    }

    .footer .footer_link {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 15px;
    }

    .footer {
        padding: 30px 0;
        padding-left: 100px;
    }

        .footer .footer_link .item .title, .footer .footer_link .item.contact .title {
            justify-content: center;
            display: flex;
            margin-bottom: 10px;
        }

        .footer .footer_link .item li a, .footer .footer_link .item.contact li, .footer .footer_link .item.contact li a {
            justify-content: center;
            display: flex;
        }

            .footer .footer_link .item.contact li i, .footer .footer_link .item.contact li span {
                width: auto;
                text-align: center;
            }

            .footer .footer_link .item.contact li i {
                margin-right: 10px;
                color: #fff;
            }

    .footer_bottom .links a {
        font-size: 14px;
        padding: 0 15px;
    }

    .footer_bottom {
        font-size: 14px;
        padding: 15px 0;
    }

    .section-3 .right .news-slider .title-wrapper .blue-title {
        font-size: 40px;
    }

    .section .title-wrapper .blue-title {
        font-size: 46px;
    }

    .header .menu nav ul li a {
        margin: 0 12.5px;
    }

    .section_1 .text-container {
        font-size: 16px;
        line-height: 22px;
    }

    .section .detail-button {
        font-size: 22px;
        height: 50px;
    }

        .section .detail-button > [class^="icon-"] {
            height: 50px;
            width: 50px;
        }

    .sectors-section .title-wrapper {
        margin-bottom: 30px;
    }
}

@media(min-width: 992px) {
    .header .menu nav ul li.mobile_lang {
    display: none;
}
    .search_box_container .close_button {
        display: none;
    }
    /*Mobile Menu*/

    .menu .logo, .menu .close-icon, .mobile-menu-button, .header .menu nav ul li.mobile-link, .header .other-links {
        display: none;
    }

    /*Mobile Menu*/
}

@media(max-width: 992px) {
    .footer{padding-left:0}
    .header .menu nav ul li.mobile_lang {
    width: auto;
}
    .header .logo #hllogo {
    width: 50%;
}

.header .logo .right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
    .header .logo {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .search_box_container .wrapper {
        height: 100%;
        background: rgba(9, 33, 51, .95);
    }

    .search_box_container {
        background: transparent;
    }

    .detail-section .product_container {
        padding-right: 15px;
    }

    .product_category_container .right_menu .wrapper {
        padding-left: 15px;
        padding-bottom: 40px;
    }

    .product_category_container .right_menu:before {
        top: -20px;
        height: calc(100% + 20px);
        left: 0;
        width: 100%;
    }

    .detail-section .product_container .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .breadcrumb_section {
        padding-left: 0;
    }

    .detail-section .about-content .left_content {
        width: 100%;
    }

    .detail-section .about-content .right_content .title_wrapper {
        justify-content: flex-start;
        padding: 0;
    }

    .detail-section .about-content .image_content {
        margin: 50px 0 20px 0;
    }

    .is-ortaklari .logo a {
        min-height: 0;
        padding: 30px 0;
    }

    .detail-page-wrapper {
        padding-top: 120px;
    }

    .detail-section {
        padding: 60px 20px;
    }

    .detail-page-wrapper .detail-section:before, .detail-page-wrapper .detail-section.hakkimizda:before {
        left: 0;
        width: 100%;
        height: 100%;
    }
    /*Mobile Menu*/


    .mobile-menu-button {
        float: right;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 41px;
        font-size: 32px;
        width: 50px;
        flex-wrap: wrap;
        margin: 9px 0;
        order: 2;
    }

    .header .menu {
        width: 100%;
        display: inline-block;
        float: left;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 99;
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out;
        direction: ltr;
        position: fixed;
        z-index: 9;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        background-color: #044584;
        padding: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

        .header .menu.active {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

        .header .menu nav ul {
            margin: 0;
            height: auto;
            display: inline-block;
            float: left;
            overflow-x: hidden;
            overflow-y: scroll;
            transition: all 300ms;
            position: relative;
            z-index: 2;
            padding: 0;
            width: auto;
            border: 0;
            max-height: calc(100% - 125px);
            width: 100%;
            flex-wrap: wrap;
            align-items: center;
            align-content: center;
            justify-content: center;
            text-align: center;
            display: flex;
        }

    .menu .close-icon {
        position: absolute;
        top: 0;
        font-size: 24px;
        background: #082233;
        width: 50px;
        right: 0;
        height: 50px;
        z-index: 1;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0px 0px 0px 9px;
    }

    .header .menu.active ul {
    }

    .header .menu nav, body.homepage .header .menu nav {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
    }

        .header .menu nav ul li {
            display: inline-block;
            padding: 0;
            text-align: left;
            border: 0;
            width: 100%;
            display: flex;
            justify-content: center;
        }

    .header .menu ul li a, .header .menu ul li a:hover, .header .menu ul li a:focus {
        width: auto;
        font-size: 16px;
        border-bottom: 1px solid #023566;
        font-weight: normal;
        padding: 15px 20px;
        color: #fff !important;
        align-items: center;
        height: auto;
        margin: 0;
        text-align: center;
        justify-content: center;
        margin: 0 !important;
    }

    .header .menu div.logo a {
        text-align: center;
    }

    .header .menu div.logo {
        z-index: 9;
        padding: 0;
        text-align: center;
        display: flex;
        justify-content: center;
        width: auto;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .menu .close-icon i {
        float: left;
    }

    /*Mobile Menu*/
    .left-bar {
        display: none;
    }

    .header {
        padding: 30px 0 !important;
    }

    header {
        z-index: 11;
    }

    .banner.homepage .carousel-prev-wrapper {
        left: 50%;
        width: 120px;
        margin-left: -60px;
        height: 60px;
    }

        .banner.homepage .carousel-prev-wrapper .carousel-control-prev, .banner.homepage .carousel-prev-wrapper .carousel-control-next {
            font-size: 32px;
        }

    .homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .title {
        font-size: 48px;
        text-align: center;
    }

    .homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .text-2 {
        text-align: center;
    }

    .header .other-links {
        float: right;
        display: flex;
        font-size: 24px;
        color: #fff;
        height: 60px;
        align-items: center;
    }

        .header .other-links ul {
            margin: 0;
            list-style-type: none;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            float: left;
            padding: 0 5px;
            float: left;
        }

        .header .other-links .search_button {
            color: #fff;
            text-decoration: none;
            padding: 0 20px;
            float: left;
        }

        .header .other-links ul li {
            float: left;
            display: inline-block;
            padding: 0 7.5px;
            border-right: 2px solid #fff;
        }

            .header .other-links ul li a {
                float: left;
                display: inline-block;
                text-decoration: none;
                color: #fff;
            }

            .header .other-links ul li:last-child {
                border-right: 0;
                padding-right: 10px;
            }

    .section_1 {
        padding: 40px 0;
        overflow: hidden;
    }

        .section_1 .right {
            margin-top: 30px;
        }

    .footer .footer_link .item {
        width: 50%;
    }

    .footer_logo .logo {
        justify-content: center;
    }

    .footer_logo .social-media {
        justify-content: center;
    }

    .section_1 .image img {
    }

    .section_1 .right:before {
        top: -70px;
    }

    .section_1 .title_wrapper .tit-1, .section_1 .title_wrapper .center, .section_1 .title_wrapper .tit-2 {
        font-size: 30px;
        height: auto;
        margin: 0;
    }

    .section_1 .title_wrapper .center {
        margin: 0 5px;
        font-size: 38px;
        height: 32px;
    }

    .section_1 .text-container {
        font-size: 15px;
        line-height: 20px;
    }

    .section .detail-button {
        min-width: 0;
    }

    .section_1 .image .wrapper {
        /* height: auto; */
    }

    .section_1 .image {
        display: flex;
        align-items: baseline;
        justify-content: center;
        padding-top: 30px;
    }

    .section_1 .title_wrapper {
        justify-content: flex-start;
    }

    .section_1 .content_wrapper {
        padding: 0;
    }

    .section-3 .left .news-slider .owl-stage {
        margin-left: 0 !important;
    }

    .section-3 .left {
        width: 55%;
    }

    .section-3 .right .news-slider {
        width: 41%;
    }

    .product_category_container {
        margin-top: 30px;
    }
}

@media (min-width: 767px) {


    .breadcrumb_section .mobile_link {
        display: none;
    }
}

@media (max-width: 767px) {
    .product_container.sectors.news_container .item a .image {
    height: 220px;
}

.product_container.sectors.news_container .item a {
    min-height: 0;
}
    .product_container .item a .image img {
        margin: 5px 0;
    }

    .search_box_container .search-wrapper {
        margin: 0;
        width: 100%;
    }

    .breadcrumb_section .mobile_link:After {
        content: "\e90a";
        position: absolute;
        right: 0;
        top: 0;
        color: white;
        font-family: 'icomoon';
        transform: rotate(180deg);
    }

    .breadcrumb_section .mobile_link {
        position: relative;
    }

    .section .black-title-wrapper .title_breadcrumb {
        margin-bottom: 0;
        margin-top: -15px;
    }

    .product_container .item a .product_title {
        margin-bottom: 5px;
        margin-top: 20px;
        position: relative;
        left: inherit;
        top: inherit;
        order: 2;
        text-align: left;
    }

    .product_container .item a .image .wrapper, .product_container .item a:hover .image .img {
        position: relative;
        left: inherit;
        top: inherit;
        opacity: 1;
        background: transparent;
        padding: 0 0;
        order: 3;
        transform: translateX(0%);
    }

    .product_container .item a .image {
        height: auto;
        background: transparent;
        border: 0;
        padding-bottom: 0;
    }

        .product_container .item a .image .img, .product_container .item a:hover .image .img {
            background: #fff;
            border: 10px solid #00adef;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            order: 1;
        }

    .detail-section.urunler {
        padding: 30px 0;
    }

    .detail-section .product_container .item {
    }

    .breadcrumb_section .dekstop_link {
        display: none;
    }

    .section .black-title-wrapper .title {
        font-size: 40px;
    }

    .footer .footer_link .item {
        width: 50%;
        margin: 10px 0;
    }

    .footer_logo {
        margin-bottom: 10px;
    }

    .footer_bottom .col-12 {
        flex-wrap: wrap;
    }

        .footer_bottom .col-12 > * {
            width: 100%;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 8px 0;
        }

    .footer_bottom {
        padding: 5px 0;
    }

    .homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper {
        max-width: 100%;
    }

    .section-3 .right .news-slider .title-wrapper .blue-title, .section .title-wrapper .blue-title {
        font-size: 32px;
    }

    .section-3 .right .news-slider .item a .title {
        font-size: 17px;
        line-height: 20px;
    }

    .section-3 .right .news-slider .item a .date {
        font-size: 13px;
    }

    .section-3 .right .news-slider .item a {
        font-size: 15px;
        line-height: 22px;
    }

    .section-3 .right .news-slider .all-news-button {
        margin-top: 20px;
    }

    .section.news_section {
        padding: 20px 0;
    }

    .section-3 .left {
        position: relative;
        width: 100%;
        height: auto;
        left: inherit !important;
        top: inherit !important;
        padding: 0 5px;
    }

    .section-3 .right .news-slider {
        width: 100%;
        padding-top: 0;
    }

        .section-3 .right .news-slider .item a .title {
            font-size: 20px;
            line-height: 24px;
        }

        .section-3 .right .news-slider .item a {
            font-size: 17px;
            line-height: 24px;
        }

    .section_1 .image {
        padding-top: 0;
    }

    .section, .homepage-wrapper .section.section_1 {
        padding: 30px 0;
        margin: 0;
    }

    .section-3 .right .container {
    }

    .container {
    }

    .header {
        padding: 20px 0;
    }

    .reference-section .container {
    }

    .header .logo img {
        height: 60px;
    }
}

@media (max-width: 576px) {
    .footer_bottom .col-12 > * {
        flex-wrap: wrap;
    }

        .footer_bottom .col-12 > * li {
            width: 100%;
            padding: 10px 0;
        }

    .footer_bottom .col-12 > .links {
        padding: 0;
    }

    .detail-section .product_container .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .banner.homepage, .banner.homepage .carousel, .banner.homepage .carousel .carousel-inner, .banner.homepage .carousel-item, .homepage.banner .carousel-item > img {
        min-height: 500px;
        height: 100%;
    }

    .homepage-wrapper {
        width: 100%;
        float: left;
        display: contents;
        height: 100%;
    }

    .homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .title {
        font-size: 26px;
    }

    .homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .text-2 {
        font-size: 15px;
        line-height: 20px;
        margin-top: 10px;
    }

    .header .logo img {
        height: auto;
        max-width: 100%;
        height: 50px;
        object-fit: contain;
        object-position: center;
    }

    .mobile-menu-button {
        height: 38px;
        font-size: 32px;
        width: 44px;
        flex-wrap: wrap;
        margin: 4px 0;
        order: 2;
    }

    .header .other-links {
        height: 30px;
        font-size: 20px;
        order: 1;
    }

    .section .title-wrapper {
        margin-bottom: 15px;
    }

    .footer .footer_link .item {
        width: 100%;
    }

    .container {
        max-width: 100% !important;
    }

    .detail-page-wrapper {
        padding-top: 110px;
    }

        .detail-page-wrapper .detail-section:before {
            display: none;
        }

    .is-ortaklari .logo {
        padding-top: 7.5px;
        padding-bottom: 7.5px;
    }
    .header .other-links ul li:last-child {
    padding-right: 0;
}

.header .logo {
    display: flex;
    align-items: center;
}
.header .other-links .search_button {
    padding: 0 0;
}
.header .logo #hllogo {
    width: 40%;
}

.header .other-links ul {
    padding: 0;
}

}
/*------------------------------------------ RESPONSIVE ------------------------------------------*/

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #00adef !important;
    margin-left: -4px !important;
    border-width: 8px 8px 0 !important;
}

.tooltip-inner {
    background: #00adef !important;
    padding: 5px 20px !important;
    font-size: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
}

.tooltip .arrow {
    width: 8px !important;
    height: 8px !important;
}