﻿
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

@font-face {
    font-family: Helvetica-Neue;
    src: url('../font/helveticaneue.woff');
}

@font-face {
    font-family: Helvetica-Neue-Medium;
    src: url('../font/HelveticaNeueMedium.woff');
}

@font-face {
    font-family: Helvetica-Neue-Bold;
    src: url('../font/HelveticaNeueBold.woff');
}

@font-face {
    font-family: Helvetica-Neue-Light;
    src: url('../font/HelveticaNeueLight.woff');
}

.wp-btn {
    color: black;
    font-size: 11px;
    line-height: 11px;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 30px;
    text-align: center;
    width: max-content;
}

    .wp-btn > i {
        color: #25D366;
        font-size: 21px;
        margin-bottom: 5px;
    }

.new-detail {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 50px;
}

    .new-detail .container {
        padding: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 800px;
    }

        .new-detail .container .left {
            width: 100%;
        }

        .new-detail .container .right {
            width: 100%;
            padding-top: 15px;
        }

body > div.new-detail > div > div.left > div {
    width: 100%;
}

    body > div.new-detail > div > div.left > div > img {
        width: 100%;
    }

body > div.new-detail > div > div.right > div.title {
    width: 100%;
    padding-bottom: 10px;
}

    body > div.new-detail > div > div.right > div.title > h3 {
        margin: unset;
        font-size: 28px;
        font-family: 'Helvetica-Neue-Medium';
        color: #000000d1;
        text-align: center;
    }

body > div.new-detail > div > div.right > div.text > p {
    margin: unset;
    font-family: 'Helvetica-Neue-Light';
    color: #000;
    font-size: 16px;
}

body > div.new-detail > div > div.right > div.text {
    width: 100%;
}

    body > div.new-detail > div > div.right > div.text > p:nth-child(-n+2) {
        padding-bottom: 10px;
    }

body > div.news-box > div > div > div.footer {
    padding: 0px 5px 10px 10px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

    body > div.news-box > div > div > div.footer > div.author > span {
        font-size: 14px;
        font-family: 'Helvetica-Neue-Medium';
        color: #707070;
    }

    body > div.news-box > div > div > div.footer > div.date > span {
        font-size: 14px;
        font-family: 'Helvetica-Neue-Medium';
        color: #707070;
    }

body > div.news-box {
    width: 100%;
    padding-bottom: 30px;
}

    body > div.news-box > div {
        padding: unset;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        justify-content: center;
    }

        body > div.news-box > div > div {
            width: 24%;
            border-top: unset;
            border-radius: 3px;
            -webkit-box-shadow: 9px 12px 13px -3px rgb(0 0 0 / 47%);
            -moz-box-shadow: 9px 12px 13px -3px rgb(0 0 0 / 47%);
            box-shadow: 0 0 13px -3px rgb(0 0 0 / 31%);
            margin-right: 14px;
            margin-bottom: 20px;
        }

            body > div.news-box > div > div:hover {
                -webkit-box-shadow: 9px 12px 13px -3px rgb(0 0 0 / 61%);
                -moz-box-shadow: 9px 12px 13px -3px rgb(0 0 0 / 61%);
                box-shadow: 0 0 13px -3px rgb(0 0 0 / 61%);
            }

            body > div.news-box > div > div > div.body {
                width: 90%;
                margin: auto;
                padding: 20px 5px 10px 10px;
            }

            body > div.news-box > div > div > div.image {
                width: 100%;
            }

                body > div.news-box > div > div > div.image img {
                    width: 100%;
                    object-fit: cover;
                }

            body > div.news-box > div > div > div.body > div.title {
                width: 100%;
            }

            body > div.news-box > div > div > div.body > div.text > p {
                margin: unset;
                width: 100%;
                font-size: 12px;
                color: #000;
                font-family: 'Helvetica-Neue-Light';
            }

            body > div.news-box > div > div > div.body > div.title > h5 {
                color: #000000d1;
                width: 100%;
                font-size: 18px;
                font-family: 'Helvetica-Neue-Medium';
            }

.news-title {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 30px;
}

    .news-title .container {
        padding: unset;
    }

body > div.news-title > div > div > h2 {
    margin: unset;
    font-size: 40px;
    font-family: 'Helvetica-Neue-Medium';
    color: #000000d1;
    text-align: center;
}

.halka-arz {
}

    .halka-arz .web-banner {
        width: 100%;
        margin: 10px 0px;
    }

    .halka-arz .mobile-banner {
        display: none;
        width: 100%;
        margin: 10px 0px;
    }

.modal-dialog > .modal-content > .modal-body > img {
    width: 100%;
}

.video-bar-filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgb(0 0 0 / 71%) 0%, rgb(255 255 255 / 0%) 100%);
    z-index: 9;
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

body {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none !important;
}

h5 {
    margin-bottom: unset;
}





.transporter-popup {
    position: fixed;
    z-index: 99999999999999999;
    background: #00000094;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

    .transporter-popup > .in {
        position: relative;
        width: auto;
        margin: 0.5rem;
        pointer-events: auto;
        background: #ffff;
        padding: 19px;
    }

        .transporter-popup > .in > img {
            width: 100%;
        }

        .transporter-popup > .in > .button {
            position: absolute;
            right: 0;
            top: -43px;
            border: 1px solid;
            outline: unset !important;
            border-radius: 50%;
            background: #fff;
            font-size: 23px;
            display: flex;
            align-items: center;
            width: 38px;
            justify-content: center;
            height: 38px;
            cursor: pointer;
        }


.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999;
}

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
    }

        .icon-bar a:hover {
            background-color: #000;
        }

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.instagram {
    background: #ee4a60;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}
.whatsapp {
    background: #25d366; 
    display:none !important;
}



.mySwiper2 > .swiper-wrapper > .swiper-slide {
    height: 350px;
}

.cookieAcceptBar {
    display: none;
    position: fixed;
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    z-index: 99999;
}

    .cookieAcceptBar a {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }

.btn-cookie {
    cursor: pointer;
    border: none;
    background-color: #2387c0;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

#infoImageUrl {
    height: 100%;
}

    #infoImageUrl > img {
        height: auto;
        width: 100% !important;
    }

.management-div {
    display: block;
}

.mobile-app-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .mobile-app-area .mobile-app {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: 25px;
    }

        .mobile-app-area .mobile-app span {
            font-size: 22px;
            font-family: 'Helvetica-Neue-Light';
            color: #000000c2;
        }

        .mobile-app-area .mobile-app a {
        }

            .mobile-app-area .mobile-app a img {
                height: auto;
                width: 70%;
                display: block;
                margin: auto;
            }

.management-div-bottom {
    display: block;
    overflow: hidden;
    padding: 10px;
    color: #1a1a1a;
    font-size: 17px;
    font-family: 'Helvetica-Neue-Light';
    font-weight: 300;
    margin-top: 24px;
    padding-left: 3px;
    margin-bottom: 24px;
}



.logo-kod {
    display: none !important;
    text-decoration: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .logo-kod > img {
        width: 125px;
    }

    .logo-kod > span {
        color: #fff;
        font-family: inherit;
        font-size: 11px;
        margin-left: 6px;
    }

.mobile-app-out {
    position: fixed;
    z-index: 9999;
    background: #0000008c;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

    .mobile-app-out.active {
        display: flex;
    }

    .mobile-app-out > .in {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #ffff;
        padding: 31px;
        /* padding-top: 9px; */
        border-radius: 5px;
        width: 300px;
        position: relative;
        justify-content: center;
    }



        .mobile-app-out > .in > .close-mobil-app-popup {
            position: absolute;
            right: 6px;
            top: 6px;
            background: #979797;
            color: #fff;
            border: unset;
            outline: unset;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .mobile-app-out > .in > #mobile-links {
            display: flex;
            flex-direction: column;
        }

            .mobile-app-out > .in > #mobile-links > .button {
                margin-bottom: 9px;
                width: 100%;
            }


.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #0047abbf;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999999999999999999999;
}

    .video-popup.active {
        display: flex;
    }

    .video-popup > .container {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        position: relative;
        width: fit-content;
        flex-direction: column;
    }

        .video-popup > .container > button {
            color: #fff;
            background: transparent;
            border: unset;
            outline: unset;
            font-size: 20px;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            border: 1px solid;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 10px;
            cursor: pointer;
        }


        .video-popup > .container > video {
            width: 100%;
            max-width: 639px;
            max-height: 358px;
        }




.management-image {
    max-height: 280px;
    max-width: 100%;
    width: auto;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.hamburger-menü-f {
    background: #152161;
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    overflow: scroll;
    display: none;
}

    .hamburger-menü-f.active {
        display: block;
    }

    .hamburger-menü-f > .right {
        display: flex;
        flex-direction: column-reverse;
        padding: 35px 22px;
        padding-top: 77px;
        color: #fff !important;
    }

        .hamburger-menü-f > .right > .left {
            display: flex;
            flex-direction: column;
        }

            .hamburger-menü-f > .right > .left > .button {
                color: #fff;
                margin-bottom: 9px;
                font-family: 'Roboto';
                font-weight: 400;
            }

            .hamburger-menü-f > .right > .left > .drop-down {
                color: #fff;
                margin-bottom: 9px;
                font-family: 'Roboto';
                font-weight: 400;
            }

            .hamburger-menü-f > .right > .left > .button > i {
                margin-left: 10px;
            }

            .hamburger-menü-f > .right > .left > .drop-down.active > i {
                transform: rotate( 180deg);
            }


            .hamburger-menü-f > .right > .left > .drop-down > .header-drop-dv {
                display: none;
                flex-direction: column;
                margin-top: 9px;
            }


            .hamburger-menü-f > .right > .left > .drop-down.active > .header-drop-dv {
                display: flex;
            }

            .hamburger-menü-f > .right > .left > .drop-down > .header-drop-dv > .button {
                color: #fff;
                margin-bottom: 9px;
                font-size: 13px;
                font-weight: 300;
            }

                .hamburger-menü-f > .right > .left > .drop-down > .header-drop-dv > .button > i {
                    margin-left: 10px;
                    font-size: 11px;
                }

        .hamburger-menü-f > .right > .right {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 21px;
        }

            .hamburger-menü-f > .right > .right .button {
                display: flex;
                color: #fff !important;
                border: 1px solid;
                padding: 5px 10px;
                cursor: pointer;
            }

            .hamburger-menü-f > .right > .right > .lang > select {
                background: transparent;
                border: 1px solid;
                color: #fff !important;
            }


                .hamburger-menü-f > .right > .right > .lang > select > option {
                    border: 1px solid;
                    color: #fff !important;
                    background: #152161;
                }

.bg-cl-soft-gray {
    background: #929ea5;
}

.bg-cl-gursel {
    background: #0047ab;
}


.form-flex {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 50%;
    background: white;
    z-index: 99999;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 31px 31px;
    width: 500px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 13px 2px #ffffff8c;
    box-shadow: 0px 0px 13px 2px #ffffff8c;
}

.form-main-bg {
    display: none;
    width: 100%;
    background: #444444ad;
    height: 100vh;
    z-index: 999999999;
    top: 0;
    left: 0;
    position: fixed;
}

    .form-main-bg.active {
        display: flex;
    }

.form-flex > .top {
    position: relative;
}

    .form-flex > .top > .exit-btn {
        position: absolute;
        right: -9px;
        top: -17px;
        font-size: 23px;
        cursor: pointer;
        color: #0047a8;
    }

    .form-flex > .top > .title {
        color: #05316C;
        font-family: 'Roboto';
        font-size: 24px;
        font-weight: 600;
    }



    .form-flex > .top > .button {
        background: #0047A8;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 12px;
        color: #ffff;
        font-family: 'Roboto';
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 12px;
        border-radius: 9px;
    }

    .form-flex > .top > .text-lt {
        font-size: 11px;
        font-family: 'Roboto';
        font-weight: 400;
        margin-bottom: 12px;
    }

    .form-flex > .top > .text {
        font-size: 16px;
        color: #073473;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 15px;
    }

.form-flex > .mid {
    display: flex;
    flex-direction: column;
}

    .form-flex > .mid > .input-type {
        padding: 10px;
        border: 1px solid;
        border-color: #E5EAEE;
        margin-bottom: 10px;
        border-radius: 5px;
    }

.form-flex > .bot > .button {
    display: flex;
    background: #0047A8;
    width: 38%;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    color: #fff !important;
    border-radius: 10px;
    margin-bottom: 12px;
    margin-top: 14px;
    border: 2px solid transparent;
    cursor: pointer;
}


    .form-flex > .bot > .button:hover {
        background: #fff;
        color: #0047A8 !important;
        border: 2px solid #0047A8;
    }

.form-flex > .bot > .text {
    color: #0047A8;
    font-family: 'Roboto';
    font-size: 10px;
}

    .form-flex > .bot > .text > i {
        color: #80808078;
        margin-right: 4px;
    }
/*Login*/
.login-main {
    width: 100%;
    height: 100vh;
    background: #25389d;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .login-main > .main {
        display: flex;
        width: 950px;
        margin: 0 auto;
        height: 550px;
    }

        .login-main > .main > .left {
            width: 50%;
            background: #ffff;
            padding: 20px 61px;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            border-bottom-left-radius: 17px;
            border-top-left-radius: 17px;
        }

            .login-main > .main > .left > .top {
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .login-main > .main > .left > .top > img {
                    width: 90%;
                }

            .login-main > .main > .left > .bottom {
                display: flex;
                flex-direction: column;
            }

                .login-main > .main > .left > .bottom > .inputs > .input-div {
                    margin-bottom: 20px;
                    border-bottom: 1px solid #7070704a;
                }

                .login-main > .main > .left > .bottom > .type-2 {
                    justify-content: space-between !important;
                    align-items: center;
                }

                    .login-main > .main > .left > .bottom > .type-2 > .text {
                        margin-bottom: unset;
                        font-size: 11px;
                        font-family: 'Roboto';
                    }

                        .login-main > .main > .left > .bottom > .type-2 > .text > a {
                            color: #25389d;
                            text-decoration: underline !important;
                            cursor: pointer;
                        }

                .login-main > .main > .left > .bottom > .inputs > .input-div > input {
                    border: unset;
                    outline: unset;
                    width: 82%;
                    font-size: 13px;
                    font-family: 'Roboto';
                    font-weight: 300;
                }

                .login-main > .main > .left > .bottom > .inputs > .input-div > i {
                    color: #95989aab;
                }

                .login-main > .main > .left > .bottom > .remember-me {
                    display: flex;
                    justify-content: space-between;
                }

                    .login-main > .main > .left > .bottom > .remember-me > .check {
                        display: flex;
                        align-items: center;
                    }

                        .login-main > .main > .left > .bottom > .remember-me > .check > span {
                            font-size: 14px;
                            margin-bottom: 2px;
                            margin-left: 5px;
                        }

                    .login-main > .main > .left > .bottom > .remember-me > .password {
                        color: #3b4ba0;
                        font-size: 14px;
                        font-weight: 500;
                    }

                .login-main > .main > .left > .bottom > .login-button {
                    margin-top: 30px;
                    display: flex;
                    justify-content: center;
                }

                    .login-main > .main > .left > .bottom > .login-button > .button:hover {
                        border: 2px solid #25389d;
                        color: #25389d;
                        background: transparent;
                    }

                    .login-main > .main > .left > .bottom > .login-button > .button {
                        background: #25389d;
                        color: #fff;
                        padding: 7px 30px;
                        border: 2px solid transparent;
                        font-family: 'Roboto';
                        cursor: pointer;
                        font-weight: 400;
                        border-radius: 50px;
                    }

        .login-main > .main > .right {
            width: 50%;
            border-bottom-right-radius: 17px;
            border-top-right-radius: 17px;
            display: flex;
            flex-direction: column;
            padding: 65px;
            justify-content: center;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

            .login-main > .main > .right > .tetx-2 {
                color: #fff;
                font-family: 'Roboto';
                margin-top: 21px;
                font-size: 20px;
                font-weight: 400;
            }

            .login-main > .main > .right > .text {
                color: #fff;
                font-size: 38px;
                line-height: 43px;
                font-weight: 400;
                font-family: 'Roboto';
            }
/*Login*/
/*Swiper*/
@media (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }
}

.container-video {
    position: relative;
    display: none !important;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/*Swiper*/

.video-bg {
    height: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.my-video-dimensions {
    width: 100% !important;
    height: 100% !important;
}

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 88% !important;
    height: 82% !important;
}

.video-js .vjs-big-play-button {
    font-size: 3em !important;
    line-height: 1.5em !important;
    height: 60px !important;
    width: 60px !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background-color: #0047a8ab !important;
    border-radius: 50% !important;
    transition: all 0.4s !important;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(#fff, 0.3), 0 0 0 1px rgba(#fff, 0.3), 0 0 0 3px rgba(#fff, 0.3), 0 0 0 5px rgba(#fff, 0.3);
    }

    100% {
        box-shadow: 0 0 0 0 rgba($color, 0.3), 0 0 0 4px rgba(#fff, 0.3), 0 0 0 20px rgba(#fff, 0), 0 0 0 30px rgba(#fff, 0);
    }
}


.container-video > .texts {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 46%;
    top: 340px;
    display: flex;
    flex-direction: column;
}

    .container-video > .texts.active {
        display: none;
    }
    /*.container-video > .texts.active{
    display:none;
}*/
    .container-video > .texts > .title {
        color: #fff;
        font-size: 36px;
        font-family: 'Helvetica-Neue';
        padding-right: 20px;
    }

    .container-video > .texts > .text {
        color: #fff;
        font-family: 'Roboto';
        font-weight: 300;
        margin-top: 14px;
        font-size: 20px;
        padding-right: 23%;
        line-height: 28px;
    }

.video-gursel {
    width: 100%;
    height: 600px;
}

.video-bg > .video-poster {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    overflow:hidden;
}
.video-bg > .video-poster video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
    .video-bg > .video-poster.active {
        display: none;
    }

    .video-bg > .video-poster > .play-button {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #0047abb8;
        color: white;
        border: unset;
        outline: unset;
        z-index: 999999999;
        width: 100px;
        height: 100px;
        font-size: 22px;
        border-radius: 50%;
        cursor: pointer;
        display: none !important;
    }

        .video-bg > .video-poster > .play-button:before {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -49%);
            width: 115px;
            height: 115px;
            border: 1px solid #fff;
            border-radius: 50%;
            animation: ripple1 3s infinite ease-out;
        }

        .video-bg > .video-poster > .play-button:after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -49%);
            width: 150px;
            height: 150px;
            border: 1px solid #fff;
            border-radius: 50%;
            animation: ripple2 3s infinite ease-out;
        }

@keyframes ripple1 {
    0%, 10% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }

    100%,85% {
        opacity: 0;
    }
}

@keyframes ripple2 {
    0%, 25% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.video-bg > .pause-video-button {
    left: 50%;
    position: absolute;
    top: 91%;
    transform: translate(-50%, -50%);
    background: #0047abb8;
    color: white;
    border: unset;
    outline: unset;
    z-index: 999999999;
    width: 60px;
    height: 60px;
    font-size: 22px;
    border-radius: 50%;
    border: 1px solid;
    cursor: pointer;
    display: none;
}

    .video-bg > .pause-video-button.active {
        display: block;
    }
/*video*/
.mySwiper2 {
    width: 93%;
    margin-left: 0;
}

.slider-main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.header-main {
    -webkit-box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 5%);
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 5%);
}

    .header-main > .header-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0px 60px;
        max-width: 1900px;
    }

        .header-main > .header-container > .in {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .header-main > .header-container > .in > .left {
                width: 10%;
            }

                .header-main > .header-container > .in > .left > img {
                    width: 100%;
                }

            .header-main > .header-container > .in > .right {
                display: flex;
            }

                .header-main > .header-container > .in > .right > .left {
                    display: flex;
                }

                    .header-main > .header-container > .in > .right > .left > .button {
                        padding: 25px 0px;
                        font-family: 'Helvetica-Neue-Medium';
                        /* font-weight: 600; */
                        font-size: 13px;
                        color: #000000d1;
                        border-left: 1px solid #EAEEED;
                        cursor: pointer;
                        width: 180px;
                        text-align: center;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                        .header-main > .header-container > .in > .right > .left > .button:hover {
                            background: #0047ab;
                            color: white;
                        }

                    .header-main > .header-container > .in > .right > .left > .drop-down {
                        position: relative;
                    }


                        .header-main > .header-container > .in > .right > .left > .drop-down > .header-drop-dv {
                            position: absolute;
                            width: 100%;
                            left: 0;
                            z-index: 99;
                            display: none;
                            flex-direction: column;
                            background: #0047ab;
                            top: 69px;
                        }

                        .header-main > .header-container > .in > .right > .left > .drop-down:hover > .header-drop-dv {
                            display: flex;
                            z-index: 999999;
                        }


.payment-popup {
    width: 500px !important;
    right: 0px !important;
    left: auto !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
}

    .payment-popup > a {
        width: 49% !important;
        text-align: center !important;
        justify-content: center !important;
    }

.header-main > .header-container > .in > .right > .left > .drop-down > .header-drop-dv > .button {
    color: #fff;
    text-align: left;
    padding: 7px 5px;
    padding-left: 9px;
    font-family: Helvetica-Neue;
    font-size: 13px;
    padding-right: 10px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

    .header-main > .header-container > .in > .right > .left > .drop-down > .header-drop-dv > .button:hover {
        background: #0c5fd5;
    }

/* .header-main > .header-container > .in > .right > .left > .drop-down:nth-child(4) > .header-drop-dv > .button {
        color: #fff;
        padding: 7px 5px;
        font-family: 'Roboto';
        font-size: 13px;
        padding-right: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        border: 1px solid #ffffffb5;
        margin: 2px;
    }*/
}

.header-main > .header-container > .in > .right > .left > .drop-down > .header-drop-dv > .button:hover {
    background: #005CD9;
}

.header-main > .header-container > .in > .right > .left > .drop-down > .header-drop-dv > .button > i {
    display: none;
}

.header-main > .header-container > .in > .right > .left > .drop-down > .header-drop-dv > .button:hover > i {
    display: block;
}

.header-main > .header-container > .in > .right > .left > .button:first-child {
    border-left: 1px solid transparent;
}

.header-main > .header-container > .in > .right > .right {
    display: flex;
    align-items: center;
    margin-left: 17px;
}

    .header-main > .header-container > .in > .right > .right > .lang > select {
        border: unset;
        margin-left: 14px !important;
        background: #0047a8;
        color: #fff;
        padding: 4px 8px;
        border-radius: 3px;
    }

    .header-main > .header-container > .in > .right > .right > .buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .header-main > .header-container > .in > .right > .right > .buttons .button {
            padding: 4px 10px;
            border: 1px solid;
            font-family: roboto;
            font-size: 11px;
            font-weight: 500;
            color: #0047ab !important;
            cursor: pointer;
            transition: .8s ease;
            margin-bottom: 2px;
            WIDTH: 120px;
            text-align: center;
        }

            .header-main > .header-container > .in > .right > .right > .buttons .button:hover {
                color: #fff !important;
                background: #0047ab;
                background-position: 0 100%;
            }

    .header-main > .header-container > .in > .right > .right > .lang > .button {
        margin-left: 30px;
        font-family: roboto;
        font-size: 15px;
        font-weight: 400;
        cursor: pointer;
    }

        .header-main > .header-container > .in > .right > .right > .lang > .button:hover {
            color: #005CD9 !important;
        }
/*Slider*/
.home-page-slider-in {
    height: calc(100vh - 69px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 88px;
    width: 100%;
}

@media screen and (min-width: 2200px) {
    .home-page-slider-in {
        padding: 10px 276px;
    }

    .video-bg {
        height: 800px;
    }

    .container-video > .texts {
        top: 250px;
    }

    .video-gursel {
        height: 715px;
    }
}

.home-page-slider-in > .texts {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: white !important;
    width: 40%;
}

    .home-page-slider-in > .texts > .title {
        margin-top: unset;
        font-family: 'Helvetica-Neue';
        font-size: 46px;
        font-weight: 500;
    }

    .home-page-slider-in > .texts > .text {
        margin-top: 19px;
        font-family: 'Helvetica-Neue';
        font-size: 16px;
        font-weight: 300;
    }

    .home-page-slider-in > .texts > .desc {
        margin-top: 20px;
        font-size: 18px;
        font-family: 'Helvetica-Neue-Medium';
    }

    .home-page-slider-in > .texts > .button {
        font-size: 18px;
        margin-top: 17px;
        display: flex;
        align-items: center;
        width: 27%;
        justify-content: space-between;
        font-family: 'Helvetica-Neue-light';
        font-weight: 400;
        letter-spacing: 2px;
        cursor: pointer;
        text-decoration: none;
        color: #fff !important;
    }

.arrow-animate {
    animation: slide1 1s ease-in-out infinite;
    margin-left: 0px;
    opacity: 1;
}

@keyframes slide1 {
    0%, 100% {
        transform: translate(0, 0);
        opacity: 1;
    }

    50% {
        transform: translate(10px, 0);
        opacity: 0.6;
    }
}

.slider-main > .abs-div {
    display: flex;
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, -0px);
}

    .slider-main > .abs-div > .button {
        display: flex;
        background: #0047ab;
        padding: 20px 42px;
        width: 285px;
        height: 78px;
        position: relative;
    }


        /*    .slider-main > .abs-div > .button:nth-child(3) {
        display: none!important;
        opacity:0!important;
    }*/

        .slider-main > .abs-div > .button:hover {
            background: #929EA5;
            padding: 20px 31px;
        }

        .slider-main > .abs-div > .button > .drop-up-menu {
            position: absolute;
            bottom: 70px;
            width: 100%;
            left: 0;
            padding: 21px 16px;
            background: #929EA5;
            display: none;
        }

        .slider-main > .abs-div > .button:hover > .drop-up-menu {
            display: block;
        }

        .slider-main > .abs-div > .button > .drop-up-menu > .title {
            font-size: 17px;
            color: #fff;
            font-weight: 400;
            font-family: 'Roboto';
            margin-bottom: 7px;
        }

        .slider-main > .abs-div > .button > .drop-up-menu > .text {
            font-size: 15px;
            font-family: 'Roboto';
            font-weight: 300;
            color: #fff;
            line-height: 19px;
        }

        .slider-main > .abs-div > .button > .part1 {
            display: flex;
            font-size: 16px;
            font-family: 'Helvetica-Neue-Medium';
            color: #fff;
            width: 190px;
            cursor: pointer;
            justify-content: center;
            align-items: center;
        }

        .slider-main > .abs-div > .button:hover > .part1 {
            justify-content: flex-end;
            width: 100%;
        }

            .slider-main > .abs-div > .button:hover > .part1 > span {
                display: none;
            }

        .slider-main > .abs-div > .button > .part1 > .cube {
            padding: 5px 8px;
            margin-left: 12px;
            border: 2px solid;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .slider-main > .abs-div > .button:hover > .part1 > .cube {
            padding: 5px 14px;
        }

        .slider-main > .abs-div > .button > .part1 > .cube > span {
            display: none;
            margin-right: 12px;
        }

        .slider-main > .abs-div > .button:hover > .part1 > .cube > i {
            animation: slide1 1s ease-in-out infinite;
        }

        .slider-main > .abs-div > .button:hover > .part1 > .cube > span {
            display: block;
        }

.slide-home-button {
    border: 2px solid !important;
    color: #ffff !important;
    opacity: 1 !important;
    width: 49px !important;
    top: unset !important;
    height: 37px !important;
    bottom: 10px !important;
    cursor: pointer !important;
    z-index: 9999;
}

.slide-home-button-prew {
    right: 69px !important;
    left: unset !important;
}

.slide-home-button::after {
    font-size: 20px;
}

/*Ana sayfa yazılar*/
.home-page-text-part-1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 65px 0px;
    text-align: center;
    padding-top: 130px;
    font-family: 'Helvetica-Neue';
    position: relative;
    color: white !important;
}

    .home-page-text-part-1 > .line {
        width: 1px;
        height: 80px;
        background: #ffff;
        position: absolute;
        top: 13px;
        left: 50%;
        transform: translate(-50%, 10px);
    }

.down-animation {
    animation: slide2 1.3s ease-in-out infinite;
}

@keyframes slide2 {
    0%, 100% {
        transform: translate(0, 0);
        opacity: 1;
    }

    50% {
        transform: translate(0px, 10px);
        opacity: 0.4;
    }
}

.home-page-text-part-1 > .title {
    color: #fff;
    margin-bottom: 30px;
    font-size: 36px;
    font-family: Helvetica-Neue;
    font-weight: 400;
}

.home-page-text-part-1 > .text {
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 300;
}

.home-page-text-part-1 > .bold {
    font-family: 'Helvetica-Neue-Medium';
    color: #fff;
    font-size: 24px;
    margin-bottom: unset;
}

.branch-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

    .branch-list .branch {
        width: 49%;
        padding: 20px;
        border-bottom: 1px solid #2247a8;
    }

        .branch-list .branch .branch-title {
            margin: 25px 0 5px;
            font-size: 31px !important;
            font-family: 'Helvetica-Neue-Light';
            color: #000;
            font-weight: 300;
            margin-bottom: 15px;
        }

        .branch-list .branch .branch-text {
            font-size: 18px;
            font-family: 'Helvetica-Neue-Light';
            color: #000000ab;
            font-weight: 300;
            margin: 0;
            width: 70%;
            padding: 5px 0;
            display: block;
        }

        .branch-list .branch .map-button {
            margin-top: 10px;
            width: 130px;
            border: 2px solid;
            display: flex;
            color: #2247a8 !important;
            justify-content: space-between;
            align-items: center;
            padding: 5px 20px;
            font-size: 16px;
            font-family: 'Helvetica-Neue';
            cursor: pointer;
            align-self: normal;
        }

.count-home-page-main {
    display: flex;
    flex-direction: column;
    padding: 90px 0px;
}

    .count-home-page-main > .top {
        padding: 0px 100px;
    }

        .count-home-page-main > .top > .title {
            text-align: center;
            font-size: 25px;
            font-family: 'Helvetica-Neue-Light';
            font-weight: 300;
            color: #f7f7f7;
            letter-spacing: 0px;
            line-height: 40px;
            margin-bottom: 41px;
        }

    .count-home-page-main > .bot {
        display: flex;
        justify-content: center;
    }

        .count-home-page-main > .bot > .item {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 25%;
            padding: 0px 17px;
        }

            .count-home-page-main > .bot > .item > .icon {
                display: flex;
                justify-content: center;
                align-items: center;
                margin-bottom: 22px;
                height: 85px;
            }

                .count-home-page-main > .bot > .item > .icon > img {
                    width: 70px;
                }

            .count-home-page-main > .bot > .item > .texts {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
            }

                .count-home-page-main > .bot > .item > .texts > .counter {
                    margin-bottom: unset;
                    font-size: 44px;
                    color: #929ea5;
                    font-family: 'Roboto';
                    font-weight: 400;
                }

                .count-home-page-main > .bot > .item > .texts > .title {
                    margin-bottom: unset;
                    font-size: 15px;
                    color: #929ea5;
                    font-family: 'Helvetica-Neue-Light';
                    font-weight: 400;
                }

                .count-home-page-main > .bot > .item > .texts > .text {
                    color: #929ea5;
                    font-family: 'Roboto';
                    font-weight: 300;
                    font-size: 15px;
                    margin-bottom: unset;
                    margin-top: 11px;
                }


.single-info-bar {
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 999;
}

    .single-info-bar:hover .filter {
        background: #0000009e;
    }

    .single-info-bar:hover .info-bar-home-page {
    }

    .single-info-bar > .filter {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #00000052;
        z-index: -1;
        transition: all .3s ease;
    }

.info-bar-home-page {
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: all .3s ease;
}

    .info-bar-home-page > .top > .title {
        font-size: 44px;
        color: #fff;
        font-family: 'Helvetica-Neue';
        margin-bottom: unset;
    }

.single-info-bar > .bot {
    display: flex;
    justify-content: left;
    width: 100%;
}

.info-bar-home-page > .top > .text {
    color: #fff;
    font-size: 18px;
    font-family: 'Helvetica-Neue-Light';
    margin-top: 16px;
    margin-bottom: 16px;
    width: 40%;
}

.info-bar-home-page .button {
    width: 130px;
    border: 2px solid;
    display: flex;
    color: #fff !important;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    font-size: 16px;
    font-family: 'Helvetica-Neue';
    cursor: pointer;
    align-self: normal;
}

.four-bar-main {
    padding-top: 50px;
    position: relative;
}

    .four-bar-main > .bg-60-ht {
        width: 100%;
        height: 700px;
        position: absolute;
        top: 0;
        left: 0;
    }

.home-four-bar > .four-info-bar {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 49.5%;
    padding: 25px 42px;
    margin-bottom: 11px;
    z-index: 999;
    position: relative;
    overflow: hidden;
    min-height: 440px;
}

    .home-four-bar > .four-info-bar > .filter {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #00000087;
        z-index: -1;
        display: none;
    }

.home-four-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.info-bar-home-page > .top {
    width: 100%;
    position: absolute;
    top: unset;
    bottom: -65%;
    left: 0px;
    height: 81%;
    padding: 15px 250px;
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #00000087;
}

.home-four-bar > .four-info-bar:hover .top {
    bottom: 0%;
    background-color: #00000087;
    height: 100%;
    justify-content: center;
}

.info-bar-home-page:hover .top {
    bottom: 0%;
    background-color: #00000087;
    height: 100%;
    justify-content: center;
}

.home-four-bar > .four-info-bar > .top {
    position: absolute;
    top: unset;
    bottom: -62%;
    left: 0px;
    height: 81%;
    padding: 15px 22px;
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #00000087;
}

.info-bar-home-page > .top .title {
    font-size: 33px;
    color: #fff;
    font-family: 'Helvetica-Neue';
    padding-right: 0;
    font-weight: 400;
    margin-bottom: unset;
    position: relative;
    width: 100%;
}

.home-four-bar > .four-info-bar > .top > .title {
    font-size: 33px;
    color: #fff;
    font-family: 'Helvetica-Neue';
    padding-right: 0;
    font-weight: 400;
    margin-bottom: unset;
    position: relative;
    width: 100%;
}

.info-bar-home-page > .top > .title:after {
    content: "";
    height: 2px;
    width: 71%;
    background-color: white;
    position: absolute;
    bottom: -14px;
    left: 0px;
}

.home-four-bar > .four-info-bar > .top > .title:after {
    content: "";
    height: 2px;
    width: 71%;
    background-color: white;
    position: absolute;
    bottom: -14px;
    left: 0px;
}

.info-bar-home-page > .top > .text {
    padding-right: 35%;
    margin-top: 30px;
    margin-bottom: 48px;
    width: 100%;
}

.home-four-bar > .four-info-bar > .top > .text {
    padding-right: 35%;
    margin-top: 30px;
    margin-bottom: 48px;
    width: 100%;
}

.home-four-bar > .four-info-bar > .bot {
    display: flex;
    justify-content: flex-end;
}


.referances-slide {
    display: flex;
    align-items: center;
    padding: 127px 0px;
}

    .referances-slide > .item {
        width: 100%;
        filter: grayscale(1);
        transition: all ease .3s;
    }

        .referances-slide > .item:hover {
            filter: grayscale(0);
        }

        .referances-slide > .item > img {
            width: 120px;
            user-select: none;
        }

.ref-slide-btn {
    color: #0047ab !important;
    border: 2px solid #0047ab;
    padding: 0px 17px;
    height: 34px;
    opacity: 1 !important;
    border-radius: 0;
    background: #fff;
}

button-next, .swiper-rtl .swiper-button-prev {
    right: 15px !important;
}

.ref-slide-btn-prew {
    right: 53px !important;
    left: auto !important;
    opacity: 1 !important;
    z-index: 99999 !important;
}

.referances-home-pg-main {
    position: relative;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 21px !important;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
/*Footer*/
/*Footer*/
.footer-main {
    background: #202020;
    padding: 129px 0px;
}

    .footer-main > .container > .top {
        display: flex;
        justify-content: space-around;
    }

        .footer-main > .container > .top > .foter-text {
            display: flex;
            flex-direction: column;
            max-width: 160px;
        }

.flag-icon {
    width: 30px;
}

.mobile-drop-down {
    position: relative;
}
/*  .mobile-drop-down:after {
        font-family: "Font Awesome 5 Free";
        content: "\f063";
        width: 500px;
        height: 150px;
        color: red;
        position: absolute;
    }*/
.dropdown-menu.show {
    width: 110px;
    max-width: 110px;
    min-width: 110px;
}

.footer-main > .container > .top > .foter-text > .title {
    font-family: 'Helvetica-Neue-Medium';
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    margin-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid white;
}

.footer-main > .container > .top > .foter-text > .text {
    font-family: 'Helvetica-Neue-Medium';
    color: #fff !important;
    cursor: pointer;
    font-size: 12px;
    margin: 3px 0px;
    text-decoration: none;
    /*  text-transform: uppercase;*/
}

    .footer-main > .container > .top > .foter-text > .text:hover {
        color: #989898 !important;
    }

.footer-main > .container > .top > .foter-text > .light {
    font-family: 'Roboto';
    font-weight: 300;
    color: #fff !important;
    font-size: 13px;
    margin: 3px 0px;
}

    .footer-main > .container > .top > .foter-text > .light:nth-child(1) {
        border-bottom: 1px solid white;
        margin-top: 0px;
    }

.footer-main > .container > .top > .foter-text > .mobile {
    display: flex;
    flex-direction: column;
}

    .footer-main > .container > .top > .foter-text > .mobile > .button {
        margin-top: 10px;
        cursor: pointer;
    }

        .footer-main > .container > .top > .foter-text > .mobile > .button > img {
            width: 165px;
        }

.container > .footer-bottom-in > .social {
    display: flex;
    margin-top: 10px;
}

    .container > .footer-bottom-in > .social > .social {
        width: 30px;
        height: 30px;
        border: 1px solid #fff;
        display: flex;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        align-items: center;
        margin-right: 5px;
    }

        .container > .footer-bottom-in > .social > .social:hover {
            color: #6f757e;
            border-color: #6f757e;
        }

.footer-main > .container > .bottom {
    position: relative;
}






    .footer-main > .container > .bottom > .bubble-bar-main > .circle > img {
        width: 30px;
    }

.marg-right-65px {
    margin-left: 20px;
}

.footer-bot {
    background: #0047ab;
}

.footer-bottom-in {
    display: flex;
    justify-content: space-between;
    padding: 13px 0px;
}

    .footer-bottom-in > .logo > img {
        width: 81%;
    }

    .footer-bottom-in > .texts {
        display: flex;
        align-items: center;
    }

        .footer-bottom-in > .texts > .text {
            font-family: 'Helvetica-Neue-Light';
            color: #ffff;
            margin-bottom: unset;
            font-size: 13px;
            font-weight: 300;
        }

    .footer-bottom-in > .links {
        display: flex;
        align-items: center;
        color: #ffff;
        flex-wrap: wrap;
    }

        .footer-bottom-in > .links > .link {
            font-family: 'Helvetica-Neue-Light';
            font-weight: 300;
            color: #ffff !important;
            cursor: pointer;
            text-decoration: none;
            font-size: 13px;
            margin: 0px 5px;
        }

            .footer-bottom-in > .links > .link:hover {
                color: #6f757e !important;
            }
/*Footer*/

/*Footer*/
/*Info page*/
.title-three-w,
.ınfo-pge-title-yellow,
.ınfo-pge-title {
    margin: unset;
}

    .ınfo-pge-title > .title {
        color: #6F757E;
        font-size: 29px;
    }

    .ınfo-pge-title-yellow > .title {
        color: #0047a8;
        font-size: 28px;
        text-align: center;
        font-family: 'Helvetica-Neue-Light';
        font-weight: 300;
        margin-top: 42px;
        margin-bottom: 29px;
    }

    .title-three-w > .title {
        font-size: 31px !important;
        font-family: 'Helvetica-Neue-Light';
        color: #000;
        text-align: center;
        padding: 0px 112px;
        font-weight: 300;
        margin-bottom: 70px;
    }

.info-page-lr-pt {
    display: flex;
    margin-bottom: 35px;
}

    .info-page-lr-pt > .text-dv {
        display: flex;
        width: 50%;
        flex-direction: column;
        justify-content: center;
        padding: 63px;
    }

        .info-page-lr-pt > .text-dv > .title {
            font-family: 'Helvetica-Neue';
            font-size: 44px;
            margin-bottom: 14px;
            color: black;
            font-weight: 400;
        }


        .info-page-lr-pt > .text-dv > .text {
            margin-bottom: unset;
            color: #1a1a1a;
            font-size: 17px;
            font-family: 'Helvetica-Neue-Light';
            font-weight: 300;
        }


    .info-page-lr-pt > .image-dv {
        width: 50%;
    }

        .info-page-lr-pt > .image-dv > img {
            width: 100%;
        }

.info-page-slide-height {
    height: 500px !important;
}

.button-swipe {
    top: 85%;
    border: 1px solid;
    width: 3%;
    height: 35px;
    border-radius: 4px;
}

.button-swipe-prew {
    right: 4%;
    left: unset;
}

.info-page-texts {
    margin: 65px 0px;
}

.info-page-bb > .title {
    font-size: 29px;
    font-family: 'Helvetica-Neue';
    margin-bottom: 20px;
    font-weight: 400;
}

.info-page-texts > .text {
    margin-bottom: unset;
    color: #1a1a1a;
    font-size: 17px;
    font-family: 'Helvetica-Neue-Light';
}

.info-page-bb > .items {
    display: flex;
    justify-content: space-between;
}

.mobile-app {
    display: flex;
    flex-direction: column;
    width: 50%;
    float: left;
    height: auto;
}

    .mobile-app > .mobile-item-image > img {
        width: 100%;
    }

    .mobile-app > .mobile-item {
        align-self: center;
        min-height: 48px;
        justify-content: center;
    }

        .mobile-app > .mobile-item > img {
            width: 100%;
            margin-top: 10px;
            max-height: 330px;
        }

.info-page-bb > .items > .item {
    width: 49.5%;
}

    .info-page-bb > .items > .item > .top {
        width: 100%;
        max-height: 399px;
        overflow: hidden;
    }

        .info-page-bb > .items > .item > .top > img {
            height: 399px;
            width: auto;
        }

    .info-page-bb > .items > .item > .bottom > .text {
        color: #1a1a1a;
        font-size: 17px;
        font-family: 'Helvetica-Neue-Light';
        font-weight: 300;
        margin-top: 24px;
        padding-left: 3px;
        margin-bottom: 24px;
    }

.padding-info {
    padding: 90px 0px;
}

.color-white {
    color: #ffff !important;
}

.second-head {
    background-color: #929EA5;
}

.secnd-header {
    padding: 14px 24px;
    color: #fff !important;
}

    .secnd-header > .page {
        color: #fff !important;
        font-size: 15px;
        cursor: pointer;
        margin-right: 9px;
    }

/*Info page*/

/*Corporate*/

#mapClass {
    position: relative;
    background: #fff;
    height: 600px;
    margin-bottom: 40px;
}

    #mapClass > .fullsize-btn-map {
        cursor: pointer;
        position: absolute;
        right: 6px;
        z-index: 99;
        background: transparent;
        border: 2px solid;
        top: 7px;
        width: 27px;
        height: 27px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #f1b646 !important;
    }


        #mapClass > .fullsize-btn-map.active {
            color: #000 !important;
        }



.modal {
    background: #ffffff70 !important;
}

/*Title*/
.corporate-title-tx {
    margin-bottom: unset;
    padding: 16px 0px;
    text-align: center;
    font-family: 'Roboto';
    font-size: 27px;
    font-weight: 700;
    color: #0047A8;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
}
/*Title*/
/*buttons*/
.corporate-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9px;
    width: fit-content;
    background: #6F757E;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .corporate-buttons > .button {
        padding: 16px 29px;
        background: #6F757E;
        color: #fff !important;
        font-size: 13px;
        border-radius: 0px;
        cursor: pointer;
        text-decoration: unset;
        text-align: center;
        position: relative;
        font-family: 'Helvetica-Neue';
        display: flex;
        flex-direction: column;
        border-left: 1px solid #ffffff5c;
    }

        .corporate-buttons > .button > .text {
            font-size: 11px;
            display: none;
        }

        .corporate-buttons > .button > .title {
            font-weight: 500;
        }

    .corporate-buttons > .button-nv.active {
        padding: 23px 29px;
        border: 1px solid;
        border-color: #6e747d;
    }



    .corporate-buttons > .button.active {
        background: #0047A8;
    }


.info-page-button-slide {
    top: unset !important;
    bottom: 3% !important;
    width: 40px !important;
    height: 32px !important;
    border: 2px solid !important;
    opacity: 1 !important;
    color: #fff !important;
}

.info-page-button-slide-prew {
    right: 61px !important;
    left: unset !important;
    opacity: 1 !important;
}

.corporate-buttons > .button.active:before {
    content: '';
    position: absolute;
    border-top: 17px solid #0047a8;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    bottom: -13px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.corporate-buttons > .button-nv.active-4 {
    background: #ffff !important;
    color: #0047a8 !important;
}
/*buttons*/
.bg-transparen {
    background: transparent;
    background-color: transparent;
}
/*part1*/
.corporate-part-1.active {
    display: block;
}

    .corporate-part-1.active > .open-area-in-1.active {
        display: block;
    }

.open-area-in-2 {
    display: none;
}

.corporate-part-1 > .part-1 > .main-text {
    margin-bottom: 33px;
    font-family: 'Helvetica-Neue';
}


    .corporate-part-1 > .part-1 > .main-text > .text {
        font-size: 15px;
        font-family: 'Spartan', sans-serif;
        color: #1C2029;
    }

    .corporate-part-1 > .part-1 > .main-text > .corporate-pre {
        display: flex;
    }

        .corporate-part-1 > .part-1 > .main-text > .corporate-pre > .text {
            font-size: 15px;
            font-family: 'Spartan', sans-serif;
            color: #1C2029;
        }

        .corporate-part-1 > .part-1 > .main-text > .corporate-pre > img {
            width: 36%;
            margin-bottom: 13px;
            margin-right: 17px;
        }

    .corporate-part-1 > .part-1 > .main-text > .signiture {
        display: flex;
        justify-content: flex-end;
    }

        .corporate-part-1 > .part-1 > .main-text > .signiture > .in {
            width: 16%;
            text-align: center;
            margin-top: 12px;
        }

            .corporate-part-1 > .part-1 > .main-text > .signiture > .in > .text {
                font-size: 14px;
                color: #0047a8;
                font-family: 'Roboto';
            }

            .corporate-part-1 > .part-1 > .main-text > .signiture > .in > .title {
                margin-bottom: unset;
                font-size: 28px;
                font-family: 'Helvetica-Neue';
                color: #7c7c7c;
            }
/*part 1 part-2*/
.body-modal {
    display: flex;
    width: 100%;
}

    .body-modal > .left-modal {
        width: 40%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

        .body-modal > .left-modal > img {
            width: 100%;
        }

    .body-modal > .right-modal {
        width: 60%;
    }

        .body-modal > .right-modal > .top {
            position: relative;
            padding: 18px;
        }

            .body-modal > .right-modal > .top > .name {
                margin-bottom: unset;
                font-family: 'Helvetica-Neue';
                font-size: 27px;
            }

            .body-modal > .right-modal > .top > .title {
                margin-bottom: unset;
                color: #0047A8;
                font-size: 17px;
                margin-top: 3px;
            }

            .body-modal > .right-modal > .top > button {
                border: 3px solid;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 38px;
                height: 41px;
                font-size: 2pc;
                border-color: #929EA5;
                color: #929EA5;
                border-radius: 7px;
            }

                .body-modal > .right-modal > .top > button > span {
                    margin-bottom: 9px;
                }

        .body-modal > .right-modal > .bot {
            padding: 5px 18px;
            overflow-y: scroll;
            height: 266px;
        }

            .body-modal > .right-modal > .bot::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
                background-color: #F5F5F5;
            }

            .body-modal > .right-modal > .bot::-webkit-scrollbar {
                width: 6px;
                background-color: #F5F5F5;
            }

            .body-modal > .right-modal > .bot::-webkit-scrollbar-thumb {
                background-color: #0047A8;
                border-radius: 17px;
            }

            .body-modal > .right-modal > .bot > .text {
                margin-bottom: unset;
                font-family: 'Roboto';
                font-weight: 400;
                font-size: 15px;
            }

#person-info .modal-dialog {
    max-width: 550px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 80%;
        margin: 1.75rem auto;
    }
}


.margin-top-e {
    margin-top: 118px !important;
}

.corporate-part-1 > .part-2 > .person {
    display: flex;
    justify-content: center;
    margin: 63px 0px;
    position: relative;
    flex-wrap:wrap;
}
.sub-person > .person {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sub-person {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap:wrap;
}

.box > .clock-type {
    display: none;
}

.corporate-part-1 > .part-2 > .person > .line-f {
    width: 51.3%;
    position: absolute;
    height: 1px;
    background: #70707080;
    top: -46px;
}

.with-100 {
    width: 100% !important;
}

.corporate-part-1 > .part-2 > .person > .line-w {
    width: 1px;
    height: 42px;
    background: #70707080;
    left: 50%;
    position: absolute;
    top: -87px;
}

.corporate-part-1 > .part-2 > .person .person-dv {
    position: relative;
    display: flex;
    width: 324px;
    max-height: 105px;
    min-height: 105px;
    border: 1px solid;
    border-color: #6f757e52;
    margin: 0px 20px 40px 20px;
}

    .corporate-part-1 > .part-2 > .person  .person-dv > .line {
        width: 1px;
        height: 41px;
        background: #70707080;
        position: absolute;
        left: 50%;
        top: -47px;
    }


    .corporate-part-1 > .part-2 > .person  .person-dv.cv:hover {
        background-color: #0047a8;
    }

    .corporate-part-1 > .part-2 > .person .person-dv > .left {
        width: 60px;
        border-right: 1px solid;
        border-color: #6f757e52;
        background: #ffffff;
        background-image: url(../images/circle-gursel.png);
        background-position: center;
        background-size: 55%;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .corporate-part-1 > .part-2 > .person  .person-dv > .left > img {
            height: 100%;
            width: auto;
        }

    .corporate-part-1 > .part-2 > .person  .person-dv > .right {
        padding: 10px 20px;
        width: 265px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .corporate-part-1 > .part-2 > .person  .person-dv > .right > .name {
            margin-bottom: unset;
            font-weight: 400;
            font-family: 'Roboto';
            font-size: 21px;
            margin-bottom: 3px;
        }

    .corporate-part-1 > .part-2 > .person  .person-dv.cv:hover > .right > .name {
        display: none;
    }

    .corporate-part-1 > .part-2 > .person  .person-dv > .right > .title {
        color: #0047a8;
        font-family: 'Roboto';
        font-size: 15px;
    }


    .corporate-part-1 > .part-2 > .person  .person-dv.cv:hover > .right > .title {
        display: none;
    }


    .corporate-part-1 > .part-2 > .person  .person-dv > .right > .buton {
        display: none;
        font-size: 18px;
        font-family: 'Helvetica Neue';
        cursor: pointer;
        color: #ffff;
    }

    .corporate-part-1 > .part-2 > .person  .person-dv.cv:hover > .right > .buton {
        display: flex;
    }

.under-corporate-buttons > .under-button {
    padding: 16px 29px;
    background: #6F757E;
    color: #fff !important;
    font-size: 13px;
    border-radius: 0px;
    cursor: pointer;
    font-family: 'Helvetica-Neue';
    text-decoration: unset;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #ffffff5c;
    padding: 23px 29px;
    border: 1px solid;
    border-color: #6e747d;
}
/*part 1 part-2*/
/*part1*/
/*part2*/
.corporate-part-2 > .part-2-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

    .corporate-part-2 > .part-2-title > .text {
        margin-bottom: unset;
        font-size: 30px;
        font-family: 'Roboto';
        font-weight: 300;
        text-align: center;
        color: #202020;
    }

.corporate-part-2 > .accordion {
    margin: 30px 0px;
}

    .corporate-part-2 > .accordion > .card {
        border-right: unset;
        border-left: unset;
    }

        .corporate-part-2 > .accordion > .card > .card-header {
            background: #6f757e;
            border-radius: 0px !important;
        }

            .corporate-part-2 > .accordion > .card > .card-header.active5 {
                background: #0047A8;
            }

            .corporate-part-2 > .accordion > .card > .card-header > .mb-0 > button {
                color: white !important;
                font-family: 'Helvetica-Neue';
            }


        .corporate-part-2 > .accordion > .card > .collapse > .card-body > .text {
            margin-bottom: unset;
            font-size: 17px;
            font-weight: 300;
            color: #202020;
            font-family: 'Helvetica-Neue-Light';
            line-height: 28px;
        }

/*part2*/

/*part3*/

.open-map-corner > .bottom {
    display: flex;
    flex-wrap: wrap;
}

    .open-map-corner > .bottom > .item {
        width: 234px;
        height: 234px;
        border: 1px solid;
        margin: 11px;
        border-color: #0000002e;
    }

        .open-map-corner > .bottom > .item > img {
            width: 100%;
        }

.open-map-corner > .bottom {
    overflow-y: scroll;
    height: 100%;
}

    .open-map-corner > .bottom::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .open-map-corner > .bottom::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .open-map-corner > .bottom::-webkit-scrollbar-thumb {
        background-color: #f1b84c;
        border-radius: 17px;
    }

.corporate-bg > .whether-main > .items > .item {
    display: flex;
    width: 100%;
    border-top: 1px solid;
    padding: 10px;
    border-bottom: 1px solid;
    margin-bottom: 7px;
    border-color: #0000002e;
    cursor: pointer;
}

.open-map-corner {
    width: 573px;
    height: 100%;
    background: #ffff;
    position: fixed;
    top: 0;
    padding: 20px;
    right: 0;
    border: 1px solid #80808075;
    border-top: unset;
    display: none;
    z-index: 99999999;
}

    .open-map-corner.active {
        display: block;
    }

    .open-map-corner > .top {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 12px;
        position: relative;
    }

        .open-map-corner > .top > .title {
            margin-bottom: unset;
            /* padding: 16px 0px; */
            text-align: center;
            font-family: 'Helvetica Neue-Light';
            font-size: 27px;
            color: #48494b;
            /* letter-spacing: 5px; */
            margin-bottom: 10px;
            margin-top: 10px;
        }

    .open-map-corner .top > .button {
        position: absolute;
        right: 0;
        top: -15px;
        font-size: 22px;
        color: #f1b646;
        cursor: pointer;
    }

.corporate-bg > .whether-main > .items > .item > .left {
    width: 35%;
}

.corporate-bg > .whether-main > .items > .item > .right {
    padding: 20px;
    width: 65%;
}

    .corporate-bg > .whether-main > .items > .item > .right > .title {
        font-size: 20px;
        color: #f1b646;
        font-family: inherit;
    }

    .corporate-bg > .whether-main > .items > .item > .right > .text {
        font-size: 15px;
        font-family: 'Spartan', sans-serif;
        color: #1C2029;
    }


.corporate-bg > .whether-main > .items > .item > .left > img {
    width: 100%;
}

.corporate-part-3 > .part > .galery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

    .corporate-part-3 > .part > .galery > .img-bg {
        width: 32%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid;
        border-color: #00000026;
        margin-bottom: 16px;
    }

        .corporate-part-3 > .part > .galery > .img-bg > img {
            width: 100%
        }

.corporate-part-3 > .corporate-referances-title {
    margin: 61px 0px;
    text-align: center;
    padding: 0px 222px;
}

    .corporate-part-3 > .corporate-referances-title > .title {
        margin-bottom: unset;
        font-size: 29px;
        font-family: 'Helvetica-Neue-Light';
        font-weight: 300;
        text-align: center;
        color: #202020f2;
    }

.corporate-part-3 > .corporate-referances-div > .title {
    text-align: center;
    margin-bottom: 32px;
    color: #0047A8;
    font-family: 'Helvetica-Neue-Light';
    font-size: 24px;
    font-weight: 400;
    margin-top: 40px;
}

.corporate-part-3 > .corporate-referances-div > .items {
    display: flex;
    flex-wrap: wrap;
}

    .corporate-part-3 > .corporate-referances-div > .items > .item {
        width: 300px;
        height: 245px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #f1f1f11c;
        border: 1px solid #8080801a;
        margin-right: 32px;
        margin-bottom: 32px;
        transition: all ease .5s;
    }

        .corporate-part-3 > .corporate-referances-div > .items > .item > img {
            width: auto !important;
            transition: all ease .5s;
            height: 70% !important;
            filter: grayscale(1);
        }

        .corporate-part-3 > .corporate-referances-div > .items > .item:hover > img {
            transition: all ease .5s;
            filter: grayscale(0);
            transform: scale(1.05);
        }

.corp-3ss {
    border-radius: 15px;
    margin-bottom: 27px;
}

    .corp-3ss > .form-main > .top > .left {
        justify-content: unset;
    }

        .corp-3ss > .form-main > .top > .left > .text {
            border-right: unset;
        }

/*part3*/

/*part4*/
.corporate-part-4 > .form-div-pt4 > .title {
    color: #0047a8;
    margin-bottom: 17px;
    font-size: 26px;
    font-family: 'Roboto';
}

.flex-www {
    justify-content: flex-end;
}

    .flex-www > .texts > .top {
        font-size: 21px;
        margin-right: 8px;
    }

.corporate-part-4 > .form-div-pt4 > .part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}


.lang-div {
    margin-bottom: 0px !important;
}

.corporate-part-4 > .form-div-pt4 .part .input-mn {
    margin-bottom: 12px;
    border: 1px solid;
    border-color: #929EA5;
    background: #fff;
    padding: 7px 10px;
    border-radius: 6px;
    font-family: 'Helvetica-Neue' !important;
    font-weight: 300 !important;
    color: #000000b8 !important;
    outline: unset;
    font-size: inherit;
    line-height: inherit;
}

.btn-primary {
    color: #fff;
    background-color: #0047a8 !important;
    border-color: #0047a8 !important;
}

.corporate-part-4 > .form-div-pt4 > .part > .input-mn::placeholder {
    font-family: 'Helvetica-Neue' !important;
    font-weight: 300;
    color: #000000b8;
}

.input-mn::placeholder {
    font-family: 'Helvetica-Neue';
}

.corporate-part-5 > .accordion > .card > .card-header {
    background-color: #929EA5;
}

.corporate-part-5 {
    margin: 30px 0px;
}

.padding-0 {
    padding: 0 !important;
    padding-right: 0 !important;
}

.magin-top-2px {
    margin-top: 2px;
}

.inside-colapse {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #878889;
    font-family: 'Helvetica-Neue-Light';
    font-size: 13px;
}

.btn-link {
    text-decoration: unset !important;
}

.colapse-text {
    padding: 0px 31px;
    font-size: 13px;
    font-family: 'Helvetica-Neue-Medium';
}

.rotate-active.active-rotate > h2 > button > i {
    transform: rotate( 180deg );
}

.rotate-active.active-rotate {
    background: #0047a8 !important;
}


    .rotate-active.active-rotate > h2 > button {
        color: #fff;
        text-decoration: unset !important
    }

.rotate-active {
    background: #fff !important;
    border: unset !important;
}

.nth-chil:nth-child(2n) {
    background: red !important;
}

.inside-colapse > i.active-rotate {
    transform: rotate( 180deg );
}

.corporate-part-5 > .accordion .card .card-header.active-corp {
    background-color: #0047a8;
}

.accordion-item .card-header {
    background-color: #0047a8;
    color: white;
}

    .accordion-item .card-header > h2 > button {
        color: white
    }

.corporate-part-5 > .accordion .card .active-corp h2 button > i {
    transform: rotate( 180deg );
}

.corporate-part-5 .accordion .card {
    border: unset !important;
}

.corporate-part-5 > .accordion > .card > .card-header > h2 > button {
    color: #ffff !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.corporate-part-4 > .form-div-pt4 > .part > .input-mn::placeholder {
    font-family: 'Helvetica Neue-Light';
    color: #000000b8;
}

.corporate-part-4 > .form-div-pt4 > .part > .text {
    margin-top: -12px;
    font-size: 12px;
    margin-bottom: 14px;
}

.corporate-part-4 > .form-div-pt4 > .part > .button-t {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

    .corporate-part-4 > .form-div-pt4 > .part > .button-t > .button {
        background: #0047a8;
        color: #ffff !important;
        cursor: pointer;
        border: 1px solid transparent;
    }

        .corporate-part-4 > .form-div-pt4 > .part > .button-t > .button:hover {
            border: 1px solid #0047a8;
            color: #0047a8 !important;
            background: #fff;
        }


.wt-100 {
    width: 100%;
}

.wt-50 {
    width: 49.7%;
}
/*part4*/
.investor-part-1 > .buttons {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .investor-part-1 > .buttons > .button {
        width: 19%;
        background: #929EA5;
        display: flex;
        flex-direction: column;
        padding: 58px 15px;
        justify-content: space-between;
        cursor: pointer;
        margin-bottom: 15px;
        margin-right: 10px;
        color: white !important;
    }

        .investor-part-1 > .buttons > .button:hover {
            background: #0047a8;
        }

        .investor-part-1 > .buttons > .button.btn-active {
            background: #0047a8;
        }

        .investor-part-1 > .buttons > .button > .top > img {
            width: 44px;
        }

        .investor-part-1 > .buttons > .button > .mid {
            margin: 29px 0px;
            margin-top: 13px;
        }

            .investor-part-1 > .buttons > .button > .mid > .title {
                font-size: 19px;
                color: #fff;
                font-weight: 400;
                font-family: 'Helvetica-Neue';
            }

            .investor-part-1 > .buttons > .button > .mid > .text {
                font-size: 13px;
                font-weight: 300;
                color: #fff;
                font-family: 'Helvetica-Neue-Light';
                margin-top: 6px;
            }

        .investor-part-1 > .buttons > .button > .bottom {
            display: flex;
            align-items: center;
        }

            .investor-part-1 > .buttons > .button > .bottom > .texts {
                margin-left: 10px;
            }

                .investor-part-1 > .buttons > .button > .bottom > .texts > a > .top {
                    font-size: 13px;
                    font-weight: 500;
                    color: #fff;
                    font-family: 'Helvetica-Neue-Medium';
                    margin-bottom: unset;
                }

                .investor-part-1 > .buttons > .button > .bottom > .texts > .top {
                    font-size: 13px;
                    font-weight: 500;
                    color: #fff;
                    margin-bottom: unset;
                }

                .investor-part-1 > .buttons > .button > .bottom > .texts > .bot {
                    font-size: 12px;
                    color: #fff;
                    font-family: 'Helvetica-Neue';
                    font-weight: 200;
                }

.investor-part-1 > .infos {
    padding: 20px 0;
    display: none;
}

    .investor-part-1 > .infos.active {
        display: block;
    }

    .investor-part-1 > .infos > .top {
        margin-bottom: 10px;
    }

        .investor-part-1 > .infos > .top > .title {
            color: #0047A8;
            font-size: 22px;
            font-weight: 400;
            font-family: 'Helvetica-Neue-Light';
        }


        .investor-part-1 > .infos > .top > .info {
            color: #0047A8;
            font-size: 22px;
            font-weight: 400;
            font-family: 'Helvetica-Neue';
            margin-top: 4px;
            margin-bottom: 5px;
        }

            .investor-part-1 > .infos > .top > .info > span {
                color: #64C18B;
                font-size: 14px;
                margin-left: 6px;
            }

        .investor-part-1 > .infos > .top > .bot-text {
            color: #707070;
            font-family: 'Helvetica-Neue-Light';
            font-weight: 400;
            font-size: 13px;
        }

    .investor-part-1 > .infos > .bottom > table {
        width: 100%;
    }

        .investor-part-1 > .infos > .bottom > table > tbody {
            width: 100%;
        }

            .investor-part-1 > .infos > .bottom > table > tbody > tr {
                border-bottom: 1px solid #ffffff26;
            }

                .investor-part-1 > .infos > .bottom > table > tbody > tr > td {
                    font-size: 15px;
                    padding: 12px 8px;
                    font-family: 'Helvetica-Neue';
                    font-weight: 400;
                    color: #000;
                    border: 1px solid #80808038;
                }

                .investor-part-1 > .infos > .bottom > table > tbody > tr > .bg-gray-table {
                    background: #929EA5;
                    color: #fff;
                }
/*Corporate*/
/*Contact*/
/*contact*/
.contact-map {
    display: flex;
}

    .contact-map > .left {
        width: 40%;
        display: flex;
        flex-direction: column;
        background-color: #0047A8;
        padding: 91px 27px;
    }

        .contact-map > .left > .tx-dv {
            margin: 13px 0;
        }

.htmltext {
    color: white !important;
    font-size: 15px;
}

    .htmltext span {
        color: white !important;
    }

.management-new {
    display: flex;
    margin-top: 60px;
}

.management-div-left {
    width: 40%;
    position: relative;
}

    .management-div-left .line {
        position: absolute;
        height: 100%;
        width: 3px;
        background-color: #0047a8;
        right: 7%;
        top: 0px;
        border-radius: 6px;
    }

    .management-div-left .line-image {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        z-index: 99;
        background-color: white;
        padding: 10px;
    }

        .management-div-left .line-image img {
            width: 35px;
        }

.management-div-bottom-right {
    width: 50%;
    padding-left: 16px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    line-height: 30px;
}

.management-image-new {
    max-width: 445px;
    height: auto;
    width: 100%;
    border-radius: 5px;
}

.signiture-right {
}

    .signiture-right .in {
    }

        .signiture-right .in .title {
            margin-bottom: unset;
            font-size: 25px;
            font-family: 'Helvetica-Neue';
            color: #7c7c7c;
        }

        .signiture-right .in .text {
            font-size: 25px;
            color: #0047a8;
            font-family: 'Roboto';
        }


.contact-map > .left > .tx-dv > .title {
    font-family: 'Helvetica-Neue';
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
    font-size: 21px;
}

.contact-map > .left > .tx-dv > .text {
    margin-bottom: unset;
    font-family: Helvetica-Neue-Light;
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    padding-right: 31%;
}

.contact-map > .left > .button {
    border: 1px solid;
    cursor: pointer;
    width: 37%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 10px;
    color: #fff !important;
    border-radius: 33px;
    margin-top: 11px;
}

    .contact-map > .left > .button:hover {
        background: #fff;
        color: #0047A8 !important;
    }

.contact-map > .right {
    width: 60%;
}

.contact-page-title {
    padding: 17px 0px;
    text-align: center;
    margin-top: 40px;
}

    .contact-page-title > .title {
        font-size: 34px;
        font-family: 'Helvetica-Neue-Light';
        color: #000000c2;
        padding: 0px 12%;
    }

.part-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 30px;
}

    .part-form > .input-mn {
        margin-bottom: 12px;
        border: 1px solid;
        border-color: #929EA5;
        padding: 7px 10px;
        border-radius: 6px;
        font-family: 'Helvetica-Neue';
        color: #000000b8;
        outline: unset;
    }

        .part-form > .input-mn::placeholder {
            font-family: 'Helvetica-Neue';
            color: #000000b8;
        }


    .part-form > .text {
        margin-top: -12px;
        font-size: 12px;
        margin-bottom: 14px;
    }

    .part-form > .button-t {
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }

        .part-form > .button-t > .button {
            background: #0047ab;
            color: #ffff !important;
            width: 13% !important;
            font-family: 'Helvetica-Neue';
            display: flex !important;
            justify-content: center !important;
            align-items: center !important;
            font-weight: 500 !important;
            border-radius: 10px !important;
            cursor: pointer;
            border-radius: 50px !important;
            border: 2px solid transparent;
        }

            .part-form > .button-t > .button:hover {
                border: 2px solid #0047ab;
                color: #0047ab !important;
                background: #fff;
            }


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

.contact-pge {
    padding: 20px 0px;
    margin-bottom: 28px;
    margin-top: 64px;
    border-bottom: 1px solid;
}

    .contact-pge > .button {
        padding: 20px 19px;
        font-family: 'Helvetica-Neue';
        font-size: 17px;
        border-bottom: 4px solid;
        border-color: transparent;
        cursor: pointer;
        color: #000 !important;
    }

        .contact-pge > .button.active {
            border-color: #0047ab;
        }

.mg-bottom-64px {
    margin-bottom: 64px;
}

.mobile-drop-down > .mobile {
    margin-bottom: 21px;
    display: none;
    -webkit-appearance: none;
    padding: 14px 40px 14px 12px;
    width: 100%;
    border: 1px solid #e8eaed;
    border-radius: 5px;
    background: #0047a8;
    box-shadow: 0 1px 3px -2px #9098a9;
    cursor: pointer;
    font-family: 'Roboto';
    color: #fff;
    font-weight: 400;
    text-align-last: center;
    font-size: 13px;
    transition: all 150ms ease;
}

/*contact*/
/*Contact*/


#collapse5 .investor-part-1 > .buttons > .button {
    padding: 10px 15px;
}

    #collapse5 .investor-part-1 > .buttons > .button > .mid {
        margin: 7px 0px;
        margin-top: 13px;
    }


.sust-area {
}

    .sust-area .sust-title {
        text-align: center;
        font-size: 2rem;
        margin-bottom: 21px;
    }

    .sust-area .sust-text {
        width: 60%;
        margin: auto;
        text-align: center;
        margin-bottom: 45px;
    }

.banner-area {
    background-image: url(../../../www.arcelikglobal.com/media/1007/simplepre9c55.jpg?width=1600&amp;quality=80&amp;format=jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    position: relative;
}

    .banner-area:after {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgb(255 255 255 / 14%) 0%, rgb(0 0 0 / 49%) 82%);
    }

    .banner-area .banner-content {
        width: 60%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        color: white;
        z-index: 999;
    }

        .banner-area .banner-content .banner-title {
            font-size: 3rem;
            text-align: center;
        }

        .banner-area .banner-content .banner-text {
            font-size: 18px;
            text-align: center;
        }




.new-video-box {
    background-image: url(../images/video-box-bg1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 535px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}




    .new-video-box .video-info {
        width: 100%;
        text-align: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .new-video-box .video-info .video-info-title {
            font-size: 46px;
            text-shadow: 0 0 8px black;
            color: white;
            margin-right: 7%;
            line-height: 48px;
            margin-bottom: 0px;
            max-width: 560px;
        }

        .new-video-box .video-info h2 {
            color: white;
            font-size: 3.2rem;
        }


        .new-video-box .video-info .video-info-play-btn {
            border: unset;
            color: white;
            font-size: 150px;
            width: 140px;
            height: 140px;
            border-radius: 100%;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: white;
            box-shadow: 0px 9px 20px black;
            transition: all .3s ease;
        }

            .new-video-box .video-info .video-info-play-btn:hover {
                transform: scale(0.95);
            }


            .new-video-box .video-info .video-info-play-btn i {
                font-size: 140px;
                color: #0047ab;
            }



    .new-video-box .video-item .video-info-cancel-btn {
        position: absolute;
        right: 3%;
        top: 6%;
        background-color: transparent;
        border: unset;
        color: white;
        font-size: 50px;
        text-shadow: 0 0 9px black;
    }

        .new-video-box .video-item .video-info-cancel-btn i {
        }

    .new-video-box .video-item {
        display: none;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-color: #0047ab;
        z-index: 9999999999;
        justify-content: center;
        align-items: center;
    }

        .new-video-box .video-item.active {
            display: flex;
        }

        .new-video-box .video-item video {
            width: 80%;
        }

        .new-video-box .video-item video {
        }
 