<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(/font-awesome/css/font-awesome.min.css);

body {
    margin: 0px;
    font-family: 'Open Sans', 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: 88%;
    margin: 0px auto;
}

.header {
    position: absolute;
    top: 0px;
    height: 130px;
    z-index: 1000;
    width: 100%;
    text-align: center;
}

.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: 1000;
    z-index: 1001;
    background-color: #146930;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
}

    .logo2, .fixed .logo1 {
        display: none !important;
    }

    .fixed .logo2 {
        display: block !important;
    }

    .fixed .headersagust {
        display: none;
    }

.headerMaster {
    height: 146px;
    background-image: url('img/ustbg.jpg');
    background-size: 100%;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
    z-index: 1000;
    position: relative;
}

.logo {
    margin: 0px auto;
    width: 27%;
    text-align: left;
    padding-top: 0px;
    float: left;
    height: 130px;
}

    .logo a img {
        width: 330px;
        height: auto;
        border-style: none;
    }

.headersag {
    height: 130px;
    width: 65%;
    float: right;
}

.headersagust {
    height: 40px;
    padding: 22px 20px 15px 0px;
}

.tel {
    background-color: #69b32e;
    color: #fff;
    width: 170px;
    height: 22px;
    padding: 8px 8px 8px 8px;
    border-radius: 8px;
    font-size: 15px;
    float: right;
    display: block;
    text-decoration: none;
}

    .tel i {
        margin-right: 8px;
        font-size: 18px;
    }


.sm {
    width: 200px;
    float: right;
}

    .sm a {
        color: #f49707;
        text-decoration: none;
    }

    .sm i {
        margin: 2px 6px 0px 6px;
        font-size: 30px;
    }

#nav {
    width: 750px;
    margin: 10px auto 0px auto;
    float: right;
}

    #nav &gt; a {
        display: none
    }

    #nav li {
        margin: 0;
        padding: 0;
        position: relative;
        list-style-type: none
    }

        #nav li a {
            color: #FFF;
            display: block
        }

    #nav &gt; ul {
        margin: 0;
        padding: 0
    }

        #nav &gt; ul &gt; li {
            height: 100%;
            display: inline-block;
            margin: 0;
            padding: 0
        }

            #nav &gt; ul &gt; li &gt; a {
                height: 100%;
                font-size: 15px;
                text-align: center;
                text-decoration: none;
                padding: 6px 20px 6px 20px;
                transition: all .6s ease-in-out;
                position: relative;
            }

            #nav &gt; ul &gt; li:not( :last-child ) &gt; a {
                background-position: right top;
            }

            #nav &gt; ul &gt; li:hover &gt; a {
                color: #f49707;
                transition: all .6s ease-in-out;
            }

            #nav &gt; ul &gt; li::after {
                display: block;
                width: 0px;
                margin: 0px auto;
                content: '';
                background-color: #f49707;
                height: 2px;
                transition: all .6s ease-in-out;
            }

            #nav &gt; ul &gt; li:hover::after {
                display: block;
                width: 80%;
                margin: 0px auto;
                content: '';
                background-color: #f49707;
                height: 2px;
                transition: all .6s ease-in-out;
            }

    #nav li .dropmenu {
        display: none;
        position: absolute;
        width: 100%;
        z-index: 1000;
        text-align: center;
    }

    #nav li:hover .dropmenu {
        padding: 0;
        display: block;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
    }

        #nav li:hover .dropmenu .drpcenter {
            margin: 0 auto;
            background-color: #146930;
            width: 890px;
            height: 250px;
            text-align: left;
            padding: 0px 20px 20px 20px;
            margin-left: -275px;
        }

            #nav li:hover .dropmenu .drpcenter a {
                color: #ffffff;
                display: block;
                width: 201px;
                text-decoration: none;
                float: left;
                padding: 10px;
                font-size: 14px;
                font-weight: 700;
            }

                #nav li:hover .dropmenu .drpcenter a:hover {
                    text-decoration: none;
                    color: #2e2e2e;
                }

                #nav li:hover .dropmenu .drpcenter a i {
                    margin-right: 5px;
                }

.aktif::after {
    display: block;
    width: 80%;
    margin: 0px auto;
    content: '';
    background-color: #f49707;
    height: 2px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -2px;
}

#nav li ul {
    background-color: #146930;
    display: none;
    position: absolute;
    top: 100%;
    width: 230px;
    z-index: 10000000
}

#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: 14px;
    border-bottom: 1px solid #0a461e;
    padding: 12px 5px 10px 15px;
    text-align: left;
    text-decoration: none;
    color: #ffffff;
}

    #nav li ul a:hover {
        background-color: #f49707;
    }

.banner {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .item:before {
        content: "";
        background: rgba(34, 55, 33, 0.60);
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        z-index: 1000;
    }

#owl-slide .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-demo .item1 {
    padding: 0px;
    margin: 0px 5px 0px 5px;
    color: #fff;
    text-align: center;
    height: 240px;
    text-decoration: none;
    display: block;
    font-size: 18px;
    transition: all .3s ease 0s;
    position: relative;
    background-color: #f49707;
}

    #owl-demo .item1:hover {
        padding: 0px;
        color: #f49707;
        text-align: center;
        text-decoration: none;
        display: block;
        font-size: 19px;
        transition: all .3s ease 0s;
        background-color: #146930;
    }

.item1img {
    width: 100%;
    height: 176px;
    overflow: hidden;
    margin: 0px auto 15px auto;
    transition: all .3s ease 0s;
    text-align: center;
}

.itemimcover {
    display: none;
    transition: all .3s ease 0s;
}



.item1img:hover {
    overflow: hidden;
    transition: all .3s ease 0s;
    text-align: center;
}

    .item1img:hover .itemimcover {
        content: '';
        width: 100%;
        height: 176px;
        transition: all .3s ease 0s;
        background: rgb(20, 105, 48);
        opacity: .2;
        display: block;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        top: 0px;
        z-index: 3;
    }

.item1img img {
    width: 100%;
    height: auto;
    transition: all .3s ease 0s;
    margin: 0px auto;
}

.item1img:hover img {
    transform: scale(1.15);
    transition: all .3s ease 0s;
}

#owl-demo .item1 a {
    color: #5a5b5d;
    text-decoration: none;
}

.rright {
    margin-right: 0 !important;
    color: #f49707;
    padding: 0px 10px 10px 10px;
    font-size: 60px;
    margin-left: 76px;
    margin-top: -10px !important;
}

.rleft {
    margin-right: 0 !important;
    color: #f49707;
    padding: 10px;
    padding: 0px 10px 10px 10px;
    margin-left: -86px;
    margin-top: -10px !important;
}

.banneryazi {
    margin: 0px auto;
    padding-top: 250px;
    font-size: 18px;
    color: #FFFFFF;
    z-index: 10000;
    position: relative;
    line-height: 28px;
    font-weight: 400;
    width: 850px;
    text-align: center
}

    .banneryazi h2 {
        font-size: 34px;
        line-height: 40px;
        color: #FFFFFF;
    }

    .banneryazi a {
        background-color: #f49707;
        line-height: 17px;
        font-weight: 400;
        font-style: normal;
        color: #fff;
        border-radius: 10px;
        padding: 14px 21px;
        display: inline-block;
        border: 0;
        font-size: 16px;
        text-decoration: none;
        margin: 15px 0px;
    }

        .banneryazi a:hover {
            background-color: #69b32e;
        }

.anasayfayazi {
    width: 76%;
    margin: 0px auto;
    padding: 30px 0px;
    font-size: 16px;
    line-height: 24px;
}


.anabox1 {
    width: 55%;
    float: left;
    text-align: left;
    line-height: 20px;
    padding: 30px 0px 0px 1.2%;
}

    .anabox1 img {
        width: 100%;
    }

.anabox2 {
    width: 36%;
    float: right;
    text-align: left;
    line-height: 26px;
    font-size: 15px;
    padding: 20px 2% 0px 0px;
}



    .anabox2 h3 {
        color: #001443;
        padding: 0px 0px 4px 0px;
        font-size: 22px;
        margin: 0px;
        font-weight: 400;
    }

.footer {
    padding: 40px 10px 50px 10px;
    text-align: center;
    color: #eef9f1;
    background-color: #146930;
    line-height: 24px;
    text-align: center
}

    .footer h2 {
        color: #deffe9;
        font-size: 18px;
        padding: 0px !important;
        line-height: 22px !important;
    }

.footeric {
    width: 86%;
    margin: 0px auto;
}

.footersol {
    width: 48%;
    text-align: left;
    float: left
}

    .footersol img {
        width: 356px;
    }

.footersag {
    width: 25%;
    text-align: justify;
    float: right;
    padding: 0px 4% 0px 0px;
}

.footer img {
    border: none;
}

.footer i {
    margin-right: 6px;
}

.footer a {
    color: #e1edf5;
    text-decoration: none;
    font-weight: 700;
}

    .footer a:hover {
        color: #f49707;
    }

.footeralt {
    padding: 20px 0;
    background-color: #09411b;
    color: #e8e8e8
}


.content2 {
    padding: 80px 0px 120px 0px;
    width: 90%;
    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: left;
    background-color: #f5f5f5;
}

.content {
    padding: 120px 0px 120px 0px;
    width: 80%;
    margin: 0px auto;
    position: relative;
    font-size: 15px;
    line-height: 24px;
}

.contentic {
    width: 87%;
    margin: 0px auto;
    min-height: 400px;
    padding: 30px 0px;
    line-height: 24px;
    font-size: 15px;
}

.containera {
    padding: 0px 0px 70px 0px;
    background-color: #f5f5f5;
}

.box {
    margin: 20px 1% 25px 1%;
    width: 31%;
    height: 250px;
    text-align: left;
    font-size: 15px;
    display: block;
    text-decoration: none;
    color: #4b4b4b;
    background-color: #fff;
    float: left;
    position: relative;
    box-shadow: 0px 6px 61px 6px rgba(0,0,0,0.1);
    border-radius: 8px;
    transition: all .6s ease-in-out;
}

    .box:hover {
        color: #ffffff;
        background-color: #f49707;
        box-shadow: 0px 6px 61px 6px rgba(254, 139, 4, 0.45);
        border-radius: 8px;
        transition: all .6s ease-in-out;
    }

.boxic {
    padding: 35px;
}

.boxicon {
    font-size: 30px;
    color: #f49707;
    padding: 15px;
    border: 1px solid #f49707;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0px 0px 15px 0px;
    border-radius: 10px;
    display: block;
    float: left;
}

.box:hover .boxicon {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.boxBaslik {
    font-size: 20px;
    font-weight: 700;
    margin: 25px 0px 10px 15px;
    float: left;
    width: 60%;
}

.boxYazi {
    width: 70%;
    line-height: 26px;
    height: 200px;
    float: left;
    padding: 10px 0px;
}

    .boxYazi span {
        font-size: 18px;
        font-weight: 700;
        display: block;
        padding: 0px 0px 8px 0px;
    }

.mb_parallax_container {
    height: 45vh;
    width: 100%;
    padding-top: 16vh;
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
}

    .mb_parallax_container h2 {
        margin: 0px;
        color: #98c223;
        padding: 2px 0px 4px 0px;
        margin-bottom: 6px;
        font-size: 34px;
        font-weight: 400;
        line-height: 28px;
    }

    .mb_parallax_container a {
        background-color: #98c223;
        line-height: 17px;
        font-weight: 400;
        font-style: normal;
        color: #fff;
        border-radius: 10px;
        padding: 14px 21px;
        display: inline-block;
        border: 0;
        font-size: 16px;
        text-decoration: none;
        margin: 15px 0px;
    }

        .mb_parallax_container a:hover {
            background-color: #f49707;
        }

#mb_parallax_two {
    background-image: url('img/climb.jpg');
}

#mb_parallax_three {
    background-image: url('img/climb2.jpg');
}

.icresim {
    width: 30%;
    float: left;
    padding: 0px 2% 5px 0px;
}

    .icresim img {
        width: 100%;
        height: auto;
    }

.icyazi {
    padding: 0px 20px 0px 0px;
}

.icyazi2 {
    text-align: left;
    padding: 10px 20px 0px 0px;
}

    .icyazi2 h2 {
        margin: 0px;
        color: #130947;
        padding: 2px 0px 8px 0px;
        margin-bottom: 6px;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        border-bottom: 2px solid #130947;
        width: 180px;
    }

.sresim {
    width: 34%;
    float: left;
    padding: 0px 3% 0px 0px
}

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


h1 {
    font-size: 28px;
    padding: 0px 0px 6px 0px;
    margin: 0px 0px 5px 0px;
    color: #146930;
    display: block;
    font-weight: 400;
    line-height: 36px;
}

hr {
    border: 0;
    height: 1px;
    background: #F0F0F0;
    background-image: linear-gradient(to right, #dadada, #eaeaea, #f1eded);
    margin-bottom: 12px;
}

h2 {
    margin: 0px;
    color: #130947;
    padding: 2px 0px 4px 0px;
    margin-bottom: 6px;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
}

.yukari-cik {
    position: fixed;
    right: 5%;
    bottom: 5%;
    background: #f49707;
    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: 30px 2% 0px 0%;
    width: 42%;
    text-align: left;
    float: left;
}

.sagilet {
    padding: 30px 0% 0px 0px;
    width: 55%;
    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: #e3271c;
        }

.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: 'Open Sans', 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: 'Open Sans', sans-serif;
}


.clr {
    clear: both;
}

.ref {
    width: 23%;
    height: 176px;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
}

    .ref img {
        width: 100%;
        height: auto;
    }

.fotolar {
    width: 24.8%;
    height: 138px;
    float: left;
    overflow: hidden;
    margin: 1px 0.05%;
}

.fotolar2 {
    width: 24.8%;
    height: 198px;
    float: left;
    overflow: hidden;
    margin: 1px 0.05%;
}

.fotoImg {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    height: 198px;
    overflow: hidden;
    position: relative;
    display: block;
}

    .fotoImg img {
        width: 100%;
        height: auto;
    }

@media (min-width: 1000px) and (max-width: 1300px) {
    .headerMaster {
        height: 146px;
        background-image: url('img/ustbg.jpg');
        background-size: cover;
        box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
        z-index: 1000;
        position: relative;
    }

    .headeric {
        width: 98%;
        margin: 0px auto;
    }

    .content2 {
        padding: 80px 0px 80px 0px;
        width: 98%;
        margin: 0px auto;
        line-height: 22px;
    }

    .content {
        padding: 80px 0px 80px 0px;
        width: 100%;
        margin: 0px auto;
    }

    .contentic {
        width: 94%;
    }
}

@media (min-width: 1650px) {

    .headeric {
        width: 1336px;
        margin: 0px auto;
    }

    .content2 {
        padding: 80px 0px 120px 0px;
        width: 1367px;
        margin: 0px auto;
        line-height: 22px;
    }

    .content {
        padding: 80px 0px 80px 0px;
        width: 1216px;
        margin: 0px auto;
        position: relative;
    }

    .contentic {
        width: 1336px;
    }

    .footeric {
        width: 1236px;
    }
}

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

    .header {
        position: absolute;
        top: 0px;
        height: 190px;
        z-index: 1000;
        width: 100%;
        text-align: center;
    }

    .headeric {
        width: 100%;
        margin: 0px auto;
    }

    .logo {
        width: 60%;
        text-align: left;
        padding: 0px 0px 0px 10px;
        margin-top: 50px;
        float: left;
        height: 70px;
        position: relative;
        z-index: 10002;
    }

        .logo a img {
            width: auto;
            height: 90px;
        }

    .headersagust {
        height: 40px;
        padding: 5px 1% 15px 0px;
        position: absolute;
        top: 0px;
        width:98%;
    }

    .sm {
        width: 130px;
        float: left;
        margin-right:15px;
    }
    .tel {
        background-color: #69b32e;
        color: #fff;
        width: 140px;
        height: 22px;
        padding: 8px 8px 8px 8px;
        border-radius: 8px;
        font-size: 15px;
        float: right;
        display: block;
        text-decoration: none;
    }

    .headersag {
        width: 100%;
        height: 60px;
        float: right;
        padding-top: 15px;
        position: absolute;
        text-align: right;
        z-index: 10000;
    }

    #nav {
        width: 100% !important;
        margin: 70px  0px 0px 0px!important;
        float: none;
    }

        #nav &gt; a {
        }

        #nav:not( :target ) &gt; a:first-of-type, #nav:target &gt; a:last-of-type {
            display: block;
        }

        /* first level */

        #nav &gt; ul {
            height: auto;
            display: none;
            left: 0;
            right: 0;
        }

        #nav:target &gt; ul {
            display: block;
        }

        #nav &gt; ul &gt; li {
            width: 100%;
            float: none;
        }

        /* second level */

        #nav li ul {
            position: static;
        }

        #nav &gt; 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: #146930;
        }

        #nav li ul {
            width: 100%;
        }

        #nav &gt; ul &gt; li &gt; 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 #03210d;
            color: #fff;
            margin-top: -2px;
        }

        #nav &gt; ul &gt; li:not( :last-child ) &gt; a {
            background-position: right top;
            padding: 14px 15px 14px 15px;
            font-weight: 400;
            color: #fff;
        }

        #nav &gt; ul &gt; li:not( :last-child ) &gt; a {
            padding: 15px 23px 15px 22px;
            border-right: 0px solid #09411b;
        }

        #nav &gt; ul &gt; li:hover &gt; a, #nav &gt; ul:not( :hover ) &gt; li.active &gt; a {
            color: #e8e8e8;
        }

        #nav li ul a {
            font-size: 1.20em; /* 20 */
            border-bottom: 1px solid #03210d;
            padding: 0.75em;
            text-align: left;
            text-decoration: none;
            color: #FFFFFF;
        }

    .banner {
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
        height: 380px
    }

    .item {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 380px;
    }

    .banneryazi {
        margin: 0px auto;
        padding-top: 170px;
        font-size: 14px;
        color: #FFFFFF;
        z-index: 10000;
        position: relative;
        line-height: 18px;
        font-weight: 400;
        width: 90%;
        text-align: center
    }

        .banneryazi h2 {
            font-size: 18px;
            line-height: 22px;
            color: #FFFFFF;
            margin-bottom: 0px;
        }

        .banneryazi a {
            background-color: #f49707;
            line-height: 17px;
            font-weight: 400;
            font-style: normal;
            color: #fff;
            border-radius: 10px;
            padding: 12px 16px;
            display: inline-block;
            border: 0;
            font-size: 14px;
            text-decoration: none;
            margin: 10px 0px;
        }


    .content2 {
        padding: 30px 2% 40px 2%;
        width: 96%;
        margin: 0px auto;
        line-height: 22px;
    }
    #owl-demo .item1 {
        padding: 0px;
        margin: 0px 35px 0px 35px;
        color: #fff;
        text-align: center;
        height: 240px;
        text-decoration: none;
        display: block;
        font-size: 18px;
        transition: all .3s ease 0s;
        position: relative;
        background-color: #f49707;
    }
   
    .anasayfayazi {
        width: 96%;
        margin: 0px auto;
        padding: 30px 0px;
        font-size: 16px;
        line-height: 24px;
    }
    .box {
        margin: 0px 5% 30px 5%;
        width: 90%;
        height: 290px;
        text-align: left;
        display: block;
        text-decoration: none;
        color: #4b4b4b;
        background-color: #fff;
        float: none;
        position: relative;
        box-shadow: 0px 6px 61px 6px rgba(0,0,0,0.1);
        border-radius: 8px;
        transition: all .6s ease-in-out;
    }

        .box:hover {
            margin: 20px 5% 15px 5%;
            color: #ffffff;
            background-color: #f49707;
            box-shadow: 0px 6px 61px 6px rgba(252, 142, 0, 0.45);
            border-radius: 8px;
            transition: all .6s ease-in-out;
        }

    .anabox1 {
        width: 94%;
        float: none;
        text-align: left;
        line-height: 20px;
        padding: 0px 3% 0px 3%;
    }



    .anabox2 {
        width: 90%;
        float: none;
        text-align: left;
        line-height: 26px;
        font-size: 15px;
        padding: 10px 5% 0px 5%;
    }

    .content {
        padding: 50px 0% 50px 0%;
        width: 100%;
        margin: 0px auto;
        position: relative;
    }

    .mb_parallax_container {
        height: 300px;
        width: 96%;
        padding: 30px 2%;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
        color: #FFF;
        font-size: 16px;
        line-height: 24px;
    }
        .mb_parallax_container h2 {
            margin: 0px;
            color: #98c223;
            padding: 2px 0px 4px 0px;
            margin-bottom: 6px;
            font-size: 22px;
            font-weight: 400;
            line-height: 28px;
        }
    .kutu {
        width: 48%;
        margin: 30px 1%;
        float: left;
    }
    .footersol {
        width: 100%;
        text-align: left;
        float: none
    }

        .footersol img {
            width: 296px;
        }

    .footersag {
        width: 100%;
        text-align: justify;
        float: right;
        padding: 30px 0% 0px 0px;
    }
   
    .headerMaster {
        height: 170px;
        background-image: url('img/ustbg.jpg');
        background-size: cover;
        box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
        z-index: 1000;
        position: relative;
    }

   
    .contentic {
        width: 94%;
        margin: 0px auto;
    }

    .icresim {
        width: 100%;
        float: left;
        padding: 20px 0% 5px 0px;
    }

    
    .fotolar {
        width: 90%;
        height: auto;
        float: left;
        margin: 10px 5%;
    }
    .fotolar2 {
        width: 90%;
        height: auto;
        float: left;
        overflow: hidden;
        margin: 1px 5%;
    }
    .fotoImg {
        width: 100%;
        margin: 0px auto;
        text-align: center;
        height: auto;
        overflow: hidden;
        position: relative;
        display: block;
    }
    .ref {
        width: 90%;
        height: auto;
        float: left;
        overflow: hidden;
        margin: 10px 5%;
    }
    .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;
    }
}
@media (min-width:480px) and (max-width:860px) {

    .header {
        position: absolute;
        top: 0px;
        height: 190px;
        z-index: 1000;
        width: 100%;
        text-align: center;
    }

    .headeric {
        width: 100%;
        margin: 0px auto;
    }

    .logo {
        width: 60%;
        text-align: left;
        padding: 0px 0px 0px 10px;
        margin-top: 50px;
        float: left;
        height: 70px;
        position: relative;
        z-index: 10002;
    }

        .logo a img {
            width: auto;
            height: 90px;
        }

    .headersagust {
        height: 40px;
        padding: 5px 10px 15px 0px;
        position: absolute;
        top: 0px;
        width: 96%;
    }

    .sm {
        width: 140px;
        float: left;
        margin-right: 15px;
    }

    .tel {
        background-color: #69b32e;
        color: #fff;
        width: 140px;
        height: 22px;
        padding: 8px 8px 8px 8px;
        border-radius: 8px;
        font-size: 15px;
        float: right;
        display: block;
        text-decoration: none;
    }

    .headersag {
        width: 100%;
        height: 60px;
        float: right;
        padding-top: 15px;
        position: absolute;
        text-align: right;
        z-index: 10000;
    }

    #nav {
        width: 100% !important;
        margin: 70px 0px 0px 0px !important;
        float: none;
    }

        #nav &gt; a {
        }

        #nav:not( :target ) &gt; a:first-of-type, #nav:target &gt; a:last-of-type {
            display: block;
        }

        /* first level */

        #nav &gt; ul {
            height: auto;
            display: none;
            left: 0;
            right: 0;
        }

        #nav:target &gt; ul {
            display: block;
        }

        #nav &gt; ul &gt; li {
            width: 100%;
            float: none;
        }

        /* second level */

        #nav li ul {
            position: static;
        }

        #nav &gt; 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: #146930;
        }

        #nav li ul {
            width: 100%;
        }

        #nav &gt; ul &gt; li &gt; 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 #03210d;
            color: #fff;
            margin-top: -2px;
        }

        #nav &gt; ul &gt; li:not( :last-child ) &gt; a {
            background-position: right top;
            padding: 14px 15px 14px 15px;
            font-weight: 400;
            color: #fff;
        }

        #nav &gt; ul &gt; li:not( :last-child ) &gt; a {
            padding: 15px 23px 15px 22px;
            border-right: 0px solid #09411b;
        }

        #nav &gt; ul &gt; li:hover &gt; a, #nav &gt; ul:not( :hover ) &gt; li.active &gt; a {
            color: #e8e8e8;
        }

        #nav li ul a {
            font-size: 1.20em; /* 20 */
            border-bottom: 1px solid #03210d;
            padding: 0.75em;
            text-align: left;
            text-decoration: none;
            color: #FFFFFF;
        }

    .banner {
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
        height: 380px
    }

    .item {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 380px;
    }

    .banneryazi {
        margin: 0px auto;
        padding-top: 170px;
        font-size: 14px;
        color: #FFFFFF;
        z-index: 10000;
        position: relative;
        line-height: 18px;
        font-weight: 400;
        width: 90%;
        text-align: center
    }

        .banneryazi h2 {
            font-size: 18px;
            line-height: 22px;
            color: #FFFFFF;
            margin-bottom: 0px;
        }

        .banneryazi a {
            background-color: #f49707;
            line-height: 17px;
            font-weight: 400;
            font-style: normal;
            color: #fff;
            border-radius: 10px;
            padding: 12px 16px;
            display: inline-block;
            border: 0;
            font-size: 14px;
            text-decoration: none;
            margin: 10px 0px;
        }


    .content2 {
        padding: 30px 2% 40px 2%;
        width: 96%;
        margin: 0px auto;
        line-height: 22px;
    }

   

    .anasayfayazi {
        width: 96%;
        margin: 0px auto;
        padding: 30px 0px;
        font-size: 16px;
        line-height: 24px;
    }

    .box {
        margin: 0px 1% 30px 1%;
        width: 31%;
        height: 390px;
        text-align: left;
        display: block;
        text-decoration: none;
        color: #4b4b4b;
        background-color: #fff;
        float: left;
        position: relative;
        box-shadow: 0px 6px 61px 6px rgba(0,0,0,0.1);
        border-radius: 8px;
        transition: all .6s ease-in-out;
    }

        .box:hover {
            margin: 20px 5% 15px 5%;
            color: #ffffff;
            background-color: #f49707;
            box-shadow: 0px 6px 61px 6px rgba(252, 142, 0, 0.45);
            border-radius: 8px;
            transition: all .6s ease-in-out;
        }

    .anabox1 {
        width: 94%;
        float: none;
        text-align: left;
        line-height: 20px;
        padding: 0px 3% 0px 3%;
    }



    .anabox2 {
        width: 90%;
        float: none;
        text-align: left;
        line-height: 26px;
        font-size: 15px;
        padding: 10px 5% 0px 5%;
    }

    .content {
        padding: 50px 0% 50px 0%;
        width: 100%;
        margin: 0px auto;
        position: relative;
    }

    .mb_parallax_container {
        height: 250px;
        width: 96%;
        padding: 30px 2%;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
        color: #FFF;
        font-size: 16px;
        line-height: 24px;
    }

        .mb_parallax_container h2 {
            margin: 0px;
            color: #98c223;
            padding: 2px 0px 4px 0px;
            margin-bottom: 6px;
            font-size: 28px;
            font-weight: 400;
            line-height: 28px;
        }

    

    .footersol {
        width: 100%;
        text-align: left;
        float: none
    }

        .footersol img {
            width: 296px;
        }

    .footersag {
        width: 100%;
        text-align: justify;
        float: right;
        padding: 30px 0% 0px 0px;
    }

    .headerMaster {
        height: 170px;
        background-image: url('img/ustbg.jpg');
        background-size: cover;
        box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
        z-index: 1000;
        position: relative;
    }


    .contentic {
        width: 94%;
        margin: 0px auto;
    }

    .icresim {
        width: 100%;
        float: left;
        padding: 20px 0% 5px 0px;
    }



   


    .ref {
        width: 30%;
        height: 176px;
        float: left;
        overflow: hidden;
        margin: 10px 1%;
    }

    .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;
    }
}
</pre></body></html>