﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800&display=swap');
@import url(/font-awesome/css/font-awesome.min.css);

body {
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
    color: #4b4b4b;
    line-height: 22px;
}

.triggerAnimate {
    visibility: hidden;
}

.animated {
    animation-duration: 1.2s !important;
}

.headeric {
    width: 84%;
    margin: 0px auto;
}

.header {
    height: 140px;
    width: 100%;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.ustmenu {
    background: #05345e;
    height: 44px;
}

.ustsol {
    width: 48%;
    float: left;
    text-align: left;
    color: #f8f6f2;
    padding: 10px 0 0 .5%;
    line-height: 24px;
    font-size: 15px;
}



.ustsag {
    width: 48%;
    float: right;
    text-align: right;
    color: #f8f6f2;
    padding: 10px 1% 0px 0px;
    line-height: 24px;
    font-size: 14px;
}

    .ustsol a, .ustsag a {
        color: #F0F0F0;
        text-decoration: none;
        line-height: 18px
    }

    .ustsol i, .ustsag i {
        font-size: 18px;
        color: #2a7bb5;
        margin-right: 8px;
        line-height: 24px
    }

.sm {
    width: 180px;
    float: right
}

    .sm a {
        color: #f8f6f2;
        text-decoration: none
    }

        .sm a i {
            font-size: 24px;
            color: #3590d2;
            margin: 10px 3px 0 10px
        }

            .sm a i:hover {
                color: #fff
            }

.header2 {
    background-color: rgba(255, 255, 255, 0);
    height: 100px;
    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: 1001;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
}

    .logo2, .fixed .logo1 {
        display: none !important;
    }

    .fixed .logo2 {
        display: block !important;
    }

    .fixed .ustmenu {
        display: none;
    }


.logo {
    margin: 0px auto;
    width: 30%;
    text-align: left;
    padding-top: 8px;
    float: left;
    height: 84px;
}

    .logo a img {
        width: auto;
        height: 80px;
        border-style: none;
    }

.headersag {
    width: 55%;
    height: 84px;
    float: right;
}



#nav {
    width: 662px;
    margin: 42px auto 0px auto;
    float: right;
}

    #nav > a {
        display: none
    }

    #nav li {
        margin: 0;
        padding: 0;
        position: relative;
        list-style-type: none
    }

        #nav li a {
            color: #2a7bb5;
            display: block
        }


    #nav > ul {
        margin: 0;
        padding: 0
    }

        #nav > ul > li {
            height: 100%;
            display: inline-block;
            margin: 0;
            padding: 0
        }

            #nav > ul > li > a {
                height: 100%;
                font-size: 16px;
                text-align: center;
                text-decoration: none;
                padding: 0px 5px 0px 15px;
                transition: all .6s ease-in-out;
                position: relative;
                font-weight: 500;
            }

            #nav > ul > li:not( :last-child ) > a {
                padding: 0px 15px 0px 15px;
            }

            #nav > ul > li:hover > a {
                color: #05345e;
                transition: all .6s ease-in-out;
            }

            #nav > ul > li::after {
                display: block;
                width: 0px;
                margin: 0px auto;
                content: '';
                background-color: #2a7bb5;
                height: 2px;
                transition: all .6s ease-in-out;
            }

            #nav > ul > li:hover::after {
                display: block;
                width: 80%;
                margin: 0px auto;
                content: '';
                background-color: #05345e;
                height: 2px;
                transition: all .6s ease-in-out;
            }


.aktif::after {
    display: block;
    width: 80%;
    margin: 0px auto;
    content: '';
    background-color: #2a7bb5;
    height: 2px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -2px;
}

#nav li ul {
    background-color: rgba(5, 52, 94, 0.90);
    display: none;
    position: absolute;
    border-radius: 8px;
    top: 100%;
    width: 300px;
    z-index: 10000
}

#nav li:hover ul {
    padding: 0;
    display: block;
    left: 0;
    right: 0
}

#nav li:not( :first-child ):hover ul {
    left: 0
}

#nav ul li ul li {
    border-width: 1px !important
}

#nav li ul a {
    font-size: 15px;
    border-bottom: 1px solid #05345e;
    padding: 12px 5px 12px 15px;
    text-align: left;
    text-decoration: none;
    color: #fff;
}

#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
    color: #2a7bb5 !important;
    background-color: #022442;
}

.banner {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background: #05345e;
}

#owl-slide .owl-stage-outer {
    overflow: visible !important;
}

#owl-slide {
    display: block;
    min-width: 0;
}

    #owl-slide .item {
        position: relative;
        overflow: hidden;
    }

    #owl-slide .slide-img {
        width: 100%;
        height: 100%; /* JS ile .item yüksekliği verilecek → img de %100 */
        object-fit: cover; /* alanı taşmadan doldurur */
        display: block;
    }

    #owl-slide .item::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.70);
        transition: opacity .3s;
    }

    #owl-slide .owl-item.center .item::after {
        background: rgba(5, 52, 94, 0.10);
    }


    #owl-slide .banneryazi {
        position: absolute;
        left: 0;
        right: 0;
        top: 200px;
        padding: 24px 28px;
        color: #fff;
        text-shadow: 0 2px 8px rgba(5, 52, 94, 0.20);
        pointer-events: none; /* link koyacaksanız kaldırın */
        font-size: 24px;
    }

.banneryazi h2 {
    color: #fff;
    font-size: 36px;
}

/* Navigasyon okları (opsiyonel yerleşim) */
#owl-slide .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#owl-slide .owl-nav .owl-prev {
    left: 10px;
}

#owl-slide .owl-nav .owl-next {
    right: 10px;
}

#owl-slide .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}


#owl-slide .owl-nav {
    position: absolute;
    top: 46%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 5; /* overlay'in üstünde */
    pointer-events: none; /* sadece butonlar tıklanabilir olsun */
}

    #owl-slide .owl-nav button {
        pointer-events: auto;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 9999px;
        background: rgba(5, 52, 94, 0.70);
        color: #fff;
        font-size: 32px;
        line-height: 1;
        border: 0;
    }

    #owl-slide .owl-nav .owl-prev {
        left: 16px;
    }

    #owl-slide .owl-nav .owl-next {
        right: 16px;
    }

    /* Hover opsiyonel */
    #owl-slide .owl-nav button:hover {
        background: rgba(0,0,0,.65);
    }

.content {
    padding: 120px 0px 120px 0px;
    width: 84%;
    margin: 0px auto;
    position: relative;
    font-size: 15px;
    line-height: 24px;
}

.anabox1 {
    width: 45%;
    float: left;
    text-align: left;
    line-height: 20px;
    padding: 10px 0px 0px 0%;
}

    .anabox1 img {
        width: 100%;
        border-radius: 8px;
    }

.anabox2 {
    width: 52%;
    float: right;
    text-align: left;
    line-height: 24px;
    font-size: 16px;
    padding: 20px 0px 0px 3%;
}

    .anabox2 h1 {
        font-size: 28px;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        color: #222;
        display: block;
        font-weight: 600;
        line-height: 36px;
    }

    .anabox2 h2 {
        font-size: 20px;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        color: #222;
        display: block;
        font-weight: 500;
        line-height: 36px;
    }

    .anabox2 h3 {
        color: #222;
        padding: 0px 0px 4px 0px;
        font-size: 18px;
        margin: 0px;
        font-weight: 700;
    }

#owl-slide3 .item3 {
    padding: 0px;
    margin: 0px 10px;
    color: #05345e;
    text-align: center;
    height: 340px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    transition: all 1.1s ease;
    position: relative;
}

    #owl-slide3 .item3:hover {
        color: #3590d2;
        text-decoration: none;
        display: block;
        font-size: 16px;
        transition: all 1.1s ease-in-out;
    }

.item3img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    margin: 0px auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.1s ease;
    transition: all 1.1s ease;
    text-align: center;
    position: relative;
}

    .item3img img {
        height: auto;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transition: all 1.1s ease;
        transition: all 1.1s ease;
    }


    .item3img:hover img {
        -webkit-transition: all 1.1s ease;
        transition: all 1.1s ease;
        transform: scale(1.1); /* Hem ortalama hem zoom */
    }


.baslikSlide {
    padding: 10px 0px 4px 0px;
    font-size: 18px;
}

.rright {
    color: #2a7bb5;
    padding: 0px 10px;
    font-size: 60px;
    margin: -20px 0px 0px 76px;
    position: relative;
    display: block;
}

.rleft {
    margin-right: 0 !important;
    color: #2a7bb5;
    padding: 0px 10px;
    font-size: 70px;
    margin: -20px 0px 0px -86px;
    position: relative;
    display: block;
}


.footer {
    padding: 50px 20px 50px 20px;
    color: #d4d4d4;
    background-color: #05345e;
    line-height: 28px;
    margin: -10px 0px 0px 0px;
}

    .footer h2 {
        color: #d2d2d2;
        font-size: 20px;
        line-height: 26px;
        padding: 0px !important;
        margin: 0px !important;
    }

    .footer img {
        border: none;
    }

    .footer i {
        margin-right: 6px;
    }

    .footer a {
        color: #d4d4d4;
        text-decoration: none;
        font-weight: 700;
    }

        .footer a:hover {
            color: #e6e2d7;
        }

.footeralt {
    padding: 20px 0;
    background-color: #032442;
    color: #e8e8e8
}


.content2 {
    padding: 0px 0px 100px 0px;
    width: 82%;
    margin: 0px auto;
    line-height: 22px;
}

.contentmp {
    padding: 0px 0px 80px 0px;
    width: 100%;
    margin: 0px auto;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
}


.contentic {
    width: 86%;
    margin: 0px auto;
    min-height: 400px;
    padding: 20px 0px;
    line-height: 24px;
    font-size: 15px;
}

.pageTitle {
    background-color: #d7d7d7;
    padding: 30px 0px;
    width: 100%;
    margin: 0px auto;
    height: 40px;
}

.pageTitleic {
    width: 83%;
    margin: 0px auto;
}

.pageTitleleft {
    width: 50%;
    float: left;
    text-align: left;
}

.Breadcrumb {
    width: 49%;
    float: right;
    text-align: right;
    padding: 10px 1% 0px 0px;
    color: #05345e;
}

    .Breadcrumb ul {
        margin: 0;
        padding: 0;
        float: right;
    }

        .Breadcrumb ul li {
            height: 100%;
            display: inline-block;
            margin: 0;
            padding: 0;
            position: relative;
            list-style-type: none
        }

            .Breadcrumb ul li a {
                color: #2a7bb5;
                text-decoration: none;
            }

                .Breadcrumb ul li a:hover {
                    color: #05345e;
                }

.pageTitle h1 {
    font-size: 28px;
    padding: 0px 0px 6px 0px;
    margin: 0px 0px 5px 0px;
    color: #05345e;
    display: block;
    font-weight: 600;
    line-height: 36px;
}



.containera {
    padding: 100px 0px 30px 0px;
    background-color: #f5f5f5;
}



.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_container h2 {
        margin: 0px;
        color: #FFFFFF;
        padding: 2px 0px 4px 0px;
        margin-bottom: 6px;
        font-size: 28px;
        font-weight: 700;
        line-height: 28px;
    }

    .mb_parallax_container a {
        border: 1px solid #fff;
        line-height: 17px;
        font-weight: 400;
        font-style: normal;
        color: #fff;
        border-radius: 2px;
        padding: 15px 24px;
        display: inline-block;
        font-size: 18px;
        text-decoration: none;
        margin: 15px 0px;
    }

        .mb_parallax_container a:hover {
            border: 1px solid #2a7bb5;
            color: #d0e4f1;
        }

#mb_parallax_two {
    background-image: url('img/climb.jpg');
}

.icyazi {
    width: 84%;
    padding: 30px 0px;
    margin: 0px auto;
    text-align: left;
    min-height: 400px;
    line-height: 26px;
}

.icresim {
    width: 40%;
    float: left;
    padding: 0px 2% 5px 0px;
}

    .icresim img {
        width: 100%;
        height: auto;
        border-radius: 6px;
    }

.iccontent {
    width: 58%;
    float: left;
}

.icyazi h2 {
    margin-bottom: 15px;
}

.videolink {
    width: 100%;
    margin: 10px;
    text-decoration: none;
    color: #05345e;
    display: block;
    line-height: 32px;
    font-size: 18px;
    font-weight: 700;
}

    .videolink:hover {
        color: #2a7bb5;
    }

    .videolink img {
        width: 32px;
        height: auto;
        float: left;
        margin-right: 8px;
    }

.detayresim {
    float: left;
    width: 130px;
    height: 100px;
    margin: 20px 20px 0px 0px;
    overflow: hidden;
}

    .detayresim img {
        width: 100%;
        height: auto;
        border-radius: 4px;
    }

hr {
    border: 0;
    height: 1px;
    background: #F0F0F0;
    background-image: linear-gradient(to right, #dadada, #eaeaea, #f1eded);
    margin-bottom: 12px;
}

h2 {
    margin: 0px;
    color: #2a7bb5;
    padding: 2px 0px 4px 0px;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
}

.yukari-cik {
    position: fixed;
    right: 5%;
    bottom: 5%;
    background: #05345e;
    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: 15px 2% 0px 2%;
    width: 42%;
    text-align: left;
    float: left;
}

.sagilet {
    padding: 20px 0% 0px 0px;
    width: 53%;
    float: right;
    text-align: left;
}

    .sagilet i {
        margin-right: 6px;
        width: 20px;
    }

    .sagilet a {
        color: #4b4b4b;
        text-decoration: none;
        font-weight: 700;
    }

        .sagilet a:hover {
            color: #222;
        }

.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: 'Poppins', 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: 'Poppins', sans-serif;
}

.box {
    margin: 15px 1% 15px 1%;
    width: 31%;
    height: 340px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #05345e;
    float: left;
    position: relative;
    transition: all 1.7s ease 0s;
}

    .box:hover {
        color: #2a7bb5;
        transition: all .6s ease-in-out;
    }


.boximg {
    width: 100%;
    height: 270px;
    overflow: hidden;
    display: block;
    transition: all 1.7s ease 0s;
    position: relative;
}

    .boximg img {
        width: 100%;
        height: auto;
        transition: all 1.7s ease 0s;
    }

.box:hover .boximg img {
    transform: scale(1.1);
    transition: all 1.7s ease 0s;
}

.boximg i {
    position: absolute;
    z-index: 100;
    color: #fff;
    font-size: 72px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0.8;
    top: 98px;
    transition: all 1.7s ease 0s;
}

.box:hover .boximg i {
    transform: scale(1.1);
    color: #ff0000;
}

.boxBaslik {
    font-size: 20px;
    padding: 15px 0px 5px 0px;
}

.clr {
    clear: both;
}
.footer-whatsapp {
    width: 32px;
    height: 31px;
    padding: 8px 7px 7px 7px;
    position: fixed;
    left: 4.9%;
    bottom: 5%;
    background-color: #25d366;
    border-radius: 50%;
    color: #fff !important;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    z-index: 50;
}

    .footer-whatsapp i {
        color: #fff !important;
        font-size: 32px;
    }


@media (min-width: 1000px) and (max-width: 1300px) {

    .headeric {
        width: 98%;
        margin: 0px auto;
    }

    .content {
        padding: 100px 0px 100px 0px;
        width: 96%;
        margin: 0px auto;
    }

    .content2 {
        padding: 0px 0px 100px 0px;
        width: 96%;
        margin: 0px auto;
        line-height: 22px;
    }

    .icyazi {
        width: 96%;
    }

    .contentic {
        width: 100%;
    }

    .pageTitleic {
        width: 98%;
        margin: 0px auto;
    }
}

@media (min-width: 1650px) {

    .headeric {
        width: 1278px;
        margin: 0px auto;
    }

    .content {
        width: 1278px;
    }

    .content2 {
        width: 1248px;
    }

    .pageTitleic {
        width: 1264px;
    }

    .contentic {
        width: 1306px;
    }

    .icyazi {
        width: 1277px;
    }
}

@media screen and (max-width: 767px) {
    .header {
        width: 100%;
        text-align: center;
        height: 163px;
    }

    .ustmenu {
        background: #05345e;
        height: 88px;
    }

    .ustsol {
        width: 100%;
        text-align: center;
        padding: 10px 0 0 0px;
        font-size: 14px;
    }

    .ustsag {
        width: 100%;
        text-align: center;
    }

    .headeric {
        width: 100%;
        margin: 0px auto;
    }

    .sm {
        width: 100%;
        padding-top: 8px;
    }

    .logo {
        margin: 0px auto;
        width: 40%;
        text-align: left;
        padding: 10px 0px 0px 10px;
        float: left;
        height: 65px;
        position: relative;
        z-index: 10002;
    }

        .logo a img {
            width: auto;
            height: 50px;
        }

    .headersag {
        width: 100%;
        height: 60px;
        float: right;
        padding-top: 5px;
        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: 10px 8px 10px 0px;
            height: 2.825em; /* 50 */
            text-align: right;
            position: relative;
            color: #fff !important;
            text-decoration: none;
            font-weight: bold;
        }

        #nav li a {
            color: #fff;
            display: block;
            background-color: #05345e;
        }

        #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: 400;
            border-bottom: 1px solid #02213c;
            color: #fff !important;
            margin-top: -2px;
        }

        #nav > ul > li:not( :last-child ) > a {
            background-position: right top;
            padding: 14px 15px 14px 15px;
            font-weight: 400;
            color: #fff;
        }

        #nav > ul > li:not( :last-child ) > a {
            padding: 15px 23px 15px 22px;
            border-right: 0px solid #40433e;
        }

        #nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
            color: #fff;
        }

        #nav li ul a {
            font-size: 1.0em; /* 20 */
            border-bottom: 1px solid #034886;
            padding: 0.75em;
            text-align: left;
            text-decoration: none;
            color: #FFFFFF;
        }

    .banner {
        height: 260px;
    }

    #owl-slide .owl-stage-outer {
        overflow: hidden !important;
    }
    /* peek kapalı */
    #owl-slide .item {
        height: auto !important;
    }

    #owl-slide .slide-img {
        object-fit: cover;
    }

    #owl-slide .banneryazi {
        top: 70px;
        font-size: 16px;
        padding: 4px 28px;
    }

    .banneryazi h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    #owl-slide .owl-nav button {
        display: none;
    }

    .containera {
        padding: 30px 0px 50px 0px;
        background-color: #f5f5f5;
    }

    .content2 {
        padding: 30px 0px 0px 0px;
        width: 100%;
        margin: 0px auto;
        line-height: 22px;
    }

    .anabox1 {
        width: 100%;
        float: none;
        padding: 10px 0px 0px 0%;
    }


    .anabox2 {
        width: 100%;
        float: none;
        text-align: left;
        padding: 20px 0% 0px 0px;
    }


    .content {
        padding: 40px 4%;
        width: 92%;
        margin: 0px auto;
        position: relative;
    }

    .mb_parallax_container {
        height: 250px;
        width: 94%;
        padding: 70px 3% 0px 3%;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
        color: #FFF;
        font-size: 14px;
        line-height: 28px;
    }

        .mb_parallax_container h2 {
            font-size: 18px;
            line-height: 24px;
        }

    .footeradres {
        width: 90%;
        padding: 10px 5%;
        float: none
    }


    .headerMaster {
        height: 70px;
        z-index: 1000;
        position: relative;
    }

    .icyazi {
        width: 92%;
    }

    .pageTitle {
        background-color: #eeeeee;
        padding: 10px 0px;
        width: 100%;
        margin: 0px auto;
        height: auto;
    }

        .pageTitle h1, .pageTitle h2 {
            font-size: 18px;
            padding: 0px 0px 2px 0px;
            margin: 0px 0px 2px 0px;
            color: #05345e;
            display: block;
            font-weight: 500;
            line-height: 24px;
        }

    .pageTitleic {
        width: 86%;
        margin: 0px auto;
    }

    .pageTitleleft {
        width: 100%;
        float: none;
        text-align: center;
    }

    .Breadcrumb {
        width: 94%;
        float: none;
        text-align: center;
        padding: 2px 3% 0px 3%;
        font-size: 13px;
    }

        .Breadcrumb ul {
            margin: 0;
            padding: 0;
            float: none;
        }

    .contentic {
        width: 86%;
        margin: 0px auto;
    }


    .icresim {
        width: 100%;
        float: left;
        padding: 0px 0% 5px 0px;
    }

    .iccontent {
        width: 98%;
    }


    .solilet {
        padding: 20px 2% 0px 2%;
        width: 96%;
        text-align: left;
        float: left;
    }

    .sagilet {
        padding: 30px 2% 0px 2%;
        width: 96%;
        float: right;
        text-align: left;
    }

    .box {
        margin: 15px 1% 15px 1%;
        width: 98%;
        height: auto;
    }

    .boximg {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .header {
        width: 100%;
        text-align: center;
    }

    .headeric {
        width: 100%;
        margin: 0px auto;
    }

    .ustmenu {
        padding: 0px 10px;
    }

    .logo {
        margin: 0px auto;
        width: 60%;
        text-align: left;
        padding: 10px 0px 0px 10px;
        float: left;
        height: 70px;
        position: relative;
        z-index: 10002;
    }

        .logo img {
            width: auto;
            height: 65px;
        }

    .headersag {
        width: 100%;
        height: 60px;
        float: right;
        padding-top: 15px;
        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: 10px 8px 10px 0px;
            height: 2.825em; /* 50 */
            text-align: right;
            position: relative;
            color: #fff !important;
            text-decoration: none;
            font-weight: bold;
        }

        #nav li a {
            color: #fff;
            display: block;
            background-color: #05345e;
        }

        #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: 400;
            border-bottom: 1px solid #05457e;
            color: #fff !important;
            margin-top: -2px;
        }

        #nav > ul > li:not( :last-child ) > a {
            background-position: right top;
            padding: 14px 15px 14px 15px;
            font-weight: 400;
            color: #fff;
        }

        #nav > ul > li:not( :last-child ) > a {
            padding: 15px 23px 15px 22px;
            border-right: 0px solid #5a5c59;
        }

        #nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
            color: #fff;
        }

        #nav li ul a {
            font-size: 1.20em; /* 20 */
            border-bottom: 1px solid #034e91;
            padding: 0.75em;
            text-align: left;
            text-decoration: none;
            color: #FFFFFF;
        }

    .banner {
        height: 510px;
    }

    #owl-slide .owl-stage-outer {
        overflow: hidden !important;
    }
    /* peek kapalı */
    #owl-slide .item {
        height: auto !important;
    }

    #owl-slide .slide-img {
        width: 100%;
        height: auto !important;
        object-fit: cover;
    }

    #owl-slide .banneryazi {
        top: 150px;
    }

    #owl-slide .owl-nav button {
        display: none;
    }
    .content2 {
        padding: 30px 0px 0px 0px;
        width: 92%;
        margin: 0px auto;
        line-height: 22px;
    }

    .containera {
        padding: 50px 0px 50px 0px;
        background-color: #f5f5f5;
    }

    .content {
        padding: 50px 3%;
        width: 94%;
        margin: 0px auto;
        position: relative;
    }

    .mb_parallax_container {
        height: 180px;
        width: 100%;
        padding-top: 70px;
        font-size: 18px;
        line-height: 32px;
        background-size:cover
    }


    .contentic {
        width: 94%;
        margin: 0px auto;
    }

    .icresim {
        width: 70%;
        float: left;
        padding: 0px 0% 5px 0px;
    }

    .iccontent {
        width: 100%;
    }


   
    .box {
        margin: 15px 1% 15px 1%;
        width: 48%;
        height:300px;
    }

    .boximg {
        height: 250px;
    }
}
