﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #606063;
}

    a:hover {
        color: #f9b34f;
    }

label {
    display: none;
}

p {
    font-size: 1em;
    line-height: 1.75em;
    margin-bottom: 1.60em;
}

ul {
    list-style-type: none;
}

.column p:last-child {
    margin-bottom: 0;
}

p img {
    margin-bottom: 1.75em;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 600;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: #8b8a8f;
}

#navBtn {
    display: none;
}

#outerWrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
}

.header {
    width: 100%;
    height: 180px;
    top: 0px;
    font-size: 1em;
    font-weight: 900;
    position: relative;
    z-index: 7999;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
    position: fixed;
}

    .header .container {
        height: 100%;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .header .row {
        height: 100%;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .header .container .column {
        height: 100%;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .header * {
        -webkit-transition: all 0.75s;
        -moz-transition: all 0.75s;
        -o-transition: all 0.75s;
        transition: all 0.75s;
    }

.logoWrapper {
    display: block;
    height: inherit;
    position: relative;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
    text-align: left;
}

    .logoWrapper svg {
        position: relative;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.75s;
        -moz-transition: all 0.75s;
        -o-transition: all 0.75s;
        transition: all 0.75s;
        max-height: 100px;
        max-width: 250px;
    }

.nav {
    display: block;
    height: inherit;
    position: relative;
    padding: 65px 0;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
}

    .nav > ul {
        height: inherit;
        float: right;
        white-space: nowrap;
    }

.ar .nav > ul {
    float: left;
}

.nav > ul > .current a {
    color: #f9b34f;
}

.nav > ul > li {
    display: inline-block;
    vertical-align: middle;
    height: inherit;
}

    .nav > ul > li > a {
        font-family: 'Barlow', sans-serif;
        display: block;
        height: inherit;
        padding: 0 1.5em;
        color: #fff;
        font-weight: 900;
        font-size: 1em;
        -webkit-transition: all 0.75s, color 0s;
        -moz-transition: all 0.75s, color 10s;
        -o-transition: all 0.75s, color 0s;
        transition: all 0.75s, color 0s;
    }

        .nav > ul > li > a:before {
            content: '';
            display: inline-block;
            height: 108%;
            vertical-align: middle;
            margin-right: -0.25em;
        }

    .nav > ul > li:hover {
        background-color: #f9b34f;
    }

        .nav > ul > li:hover a {
            color: #393938;
        }

    .nav > ul > li > ul {
        display: block;
        position: absolute;
        text-align: left;
        background-color: #f9b34f;
        padding-top: 0.75em;
        padding-bottom: 0.75em;
        opacity: 0;
        -webkit-transition: all 0.75s;
        -moz-transition: all 0.75s;
        -o-transition: all 0.75s;
        transition: all 0.75s;
        max-height: 0;
        overflow: hidden;
    }

.ar .nav > ul > li > ul {
    text-align: right;
}

.nav > ul > li:hover > ul {
    display: block;
    opacity: 1;
    max-height: 1000px;
}

.nav > ul > li > ul > li {
    display: block;
    height: auto;
}

    .nav > ul > li > ul > li > a {
        font-family: 'Barlow', sans-serif;
        display: block;
        color: #393938;
        font-size: 1em;
        font-weight: 500;
        padding: 0.5em 1.25em;
        -webkit-transition: all 0.75s;
        -moz-transition: all 0.75s;
        -o-transition: all 0.75s;
        transition: all 0.75s;
    }

    .nav > ul > li > ul > li:hover a {
        color: #fff !important; /*background: #29292a;*/
    }

.nav > ul > li > ul > .current > a {
    color: #000 !important;
}

.fixed {
    height: 70px;
    background: #3b3b3a;
}

    .fixed .nav {
        padding: 0;
    }

    .fixed .logoWrapper svg, .short .logoWrapper svg {
        max-height: 70%;
    }

    .fixed .nav > ul > li > a {
        color: #fff !important;
    }

    .fixed .nav > ul > .current a {
        color: #f9b34f !important;
    }

    .fixed .nav > ul > li:hover a {
        color: #fff;
    }

    .fixed .nav > ul > li > ul > li:hover a {
        color: #29292a !important;
    }

.short .nav {
    padding: 0;
}

.short .header {
    height: 80px;
}

.short .header {
    background: #29292a;
}

.short .nav > ul > li > a {
    color: #ffffff;
}

.short .nav > ul > .current a {
    color: #f9b34f;
}

.short .nav > ul > .current:hover a {
    color: #fff !important;
}

.short .nav > ul > .current:hover .current a {
    color: #29292a !important;
}

.short .nav > ul > li > a {
    color: #fff;
}

.short .nav > ul > li:hover a {
    color: #fff;
}

.short .nav > ul > li > ul > li > a {
    color: #fff !important;
}

.short .nav > ul > li > ul > li:hover > a {
    color: #29292a !important;
}

.langBtn a {
    padding: 0 0.50em !important;
}

.langBtn:hover {
    background: none !important;
}

    .langBtn:hover a, .fixed .langBtn:hover a, .short .langBtn:hover a {
        color: #f9b34f !important;
    }

.fixed .logo .motto1, .short .logo .motto1 {
    fill: #e6e7e8;
}

.fixed .logo .motto2, .short .logo .motto2 {
    fill: #c7c8ca;
}

.fixed .logo .motto3, .short .logo .motto3 {
    fill: #a7a9ac;
}

.fixed .logo .motto4, .short .logo .motto4 {
    fill: #8a8c8e;
}

.logo .motto1 {
    fill: #414042;
}

.logo .motto2 {
    fill: #636466;
}

.logo .motto3 {
    fill: #808285;
}

.logo .motto4 {
    fill: #9d9fa2;
}

.langBtn {
}

#contentWrapper {
    min-height: 500px;
    top: 0;
}

.short {
    margin-top: 80px;
}

.footer {
    background-color: #3b3b3a;
    color: #b2b2b1;
    font-size: 0.9em;
}

    .footer .row, .footer .container {
        margin: 0 !important;
        padding: 0 !important;
    }

.fr1 {
    padding: 2em 0 0 0;
    margin: 0;
}

.fr2 {
    padding: 1.5em 0 3em 0;
}

.footerNav, .mbi {
    padding-top: 1em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #767774;
    margin: 0 !important;
    font-weight: 400;
}

    .mbi > a {
        display: inline-block;
        padding: 1em 2em;
    }

@media screen and (max-width: 460px) {
    .mbi > a {
        display: block;
        padding: 1em;
    }
}

.footerNav li {
    display: inline-block;
    margin: 0 0.6em;
}

.footer a {
    color: #b2b2b1;
}

    .footer a:hover, .footer .current a {
        color: #fff;
    }

.cs {
    font-size: 10px;
}

.ar .legal {
    text-align: right;
}

.legal a {
    display: inline-block;
}

    .legal a:after {
        content: '|';
        margin: 0 0.6em;
    }

    .legal a:last-child:after {
        content: none;
    }

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.ar .right {
    text-align: left;
}

.row {
    margin-top: 0;
    padding-bottom: 3em;
    padding-top: 3em;
}

.bosluksuz {
    margin: 0;
    padding: 0;
}

    .bosluksuz .column {
        margin: 0;
        padding: 0;
    }

    .bosluksuz .row {
        margin: 0 -15px;
        padding: 0;
    }

.vAlign .row {
    display: flex;
    align-items: center;
}

.paddingLeft {
    padding-left: 15%;
}

.paddingRight {
    padding-right: 15%;
}

.paddingTop {
    padding-top: 5em;
}

.paddingBottom {
    padding-bottom: 5em;
}

.fixBottom {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.padding2Em {
    padding: 2em;
}

.slider {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #eeeeee;
}

.slideScreen {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    background-color: #ededed;
    overflow: visible;
}

.homeSlider {
    width: 100%; /*padding-top: 44.792%;*/
    height: 99vh;
    position: relative;
    top: 0;
}

.haberSlider {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    top: 0;
}

.slider .sol {
    display: block;
    position: absolute;
    left: 0%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

    .slider .sol:after {
        content: "\f104";
        font-family: FontAwesome;
        color: #fff;
        font-size: 6em;
    }

.slider:hover .sol {
    opacity: 1;
    left: 2.5%;
}

.slider .sag {
    display: block;
    position: absolute;
    right: 0%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

    .slider .sag:before {
        content: "\f105";
        font-family: FontAwesome;
        color: #fff;
        font-size: 6em;
    }

.inlineSlider .sol:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #986a4c !important;
    font-size: 5em !important;
    text-align: right;
}

.inlineSlider .sag:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #986a4c !important;
    font-size: 5em !important;
}

.slider:hover .sag {
    opacity: 1;
    right: 2.5%;
}

.slideLinks {
    display: none;
}

.slideCaption {
    position: absolute;
    width: 40%;
    text-align: left;
    pointer-events: none;
    z-index: 860;
    padding: 1.5em;
}

    .slideCaption .title {
        color: inherit;
        font-weight: 700;
        font-family: Saira, sans-serif;
        font-size: 1em;
        line-height: 1em;
        margin-bottom: 0.125em;
    }

    .slideCaption p {
        color: inherit !important;
        font-weight: 100 !important;
        font-size: 2.5em !important;
        line-height: 1.125em !important;
        margin-left: -3px;
        margin-bottom: 0.5em;
    }

        .slideCaption p:last-child {
            margin-bottom: 0;
        }

    .slideCaption a {
        display: inline-block;
        background: #231f20;
        background: rgba(35,31,32, 0.8);
        font-size: 1em;
        padding: 0.45em 1em 0.3em 0.6em;
        font-weight: 300;
        color: #fff;
    }

        .slideCaption a:after {
            content: '\f105';
            font-family: FontAwesome;
            color: #fff;
            position: relative;
            font-size: 1.125em;
            margin-left: 0.5em;
        }

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.cvt {
    top: 18%;
}

.cvm {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.cvb {
    bottom: 12%;
}

.chl {
    left: 8%;
}

.chm {
    left: 30%;
    text-align: left;
}

    .chm img {
        margin-left: auto;
        margin-right: auto;
    }

.chr {
    right: 8%;
}

.captionWrapper {
    text-align: inherit;
}

.loading {
    opacity: 0;
    background: url('/assets/loading.gif');
    background: url('/assets/loading.svg');
    width: 200px;
    height: 200px;
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
}

.loader {
    visibility: hidden;
}

.slideDots {
    width: 100%;
    position: absolute;
    bottom: 3%;
    text-align: center;
    z-index: 5555;
    z-index: 5700;
    pointer-events: none;
}

.slideDot {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 10px;
    background-color: #fff;
    pointer-events: auto;
}

.slideDotSel {
    background-color: #53b847;
}

.ilkHover .sol {
    opacity: 1;
    left: 2.5%;
}

.ilkHover .sag {
    opacity: 1;
    right: 2.5%;
}

.slider .asagi {
    position: absolute;
    left: 50%;
    bottom: 1%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .slider .asagi:after {
        content: '\f107';
        font-family: FontAwesome;
        color: #f9b34f;
        font-size: 3em;
        display: block;
        animation: bounce 2s infinite;
        -webkit-animation: bounce 3s infinite;
        -moz-animation: bounce 3s infinite;
        -o-animation: bounce 3s infinite;
    }

.thbGaleri {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 3em;
    overflow: hidden;
}

    .thbGaleri .column {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }

    .thbGaleri img {
        display: block;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

    .thbGaleri a {
        display: block;
        position: relative;
        color: inherit;
    }

        .thbGaleri a:hover img {
            opacity: 0.5;
            transform: scale(1.1);
        }

        .thbGaleri a:hover:after {
            content: '\f00e';
            color: #f9b34f;
            font-size: 2.5em;
            font-family: FontAwesome;
            position: absolute;
            left: 50%;
            top: 50%;
            -moz-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

.galeriBaslik {
    font-size: 1.65em;
    font-weight: 200;
    color: #f9b34f;
    margin-bottom: 2em !important;
}

.fbGaleri div {
    background: #29292a;
    overflow: hidden;
}

.videoBox {
    width: 100%;
    padding-top: 56.2060%;
    position: relative;
    background: black;
}

.videoTitle {
    line-height: 1.25em;
    margin-top: 0.5em;
    color: #092f56;
    font-weight: 300;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-20px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-20px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.clients {
    margin-left: -15px;
    margin-right: -15px;
}

.client .logoW {
    display: block;
    margin-bottom: 2em;
    background: rgba(255,255,255,0.6);
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

    .client .logoW:hover {
        background: rgba(255,255,255,1);
    }

    .client .logoW img {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        width: 100%;
    }

    .client .logoW:hover img {
        transform: scale(1.05);
        -o-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }

.proje {
    border-bottom: 1px solid #e9eaf2;
}

.projeler > div:last-child .proje {
    border: none;
}

.projeAd {
    color: #f9b34f;
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 1.75em;
}

.projeLink {
    margin-top: 2em;
    display: block;
    color: #3b3b3a;
    font-weight: 400;
}

    .projeLink:after {
        content: '\f101';
        font-family: FontAwesome;
        margin-left: 1em;
    }

.kunyeRow {
    margin-bottom: 0.7em;
}

.kunyeLbl, .kunyeData {
    display: inline-block;
    vertical-align: top;
}

.kunyeLbl {
    width: 10em;
    position: relative;
}

    .kunyeLbl:after {
        content: ':';
        position: absolute;
        right: 10px;
    }

.kunyeData {
    width: calc(100% - 10em);
}

.projeBilgileri p {
    margin-bottom: 0.75em;
    line-height: 1.5em;
}

.projectsNote {
    font-size: 1.35em;
    font-weight: 300;
}

    .projectsNote a {
        color: #f9b34f;
    }

.ButonKoyu a {
    color: #29292a;
    display: inline-block;
    border: 1px solid #29292a;
    padding: 0.75em 1.5em;
    margin-top: 1.75em;
    -webkit-transition: all 0.5s, color 0.5s;
    -moz-transition: all 0.5s, color 0.5s;
    -o-transition: all 0.5s, color 0.5s;
    transition: all 0.5s, color 0.5s;
    border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
}

.ButonAcik a {
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    padding: 0.75em 1.5em;
    margin-top: 1.75em;
    -webkit-transition: all 0.5s, color 0.5s;
    -moz-transition: all 0.5s, color 0.5s;
    -o-transition: all 0.5s, color 0.5s;
    transition: all 0.5s, color 0.5s;
    border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
}

    .ButonKoyu a:after, .ButonAcik a:after {
        content: '\f101';
        font-family: FontAwesome;
        margin-left: 1em;
        margin-right: 1.5em;
        -webkit-transition: all 0.5s, color 0.5s;
        -moz-transition: all 0.5s, color 0.5s;
        -o-transition: all 0.5s, color 0.5s;
        transition: all 0.5s, color 0.5s;
    }

    .ButonAcik a:hover {
        color: #29292a;
        border-color: #fff;
        background-color: #fff;
    }

.ButonKoyu a:hover {
    color: #FFF;
    border-color: #f9b34f;
    background-color: #f9b34f;
}

    .ButonAcik a:hover:after, .ButonKoyu a:hover:after {
        margin-left: 2em;
        margin-right: 0.5em;
    }

.Baslik {
    display: inline-block;
    font-size: 2.75em;
    color: inherit;
    font-weight: 200;
    margin-bottom: 1.5em;
}

.AltBaslik {
    font-size: 1.5625em;
    color: #606063;
    color: inherit;
    font-weight: 800;
    margin-bottom: 1em;
    display: inline-block;
}
/*.ucSutun{column-count:3; -webkit-column-count:3; -moz-column-count:3; font-weight:300; font-size:0.875em; list-style-type:none; margin-top:1.5em; }
.ikiSutun{column-count:2; -webkit-column-count:2; -moz-column-count:2; font-weight:300; font-size:0.875em; list-style-type:none; margin-top:1.5em; }
.ucSutun li, .ikiSutun li{ margin-bottom:1.5em;}*/
.mesafeler {
    padding: 2em 15%;
    padding-right: 0;
}

.griBg {
    background: #f2f2f2;
}

.siblingNav {
}

.prevNode, .nextNode {
    font-size: 1.125em;
    font-weight: 500;
    color: #f9b34f;
}

    .prevNode:before {
        font-family: FontAwesome;
        content: '\f104';
        margin-right: 0.5em;
        display: block;
        position: absolute;
        top: 3px;
        left: 0;
    }

.nextNode {
    text-align: right;
}

    .nextNode:after {
        font-family: FontAwesome;
        content: '\f105';
        margin-left: 0.5em;
        display: block;
        position: absolute;
        top: 3px;
        right: 0;
    }

.ar .prevNode {
    text-align: right;
}

.ar .nextNode {
    text-align: left;
}

.ar .prevNode:after {
    font-family: FontAwesome;
    content: '\f105';
    margin-left: 1em;
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
}

.ar .prevNode:before {
    content: none;
}

.ar .nextNode:before {
    font-family: FontAwesome;
    content: '\f104';
    margin-right: 1em;
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
}

.ar .nextNode:after {
    content: none;
}

/*Editor Styles Replica*/
p.Baslik {
    font-weight: 700;
    margin-bottom: 1em;
    font-size: 2em;
    display: block;
    width: 100%;
}

p.AltBaslik {
    font-size: 1.75em;
    font-weight: 700;
}

p.InceBaslik {
    font-size: 1.625em;
    font-weight: 400;
}

p.KutuBaslik {
    font-size: 1.125em;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.125em;
    margin-bottom: 1em;
}

p.KutuMetin {
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.5em;
    color: #ffffff;
}

p.Beyaz {
    color: #fff !important;
}

    p.Beyaz a {
        color: #fff;
    }

p.Sari {
    color: #f9b34f !important;
}

    p.Sari a {
        color: inherit;
    }

p.YuzdeElli {
    display: block;
    width: 50%;
}

ul.IconBullet {
    font-size: 1em;
}

    ul.IconBullet li {
        position: relative;
        padding-left: 2em;
        margin-bottom: 1em;
    }

        ul.IconBullet li:before {
            content: '\f14a';
            display: inline-block;
            font-family: FontAwesome;
            position: absolute;
            left: 0;
            top: 0.3em;
            font-size: 0.75em;
            color: #f9b34f;
        }

.ar ul.IconBullet li {
    padding-right: 2em;
}

    .ar ul.IconBullet li:after {
        content: '\f14a';
        display: inline-block;
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        top: 0.3em;
        font-size: 0.75em;
        color: #f9b34f;
    }

    .ar ul.IconBullet li:before {
        content: none;
    }

ul.ikiSutun {
    font-size: 1em;
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 3em;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
}

    ul.ikiSutun li {
        position: relative;
        padding-left: 2em;
        margin-bottom: 1em;
    }

        ul.ikiSutun li:before {
            content: '\f14a';
            display: inline-block;
            font-family: FontAwesome;
            position: absolute;
            left: 0;
            top: 0.3em;
            font-size: 0.75em;
            color: #f9b34f;
        }

.ar ul.ikiSutun li {
    padding-right: 2em;
}

    .ar ul.ikiSutun li:before {
        content: none;
    }

    .ar ul.ikiSutun li:after {
        content: '\f14a';
        display: inline-block;
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        top: 0.3em;
        font-size: 0.75em;
        color: #f9b34f;
    }

.ucSutun {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-gap: 3em;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
}

ul.liste ul {
    list-style-type: circle;
}

ul.liste li {
    margin-left: 3em;
    margin-bottom: 0.3em;
}

ol.liste li {
    margin-left: 2em;
    margin-bottom: 0.7em;
}

a.ServiceBtn {
    padding: 0.5em;
    color: #f9b34f;
    display: block;
    margin-bottom: 0;
}

    a.ServiceBtn:hover {
        background-color: #f9b34f;
        color: #fff;
    }

.career {
    position: absolute;
    width: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.jobTitle {
    font-size: 1.65em;
    font-weight: 200;
    color: #f9b34f;
    margin-bottom: 2em !important;
}

.job {
    margin-bottom: 3em;
    border-bottom: 1px solid #e9eaf2;
    padding-bottom: 3em;
}

    .job:last-child {
        margin-bottom: 3em;
        border-bottom: none;
        padding-bottom: 0;
    }

.dosyaGrubu {
    margin-bottom: 3em;
}

.sirket {
    font-size: 1.5em;
    color: #606063;
    font-weight: 700;
    margin-bottom: 2em;
}

.ofisTitle {
    font-size: 1.375em;
    color: #606063;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.ofis {
    margin-bottom: 1.5em;
}

    .ofis a:hover {
        color: #f9b34f;
    }

    .ofis p {
        font-size: 1em;
        margin-bottom: 0.75em !important;
        line-height: 1.2em;
    }

.iletisim .socialLinks {
    margin-top: 2em;
}

    .iletisim .socialLinks a {
        font-size: 1.5em;
    }

.oLbl {
    display: inline-block;
    vertical-align: top;
    width: 35px;
}

.oVal {
    display: inline-block;
    vertical-align: top;
    width: 85%;
}

.office-map:before {
    content: '\f278';
    font-family: FontAwesome;
    color: #f9b34f;
    display: inline-block;
    margin-right: 1.7em;
    font-size: 1em;
}

.ar .office-map:before {
    content: '\f278';
    font-family: FontAwesome;
    color: #f9b34f;
    display: inline-block;
    margin-left: 1.7em;
    margin-right: 0;
    font-size: 1em;
}

.contactForm {
    margin-top: 0.5em;
}

    .contactForm input::-webkit-input-placeholder, .application-form input::-webkit-input-placeholder, .contactForm textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #29292a;
        opacity: 1 !important;
    }

    .contactForm input::-moz-placeholder, .application-form input::-moz-placeholder, .contactForm textarea::-moz-placeholder { /* Firefox 19+ */
        color: #29292a;
        opacity: 1 !important;
    }

    .contactForm input:-ms-input-placeholder, .contactForm textarea:-ms-input-placeholder { /* IE 10+ */
        color: #29292a;
        opacity: 1 !important;
    }

    .contactForm input:-moz-placeholder, .contactForm textarea:-moz-placeholder { /* Firefox 18- */
        color: #29292a;
        opacity: 1 !important;
    }

.input-wrapper {
    padding: 8px 20px 6px 20px !important;
    border: 1px #29292a solid;
    border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
}

.textarea-wrapper {
    padding: 7px 20px 7px 20px !important;
    margin-bottom: 0;
    border: 1px solid #29292a;
    border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
}

.checkBoxW {
    white-space: nowrap;
    padding: 0.5em 0;
}

.labelVisible {
    display: inline-block;
    margin-left: 5px;
    width: 95%;
    white-space: normal;
    vertical-align: top;
    color: #374e59;
    font-size: 0.875em;
}

.checkBox-cs {
    display: inline-block;
    width: auto !important;
    height: auto !important;
    vertical-align: top;
}

.contactForm input, .application-form input, .upload-label {
    background: none;
    font-weight: 300;
    font-family: Barlow, sans-serif !important;
    font-size: 1em;
    color: #29292a;
    border: none;
    width: 100%;
    height: 31px;
    position: relative;
}

.textarea-cs {
    font-weight: 300;
    font-size: 1em;
    font-family: Barlow, sans-serif !important;
    color: #29292a;
    border: none;
    height: 120px;
    width: 100%;
    position: relative;
}

.fieldLabel, .help-block {
    display: none !important;
}

.form-field {
    width: 48.5%;
    min-height: 70px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
}

.ar .form-field {
    width: 48.5%;
    min-height: 70px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 0%;
    margin-left: 3%;
}

.form-field:nth-child(even) {
    margin-right: 0;
}

.ar .form-field:nth-child(even) {
    margin-left: 0;
}

.btn-wrapper {
    width: auto;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
    margin-top: 14px;
    position: relative;
    padding-top: 1px;
    padding-bottom: 1px;
    border: 1px solid #29292a;
    -webkit-transition: all 0.5s, color 0.5s;
    -moz-transition: all 0.5s, color 0.5s;
    -o-transition: all 0.5s, color 0.5s;
    transition: all 0.5s, color 0.5s;
    border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
}

    .btn-wrapper:after {
        content: '\f101';
        font-family: FontAwesome;
        color: #29292a;
        position: absolute;
        top: 0.85em;
        right: 2.5em;
        -webkit-transition: all 0.5s, color 0.5s;
        -moz-transition: all 0.5s, color 0.5s;
        -o-transition: all 0.5s, color 0.5s;
        transition: all 0.5s, color 0.5s;
    }

    .btn-wrapper input {
        height: 42px;
        text-indent: 12px;
        text-align: left;
        text-transform: uppercase;
        width: 100%;
        font-size: 1.125em;
        font-weight: 300;
        color: #29292a;
        padding-right: 4em;
        -webkit-transition: all 0.5s, color 0.5s;
        -moz-transition: all 0.5s, color 0.5s;
        -o-transition: all 0.5s, color 0.5s;
        transition: all 0.5s, color 0.5s;
    }

    .btn-wrapper:hover {
        background: #f9b34f;
        border-color: #f9b34f;
    }

        .btn-wrapper:hover input {
            color: #fff;
        }

        .btn-wrapper:hover:after {
            color: #fff;
            right: 1.75em;
        }

.field-validation-error {
    margin-top: 5px;
    text-align: left !important;
    display: block !important;
    text-indent: 20px;
    font-size: 0.9em;
    font-weight: 300;
    color: #f00;
}

.ar .field-validation-error {
    text-align: right !important;
}

.formmessage {
    height: 158px !important;
}

.contactForm .form-field {
    width: 100% !important;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0.5em;
}

.upload-label-wrapper {
    width: 100%;
    height: 46px;
    background-color: #fff;
    border: 1px solid #29292a;
    border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
}

    .upload-label-wrapper:before {
        content: '\f0c6';
        font-family: FontAwesome;
        font-size: 2em;
        color: #29292a;
        display: block;
        position: absolute;
        top: 0.2em;
        right: 0.65em;
    }

.upload-label {
    padding: 12px 20px !important;
    text-align: left;
    font-size: 1em;
    font-weight: 300;
}

.application-form .btn-wrapper {
    margin-top: 0px;
    width: 48.5%;
}

.application-form {
    display: flex;
    flex-wrap: wrap;
}

    .application-form .captcha {
        order: 7;
    }

    .application-form .btn-wrapper {
        order: 6;
        height: 47px;
    }
/*
.videoPopW{ width: 100%; height:100%; background:rgba(0, 0, 0, 0.75); position:fixed; top: 0%; left:0%; z-index: 199999; }
.videoPopW2{ width:80%; padding-top:44.9648%; position:relative; background:black; left:50%; top:50%; -moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%); }
#videoPopX{ position:absolute; top:0; right:0; background-color: #29292a; width: 46px; height: 46px; }
#videoPopX:after{ content:'\f00d'; font-family: FontAwesome; font-size: 2em; color: #fff; display:block; margin-left: 9px; margin-top: 5px;  }

.videoPop{ position:absolute; top:0; left:0; width:100%; height:100%;}*/

.haberler > div > div {
    display: flex;
    flex-wrap: wrap;
}

    .haberler > div > div > div {
        width: 45%;
        margin-bottom: 10%;
        margin-right: 10%;
        padding: 2em;
        background: whitesmoke;
    }

        .haberler > div > div > div:nth-child(even) {
            margin-right: 0;
        }

        .haberler > div > div > div img {
            margin-bottom: 1em;
        }

.haberBaslik {
    color: #f9b34f;
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 0.75em;
}

.haberMetin {
    font-size: 1.25em;
    line-height: 1.5em;
    font-weight: 200;
}

@media screen and (max-width: 991px) {
    .haberler {
        margin-top: 2em;
    }
}

@media screen and (max-width: 768px) {
    .haberler > div > div > div {
        width: 100%;
        margin-right: 0;
        border-bottom: 1px solid #e9eaf2;
        padding-bottom: 3em;
    }
}

@media screen and (min-width:992px) and (max-width:1439px) {
    .header {
        height: 120px;
    }

    .nav {
        padding: 35px 0;
    }

        .nav > ul > li > a {
            padding: 0 1.25em;
        }

    .logoWrapper svg {
        max-height: 70px;
    }

    .slideCaption p {
        font-size: 1.45em !important;
        line-height: 1.125em !important;
        margin-left: -3px;
        margin-bottom: 0.5em;
    }

    .chm {
        width: 30%;
        left: 35%;
    }

    .paddingLeft {
        padding-left: 7.5%;
    }

    .paddingRight {
        padding-right: 7.5%;
    }

    .paddingTop {
        padding-top: 2em;
    }

    .paddingBottom {
        padding-bottom: 2em;
    }

    p.Baslik {
        font-size: 1.5em;
        margin-bottom: 0.5em;
    }

    p.AltBaslik {
        font-size: 1.25em;
        margin-bottom: 0.5em;
    }

    p.YuzdeElli {
        width: auto;
    }

    p {
        line-height: 1.25em;
        margin-bottom: 1em;
    }

    .projeAd {
        font-size: 1.25em;
    }

    .projeBilgileri p {
        margin-bottom: 0.75em;
        line-height: 1.125em;
    }

    .career {
        width: 60%;
    }

    .sirket {
        margin-bottom: 1em;
    }
}

@media screen and (min-width:1440px) and (max-width:1679px) {
    .header {
        height: 140px;
    }

    .nav {
        padding: 45px 0;
    }

    .logoWrapper svg {
        max-height: 80px;
    }

    .slideCaption p {
        font-size: 1.95em !important;
        line-height: 1.125em !important;
        margin-left: -3px;
        margin-bottom: 0.5em;
    }

    .chm {
        width: 30%;
        left: 35%;
    }

    .paddingLeft {
        padding-left: 10%;
    }

    .paddingRight {
        padding-right: 10%;
    }

    .paddingTop {
        padding-top: 3.5em;
    }

    .paddingBottom {
        padding-bottom: 3.5em;
    }

    p.Baslik {
        font-size: 1.75em;
    }

    .projeAd {
        font-size: 1.5em;
    }

    .projeBilgileri p {
        margin-bottom: 0.75em;
        line-height: 1.25em;
    }

    .career {
        width: 50%;
    }

    .sirket {
        margin-bottom: 1.5em;
    }
}

.swiperBoxes > div:first-child {
    padding: 2em 0;
}

@media screen and (max-width: 768px) {

    .swiperBoxes > div:first-child {
        padding: 0;
    }
}

@media screen and (max-width: 992px) {
    .swiperBoxes {
        padding-bottom: 2.5rem;
    }
}

.swiperBoxes > div:last-child {
    overflow: hidden;
}

    .swiperBoxes > div:last-child > div > div > div {
        background: rgb(118, 119, 116);
        min-height: 100%;
        padding: 2em;
    }

        .swiperBoxes > div:last-child > div > div > div h4 {
            font-size: 1.125em;
            font-weight: 400;
            margin-bottom: 0;
            line-height: 1.125em;
            margin-bottom: 1em;
            color: #f9b34f;
        }

    .swiperBoxes > div:last-child > div:last-child {
        text-align: center;
        padding: 1.5rem 0;
    }

.custom-swiper-pagination {
    display: inline-block !important;
    width: auto !important;
    vertical-align: middle;
}

    .custom-swiper-pagination > .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        background: #767774;
        border-radius: 0;
        opacity: 1;
        margin: 0 10px !important;
    }

    .custom-swiper-pagination > .swiper-pagination-bullet-active {
        background: #f9b34f;
    }

.custom-swiper-button-prev {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 20px;
}

    .custom-swiper-button-prev:before {
        font-family: FontAwesome;
        font-size: 32px;
        content: '\f104';
        margin-right: 0.5em;
        display: block;
        position: absolute;
        top: -7px;
        right: 0;
        color: #f9b34f;
    }

.custom-swiper-button-next {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 20px;
}

    .custom-swiper-button-next:after {
        font-size: 32px;
        font-family: FontAwesome;
        content: '\f105';
        margin-left: 0.5em;
        display: block;
        position: absolute;
        top: -7px;
        left: 0;
        color: #f9b34f;
    }

.swiperBoxes > div:last-child > div > div > div h5 {
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.5em;
    color: #ffffff;
}

.fixed {
    height: 80px;
    background: #3b3b3a;
}

@media only screen and (max-width : 991px) {
    .header {
        height: 80px;
        background-color: #29292a;
    }

        .header * {
            transition: none;
        }

        .header .container {
            padding: 0;
        }

        .header .column {
            padding-top: 0em !important;
            padding-bottom: 0em !important;
        }

    .hiddenHeader {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .nav {
        padding: 0;
    }

    .nav {
        display: block;
        overflow: hidden;
        max-height: 0px;
        height: auto;
        margin-top: 0px;
        text-align: center;
        width: 100%;
        border-bottom: none;
        margin-right: 0;
        overflow-y: scroll;
        -webkit-transition: all 0.75s;
        -moz-transition: all 0.75s;
        -o-transition: all 0.75s;
        transition: all 0.75s;
        overflow: hidden;
    }

    .open {
        max-height: calc(100vh - 80px);
        overflow-y: scroll;
    }

    .nav ul {
        display: block;
        width: 100%;
        height: auto;
    }

        .nav ul li {
            overflow: hidden;
            height: 55px;
            display: block;
            width: 100%;
            background-color: #000;
            border-bottom: 1px solid #aaa !important;
        }

            .nav ul li a {
                height: 55px;
                width: 100%;
                margin: 0;
                display: block;
                color: #fff;
            }

                .nav ul li a:before {
                    content: '';
                    display: inline-block;
                    height: 100%;
                    vertical-align: middle;
                    margin-right: -0.25em;
                }

            .nav ul li ul {
                display: block;
                width: 100%;
                position: relative;
                height: auto;
            }

    .nav > ul > .current > a {
        color: #fff;
    }

    .nav > ul > .current:before, .nav > ul > li:before {
        content: none;
    }

    .nav > ul > li:hover > .sb:after {
        content: none;
    }

    .nav > ul > li:hover a {
        color: #fff;
    }

    .nav > ul > .current > a {
        color: #fff;
    }

        .nav > ul > .current > a:hover {
            color: #fff;
        }

    .nav > ul > li > ul {
        transform: none;
        position: relative;
        display: block !important;
        top: 0px;
        border-top: none;
        margin-top: 0;
        padding: 0;
        max-height: 1000px;
        opacity: 1;
    }

        .nav > ul > li > ul > li > a {
            margin: 0;
            color: #fff !important;
            margin-bottom: -1px;
        }

    .nav > ul > .current {
        background-color: #f9b34f;
    }

        .nav > ul > .current a {
            color: #fff !important;
        }

    .nav > ul > li > ul > .current {
        border: none;
        background-color: #b2b2b1;
    }

        .nav > ul > li > ul > .current a {
            color: #fff !important;
            font-weight: 300;
        }

            .nav > ul > li > ul > .current a:hover {
                color: #f9b34f !important;
            }

    .nav > ul > li:hover > ul {
        display: block;
        max-height: 1000px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav > ul > li > ul > li {
        height: 55px;
        display: block;
        text-align: center;
        background-color: #767774;
        opacity: 1;
        margin: 0;
    }

    .nav > ul > li:hover:after {
        content: none;
    }

    .logoWrapper {
        text-align: left;
        padding: 0.7em 0 0.7em 1em;
    }

        .logoWrapper svg {
            max-height: 50px;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
        }

    .langBtn:hover {
        background: #f9b34f !important;
    }

        .langBtn:hover a, .fixed .langBtn:hover a, .short .langBtn:hover a {
            color: #fff !important;
        }

    .logo .motto1 {
        fill: #e6e7e8;
    }

    .logo .motto2 {
        fill: #c7c8ca;
    }

    .logo .motto3 {
        fill: #a7a9ac;
    }

    .logo .motto4 {
        fill: #8a8c8e;
    }

    .fixed .logoWrapper svg, .short .logoWrapper svg {
        max-height:50px;
    }

    #navBtn {
        display: block;
        position: absolute;
        top: 8px;
        right: 4px;
        z-index: 99999;
    }

    .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
        position: absolute;
        width: 30px !important;
        height: 3px !important;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 4px;
        background-color: #f9b34f !important;
    }

    .homeSlider {
        width: 100%;
        padding-top: 69.3877551020408%; /**/
        height: 0;
        position: relative;
        top: 0;
    }

    .slideCaption p {
        font-size: 1.125em !important;
        line-height: 1em !important;
        margin-left: -3px;
        margin-bottom: 0.5em;
        font-weight: 400 !important; /*color:#000 !important;*/
    }

    .slideCaption .title { /*color:#000 !important;*/
        font-size: 1.5em;
    }

    .slider .sol:after, .slider .sag:before, .inlineSlider .sol:after, .inlineSlider .sag:before {
        font-size: 2em;
    }

    .chm {
        width: 50%;
        left: 25%;
    }

    .asagi {
        display: none;
    }

    #contentWrapper {
        min-height: 0;
        margin-top: 80px;
    }

    .short {
        margin-top: 0;
    }

    #outerWrapper {
        margin-top: 0px;
    }

    .siblingNav {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .prevNode, .nextNode {
        font-size: 1em;
        font-weight: 400;
        color: #f9b34f;
        position: relative;
    }

        .prevNode:before {
            font-family: FontAwesome;
            content: '\f104';
            margin-right: 0.5em;
            display: block;
            position: absolute;
            top: 50%;
            left: 0px;
            transform: translateY(-50%);
        }

    .nextNode {
        text-align: right;
    }

        .nextNode:after {
            font-family: FontAwesome;
            content: '\f105';
            margin-left: 0.5em;
            display: block;
            position: absolute;
            top: 50%;
            right: 0px;
            transform: translateY(-50%);
        }

    .paddingLeft {
        padding-left: 2em;
    }

    .paddingRight {
        padding-right: 2em;
    }

    .paddingTop {
        padding-top: 0;
    }

    .paddingBottom {
        padding-bottom: 0;
    }

    .vAlign .row {
        display: block;
    }

    .rowReverse .row {
        display: flex;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .rowReverse .column {
        width: 100%;
    }

    .bosluksuz .column {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    /*.column{padding-top:1em !important; padding-bottom:1em !important;}*/
    .column p:first-child {
        margin-top: 1.5em;
    }

    .column p:last-child {
        margin-bottom: 1.5em;
    }

    .row {
        padding-top: 0;
        padding-bottom: 0;
    }

    ul.ikiSutun, .ucSutun, ul.IconBullet {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        padding: 1.5em 1em 1em 1em;
    }

    p.Baslik {
        font-size: 1.5em;
    }

    p.YuzdeElli {
        width: 100%;
    }

    .clients, .projeler, .sirket {
        padding-top: 1.4em !important;
    }

    .client a, .contactForm {
        margin-bottom: 2em;
    }

    p {
        line-height: 1.5em;
        padding-left: 1em;
        padding-right: 1em;
    }

    .paddingLeft p, .paddingRight p, .slideCaption p {
        padding-left: 0;
        padding-right: 0;
    }

    .padding2Em {
        margin-bottom: 1.4em;
    }

    .proje {
        padding-bottom: 1.6em !important;
        margin-bottom: 1.6em !important;
    }

    .galeriBaslik {
        font-size: 1.65em;
        font-weight: 200;
        color: #f9b34f;
        margin-bottom: 1em !important;
        margin-top: 1em;
    }

    .jobTitle {
        margin-left: 0.5em;
        margin-bottom: 1em !important;
    }

    .legal {
        text-align: center;
        margin-bottom: 2em;
    }

    .cs {
        display: block;
        margin-top: 2em;
    }

    .fr2 {
        padding: 2em 0 2em 0;
    }

    .sirket, .ofisTitle {
        margin-left: 0.6em;
    }

    .projectsNote {
        padding-bottom: 1em;
    }

    .career {
        position: relative;
        width: 100%;
        padding: 0.7em 1.4em;
        transform: none;
        left: auto;
        top: auto;
        background-color: #3b3b3a;
    }

    .application-form, .contactForm {
        width: 100%;
        margin: auto;
        padding: 2.5em 1em 0 1em;
        display: block;
    }

    .form-field, .btn-wrapper {
        width: 100% !important;
        margin-bottom: 10px;
        min-height: 0;
    }

    .contactForm, .application-form {
        margin-bottom: 1.5em;
    }

    .noMobile {
        display: none !important;
    }
}

@media only screen and (max-width : 575px) {
    .chm, .chl, .chr {
        width: 70%;
        left: 15%;
    }

    .kunyeData, .kunyeLbl {
        display: block;
    }

        .kunyeLbl:after {
            content: none;
        }

    .kunyeData {
        width: 100%;
    }
}

.fancybox-bg {
    background: #fff;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.85;
}

.red {
    background: red;
}

.hidden {
    display: none;
}
