@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');


html,
body {
    height: 100%;
    background-color: #eeecec;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
}

.distances {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding-right: 30px;
    margin-bottom: 5px;
    color: #fff;
}

#error-page {
    background: url(../images/404-bg.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

    #error-page .error-area {
        height: 200px;
        text-align: center;
    }

        #error-page .error-area h1 {
            color: #fff;
            font-size: 100px;
        }

        #error-page .error-area h5 {
            color: #fff;
            font-size: 27px;
            margin-bottom: 30px;
        }

.container {
    position: relative;
}

.intl-tel-input {
    display: table-cell;
}

    .intl-tel-input .selected-flag {
        z-index: 4;
    }

    .intl-tel-input .country-list {
        z-index: 5;
    }

.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

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

.web-link {
    color: #000;
    font-size: 17px;
}

.CTCHover1 {
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    display: inline-block;
}

    .CTCHover1:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        background: #2a2a2a;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .CTCHover1:hover:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }


.btn-CTC {
    padding: 15px;
    background: #CB7F29;
    border: 1px solid #fff;
    color: #fff;
    font-size: 22px;
    font-family: 'DIN Pro Cond';
}

    .btn-CTC:before {
        background: #fff;
    }

    .btn-CTC:hover {
        color: #000 !important;
        text-decoration: none;
    }


h1, h2, h3, h4 {
    font-family: 'DIN Pro Cond';
}


.lightbox .lb-image {
    border-radius: 0 !important;
    border: none !important;
}

.success {
    width: 100%;
    border: 1px solid #fff;
    padding: 20px 10px;
    color: #fff;
    border-left: 7px solid green;
    margin-bottom: 30px;
}

#sales-area {
    width: 100%;
    height: 330px;
    background: url(../img/home/about_bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0;
}

    #sales-area .sales-title {
        text-align: center;
        color: #fff;
    }

        #sales-area .sales-title p {
            margin-bottom: 30px;
        }

        #sales-area .sales-title img {
            width: 200px;
            margin-bottom: 30px;
        }

.btn-vega {
    padding: 15px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 17px;
    font-family: 'DIN Pro Cond';
}

    .btn-vega:hover {
        color: #fff;
    }

/* EXPLORE */

#cesme-desc {
    background: #d8e6ed;
    padding: 40px 0 80px 0;
    margin: 100px 0;
}

.return-button {
    background: #1a2a43;
    color: #fff !important;
    cursor: pointer;
    padding: 12px 25px;
    display: none;
}

    .return-button:hover {
        color: #fff;
    }

    .return-button i {
        margin-right: 5px;
    }

.destinations {
    background: #fff;
    padding: 30px 20px;
    display: none;
}

    .destinations h1 {
        font-weight: bold;
        font-size: 30px;
        padding: 7px 0;
    }

.d-item {
    margin: 30px 0;
    padding: 0 0 10px 0;
    color: #32424a;
    border-bottom: 1px solid #2c749a;
}

    .d-item:last-child {
        border: none;
    }

.city {
    text-align: left;
    padding: 0;
}

.city-s {
    text-align: right;
    padding: 0;
}

.destinations .hour {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.experience-of-cesme {
    display: none;
}

.marinas-of-cesme {
    display: none;
}

.cesme-about-title {
    text-align: right;
    padding-bottom: 110px;
}

    .cesme-about-title h1 {
        color: #1a2a43;
        font-weight: 300;
        padding: 0;
        margin: 0;
    }

        .cesme-about-title h1:before {
            content: "";
            width: 24%;
            height: 1px;
            background: #1a2a43;
            position: absolute;
            left: 100%;
            top: 23px;
            display: block;
            overflow: hidden;
        }

.exp-box {
    background: #348bb9;
    padding: 78px;
    color: #fff;
    cursor: pointer;
}

    .exp-box h2 {
        font-weight: 300;
        font-size: 27px;
    }

    .exp-box h1 {
        font-weight: bold;
    }

        .exp-box h1 i {
            font-size: 22px;
            margin-left: 20px;
            margin-top: -20px;
        }

.more-button {
    background: #000;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 10px 25px;
    position: absolute;
    font-size: 13px;
    margin: 10px 0;
    display: none;
}

.ex-sec {
    background: #2f81ad;
}

.ex-thr {
    background: #2c749a;
}

.tab-content > .tab-pane {
    background: #fff;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding: 40px !important;
    padding-bottom: 70PX;
    margin-bottom: 120px;
}


.cesme-about-title h2 {
    color: rgba(26, 42, 67, 0.17);
    font-weight: 700;
    font-size: 170px;
    padding: 0;
    margin: 0;
    margin-top: -53px;
    position: absolute;
    right: 0;
}

.nav-pills .nav-link {
    border-radius: 0 !important;
    /* font-weight:  bold; */
    /* font-family: 'DIN Pro Cond'; */
    /* letter-spacing: 0.5px; */
    /* text-transform:  uppercase; */
    height: 70px;
    text-align: left;
    background: #ffffff;
    line-height: 70px;
    color: #1a2a43;
    text-transform: uppercase;
    border-bottom: solid 1px #1a2a4342;
    font-size: 21px;
    font-weight: 600;
    display: block;
    border-radius: 0 !important;
    padding: 0 0 0 17px;
    font-family: 'DIN Pro Cond';
    position: relative;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background-color: #1a2a43 !important;
    }

#explore-more {
    margin: 40px 0 0;
    padding: 70px 0;
}

    #explore-more .row {
        margin: 0px 0px 0 13px;
    }

.explore-more-izmir {
    width: 100%;
    height: 300px;
    background: url(../../assets/img/home/products_1.jpg);
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    padding: 0px 50px;
    margin: 0;
}

.explore-more-cesme {
    width: 100%;
    height: 300px;
    background: url(../../assets/img/home/products_2.jpg);
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    align-content: center;
    align-items: center;
    padding: 0px 50px;
    margin: 0;
}

.more-title {
    border-left: 1px solid #fff;
    padding: 0 20px;
}



.more-title-cesme {
    border-right: 1px solid #fff;
    padding: 0 20px;
}

.more-title h1 {
    font-size: 64px;
    color: #fff;
    font-family: 'DIN Pro Cond';
    padding: 0;
    margin: 0;
}

.more-title h2 {
    font-size: 54px;
    font-weight: 300;
    font-family: 'DIN Pro Cond';
    color: #fff;
}

.more-title-cesme h1 {
    font-size: 64px;
    color: #fff;
    font-family: 'DIN Pro Cond';
    padding: 0;
    margin: 0;
}

.more-title-cesme h2 {
    font-size: 54px;
    font-weight: 300;
    font-family: 'DIN Pro Cond';
    color: #fff;
}

/* EXPLORE */

/* MOUSE ANIM */
.mouse {
    margin: 50px auto;
    width: 100px;
}

.mouse-icon {
    width: 25px;
    height: 45px;
    border: 1px solid white;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    text-align: center;
    bottom: 80px;
    left: -12px;
}

.mouse-wheel {
    height: 6px;
    margin: 2px auto 0;
    display: block;
    width: 3px;
    background-color: white;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
}

@-webkit-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        margin-top: 20px;
        opacity: 0;
    }
}

@-moz-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        margin-top: 20px;
        opacity: 0;
    }
}

@keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        margin-top: 20px;
        opacity: 0;
    }
}

/* MOUSE ANIM */

/* EDITED */


#ownership {
    margin: 40px 0 0;
    background: #eeecec;
    padding: 70px 0;
}

    #ownership h1 {
        font-weight: bold;
        font-size: 100px;
        color: #1a2b43;
        margin: 0;
        padding: 0;
    }

    #ownership h2 {
        font-size: 35px;
        color: #1a2b43;
        font-weight: 900;
        text-align: right;
    }

    #ownership p {
        font-size: 22px;
        color: #151515;
        font-weight: 300;
        font-family: 'DIN Pro Cond';
        line-height: 33px;
    }

.turkey-right-title {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

#ownership h3 {
    font-size: 25px;
    color: #1a2b43;
    font-weight: 900;
}

#ownership .owner-desc {
    margin: 60px 0;
}

.country-box {
    /*border: 1px solid #c7c7c7;*/
    padding: 0;
    text-align: center;
    margin: 30px 0 30px 30px;
    max-width: calc(25% - 30px);
}

    .country-box img {
        padding: 0px 40px 0px 40px;
    }

    .country-box h5 {
        font-weight: bold;
        font-size: 16px;
        color: #000;
    }

    .country-box h6 {
        color: #000;
        font-size: 20px;
        margin-bottom: 20px;
    }

.source {
    margin-left: 15px;
    font-size: 10px;
    color: #000;
    text-align: right;
}

    .source a {
        font-weight: bold;
        color: #000;
        text-decoration: none;
    }

.turkey-head .heads.city h1 {
    font-size: 70px !important;
    margin-bottom: 0px;
    line-height: 50px;
}

.turkey-head .heads.city {
    bottom: 50px !important;
}

.turkey-title {
    font-size: 32px;
    color: #1a2b43;
    font-weight: 900;
    margin: 40px 0;
}

.turkey-data {
    padding: 0 30px;
}

    .turkey-data .turkey-title {
        text-align: right;
    }

        .turkey-data .turkey-title:before {
            content: "";
            width: 700px;
            height: 1px;
            background: rgba(4, 21, 43, 0.22);
            position: absolute;
            right: 250px;
            top: 59px;
            /* top: -205px; */
            display: block;
        }



.turkey-data-box {
    border: 1px solid #3333332e;
    padding: 10px 20px;
}

    .turkey-data-box h1 {
        font-size: 19px;
    }

    .turkey-data-box h2 {
        font-weight: bold;
        font-size: 19px;
    }

.about-turkey {
    padding: 140px 0;
    background: url(../images/turkey-map.jpg);
    width: 100%;
    background-repeat: no-repeat;
}

    .about-turkey p {
        font-size: 22px;
        color: #151515;
        font-weight: 300;
        font-family: 'DIN Pro Cond';
        line-height: 33px;
    }

.cesme-buttons {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    margin: 20px 0;
}

.explore-more {
    border: 1px solid #fff;
    font-size: 13px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #fff;
    width: 160px;
    margin-right: 10px;
}

    .explore-more i {
        padding-right: 7px;
    }

.play-video {
    border: 1px solid #fff;
    font-size: 13px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #fff;
    width: 160px;
    o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

    .play-video:hover {
        background: #fff;
        color: #000;
    }

    .play-video i {
        padding-right: 7px;
    }

#spe-video {
    position: relative;
    /*height: 677px;*/
    overflow: hidden;
    padding: 0 !important;
    top: 0;
    margin: 100px 0 0;
}

.video-container .video {
    position: absolute;
    width: 100%;
}

.video-bgs {
    background: #085078;
    background: -webkit-linear-gradient(to right, #85D8CE, #085078);
    background: linear-gradient(to right, #85d8ce85, #085078e3);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}



.special-title {
    /*height: 465px;*/
    margin: 100px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 3;
}


    .special-title h1 {
        font-weight: bold;
        color: #ffffff94;
        font-family: 'DIN Pro Cond';
        font-size: 50px;
        letter-spacing: 1px;
    }


    .special-title h2:before {
        content: "";
        width: 265px;
        height: 1px;
        background: #fff;
        position: absolute;
        left: -270px;
        top: 147px;
        display: block;
    }


    .special-title h2 {
        font-weight: bold;
        color: #fff;
        font-family: 'DIN Pro Cond';
        font-size: 95px;
        margin-bottom: 20px;
    }

        .special-title h2 span {
            font-weight: 300;
        }

    .special-title p {
        font-weight: 300;
        color: #fff;
        text-align: left;
        font-size: 19px;
    }

.cesme-title h2 {
    text-align: left;
}

.cesme-title p {
    text-align: left;
}


.cesme-title h2:before {
    left: 0 !important;
}

.cesme-title h2:after {
    left: 0 !important;
}

.m-active {
    color: #a7acc1 !important;
}




.cesme-head {
    text-align: right;
    width: 100%;
    height: 74vh;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: center;
    bottom: 0 !important;
}


.izmir-head {
    text-align: left;
    width: 100%;
    height: 74vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    bottom: 0 !important;
}

    .izmir-head .mouse-icon {
        width: 25px;
        height: 45px;
        border: 1px solid white;
        border-radius: 15px;
        cursor: pointer;
        position: absolute;
        text-align: center;
        bottom: 80px;
        right: 18px;
        left: auto;
    }

.head-cesme {
    text-align: right;
    bottom: 520px !important;
    width: 100%;
    z-index: 3;
}

.video-graident {
    background: #2193b0;
    background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);
    background: linear-gradient(to right, #6dd5ed99, #2193b0ad);
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100vh;
}


input[type=checkbox] {
    -webkit-appearance: none;
    background-color: #fff;
    height: 14px;
    width: 14px;
    border-radius: 0;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

    input[type=checkbox]:checked {
        background-color: #e9ecee;
        border: 1px solid #adb8c0;
        color: #99a1a7;
        margin-right: 10px;
    }

        input[type=checkbox]:checked:after {
            content: "";
            display: block;
            position: absolute;
            background-color: #36acff;
            bottom: -1px;
            left: -1px;
            height: 14px;
            width: 15px;
            border: solid 2px #fff;
            z-index: 9;
            -webkit-box-shadow: 0px 0px 2px 0px rgba(216,72,48,0.87);
            -moz-box-shadow: 0px 0px 2px 0px rgba(216,72,48,0.87);
            box-shadow: 0px 0px 2px 0px rgba(216,72,48,0.87);
        }

.wow {
    visibility: hidden;
}

.about-img {
    margin: 0 0 30px 0;
}

.in-active {
    background: #d2d2d2;
}

.checkbox label {
    color: #fff;
    font-size: 14px;
}

.slide-box-title {
    font-weight: bold;
    color: #1a2b43;
    font-size: 25px;
    font-family: 'DIN Pro Cond';
}

.slide-box-desc {
    color: #b2b2b2;
    font-family: 'DIN Pro Cond';
    font-size: 21px;
    font-weight: bold;
}

    .slide-box-desc span {
        font-size: 15px;
        display: none !important;
    }

/* DROPDOWN START */

select {
    display: none !important;
}

.dropdown-select {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #eee;
    box-shadow: 0px 2px 5px 0px rgba(155, 155, 155, 0.5);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

    .dropdown-select:focus {
        background-color: #fff;
    }

    .dropdown-select:hover {
        background-color: #fff;
    }

    .dropdown-select:active,
    .dropdown-select.open {
        background-color: #fff !important;
        border-color: #bbb;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    }

    .dropdown-select:after {
        height: 0;
        width: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #fff;
        -webkit-transform: origin(50% 20%);
        transform: origin(50% 20%);
        transition: all 0.125s ease-in-out;
        content: '';
        display: block;
        margin-top: -2px;
        pointer-events: none;
        position: absolute;
        right: 10px;
        top: 50%;
    }

    .dropdown-select.open:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .dropdown-select.open .list {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        pointer-events: auto;
    }

    .dropdown-select.open .option {
        cursor: pointer;
    }


    .dropdown-select.wide {
        width: 100%;
        background: #0e304b !important;
        border: none !important;
        box-shadow: none !important;
        padding-left: 0 !important;
        border-bottom: solid 1px #fff !important;
        border-radius: 0 !important;
        padding-bottom: 50px;
    }

        .dropdown-select.wide .current {
            color: #fff !important;
            font-size: 17px;
        }

        .dropdown-select.wide .list {
            left: 0 !important;
            right: 0 !important;
        }

    .dropdown-select .list {
        box-sizing: border-box;
        transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
        background-color: #fff;
        border-radius: 6px;
        margin-top: 4px;
        padding: 3px 0;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        max-height: 250px;
        overflow: auto;
        border: 1px solid #ddd;
    }

        .dropdown-select .list:hover .option:not(:hover) {
            background-color: transparent !important;
        }

    .dropdown-select .dd-search {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0.5rem;
    }

    .dropdown-select .dd-searchbox {
        width: 100% !important;
        padding: 0.3rem;
        border: 1px solid #999 !important;
        border-color: #999;
        border-radius: 4px;
        margin-bottom: 0 !important;
        height: 40px !important;
        outline: none;
        color: #999 !important;
    }

        .dropdown-select .dd-searchbox:focus {
            border-color: #12CBC4;
        }

    .dropdown-select .list ul {
        padding: 0;
    }

    .dropdown-select .option {
        cursor: default;
        font-weight: 400;
        line-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        transition: all 0.2s;
        list-style: none;
    }

        .dropdown-select .option:hover,
        .dropdown-select .option:focus {
            background-color: #f6f6f6 !important;
        }

        .dropdown-select .option.selected {
            font-weight: 600;
            color: #12cbc4;
        }

            .dropdown-select .option.selected:focus {
                background: #f6f6f6;
            }

    .dropdown-select a {
        color: #aaa;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
    }

        .dropdown-select a:hover {
            color: #666;
        }

/* DROPDOWN END */






@keyframes slideIn {
    0% {
        background-color: #a308253d;
        width: 0;
    }

    100% {
        background-color: #a308253d;
        width: 100%;
    }

    .dest {
        margin: 0;
        font-size: 42px;
    }

    .dest::after {
        font-size: 56px;
        -webkit-animation: cursor 2s steps(1, start) infinite;
        animation: cursor 2s steps(1, start) infinite;
        position: relative;
        top: 6px;
        content: "|";
    }

    @-webkit-keyframes cursor {
        0%

{
    opacity: 0;
}

50% {
    opacity: 1;
}

100% {
    opacity: 0;
}

}

@keyframes cursor {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

}

/* EDITED */

/* MENU
-------------------------------------------------- */
.navbar-nav .nav-item {
    margin-right: 40px;
}


    .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 12.5px;
        font-weight: bold;
        letter-spacing: 0.2px;
        padding: 0;
        color: #eae9e9;
    }

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-dark .navbar-brand {
    padding: 0;
    margin: 0;
    line-height: 115px;
    width: 120px;
    padding-top: 30px;
    background: #fff;
    text-align: center;
    position: absolute;
    top: -42px;
}


.navbar-nav .nav-item ul {
    visibility: hidden;
    position: absolute;
    background: #000;
    margin: 0 -19px;
    z-index: 999;
    opacity: 0;
    padding: 10px;
    width: 275px;
    list-style-type: none;
}

    .navbar-nav .nav-item ul li {
        margin: 10px 0;
    }

        .navbar-nav .nav-item ul li a {
            font-size: 11.5px;
            font-weight: bold;
            letter-spacing: 0.2px;
            padding: 5px 10px;
            color: rgba(255, 255, 255, 0.83);
            o-transition: .3s;
            -ms-transition: .3s;
            -moz-transition: .3s;
            -webkit-transition: .3s;
            transition: .3s;
        }

        .navbar-nav .nav-item ul li :hover {
            color: rgba(255,255,255,.75);
        }

.navbar-nav .nav-item:hover > ul {
    visibility: visible;
    opacity: 1;
}


.top-menu {
    padding: 0px;
}


.topHeader {
    height: 42px;
    background-color: #cb7f29;
}

a.callus {
    font-size: 12px;
    color: #616161;
    line-height: 20px;
    padding: 11px 0;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}

    a.callus i {
        margin-right: 5px;
    }

.header-social {
    padding: 9px 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    float: left;
}

    .header-social li {
        float: left;
        margin-right: 9px;
        text-align: center;
        line-height: 25px;
    }

        .header-social li a {
            color: #ffffff;
            height: 24px;
            width: 100%;
            border: 1px solid #ffffff;
            background-color: transparent;
            display: block;
            font-size: 11px;
            display: flex;
            justify-content: center;
            align-items: center;
            align-content: center;
            padding: 8px;
        }

            .header-social li a:hover {
                color: #fff;
            }



.search {
    display: inline-block;
    float: right;
    position: relative;
}

    .search input {
        height: 24px !important;
        width: 125px;
        padding: 5px 10px;
        border-radius: 0;
        border: 1px solid #2a2a2a;
        font-size: 11px;
        line-height: 14px !important;
        color: #535151;
        font-weight: 500;
        margin-left: 2px;
        margin-top: 9px;
        padding-left: 25px;
        text-transform: uppercase;
        outline: none !important;
        box-shadow: none !important;
    }

        .search input:focus {
            border-color: #004a80;
        }

    .search .btn-search {
        position: absolute;
        top: 8px;
        height: 26px;
        left: 4px;
        border: none;
        outline: none;
        background: transparent;
        font-size: 11px;
        color: #535151;
        cursor: pointer;
    }

.bg-dark {
    /*background-color: #000000 !important;*/
}


.language {
    display: flex;
    float: right;
    height: 42px;
    background: #CB7F29;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0 10px;
}

    .language a {
        padding: 0 5px;
        color: #eae9e9;
        font-size: 12px;
        border-right: solid 1px rgba(255, 255, 255, 0.43137254901960786);
    }

        .language a:last-child {
            border: none;
        }

    .language .active {
        color: #fff;
        font-weight: bold;
    }

    .language ul {
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0;
    }

        .language ul li ul.other-lang {
            visibility: hidden;
            opacity: 0;
            -webkit-transition: 0.3s opacity;
            transition: 0.3s opacity;
            z-index: 5555555;
            position: absolute;
            background: #292929;
            left: 0;
            right: 0;
        }

            .language ul li ul.other-lang.openMenu {
                display: block;
                opacity: 1;
            }

    .language > ul > li {
        position: relative;
    }

        .language > ul > li a {
            color: #8f8c8c;
            font-size: 17px;
            padding: 0 25px 0 15px;
            line-height: 42px;
            display: block;
        }

            .language > ul > li a i {
                position: absolute;
                right: 9px;
                top: 14px;
            }

        .language > ul > li:hover > ul.other-lang {
            visibility: visible;
            opacity: 1;
        }


/* CAROUSEL
-------------------------------------------------- */
.carousel {
}

.controls {
    position: absolute;
    height: 65px;
    bottom: 0;
    left: 0;
    right: 0;
}

.controlButton {
    float: right;
    background: #eeecec;
    height: 100%;
}

    .controlButton a {
        width: 55px;
        line-height: 65px;
        color: #2a2a2a;
        float: left;
        text-align: center;
        font-size: 25px;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        background: url(../../assets/img/sliderArrow.png) no-repeat;
        display: block;
        height: 65px;
    }

        .controlButton a.control-next {
            background-position: -55px 0px;
        }

            .controlButton a.control-next:hover {
                background-position: -55px -65px;
            }

        .controlButton a.control-prev:hover {
            background-position: 0px -65px;
        }

        .controlButton a:hover {
            background-color: #2a2a2a;
            color: #fff;
        }

.carousel img {
    width: 100%;
}


.carousel-indicators {
    display: inline-block;
    margin: 0;
    float: right;
    position: relative;
    margin-right: 15px;
    top: 25px;
    bottom: 0;
}

    .carousel-indicators li {
        width: 11px;
        height: 11px;
        cursor: pointer;
        float: left;
        margin-right: 15px;
    }


.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: hidden;
}

    .carousel-caption > div {
        /*-webkit-animation: slider-ani 5.8s ease-out;
        -moz-animation: slider-ani 5.8s ease-out;
        -o-animation: slider-ani 5.8s ease-out;
        animation: slider-ani 5.9s ease-out;*/
    }

    .carousel-caption h1 {
        font-size: 52px;
        text-transform: uppercase;
        font-weight: 600;
    }


@-webkit-keyframes slider-ani {
    0% {
        margin-top: -500px;
    }

    10% {
        margin-top: 0;
    }

    80% {
        margin-top: 0;
    }

    100% {
        margin-top: 500px;
    }
}

@-moz-keyframes slider-ani {
    0% {
        margin-top: -500px;
    }

    10% {
        margin-top: 0;
    }

    80% {
        margin-top: 0;
    }

    100% {
        margin-top: 500px;
    }
}

@-o-keyframes slider-ani {
    0% {
        margin-top: -500px;
    }

    10% {
        margin-top: 0;
    }

    80% {
        margin-top: 0;
    }

    100% {
        margin-top: 500px;
    }
}

@keyframes slider-ani {
    0% {
        margin-top: -500px;
    }

    10% {
        margin-top: -100px;
    }

    25% {
        margin-top: 0;
    }

    80% {
        margin-top: 0;
    }

    100% {
        margin-top: 500px;
    }
}



.vertical .carousel-item-next.carousel-item-left,
.vertical .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateY(0);
    transform: translateX(0) translateY(0) translateZ(0) rotateY(0);
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotateY(0);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotateY(0);
    transform-style: preserve-3d;
    -ms-transform-style: none;
    -ms-transform: none;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.vertical .carousel-item-next,
.vertical .active.carousel-item-right {
    -webkit-transform: translateX(0) translateY(100%) translateZ(0);
    transform: translateX(0) translateY(100%) translateZ(0);
    -moz-transform: translateX(0) translateY(100%) translateZ(0);
    -o-transform: translateX(0) translateY(100%) translateZ(0);
    transform-style: preserve-3d;
    -ms-transform-style: none;
    -ms-transform: none;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.vertical .carousel-item-prev,
.vertical .active.carousel-item-left {
    -webkit-transform: translateX(0) translateY(-100%) translateZ(0);
    transform: translateX(0) translateY(-100%) translateZ(0);
    -moz-transform: translateX(0) translateY(-100%) translateZ(0);
    -o-transform: translateX(0) translateY(-100%) translateZ(0);
    transform-style: preserve-3d;
    -ms-transform-style: none;
    -ms-transform: none;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}






/* SECTIONS
-------------------------------------------------- */
section.section10 {
    padding: 70px 0;
}


.section10 .row > div:last-child .section10-item h4, .section10 .row > div:nth-last-of-type(2) .section10-item h4 {
    left: 20px;
    right: auto;
}

.section10-item {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

    .section10-item h4 {
        position: absolute;
        left: 20px;
        bottom: 20px;
        color: #fff;
        font-size: 30px;
        margin: 0;
        -webkit-transition: all 0.45s;
        transition: all 0.45s;
    }

    .section10-item:hover h4 {
        bottom: 35px;
    }

    .section10-item figcaption {
        background: rgba(1, 42, 70, 0);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .section10-item:hover figcaption {
        background: rgba(1, 42, 70, 0.4);
    }

    /*.section10-item figcaption:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 10px;
        background: #000;
        content: '';
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
    }
    .section10-item figcaption:hover:before {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }*/


    .section10-item img {
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
    }

    .section10-item:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }



section.section20 {
    background-color: #f6f6f6;
    padding: 70px 0;
}


.img-pota {
    position: relative;
}

.section20 .img-pota a {
    position: absolute;
    right: 30px;
    bottom: 20px;
    color: #fff;
}

.section20 .img-pota p {
    margin: 0;
    position: absolute;
    right: 30px;
    top: 50px;
    font-size: 28px;
    color: #fff;
    text-align: right;
    line-height: 45px;
    font-family: 'DIN Pro Cond';
    font-weight: 600;
}

    .section20 .img-pota p span {
        font-size: 61px;
        display: block;
    }


.section20 .content-pota {
    position: relative;
}

    .section20 .content-pota h2 {
        font-size: 43px;
        color: #012a46;
        font-weight: 900;
        margin: 40px 0;
    }

    .section20 .content-pota p {
        font-size: 14px;
        line-height: 23px;
        color: #79797a;
        padding-right: 50px;
        margin-bottom: 70px;
    }

    .section20 .content-pota span {
        position: absolute;
        bottom: 33px;
        left: 0;
        font-size: 58px;
        color: #e6e7e7;
        font-family: 'DIN Pro Cond';
        font-weight: 600;
    }


.section30 {
    background: linear-gradient(to right, rgba(246,246,246,1) 0%, rgba(246,246,246,1) 50%, rgba(251,251,251,1) 51%, rgba(251,251,251,1) 100%);
    background: -moz-linear-gradient(left, rgba(246,246,246,1) 0%, rgba(246,246,246,1) 50%, rgba(251,251,251,1) 51%, rgba(251,251,251,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,246,246,1)), color-stop(50%, rgba(246,246,246,1)), color-stop(51%, rgba(251,251,251,1)), color-stop(100%, rgba(251,251,251,1)));
}

    .section30 .img-pota p {
        margin: 0;
        position: absolute;
        left: 30px;
        top: 50px;
        font-size: 28px;
        color: #fff;
        text-align: left;
        line-height: 45px;
        font-family: 'DIN Pro Cond';
        text-transform: uppercase;
    }

        .section30 .img-pota p span {
            font-size: 58px;
            display: block;
            font-weight: 600;
        }

    .section30 .content-pota {
        background: url(../images/izmirbg.png) no-repeat;
        width: 100%;
        height: 100%;
        text-align: right;
    }

        .section30 .content-pota h2 {
            font-size: 34px;
            color: #002f4e;
            font-weight: 500;
            padding: 50px 0 30px;
        }

        .section30 .content-pota p {
            font-size: 14px;
            line-height: 23px;
            color: #79797a;
            margin-bottom: 40px;
        }


.explore .e-item {
    float: left;
    margin-left: 11px;
    width: calc(25% - 14px);
    height: 160px;
    overflow: hidden;
    position: relative;
}

    .explore .e-item:first-child {
        margin-left: 20px;
    }

    .explore .e-item a {
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .explore .e-item img {
        max-width: none;
        height: 100%;
    }

    .explore .e-item.link a {
        width: 100%;
        height: 100%;
        background: #002f4e;
        display: block;
        color: #305068;
        font-size: 17px;
        padding: 45px 30px;
        font-family: 'DIN Pro Cond';
        text-decoration: none !important;
    }

        .explore .e-item.link a img {
            position: absolute;
            bottom: -12px;
            right: 30px;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            height: auto;
        }

        .explore .e-item.link a:hover {
            background-color: #012035;
        }

            .explore .e-item.link a:hover img {
                right: 15px;
            }


    .explore .e-item span {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        color: white;
        font-size: 35px;
        line-height: 160px;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0;
    }

    .explore .e-item:hover span {
        opacity: 1;
    }


.section40 {
    /*background: linear-gradient(to left, rgba(246,246,246,1) 0%, rgba(246,246,246,1) 50%, rgba(251,251,251,1) 51%, rgba(251,251,251,1) 100%);*/
    background: -moz-linear-gradient(right, rgba(246,246,246,1) 0%, rgba(246,246,246,1) 50%, rgba(251,251,251,1) 51%, rgba(251,251,251,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,246,246,1)), color-stop(50%, rgba(246,246,246,1)), color-stop(51%, rgba(251,251,251,1)), color-stop(100%, rgba(251,251,251,1)));
}


    .section40 .img-pota p {
        margin: 0;
        position: absolute;
        right: 30px;
        bottom: 20px;
        font-size: 28px;
        color: #fff;
        text-align: right;
        line-height: 45px;
        font-family: 'DIN Pro Cond';
        text-transform: uppercase;
    }

        .section40 .img-pota p span {
            font-size: 61px;
            display: block;
            font-weight: 900;
            margin-bottom: 10px;
        }


    .section40 .content-pota {
        /*background: url(../images/cesmebg.png) no-repeat;*/
        width: 100%;
        height: 100%;
        text-align: left;
    }

        .section40 .content-pota h2 {
            font-size: 34px;
            color: #002f4e;
            font-weight: 500;
            padding: 185px 0 15px;
        }

        .section40 .content-pota p {
            font-size: 14px;
            line-height: 23px;
            color: #79797a;
        }

        .section40 .content-pota a {
            font-size: 22px;
            color: #2151a1;
            padding: 18px 25px;
            text-align: center;
            border: 1px solid #002f4e;
            font-family: 'DIN Pro Cond';
            text-decoration: none !important;
            margin-right: 20px;
            line-height: 25px;
            margin-top: 30px;
            font-weight: 500;
        }

            .section40 .content-pota a span {
                line-height: 25px;
                float: left;
            }

            .section40 .content-pota a img {
                float: left;
                margin-left: 10px;
            }

            .section40 .content-pota a:hover {
                color: #fff;
            }

.section80 {
    background: #fff;
    padding: 80px 0;
}


    .section80 .row > div:nth-child(2n) .section80-item {
        background-color: #f2f2f2;
    }

    .section80 .row > div:nth-child(3n) .section80-item {
        background-color: #e9e9e9;
    }

    .section80 h2 {
        display: inline-block;
        position: absolute;
        left: -210px;
        transform: rotate(-90deg) translateX(100%);
        transform-origin: 100% 100%;
        color: rgba(97, 111, 130, 0.12);
        font-weight: 900;
        font-size: 47px;
        z-index: 5555;
        bottom: -2px;
        margin: 0;
    }


.section80-item {
    padding: 80px 40px 35px;
    background: #e9e9e9;
}

    .section80-item h3 {
        font-size: 24px;
        color: #595a5a;
        font-weight: 900;
        margin-bottom: 25px;
    }

    .section80-item p {
        font-size: 14px;
        line-height: 19px;
        color: #595a5a;
        font-weight: 400;
        height: 70px;
        margin-bottom: 50px;
    }

    .section80-item a {
        padding: 5px 20px;
        border: 1px solid #595a5a;
        color: #595a5a;
        font-size: 16px;
        font-weight: 400;
        font-family: 'DIN Pro Cond';
        text-decoration: none !important;
    }

        .section80-item a:hover {
            color: #FFF;
            border-color: #0072bc;
        }

        .section80-item a:before {
            background: #0072bc;
        }

.cover {
    position: relative;
    overflow: hidden;
}

    .cover img {
        width: 100%;
    }

    .cover h1 {
        position: absolute;
        bottom: -17px;
        font-size: 74px;
        color: #f6f6f6;
        font-weight: 900;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
    }



#page .content .container:before {
    content: "";
    width: 1px;
    height: 180px;
    background: #a6a6a6;
    margin-bottom: 20px;
    display: block;
}


section.content {
    background-color: #f6f6f6;
    padding-top: 30px;
    font-size: 24px;
    line-height: 28px;
    color: #a1a1a1;
    font-weight: 400;
}


    /*section.content h2 {
        font-size: 35px;
        color: #525151;
        font-weight: 700;
        margin-bottom: 30px;
        line-height: 71px;
        margin-top: 7px;
        margin-bottom: 23px;
    }

    section.content h3 {
        display: block;
        height: 80px;
        line-height: 80px;
        background-color: #202020;
        font-size: 25px;
        font-weight: 500;
        color: #f6f6f6;
        padding-left: 25px;
        margin-bottom: 0;
    }*/

    section.content ul {
        padding: 0;
        list-style-position: inside;
    }

        section.content ul li {
            font-size: 18px;
            line-height: 23px;
            margin-bottom: 7px;
        }

    section.content p {
        font-size: 16px;
        line-height: 28px;
        color: #1d1d1d;
        font-weight: 400;
        margin-bottom: 35px;
    }


.mini-menu {
    float: right;
    background-color: #000;
    width: 320px;
    height: 64px;
    line-height: 64px;
    margin-top: -64px;
    position: absolute;
    right: 0;
    z-index: 555;
}

    .mini-menu > a {
        width: 100%;
        height: 100%;
        text-align: right;
        padding-right: 30px;
        display: block;
        font-size: 24px;
        font-weight: 600;
        color: #f6f6f6;
        text-decoration: none !important;
        font-family: 'DIN Pro Cond';
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .mini-menu a i {
        position: absolute;
        font-size: 50px;
        color: #5a5a5a;
        left: 29px;
        top: 9px;
        font-weight: 300;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .mini-menu > a:hover {
        background: #000;
    }

    .mini-menu ul {
        background: #e1e1e1;
        padding: 0;
        list-style: none;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        height: auto;
        position: absolute;
        left: 0;
        right: 0;
        height: 0;
        overflow: hidden;
        opacity: 0;
    }




    .mini-menu.openMenu ul {
        height: auto;
        opacity: 1;
    }


    .mini-menu.openMenu a i {
        transform: rotate(180deg);
    }

    .mini-menu ul li a {
        color: #8d8d8d;
        font-weight: 400;
        font-size: 24px;
        line-height: 24px;
        padding: 10px 20px;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: right;
        padding-right: 30px;
        text-decoration: none !important;
        font-family: 'DIN Pro Cond';
        float: right;
        display: block;
        width: 100%;
    }

        .mini-menu ul li a:hover {
            background: #2a2a2a;
            color: #fff;
        }



/* PROJE SAYFASI
-------------------------------------------------- */

.projectCover {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f6f6f6;
}

    .projectCover > img {
        width: 100%;
    }

    .projectCover .heads {
        position: absolute;
        bottom: 30px;
    }

        .projectCover .heads h1 {
            font-size: 87px;
            font-weight: 900;
            color: #f6f6f6;
            line-height: 95px;
            margin-bottom: 30px;
        }

        .projectCover .heads h3 {
            font-size: 31px;
            font-weight: 300;
            color: #f6f6f6;
            margin-bottom: 0;
            text-transform: uppercase;
        }

        .projectCover .heads.city {
            bottom: 220px;
        }

            .projectCover .heads.city h1 {
                font-size: 130px;
            }

            .projectCover .heads.city h3 {
                font-size: 38px;
                margin-top: 10px;
                font-weight: 500;
                color: #dcdcdc;
            }

.sale-statu {
    position: absolute;
    right: 15px;
    bottom: 64px;
    width: 250px;
    height: 64px;
    text-align: center;
}

    .sale-statu h4 {
        color: #fff;
        font-size: 19px;
        font-weight: 900;
        margin: 0;
        text-align: left;
        padding: 10px 0 7px 57px;
    }

        .sale-statu h4 span {
            font-size: 17px;
            font-weight: 500;
            display: block;
            line-height: 17px;
            color: rgba(0, 0, 0, 0.5);
        }

    .sale-statu .tick {
        position: absolute;
        width: 75px;
        height: 75px;
        border-radius: 50%;
        border: 2px solid #fff;
        top: -5px;
        left: -40px;
        line-height: 75px;
        color: #fff;
        font-size: 37px;
    }

    .sale-statu.check {
        background: #019d13;
    }

        .sale-statu.check .tick {
            background: #22da38;
        }

    .sale-statu.finished {
        background: #da2244;
    }

        .sale-statu.finished:before {
            animation: slideIn 2s ease-out;
            background-color: #a308253d;
            bottom: 0;
            left: 0;
            content: "";
            position: absolute;
            top: 0;
            width: 100%;
        }

        .sale-statu.finished .tick {
            background: #a30724;
        }


.gallery {
    margin-top: 35rem;
}

.gallery-item {
    width: 32%;
    float: left;
    margin-bottom: 10px;
    position: relative;
}

    .gallery-item span {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        color: white;
        font-size: 35px;
        /* line-height: 140px; */
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0;
    }

    .gallery-item:hover span {
        opacity: 1;
    }

    .gallery-item img {
        width: 100%;
    }


    .gallery-item:nth-child(3n-1) {
        margin: 0 2% 10px;
    }


.project-detail h3 {
    font-size: 31px;
    color: #05436b;
    position: relative;
    margin-bottom: 80px;
}

.project-detail h4 {
    color: #05436b;
}

.project-detail h3:before {
    content: "";
    background: #5e5e5f;
    width: 1px;
    height: 118px;
    display: block;
}

.project-detail h3:after {
    content: "";
    background: #fff;
    width: 1px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
    top: -30px;
}


.project-detail p {
    font-size: 17px;
    color: #151515;
    padding-right: 70px;
    margin-bottom: 40px;
}

.home {
    background: url(../images/house.png) no-repeat left top;
    font-size: 26px;
    color: #6f7071;
    font-family: 'DIN Pro Cond';
    display: inline-block;
    margin-right: 130px;
    margin-top: 50px;
}

    .home span {
        font-weight: 900;
        font-size: 40px;
        color: #939393;
        line-height: 31px;
        padding-left: 55px;
    }


.office {
    background: url(../images/office.png) no-repeat left top;
    font-size: 26px;
    color: #6f7071;
    font-family: 'DIN Pro Cond';
    display: inline-block;
}

    .office span {
        font-weight: 900;
        font-size: 40px;
        color: #939393;
        line-height: 31px;
        padding-left: 55px;
    }


.project-detail a {
    color: #939393;
    font-size: 22px;
    display: block;
    text-decoration: none;
    margin-top: 30px;
}



    .project-detail a i {
        margin-right: 10px;
    }


.chapter80 {
    margin-bottom: 70px;
}

    .chapter80 .row.colorfull > div {
        background-color: #8e9aa8;
    }

        .chapter80 .row.colorfull > div:nth-child(2) {
            background-color: #768597;
        }

        .chapter80 .row.colorfull > div:nth-child(3) {
            background-color: #637386;
        }

.chapter80-item {
    padding: 50px 40px 85px 50px;
    color: #fff;
}

    .chapter80-item h3 {
        color: #fff;
        font-size: 24px;
        float: left;
        font-weight: 600;
        margin: 0;
        line-height: 37px;
    }

    .chapter80-item a {
        font-family: 'DIN Pro Cond';
        color: #fff;
        font-size: 12px;
        float: right;
        padding: 0 15px;
        line-height: 35px;
        border: 1px solid #fff;
        text-decoration: none !important;
    }

        .chapter80-item a:hover {
            border-color: #0072bc;
        }

        .chapter80-item a:before {
            background: #0072bc;
        }


.chapter80 h2 {
    float: right;
    font-size: 39px;
    color: #8e9aa8;
    font-weight: 900;
    display: block;
    margin: 0;
    margin-top: 50px;
}

    .chapter80 h2:after {
        content: "";
        height: 21px;
        width: 1px;
        margin-right: 40px;
        background: #4d4d4d;
        margin-left: auto;
        display: block;
    }


.bandBottom {
    background-color: #dbdcdc;
    padding-top: 10px;
    margin-top: 290px;
}

.map {
    margin-top: -230px;
    max-height: 450px;
    overflow: hidden;
}

.map-cont {
    width: 100%;
    height: 100%;
    padding: 50px 0 0 50px;
    background: #05436b;
    background-size: cover;
}


    .map-cont h3 {
        font-size: 30px;
        color: #fff;
        font-weight: 900;
        margin-bottom: 50px;
    }

    .map-cont ul {
        padding: 0;
        font-size: 18px;
        font-weight: 600;
        color: #484e56;
        list-style-position: inside;
    }

        .map-cont ul li {
            margin-bottom: 20px;
        }

.contact-head {
    text-align: center;
}

    .contact-head:before {
        content: "";
        width: 1px;
        height: 150px;
        background: #5e5e5f;
        display: block;
        margin: 0 auto 15px;
    }

    .contact-head h4 {
        font-size: 30px;
        color: #616262;
        margin: 0;
        line-height: 25px;
    }

    .contact-head h3 {
        font-size: 42px;
        color: #555656;
        font-weight: 600;
        margin-bottom: 40px;
    }


.contact {
    padding-bottom: 110px;
}


.find-box {
    background: #ffffff;
    padding: 40px 40px 20px;
    display: inline-block;
    position: relative;
    text-align: right;
    height: 100%;
    width: 100%;
}

    .find-box h3 {
        font-size: 30px;
        color: #21567a;
        margin-bottom: 35px;
    }


    .find-box .mini-menu {
        background: #ececec;
        margin-top: 10px;
        width: 100%;
        height: 110px;
        position: relative;
    }

        .find-box .mini-menu > a {
            font-size: 32px;
            color: #727273;
            padding-right: 110px;
            line-height: 110px;
            font-weight: 500;
        }

            .find-box .mini-menu > a i {
                right: 35px;
                font-size: 75px;
                left: auto;
                top: 16px;
                color: #9c9c9c;
            }

    .find-box p {
        font-size: 15px;
        color: #8c8a8a;
        font-weight: 600;
        position: absolute;
        right: 40px;
        bottom: 45px;
        margin: 0;
    }

        .find-box p a {
            color: #134364;
        }



.form-box {
    background: #f2f1f1;
    padding: 40px 68px 20px;
    display: inline-block;
    position: relative;
}

    .form-box h3 {
        font-size: 30px;
        color: #21567a;
        margin-bottom: 35px;
    }


.default-input {
    border: 0 !important;
    border-bottom: 1px solid #636363 !important;
    background-color: transparent !important;
    height: 40px;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    margin-bottom: 25px;
    font-size: 15px;
    color: #8c8a8a;
    padding: 0;
}

    .default-input:hover, .default-input:focus {
        border-color: #002f4e !important;
    }


    .default-input.half {
        width: calc(50% - 10px);
        float: left;
    }

        .default-input.half:nth-child(2n+1) {
            margin-left: 20px;
        }

    .default-input#message {
        padding-right: 100px;
    }

.submit {
    width: 100px;
    height: 40px;
    position: absolute;
    right: 40px;
    bottom: 45px;
    background-color: #cb7f29;
    border: none !important;
    box-shadow: none !important;
    font-size: 14px;
    color: #d8d7d7;
    cursor: pointer;
}

    .submit:hover {
        background-color: #223646;
    }


/* PROJECTS ISOTOPE
-------------------------------------------------- */
#projects-isotope {
    background: #f6f6f6;
}

.isotope-grid {
    margin-left: -15px;
    margin-right: -15px;
}


.isotope-box {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

    .isotope-box img {
        width: 100%;
        -webkit-transition-duration: 0.35s;
        transition-duration: 0.35s;
    }

    .isotope-box h3 {
        display: block;
        height: 80px;
        line-height: 80px;
        background-color: #202020;
        font-size: 25px;
        font-weight: 500;
        color: #f6f6f6;
        padding-left: 25px;
        margin-bottom: 0;
    }

    .isotope-box span {
        FONT-SIZE: 14px;
        border: 1px solid #fff;
        padding: 5px 25px;
        color: #fff;
        position: absolute;
        bottom: 20px;
        /* background: #fff; */
        right: -200px;
        -webkit-transition-duration: 0.35s;
        transition-duration: 0.35s;
        opacity: 0;
    }

    .isotope-box:hover span {
        right: 20px;
        opacity: 1
    }

    .isotope-box span:hover {
        background: #fff;
        color: #595a5a;
    }


.finalAni {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    display: block;
}


.isotope-box .finalAni:before,
.isotope-box .finalAni:after {
    width: 2px;
    height: 0;
    background-color: #000;
}

.isotope-box .finalAni:before {
    right: 0;
    top: 0;
}

.isotope-box .finalAni:after {
    left: 0;
    bottom: 0;
}

.isotope-box:before,
.isotope-box:after,
.isotope-box .finalAni:before,
.isotope-box .finalAni:after {
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0.8;
}

.isotope-box:before,
.isotope-box:after {
    height: 2px;
    width: 0%;
}

.isotope-box:before {
    top: 0;
    left: 0;
}

.isotope-box:after {
    bottom: 0;
    right: 0;
}

.isotope-box:hover img,
.isotope-box.hover img {
    /*opacity: 0.55;*/
}

.isotope-box:hover .finalAni:before,
.isotope-box.hover .finalAni:before,
.isotope-box:hover .finalAni:after,
.isotope-box.hover .finalAni:after {
    height: 100%;
}


.isotope-box:hover:before,
.isotope-box.hover:before,
.isotope-box:hover:after,
.isotope-box.hover:after {
    width: 100%;
}

.isotope-box:hover:before,
.isotope-box.hover:before,
.isotope-box:hover:after,
.isotope-box.hover:after,
.isotope-box:hover .finalAni:before,
.isotope-box.hover .finalAni:before,
.isotope-box:hover .finalAni:after,
.isotope-box.hover .finalAni:after {
    opacity: 0.1;
}

.filters {
    margin: 70px 0;
}

    .filters .head {
        font-size: 21px;
        font-weight: bold;
        color: #8c96a4;
        /*border-bottom: 2px solid #fff;*/
        display: inline-block;
        padding-bottom: 20px;
        position: relative;
        margin-top: 37px;
        width: 31%;
    }

        .filters .head:after {
            content: "";
            height: 2px;
            position: absolute;
            width: 80%;
            left: 0;
            bottom: -2px;
            background-color: #708094;
        }

#filters {
    display: inline-block;
    float: right;
    width: 65%;
}

    #filters input {
        display: none;
    }

        #filters input:checked ~ label {
            background-image: url(../images/checked.png);
        }

    #filters label {
        display: inline-block;
        width: 50%;
        float: left;
        font-size: 23px;
        color: #ffffff;
        height: 90px;
        font-family: 'DIN Pro Cond';
        background: url(../images/check.png) no-repeat 310px center #b6c0cd;
        text-align: left;
        padding-left: 45px;
        line-height: 88px;
        text-transform: uppercase;
        cursor: pointer;
    }

    #filters > div:nth-child(1) label {
        background-color: #b6c0cd;
    }

    #filters > div:nth-child(2) label {
        background-color: #8c96a4;
    }

    #filters > div:nth-child(3) label {
        background-color: #747f8f;
    }

    #filters label:before {
        background-color: rgba(0, 0, 0, 0.5);
    }

    #filters label.is-checked {
        background-image: url(../images/checked.png);
    }

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }

/* CONTACT
-------------------------------------------------- */

main#contact {
    background: #ffffff;
}
    main#contact .form-box {
        background: #000;
        padding: 50px 50px 40px;
        margin-bottom: 170px;
        box-shadow: 0px 14px 62px 0px rgba(0, 0, 0, 0.1);
        opacity: 1;
        margin-bottom: 430px;
        width: 100%;
        z-index:55;
    }

        main#contact .form-box.show {
            opacity: 0;
            display: none;
        }

        main#contact .form-box h4 {
            font-size: 27px;
            color: rgba(238, 238, 238, 0.72);
            margin: 0;
            font-weight: 300;
            line-height: 23px;
        }

        main#contact .form-box h3 {
            font-size: 60px;
            color: rgb(255, 255, 255);
            margin: 0;
            font-weight: 900;
            margin-bottom: 45px;
            line-height: 55px;
        }

.default-input {
    z-index: 5;
    position: relative;
}

main#contact .default-input {
    color: #d8d7d7;
    border-color: #636363 !important;
    height: 50px;
    line-height: 50px;
    margin-bottom: 35px;
}

#project .submit {
    right: 0;
    bottom: 25px;
    z-index: 55;
}

main#contact .submit {
    right: 15px;
    bottom: 51px;
    z-index: 55;
}

.placeholder {
    position: absolute;
    color: #8c8a8a;
    font-size: 15px;
    left: 0;
    top: 15px;
    z-index: 0;
    transition: 0.3s ease-out;
    text-transform: uppercase;
}

.input-item {
    position: relative;
    float: left;
    width: 100%;
}

    .input-item.half {
        width: calc(50% - 35px);
    }

    .input-item:nth-child(2n+1) {
        margin-left: 0;
    }

    .input-item:nth-child(2n) {
        margin-left: 70px;
    }

#project .input-item:nth-child(2n) {
    margin-left: 0;
}

#project .input-item:nth-child(3), #project .input-item:nth-child(5) {
    margin-left: 70px;
}



.default-input:focus ~ .placeholder, .default-input:not([value=""]) ~ .placeholder {
    top: -7px;
    font-size: 10px;
}




main#contact .find-box {
    box-shadow: 0px 14px 62px 0px rgba(0, 0, 0, 0.1);
    padding: 25px 45px 55px;
    text-align: left;
    margin-bottom: 170px;
}


    main#contact .find-box h3 {
        font-size: 60px;
        font-weight: 900;
        color: rgba(70, 104, 131, 0.72);
        line-height: 55px;
    }

    main#contact .find-box h4 {
        font-size: 27px;
        font-weight: 300;
        color: rgba(17, 49, 74, 0.72);
        line-height: 25px;
        margin-bottom: 0;
    }

    main#contact .find-box .mini-menu > a {
        text-align: left;
        padding-left: 30px;
        font-weight: 300;
    }

.map-wrap {
    width: 100%;
    height: 700px;
    position: absolute;
    top: 280px;
}

    .map-wrap.relativeMap {
        position: relative;
        top: 0;
    }

#contact .section80-item p {
    font-size: 28px;
    font-family: 'DIN Pro Cond';
    line-height: 42px;
}



.closeMap {
    position: absolute;
    right: 20px;
    top: 50px;
    background: black;
    font-size: 15px;
    z-index: 555;
    padding: 10px;
    color: #fff;
    opacity: 0;
    border: 1px solid #000;
}

    .closeMap:before {
        background: #fff;
    }

    .closeMap.show {
        opacity: 1;
    }





/* EXPLORE
-------------------------------------------------- */

#explore {
    background-color: #f6f6f6;
}

.explore {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}


#explore section.tab #pills-tab li {
    width: calc(25% - 2px);
    margin: 0 1px;
    float: left;
}

    #explore section.tab #pills-tab li a {
        height: 70px;
        text-align: right;
        background: #cac9c9;
        line-height: 70px;
        color: #fff;
        text-transform: uppercase;
        font-size: 21px;
        font-weight: 600;
        display: block;
        border-radius: 0 !important;
        padding: 0 25px 0 0;
        font-family: 'DIN Pro Cond';
        position: relative;
    }

        #explore section.tab #pills-tab li a i {
            float: left;
            font-size: 45px;
            font-weight: 300;
            margin-top: 14px;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            position: absolute;
            left: 25px;
        }

        #explore section.tab #pills-tab li a.active i {
            transform: rotate(180deg);
        }


.tab-content > .tab-pane {
    background: #fff;
    padding-top: 70px;
    padding-left: 70px;
    padding-bottom: 70PX;
    margin-bottom: 120px;
}

    .tab-content > .tab-pane h3 {
        font-weight: 900;
        color: #1a2b43;
        font-size: 45px;
        line-height: 35px;
        margin-bottom: 55px;
        text-transform: uppercase;
    }

        .tab-content > .tab-pane h3 span {
            font-weight: 900;
            color: #d5d4d4;
            font-size: 28px;
            line-height: 54px;
        }

    .tab-content > .tab-pane p {
        font-size: 24px;
        color: #151515;
        font-weight: 300;
        font-family: 'DIN Pro Cond';
        line-height: 30px;
    }

    .tab-content > .tab-pane a {
        padding: 15px 25px;
        background: #1a2b43;
        font-size: 17px;
        color: #f6f6f6;
        float: right;
        font-family: 'DIN Pro Cond';
        font-weight: 600;
        line-height: 15px;
        margin-bottom: 60px;
        overflow: visible;
        z-index: 555;
    }

        .tab-content > .tab-pane a:before {
            background: #131e2e;
        }

        .tab-content > .tab-pane a:after {
            content: "";
            width: 115px;
            height: 1px;
            display: block;
            position: absolute;
            right: -135px;
            top: 22px;
            background: linear-gradient(to right, #1a2b43 0%, #1a2b43 74%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
        }


#explore section.tab #pills-tab li a.active {
    color: #ffffff;
    background-color: #fff;
}


.explore-gallery {
    background: url(../images/exploreGalleryBg.jpg) no-repeat center center;
}


.gallery-box {
    background: url(../images/izmirbg2.png) no-repeat right top #fff;
    float: left;
    width: 100%;
}


    .gallery-box img {
        float: left;
    }

    .gallery-box > a {
        float: left;
        width: 45%;
        position: relative;
    }


.g-box-content {
    float: left;
    width: 55%;
    height: 595px;
}

    .g-box-content h3 {
        font-size: 62px;
        color: #1a2b43;
        font-weight: 900;
        line-height: 47px;
        margin: 50px 0 0;
        position: relative;
        padding-left: 135px;
        width: 370px;
    }


        .g-box-content h3 span {
            font-size: 27px;
            color: #d5d4d4;
            font-weight: 900;
            line-height: 37px;
        }

        .g-box-content h3:before {
            content: "";
            display: block;
            width: 120px;
            height: 1px;
            background: #636363;
            position: absolute;
            left: 0;
            top: 80px;
        }

        .g-box-content h3:after {
            content: "";
            display: block;
            width: 30px;
            height: 1px;
            background: #fff;
            position: absolute;
            left: -30px;
            top: 80px;
        }


.gall {
    float: left;
    width: 100%;
    padding: 0 3px;
}

    .gall a {
        float: left;
        width: 25%;
        padding: 3px 3px;
        position: relative;
    }

        .gall a img {
            width: 100%;
        }

.gallery-box a span {
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    color: white;
    font-size: 35px;
    line-height: 180px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.gallery-box a:hover span {
    opacity: 1;
}


.gallery-box > a span {
    line-height: 600px;
    font-size: 75px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mini-slider {
    padding-top: 130px;
    margin-bottom: 70px;
}

.cesme-mini {
    padding-top: 0;
}

.owl-carousel {
    overflow: hidden;
}


span.text-bg {
    font-size: 300px;
    color: #e3e3e3;
    font-family: 'DIN Pro Cond';
    line-height: 395px;
    height: 395px;
    font-weight: 900;
    position: absolute;
    right: 0rem;
    top: -130px;
}


.slide-box {
    padding: 44px 0px 44px 30px;
    /*border: 1px solid #1a2b43;*/
    margin-bottom: 0px;
    width: 100%;
}


    .slide-box p {
        font-size: 21px;
        color: #e3e3e3;
        font-weight: 900;
        font-family: 'DIN Pro Cond';
        margin: 0;
        display: inline-block;
        margin-top: 2px;
        vertical-align: middle;
        text-align: right;
    }

.owl-carousel .owl-item img {
    width: auto !important;
    display: inline-block !important;
    margin-right: 10px;
}


.mini-slider h3 {
    font-size: 62px;
    color: #1a2b43;
    font-weight: 900;
    margin: 40px 0 30px;
}

    .mini-slider h3 span {
        font-size: 24px;
        color: #b2b2b2;
        line-height: 35px;
        display: block;
    }


.customNavigation {
    position: relative;
}

    .customNavigation:before {
        position: absolute;
        content: "";
        width: 220px;
        height: 1px;
        background: #1a2b43;
        left: 110px;
        top: 19.5px;
    }

    .customNavigation button {
        height: 40px;
        width: 40px;
        background: #1a2b43;
        line-height: 40px;
        text-align: center;
        border: none !important;
        color: #fff;
        font-size: 19px;
        outline: none !important;
        margin-right: 7px;
        cursor: pointer;
    }

        .customNavigation button:hover {
            background: #233e64;
        }


.slider-content p {
    font-size: 24px;
    color: #393838;
    font-weight: 300;
    font-family: 'DIN Pro Cond';
    line-height: 27px;
    margin-top: 38px;
}


    .slider-content p a {
        font-weight: 900;
        color: #105991;
    }


.aboutCity {
    padding: 140px 0;
}

    .aboutCity .img-pota img {
        position: relative;
        z-index: 1;
    }


    .aboutCity .img-pota:after {
        content: "";
        position: absolute;
        height: 410px;
        width: 200%;
        background: #b7d2e4;
        bottom: 0;
        right: 169px;
        z-index: 0;
        display: inline-block;
    }


    .aboutCity .content-pota {
        text-align: right;
    }

        .aboutCity .content-pota h2 {
            font-size: 45px;
            color: #1a2b43;
            font-weight: 900;
            line-height: 40px;
            margin-bottom: 60px;
            position: relative;
            text-transform: uppercase;
        }

            .aboutCity .content-pota h2 span {
                display: block;
                font-size: 28px;
                color: #d5d4d4;
            }

            .aboutCity .content-pota h2:before {
                content: "";
                width: 1px;
                height: 125px;
                background: #636363;
                position: absolute;
                right: 0px;
                top: -140px;
                display: block;
            }

            .aboutCity .content-pota h2:after {
                content: "";
                width: 1px;
                height: 70px;
                background: #fff;
                position: absolute;
                right: 0px;
                top: -205px;
                display: block;
            }

        .aboutCity .content-pota p {
            font-size: 24px;
            color: #151515;
            font-weight: 300;
            font-family: 'DIN Pro Cond';
            line-height: 29px;
        }





/* FOOTER
-------------------------------------------------- */
footer {
    background-color: #171717;
    padding-top: 50px;
}

.footer-item {
    float: left;
}

#footerMenu .footer-item:first-child .footer-menu {
    padding-left: 40px;
}

.footer-item p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    margin-left: 30px;
    float: left;
    line-height: 37px;
}

.footer-item ul.social {
    float: left;
}

.footer-item ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.footer-item h4 {
    font-size: 14px;
    color: #d6d6d6;
    font-weight: bold;
    margin-bottom: 24px;
    font-family: 'Montserrat', sans-serif;
}

.footer-item li a {
    font-size: 14px;
    color: #9a9a9a;
    margin-bottom: 8px;
    display: block;
}



    .footer-item li a:hover, .footer-logo a:hover {
        color: #c0bfbf;
    }

.footer-item .footer-menu:nth-child(2n) h4 {
    margin-top: 25px;
}


.footer-logo img {
    margin-bottom: 35px;
    max-width: 220px;
}

.footer-logo i {
    margin-right: 12px;
    font-size: 16px;
    line-height: 16px;
}

.footer-logo a {
    font-size: 12px;
    line-height: 16px;
    color: #9b9b9b;
    font-weight: 300;
    display: block;
}

    .footer-logo a.phone-link {
        font-size: 19px;
        margin-top: 25px;
    }

        .footer-logo a.phone-link span {
            font-weight: bold;
        }


.footer-logo p {
    font-size: 14px;
    line-height: 24px;
    color: #9b9b9b;
    font-weight: 300;
    display: block;
    margin-top: 10px;
}


.footerAlt {
    background-color: #000;
    padding: 30px 0;
    margin-top: 30px;
}


#footerMenu .footer-item:last-child {
    text-align: left;
}


.social li {
    float: left;
    margin-right: 20px;
}

    .social li a {
        font-size: 25px;
        margin-bottom: 0;
    }


.market {
    float: right;
}

    .market a {
        max-width: 110px;
        display: inline-block;
    }

.footer-logo a.login {
    font-size: 14px;
    color: #cbddf4;
    border: 1px solid #9b9b9b;
    padding: 14px;
    display: inline-block;
    text-decoration: none !important;
    margin-top: 15px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
/* Large Devices, Wide Screens */
@media only screen and (min-width : 769px) and (max-width : 1200px) {
    .navbar-nav .nav-item {
        margin-right: 15px;
    }

        .navbar-nav .nav-item .nav-link {
            font-size: 11.5px;
        }

    .explore .e-item {
        height: 90px;
    }

        .explore .e-item.link a {
            padding: 2px 15px;
        }

    .section40 .content-pota h2 {
        padding-top: 90px;
    }

    .turkey-data .turkey-title:before {
        display: none;
    }

    .video {
        width: 100%;
    }

    .izmir-head, .cesme-head {
        height: auto;
    }

    .g-box-content {
        height: 500px;
    }

    .special-title {
        height: auto;
        margin: 20px 0;
    }

    #spe-video {
        height: auto;
        margin-top: 30px;
    }

    .navbar-nav .nav-item ul {
        margin-left: -60px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .special-title h2:before {
        display: none;
    }
    button.navbar-toggler.collapsed {
        position: inherit;
        left: 85%;
    }

    .turkey-data .turkey-title:before {
        display: none;
    }

    #ownership h1 {
        text-align: center;
        font-size: 40px;
    }

    .turkey-right-title {
        text-align: center;
        justify-content: center;
    }

    #ownership h2 {
        text-align: center;
    }

    .projectCover .heads.city h1 {
        font-size: 110px;
    }

    .navbar-nav {
        text-align: center;
    }

        .navbar-nav .nav-item {
            margin: 10px 0;
        }

            .navbar-nav .nav-item:first-child {
                margin-top: 40px;
            }

            .navbar-nav .nav-item .nav-link {
                font-size: 14px;
            }


            .navbar-nav .nav-item ul {
                position: relative;
                text-align: center;
                width: 100%;
                margin: 0;
                display: none;
            }

            .navbar-nav .nav-item .nav-link.openMenu + ul {
                display: block;
                opacity: 1;
                visibility: visible;
            }

    .carousel-caption h1 {
        font-size: 30px;
    }

    .btn-CTC {
        padding: 5px;
        font-size: 17px;
    }

    .mini-menu {
        margin-top: 0;
        margin-right: -50px;
    }

    #filters {
        width: 100%;
    }

    .filters {
        margin: 10px 0 30px;
        height: 176px;
    }

    .isotope-box h3 {
        font-size: 23px;
        height: 45px;
        line-height: 45px;
    }

    .isotope-box span {
        bottom: 5px;
        padding: 5px;
    }

    .isotope-box:hover span {
        right: 10px;
    }

    .controls {
        bottom: -2px;
    }

    .section30 .img-pota p {
        font-size: 20px;
    }

    .turkey-head .heads.city h1 {
        font-size: 60px !important;
    }

    .video {
        width: 100%;
    }

    .izmir-head {
        height: auto;
    }

    .cesme-head {
        height: auto;
        padding-right: 25px;
    }

    .aboutCity {
        padding: 140px 0 30px;
    }

    .special-title {
        height: auto;
        margin: 20px 0;
    }

        .special-title h2 {
            font-size: 31px;
        }

    #spe-video {
        height: auto;
        margin-top: 20px;
    }

    .video-bgs {
        height: 100%;
    }

    .cesme-buttons {
        margin-bottom: 0;
    }

    .g-box-content {
        height: 370px;
    }

        .g-box-content h3 {
            width: auto;
            margin-top: 10px;
        }

    .slide-box {
        padding: 24px 0;
    }

    .slide-box-desc span {
        font-size: 11px;
    }

    .slide-box-desc {
        font-size: 18px;
    }

    .customNavigation:before {
        display: none;
    }

    .mini-slider h3 {
        font-size: 40px;
        margin-top: 0;
    }

    .mini-slider {
        margin-bottom: 0;
    }

    #explore section.tab #pills-tab li a {
        font-size: 15px;
        padding-right: 5px;
    }
    button.navbar-toggler {
        position: inherit;
        left: 85%;
    }
}


@media only screen and (min-width : 769px) and (max-width : 991px) {

    .header-social {
        padding: 9px 0;
        margin: 0;
        list-style: none;
        display: inline-block;
        float: left;
        margin-left: 30% !important;
    }

    nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.top-menu {
        background-color: #000;
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    button.navbar-toggler {
        position: inherit;
        left: 92% !important;
    }

    .section80-item p {
        height: 120px;
    }

    .section80-item h3 {
        height: 50px;
    }

    .section40 .content-pota a {
        font-size: 15px;
        color: #2151a1;
        padding: 8px 24px;
        text-align: center;
        border: 1px solid #002f4e;
        font-family: 'DIN Pro Cond';
        text-decoration: none !important;
        margin-right: 20px;
        line-height: 25px;
        margin-top: 30px;
        font-weight: 500;
        width: 150px;
    }

    .img-pota {
        margin-top: 80px;
    }

    .section30 .content-pota p {
        margin-bottom: 19px;
    }

    .section40 .img-pota {
        margin-top: 0;
    }

    .top-menu {
        height: auto;
    }



    #footerMenu .footer-item:last-child .footer-menu {
        padding-left: 40px;
    }

    .footer-item h4 {
        margin-top: 0 !important;
    }
}


@media only screen and (min-width : 769px) and (max-width : 1196px) {
    #filters label {
        background-position: 130px center;
        padding-left: 20px;
    }

    .filters .head {
        font-size: 18px;
        width: 35%;
    }

    .explore .e-item {
        height: 95px;
    }

        .explore .e-item.link a {
            padding: 5px 12px;
        }

    .section40 .content-pota h2 {
        padding-top: 30px;
    }

    .section20 .content-pota h2 {
        margin: 0 0 20px;
    }

    .projectCover .heads h1 {
        font-size: 60px;
        line-height: 75px;
    }

    .chapter80-item {
        padding: 40px 25px 44px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-direction: column;
    }

        .chapter80-item h3 {
            font-size: 20px;
        }

    .cover h1 {
        font-size: 56px;
        BOTTOM: -16PX;
    }

    .slide-box p {
        display: block;
        text-align: center;
        margin-top: 15px;
    }

    .slide-box {
        text-align: center;
    }

    .owl-item > div {
        width: 99%;
    }

    .customNavigation:before {
        width: 160px;
    }
}


@media only screen and (min-width : 769px) {
    .topHeader-clone {
        display: none;
    }

    .turkey-head .heads.city h1 {
        font-size: 50px !important;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .explore .e-item.link a {
        padding-top: 12px;
    }
    .navbar-dark .navbar-brand {
    top:0;
    }
    .filters .head {
        width: 100%;
    }

    #contact .section80-item p {
        font-size: 22px;
    }

    .topHeader {
        display: none;
    }

    .top-menu {
        height: auto;
    }

    .bg-dark {
        background-color: #000000 !important;
    }

    .navbar-nav .topHeader {
        display: block;
        background: none;
    }

    .g-box-content {
        height: auto;
    }

        .g-box-content h3 {
            margin: 30px 0 20px;
        }

    #footerMenu .footer-item:first-child .footer-menu {
        padding: 0;
    }

    .projectCover .heads h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .projectCover .heads h3 {
        font-size: 23px;
    }

    .sale-statu {
        bottom: 29px;
    }

    .project-detail h3 {
        margin-bottom: 15px;
        font-size: 25px;
    }

    .project-detail p {
        font-size: 15px;
        padding-right: 15px;
    }

    .home {
        margin-right: 20px;
    }

    .chapter80-item {
        padding: 20px;
        text-align: center;
    }

        .chapter80-item h3 {
            float: none;
            font-size: 20px;
        }

        .chapter80-item a {
            float: none;
        }

    .map-cont h3 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .map-cont {
        padding: 30px 20px 20px 30px;
    }

    .find-box .mini-menu > a {
        font-size: 15px;
    }

    #footerMenu .footer-item {
        float: left;
        width: 50%;
    }

        #footerMenu .footer-item:nth-child(1), #footerMenu .footer-item:nth-child(3) {
            padding-left: 30px;
        }

        #footerMenu .footer-item:nth-child(2) .footer-menu {
            text-align: right;
        }

    .section20 .content-pota h2 {
        margin: 0 0 15px;
        font-size: 25px;
    }

    .section40 .content-pota h2 {
        padding-top: 0;
    }

    .section40 .content-pota a {
        font-size: 18px;
        padding: 11px 12px;
    }

    .explore .e-item {
        height: 120px;
    }

    .section30 .content-pota p {
        display: none;
    }

    .section80 {
        padding: 20px 0;
    }

    .section80-item {
        padding: 33px 20px 32px;
    }

    .section80 h2 {
        position: relative;
        transform: none;
        left: 0;
    }

    .section80-item h3 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .controlButton {
        float: left;
    }

    .carousel-indicators {
        margin-left: 15px;
        float: left;
    }

    .projectCover .heads.city {
        bottom: 0;
    }

        .projectCover .heads.city h1 {
            font-size: 70px;
        }

    .customNavigation:before {
        display: none;
    }

    .mini-slider h3 {
        font-size: 37px;
    }

    span.text-bg {
        font-size: 340px;
        line-height: 395px;
        height: 300px;
        right: 0;
        top: -157px;
    }

    #explore section.tab #pills-tab li {
        width: calc(50% - 2px);
    }

        #explore section.tab #pills-tab li a {
            font-size: 18px;
            padding-right: 10px;
            height: 45px;
            line-height: 45px;
        }

            #explore section.tab #pills-tab li a i {
                font-size: 25px;
                left: 10px;
                margin-top: 9px;
            }

    .tab-content > .tab-pane {
        padding: 20px;
        margin: 0;
    }

        .tab-content > .tab-pane a:after {
            display: none;
        }

    .tab-content {
        margin-bottom: 30px;
    }

    .filters {
        margin: 20px 0;
    }

        .filters .head {
            margin-top: 0;
            font-size: 16px;
            padding-bottom: 0px;
        }

    #filters {
        width: 100%;
        float: none;
        margin-top: 10px;
    }

        #filters label {
            height: 50px;
            line-height: 50px;
            font-size: 18px;
            padding-left: 10px;
            background-position: 87%;
            background-size: 20px;
        }

    .cover h1 {
        position: absolute;
        bottom: -13px;
        font-size: 50px;
    }

    .isotope-box h3 {
        height: 60px;
        line-height: 60px;
        font-size: 25px;
    }

    a.callus {
        width: 100%;
        text-align: center;
        font-size: 15px;
        margin: 5px 0;
    }

    .header-social {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }

        .header-social li {
            display: inline-block;
            float: none;
        }

    .topHeader-clone .language {
        width: 100%;
        margin: 0 0 30px 0;
    }

        .topHeader-clone .language li {
            display: inline-block;
        }

    .search {
        width: 50%;
        margin: 10px 25% 30px;
    }

        .search input {
            width: 100%;
        }

    .section80-item p {
        height: 130px;
    }

    .controls {
        bottom: -2px;
    }

    #ownership, #explore-more {
        margin: 10px 0;
        padding: 15px 0;
    }

    .about-turkey {
        padding: 30px 0;
    }

    .country-box {
        max-width: calc(50% - 40px);
        margin: 15px 0 15px 30px;
    }

    .turkey-title {
        margin-bottom: 15px;
        font-size: 25px;
    }

    #ownership h2 {
        font-size: 25px;
    }
}



@media only screen and (max-width : 767px) {



    .navbar-dark .navbar-brand {
        max-width: 180px;
    }

    #footerMenu .footer-item:nth-child(1), #footerMenu .footer-item:nth-child(3) {
        padding-left: 0px;
    }

    .controlButton {
        float: right;
    }

    .section30 .content-pota p {
        display: block;
    }

    .section80-item h3 {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .section80-item p {
        margin-bottom: 15px;
        font-size: 13px;
    }

    #footerMenu .footer-item .footer-menu {
        margin-bottom: 15px;
    }

    .aboutCity .img-pota:after {
        height: 300px;
    }

    span.text-bg {
        height: 190px;
        right: 15px;
        font-size: 150px;
        line-height: 150px;
        top: -30px;
    }

    .mini-slider {
        padding-top: 30px;
    }

    .slider-content p {
        margin-top: 20px;
    }

    .controls {
        height: 40px;
    }

    .controlButton a {
        width: 31px;
        height: 40px;
        /* background-size: 25px 30px; */
        background-position: -11px -13px;
    }

        .controlButton a.control-prev:hover {
            background-position: -11px -78px;
        }

        .controlButton a.control-next {
            background-position: -68px -13px;
        }

            .controlButton a.control-next:hover {
                background-position: -68px -78px;
            }

    .carousel-indicators {
        top: 18px;
        float: left;
        margin-left: 0;
    }

        .carousel-indicators li {
            width: 8px;
            height: 8px;
            cursor: pointer;
            float: left;
            margin-right: 4px;
        }

    .topHeader-clone .header-social {
        float: left;
    }

    .top-menu {
        width: 100%;
        height: auto;
    }

    .mini-menu {
        margin-top: 0;
    }

    .mini-menu {
        margin: 0;
        width: 100%;
        height: 45px;
        line-height: 45px;
    }

        .mini-menu > a {
            font-size: 19px;
        }

        .mini-menu a i {
            top: 0;
        }

        .mini-menu ul {
            margin: 0;
            visibility: hidden;
            opacity: 0;
        }

        .mini-menu.openMenu ul {
            visibility: hidden;
            height: 0;
            opacity: 0;
        }

        .mini-menu.openMenu-mobil ul {
            height: auto;
            opacity: 1;
            visibility: visible;
        }


    .cover h1 {
        font-size: 25px;
        bottom: -5px;
        left: 26px;
    }

    section.section10 {
        padding: 30px 0 0;
    }

    .section10-item {
        margin-bottom: 30px;
    }

    .section20 .content-pota h2 {
        margin-top: 0;
    }

    .section20 .img-pota {
        margin-top: 10px;
    }

    .explore .e-item:first-child {
        margin-left: 5px;
    }

    .explore {
        text-align: center;
    }

        .explore .e-item {
            margin-bottom: 11px;
            float: none;
            display: inline-block;
            margin-right: 5px;
        }

    .section40 .content-pota h2 {
        padding-top: 20px;
    }

    .section40 .content-pota a {
        margin-right: 15px;
        padding: 10px 15px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .footer-item li a {
        margin-bottom: 10px;
    }

    .footer-item h4 {
        margin-bottom: 14px;
    }

    .footer-logo a.login {
        margin: 5px 0 20px;
    }

    .footer-logo p {
        margin-bottom: 25px;
    }

    .footer-item:nth-child(2) {
        text-align: right;
    }

    .footer-item .footer-menu:nth-child(2n) h4 {
        margin-top: 12px;
    }

    .footerAlt .footer-item {
        text-align: center;
        float: none;
    }

    .footer-item ul.social {
        float: none;
    }

    .footer-item p {
        float: none;
        margin-left: 0;
    }

    .social li a {
        margin-bottom: 0;
    }

    .market {
        float: none;
        text-align: center;
    }

    .topHeader {
        height: 84px;
    }

    .footerAlt {
        padding: 15px;
    }


    main#contact .default-input.half {
        width: 100%;
        margin-left: 0 !important;
    }

    .find-box .mini-menu > a {
        font-size: 17px;
        padding-right: 65px;
        padding-left: 15px;
        line-height: 50px;
    }

    .find-box .mini-menu {
        height: 50px;
    }

        .find-box .mini-menu > a i {
            right: 23px;
            font-size: 40px;
            left: auto;
            top: 7px;
        }

    main#contact .find-box {
        margin-bottom: 30px;
    }

    #page .content .container:before {
        display: none;
    }

    .projectCover .heads {
        bottom: 5px;
        left: 25px;
    }

    .form-box h3 {
        font-size: 20px;
        margin-bottom: 10px;
        text-align: center;
    }

    .contact-head h3 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .contact-head h4 {
        font-size: 20px;
    }

    .projectCover .heads h1 {
        font-size: 22px;
        line-height: 25px;
        /*margin-left: 20px;*/
    }

    .projectCover .heads h3 {
        font-size: 15px;
        margin-left: 20px;
    }

    .project-detail p {
        font-size: 14px;
        line-height: 16px;
    }

    .home {
        margin-right: 50px;
    }

    .map-cont h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .map-cont ul li {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .sale-statu {
        left: 58%;
        width: 41%;
        display: none;
    }

    .project-detail p {
        padding: 0;
    }

    .project-detail h3 {
        margin-bottom: 20px;
    }

    .map {
        max-height: none;
    }

    .input-item.half {
        width: 100%;
        margin-left: 0 !important;
    }

    .find-box h3 {
        font-size: 20px;
        text-align: center;
    }

    .g-box-content {
        width: 100%;
        height: auto;
    }

        .g-box-content h3 {
            margin: 15px 0;
        }

    .gallery-box > a {
        width: 100%;
    }

    .projectCover .heads.city {
        bottom: 20px;
    }

        .projectCover .heads.city h1 {
            font-size: 40px !important;
        }

        .projectCover .heads.city h3 {
            font-size: 18px;
            margin: 0;
        }

    .turkey-head .heads.city {
        bottom: 15px !important;
    }

        .turkey-head .heads.city h1 {
            font-size: 27px !important;
            line-height: 31px;
        }

    .slide-box span {
        font-size: 40px;
    }

    .slide-box p {
        font-size: 17px;
    }

    #page {
        padding-top: 45px;
    }

    section.content h2 {
        font-size: 25px;
        line-height: 27px;
        margin-bottom: 15px;
    }

    section.content p, section.content ul li {
        font-size: 15px;
        line-height: 18px;
    }

    section.content h3 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .isotope-box h3 {
        height: 50px;
        line-height: 50px;
        font-size: 25px;
    }

    .isotope-box {
        margin-bottom: 15px;
    }

    main#contact .form-box h4, main#contact .find-box h4 {
        font-size: 18px;
        line-height: 20px;
        text-align: center;
    }

    main#contact .form-box h3, main#contact .find-box h3 {
        font-size: 20px;
        line-height: 22px;
        text-align: center;
        margin-bottom: 15px;
    }

    .default-input {
        font-size: 13px;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}

@media only screen and (max-width : 479px) {


    .projectCover .heads.izmir-head h1 {
        margin-bottom: 10px;
    }

    .special-title h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .cesme-buttons {
        margin-bottom: 0;
        position: absolute;
        right: 15px;
        bottom: 0px;
        margin: 0;
    }

    .play-video {
        width: auto;
        padding: 5px 8px;
        font-size: 10px;
    }

    .special-title {
        height: auto;
        margin: 10px 0;
    }

        .special-title p {
            font-size: 12px;
        }

    .turkey-head .heads.city {
        left: 15px;
    }

    .aboutCity.discoverCesme {
        padding-top: 20px;
    }


    .aboutCity .content-pota h2:before, .aboutCity .content-pota h2:after {
        display: none;
    }

    .mouse {
        display: none;
    }

    .projectCover .heads {
        left: 0;
        bottom: 14px !important;
    }

    .izmir-head {
        padding-left: 20px;
    }

    .d-none {
        display: block !important;
    }

    .carousel-caption h1 {
        font-size: 20px;
        text-align: left;
    }

    .btn-CTC {
        padding: 5px;
        background: #000;
        border: 1px solid #fff;
        color: #fff;
        font-size: 22px;
        font-family: 'DIN Pro Cond';
        float: left;
    }

    .slider-but {
        font-size: 15px;
    }

    .section20 .content-pota span {
        bottom: -80px;
        font-size: 41px;
    }

    .slide-box-desc span {
        font-size: 11px;
    }

    .slide-box {
        padding: 20px;
    }
}



.navbar-toggler {
    padding: 0;
    border: none;
}

.menu-button a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #000;
    font-size: 40px;
    text-align: center;
    position: relative;
    display: block;
}

    .menu-button a span {
        display: block;
        position: absolute;
        height: 2px;
        width: 65%;
        background: #fff;
        border-radius: 2px;
        opacity: 1;
        left: 25%;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        .menu-button a span:nth-child(1) {
            top: 16px;
        }

        .menu-button a span:nth-child(2), .menu-button a span:nth-child(3) {
            top: 25px;
        }

        .menu-button a span:nth-child(4) {
            top: 34px;
        }

    .menu-button a.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    .menu-button a.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .menu-button a.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .menu-button a.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }




.isotope .isotope-item {
    -webkit-transition-property: top, left, opacity;
    -moz-transition-property: top, left, opacity;
    -ms-transition-property: top, left, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: top, left, opacity;
}

.header-lang li a {
    color: #000000;
    border: 1px solid #000000;
}

/*Iyappan*/
.cust_nav_box {
    position: absolute;
    top: 0;
    z-index: 10000;
    width: 100%;
}

@media only screen and (max-width : 767px) {
    .cust_nav_box {
        position: relative;
        top: 0;
        z-index: 10000;
        width: 100%;
        background: #000;
    }
}

.custminislider {
    padding-top: 70px !important;
    margin-bottom: 0px !important;
}
/*Iyappan*/
.custClientLogo {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
}

    .custClientLogo:hover {
        -webkit-filter: grayscale(100%);
        filter: grayscale(0);
        cursor: pointer;
    }

.headStyle {
    font-size: 43px !important;
    font-weight: 900 !important;
    margin-bottom: 3rem !important;
}

.ourClient {
    background-color: #f2f2f2 !important;
}
.custmargintop{
    margin-top: 50px;
}
.custpadbottom {
    padding-bottom: 50px;
}
.custOurClientLogo {
    color: #1a2b43;
    text-align: center;
    font-weight: 900
}

.CustViewMore {
    padding: 5px 15px;
    font-size: 20px;
}
.cust_isodope_Box {
    min-height: 480px;
}
    .cust_isodope_Box figcaption {
        padding: 15px;
        background-color: #fff;
    }

    /* Ganesh */

@media only screen and (max-width : 767px) {

    .bg-dark {
        background-color: #000000 !important;
    }

    a.navbar-brand img {
        width: 40%;
    }

    .navbar-dark .navbar-brand {
        padding: 0;
        margin: 0;
        width: 20%;
        background: #fff;
        text-align: center;
        position: absolute;
        line-height:50px;
        top:0;
    }

    button.navbar-toggler.collapsed {
        position: inherit;
        left: 75%;
    }
    button.navbar-toggler {
        position: inherit;
        left: 75%;
    }
}