@import "/css/reset.css";

.bgcolore19 {
    background-color: #1479f3;
}

.color19 {
    color: #1479f3;
}

.altbosluk {
    margin-bottom: 50px;
}

@media only screen and (max-width: 5000px) and (min-width: 1600px) {
    .ortala2 {
        float: left !important;
        width: 1600px !important;
        margin-left: calc(50% - 800px) !important;
    }

    .ortala3 {
        float: left !important;
        width: 1820px !important;
        margin-left: calc(50% - 910px) !important;
    }

    .cizgi {
        width: 892px !important;
    }

    .iletisimharita {
        right: calc(0% + 361px) !important;
    }

    .bilgiler {
        width: 78.8% !important;
    }

    .bilgiler::after {
        width: 16.32% !important;
    }

    .container {
        width: 1280px !important;
    }

    .logo {
        width: 271px !important;
    }

    .menu {
        width: 74.3% !important;
    }

    .tanitimfilm {
        width: 343px !important;
        margin: 0px 26px !important;
    }

    .katalog img {
        width: 230px !important;
        margin-right: -129px !important;
        margin-top: 49px !important;
    }

    .kariyer {
        width: 540px !important;
    }

    .katalog {
        width: 343px !important;
    }
}

@media only screen and (max-width: 5000px) and (min-width: 1200px) {
    .yukari {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        background-color: #0c1677;
        border-radius: 50%;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        z-index: 1000;
    }

    .container {
        width: 1200px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    /* ANA SAYFA HEADER */
    .header {
        float: left;
        width: 100%;
        z-index: 99;
        height: 141px;
    }

    .fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .altsayfaheader {
        float: left;
        width: 100%;
        z-index: 99;
        height: 133px;
        top: 0px;
        left: 0px;
    }

    .logo {
        float: left;
        position: relative;
        z-index: 52;
        display: flex;
        height: 141px;
        width: 261px;
        align-items: center;
    }

    .logo img {
        float: left;
        width: 241px;
    }

    .headeranima {
        height: 75px;
        -webkit-transition: all .8s ease;
        -moz-transition: all .8s ease;
        -ms-transition: all .8s ease;
        -o-transition: all .8s ease;
        transition: all .8s ease;
        backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, 0.3);
    }

    .menu {
        float: left;
        width: 74%;
        position: relative;
        z-index: 51;
        display: flex;
        align-items: center;
        margin-left: 50px;
        height: 72px;
    }

    .menuler {
        float: left;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: end;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .menu .mn1 {
        float: left;
        color: #010101;
        font-size: 16px;
        font-weight: 500;
        padding: 13px 15px;
        transition: none !important;
    }

    .menu .mn1:hover {
        background-color: #e53624;
        border-radius: 23px;
        color: #fff;
    }

    .mn2 {
        position: absolute;
        width: 315px;
        color: #fff;
        padding: 28px 65px 30px 30px;
        background-color: #030277;
        min-height: 290px;
        z-index: 100;
        top: 54px;
        border-radius: 0px 10px 10px 10px;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .bilgiler {
        float: right;
        width: 78.2%;
        height: 69px;
        background-color: #ebebf6;
        padding-left: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .bilgiler::after {
        content: '';
        position: absolute;
        right: 0;
        background-color: #ebebf6;
        height: 69px;
        width: 5.5%;
        top: 0;
    }

    .doktora {
        float: right;
    }

    .teklifal {
        float: right;
        width: 135px;
        height: 45px;
        background-color: #e53624;
        border-radius: 23px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .headertelefon {
        float: left;
        height: 21px;
        font-weight: 400;
        font-size: 16px;
        color: #9292a5;
        display: flex;
        align-items: center;
        margin-right: 15px;
    }

    .headertelefon svg {
        float: left;
        width: 21px;
        fill: #8a81ce;
        margin-right: 10px;
    }

    .mn3 {
        float: left;
        width: 100%;
        border-bottom: 1px solid #2524aa;
    }

    .mn3:last-child {
        margin-bottom: 165px;
        border-bottom: none;
    }

    .mn3a {
        float: left;
        width: 100%;
        color: #8786ff;
        font-size: 14px;
        font-weight: 500;
        line-height: 48px;
    }

    .mn3a:hover {
        color: #fff;
    }

    .mn4 {
        position: absolute;
        width: 315px;
        background-color: #14304c;
        padding: 22px;
        min-height: 155px;
        z-index: 10;
        margin-top: 0;
        margin-left: 255px;
        border-radius: 20px;
    }

    .mn4a {
        position: absolute;
        font-size: 20px;
        color: #fff;
        margin-top: 20px;
        margin-left: 5px
    }

    .mn4 li a {
        float: left;
        width: 100%;
        font-weight: 400;
        color: #fff;
        line-height: 40px
    }

    .mn4 li a:hover {
        color: #ce622e;
    }

    .menuButon {
        display: none;
    }

    /* ANASAYFA KODLARI */
    .sliderarkaplan {
        float: left;
        width: 100%;
        height: 100vh;
        position: relative;
        z-index: 9;
        /* margin-top: calc(0vh - 300px); */
    }

    .swiper-container {
        width: 100%;
        height: 100%;
        overflow: visible !important;
    }

    .swiper-zoom-target {
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
    }

    .slideryazi {
        z-index: 10;
        float: left;
        /* left: 0px; */
        /* bottom: 0px; */
        height: 551px;
        width: 455px;
        background-color: rgba(229, 54, 36, 0.7);
        margin-top: 138px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .slideryazi p {
        float: left;
        width: 100%;
        font-weight: 800;
        color: #fff;
        font-size: 42px;
        text-align: left;
        line-height: normal;
    }

    .slideryazi span {
        float: left;
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        color: #fff;
        line-height: 28px;
        margin-top: 20px;
    }

    .slideryazi a {
        float: left;
        width: 163px;
        height: 45px;
        background-color: #fff;
        border-radius: 23px;
        font-size: 16px;
        font-weight: 600;
        color: rgba(229, 54, 36, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 49px;
    }

    .sldrhvr {
        color: #fff !important;
    }

    .hakkimizda {
        float: left;
        width: 1600px;
        margin-left: calc(50% - 800px);
        background-color: #fff;
        padding-top: 100px;
        height: 608px;
        margin-bottom: 50px;
    }

    .hakyazi {
        float: left;
        width: 50%;
        margin-top: 75px;
        padding-left: 70px;
    }

    .hakyazi h1 {
        float: left;
        width: 100%;
        font-size: 34px;
        font-weight: 800;
        color: rgba(229, 54, 36, 1);
        line-height: normal;
        margin-bottom: 10px;
    }

    .hakyazi span {
        float: left;
        width: 100%;
        font-size: 15px;
        font-weight: 400;
        color: #585860;
        line-height: 26px;
        height: 142px;
        overflow: hidden;
    }

    .hakyazi a {
        float: left;
        width: 185px;
        height: 43px;
        background-color: #e53624;
        border-radius: 23px;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .hakresimbir {
        float: right;
        padding-right: 70px;
        width: 50%;
        margin-top: 43px;
    }

    .hakresimbir .haksd {
        float: right;
        width: 548px;
        height: 548px;
        object-fit: cover;
        position: relative;
        z-index: 10;
    }

    .hakarkaplan {
        position: absolute;
        right: calc(0% + 259px);
        z-index: 9;
        margin-top: -48px;
    }

    .hakresimiki {
        float: left;
        width: 58%;
        margin-top: 39px;
    }

    .hakresimiki img:first-child {
        float: left;
        width: 501px;
        height: 243px;
        border-radius: 7px;
        object-fit: cover;
        -webkit-box-shadow: 20px 20px 37px -35px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 20px 20px 37px -35px rgba(0, 0, 0, 0.75);
        box-shadow: 20px 20px 37px -35px rgba(0, 0, 0, 0.75);
    }

    .hakresimiki img:last-child {
        float: right;
        width: 501px;
        height: 243px;
        border-radius: 7px;
        object-fit: cover;
        -webkit-box-shadow: 20px 20px 37px -35px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 20px 20px 37px -35px rgba(0, 0, 0, 0.75);
        box-shadow: 20px 20px 37px -35px rgba(0, 0, 0, 0.75);
        margin-top: -54px;
    }

    .anabaslik {
        float: left;
        width: 100%;
        margin-top: 80px;
        margin-bottom: 20px;
        padding-right: 500px;
        display: flex;
        align-items: center;
    }

    .anabaslik b {
        float: left;
        width: 40%;
        text-align: left;
        line-height: normal;
        font-size: 34px;
        font-weight: 800;
        color: rgba(229, 54, 36, 1);
    }

    .anabaslik span {
        float: left;
        width: 60%;
        text-align: left;
        line-height: 26px;
        font-size: 15px;
        font-weight: 400;
        color: #585860;
    }

    .icerik {
        line-height: 28px;
        float: left;
        width: 100%;
        padding: 25px 0px 30px 0px;
    }

    .saghaber {
        float: right;
        width: 321px;
        margin-top: 40px;
        padding-top: 25px;
        padding-left: 25px;
        padding-right: 10px;
    }

    /* MOBİL MENU KODLARI*/
    .menuMobil,
    .sosyayiconlar,
    .kapatMenuButon,
    .mobillogo {
        display: none;
    }

    /* ARAMA KODLARI */
    .haberlistesi {
        float: left;
        width: 50%;
        margin-top: 20px;
        background-position: left center;
        background-size: 215px;
        height: 120px;
        background-repeat: no-repeat;
        padding-top: 18px;
        padding-left: 234px;
    }

    .haberlistesi b {
        float: left;
        width: 100%;
        line-height: 30px;
        font-weight: 400;
        font-size: 16px;
    }

    .haberlistesi p {
        float: left;
        width: 100%;
        line-height: 30px;
        font-size: 18px;
        font-weight: 500;
    }

    .herlistesi:hover {
        opacity: 0.7;
    }

    /* İCERİK SAYFA KODLARI */
    .ortala2 {
        float: left;
        width: 1320px;
        margin-left: calc(50% - 660px);
    }

    .ortala3 {
        float: left;
        width: 1320px;
        margin-left: calc(50% - 660px);
    }

    .altsayfaBaslik {
        float: left;
        float: left;
        width: 100%;
        background-color: #ebebf6;
        position: relative;
        z-index: 98;
    }

    .altsayfaBaslik h1 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 22px;
        color: #636060;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 100px;
    }

    .govde {
        float: left;
        width: 100%;
        margin-top: 40px;
    }

    .deayicerik {
        float: left;
        color: #413e50;
        line-height: 28px;
        width: 100%;
    }

    ayicerik h1 {
        font-size: 20px;
        font-weight: 500;
        color: #262828;
        margin-bottom: 20px;
    }

    ayicerik h3 {
        font-size: 18px;
        font-weight: 700;
        color: #e73c0c;
    }

    ayicerik img {
        max-width: 350px;
        margin-right: 60px;
        max-height: 350px;
        border-radius: 7px;
    }

    .detayicerik {
        float: left;
        color: #606060;
        line-height: 28px;
        width: 100%;
    }

    .detayicerik h1 {
        font-size: 18px;
        font-weight: 700;
        color: #262828;
    }

    .detayicerik h3 {
        font-size: 18px;
        font-weight: 700;
        color: #e73c0c;
    }

    .detayicerik img {
        max-width: 100%;
        margin-bottom: 28px;
        margin-right: 28px;
        border-radius: 20px;
        display: none;
    }

    .detayicerik ul {
        list-style-type: disc;
        padding-left: 60px;
    }

    .govdeproje {
        float: left;
        width: 100%;
        margin-top: 9px;
    }

    .projelistesi {
        float: left;
        width: 32.6%;
        height: 392px;
        margin-right: 1%;
        margin-bottom: 1%;
        overflow: hidden;
        background-color: #111564;
    }

    .projelistesi:nth-child(3n+0) {
        margin-right: 0px !important;
    }

    .projeresim {
        float: left;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        -moz-transition: -moz-transform 0.2s ease-in-out;
        -ms-transition: -ms-transform 0.2s ease-in-out;
        -o-transition: -o-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
    }

    .projelistesi:hover .projeresim {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.5;
    }

    .projeisim {
        position: absolute;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        width: 32.1%;
        text-align: center;
        margin-top: 190px;
        display: none;
    }

    .projelistesi:hover .projeisim {
        display: block;
    }

    .projealtsayfagovde {
        float: left;
        width: 100%;
    }

    .projeslider {
        float: left;
        width: 100%;
        height: 500px;
    }

    .sliderprojeresim {
        float: left;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .swiper-pagination-bullet-active {
        opacity: 1;
        background: #fff;
    }

    .urunyazi strong {
        font-weight: 700;
    }

    .urunresim {
        float: left;
        width: 40%;
        margin-right: 20px;
    }

    .urunyazi {
        float: left;
        width: 100%;
    }

    .restitle {
        float: left;
        width: 100%;
        font-size: 20px;
        color: #4a4b4b;
        margin-top: 30px;
        font-weight: 900;
        margin-bottom: 20px;
    }

    .hzmtyazi {
        float: left;
        width: 100%;
        text-align: center;
        height: 50px;
        line-height: 50px;
        font-size: 17px;
        font-weight: 600;
        color: #1479f3;
    }

    .hizmet1 {
        float: left;
        width: 50%;
    }

    .sliderarkaplanmobil {
        display: none;
    }

    /* FOOTER KODLAR*/
    .mobil {
        display: none !important;
    }

    .urimg {
        float: left;
        max-width: 50% !important;
        display: block !important;
    }

    .iletisimharita {
        position: absolute;
        width: 600px;
        right: calc(0% + 30px);
        height: 364px;
    }

    .kullanimbir {
        float: left;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }

    .kullanimbir:nth-child(4n+1) {
        margin-right: 0px !important;
    }

    .yazilar {
        float: left;
        background-color: #111564;
        padding: 23px;
    }

    .kullanimbir:hover .yazilar {
        background-color: #e53624;
    }

    .yazilar p {
        float: left;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
    }

    .grid-layout {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 28px;
        grid-row-gap: 28px;
        height: 700px;
        margin-top: 20px;
        margin-bottom: 160px;
    }

    .olcubir {
        grid-area: 1 / 1 / 2 / 2;
    }

    .olcuiki {
        grid-area: 2 / 1 / 3 / 2;
    }

    .olcuuc {
        grid-area: 1 / 2 / 3 / 3;
    }

    .olcudort {
        grid-area: 1 / 3 / 2 / 4;
    }

    .olcubes {
        grid-area: 2 / 3 / 3 / 4;
    }

    .olcualti {
        grid-area: 3 / 2 / 3 / 1;
    }

    .olcuyedi {
        grid-area: 3 / 4 / 3 / 2;
    }

    .harita {
        float: left;
        width: 100%;
        height: 100%;
    }

    .pcdegizle {
        display: none !important;
    }

    .mobillogo {
        display: none;
    }

    .haberler {
        float: left;
        width: 100%;
        background-color: #fff;
        padding-bottom: 70px;
    }

    .haberanabaslik {
        float: left;
        width: 100%;
        margin-top: 80px;
        margin-bottom: 20px;
    }

    .haberanabaslik b {
        float: left;
        width: 20%;
        text-align: left;
        line-height: normal;
        font-size: 34px;
        font-weight: 800;
        color: rgba(229, 54, 36, 1);
        margin-top: 13px;
    }

    .haberanabaslik span {
        float: left;
        width: 38%;
        text-align: left;
        line-height: 26px;
        font-size: 15px;
        font-weight: 400;
        color: #585860;
        margin-left: 20px;
        height: 93px;
        display: flex;
        align-items: center;
    }

    .haberanabaslik a {
        float: right;
        width: 184px;
        height: 45px;
        background-color: #e53624;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        border-radius: 23px;
        margin-top: 26px;
        margin-right: 106px;
    }

    .haber {
        float: left;
        width: 100%;
    }

    .habericerik {
        float: left;
        width: 100%;
    }

    .habericerik img {
        float: left;
        width: 100%;
        height: 232px;
        object-fit: cover;
    }

    .haberbaslik {
        float: left;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: #6d6d76;
        height: 36px;
        display: flex;
        padding: 0px 20px;
        align-items: center;
        margin-top: 15px;
        line-height: 26px;
    }

    .habericerik:hover .haberbaslik {
        color: #111564;
    }

    .habericerik p {
        float: left;
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        color: #9397e1;
        padding: 0px 20px;
        margin: 10px 0px;
    }

    .habericerik span {
        float: left;
        width: 100%;
        font-size: 15px;
        line-height: 24px;
        height: 70px;
        overflow: hidden;
        font-weight: 400;
        color: #6d6d76;
        padding: 0px 20px;
    }

    .parallaxalani {
        float: left;
        width: 100%;
        height: 361px;
        background-color: #e53624;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .parallaxalani .gra1 {
        float: left;
        width: 100%;
        height: 361px;
        background: rgb(255, 225, 105);
        background: linear-gradient(0deg, rgba(255, 225, 105, 1) 0%, rgba(255, 225, 105, 0) 50%);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .parallaxalani .gra2 {
        position: absolute;
        width: 50%;
        height: 361px;
        background: rgb(255, 255, 255);
        background: linear-gradient(45deg, rgba(255, 255, 255, 0.6404936974789917) 0%, rgba(255, 255, 255, 0) 50%);
    }

    .parallaxalani .gra3 {
        position: absolute;
        width: 50%;
        height: 361px;
        background: rgb(255, 255, 255);
        background: linear-gradient(207deg, rgba(255, 255, 255, 0.64) 0%, rgba(255, 255, 255, 0) 50%);
        right: 0;
    }

    .teklifvekariyeralani {
        float: left;
        width: 100%;
        padding: 90px 0px;
        background-color: #fff;
    }

    .kariyer {
        float: left;
        width: 500px;
        height: 300px;
        background: rgb(252, 178, 60);
        background: linear-gradient(90deg, rgba(229, 54, 36, 1) 20%, rgba(17, 21, 100, 1) 20%);
    }

    .kariyer img {
        float: left;
        width: 239px;
        margin-top: -28px;
        margin-left: -10px;
    }

    .kariyeryazi {
        float: right;
        width: 53%;
        padding-right: 30px;
        margin-top: 64px;
    }

    .kariyeryazi b {
        float: left;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
    }

    .kariyercizgi {
        float: left;
        width: 77px;
        height: 2px;
        border-radius: 1px;
        background-color: #fed156;
        margin: 10px 0px;
    }

    .kariyeryazi span {
        float: left;
        width: 100%;
        line-height: 24px;
        font-size: 15px;
        font-weight: 400;
        color: #fff;
    }

    .kariyeryazi a {
        float: left;
        width: 136px;
        height: 45px;
        font-size: 16px;
        font-weight: 500;
        color: #111564;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 23px;
        margin-top: 10px;
    }

    .tanitimfilm {
        float: left;
        width: 330px;
        height: 300px;
        background-color: rgba(229, 54, 36, 1);
        background-position-x: 173px;
        background-position-y: 40px;
        background-repeat: no-repeat;
        background-size: 191px;
        padding: 60px 79px 51px 42px;
        margin: 0px 20px;
    }

    .tanitimfilm b {
        float: left;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
    }

    .tanitimfilm span {
        float: left;
        width: 100%;
        line-height: 24px;
        font-size: 15px;
        font-weight: 400;
        color: #fff;
    }

    .tanitimfilm a {
        float: left;
        width: 136px;
        height: 45px;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 23px;
        margin-top: 10px;
    }

    .katalog {
        float: left;
        width: 330px;
        height: 300px;
        background-color: #32302d;
    }

    .katalog img {
        float: right;
        width: 184px;
        margin-right: -88px;
        margin-top: 65px;
    }

    .katalogyazi {
        float: left;
        width: 58%;
        margin-left: 42px;
        margin-top: 64px;
    }

    .katalogyazi b {
        float: left;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
    }

    .katalogyazi span {
        float: left;
        width: 100%;
        line-height: 24px;
        font-size: 15px;
        font-weight: 400;
        color: #fff;
    }

    .katalogyazi a {
        float: left;
        width: 136px;
        height: 45px;
        font-size: 16px;
        font-weight: 500;
        color: #111564;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 23px;
        margin-top: 10px;
    }

    .footer {
        float: left;
        width: 100%;
    }

    .yasaluyarilar {
        float: left;
        width: 100%;
        border-top: 1px solid #dedede;
        margin-top: 70px;
        height: 90px;
        display: flex;
        align-items: center;
    }

    .yasaluyarilar b {
        float: left;
        font-size: 14px;
        font-weight: 500;
        color: #595353;
        width: 125px;
        border-right: 1px solid #dedede;
    }

    .yasaluyarilar ul {
        float: left;
        width: 90%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .yasaluyarilar ul li a {
        float: left;
        font-size: 14px;
        font-weight: 400;
        color: #595353;
        padding: 0px 20px;
    }

    .footersag {
        float: right;
        width: 100%;
    }

    .footurun {
        float: left;
        width: 25%;
        /* height: 230px; */
    }

    .footurun:first-child {
        width: 20%;
    }

    .footurun:last-child {
        float: right;
    }

    .footurun b {
        float: left;
        width: 100%;
        line-height: 30px;
        font-weight: 500;
        color: #2f2483;
        font-size: 16px;
    }

    .footurun a {
        float: left;
        width: 100%;
        line-height: 28px;
        font-weight: 400;
        color: #2e2d2d;
        font-size: 15px;
    }

    .footurun a:hover {
        color: #86cefc;
    }

    .foteradres {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .foteradres img {
        float: left;
        margin-right: 15px;
    }

    .foteradres b {
        float: left !important;
        width: 80% !important;
        line-height: 30px !important;
        font-weight: 400 !important;
        color: #2e2d2d !important;
        font-size: 15px !important;
    }

    .foteradres p {
        float: right;
        width: 89%;
        font-size: 15px;
        line-height: 28px;
        color: #2e2d2d;
        font-weight: 400;
    }

    .fotermail {
        margin-top: 15px;
    }

    .fotermail img {
        margin-top: 10px;
    }

    .foterenaltarkaplan {
        float: left;
        width: 100%;
        background-color: #111564;
        height: 80px;
        display: flex;
        align-items: center;
    }

    .copyr a:first-child {
        float: left;
        width: 271px;
    }

    .copyr a:last-child {
        float: right;
    }

    .copyr a img {
        float: left;
        width: 100%;
    }

    .footurun svg {
        float: left;
        width: 15px;
        fill: #1542b1;
        margin-top: 5px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 50px) {
    .footurun svg {
        float: left;
        width: 15px;
        fill: #1542b1;
        margin-top: 5px;
        margin-right: 10px;
    }

    .iletisimbilgileri {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 50;
    }

    .iletisimbilgileri a:first-child {
        float: left;
        width: 50%;
        height: 50px;
        padding: 0px 34px;
        background-color: #191c52;
        font-size: 14px;
        color: #fff;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: space-around;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .iletisimbilgileri a:last-child {
        float: left;
        width: 50%;
        height: 50px;
        padding: 0px 34px;
        background-color: #111564;
        font-size: 14px;
        color: #fff;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: space-around;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .teklifvekariyeralani {
        float: left;
        width: 100%;
        padding: 90px 0px;
        background-color: #fff;
    }

    .kariyer {
        float: left;
        width: 100%;
        height: 300px;
        background: rgb(17, 21, 100);
        background: linear-gradient(90deg, rgba(17, 21, 100, 1) 20%, rgba(17, 21, 100, 1) 20%);
        padding: 20px;
    }

    .kariyer img {
        display: none !important;
    }

    .kariyeryazi {
        float: left;
        width: 100%;
        /* padding-right: 30px; */
        margin-top: 55px;
    }

    .kariyeryazi b {
        float: left;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
    }

    .kariyercizgi {
        float: left;
        width: 77px;
        height: 2px;
        border-radius: 1px;
        background-color: #fed156;
        margin: 10px 0px;
    }

    .kariyeryazi span {
        float: left;
        width: 100%;
        line-height: 24px;
        font-size: 15px;
        font-weight: 400;
        color: #fff;
    }

    .kariyeryazi a {
        float: left;
        width: 136px;
        height: 45px;
        font-size: 16px;
        font-weight: 500;
        color: #111564;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 23px;
        margin-top: 10px;
    }

    .tanitimfilm {
        float: left;
        width: 100%;
        height: 300px;
        background-color: rgba(229, 54, 36, 1);
        background-position-x: 173px;
        background-position-y: 40px;
        background-repeat: no-repeat;
        background-size: 191px;
        padding: 60px 20px 51px 20px;
    }

    .tanitimfilm b {
        float: left;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
    }

    .tanitimfilm span {
        float: left;
        width: 100%;
        line-height: 24px;
        font-size: 15px;
        font-weight: 400;
        color: #fff;
    }

    .tanitimfilm a {
        float: left;
        width: 136px;
        height: 45px;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 23px;
        margin-top: 10px;
    }

    .katalog {
        float: left;
        width: 343px;
        height: 300px;
        background-color: #32302d;
        padding: 60px 20px 51px 20px;
    }

    .katalog img {
        display: none !important;
    }

    .katalogyazi {
        float: left;
        width: 100%;
        /* margin-left: 42px; */
        /* margin-top: 64px; */
    }

    .katalogyazi b {
        float: left;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
    }

    .katalogyazi span {
        float: left;
        width: 100%;
        line-height: 24px;
        font-size: 15px;
        font-weight: 400;
        color: #fff;
    }

    .katalogyazi a {
        float: left;
        width: 136px;
        height: 45px;
        font-size: 16px;
        font-weight: 500;
        color: #111564;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 23px;
        margin-top: 10px;
    }

    .parallaxalani {
        display: none !important;
    }

    .haberanabaslik {
        float: left;
        width: 100%;
        margin-top: 80px;
        margin-bottom: 20px;
    }

    .haberanabaslik b {
        float: left;
        width: 100%;
        text-align: left;
        line-height: normal;
        font-size: 20px;
        font-weight: 800;
        color: rgba(229, 54, 36, 1);
    }

    .haberanabaslik span {
        float: left;
        width: 100%;
        text-align: left;
        line-height: 24px;
        font-size: 12px;
        font-weight: 500;
        color: #585860;
        margin-top: 10px;
    }

    .haberanabaslik a {
        float: left;
        width: 180px;
        height: 35px;
        background-color: rgba(229, 54, 36, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        border-radius: 23px;
        margin-top: 10px;
    }

    .haber {
        float: left;
        width: 100%;
    }

    .habericerik {
        float: left;
        width: 100%;
    }

    .habericerik img {
        float: left;
        width: 100%;
        height: 232px;
        object-fit: cover;
    }

    .haberbaslik {
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        color: #6d6d76;
        height: 36px;
        display: flex;
        align-items: center;
        margin-top: 15px;
        line-height: 26px;
    }

    .habericerik:hover .haberbaslik {
        color: #111564;
    }

    .habericerik p {
        float: left;
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        color: #9397e1;
        margin: 10px 0px;
    }

    .habericerik span {
        float: left;
        width: 100%;
        font-size: 15px;
        line-height: 24px;
        height: 70px;
        overflow: hidden;
        font-weight: 400;
        color: #6d6d76;
    }

    .kullanimbir {
        float: left;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 265px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }

    .yazilar {
        float: left;
        background-color: #111564;
        padding: 15px;
    }

    .yazilar p {
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
    }

    .copyr a img {
        float: left;
        width: 100%;
    }

    .copyr a:first-child {
        float: left;
        width: 145px;
        margin-top: 13px;
    }

    .copyr a:last-child {
        float: right;
    }

    .foterenaltarkaplan {
        float: left;
        width: 100%;
        background-color: #111564;
        height: 80px;
        padding: 18px 0px;
    }

    .foteradres {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .foteradres b {
        width: 100%;
        color: #2e2d2d;
    }

    .footurun {
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }

    .footurun b {
        float: left;
        width: 100%;
        line-height: 30px;
        font-weight: 500;
        color: #2f2483;
        font-size: 16px;
    }

    .sosyalmedya {
        float: left;
        width: auto !important;
        margin-right: 10px;
    }

    .sosyalmedya svg {
        width: 26px;
        float: left;
        fill: #1542b1;
    }

    .footurun a {
        float: left;
        width: 100%;
        line-height: 28px;
        font-weight: 400;
        color: #2e2d2d;
        font-size: 14px;
        text-transform: uppercase;
    }

    .footurun a:hover {
        color: #86cefc;
    }

    .footersag {
        float: right;
        width: 100%;
        margin-top: 15px;
    }

    .footer {
        float: left;
        width: 100%;
    }

    .headeranima {
        height: 75px;
        -webkit-transition: all .8s ease;
        -moz-transition: all .8s ease;
        -ms-transition: all .8s ease;
        -o-transition: all .8s ease;
        transition: all .8s ease;
        backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, 0.3);
    }

    .tumfotolar {
        float: left;
        width: 219px;
        height: 43px;
        background-color: #79e0d6;
        border-radius: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        margin-left: calc(50% - 109px);
        margin-top: 15px;
    }

    .yasaluyarilar {
        float: left;
        width: 100%;
        padding: 10px 0px;
    }

    .yasaluyarilar b {
        float: left;
        width: 100%;
        line-height: 24px;
        font-size: 14px;
        font-weight: 500;
        color: #595353;
        margin: 0px !important;
        border-bottom: 1px solid #e0dddd;
    }

    .yasaluyarilar ul {
        float: left;
        width: 100%;
        margin-bottom: 0px !important;
    }

    .yasaluyarilar ul li a {
        float: left;
        width: 100%;
        /* margin: 0px; */
        font-size: 14px;
        font-weight: 400;
        color: #595353;
        line-height: normal;
        padding: 10px 0px;
    }

    .mobildegizle {
        display: none !important;
    }

    .anabaslik {
        float: left;
        width: 100%;
        margin-top: 80px;
        margin-bottom: 20px;
        /* padding-right: 850px; */
    }

    .anabaslik b {
        float: left;
        width: 100%;
        text-align: left;
        line-height: normal;
        font-size: 20px;
        font-weight: 800;
        color: rgba(229, 54, 36, 1);
    }

    .anabaslik span {
        float: left;
        width: 100%;
        text-align: left;
        line-height: 24px;
        font-size: 12px;
        font-weight: 500;
        color: #585860;
        margin-top: 10px;
    }

    .enduksiyon {
        float: left;
        width: 100%;
    }

    .hakkimizda {
        float: left;
        width: 100%;
        background-color: #fff;
        padding: 50px 0px;
    }

    .hakyazi {
        float: left;
        width: 100%;
    }

    .hakyazi h1 {
        float: left;
        width: 100%;
        font-size: 20px;
        font-weight: 800;
        color: rgba(229, 54, 36, 1);
        line-height: normal;
        margin-bottom: 10px;
    }

    .hakyazi span {
        float: left;
        width: 100%;
        font-size: 15px;
        font-weight: 400;
        color: #585860;
        line-height: 26px;
        height: 340px;
        overflow: hidden;
    }

    .hakyazi a {
        float: left;
        width: 185px;
        height: 43px;
        background-color: rgba(229, 54, 36, 1);
        border-radius: 23px;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .hakkimizda img {
        display: none;
    }

    .govdeproje {
        float: left;
        width: 100%;
        margin-top: 9px;
    }

    .projelistesi {
        float: left;
        width: 100%;
        height: 225px;
        margin-right: 9px;
        margin-bottom: 9px;
        overflow: hidden;
        background-color: #111564;
    }

    .projelistesi:nth-child(3n+0) {
        margin-right: 0px !important;
    }

    .projeresim {
        float: left;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        -moz-transition: -moz-transform 0.2s ease-in-out;
        -ms-transition: -ms-transform 0.2s ease-in-out;
        -o-transition: -o-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        opacity: 0.5;
    }

    .projeisim {
        position: absolute;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        width: calc(50% - -157px);
        text-align: center;
        margin-top: 114px;
    }

    .projealtsayfagovde {
        float: left;
        width: 100%;
    }

    .projeslider {
        float: left;
        width: 100%;
        height: 350px;
    }

    .sliderprojeresim {
        float: left;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .swiper-pagination-bullet-active {
        opacity: 1;
        background: #fff;
    }

    .pc {
        display: none !important;
    }

    .xs,
    .mbl {
        display: none !important;
    }

    /* ANA SAYFA HEADER MOBİL */
    .header {
        float: left;
        width: 100%;
        position: fixed;
        z-index: 1002;
        padding: 10px;
        height: 74px;
        background-color: #fff;
    }

    .bilgiler {
        display: none !important;
    }

    .logo {
        display: none;
    }

    .mobillogo {
        float: left;
        width: 130px;
        margin-top: 20px;
    }

    .mobillogo img {
        width: 100%;
    }

    .fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .menuButon {
        float: right;
        z-index: 100;
        margin-top: 13px;
    }

    .menuButon p {
        float: left;
        margin-top: 8px;
        margin-right: 10px;
    }

    .yazirengi svg g {
        fill: #000 !important;
    }

    .yztg {
        display: none !important;
    }

    .menu {
        display: none;
    }

    .menuler {
        float: left;
        width: 100%;
    }

    /* ANA SAYFA KODLARI */
    .sliderarkaplan {
        display: none;
    }

    .sliderarkaplanmobil {
        float: left;
        width: 100%;
        margin-top: 74px;
    }

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

    .swiper-zoom-target {
        float: right;
        width: 100%;
        height: 500px;
        background-color: #ebebf6;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .slideryazi {
        z-index: 1000;
        position: absolute;
        width: 100%;
        padding: 43px 10px 10px 10px;
        height: 230px;
        bottom: 0;
        background: rgba(229, 54, 36, 1);
        background: linear-gradient(0deg, rgba(229, 54, 36, 1) 20%, rgba(182, 115, 44, 0) 100%);
    }

    .slideryazi p {
        float: left;
        font-weight: 800;
        color: #fff;
        font-size: 20px;
        width: 100%;
        text-align: center;
        line-height: normal;
    }

    .slideryazi span {
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        color: #fff;
        line-height: 28px;
        margin-top: 10px;
    }

    .slideryazi a {
        float: left;
        width: 163px;
        height: 45px;
        background-color: #fff;
        border-radius: 23px;
        font-size: 16px;
        font-weight: 600;
        color: rgba(229, 54, 36, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        margin-left: calc(50% - 81px);
    }

    .mobilgizle {
        display: none;
    }

    /* MOBİL MENU KODLARI */
    .menuMobil {
        position: fixed;
        width: 100vw;
        height: 100vh;
        background-color: rgb(255 255 255);
        padding-top: 80px;
        overflow: auto;
        z-index: 1001;
        bottom: 0px;
        right: -100vw;
        transition: 1s !important;
        display: block !important;
        /* padding: 0px 22px; */
        padding-left: 20px;
        padding-right: 20px;
    }

    .sosyayiconlar {
        display: none !important;
    }

    .kapatMenuButon {
        float: right;
        margin-top: 18px;
    }

    .kapatMenuButon p {
        float: left;
        margin-top: 4px;
        margin-right: 15px;
    }

    .mli1 {
        float: left;
        width: 100%;
        list-style-type: none;
        border-bottom: 1px solid #f6f6f6;
    }

    .kat1 {
        float: left;
        width: 100%;
        line-height: 50px;
        font-weight: 500;
        color: #323232;
        font-size: 16px;
    }

    .kat1:active,
    .kat2:active,
    .kat3:active {
        color: #c10e0e;
    }

    .AsagiOkMenuButon {
        float: right;
        fill: #cb3535;
        margin-top: 17px;
    }

    .ul2 {
        float: left;
        width: 100%;
    }

    .mli2 {
        float: left;
        width: 100%;
        padding-left: 10px;
        line-height: 26px;
    }

    .kat2 {
        float: left;
        width: 95%;
        margin-top: 13px;
        font-weight: 500;
        color: #323232;
        font-size: 14px;
    }

    /* ARAMA KODLARI */
    .haberlistesi {
        float: left;
        width: 100%;
        margin-top: 0px;
        background-position: left center;
        background-size: 140px auto;
        height: 120px;
        background-repeat: no-repeat;
        padding-top: 10px;
        padding-left: 150px;
    }

    .haberlistesi p {
        float: left;
        width: 100%;
        line-height: 25px;
        font-size: 16px;
        font-weight: 500;
    }

    .haberlistesi b {
        float: left;
        width: 100%;
        line-height: 30px;
        font-weight: 400;
        font-size: 14px;
    }

    /* İCERİK SAYFA KODLARI */
    .At45Rx {
        margin: 0px !important;
    }

    .altsayfaBaslik {
        float: left;
        width: 100%;
        height: 65px;
        background: #ebebf6;
        margin-top: 74px;
    }

    .altsayfaBaslik h1 {
        float: left;
        width: 100%;
        font-size: 17px;
        color: #000;
        font-weight: 800;
        line-height: 65px;
        text-align: center;
        text-transform: uppercase;
    }

    .govde {
        float: left;
        width: 100%;
        margin-bottom: 50px;
        margin-top: 20px;
    }

    .detayicerik {
        float: left;
        color: #606060;
        line-height: 28px;
        width: 100%;
    }

    .detayicerik h1 {
        font-size: 18px;
        font-weight: 700;
        color: #262828;
    }

    .detayicerik h3 {
        font-size: 18px;
        font-weight: 700;
        color: #e73c0c;
    }

    .detayicerik b,
    .detayicerik strong {
        font-weight: 700;
    }

    .detayicerik img {
        max-width: 100%;
        margin-bottom: 28px;
    }

    .detayicerik ul {
        list-style-type: disc;
        padding-left: 60px;
    }

    .urunresim {
        float: left;
        width: 100%;
    }

    .restitle {
        float: left;
        width: 100%;
        font-size: 20px;
        color: #262828;
        margin-top: 30px;
        font-weight: 900;
        margin-bottom: 20px;
    }
}