@font-face {
    font-family: 'Futura PT';
    src: url('/Content/fonts/FuturaPT-BoldObl.woff2') format('woff2'), url('/Content/fonts/FuturaPT-BoldObl.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('/Content/fonts/FuturaPT-Bold.woff2') format('woff2'), url('/Content/fonts/FuturaPT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('/Content/fonts/FuturaPT-Heavy.woff2') format('woff2'), url('/Content/fonts/FuturaPT-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('/Content/fonts/FuturaPT-HeavyObl.woff2') format('woff2'), url('/Content/fonts/FuturaPT-HeavyObl.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('/Content/fonts/FuturaPT-Light.woff2') format('woff2'), url('/Content/fonts/FuturaPT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('/Content/fonts/FuturaPT-LightObl.woff2') format('woff2'), url('/Content/fonts/FuturaPT-LightObl.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('/Content/fonts/FuturaPT-Medium.woff2') format('woff2'), url('/Content/fonts/FuturaPT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('/Content/fonts/FuturaPT-MediumObl.woff2') format('woff2'), url('/Content/fonts/FuturaPT-MediumObl.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    font-weight: 300;
    background: #fff;
    overflow-x: hidden;
}

* {
    font-family: 'Futura PT', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

a {
    color: #009fe3;
    transition: .1s all ease-in-out;
}

    a:hover {
        color: #009fe3;
        text-decoration: none;
    }

.temizle {
    clear: both
}

img {
    max-width: 100%;
}

.wrapper {
    position: relative;
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
}

.container2 {
    position: relative;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

/*--------------------------------------------------*/

.is-basvuru-formu {
    display: block;
    position: relative;
    margin: 30px 0
}

    .is-basvuru-formu input[type="text"],
    .is-basvuru-formu input[type="email"],
    .is-basvuru-formu textarea {
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        border: 1px solid #9a1a1b;
        border-radius: 5px;
        height: 40px;
        transition: .2s all ease-in-out;
        padding: 10px;
    }

    .is-basvuru-formu textarea {
        height: 200px;
        resize: none;
    }

        .is-basvuru-formu input[type="text"]:focus,
        .is-basvuru-formu input[type="text"]:hover,
        .is-basvuru-formu input[type="email"]:focus,
        .is-basvuru-formu input[type="email"]:hover,
        .is-basvuru-formu textarea:focus,
        .is-basvuru-formu textarea:hover {
            outline: none;
            border-color: #9a1a1b;
        }

    .is-basvuru-formu button {
        display: block;
        position: relative;
        outline: none;
        border: none;
        border-radius: 10px;
        background-color: #9a1a1b;
        color: #fff;
        width: 100%;
        height: 50px;
        text-align: center;
        cursor: pointer;
    }

.pdf-yukle {
    width: 100%;
    border: 1px solid #9a1a1b;
    text-align: center;
    padding: 40px 0;
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
    transition: .2s all ease-in-out;
}

    .pdf-yukle:hover {
        border-color: #9a1a1b;
    }

    .pdf-yukle label {
        color: #9a1a1b;
        font-size: 14px;
        display: inline-block;
        letter-spacing: .4px;
        line-height: 36px;
        font-weight: 400 !important;
        cursor: pointer;
    }

        .pdf-yukle label i {
            font-size: 36px;
            line-height: 36px;
            vertical-align: middle;
            margin-right: 10px;
        }

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.hakkimizda-img {
    transform: skewX(-7deg);
    overflow: hidden;
    border-radius: 20px;
}

    .hakkimizda-img img {
        width: 100%;
        transform: skewX(7deg) scale(1.04);
    }

.hakkimizda .baslik-bg {
    width: 80%;
}

.baslik-bg {
    margin: 0 auto;
    position: relative;
    display: block;
    color: #9a1a1b;
    font-size: 40px;
    text-align: center;
    width: 600px;
    max-width: 100%;
    margin: 30px auto;
    padding: 5px;
}

    .baslik-bg span {
        position: relative;
        z-index: 1;
        color: #9a1a1b;
        font-size: 40px;
        border-bottom: 1px solid #9a1a1b;
        font-weight: 400;
    }

.ana-baslik {
    color: #918e92;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 1px;
}

.biten-projeler {
    padding: 50px 0;
    position: relative;
    display: block;
}

.aktif-projeler {
    padding: 50px 0;
    position: relative;
    display: block;
}

    .aktif-projeler .post_084_image img {
        height: 240px;
    }

.proje-sayilari {
    padding: 50px 0;
    position: relative;
    display: block;
}

.proje-sayi-kutu {
    position: relative;
    text-align: center;
    line-height: normal;
    user-select: none;
    cursor: pointer;
}

.proje-sayi-ikon {
    color: #918e92;
    font-size: 70px;
}

.proje-sayi-sayi {
    color: #9a1a1b;
    font-weight: 100;
    font-size: 50px;
    margin: 5px 0;
    font-weight: 500;
    transition: .1s all ease-in-out;
}

.proje-sayi-baslik {
    color: #918e92;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
}

.referanslar {
    padding-top: 50px;
    position: relative;
    display: block;
}

.ref-kutu {
    position: relative;
    width: 80%;
    height: 200px;
    border-radius: 100px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    margin: 1%;
    max-width: 20%;
    text-align: center;
    overflow: hidden;
    padding-top: 40px;
    background: #677e8c;
}

    .ref-kutu h5,
    .ref-kutu span {
        z-index: 2;
        color: #fff;
        display: block;
        font-size: 17px;
        padding-top: 25px;
    }

    .ref-kutu span {
        padding-top: 20px;
    }

    .ref-kutu .refPic {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background: #fff;
    }

        .ref-kutu .refPic img {
            width: 100%;
            height: auto;
            object-fit: cover;
            top: 50%;
            transform: translateY(-50%);
            position: absolute;
            left: 0;
        }

.iletisim {
    padding: 50px 0;
    position: relative;
    display: block;
}

    .iletisim .iframe-kutu {
        height: 420px;
        overflow: hidden;
        border-radius: 20px;
    }

iletisim .iframe-kutu2 {
    height: 420px;
    overflow: hidden;
    border-radius: 20px;
}

.iletisim iframe {
    width: 100%;
}


.iletisim iframe2 {
    width: 100%;
    height: 600px;
    margin-top: -120px;
}

.iletisim-form {
    display: block;
    position: relative;
}

input::placeholder {
    color: red;
}

.iletisim-form input[type="text"] {
    height: 50px;
    width: 100%;
    display: block;
    position: relative;
    color: #000;
    background: none;
    outline: none;
    border: none;
    font-weight: 300;
    padding: 0 20px;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.iletisim-form input[type="submit"] {
    border: none;
    outline: none;
    background: none;
    padding: 10px 20px;
    font-size: 20px;
    text-align: center;
    color: #9d9d9c;
    font-weight: 300;
    margin-top: 5px;
    letter-spacing: 2px;
}

.iletisim-form textarea {
    height: 200px;
    width: 100%;
    display: block;
    position: relative;
    color: #fff;
    background: none;
    outline: none;
    border: none;
    font-weight: 300;
    padding: 10px 5px;
    resize: none;
}

.iletisim-form .input-kutu {
    position: relative;
    display: block;
}

.iletisim-form .textarea-kutu {
    position: relative;
    display: block;
    padding: 0 30px;
}

    .iletisim-form .textarea-kutu textarea::-webkit-scrollbar {
        width: 5px;
    }

    .iletisim-form .textarea-kutu textarea::-webkit-scrollbar-track {
        background: transparent;
    }

    .iletisim-form .textarea-kutu textarea::-webkit-scrollbar-thumb {
        background: #918e92;
    }

        .iletisim-form .textarea-kutu textarea::-webkit-scrollbar-thumb:hover {
            background: #918e92;
        }

.iletisim-form .input-kutu::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #918e92;
    border-radius: 16px;
}

.iletisim-form input::placeholder,
.iletisim-form textarea::placeholder {
    color: #9d9d9c;
}

.footer {
    width: 100%;
    height: 190px;
    position: relative;
    display: block;
    background: #fff;
    padding: 40px 0;
    color: #f5f5f5;
    font-size: 14px;
    background: url(/Content/img/footerbg.png) no-repeat top center;
    margin-bottom: 40px;
}

    .footer a {
        color: #f5f5f5;
        line-height: normal;
        letter-spacing: 1px;
        font-size: 16px !important
    }

        .footer a:hover {
            color: #009fe3;
        }


    .footer span {
        color: #fff;
        letter-spacing: 5px;
        font-weight: 500;
        font-size: 16px;
    }

.FootTitle {
    color: #fff;
    letter-spacing: 5px;
    font-weight: 500;
    font-size: 20px !important;
}

.footer p {
    margin-bottom: 5px;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: justify;
}

.footer-menu {
    margin: 0;
    padding: 62px 0 0;
    font-size: 0;
    line-height: normal;
}

    .footer-menu li {
        display: inline-block;
        padding: 0;
        margin: 0;
        width: 25%;
        text-align: center;
    }

        .footer-menu li a {
            display: inline-block;
            font-size: 12px;
            color: #f5f5f5;
        }

.footer-sosyal {
    position: relative;
    display: inline-block;
    color: #f5f5f5;
    margin-left: 2px;
    border: 1px solid #f5f5f5;
    transform: skewX(-20deg);
    border-radius: 8px;
    font-weight: bold;
    font-size: 15px;
    padding: 5px 0;
    width: 30px;
    text-align: center;
}

    .footer-sosyal:hover {
        background: #f5f5f5;
    }

.footer .copyright {
    color: #666;
    font-size: 17px;
    margin-top: 40px;
    letter-spacing: 0px;
    font-weight: 500;
}

.AltBanner {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 700px;
    margin-bottom: 40px;
    display: block;
    background-size: 100% auto !important;
}

.AltBannerWrap {
    position: relative;
    max-width: 100%;
    width: 1145px;
    min-height: 700px;
    margin: 0 auto;
}

.AltBannerBaslik {
    position: absolute;
    right: -35px;
    top: 50%;
    font-size: 70px;
    font-weight: 300;
    color: #fd2722;
    text-align: right;
}

.AltBannerBaslik2 {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 35px;
    font-weight: 300;
    color: #fff;
}

.AltBannerTakip {
    position: absolute;
    right: 0;
    bottom: 20px;
}

    .AltBannerTakip a {
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        margin-left: 20px;
        letter-spacing: 1px;
    }

        .AltBannerTakip a:hover {
            color: #ccc;
        }

    .AltBannerTakip span {
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        margin-left: 20px;
    }

.Alt-Sayfa .SolKutuRes {
    width: 100%;
}

    .Alt-Sayfa .SolKutuRes img {
        transform: skew(-10deg) scale(1.09);
        width: 100%;
        border-radius: 10px;
    }

.Alt-Sayfa .SolKutuRes2 {
    position: absolute;
    width: 100%;
    max-height: 100px;
    width: 50%;
    right: -70px;
    top: 150px;
}

    .Alt-Sayfa .SolKutuRes2 img {
        transform: skew(-10deg) scale(1.09);
        width: 100%;
        max-height: 100%;
        border-radius: 10px;
        margin-left: -20px;
        margin-top: 0px;
        border: 10px solid #56575a;
    }

.AltYazi {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 1px;
}

.AltYaziBuyuk {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #9a1a1b;
    text-align: left !important;
    padding: 20px;
    border-radius: 10px;
}

.AltYazi2 {
    font-size: 22px;
    font-weight: 300;
    color: #353a3f;
}


.baslik-bg2 {
    margin: 20px auto;
    position: relative;
    display: block;
    text-align: center;
    width: 150px;
    border-radius: 30px;
    padding: 5px;
    border: 1px solid #9a1a1b;
    border-radius: 30px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

    .baslik-bg2:hover {
        background: #9a1a1b;
        color: #fff;
    }

/*--------------------------------------------------*/

.kurumsalAnaYazi {
    position: absolute;
    right: 10%;
    top: 10%;
    color: #938e92;
    font-size: 70px;
    z-index: 2;
}

.kurumsalAnaLink {
    position: absolute;
    right: 10%;
    bottom: 10%;
    color: #938e92;
    font-size: 20px;
    z-index: 2;
    text-align: right;
}

.detay {
    margin-top: 30px;
}

@media only screen and (min-width:1200px) {
    .acil {
        display: none !important;
    }

    .hakkimizda .container-fluid {
        width: 75%;
        min-width: 1140px;
    }
}

@media only screen and (max-width:1199px) {
    .acil {
        display: block !important;
    }

    .kurumsalAnaYazi {
        font-size: 20px;
        line-height: 20px;
        z-index: 2;
    }

    .kurumsalAnaLink {
        font-size: 12px;
    }

    .wrapper {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box
    }

    .container,
    .container-fluid {
        padding: 0 22px;
    }

    .kapa {
        display: none;
    }

    /*----------------------------------*/
    .ana-baslik {
        text-align: center;
    }

    .ref-kutu {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .footer {
        background: #9a1a1b;
        text-align: center;
        padding: 20px 0;
        padding-bottom: 50px;
        height: auto;
    }

        .footer .copyright {
            color: #fff;
            font-size: 17px;
            margin-top: 40px;
            letter-spacing: 0px;
            font-weight: 500;
        }

        .footer::before {
            content: none;
        }

    .footer-menu {
        padding: 20px 0;
    }

        .footer-menu li {
            display: block;
            width: 100%;
        }

    .AltBanner {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 500px;
        margin-bottom: 40px;
        display: block;
        background-size: auto 100% !important;
    }

    .AltBannerWrap {
        position: relative;
        max-width: 100%;
        width: 1145px;
        min-height: 500px;
        margin: 0 auto;
    }

        .AltBannerWrap img {
            max-width: 100px;
            margin-right: 20px;
        }

    .AltBannerBaslik {
        position: absolute;
        right: 20px;
        top: 50%;
        font-size: 30px;
        font-weight: 300;
        color: #fff;
    }

    .AltBannerTakip {
        position: absolute;
        right: 20px;
        bottom: 40px;
    }

        .AltBannerTakip a {
            font-size: 12px;
            font-weight: 300;
            color: #fff;
            margin-left: 10px;
            letter-spacing: 1px;
        }

            .AltBannerTakip a:hover {
                color: #ccc;
            }

        .AltBannerTakip span {
            font-size: 18px;
            font-weight: 300;
            color: #fff;
            margin-left: 10px;
        }

    .footer span {
        font-size: 14px;
    }
    /*----------------------------------*/
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*----------------------------------*/
    /*----------------------------------*/
}

@media only screen and (max-width:991px) {

    /*----------------------------------*/
    .iletisim .iframe-kutu {
        height: 300px;
        width: 80%;
        margin: 0 auto 30px;
        transform: skew(0);
    }

    .iletisim iframe {
        height: calc(100% + 120px);
        transform: skew(7deg) scale(1.30);
        margin-top: -52px;
    }

    .iletisim iframe2 {
        height: calc(100% + 120px);
        margin-top: -52px;
    }

    .iletisim-form {
        width: 80%;
        margin: 0 auto;
    }

    /*----------------------------------*/
}

@media (min-width: 768px) and (max-width: 991px) {
    /*----------------------------------*/
    /*----------------------------------*/
}

@media only screen and (max-width:767px) {
    /*----------------------------------*/
    /*----------------------------------*/
}

@media (min-width: 576px) and (max-width: 767px) {
    /*----------------------------------*/
    /*----------------------------------*/
}

@media only screen and (max-width: 575px) {
    /*----------------------------------*/
    /*----------------------------------*/
}
