@font-face {
    font-family: 'Gilroy-Black';
    src: url(../font/gilroy/Gilroy-Black.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-BlackItalic';
    src: url(../font/gilroy/Gilroy-BlackItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url(../font/gilroy/Gilroy-Bold.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-BoldItalic';
    src: url(../font/gilroy/Gilroy-BoldItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url(../font/gilroy/Gilroy-ExtraBold.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-ExtraBoldItalic';
    src: url(../font/gilroy/Gilroy-ExtraBoldItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Heavy';
    src: url(../font/gilroy/Gilroy-Heavy.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-HeavyItalic';
    src: url(../font/gilroy/Gilroy-HeavyItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Light';
    src: url(../font/gilroy/Gilroy-Light.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-LightItalic';
    src: url(../font/gilroy/Gilroy-LightItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Medium';
    src: url(../font/gilroy/Gilroy-Medium.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-MediumItalic';
    src: url(../font/gilroy/Gilroy-MediumItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Regular';
    src: url(../font/gilroy/Gilroy-Regular.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-RegularItalic';
    src: url(../font/gilroy/Gilroy-RegularItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-SemiBold';
    src: url(../font/gilroy/Gilroy-SemiBold.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-SemiBoldItalic';
    src: url(../font/gilroy/Gilroy-SemiBoldItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-UltraLightItalic';
    src: url(../font/gilroy/Gilroy-Thin.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-ThinItalic';
    src: url(../font/gilroy/Gilroy-ThinItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-UltraLight';
    src: url(../font/gilroy/Gilroy-UltraLight.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-UltraLightItalic';
    src: url(../font/gilroy/Gilroy-UltraLightItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Thin';
    src: url(../font/gilroy/Gilroy-Thin.ttf);
    font-style: normal;
}

@keyframes slide {
    0% {
        background-position-x: 0%;
    }

    100% {
        background-position-x: 600vw;
    }
}

body {
    /*font-family: "filson-soft";*/
    margin: 0;
    overflow: hidden;
    color: white;
    position: relative;
}


a {
    text-decoration: none;
}

.p0 {
    padding: 0px !important;
}

.golge {
    box-shadow: 0 0 54px 0px #00000069;
}

.page-title {
    position: absolute;
    top: 25%;
    z-index: 9999;
    color: #fff;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    margin: 0px 0px;
    letter-spacing: 3px;
    left: 5vh;
    text-transform: uppercase;
    font-size: 1.5vh;
    font-family: 'Gilroy-ExtraBold';
}

.black {
    color: #000 !important;
}

.carousel-inner img {
    height: 100vh;
}

.menu {
    position: absolute;
    height: 8.5vh;
    background-color: white;
    width: 100%;
    z-index: 1;
    margin-top: 4vh;
}

    .menu .logo {
        display: table;
        height: 8.5vh;
    }

        .menu .logo .logo-img {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

            .menu .logo .logo-img img {
                margin-left: 5vh;
                width: 28vh;
            }

    .menu .blue-menu {
        background-color: #16798b;
        height: 8.5vh;
        padding: 0;
        margin: 0;
        border-bottom-left-radius: 100px;
    }

        .menu .blue-menu .mm {
            font-size: 2vh;
            float: left;
            margin-left: 6vh;
            margin-top: 2.5vh;
            font-family: 'Gilroy-Thin';
            margin-right: -2.5vh;
        }

        .menu .blue-menu .phone {
            height: 8.5vh;
            position: relative;
        }

            .menu .blue-menu .phone a {
                color: #ffffff;
                text-decoration: none;
                font-size: 2vh;
                margin: 0;
                position: absolute;
                top: 50%;
                -ms-transform: translateY(-50%) !important;
                transform: translateY(-50%);
                left: 20%;
                font-family: 'Gilroy-Thin';
            }

        .menu .blue-menu .banner-social {
            height: 8.5vh;
            position: relative;
        }

            .menu .blue-menu .banner-social .list-group-horizontal {
                flex-direction: row;
                margin: 0;
                position: absolute;
                top: 50%;
                -ms-transform: translateY(-50%) !important;
                transform: translateY(-50%);
            }

            .menu .blue-menu .banner-social .list-group-item {
                background-color: transparent !important;
                border: none !important;
            }

            .menu .blue-menu .banner-social a {
                text-decoration: none !important;
            }

            .menu .blue-menu .banner-social i {
                color: #ffffff;
                font-size: 1.5vh;
                position: relative;
                font-family: fontawesome;
                font-style: normal;
            }

        .menu .blue-menu .icmenu {
            color: #ffffff;
            font-family: 'Gilroy-Thin';
            margin-top: 2.6vh;
        }

            .menu .blue-menu .icmenu a {
                font-size: 2vh;
                margin-left: 5vh;
                color: #ffffff;
                font-family: 'Gilroy-Thin';
            }

.home {
    position: relative;
}

    .home .carousel-caption {
        position: absolute;
        right: 0%;
        top: 20%;
        left: 0%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: center;
    }

        .home .carousel-caption h5 {
            text-align: center;
            font-size: 8vh;
            /*letter-spacing: 40px;*/
            font-family: 'Gilroy-Bold';
        }

        .home .carousel-caption h6 {
            text-align: right;
            margin-right: 5vh;
            font-size: 3vh;
            letter-spacing: 40px;
            font-family: 'Gilroy-Light';
        }

    .home .slider-title {
        position: absolute;
        bottom: 5vh;
        width: 35%;
        text-align: left;
    }

        .home .slider-title h2 {
            font-family: 'Gilroy-Medium';
            color: white;
            padding: 5px 4%;
            font-size: 3vh;
        }

            .home .slider-title h2::after {
                content: "";
                width: 110%;
                height: 0.3vh;
                position: absolute;
                background-color: #16798b;
                top: -17px;
                left: 0;
            }

.whatwedo {
    position: relative;
}

    .whatwedo .solatlogo {
        position: absolute;
        bottom: -22px;
        height: 50vh;
    }

    .whatwedo .carousel-caption {
        position: absolute;
        top: 20vh;
        left: 0%;
        width: 55%;
    }

    .whatwedo .box {
        position: absolute;
        top: 9.25rem;
        left: 0%;
        width: 55%;
        z-index: 9999999999;
    }

        .whatwedo .box .yaz h5 {
            color: #000000;
            text-align: left;
            font-size: 1.4vh;
        }

        .whatwedo .box .yaz p {
            color: #000000;
            text-align: left;
            text-transform: uppercase;
            font-size: 2.6vh;
            font-family: 'Gilroy-Regular';
        }

            .whatwedo .box .yaz p span {
                color: #13798e !important;
                font-weight: bold;
            }

        .whatwedo .box .product-box {
            width: 50%;
            height: 16vh;
            margin-top: 0vh;
            float: left;
            text-align: center;
            background-color: #878786;
        }

            .whatwedo .box .product-box img {
                height: 5vh;
                margin-top: 4vh;
                margin-bottom: 1vh;
            }

            .whatwedo .box .product-box h2 {
                color: white;
                font-size: 2vh;
                text-transform: uppercase;
            }

.active-button-slider {
    background-color: #16798b !important;
}

.ourworks {
    position: relative;
    background-image: url('../img/ourworksback.jpg');
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


    /*    .ourworks .ourworkslider {
        padding-top: 25vh;
    }*/

    .ourworks .button.medium {
        font-size: 14px;
        line-height: 36px;
        height: 36px;
        padding: 0px 20px 0px 20px;
        display: inline-block;
    }

    .ourworks .button {
        font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
        background-color: #1bbc9b;
        color: #fff;
        border: none;
        transition: all 0.3s ease 0s;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: ease;
    }

.alfamepwithnumbers {
    position: relative;
    height: 100vh;
}

    .alfamepwithnumbers .solatlogo {
        position: absolute;
        bottom: 0px;
    }

    .alfamepwithnumbers .sayac-text p {
        text-transform: uppercase;
        color: #000000;
        text-align: center;
        font-family: 'Gilroy-Medium';
        font-size: 5.8vh;
    }

.sustainability {
    position: relative;
    background-image: url('../img/sustainability.jpg');
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

    .sustainability .top {
        width: 50%;
        position: absolute;
        bottom: 10vh;
        left: 5vh;
    }

        .sustainability .top h5 {
            text-transform: uppercase;
            color: #ffffff;
            font-size: 12vh;
            font-family: 'Gilroy-Bold';
        }

        .sustainability .top .bottom {
            width: 50%;
        }

            .sustainability .top .bottom p {
                color: #ffffff;
                font-size: 2.1vh;
                font-family: 'Gilroy-Regular';
            }

.ww {
    overflow-x: hidden;
    overflow-y: hidden;
}

.testimonials {
    position: relative;
    height: 100vh;
    background-color: #707070;
    padding-top: 15vh;
}

    .testimonials .title {
        text-align: left;
        margin-top: 13vh;
    }

        .testimonials .title h3 {
            color: #ffffff;
            font-size: 3vh;
            font-family: 'Gilroy-Bold';
        }

    .testimonials img {
        width: 100%;
    }

    .testimonials .testi {
        background-color: #ffffff;
        height: 65.5vh;
        border-radius: 10px;
    }

    .testimonials .ust-resim {
        position: relative;
    }

        .testimonials .ust-resim img {
            padding: 1vh 1vh;
            height: 25.5vh;
        }

        .testimonials .ust-resim .git {
            position: absolute;
            bottom: 1vh;
            left: 4vh;
        }

            .testimonials .ust-resim .git h6 {
                font-family: 'Gilroy-Bold';
                font-size: 5vh;
                color: #ffffff6e;
            }

    .testimonials .sol {
        position: relative;
    }

        .testimonials .sol img {
            padding-left: 1vh;
            height: 38vh;
        }

        .testimonials .sol h2 {
            color: #000000;
            text-align: left;
            font-size: 3vh;
            margin-top: 5vh;
            font-family: 'Gilroy-Bold';
        }

        .testimonials .sol p {
            color: #666666;
            text-align: left;
            font-size: 1.8vh;
            font-family: 'Gilroy-Regular';
        }

        .testimonials .sol .bold {
            color: #000000 !important;
            font-family: 'Gilroy-Bold';
            margin-bottom: 0;
        }

    .testimonials .sg {
        width: 98.5%;
        height: 38vh;
        background-color: #13798e;
        padding: 0.5vh 6vh;
        position: relative;
        padding-top: 4vh;
    }

        .testimonials .sg form {
            margin-left: 2vh;
        }

        .testimonials .sg h3 {
            font-family: 'Gilroy-Regular';
            position: absolute;
            top: 9%;
            z-index: 9999;
            color: #ffffff8c;
            writing-mode: tb-rl;
            transform: rotate(-180deg);
            margin: 0px 0px;
            letter-spacing: 3px;
            left: 1vh;
            font-size: 3.8vh;
        }

        .testimonials .sg .form-check-label {
            font-size: 1.4vh;
        }

        .testimonials .sg button {
            float: right;
            height: 3vh;
            width: 80px;
            line-height: 0.5;
            font-size: 1.9vh;
        }

        .testimonials .sg .s {
            height: 5.5vh;
            padding-top: 0;
        }

            .testimonials .sg .s::placeholder {
                font: 1.5vh sans-serif;
            }

        .testimonials .sg .textarea {
            height: 6vh;
        }

        .testimonials .sg #exampleFormControlTextarea1::placeholder {
            font: 1.5vh sans-serif;
        }

    .testimonials .testi .social {
        position: absolute;
        bottom: 15px;
        right: 10px;
    }

        .testimonials .testi .social img {
            height: 2.5vh;
        }

    .testimonials .sfooter {
        position: absolute;
        width: 100%;
        background-color: white;
        height: 30px;
        bottom: 0px;
    }

        .testimonials .sfooter .sl {
            float: left;
        }

        .testimonials .sfooter p {
            color: #000000;
            font-size: 1.2vh;
            margin-top: 1vh;
            margin-left: 3vh;
            font-weight: bold;
        }

        .testimonials .sfooter .sgg {
            color: #000000;
            float: right;
            width: 50%;
            text-align: right;
        }

            .testimonials .sfooter .sgg ul {
                list-style: none;
            }

                .testimonials .sfooter .sgg ul li {
                    display: inline;
                    margin-right: 3vh;
                    font-size: 1.2vh;
                    font-weight: bold;
                }

.tesfooter {
    margin-top: 3vh;
}

    .tesfooter .footer-box {
        position: relative;
    }

    .tesfooter .footer-box {
        position: relative;
    }

        .tesfooter .footer-box .yandan::before {
            content: '';
            position: absolute;
            left: 239px;
            width: 1px;
            background: #595959;
            height: 11vh;
        }

        .tesfooter .footer-box .t {
            color: #ffffff;
            font-family: 'Gilroy-Bold';
            font-size: 1.8vh;
        }

        .tesfooter .footer-box .s {
            color: #ffffff !important;
            margin-bottom: 1.5vh;
            font-family: 'Gilroy-Medium';
            font-size: 1.4vh;
        }

.testimonials .container {
    max-width: 1270px;
}

.body-sub {
    overflow: auto !important;
}

#sequence-theme {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 74%;
    height: 93vh;
}

 

@media only screen and (max-width: 1151px) and (min-width: 769px) {

    .res-1{
        content:url(http://alfamep.com.tr/assets/images/res-1.jpg);
    }
    .res-2{
        content:url(http://alfamep.com.tr/assets/images/res-2.jpg);
    }
    .res-3{
        content:url(http://alfamep.com.tr/assets/images/res-3.jpg);
    }
    .res-4{
        content:url(http://alfamep.com.tr/assets/images/res-4.jpg);
    }
    #myTabContent .col-md-4 {
        width: 100% !important;
    }
    .tesfooter .tesfooter1 {
        width: 100% !important;
    }
    .five .list-group {
        display: inherit !important;
    }

    .about-vision-mission .vis-mis .vis-mis-footer .five .list-group-item {
        width: 100% !important;
    }

    .four .list-group {
        display: inherit !important;
    }

    .about-vision-mission .vis-mis .vis-mis-footer .four .list-group-item {
        width: 100% !important;
    }

    .tesfooter .footer-box .s {
        margin-bottom: 0.7vh !important;
    }

    .carousel-inner #firstSlider {
        margin-left: -36vh;
        width: 100vh;
    }
        .carousel-inner #secondSlider {
        margin-left: -36vh;
        width: 100vh;
    }
    #sequence-theme {
        margin: 0 auto !important;
        position: relative !important;
        overflow: hidden !important;
        width: 92% !important;
        height: 58vh !important;
    }

    .whatwedo .box {
        top: 35% !important;
        width: 100% !important;
    }
        #ilet .tesfooter .col-12 {
        width: 100% !important;
    }
/*}


@media only screen and (max-width: 1600px) and (min-width: 769px) {*/
     
    .haber {
        height: auto !important;
        padding-left: 0vh !important;
        padding-right: 0vh !important;
        margin-bottom: 5vh !important;
    }

    .haber-bottom {
        height: auto !important;
        padding-left: 0vh !important;
        padding-right: 0vh !important;
    }

    .haber-bottom-wrapper {
        display: block !important;
        padding-bottom: 5vh !important;
    }

    .ik .sol {
        padding-bottom: 2vh;
    }

    textarea.form-control {
        height: 5.5vh !important;
    }

    .testimonials .ust-resim img {
        height: 17.5vh !important;
    }

    .subsur .sol {
        text-align: justify;
        padding-right: 2vh;
    }

    .elec-dd-button2 p {
        padding: 0 !important;
    }

    .ik {
        background-size: 191% 100% !important;
    }

    .birinci {
    }

    .whatwedo {
        background-color: white !important;
    }

    /*.carousel-inner #firstSlider {
        margin-left: -36vh;
        width: 100vh;
    }

    .whatwedo .box {
        top: 39.25rem !important;
        width: 100% !important;
    }*/

    /*#sequence-theme {
        margin: 0 auto !important;
        position: relative !important;
        overflow: hidden !important;
        width: 92% !important;
        height: 58vh !important;
    }*/

    #ilet .testimonials {
        padding-top: 14vh !important;
    }

        #ilet .testimonials .ust-resim img {
            padding: 1vh 1vh;
            height: 13.5vh !important;
        }

    #ilet testi1 {
        display: none;
    }

    #ilet testi2 {
        width: 100%;
    }

    #ilet .testimonials .testi {
        height: 39vh !important;
    }

    #ilet .testimonials .sg {
        height: 23vh !important;
    }

        #ilet .testimonials .sg .s {
            height: 3.5vh !important;
        }
         
    .sustainability .top {
        width: 100% !important;
        bottom: 38vh !important;
        left: 5vh !important;
    }

        .sustainability .top h5 {
            text-transform: uppercase !important;
            font-size: 4vh !important;
        }

        .sustainability .top .bottom {
            width: 68% !important;
        }

            .sustainability .top .bottom p {
                font-size: 2.1vh !important;
            }

    .fp-viewing-1-0 .launge {
        position: absolute;
        right: 1vh;
        top: -74px;
    }

    .portfolio .yesillik {
        height: 3.5vh !important;
    }

        .portfolio .yesillik h3 {
            padding: 9.5px 0 0 5px !important;
            font-size: 2vh !important;
        }

    .testimonials {
        height: auto !important;
        padding-bottom: 5vh !important;
    }

        .testimonials .sol {
            display: none !important;
        }

        .testimonials .testi .testi1 {
            width: 100% !important;
            padding-bottom: 1vh !important;
        }

        .testimonials .testi .testi2 {
            width: 100% !important;
        }

        .testimonials .testi {
            height: auto !important;
        }

        .testimonials .sg {
            width: 94.5% !important;
            height: 32vh !important;
            background-color: #13798e !important;
            padding: 0.5vh 6vh !important;
            position: relative !important;
            padding-top: 4vh !important;
            margin-left: 1vh !important;
            margin: 0 1vh !important;
        }

            .testimonials .sg button {
                width: 159px !important;
            }

    .subsur .subsur1 {
        width: 100% !important;
    }

    .subsur .sol {
        padding-left: 2vh !important;
        background-color: #ffffffa1 !important;
    }

    .subsur h6 {
        font-size: 3.3vh !important;
        margin-top: 15vh !important;
        padding: 2vh;
    }

    .subsur p {
        font-size: 1.8vh !important;
        margin-top: 1vh !important;
        padding-bottom: 1vh !important;
    }


    .ik .ik1 {
        width: 100% !important;
    }

    .ik .sol {
        padding-left: 2vh !important;
        padding-right: 2vh !important;
        background-color: #ffffffe6 !important;
        text-align: justify;
    }

    .ik h6 {
        font-size: 3.3vh !important;
        margin-top: 15vh !important;
        padding: 4vh 2vh 2vh 2vh;
    }

    .ik p {
        font-size: 1.8vh !important;
        margin-top: 1vh !important;
        padding-bottom: 1vh !important;
    }


    .portfolio-modal img {
        width: 100%;
        min-height: 34vh !important;
    }

    .portfolio-modal .modal-body .tt {
        width: 42vh !important;
        bottom: -31px !important;
        right: 16px !important;
    }

        .portfolio-modal .modal-body .tt .ttt {
            padding: 0.7vh 2vh 3vh 2vh !important;
            margin-left: -2vh !important;
            height: 40px !important;
            margin-bottom: 2vh !important;
        }

        .portfolio-modal .modal-body .tt .ttl .ttll i {
            font-size: 3vh !important;
            margin-left: 1vh !important;
        }

    .portfolio-modal .modal-dialog {
        width: 100% !important;
    }

    .menu .logo .logo-img img {
        margin-left: 3vh !important;
    }

    .portfolio .sayi a {
        font-size: 2vh !important;
    }

    .searchgal .search {
        display: block !important;
    }

    .portfolio .gal .gallery .searchgal {
        bottom: 0px !important;
    }

    .searchgal .gallery-fotter {
        display: block !important;
        background-color: #16798b !important;
    }

        .searchgal .gallery-fotter h4 {
            color: white !important;
        }



    .portfolio .uver {
        margin-top: 0 !important;
    }

    .portfolio .nav-tabs .nav-link {
        height: 65px !important;
    }

    .detail .one {
        width: 100% !important;
        height: 52vh !important;
    }

        .detail .one .box {
            height: 31vh !important;
            width: 100% !important;
            z-index: 999 !important;
            bottom: -32vh !important;
        }

    .detail .two {
        width: 100% !important;
        height: 120vh !important;
        padding-top: 36vh !important;
        padding-left: 5vh !important;
        padding-right: 5vh !important;
    }

        .detail .two .vert .col-md-6 {
            width: 100% !important;
        }

    .detail .one .box .graybox {
        margin-top: 2.5vh;
        height: 26vh !important;
    }

    .alt-menu a {
        font-family: 'Gilroy-Bold';
        font-size: 1.7vh !important;
    }

    .body-sub .launge {
        position: absolute;
        right: 1vh;
        top: -66px;
    }

    .launge .list-group-horizontal {
        margin-right: 0 !important;
    }

    .menu .menu-rev {
        position: relative;
    }



    .vis-mis-he .nav-tabs {
        display: inline-flex !important;
    }

    .vis-mis-he .s1 {
        width: 100% !important;
    }

    .vis-mis-he .s2 {
        width: 100% !important;
    }

    .about-vision-mission .vis-mis .nav-link {
        font-size: 1.7vh !important;
    }

    .body-sub {
        overflow: auto !important;
        width: 100%;
    }

    .container, .container-md, .container-sm {
        max-width: 830px !important;
    }

    .hh1 {
        width: 100% !important;
    }

    .hh2 {
        width: 100% !important;
    }

    .about {
        height: auto !important;
        padding-top: 10vh !important;
    }

    /*.menu {
        width: 110% !important;
    }*/
    .menu .blue-menu .dropdown {
        width: 100%;
    }

    .menu .blue-menu .mm {
        margin-left: 1vh;
    }

    .menu .blue-menu .mm {
        margin-left: 1vh;
        margin-right: -4.5vh;
    }

    .fp-viewing-0-0 .launge {
        position: absolute;
        right: 1vh !important;
        top: -65px !important;
    }

    .testimonials .sol img {
        width: 97%;
    }

    .testimonials .container {
        max-width: 950px;
    }

    .menu .blue-menu .icmenu {
        margin-top: 2vh;
        display: none;
    }

    .dropmenu .dabso {
        margin-top: -4.2vh;
    }

    .dropmenu i {
        padding: 3vh 0 !important;
        margin-left: 7vh !important;
    }

    .portfolio .container {
        max-width: 932px !important;
    }

    .sayi .list-group-item {
        width: 5vh;
        height: 5vh;
        padding: 0.6vh 2vh;
    }

    .portfolio .sayi .arro {
        width: 5vh;
        height: 5vh;
        padding: 0.6vh 2vh;
    }

    .portfolio-modal .modal-body .tt .ttt {
        height: 26px !important;
    }

    .portfolio-modal .modal-body .tt .ttl .ttll ul li {
        height: 4.5vh !important;
        width: 4.5vh !important;
    }

    #sequence-theme #sequence {
        height: 98% !important;
    }
}

.fevreka {
    position: absolute;
    color: #000000;
    left: 5vh;
    bottom: 2vh;
    font-size: 1.8vh;
}

.lang {
    position: absolute;
    color: #16798b;
    right: 5vh;
    bottom: 4vh;
    font-size: 1.8vh;
    text-decoration: none;
    font-weight: bold;
}


/*/////////////////////////////////*/

#closed {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
}

.dropmenu {
    margin-top: 0.3vh;
}

    .dropmenu i {
        color: #ffffff;
        font-size: 2.5vh;
        position: relative;
        font-family: fontawesome;
        font-style: normal;
        background-color: transparent;
        padding: 3vh;
        z-index: 2;
    }

    .dropmenu .dabso {
        position: absolute;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #164750fc;
    min-width: 35vh;
    overflow: hidden;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: 2.8vh;
    right: -1vh;
    padding-top: 2vh;
}

    .dropdown-content a {
        color: #ffffff;
        padding: 7px 16px;
        text-decoration: none;
        display: block;
        font-family: 'Gilroy-Bold';
        font-size: 2.2vh;
        padding-left: 3vh;
    }

.dropdown a:hover {
    background-color: #ddd;
    color: #164750 !important;
}

.show {
    display: block;
}

.dropbtn {
    cursor: pointer;
}

    .dropbtn:hover,
    .dropbtn:focus {
    }

.dropmenu .footer {
    background-color: #16798b;
    height: 6vh;
}

    .dropmenu .footer p {
        font-size: 1.2vh;
        margin: 0px;
        margin-left: 3vh;
        padding: 0;
        padding-top: 2.2vh;
        font-family: 'Gilroy-Medium';
    }

.launge {
    position: absolute;
    right: 4vh;
    top: -35px;
}

    .launge .list-group-horizontal {
        margin-right: 6vh;
    }

    .launge .list-group-item {
        background: none;
        border: none;
        color: #ffffff;
        padding: 0.5rem 0.1rem;
    }

        .launge .list-group-item a {
            color: #c1bcbc;
            font-size: 1.2vh;
            font-family: 'Gilroy-Bold';
        }

        .launge .list-group-item .sec {
            color: #fff !important;
        }

    .launge .lgis {
        margin-top: 0.3vh;
    }


/*.dropmenu .launge {
    margin-top: 2vh;
}

    .dropmenu .launge ul {
    }*/

.dropmenu .list-group-item {
    background-color: transparent;
    border: none;
    color: #ffffff;
}

    .dropmenu .list-group-item a {
        padding: 4px 0px;
        background-color: transparent;
        font-size: 1.2vh;
    }

        .dropmenu .list-group-item a:hover {
            background-color: transparent;
            color: #dddddd;
        }

.dropmenu .social {
    margin-top: 2vh;
}

    .dropmenu .social .list-group-item {
        padding-top: 2vh;
        padding-bottom: 2vh;
    }

    .dropmenu .social a i {
        font-size: 1.2vh;
        padding: 1vh 0vh;
        color: #13798e;
    }

        .dropmenu .social a i:hover {
            color: #dddddd;
        }

    .dropmenu .social p {
        font-size: 1.5vh;
        padding-left: 1vh;
        color: #13798e;
        font-family: 'Gilroy-Medium';
    }

.alt-menu {
    position: relative;
    left: 35px;
    font-weight: normal;
    border-left: 1px solid #ffffff;
}

.gorunmez {
    display: none;
}

.gorunur {
    display: block !important;
}

.menu-item {
    cursor: pointer;
}

.alt-menu a {
    font-family: 'Gilroy-Bold';
    font-size: 0.8em;
}


/*/////////////////////////////////*/

.about {
    background-image: url('../img/about.png');
    height: 100vh;
    background-repeat: no-repeat;
    padding-top: 24vh;
    background-size: 100% 100%;
}

    .about img {
        width: 100%;
        margin-top: 5vh;
    }

    .about .title {
        background-color: #16798b;
        width: max-content;
        padding: 2px 15px;
    }

        .about .title h2 {
            font-size: 4vh;
            font-family: 'Gilroy-Bold';
        }

    .about .subtitle {
        background-color: #4f5961;
        width: max-content;
        padding: 2px 15px;
        margin-bottom: 1vh;
    }

        .about .subtitle h3 {
            font-size: 6vh;
            font-family: 'Gilroy-Bold';
        }

    .about p {
        font-size: 1.8vh;
        color: #000000;
        font-family: 'Gilroy-Regular';
    }

.about-vision-mission {
    min-height: 100vh;
    position: relative;
}

    .about-vision-mission .divider {
        margin-bottom: 0px;
        margin-top: 0px;
        padding-top: 5vh;
        position: relative;
    }

        .about-vision-mission .divider:before {
            content: "";
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 300px;
            background: #157687;
        }

    .about-vision-mission .vis-mis {
        position: relative;
        z-index: 2;
    }

        .about-vision-mission .vis-mis img {
            width: 100%;
        }

        .about-vision-mission .vis-mis .tab-content {
            background-color: #ffffff;
            border: 1px solid #dbc6a6;
            border-top: none !important;
        }

            .about-vision-mission .vis-mis .tab-content p {
                color: #000000;
                padding: 10vh 5vh;
                font-family: 'Gilroy-Regular';
                font-size: 2vh;
                text-indent: 25px;
                text-align: justify;
            }

        .about-vision-mission .vis-mis .nav-link {
            font-size: 3vh;
            font-family: 'Gilroy-Bold';
        }

        .about-vision-mission .vis-mis .vis-mis-footer {
            min-height: 50vh;
            width: 100%;
            background-color: #ededed;
            margin-top: 5vh;
        }

            .about-vision-mission .vis-mis .vis-mis-footer h2 {
                text-align: center;
                color: #18798c;
                font-size: 5vh;
                padding-top: 3vh;
                font-family: 'Gilroy-Light';
            }

            .about-vision-mission .vis-mis .vis-mis-footer .five .list-group-item {
                background: transparent !important;
                border: none !important;
                width: 20%;
            }

            .about-vision-mission .vis-mis .vis-mis-footer .four {
                width: 90%;
                margin-left: 5%;
            }

                .about-vision-mission .vis-mis .vis-mis-footer .four .list-group-item {
                    background: transparent !important;
                    border: none !important;
                    width: 25%;
                }

            .about-vision-mission .vis-mis .vis-mis-footer .basit {
                background-color: #a4b3bf;
                border-radius: 100px;
                width: 10vh;
                height: 10vh;
                cursor: pointer;
                padding: 2vh;
                display: block;
                margin-left: auto;
                margin-right: auto;
            }

            .about-vision-mission .vis-mis .vis-mis-footer p {
                text-align: center;
                font-size: 1.5vh;
                margin-top: 2vh;
                cursor: pointer;
                font-family: 'Gilroy-Bold';
            }

            .about-vision-mission .vis-mis .vis-mis-footer .five .list-group-item:hover .basit {
                background-color: #18798c !important;
            }

            .about-vision-mission .vis-mis .vis-mis-footer .five .list-group-item:hover p {
                color: #18798c !important;
            }

            .about-vision-mission .vis-mis .vis-mis-footer .four .list-group-item:hover .basit {
                background-color: #18798c !important;
            }

            .about-vision-mission .vis-mis .vis-mis-footer .four .list-group-item:hover p {
                color: #18798c !important;
            }

.subsur {
    height: 100vh;
    background-image: url('../img/sustainability-sub.jpg');
    background-size: 100% 100%;
}

    .subsur .sol {
        padding-left: 5vh;
    }

    .subsur h6 {
        font-size: 7vh;
        margin-top: 17vh;
        color: #17798c;
        font-family: 'Gilroy-Bold';
    }

    .subsur p {
        margin-top: 3vh;
        font-size: 2.2vh;
        color: #000000;
        font-family: 'Gilroy-Regular';
    }

.ik {
    height: 100vh;
    background-image: url('../img/ikarka.jpg');
    background-size: 100% 100%;
}

    .ik .sol {
        padding-left: 5vh;
    }

    .ik h6 {
        font-size: 7vh;
        margin-top: 23vh;
        color: #17798c;
        font-family: 'Gilroy-Bold';
    }

    .ik p {
        margin-top: 3vh;
        font-size: 2vh;
        color: #000000;
        font-family: 'Gilroy-Regular';
    }

.detail {
    height: 100vh;
}

    .detail .one {
        background-image: url('../img/e1.png');
        background-repeat: no-repeat;
        height: 100vh;
        width: 50%;
        position: relative;
        float: left;
        background-size: 100% 100%;
    }

    .detail .oneone {
        background-image: url('../img/e2.png') !important;
        background-size: 100% 100%;
    }

    .detail .one .box {
        position: absolute;
        bottom: 5vh;
        left: 0;
        height: 25vh;
        width: 55%;
        background-color: #ffffffa3;
    }

        .detail .one .box .graybox {
            position: relative;
            margin-top: 2.5vh;
            height: 20vh;
            width: calc( 100% - 2.5vh);
            background-color: #403f44;
        }

            .detail .one .box .graybox p {
                padding: 2.5vh;
                font-size: 5vh;
                color: #18798c;
                font-family: 'Gilroy-Light';
            }

    .detail .two {
        height: 100vh;
        width: 50%;
        position: relative;
        padding-top: 15vh;
        padding-left: 10vh;
        padding-right: 10vh;
        float: left;
        background-color: #f8f8f8;
    }

        .detail .two .pictures {
            display: flex;
        }

            .detail .two .pictures h2 {
                color: #18798c;
                margin-left: 2vh;
                font-size: 4vh;
                font-family: 'Gilroy-Regular';
            }

            .detail .two .pictures img {
                height: 5vh;
            }

        .detail .two .exc {
            margin-top: 0.5vh;
        }

            .detail .two .exc p {
                color: #000;
                line-height: 1.6;
                font-size: 2vh;
                font-family: 'Gilroy-Regular';
            }

                .detail .two .exc p span {
                    font-family: 'Gilroy-Bold' !important;
                }

        .detail .two .col-md-6 {
            padding: 0 !important;
        }


/* elecDropdown */

.elec-dropdown {
    display: inline-block;
    position: relative;
    width: 75%;
    margin-bottom: 3.5vh;
}

.elec-dd-button {
    display: flex;
    background-color: #fff;
    cursor: pointer;
    white-space: nowrap;
    color: #17798c;
    border-bottom: 3px solid #17798c;
}

    .elec-dd-button p {
        font-size: 1.6vh;
        padding: 0;
        margin: 0;
        padding-top: 0.5vh;
        font-family: 'Gilroy-Bold';
    }

    .elec-dd-button .elec-kare {
        height: auto;
        width: 50px;
        background-color: #16798b;
        margin-right: 2vh;
    }

.elec-dd-menu {
    top: 100%;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    background-color: #dadada;
    list-style-type: none;
    color: #000;
    width: 100%;
    top: 50px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.wrapperTabBar {
    position: relative;
}

.showTabBarItem {
    animation: tabBar .7s cubic-bezier(1, 0, 0, 1) 0s 1 normal both;
}

@keyframes tabBar {
    0% {
        opacity: 0;
        top: 50px;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        top: 0px;
        visibility: visible;
    }
}

.elec-dd-menu li {
    padding: 3px 10px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 1.5vh;
    border-bottom: 1px solid #ffffff;
    font-family: 'Gilroy-Medium';
}

    .elec-dd-menu li.elec-divider {
        padding: 0;
        border-bottom: 3px solid #17798c;
    }


/* elecDropdown */

.portfolio {
    min-height: 100vh;
    padding-top: 15vh;
    background-color: #ededed;
    padding-bottom: 5vh;
}

    .portfolio .p-banner {
        height: 7vh;
        background-color: #16798b;
        width: 100%;
    }

        .portfolio .p-banner ul {
            height: 100%;
            float: right;
        }

            .portfolio .p-banner ul li {
                background-color: #4f5961;
                border: 1px solid #555e66;
                padding: 0 !important;
            }

                .portfolio .p-banner ul li a {
                }

                    .portfolio .p-banner ul li a p {
                        color: white;
                        font-size: 2.5vh;
                        height: 7vh;
                        padding: 1.5vh 2vh;
                        font-family: 'Gilroy-SemiBold';
                    }

                .portfolio .p-banner ul li:hover {
                    background-color: #293137 !important;
                }

            .portfolio .p-banner ul .active {
                background-color: #293137 !important;
            }

        .portfolio .p-banner h3 {
            padding: 0.5vh 1vh;
            font-size: 5vh;
            font-family: 'Gilroy-Bold';
        }

    .portfolio .gal {
        cursor: pointer;
    }

        .portfolio .gal .gallery {
            background-color: #ccced1;
            width: 100%;
            min-height: 24vh;
            margin-top: 2vh;
            position: relative;
            opacity: 0.8;
        }

            .portfolio .gal .gallery:hover {
                opacity: 1;
            }

            .portfolio .gal .gallery .gal-bg img {
                width: 100%;
            }

            .portfolio .gal .gallery .searchgal {
                position: absolute;
                bottom: -8px;
            }

            .portfolio .gal .gallery .search {
                /*position: absolute;*/
                /*bottom: 5.5vh;*/
                left: 0;
                display: none;
            }

        .portfolio .gal .gallery-fotter {
            background-color: #ffffff;
            width: 100%;
            min-height: 4.2vh;
            /*position: absolute;*/
            display: none;
            /*bottom: 0px;*/
        }

            .portfolio .gal .gallery-fotter h4 {
                color: #000;
                padding: 1vh;
            }

        .portfolio .gal:hover .gallery {
            background-color: #999ea2;
        }

        .portfolio .gal:hover .gallery-fotter {
            background-color: #16798b;
        }

            .portfolio .gal:hover .gallery-fotter h4 {
                color: #fff;
                font-size: 2.5vh;
            }

            .portfolio .gal:hover .gallery-fotter h6 {
                color: #fff;
            }

        .portfolio .gal:hover .gallery .search {
            display: block !important;
        }

            .portfolio .gal:hover .gallery .search img {
                width: 7vh;
            }

        .portfolio .gal:hover .gallery-fotter {
            display: block !important;
        }

    .portfolio .sayi {
        margin-top: 1.5vh;
    }

        .portfolio .sayi i {
            font-family: fontawesome;
            font-style: normal;
            color: #fff;
        }

        .portfolio .sayi a {
            color: #fff;
        }

        .portfolio .sayi li {
            background-color: #4f5961;
            border: none;
        }

        .portfolio .sayi .arro {
            background-color: #7b8288 !important;
        }

        .portfolio .sayi .active {
            background-color: #16798b !important;
        }

        .portfolio .sayi li:hover {
            background-color: #16798b !important;
        }

.portfolio-modal {
}

    .portfolio-modal img {
        width: 100%;
    }

    .portfolio-modal .modal-dialog {
        max-width: 136vh;
        margin-top: 3vh;
    }

    .portfolio-modal .modal-body {
        position: relative;
    }

        .portfolio-modal .modal-body .tt {
            position: absolute;
            width: 40vh;
            bottom: 33px;
            right: 16px;
        }

            .portfolio-modal .modal-body .tt .ttt {
                background-color: #17798c;
                color: #fff;
                width: max-content;
                padding: 1vh;
                margin-left: -2vh;
                height: 40px;
            }

                .portfolio-modal .modal-body .tt .ttt h6 {
                    font-size: 2.2vh;
                    font-family: 'Gilroy-Bold';
                }

            .portfolio-modal .modal-body .tt .tte {
                background-color: #ffffffd4;
                color: #7e8082;
                padding: 1vh;
            }

                .portfolio-modal .modal-body .tt .tte h4 {
                    font-size: 1.7vh;
                    font-family: 'Gilroy-Bold';
                    color: #17798c;
                    border-bottom: 2px solid #9d9d9c;
                }

                .portfolio-modal .modal-body .tt .tte table {
                    width: 100%;
                }

                .portfolio-modal .modal-body .tt .tte tr {
                    border-bottom: 1px solid #dfdfdf;
                }

                .portfolio-modal .modal-body .tt .tte td {
                    font-size: 1.2vh;
                    padding: 0.5vh;
                }

                .portfolio-modal .modal-body .tt .tte .ttegreen {
                    color: #17798c;
                    font-family: 'Gilroy-Bold';
                }

                .portfolio-modal .modal-body .tt .tte p {
                    margin-bottom: 0rem;
                }

            .portfolio-modal .modal-body .tt .ttl {
                padding: 1vh;
                position: relative;
            }

                .portfolio-modal .modal-body .tt .ttl .ttll {
                    position: absolute;
                    right: 0;
                    margin-top: -5px;
                }

                    .portfolio-modal .modal-body .tt .ttl .ttll ul li {
                        background-color: #4f5961;
                        height: auto;
                        width: auto;
                        padding: 0rem 0.7rem;
                    }

                        .portfolio-modal .modal-body .tt .ttl .ttll ul li:hover {
                            background-color: #16798b;
                        }

                    .portfolio-modal .modal-body .tt .ttl .ttll i {
                        font-family: fontawesome;
                        font-style: normal;
                        color: #fff;
                    }

.portfolio .uver {
    margin-top: 0px;
}

.portfolio .yesillik {
    width: 100%;
    background-color: #16798b;
    height: 42px;
}

    .portfolio .yesillik h3 {
        padding: 9.5px 0 0 4px;
        font-size: 20px;
        font-family: 'Gilroy-SemiBold';
    }

.portfolio .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #4f5861;
    color: #ffffff;
    border-color: #282f36 #484848 #4f5861;
    height: 42px;
    font-size: 2vh;
    font-family: 'Gilroy-SemiBold';
}

.portfolio .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #282f36;
    border-color: #282f36 #000000 #4f5861;
}

.modal-backdrop {
    background-color: transparent !important;
}

body {
    padding-right: 0 !important;
}

.portfolio-modal .modal-dialog {
    margin-top: 23vh;
    width: 58%;
}

.allproject {
    text-align: center;
    margin-top: 1vh;
}

    .allproject a {
        color: #ffffff;
        font-family: 'Gilroy-Thin';
        font-size: 1.5vh;
        background-color: #1bbc9b;
        padding: 1vh;
    }

.showTabPortFolio {
    display: block !important;
}

.hepsiTabDisplay {
    display: none;
}

.fixed-Bottom {
    position: absolute;
    bottom: 10px;
}

.haber {
    height: 68vh;
    padding-top: 18vh;
    padding-left: 17vh;
    padding-right: 13vh;
}

    .haber img {
        width: 100%;
    }

    .haber h5 {
        font-family: 'Gilroy-Bold';
        color: #17798c;
        font-size: 5vh;
    }

    .haber p {
        font-family: 'Gilroy-Regular';
        color: #929292;
        font-size: 1.8vh;
        margin-top: 4vh;
    }

        .haber p span {
            font-family: 'Gilroy-Bold';
            color: #212121;
            font-size: 2vh;
        }

.haber-bottom {
    height: 32vh;
    background-color: #f5f5f5;
    padding-left: 17vh;
    padding-right: 13vh;
}

    .haber-bottom h2 {
        font-family: 'Gilroy-Light';
        color: #a5a5a5;
        font-size: 8vh;
    }

.haberler .hsub {
    background-color: #878785;
    height: 4.5vh;
    width: 100%;
}

    .haberler .hsub p {
        color: #ffffff;
        font-size: 2vh;
        text-align: center;
        padding-top: 1vh;
    }

.haberler .sub-title {
    display: none;
}

.haberler .content {
    display: none;
}

.haberler .sub-title-one {
    display: none;
}

.haber-bottom-wrapper {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.widget-down {
    animation: down .5s .0s 1 forwards cubic-bezier(1, 0, 0, 1);
}

@keyframes down {
    0% {
        top: 100px;
        opacity: 0;
        visibility: hidden;
    }

    100% {
        top: 0px;
        opacity: 1;
        visibility: visible;
    }
}

.haber-wrapper-animation {
    position: relative;
    top: 100px;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
}

.widget-up {
    animation: up .5s .0s 1 forwards cubic-bezier(1, 0, 0, 1);
}

@keyframes up {
    0% {
        top: 0px;
        opacity: 1;
        visibility: visible;
    }

    100% {
        top: 100px;
        opacity: 0;
        visibility: hidden;
    }
}

.owl-next {
    color: #1455a6 !important;
    font-size: 50px !important;
    margin-left: 20px !important;
}

.owl-prev {
    color: #1455a6 !important;
    font-size: 50px !important;
    outline: none !important;
}

    .owl-prev:hover {
        background-color: transparent !important;
    }

.owl-next:hover {
    background-color: transparent !important;
}

.owl-nav {
    position: absolute;
    top: -85px;
    right: 0px;
}



.elec-dropdown2 {
    display: inline-block;
    position: relative;
    width: 97%;
    margin-bottom: 3.5vh;
    margin-top: 5vh;
}

.elec-dd-button2 {
    display: flex;
    background-color: #fff;
    cursor: pointer;
    white-space: nowrap;
    color: #17798c;
    border-bottom: 3px solid #17798c;
}

    .elec-dd-button2 p {
        font-size: 1.8vh;
        padding: 2vh 0;
        margin: 0;
        font-family: 'Gilroy-Regular';
        color: #17798c;
        font-weight: bold;
    }

    .elec-dd-button2 .elec-kare2 {
        height: auto;
        width: 50px;
        background-color: #16798b;
        margin-right: 2vh;
    }

.elec-dd-menu2 {
    top: 100%;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    background-color: #dadada;
    list-style-type: none;
    color: #000;
    width: 100%;
    top: 50px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
}


.dverf {
    width: 100%;
}
