﻿@import "/font-awesome/css/font-awesome.min.css";
/* open-sans-regular - latin */
/* open-sans-regular - latin-ext_latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/open-sans-v17-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('/fonts/open-sans-v17-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/open-sans-v17-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/open-sans-v17-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/open-sans-v17-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/open-sans-v17-latin-ext_latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin-ext_latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/open-sans-v17-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/fonts/open-sans-v17-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/open-sans-v17-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/open-sans-v17-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
    url('/fonts/open-sans-v17-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/open-sans-v17-latin-ext_latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body {
    margin: 0;
    font-family: 'Open Sans',sans-serif;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
    color: #58585a;
    line-height: 22px
}

.headeric {
    width: 80%;
    margin: 0 auto
}
.header {
    background-color: #f5f4f0;
    position: relative;
    top: 0;
    height: 104px;
    z-index: 1000;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 6px rgba(0,0,0,0.2)
}

.fixed .headersag .sm {
    display: none
}

.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    z-index: 1001;
    background-color: #f5f4f0;
    box-shadow: 0 0 6px rgba(0,0,0,0.2)
}

.logo {
    margin: 0 auto;
    width: 27%;
    text-align: left;
    padding: 5px 0px 0px 0px;
    float: left;
    height: 96px
}

    .logo a img {
        border-style: none
    }

.headersag {
    height: 96px;
    width: 70%;
    float: right
}

#nav {
    width: 702px;
    margin: 28px auto 0;
    float: right
}

    #nav > a {
        display: none
    }

    #nav li {
        margin: 0;
        padding: 0;
        position: relative;
        list-style-type: none
    }

        #nav li a {
            color: #5a5448;
            display: block
        }

    #nav span:after {
        width: 0;
        height: 0;
        border: .313em solid transparent;
        border-bottom: none;
        border-top-color: #5a5448;
        content: '';
        vertical-align: middle;
        display: inline-block;
        position: relative;
        right: -.313em
    }

    #nav > ul {
        margin: 0;
        padding: 0
    }

        #nav > ul > li {
            height: 100%;
            float: left;
            margin: 0;
            padding: 0
        }

            #nav > ul > li > a {
                padding: 14px 0 14px 15px;
                height: 100%;
                font-size: 15px;
                text-align: center;
                text-decoration: none;
                font-family: 'Open Sans',sans-serif;
                font-weight: 700
            }

            #nav > ul > li:not( :last-child ) > a {
                background-position: right top;
                padding: 14px 15px
            }

            #nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
                color: #373635
            }

    #nav li ul {
        background-color: #f5f4f0;
        display: none;
        position: absolute;
        top: 100%;
        width: 270px;
        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 #dbd9d1;
        padding: 1em;
        text-align: left;
        text-decoration: none;
        color: #5a5b5d
    }

    #nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
        color: #91bdec;
        background-color: #F9FBFC;
        font-weight: 400 !important
    }

.banner {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 630px
}

.item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 630px
}

    .item:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(251, 251, 251, 0.50);
    }

#owl-slide .item img {
    display: block;
    width: 100%;
    height: auto
}

.banneryazi {
    margin: 0 auto;
    padding-top: 150px;
    font-size: 22px;
    color: #5a5448;
    z-index: 10000;
    position: relative;
    line-height: 38px;
    width: 76%;
    text-shadow: 1px 0 0 rgba(0,0,0,0.1)
}

    .banneryazi h2 {
        font-size: 30px;
        padding: 0;
        margin: 0;
        color: #5a5448;
        display: block;
        line-height: 56px;
        font-weight: 700
    }

    .banneryazi h3 {
        font-size: 30px;
        padding: 0;
        margin: 0;
        color: #5a5448;
        display: block;
        line-height: 56px;
        font-weight: 700
    }

    .banneryazi h4 {
        font-size: 28px;
        padding: 0;
        margin: 0;
        color: #5a5448;
        display: block;
        line-height: 56px;
        font-weight: 700
    }

    .banneryazi a {
        display: block;
        width: 180px;
        text-align: center;
        border-radius: 14px;
        color: #5a5448;
        text-decoration: none;
        margin: 20px auto 10px;
        padding: 15px;
        line-height: 22px;
        font-size: 18px;
        background-color: rgba(245, 244, 240, 0.75);
    }

        .banneryazi a:hover {
            background-color: rgba(245, 244, 240, 0.50);
        }

.footer {
    padding: 50px 10px;
    text-align: center;
    color: #fff;
    background-color: #91bdec;
    line-height: 22px;
}

    .footer h2 {
        color: #fff;
        font-size: 18px;
        padding: 2px 0px 4px 0px;
        margin-bottom: 6px;
        line-height: 24px;
    }

    .footer a {
        text-decoration: none;
        color: #fff;
    }

    .footer i {
        color: #fff;
        font-size: 22px;
        margin: 0px 8px
    }

.footeralt {
    padding: 20px 0;
    background-color: #7ca7d5;
    color: #a5cdf7
}

.mb_parallax_container {
    height: 68vh;
    width: 100%;
    padding-top: 15vh;
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #FFF;
    font-size: 16px;
    line-height: 28px;
    position: relative;
}

    .mb_parallax_container:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(251, 251, 251, 0.30);
    }

#mb_parallax_two {
    background-image: url(img/climb.jpg)
}

.mb_parallax_container h3 {
    font-size: 28px;
    margin-bottom: 5px;
    line-height: 30px;
    font-weight: 700
}

.mb_parallax_container a {
    padding: 12px 20px;
    display: block;
    text-decoration: none;
    width: 250px;
    font-weight: 700;
    border-radius: 4px;
    font-size: 15px;
    margin: 10px auto;
}

    .mb_parallax_container a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #2e2e2e
    }

.paracontent {
    width: 50%;
    background-color: rgba(245, 244, 240, 0.95);
    border-radius: 6px;
    padding: 60px 5%;
    margin: 0px auto;
    color: #5a5448;
    font-size: 18px;
}

.container {
    margin: 0 auto;
    width: 88%
}

.content2 {
    padding: 40px 0px 60px 0px;
    width: 80%;
    margin: 0 auto;
    line-height: 22px
}

.content3 {
    padding: 60px 0;
    width: 78%;
    margin: 0 auto;
    line-height: 22px
}

.containera {
    padding: 0px;
}

.anasol {
    width: 40%;
    float: left;
    padding: 0px 0% 0px 10%;
    background-color: #f5f4f0
}

    .anasol img {
        width: 100%;
        height: auto;
    }

.anasag {
    width: 35%;
    float: left;
    text-align: center;
    padding: 170px 10% 0px 5%;
    font-size: 17px;
    line-height: 28px;
}

    .anasag a {
        background-color: #91bdec;
        color: #fff;
        display: inline-block;
        padding: 12px 35px;
        font-size: 18px;
        font-weight: 700;
        border-radius: 20px;
        margin-top: 15px;
        text-decoration: none;
    }

        .anasag a:hover {
            color: #f5f4f0;
            text-decoration: none
        }

        .anasag a i {
            margin: 0 5px
        }

.contentmp {
    padding: 20px 0 80px;
    width: 79%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    min-height: 400px
}

    .contentmp h2 {
        margin: 0;
        color: #5a5448;
        padding: 2px 0px 4px 0px;
        margin-bottom: 6px;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0px;
    }

.sol {
    padding: 0 1% 0 0;
    width: 23%;
    float: right;
    text-align: left
}

.sag {
    padding: 0 0 0 2%;
    width: 74%;
    float: right;
    text-align: left
}

.menuust {
    color: #FFF;
    font-size: 18px;
    padding: 14px;
    height: 20px;
    margin: 0 0 0 1px;
    border-bottom: 1px solid #E4E4E4;
    background-color: #91bdec
}

.solmenu {
    margin: 0 0 10px;
    padding: 0;
    background-color: #f5f4f0
}

    .solmenu ul {
        padding: 0;
        margin: 0
    }

        .solmenu ul li {
            line-height: 28px;
            list-style-type: none
        }

            .solmenu ul li a {
                color: #666;
                font-size: 15px;
                text-decoration: none;
                padding: 8px 8px 8px 14px;
                display: block;
                border-bottom: 1px solid #e5e3dd
            }

                .solmenu ul li a:hover {
                    color: #FFF;
                    background-color: #91bdec
                }

                .solmenu ul li a i {
                    margin-right: 8px;
                    color: #91bdec
                }

                .solmenu ul li a:hover i {
                    margin-right: 8px;
                    color: #fff
                }

.content {
    padding: 20px 0 30px;
    width: 100%;
    margin: 0 auto
}

.contentic {
    width: 84%;
    margin: 80px auto 150px auto;
}


.box {
    margin: 15px 1%;
    width: 31.3%;
    float: left;
    height: 350px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #2e2e2e;
}

.boximg {
    margin: 0 auto;
    width: 100%;
    height: 280px;
    overflow: hidden;
    display: block
}

    .boximg img {
        width: 100%;
        height: auto
    }

.box h3 {
    background-color: #91bdec;
    color: #fff;
    display: inline-block;
    padding: 12px 35px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 20px;
    margin-top: 15px;
}

.box:hover h3 {
    background-color: #7aa0c8;
}



.icresim {
    float: left;
    width: 400px;
    margin: 0 10px 0 0
}


.sresim {
    width: 45%;
    float: left;
    padding: 0 3% 0 0
}

.syazi {
    width: 50%;
    float: left
}


.hbsol {
    text-align: left;
    width: 50%;
    float: left;
}

.hbsag {
    text-align: left;
    width: 99%;
    float: none;
    color: #58585a;
    padding: 0px 1% 15px 0px;
    text-transform: uppercase;
}

    .hbsag a {
        color: #0064aa;
        text-decoration: none;
    }

        .hbsag a:hover {
            color: #0064aa;
            text-decoration: none;
        }

    .hbsag i {
        font-size: 20px;
        color: #0064aa;
        margin: 0px 6px 0px 6px;
    }

h3 {
    color: #58585a;
    padding: 6px 0 4px;
    font-size: 17px;
    margin: 0;
    font-weight: 400
}

h4 {
    color: #153865;
    margin: 0 5px;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    display: inline-block
}

h1 {
    font-size: 30px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    color: #5a5448;
    display: block;
    font-weight: 400;
    line-height: 46px
}

hr {
    border: 0;
    height: 1px;
    background: #F0F0F0;
    background-image: linear-gradient(to right,#dadada,#eaeaea,#f1eded);
    margin-bottom: 12px
}

h2 {
    margin: 0;
    color: #5a5448;
    padding: 2px 0px 14px 0px;
    margin-bottom: 26px;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 1px;
}

.baslik {
    padding: 8px 0;
    font-size: 15px
}

    .baslik a {
        color: #5a5b5d;
        text-decoration: none;
        font-weight: 700
    }

        .baslik a:hover {
            color: #5a5b5d;
            text-decoration: none;
            font-weight: 700
        }

.yukari-cik {
    position: fixed;
    left: 5%;
    bottom: 5%;
    background: #91bdec;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400
}

.solilet {
    padding: 0 2% 0 0;
    width: 42%;
    text-align: left;
    float: left
}

.sagilet {
    padding: 0;
    width: 55%;
    float: right;
    text-align: left;
}

    .sagilet a {
        color: #0352ca;
        text-decoration: none;
        margin-right: 12px;
    }

    .sagilet a span {
        margin: 0px 6px;
        width: 18px;
        font-size:20px;
    }

.solilet input[type=text], .solilet input[type=password] {
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #CCC;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
    outline: none;
    width: 90%;
    font-family: 'Open Sans',sans-serif
}

.solilet textarea {
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #CCC;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
    outline: none;
    width: 90%;
    font-family: 'Open Sans',sans-serif
}

.clr {
    clear: both
}

.cert {
    margin: 10px 1%;
    width: 31.3%;
    height: 320px;
    float: left;
    text-align: center;
    font-weight: 700
}

.certimg {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

    .certimg img {
        width: 100%;
        height: auto
    }

.footer-whatsapp {
    width: 32px;
    height: 32px;
    padding: 7px;
    position: fixed;
    right: 5%;
    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: 1100px) and (max-width: 1350px) {
    .headeric {
        width: 92%;
        margin: 0 auto
    }

    .content2 {
        width: 86%;
        margin: 0 auto;
        line-height: 20px
    }

    .content {
        padding: 20px 0 30px;
        width: 100%;
        margin: 0 auto
    }

    .contentic {
        width: 96%;
    }

    .banner {
        height: 550px
    }

    .item {
        height: 550px
    }

    .anasol {
        width: 40%;
        float: left;
        padding: 0px 0% 0px 5%;
        background-color: #f5f4f0
    }

    .anasag {
        width: 35%;
        float: left;
        padding: 170px 10% 0px 5%;
        font-size: 17px;
        line-height: 28px;
    }
}

@media (min-width: 1600px) {
    .headeric {
        width: 1215px;
        margin: 0 auto
    }

    .content2 {
        width: 1220px;
        margin: 0 auto;
        line-height: 20px
    }

    .content {
        padding: 20px 0 30px;
        width: 100%;
        margin: 0 auto
    }

    .contentic {
        width: 1280px;
    }

    .contentmp {
        width: 1201px;
    }

    .mb_parallax_container {
        height: 60vh;
        width: 100%;
        padding-top: 15vh;
        background-attachment: fixed;
    }

    .banner {
        height: 750px
    }

    .item {
        height: 750px
    }

    .anasol {
        width: 35%;
        float: left;
        padding: 0px 0% 0px 15%;
        background-color: #f5f4f0
    }
    .anasag {
        width: 30%;
        float: left;
        text-align: center;
        padding: 170px 10% 0px 2%;
        font-size: 17px;
        line-height: 28px;
    }

    .paracontent {
        width: 900px;
        background-color: rgba(245, 244, 240, 0.95);
        border-radius: 6px;
        padding: 60px 5%;
        margin: 0px auto;
        color: #5a5448;
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .header {
        height: 86px;
        width: 100%;
    }
    .headeric {
        width: 100%;
        margin: 0 auto
    }

    .logo {
        margin: 0 auto;
        width: 60%;
        text-align: left;
        padding: 7px 0 0 2%;
        float: left;
        height: 70px;
        position: relative;
        z-index: 10010;
    }

        .logo a img {
            border-style: none;
            width: auto;
            height: 66px
        }

    .headersag {
        width: 100%;
        height: 50px;
        float: right;
        padding-top: 15px;
        position: absolute;
        text-align: right;
        z-index: 10000
    }

    #nav {
        width: 100% !important;
        margin: 0 !important;
        float: none
    }

        #nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
            display: block
        }

        #nav > ul {
            height: auto;
            display: none;
            left: 0;
            right: 0
        }

        #nav:target > ul {
            display: block
        }

        #nav > ul > li {
            width: 100%;
            float: none
        }

        #nav li ul {
            position: static
        }

        #nav > a {
            padding: 10px 8px 10px 0;
            height: 2.825em;
            text-align: right;
            position: relative;
            color: #5a5448;
            text-decoration: none;
            font-weight: 700
        }

        #nav li a {
            color: #5a5448;
            display: block;
            background-color: #f5f4f0
        }

        #nav li ul {
            width: 100%
        }

        #nav > ul > li > a {
            padding: 15px 23px 15px 22px;
            height: 100%;
            font-size: 14px;
            text-align: center;
            text-decoration: none;
            border-bottom: 1px solid #d2d2d2;
        }

        #nav > ul > li:not( :last-child ) > a {
            padding: 15px 23px 15px 22px;
            border-right: 0 solid #d2d2d2
        }

        #nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
            color: #5a5448
        }

        #nav li ul a {
            font-size: 1em;
            border-bottom: 1px solid #d2d2d2;
            padding: .75em;
            text-align: left;
            text-decoration: none;
            color: #5a5448
        }

    .banner {
        height: 230px
    }

    .item {
       
        height: 230px
    }

    .banneryazi {
        margin: 0 auto;
        padding-top: 50px;
        font-size: 15px;
        z-index: 10000;
        position: relative;
        line-height: 24px;
        width: 88%;
    }

        .banneryazi h2 {
            font-size: 15px;
            padding: 0;
            margin: 0;
            display: block;
            line-height: 20px;
            font-weight: 700
        }


        .banneryazi a {
            display: block;
            width: 160px;
            text-align: center;
            text-decoration: none;
            margin: 5px auto;
            padding: 6px;
            line-height: 20px;
            font-size: 14px;
        }

    .content2 {
        padding: 20px 0;
        width: 100%;
        margin: 0 auto;
        line-height: 20px
    }

    .anasol {
        width: 100%;
        float: none;
        padding: 0;
        margin: 0 auto;
        background-color: #fff;
    }

        .anasol img {
            width: 100%;
            height: auto;
        }

    .anasag {
        width: 92%;
        float: none;
        padding: 30px 4% 50px 4%;
    }

    .contentic {
        width: 100%;
        margin: 30px 0px;
    }

    .box {
        margin: 25px 6% 45px 6%;
        width: 88%;
        float: none;
        height: auto;
        text-align: center;
        display: block;
        text-decoration: none;
        color: #2e2e2e
    }

    .boximg {
        margin: 0 auto;
        width: 100%;
        height: 260px;
        overflow: hidden;
        display: block
    }

    .box h3 {
        margin-top: 10px;
    }

    .mb_parallax_container {
        height: 340px;
        width: 94%;
        padding: 25px 3% 0;
        background-attachment: local;
        background-size: cover;
        background-repeat: no-repeat;
        color: #FFF;
        font-size: 13px;
        line-height: 18px;
        font-weight: 400
    }

        .mb_parallax_container h3 {
            font-size: 18px;
            margin-bottom: 0px;
            line-height: 28px;
            font-weight: 700
        }

    .paracontent {
        width: 86%;
        padding: 15px 2%;
        font-size: 14px;
    }
    h2 {
        margin: 0;
        padding: 2px 0 4px;
        margin-bottom: 6px;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px
    }

    .contentmp {
        padding: 20px 3% 10px;
        width: 94%;
        margin: 0 auto;
    }

    .sol {
        padding: 30px 0 0;
        width: 100%;
        float: none;
    }

    .sag {
        padding: 0;
        width: 100%;
        float: none;
    }

    .icresim {
        float: none;
        width: 100%;
        margin: 0 0 8px
    }
    
    .divbelge {
        margin: 10px 5%;
        width: 90%;
        height: auto;
        float: none
    }

    .cert {
        margin: 10px 5%;
        width: 90%;
        height: auto;
        text-align: center;
    }

    .certimg {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    h1 {
        font-size: 26px;
        padding: 0 0 6px;
        margin: 0 0 10px;
        display: block;
        font-weight: 400;
        line-height: 36px
    }

    .solilet {
        padding: 0;
        width: 100%;
        float: none
    }

    .sagilet {
        padding: 20px 0 0;
        width: 100%;
        float: none;
    }

    .footer-whatsapp {
        bottom: 5%;
    }
}

@media (min-width: 480px) and (max-width: 960px) {
    .headeric {
        width: 100%;
        margin: 0 auto
    }

    .logo {
        margin: 0 auto;
        width: 60%;
        text-align: left;
        padding: 5px 0 0 1%;
        float: left;
        height: 80px
    }

    .headersag {
        width: 100%;
        height: 50px;
        float: right;
        padding-top: 20px;
        position: absolute;
        text-align: right;
        z-index: 10000
    }

    #nav {
        width: 100% !important;
        margin: 0 !important;
        float: none
    }

        #nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
            display: block
        }

        #nav > ul {
            height: auto;
            display: none;
            left: 0;
            right: 0
        }

        #nav:target > ul {
            display: block
        }

        #nav > ul > li {
            width: 100%;
            float: none
        }

        #nav li ul {
            position: static
        }

        #nav > a {
            padding: 10px 8px 10px 0;
            height: 2.825em;
            text-align: right;
            position: relative;
            color: #5a5448;
            text-decoration: none;
            font-weight: 700
        }

        #nav li a {
            color: #5a5448;
            display: block;
            background-color: #f5f4f0
        }

        #nav li ul {
            width: 100%
        }

        #nav > ul > li > a {
            padding: 15px 23px 15px 22px;
            height: 100%;
            font-size: 14px;
            text-align: center;
            text-decoration: none;
            font-weight: 600;
            border-bottom: 1px solid #d8d7d2
        }

        #nav > ul > li:not( :last-child ) > a {
            padding: 15px 23px 15px 22px;
            border-right: 0 solid #f5f4f0
        }

        #nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
            color: #5a5448
        }

        #nav li ul a {
            font-size: 1.2em;
            border-bottom: 1px solid #d8d7d2;
            padding: .75em;
            text-align: left;
            text-decoration: none;
            color: #5a5448
        }

    .banner {
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
        height: 400px
    }

    .item {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 400px
    }

    .banneryazi {
        margin: 0 auto;
        padding-top: 40px;
        font-size: 16px;
        z-index: 10000;
        position: relative;
        line-height: 28px;
        width: 88%;
    }

    .content2 {
        padding: 20px 0;
        width: 100%;
        margin: 0 auto;
    }
    .anasol {
        width: 40%;
        float: left;
        padding: 0px 0% 0px 2%;
        background-color: #f5f4f0
    }

    .anasag {
        width: 45%;
        float: left;
        padding: 20px 4% 0px 5%;
        font-size: 17px;
        line-height: 28px;
    }
  
        .contentic {
        width: 100%;
    }

    .box {
        margin: 15px 0.5%;
        width: 32%;
        float: left;
        height: 200px;
    }

    .boximg {
        margin: 0 auto;
        width: 100%;
        height: 150px;
        background-size: 100% !important;
        overflow: hidden;
        display: block
    }

    .mb_parallax_container {
        height: 350px;
        width: 92%;
        padding: 60px 4% 0;
        background-attachment: local;
        background-size: 100%;
        background-repeat: no-repeat;
        color: #FFF;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400
    }

    .paracontent {
        width: 80%;
        background-color: rgba(245, 244, 240, 0.95);
        border-radius: 6px;
        padding: 20px 5%;
        margin: 0px auto;
        font-size: 18px;
    }

    h2 {
        margin: 0;
        padding: 2px 0 4px;
        margin-bottom: 6px;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px
    }

    .contentmp {
        padding: 20px 3% 40px 3%;
        width: 94%;
        text-align: left;
        min-height: 300px
    }

    .sol {
        padding: 30px 0 0;
        width: 100%;
        float: none;
        text-align: left
    }

    .sag {
        padding: 0;
        width: 100%;
        float: none;
        text-align: left
    }

    .contentmp img {
        width: 100%;
        height: auto
    }

    .icresim {
        float: none;
        width: 100%;
        margin: 0 0 8px
    }

    .footer-whatsapp {
        bottom: 5%;
    }

    .cert {
        margin: 10px 15%;
        width: 70%;
        height: auto;
        float: none;
        text-align: center;
    }

    .certimg {
        width: 100%;
        height: auto;
        overflow: hidden;
        border: 1px solid #dadada
    }

    h1 {
        font-size: 26px;
    }

    .solilet {
        padding: 0;
        width: 80%;
        text-align: left;
        float: none
    }

    .sagilet {
        padding: 20px 0 0;
        width: 80%;
        float: none;
        text-align: left
    }
}
