﻿@import url(/font-awesome/css/font-awesome.min.css);

@font-face {
    font-family: 'Muli';
    font-display: auto;
    src: local('Muli'), url('/font/Muli-Regular.ttf') format('truetype');
}

body {
    margin: 0px;
    font-family: 'Muli', sans-serif;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
    color: #58585a;
    line-height: 22px;
    background-image: url('img/bg.jpg');
    background-repeat: repeat-x;
    background-position: top left;
}


.headeric {
    width: 84%;
    margin: 0px auto;
}

.header {
    background-color: #fff;
    position: relative;
    top: 0px;
    height: 102px;
    z-index: 1000;
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
}


.fixed .headersag .sm {
    display: none;
}

.fixed {
    position: fixed !important;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 1000;
    z-index: 1001;
    background-color: #fbfbfb;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
}



.logo {
    margin: 0px auto;
    width: 24%;
    text-align: left;
    padding: 11px 0px 0px 0px;
    float: left;
    height: 76px;
}

    .logo a img {
        border-style: none;
    }

.headersag {
    height: 102px;
    width: 75%;
    float: right;
}

.sm {
    text-align: right
}

    .sm a {
        text-decoration: none
    }

        .sm a img {
            width: 28px;
            height: auto;
            border: none;
            margin: 5px 3px 0 10px
        }


#nav {
    width: 760px;
    margin: 11px auto 0px auto;
    float: right;
}

    #nav > a {
        display: none;
    }

    #nav li {
        margin: 0px;
        padding: 0px;
        position: relative;
        list-style-type: none;
    }

        #nav li a {
            color: #393938;
            display: block;
        }

    #nav span:after {
        width: 0;
        height: 0;
        border: 0.313em solid transparent; /* 5 */
        border-bottom: none;
        border-top-color: #efa585;
        content: '';
        vertical-align: middle;
        display: inline-block;
        position: relative;
        right: -0.313em; /* 5 */
    }
    /* first level */
    #nav > ul {
        margin: 0px;
        padding: 0px;
    }

        #nav > ul > li {
            height: 100%;
            float: left;
            margin: 0px;
            padding: 0px;
        }

            #nav > ul > li > a {
                padding: 14px 0px 14px 15px;
                height: 100%;
                font-size: 15px; /* 24 */
                text-align: center;
                text-decoration: none;
                font-family: 'Muli', sans-serif;
                font-weight: 400;
            }

            #nav > ul > li:not( :last-child ) > a {
                background-position: right top;
                padding: 14px 15px 14px 15px;
            }

            #nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
                color: #686666;
            }
    /* second level */
    #nav li ul {
        background-color: #f8f6f2;
        display: none;
        position: absolute;
        top: 100%;
        width: 250px;
        z-index: 10000000;
    }

    #nav li:hover ul {
        padding: 0px;
        display: block;
        left: 0;
        right: 0;
    }

    #nav li:not( :first-child ):hover ul {
        left: 0px;
    }

    #nav ul li ul li {
        border-width: 1px !important;
    }

    #nav li ul a {
        font-size: 14px; /* 20 */
        border-bottom: 1px solid #EBEBEB;
        padding: 14px;
        text-align: left;
        text-decoration: none;
        color: #5a5b5d;
    }

    #nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
        color: #a5c3a7;
        background-color: #F9FBFC;
        font-weight: normal !important;
    }


.banner {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 700px;
    background-color: #2e2e2e;
}

.item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    background-size: 100%;
    width: 100%;
    height: 700px;
}

.itembg {
    background-size: 200%;
}


#owl-slide .item img {
    display: block;
    width: 100%;
    height: auto;
}

.banneryazi {
    margin: 350px auto 0px auto;
    padding: 10px 0px 20px 20px;
    text-align: left;
    font-size: 28px;
    color: #ffffff;
    z-index: 10000;
    left: 150px;
    position: absolute;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 38px;
    width: 750px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.color {
    color: #deefe0;
}

.banneryazi h2 {
    font-size: 36px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    color: #fff;
    line-height: 48px;
    font-weight: 700;
}

.banneryazi a {
    display: block;
    width: 180px;
    text-align: center;
    background-color: #daeddc;
    border-radius: 6px;
    color: #f8f6f2;
    text-decoration: none;
    margin: 20px auto 10px auto;
    padding: 12px;
}

    .banneryazi a:hover {
        background-color: #a5c3a7;
    }


.item2 {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 390px;
}

#owl-slide2 .item2 img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2.1s ease-in-out;
    transition: all 2.1s ease-in-out;
    margin: 0px auto;
}


#owl-slide2 .item2:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 2.1s ease-in-out;
    transition: all 2.1s ease-in-out;
}


.banner2yazi {
    margin: 0px auto 0px auto;
    padding: 20px;
    text-align: left;
    font-size: 15px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 10000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    letter-spacing: 0.6px;
    line-height: 22px;
    width: 350px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-bottom: 5px solid #fbfbfb;
    border-left: 5px solid #fbfbfb;
}

    .banner2yazi h3 {
        color: #ffffff;
        padding: 6px 0px 4px 0px;
        font-size: 22px;
        margin: 0px;
        font-weight: 400;
    }



#owl-slide3 .item3 {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    color: #5f5c5d;
    text-align: center;
    font-weight: 700;
    height: 390px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    transition: all 1.6s ease-in-out;
    position: relative;
}

    #owl-slide3 .item3:hover {
        padding: 0px;
        margin: 0px 0px 5px 0px;
        color: #a5c3a7;
        text-align: center;
        height: 390px;
        text-decoration: none;
        display: block;
        font-size: 16px;
        transition: all 1.6s ease-in-out;
    }

.item3img {
    width: 100%;
    height: 275px;
    overflow: hidden;
    margin: 0px auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.6s ease-in-out;
    transition: all 1.6s ease-in-out;
    text-align: center;
}

    .item3img img {
        width: 100%;
        height: auto;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 1.6s ease-in-out;
        transition: all 1.6s ease-in-out;
        margin: 0px auto;
    }

    .item3img:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 1.6s ease-in-out;
        transition: all 1.6s ease-in-out;
    }

#owl-demo .item1 a {
    color: #5a5b5d;
    text-decoration: none;
}

.rright {
    margin-right: 0 !important;
    color: #a5c3a7;
    padding: 10px;
    font-size: 60px;
    margin-left: 76px
}

.rleft {
    margin-right: 0 !important;
    color: #a5c3a7;
    padding: 10px;
    font-size: 70px;
    margin-left: -86px
}

.anabox1 {
    width: 50%;
    float: left;
    text-align: left;
    line-height: 24px;
    font-size: 15px;
    padding: 20px 0px 0px 0px;
}


    .anabox1 h1 {
        border-style: none;
        font-size: 28px;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        text-decoration: none;
        color: #a5c3a7;
        font-weight: 700;
    }

    .anabox1 h2 {
        border-style: none;
        font-size: 20px;
        padding: 0px;
        margin: 0px 0px 10px 0px;
        text-decoration: none;
        color: #5f5c5d;
        font-weight: 400;
    }

.anabox2 {
    width: 42%;
    float: left;
    text-align: left;
    line-height: 20px;
    padding: 40px 0px 0px 8%;
}

    .anabox2 img {
        width: 100%;
        height: auto;
    }


.haberresim {
    height: 200px;
    overflow: hidden;
}

#kurumsal {
    padding: 10px 0 50px 0;
    margin-top: 30px;
}

.kutu {
    width: 23%;
    margin: 50px 1% 90px 1%;
    float: left;
    cursor: pointer;
}

    .kutu i {
        font-size: 36px;
        border-radius: 50%;
        border: 1px solid #a5c3a7;
        color: #a5c3a7;
        padding-top: 22px;
        width: 80px;
        height: 58px;
    }

    .kutu span {
        color: #a5c3a7;
        font-size: 18px;
        display: block;
        margin: 8px 0px 8px 0px;
    }

.footer {
    padding: 40px 10px 40px 10px;
    text-align: center;
    color: #d9ecdc;
    background-color: #374851;
    line-height: 28px;
    border-top: 5px solid #2c3941;
}

    .footer h3 {
        color: #e9eef5;
        font-weight: 700;
        font-size: 16px;
        padding: 2px 0px 6px 0px;
    }

    .footer i {
        color: #f6efdd;
        font-size: 18px;
        margin-right: 8px;
    }

.altlogo {
    display: inline-block;
    margin: 10px 1%;
    width: 14%;
    border: none;
    text-decoration: none;
}

    .altlogo img {
        width: 100%;
        border: none;
    }

.footerLogolar {
    margin: 30px auto;
    width: 92%;
}

.footerlogo {
    border: none;
    text-decoration: none;
}

    .footerlogo img {
        border: none;
    }



.footeralt {
    padding: 20px 0px 20px 0px;
    background-color: #2c3941;
    color: #597584;
}

.mb_parallax_container {
    height: 50vh;
    width: 100%;
    padding-top: 20vh;
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 38px;
}

#mb_parallax_two {
    background-image: url('img/climb.jpg');
}

.mb_parallax_container h3 {
    color: #f8f6f2 !important;
    font-size: 30px;
    margin-bottom: 5px;
    line-height: 42px;
    font-weight: 700;
}

.mb_parallax_container a {
    padding: 12px 20px 12px 20px;
    display: inline-block;
    text-decoration: none;
    width: 250px;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
}

    .mb_parallax_container a:hover {
        color: #a5c3a7;
        text-decoration: none;
        border: 1px solid #a5c3a7;
    }

.mb_parallax_container i {
    margin-right: 5px;
}

.ebform {
    width: 100%;
    display: inline-block;
    padding: 20px 0px 0px 0px;
}

    .ebform input {
        border: none;
        padding: 10px 8px 10px 10px;
        border-radius: 6px;
        height: 23px;
        font-size: 14px;
        font-weight: 500;
        font-family: 'Muli', sans-serif;
        width: 250px;
        outline: none;
        background-color: #ffffff;
    }

.container {
    margin: 0px auto;
    width: 88%;
}

.content2 {
    padding: 60px 0px 60px 0px;
    width: 86%;
    margin: 0px auto;
    line-height: 22px;
    position: relative;
}

.content3 {
    padding: 20px 0px 60px 0px;
    width: 82%;
    margin: 0px auto;
    line-height: 22px;
}



.breadcrumbs {
    height: 60px;
    text-align: left;
    padding: 24px 0px 0px 5px;
}

    .breadcrumbs a {
        color: #a5c3a7;
        text-decoration: none;
    }

    .breadcrumbs i {
        color: #a5c3a7;
        margin: 0px 10px 0px 10px;
    }

.contentmp {
    padding: 0px 0px 80px 0px;
    width: 82%;
    min-height: 350px;
    margin: 0px auto;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
}

.sol {
    padding: 0px 1% 0px 0%;
    width: 23%;
    float: right;
    text-align: left;
}

.sag {
    padding: 0px 0% 0px 2%;
    width: 74%;
    float: right;
    text-align: left;
}

.menuust {
    color: #FFFFFF;
    font-size: 18px;
    padding: 14px;
    height: 20px;
    margin: 0px 0px 0px 1px;
    border-bottom: 1px solid #E4E4E4;
    background-color: #a5c3a7;
}

.solmenu {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    background-color: #F7F7F7;
}

    .solmenu ul {
        padding: 0px;
        margin: 0px;
    }

        .solmenu ul li {
            line-height: 28px;
            list-style-type: none;
        }

            .solmenu ul li a {
                color: #666666;
                font-size: 15px;
                text-decoration: none;
                padding: 8px 8px 8px 14px;
                display: block;
                border-bottom: 1px solid #efefef;
            }

                .solmenu ul li a:hover {
                    color: #FFFFFF;
                    background-color: #a5c3a7;
                }

                .solmenu ul li a i {
                    margin-right: 8px;
                    color: #a5c3a7;
                }

                .solmenu ul li a:hover i {
                    margin-right: 8px;
                    color: #ffffff;
                }

.content {
    padding: 20px 0px 30px 0px;
    width: 100%;
    margin: 0px auto;
}

.contentic {
    width: 84%;
    margin: 0px auto;
}

.containera {
    padding: 70px 0px 70px 0px;
    background-color: #f0f0ef;
}

.box {
    margin: 10px 1% 10px 1%;
    width: 31%;
    float: left;
    height: 250px;
    text-align: left;
    display: block;
    text-decoration: none;
    transition: all 1.6s ease-in-out;
    color: #2e2e2e;
    overflow: hidden
}

    .box:hover {
        margin: 10px 1% 10px 1%;
        width: 31%;
        float: left;
        height: 250px;
        text-align: left;
        display: block;
        text-decoration: none;
        transition: all 1.6s ease-in-out;
        color: #a5c3a7;
        overflow: hidden
    }

.boximg {
    width: 100%;
    height: 196px;
    overflow: hidden;
    -webkit-transition: all 1.6s ease-in-out;
    transition: all 1.6s ease-in-out;
    margin-bottom: 8px;
}



.box .boximg img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.6s ease-in-out;
    transition: all 1.6s ease-in-out;
    margin: 0px auto;
}

.box:hover .boximg img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1.6s ease-in-out;
    transition: all 1.6s ease-in-out;
}

.boxbaslik {
    font-weight: 700;
}

.icresim {
    width: 40%;
    margin: 0px 10px 0px 0px;
    float: left;
}

    .icresim img {
        width: 100%;
        height: auto;
    }

.icyazi {
    padding: 10px;
}

.newsbtn {
    display: block;
    border-radius: 6px;
    padding: 10px;
    color: #fff;
    background-color: #a5c3a7;
    width: 250px;
    height: 30px;
    font-weight: 700;
    line-height: 30px;
    text-decoration: none;
    margin: 10px auto;
}

.sresim {
    width: 45%;
    float: left;
    padding: 0px 3% 0px 0px
}

    .sresim img {
        width: 100%;
        height: auto;
    }

.syazi {
    width: 50%;
    float: left;
}



h3 {
    color: #a5c3a7;
    padding: 6px 0px 4px 0px;
    font-size: 22px;
    margin: 0px;
    font-weight: 400;
}

h4 {
    color: #a5c3a7;
    margin: 0px 5px 0px 5px;
    font-size: 14px;
    margin: 0px;
    font-weight: 400;
    display: inline-block;
}

h1 {
    font-size: 24px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
    color: #a5c3a7;
    display: block;
    font-weight: 700;
    line-height: 32px;
}

hr {
    border: 0;
    height: 1px;
    background: #F0F0F0;
    background-image: linear-gradient(to right, #cccccc, #d6d6d6, #F0F0F0);
}


h2 {
    margin: 0px;
    color: #a5c3a7;
    padding: 2px 0px 24px 0px;
    margin-bottom: 6px;
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
}



.baslik {
    padding: 12px 0px 8px 0px;
    font-size: 16px;
}




.yukari-cik {
    position: fixed;
    right: 5%;
    bottom: 5%;
    background: #a5c3a7;
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
    border-radius: 20px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
}



.solilet {
    padding: 0px 2% 0px 0%;
    width: 42%;
    text-align: left;
    float: left;
}

.sagilet {
    padding: 0px 0% 0px 0px;
    width: 55%;
    float: right;
    text-align: left;
}

    .sagilet i {
        margin-right: 6px;
    }

.solilet input[type=text], .solilet input[type=password] {
    padding: 10px;
    margin: 5px 0px 5px 0px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 14px;
    color: #666666;
    outline: none;
    width: 90%;
    font-family: 'Muli', sans-serif;
}

.solilet textarea {
    padding: 10px;
    margin: 5px 0px 5px 0px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 14px;
    color: #666666;
    outline: none;
    width: 90%;
    font-family: 'Muli', sans-serif;
}


.clr {
    clear: both;
}

.divbelge {
    margin: 10px 1% 10px 1%;
    width: 23%;
    height: 200px;
    overflow: hidden;
    float: left;
}

    .divbelge img {
        width: 100%;
        height: auto;
    }

.referanslar {
    width: 50%;
    float: left;
    text-align: left;
}

.cert {
    margin: 10px 2% 10px 2%;
    width: 21%;
    height: 250px;
    float: left;
    text-align: center;
    font-weight: 700;
}

.certimg {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

    .certimg img {
        width: 100%;
        height: auto;
    }

.ekip {
    margin: 10px 2% 10px 2%;
    width: 21%;
    height: 300px;
    float: left;
    text-align: center;
    color: #a5c3a7;
    text-decoration: none;
}

.ekipimg {
    width: 100%;
    height: 270px;
    overflow: hidden;
}

    .ekipimg img {
        width: 100%;
        height: auto;
    }

@media (min-width: 1100px) and (max-width: 1300px) {

    .headeric {
        width: 96%;
        margin: 0px auto;
    }

    .content2 {
        padding: 60px 0px 80px 0px;
        width: 86%;
        margin: 0px auto;
        line-height: 20px;
    }

    .content {
        padding: 20px 0px 30px 0px;
        width: 100%;
        margin: 0px auto;
    }

    .contentic {
        width: 90%;
        margin: 0px auto;
    }

    .banner {
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
        height: 550px;
    }

    .item {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 550px;
    }
}

@media (min-width: 1600px) {

    .headeric {
        width: 1280px;
        margin: 0px auto;
    }

    .content2 {
        padding: 60px 0px 80px 0px;
        width: 1280px;
        margin: 0px auto;
        line-height: 20px;
    }

    .content3 {
        padding: 20px 0px 60px 0px;
        width: 1246px;
        margin: 0px auto;
        line-height: 22px;
    }

    .content {
        padding: 20px 0px 30px 0px;
        width: 100%;
        margin: 0px auto;
    }

    .contentic {
        width: 1280px;
        margin: 0px auto;
    }

    .contentmp {
        padding: 0px 0px 80px 0px;
        width: 1280px;
        min-height: 350px;
        margin: 0px auto;
        line-height: 20px;
        text-align: left;
    }

    .mb_parallax_container {
        height: 40vh;
        width: 100%;
        padding-top: 15vh;
        background-attachment: fixed;
        background-size: 100%;
        background-repeat: no-repeat;
        color: #FFFFFF;
        font-size: 18px;
        line-height: 24px;
        text-shadow: 1px 2px 0px rgba(0,0,0,0.2);
    }

    .banner {
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
        height: 800px;
    }

    .item {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 800px;
    }

    .footerLogolar {
        margin: 30px auto;
        width: 1380px;
    }
}

@media screen and (max-width: 480px) {


    .header {
        background-color: #fff;
        position: relative;
        top: 0px;
        height: 122px;
        z-index: 1000;
        width: 100%;
        text-align: center;
        box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
    }

    .headeric {
        width: 100%;
        margin: 0px auto;
    }


    .logo {
        margin: 0 auto;
        width: 52%;
        text-align: left;
        padding: 10px 0px 5px 2%;
        float: left;
        height: 52px;
        position: relative;
        z-index: 10010;
        margin: 40px 0px 0px 0px;
    }

        .logo a img {
            border-style: none;
            width: 100%;
            height: auto;
        }

    .headersag {
        width: 100%;
        height: 40px;
        float: right;
        padding-top: 5px;
        position: absolute;
        text-align: right;
        z-index: 10000
    }

    .sm {
        text-align: center
    }

        .sm a img {
            width: 28px;
            height: auto;
            border: none;
            margin: 4px 3px 0 6px
        }

    #nav {
        width: 100% !important;
        margin: 20px 0px 0px 0px !important;
        float: none;
    }

        #nav > a {
        }

        #nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
            display: block;
        }

        /* first level */

        #nav > ul {
            height: auto;
            display: none;
            left: 0;
            right: 0;
        }

        #nav:target > ul {
            display: block;
        }

        #nav > ul > li {
            width: 100%;
            float: none;
        }

        /* second level */

        #nav li ul {
            position: static;
        }

        #nav > a {
            padding: 8px 8px 5px 0px;
            height: 2.825em; /* 50 */
            text-align: right;
            position: relative;
            color: #FFFFFF;
            text-decoration: none;
            font-weight: bold;
        }

        #nav li a {
            color: #393938;
            display: block;
            background-color: #ffffff;
        }

        #nav li ul {
            width: 100%;
        }

        #nav > ul > li > a {
            padding: 15px 23px 15px 22px;
            height: 100%;
            font-size: 14px; /* 24 */
            text-align: center;
            text-decoration: none;
            font-weight: 600;
            border-bottom: 1px solid #d5d5d5;
        }

        #nav > ul > li:not( :last-child ) > a {
            padding: 15px 23px 15px 22px;
            border-right: 0px solid #d5d5d5;
        }

        #nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
            color: #393938;
        }

        #nav li ul a {
            font-size: 1.20em; /* 20 */
            border-bottom: 1px solid #f3fcff;
            padding: 0.75em;
            text-align: left;
            text-decoration: none;
            color: #393938;
        }

    .banner {
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
        height: 200px;
        background-color: #2e2e2e;
    }

    .item {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 200px;
    }



    .banneryazi {
        margin: 120px auto 0px auto;
        padding: 0px 0px 0px 2%;
        text-align: left;
        font-size: 14px;
        color: #ffffff;
        z-index: 10000;
        left: 10px;
        position: absolute;
        font-weight: 700;
        letter-spacing: 0.6px;
        line-height: 22px;
        width: 90%;
        -webkit-font-smoothing: antialiased;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }


        .banneryazi h2 {
            font-size: 15px;
            padding: 0px;
            margin: 0px 0px 0px 0px;
            color: #fff;
            line-height: 22px;
            font-weight: 700;
        }

    .containera {
        padding: 40px 0px 40px 0px;
    }

    .content3 {
        padding: 0px 0px 40px 0px;
        width: 100%;
        margin: 0px auto;
        line-height: 22px;
    }

    .anabox1 {
        width: 94%;
        float: none;
        text-align: left;
        line-height: 24px;
        font-size: 15px;
        padding: 0px 3% 0px 3%;
    }


        .anabox1 h1 {
            border-style: none;
            font-size: 22px;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
            text-decoration: none;
            color: #a5c3a7;
            font-weight: 700;
        }

        .anabox1 h2 {
            border-style: none;
            font-size: 16px;
            padding: 0px;
            margin: 0px 0px 10px 0px;
            text-decoration: none;
            color: #5f5c5d;
            font-weight: 400;
        }

    .anabox2 {
        width: 96%;
        float: none;
        text-align: left;
        line-height: 20px;
        padding: 40px 2% 0px 2%;
    }

    .item2 {
        display: block;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 380px;
    }

    .banner2yazi {
        margin: 0px auto 0px auto;
        padding: 20px;
        text-align: left;
        font-size: 15px;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.50);
        z-index: 10000;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 50px;
        letter-spacing: 0.6px;
        line-height: 22px;
        width: 240px;
        -webkit-font-smoothing: antialiased;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        border-bottom: 5px solid #fbfbfb;
        border-left: 5px solid #fbfbfb;
    }

    .mb_parallax_container {
        height: 320px;
        width: 96%;
        padding-top: 50px;
        padding-left: 2%;
        padding-right: 2%;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
        color: #FFFFFF;
        font-size: 15px;
        line-height: 24px;
    }

        .mb_parallax_container h3 {
            color: #f8f6f2 !important;
            font-size: 20px;
            margin-bottom: 5px;
            line-height: 28px;
            font-weight: 700;
        }

        .mb_parallax_container a {
            padding: 12px 20px 12px 20px;
            display: inline-block;
            text-decoration: none;
            width: 200px;
            font-weight: 700;
            color: #fff;
            font-size: 14px;
            border: 1px solid #fff;
        }

    .content2 {
        padding: 40px 0px 40px 0px;
        width: 94%;
        margin: 0px auto;
        line-height: 20px;
    }

    .contentmp {
        padding: 0px 3% 60px 3%;
        width: 94%;
        min-height: 350px;
        margin: 0px auto;
        font-size: 15px;
        line-height: 22px;
        text-align: left;
    }

    .altlogo {
        display: inline-block;
        margin: 10px 2% 10px 3%;
        width: 44%;
        border: none;
        text-decoration: none;
    }

    .breadcrumbs {
        height: 58px;
        text-align: left;
        padding: 15px 0px 0px 5px;
        line-height: 22px;
        font-size:14px;
    }

    .sol {
        padding: 0px 0% 0px 0%;
        width: 100%;
        float: right;
        text-align: left;
    }

    .sag {
        padding: 0px 0% 0px 0%;
        width: 100%;
        float: right;
        text-align: left;
    }

    .contentmp img {
        width: 100%;
        height: auto;
    }

    .box {
        margin: 10px 2% 10px 2%;
        width: 96%;
        float: none;
        height: auto;
        text-align: center;
        display: block;
        text-decoration: none;
        transition: all 1.6s ease-in-out;
        color: #2e2e2e;
        overflow: hidden
    }

        .box:hover {
            margin: 10px 2% 10px 2%;
            width: 96%;
            float: none;
            height: auto;
            text-align: center;
            display: block;
            text-decoration: none;
            transition: all 1.6s ease-in-out;
            color: #a5c3a7;
            overflow: hidden
        }

    .boximg {
        width: 100%;
        height: auto;
        overflow: hidden;
        -webkit-transition: all 1.6s ease-in-out;
        transition: all 1.6s ease-in-out;
    }



    .box .boximg img {
        width: 100%;
        height: auto;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 1.6s ease-in-out;
        transition: all 1.6s ease-in-out;
        margin: 0px auto;
    }

    .sresim {
        width: 100%;
        float: none;
        padding: 0px 0% 10px 0px
    }

    .syazi {
        width: 100%;
        float: none;
    }

    .divbelge {
        margin: 10px 1% 10px 1%;
        width: 98%;
        height: auto;
        overflow: hidden;
        float: left;
    }

    .cert {
        margin: 10px 2% 20px 2%;
        width: 96%;
        height: auto;
        float: left;
        text-align: center;
        font-weight: 700;
    }

    .certimg {
        width: 100%;
        height: auto;
        overflow: hidden;
        border: 1px solid #dadada;
    }

    .ekip {
        margin: 10px auto 10px auto;
        width: 76%;
        height: auto;
        float: none;
        text-align: center;
    }

    .ekipimg {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .solilet {
        padding: 0px 0% 0px 0%;
        width: 100%;
        text-align: left;
        float: none;
    }

    .sagilet {
        padding: 20px 0% 0px 0px;
        width: 100%;
        float: none;
        text-align: left;
    }
}

@media (min-width: 480px) and (max-width: 860px) {
    .dil {
        font-size: 14px;
        line-height: 15px;
        float: right;
        width: 140px;
        padding: 0px 0px 0px 0px;
        font-weight: 700;
        position: absolute;
        right: 4px;
        top: 0px;
    }

    .headeric {
        width: 100%;
        margin: 0px auto;
    }

    .logo {
        margin: 0px auto;
        width: 50%;
        text-align: left;
        padding: 5px 0px 5px 0px;
        float: left;
        height: 71px;
    }

    .logo {
        margin: 0 auto;
        width: 30%;
        text-align: left;
        padding: 5px 0px 5px 1%;
        float: left;
        height: 65px;
        position: relative;
        z-index: 10010
    }



    .headersag {
        width: 100%;
        height: 40px;
        float: right;
        padding-top: 8px;
        position: absolute;
        text-align: right;
        z-index: 10000
    }

    #nav {
        width: 100% !important;
        margin: 0px !important;
        float: none;
    }

        #nav > a {
        }

        #nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
            display: block;
        }

        /* first level */

        #nav > ul {
            height: auto;
            display: none;
            left: 0;
            right: 0;
        }

        #nav:target > ul {
            display: block;
        }

        #nav > ul > li {
            width: 100%;
            float: none;
        }

        /* second level */

        #nav li ul {
            position: static;
        }

        #nav > a {
            padding: 8px 8px 5px 0px;
            height: 2.825em; /* 50 */
            text-align: right;
            position: relative;
            color: #393938;
            text-decoration: none;
            font-weight: bold;
        }

        #nav li a {
            color: #393938;
            display: block;
            background-color: #fff;
        }

        #nav li ul {
            width: 100%;
        }

        #nav > ul > li > a {
            padding: 15px 23px 15px 22px;
            height: 100%;
            font-size: 14px; /* 24 */
            text-align: center;
            text-decoration: none;
            font-weight: 600;
            border-bottom: 1px solid #d1d1d1;
        }

        #nav > ul > li:not( :last-child ) > a {
            padding: 15px 23px 15px 22px;
            border-right: 0px solid #a5c3a7;
        }

        #nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
            color: #393938;
        }

        #nav li ul a {
            font-size: 1.20em; /* 20 */
            border-bottom: 1px solid #c6c6c6;
            padding: 0.75em;
            text-align: left;
            text-decoration: none;
            color: #393938;
        }

    .banner {
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
        height: 480px;
        background-color: #2e2e2e;
    }

    .item {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 480px;
    }

    .banneryazi {
        margin: 250px auto 0px auto;
        padding: 10px 0px 20px 20px;
        text-align: left;
        font-size: 24px;
        color: #ffffff;
        z-index: 10000;
        left: 50px;
        position: absolute;
        font-weight: 700;
        letter-spacing: 0.6px;
        line-height: 28px;
        width: 550px;
        -webkit-font-smoothing: antialiased;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

        .banneryazi h2 {
            font-size: 28px;
            padding: 0px;
            margin: 0px 0px 5px 0px;
            color: #fff;
            line-height: 48px;
            font-weight: 700;
        }

    .containera {
        padding: 40px 0px 40px 0px;
        background-color: #f0f0ef;
    }

    .content3 {
        padding: 0px 0px 40px 0px;
        width: 100%;
        margin: 0px auto;
        line-height: 22px;
    }

    .anabox1 {
        width: 48%;
        float: left;
        text-align: left;
        line-height: 22px;
        font-size: 14px;
        padding: 20px 1% 0px 1%;
    }


        .anabox1 h1 {
            border-style: none;
            font-size: 24px;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
            text-decoration: none;
            color: #a5c3a7;
            font-weight: 700;
        }

        .anabox1 h2 {
            border-style: none;
            font-size: 16px;
            padding: 0px;
            margin: 0px 0px 10px 0px;
            text-decoration: none;
            color: #5f5c5d;
            font-weight: 400;
        }

    .anabox2 {
        width: 46%;
        float: left;
        text-align: left;
        line-height: 20px;
        padding: 20px 1% 0px 3%;
    }



    .item2 {
        display: block;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 350px;
    }

    .banner2yazi {
        margin: 0px auto 0px auto;
        padding: 20px;
        text-align: left;
        font-size: 15px;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.50);
        z-index: 10000;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 50px;
        letter-spacing: 0.6px;
        line-height: 22px;
        width: 240px;
        -webkit-font-smoothing: antialiased;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        border-bottom: 5px solid #fbfbfb;
        border-left: 5px solid #fbfbfb;
    }

    .mb_parallax_container {
        height: 300px;
        width: 96%;
        padding-top: 50px;
        padding-left: 2%;
        padding-right: 2%;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
        color: #FFFFFF;
        font-size: 15px;
        line-height: 24px;
    }

        .mb_parallax_container h3 {
            color: #f8f6f2 !important;
            font-size: 20px;
            margin-bottom: 5px;
            line-height: 28px;
            font-weight: 700;
        }

        .mb_parallax_container a {
            padding: 12px 20px 12px 20px;
            display: inline-block;
            text-decoration: none;
            width: 200px;
            font-weight: 700;
            color: #fff;
            font-size: 14px;
            border: 1px solid #fff;
        }

    .content2 {
        padding: 40px 0px 40px 0px;
        width: 94%;
        margin: 0px auto;
        line-height: 20px;
    }

    .contentmp {
        padding: 0px 3% 60px 3%;
        width: 94%;
        min-height: 350px;
        margin: 0px auto;
        font-size: 15px;
        line-height: 22px;
        text-align: left;
    }

    .breadcrumbs {
        height: 66px;
        text-align: left;
        padding: 20px 0px 0px 5px;
        line-height: 22px;
    }

    .sol {
        padding: 20px 0% 0px 0%;
        width: 100%;
        float: right;
        text-align: left;
    }

    .sag {
        padding: 0px 0% 0px 0%;
        width: 100%;
        float: right;
        text-align: left;
    }

    .contentmp img {
        width: 100%;
        height: auto;
    }

    .box {
        margin: 10px 1% 10px 1%;
        width: 48%;
        float: left;
        height: auto;
        text-align: center;
        display: block;
        height: 290px;
        text-decoration: none;
        transition: all 1.6s ease-in-out;
        color: #2e2e2e;
        overflow: hidden
    }

        .box:hover {
            margin: 10px 1% 10px 1%;
            width: 48%;
            float: left;
            height: auto;
            text-align: center;
            display: block;
            height: 290px;
            text-decoration: none;
            transition: all 1.6s ease-in-out;
            color: #2e2e2e;
            overflow: hidden
        }

    .boximg {
        width: 100%;
        height: 220px;
        overflow: hidden;
        -webkit-transition: all 1.6s ease-in-out;
        transition: all 1.6s ease-in-out;
    }



    .box .boximg img {
        width: 100%;
        height: auto;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 1.6s ease-in-out;
        transition: all 1.6s ease-in-out;
        margin: 0px auto;
    }

    .sresim {
        width: 40%;
        padding: 0px 3% 10px 0px
    }

    .syazi {
        width: 100%;
        float: none;
    }

    .divbelge {
        margin: 10px 1% 10px 1%;
        width: 98%;
        height: auto;
        overflow: hidden;
        float: left;
    }

    .cert {
        margin: 10px 2% 20px 2%;
        width: 46%;
        height: 550px;
        float: left;
        text-align: center;
        font-weight: 700;
    }

    .certimg {
        width: 100%;
        height: 500px;
        overflow: hidden;
        border: 1px solid #dadada;
    }

    .ekip {
        margin: 10px 2% 10px 2%;
        width: 29%;
        height: auto;
        float: left;
        text-align: center;
    }

    .ekipimg {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .solilet {
        padding: 0px 0% 0px 0%;
        width: 100%;
        text-align: left;
        float: none;
    }

    .sagilet {
        padding: 20px 0% 0px 0px;
        width: 100%;
        float: none;
        text-align: left;
    }
}
