﻿@import "/font-awesome/css/font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


body {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    text-align: center;
    vertical-align: top;
    font-size: 16px;
    color: #30302F;
    line-height: 24px;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #252638; /* mavi arka plan */
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    font-family: sans-serif;
    text-align: center;
}

.loader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loader-logo {
    width: 120px;
    height: auto;
    margin-bottom: 20px;
}

.loader-title {
    font-size: 36px;
    letter-spacing: 5px;
    margin-bottom: 20px;
    color: #fff;
}

.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.header {
    height: 160px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    z-index: 100;
}

.headermaster {
    background-color: #f6f4ee;
    position: static;
}

.fixed .headersag .sm {
    display: none
}

.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    background-color: rgba(255, 255, 255, 0.95);
}

    .logo2, .fixed .logo1 {
        display: none !important
    }

    .fixed .logo2 {
        display: block !important
    }

    .fixed .headertop {
        display: none;
    }

    .fixed .navside {
        color: #000;
        border: 1px solid rgba(0, 0, 0, 0.70);
    }

    .fixed .search {
        color: #000;
    }

.headermaster .fixed .navside {
    color: #fff !important;
}

.headertop {
    background-color: #f60c15;
    color: #fff;
    padding: 0px;
    height: 48px;
}

.headertopsol {
    width: 50%;
    float: left;
    text-align: left;
}

.sm {
    width: 150px;
    float: left;
    height: 46px;
}

    .sm a {
        color: #fff;
        text-decoration: none
    }

        .sm a i {
            font-size: 20px;
            color: #fff;
            margin: 14px 3px 0 10px
        }

            .sm a i:hover {
                color: #dadada
            }

.eposta {
    width: 280px;
    float: left;
    padding: 12px 5px 0px 0px;
    text-align: left;
    height: 34px;
    font-size: 15px;
}

    .eposta a {
        color: #fff;
        text-decoration: none;
        letter-spacing: -0.2px;
    }

        .eposta a:hover {
            color: #dadada;
        }

        .eposta a i {
            font-size: 18px;
            color: #fff;
            margin: 0px 8px 0px 0px;
        }


.translate {
    width: 150px;
    float: right;
    padding-top: 10px;
    color: #fff !important;
}

    .translate a {
        color: #fff !important;
        font-size: 14px !important;
    }

.gt_languages a {
    color: #000 !important;
}

.gt_switcher-popup span {
    color: #fff !important;
}

.headertopsag {
    width: 50%;
    float: left;
    text-align: right;
    padding-top: 12px;
}

    .headertopsag a {
        font-size: 14px;
        line-height: 14px;
        padding: 0px 15px;
        display: inline-block;
        font-weight: 500;
        color: #fff;
        text-decoration: none;
        border-right: 1px solid #ff464d;
    }

        .headertopsag a:hover {
            color: #ffdadb;
        }

.headeralt {
    width: 100%;
    height: 102px;
    margin: 0px;
}

.headeric {
    width: 82%;
    margin: 0px auto;
}

.logo {
    width: 150px;
    text-align: left;
    padding: 8px 0px 0px 0px;
    float: left;
    height: 96px
}

    .logo a img {
        border-style: none;
        height: 96px;
        width: auto;
    }

.headersag {
    height: 96px;
    width: 910px;
    float: right
}


.navside {
    display: block;
    float: right;
    width: 110px;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 8px;
    margin: 32px 0px 0px 0px;
    border-radius: 8px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
}

    .navside:hover {
        background-color: #fff;
        color: #f60c15
    }

.headermaster .navside {
    border: 1px solid #ac0c30;
    background-color: #ac0c30;
    color: #fff !important;
}

.headermaster:hover .navside {
    border: 1px solid #f60c15;
    background-color: #f60c15;
    color: #fff;
}

.headermaster .fixed .navside {
    color: #fff !important;
}

.search {
    color: #fff;
    width: 32px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    padding: 8px 10px 0px 10px;
    float: left;
    margin: 30px 10px 0px 15px;
    font-size: 18px;
}

.headermaster .search {
    color: #ac0c30;
    margin: 33px 10px 0px 15px;
}

.aramakutu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.close-button {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
}

.aramakutu {
    padding: 20px 20px 20px 0px;
    border-radius: 8px;
    position: relative;
    width: 550px;
}

    .aramakutu input {
        width: 100%;
        padding: 20px 40px 20px 20px;
        border: 1px solid #dadada;
        border-radius: 8px;
        font-size: 14px;
        outline: none;
        background-color: #ffffff;
    }

    .aramakutu a {
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        font-size: 22px;
        color: #ac0c30;
    }

#nav {
    width: 700px;
    margin: 30px 0px 0px 0px;
    float: left
}

    #nav > a {
        display: none
    }

    #nav li {
        margin: 0;
        padding: 0;
        position: relative;
        list-style-type: none
    }

        #nav li a {
            color: #ffffff;
            display: block
        }

.headermaster #nav li a {
    color: #30302F;
    display: block
}

.fixed #nav li a {
    color: #000;
    display: block
}

#nav > ul {
    margin: 0;
    padding: 0
}

    #nav > ul > li {
        height: 100%;
        float: left;
        margin: 0;
        padding: 0
    }

        #nav > ul > li > a {
            height: 100%;
            font-size: 17px;
            text-align: center;
            text-decoration: none;
            font-family: "Outfit", sans-serif;
            font-weight: 500;
            padding: 10px 0px 10px 16px
        }

        #nav > ul > li:not( :last-child ) > a {
            padding: 10px 16px
        }

        #nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
            color: #f60c15
        }

#nav li ul {
    background-color: #f6f4ee;
    display: none;
    position: absolute;
    top: 100%;
    width: 320px;
    z-index: 10000;
    border-radius: 10px;
    overflow: hidden;
}

#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 #d7e5ea;
    padding: 13px 16px;
    text-align: left;
    text-decoration: none;
    color: #000
}

#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
    color: #fff;
    background-color: #f60c15;
    font-weight: 400 !important
}

.banner {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #a4bcc4;
    position: relative;
}

.item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    background-size: 100%;
    width: 100%;
}

    .item:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.50);
    }

.owl-carousel .item.full-screen {
    background-size: cover;
    background-position: center;
    transition: transform 8s ease; /* efekt süresi autoplayTimeout süresiyle eşleşmeli */
}

.owl-carousel .active .item.full-screen {
    transform: scale(1.1); /* yakınlaştırma miktarı */
}

#owl-slide .item img {
    display: block;
    width: 100%;
    height: auto
}

.banneryazi {
    margin: 0px auto;
    padding-top: 250px;
    color: #FFFFFF;
    z-index: 100;
    position: relative;
    width: 70%;
    text-align: left;
}

.banneryazi-baslik {
    font-size: 22px;
    padding: 0;
    margin: 0;
    color: #fff;
    display: block;
    line-height: 26px;
    font-weight: 400;
    font-style: italic;
}

.banneryazi-icerik {
    font-size: 90px;
    padding: 0;
    margin: 0;
    color: #fff;
    display: block;
    line-height: 90px;
    font-weight: 600;
    letter-spacing: -2px;
}

.banneryazi a {
    display: inline-block;
    width: 160px;
    text-align: center;
    background-color: #ac0c30;
    border-radius: 6px;
    color: #f8f6f2;
    text-decoration: none;
    margin: 0px 0px 0px 10px;
    height: 32px;
    line-height: 32px;
    padding: 12px;
    font-size: 17px;
    letter-spacing: 0px;
    font-weight: 400;
}

    .banneryazi a:hover {
        background-color: #b1b1b1
    }

.banneralt {
    height: 440px;
    bottom: 0px;
    background-image: url('img/banneralt.jpg');
    background-color: #ac0c30;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banneraltcont {
    width: 82%;
    margin: 0px auto;
}

.bannerbox {
    width: 25%;
    height: 360px;
    float: left;
    box-sizing: border-box; /* <-- kritik satır */
    color: #c0d5dc;
    position: relative;
    text-decoration: none;
}

.bannerboxic {
    position: relative;
    display: inline-block;
    width: 290px;
    height: 216px;
    line-height: 40px;
    text-align: center;
    background-color: #f6f4ee;
    top: -70px;
    padding: 10px 0px 0px 0px;
    border-radius: 16px;
    z-index: 100;
    transition: all .4s ease-in-out;
    box-shadow: 10px 10px 20px 0px rgba(36, 2, 7, 0.16);
}

    .bannerboxic:hover {
        transition: all .4s ease-in-out;
        height: 184px;
        top: -54px
    }

    .bannerboxic span {
        display: block;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        bottom: -25px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 6px solid #ac0c30;
        color: #000;
        background-color: #fff;
        font-size: 16px;
        line-height: 40px;
        transition: all .4s ease-in-out;
    }

    .bannerboxic:hover span {
        transition: all .4s ease-in-out;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 17px;
    }


.bannerbox h4 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.bannerbox img {
    margin: 30px 0px 0px 0px;
    width: auto;
    height: 50px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-8px);
    }

    60% {
        transform: translateY(-6px);
    }

    50% {
        transform: translateY(-4px);
    }
}

.bannerbox:hover img {
    animation: bounce 1s ease;
}

.bannerboxozet {
    padding: 0px 10px;
    color: #fff;
    font-size: 16px;
}

.footerust {
    height: 220px;
    background-image: url('img/footerust.jpg');
    background-color: #ac0c30;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: left;
}

.footerlogo {
    padding: 30px 2% 0px 0px;
    width: 14%;
    float: left;
}

    .footerlogo img {
        width: 160px;
        height: auto;
    }

.footerslogan {
    width: 66%;
    padding: 60px 2% 0px 0px;
    float: left;
}

    .footerslogan h2 {
        font-size: 38px;
        font-weight: 500;
        color: #fff
    }

    .footerslogan h4 {
        font-size: 24px;
        font-weight: 500;
        font-style: italic;
        margin: 0px !important;
        color: #fff
    }

.footerbutton {
    width: 14%;
    padding: 88px 0% 0px 0px;
    float: left;
}

    .footerbutton a {
        width: 100%;
        padding: 14px 0px;
        color: #f60c15;
        background-color: #f6f4ee;
        border-radius: 8px;
        display: block;
        text-decoration: none;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
    }

        .footerbutton a:hover {
            color: #9e0728;
        }

.footer {
    padding: 20px 0px 50px 0px;
    text-align: center;
    color: #55585B;
    background-color: #f6f4ee;
    line-height: 28px;
}

    .footer h3 {
        color: #55585B;
        font-size: 22px;
        border: none;
        margin: 5px 0px 8px 0px;
        padding: 0px;
        font-weight: 500;
    }

.footeric {
    width: 1190px;
    margin: 0 auto;
}

.fbox {
    width: 20%;
    padding: 50px 0px 10px 3%;
    float: right;
    text-align: left;
}

    .fbox h3, .fboxright h3 {
        color: #55585B;
    }

    .fbox a {
        display: block;
        color: #55585B;
        text-decoration: none;
    }

        .fbox a:hover {
            display: block;
            color: #9d0627;
            text-decoration: none;
        }

        .fbox a i {
            margin-right: 6px;
        }

.fboxleft {
    width: 27%;
    float: left;
    padding: 50px 1% 10px 0px;
    text-align: left;
}

.footeralt {
    padding: 20px 0;
    background-color: #efede7;
    color: #55585B
}

.footeradres {
    margin: 0px;
    padding: 10px 0px;
    text-align: left;
}

.footerrow i {
    background-color: #ede6d3;
    color: #f60c15;
    border-radius: 10px;
    width: 36px;
    font-size: 18px;
    height: 28px;
    text-align: left;
    padding: 8px 0px 0px 0px;
    text-align: center;
    float: left;
}


.footertel {
    font-size: 22px;
    letter-spacing: 2px;
    width: 200px;
    float: left;
    padding: 5px 0px 0px 20px;
    font-weight: 700;
}

.footerrow {
    margin: 10px 0px;
}

.footercell {
    float: left;
    width: 260px;
    padding: 4px 0px 0px 20px;
}

.footersm {
    margin: 10px 0px 10px 0px;
}

    .footersm a {
        color: #55585B;
        text-decoration: none;
        display: block;
        float: left;
        background-color: #ede6d3;
        border-radius: 50%;
        padding: 10px;
        margin: 5px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
    }

    .footersm i {
        font-size: 24px;
    }

    .footersm a:hover {
        color: #f60c15;
        text-decoration: none;
    }

.mb_parallax_container {
    height: 60vh;
    width: 100%;
    padding-top: 30vh;
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 38px;
}

    .mb_parallax_container h2 {
        margin: 0px;
        color: #FFFFFF;
        padding: 2px 0px 4px 0px;
        margin-bottom: 6px;
        font-size: 58px;
        font-weight: 500;
        line-height: 80px;
    }

    .mb_parallax_container a {
        background-color: #f60c15;
        border-radius: 12px;
        line-height: 18px;
        font-weight: 400;
        font-style: normal;
        color: #fff;
        padding: 18px 34px;
        display: inline-block;
        font-size: 18px;
        text-decoration: none;
        margin: 25px 0px;
    }

        .mb_parallax_container a:hover {
            background-color: #ac0c30;
        }

#mb_parallax_two {
    background-image: url('img/climb.jpg');
}

.banneric {
    background-image: url('/img/ustbanner.jpg');
    width: 100%;
    height: 300px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
}

.contentmp {
    padding: 40px 0 80px 0;
    width: 1240px;
    margin: 0px auto;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    min-height: 400px;
    position: relative;
}

    .contentmp h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .contentmp h3 {
        color: #4c4c4c;
        padding: 0px 0px 5px 0px;
        font-size: 22px;
        line-height: 34px;
        margin: 10px 0px 8px 0px;
        font-weight: 500 !important;
    }




.sag {
    padding: 25px 20px 30px 0px;
    width: 810px;
    float: left;
    margin: 0px 0px 20px 0px;
    background-color: #FFFFFF;
    text-align: left;
    min-height: 400px;
    margin: 0px 0px 10px 0px;
    border-radius: 4px;
}

    .sag img {
        margin: 0px 15px 5px 0px;
    }

    .sag a {
        color: #5e788f;
        text-decoration: none;
    }

        .sag a:hover {
            color: #9cafbf;
            text-decoration: underline;
        }

.sol {
    margin: 0px 0px 10px 0px;
    width: 370px;
    float: left;
    text-align: left;
    padding: 5px 0px 30px 0px;
}

.menuust {
    color: #252638;
    font-size: 22px;
    padding: 20px 12px 8px 22px;
    height: 20px;
    margin: 0px 0px 0px 1px;
    font-weight: 700;
    margin: 20px 0px;
}

    .menuust .fa-minus {
        margin-right: 8px;
    }

.solmenu {
    position: relative;
    background: #ffffff;
    border: 1px solid #e6e6ea;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    padding: 11px 30px 14px 30px;
    cursor: pointer;
    color: #164850;
}

    .solmenu ul {
        padding: 0px;
        margin: 0px;
    }

        .solmenu ul li {
            line-height: 32px;
            list-style-type: none;
        }

            .solmenu ul li a {
                color: #5e788f;
                font-size: 15px;
                text-decoration: none;
                padding: 10px 0px 10px 0px;
                display: block;
                border-bottom: 1px solid #efefef;
            }

                .solmenu ul li a:hover {
                    color: #252638;
                    font-size: 15px;
                }

                .solmenu ul li a i {
                    margin-right: 8px;
                    font-size: 17px;
                }

                .solmenu ul li a:hover i {
                    color: #0074c5;
                }

.container {
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 10;
}

.btnlink {
    text-align: center !important;
}

    .btnlink a {
        display: block;
        width: 150px;
        background: #0074c5;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        padding: 12px 18px;
        border-radius: 8px;
        margin: 5px auto;
        position: relative;
        z-index: 10;
    }

        .btnlink a:hover {
            background: #37384e;
        }



.content4 {
    padding: 120px 0px;
    width: 82%;
    margin: 0 auto;
    line-height: 24px;
}

.content5 {
    padding: 0px;
    width: 100%;
    margin: 0 auto;
    line-height: 24px;
    z-index: 10;
    background: #313243;
    color: #e7e7e7;
}

    .content4 h4, .content4 h2, .content5 h2 {
        color: #000 !important;
        font-size: 60px;
    }

.colorize {
    color: #f60c15;
}

.content3 {
    padding: 0px;
    width: 100%;
    margin: 0 auto;
    background: #f6f4ee;
}

.baslikalt {
    padding: 0px 0px 30px 5px;
}


.containera {
    padding: 0px 0px 0px 0px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    line-height: 22px;
    min-height: 700px;
    z-index: 10;
    background-image: url('img/bgcontainer.png');
    background-repeat: no-repeat;
    background-position: left -300px top 180px;
    background-size: 50vw;
}

    .containera::before {
        content: "";
        background-image: url('img/bgcontainer2.png');
        background-size: 66vw;
        position: absolute;
        background-repeat: no-repeat;
        background-position: right -120px top 390px;
        z-index: -1;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

.content2 {
    padding: 140px 0px 140px 0px;
    width: 88%;
    text-align: left;
    margin: 0 auto;
    line-height: 24px;
    z-index: 10;
}

.anasol {
    text-align: left;
    float: left;
    width: 50%;
}

    .anasol img {
        width: 100%;
        height: auto;
    }

.iqy {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    line-height: 20px;
    font-weight: 500;
    font-style: italic;
    color: #f60c15;
}

.subtitle {
    font-size: 60px;
    line-height: 64px;
    margin: 0px 0px 10px 0px;
}

.anasag {
    text-align: left;
    float: left;
    width: 38%;
    padding: 20px 0px 10px 5%;
    line-height: 28px;
}

    .anasag a {
        display: block;
        width: 200px;
        color: #fff;
        background-color: #f60c15;
        text-decoration: none;
        font-size: 18px;
        padding: 20px 35px;
        border-radius: 8px;
    }

        .anasag a:hover {
            background-color: #ac0c30;
        }



#owl-slide3 .item3 {
    padding: 15px;
    margin: 0px 0px 5px 0px;
    color: #252638;
    background-color: #f6f4ee;
    border-radius: 16px;
    text-align: center;
    height: 450px;
    text-decoration: none;
    display: block;
    transition: all 0.6s ease-in-out;
}

    #owl-slide3 .item3:hover {
        color: #ac0c30;
        text-decoration: none;
        display: block;
        transition: all 0.6s ease-in-out;
    }



#owl-slide4 .item3 {
    padding: 15px;
    margin: 0px 0px 5px 0px;
    color: #252638;
    background-color: #fff;
    border-radius: 16px;
    text-align: center;
    height: 450px;
    text-decoration: none;
    display: block;
    transition: all 0.6s ease-in-out;
}

    #owl-slide4 .item3:hover {
        color: #ac0c30;
        text-decoration: none;
        display: block;
        transition: all 0.6s ease-in-out;
    }

.item3img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.6s ease-in-out;
}

    .item3img img {
        width: 100%;
        height: auto;
        transform: scale(1.0);
        transition: all 0.6s ease-in-out;
    }

.item3:hover .item3img img {
    transform: scale(1.1);
    transition: all 0.6s ease-in-out;
}

.stitle a {
    color: #252638;
    text-decoration: none;
}

.baslik {
    text-align: left;
    padding: 30px 0px 10px 0px;
    margin: 0px 20px;
    position: relative;
    font-size: 22px;
    font-weight: 600;
}

.ozet {
    text-align: left;
    padding: 0px 0px 10px 0px;
    margin: 0px 20px;
    position: relative;
    font-size: 16px;
}

.more {
    border-radius: 14px;
    background-color: #ffffff;
    color: #f60c15;
    padding: 14px 0px;
    position: absolute;
    bottom: 16px;
    width: 92%
}

.item3:hover .more {
    background-color: #ac0c30;
    color: #fff;
    transition: all 0.6s ease-in-out;
}


.habercontainer {
    width: 690px;
    float: left;
    text-align: left;
}

.haberler {
    width: 100%;
    background-color: #334d66;
    height: 444px;
    margin-top: 10px;
}

.item1 {
    width: 690px;
    height: 396px;
    overflow: hidden;
}


h2 {
    padding: 0px;
    margin: 0px;
    font-size: 38px;
    font-weight: 600;
    line-height: 38px;
    color: #252638;
}


h4 {
    padding: 0px 0px 6px 0px;
    font-size: 22px;
    line-height: 36px;
    margin: 0px 0px 20px 0px;
}

h5 {
    color: #a4bcc4;
    padding: 0px 0px 6px 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    margin: 0px 0px 20px 0px;
}

.paginator {
    position: absolute;
    right: 0px;
    top: 8px;
    color: #a4bcc4;
}

.prev {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    font-size: 22px;
    cursor: pointer;
}

.next {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    font-size: 22px;
    cursor: pointer;
}

.pageTitle {
    padding: 30px 0px;
    width: 100%;
    margin: 0px auto;
    height: 40px;
    position: absolute;
    top: -150px;
    color: #efefef
}

.pageTitleic {
    width: 100%;
    margin: 0px auto;
}

.pageTitleleft {
    width: 60%;
    float: left;
    text-align: left;
}

.Breadcrumb {
    width: 39%;
    float: right;
    text-align: right;
    padding: 10px 1% 0px 0px;
}

    .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: #f6f4ee;
                text-decoration: none;
            }

                .Breadcrumb ul li a:hover {
                    color: #f60c15;
                }

.pageTitle h1 {
    font-size: 50px !important;
    line-height: 58px !important;
    padding: 0px;
    margin: 0px 0px 120px 0px;
    color: #f6f4ee;
    display: block;
    font-weight: 600;
    position: relative;
}

.contentmp h1 {
    font-size: 26px;
    line-height: 34px;
}

.box {
    margin: 15px 0.5%;
    width: 32%;
    float: left;
    height: 300px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #f60c15;
    font-size: 15px;
    background-color: #f6f4ee;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
}

.boximg {
    margin: 0 auto;
    width: 100%;
    height: 230px;
    overflow: hidden;
    display: block;
    transition: all 0.6s ease-in-out;
}


    .boximg img {
        width: 100%;
        height: auto;
        transform: scale(1.0);
        transition: all 0.6s ease-in-out;
    }

    .boximg:hover img {
        transform: scale(1.1);
        transition: all 0.6s ease-in-out;
    }


.boxtext {
    font-size: 18px;
    font-weight: 500;
    color: #ac0c30;
    padding: 15px 0px 0px 0px;
    display: block;
    transition: all 0.6s ease-in-out;
}

.newstext {
    font-size: 15px;
    font-weight: 400;
    color: #252638 !important;
    padding: 8px;
    line-height: 22px !important;
    display: block;
}

.box:hover .newstext {
    color: #f60c15 !important;
}

.box:hover .boxtext {
    color: #f60c15 !important;
}

.faculties h4 {
    display: block;
    background-color: #f6f4ee;
    padding: 10px 1%;
    margin: 10px 1%;
    color: #252638;
    width: 21%;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    float: left;
}

.icresim {
    float: left;
    width: 40% !important;
    margin: 0 50px 0 0;
    border-radius: 10px;
    overflow: hidden;
}

.icresim2 {
    float: left;
    width: 40% !important;
    margin: 0 15px 0 0
}

hr {
    border: 0;
    height: 1px;
    background: #F0F0F0;
    background-image: linear-gradient(to right,#c0cbd2,#d6e1e8,#b6cad5);
    margin-bottom: 12px
}

.yukari-cik {
    position: fixed;
    right: 5%;
    bottom: 5%;
    background: #f60c15;
    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;
    z-index: 100
}

.hbrstr {
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #ddeaee;
    font-size: 16px;
}

.hbrresim {
    width: 130px;
    float: left;
}

.hizmetresim {
    width: 130px;
    float: left;
}

.hbrresim img {
    width: 120px;
    height: auto;
}

.hbryazi {
    width: 650px;
    float: left;
    padding-top: 10px;
}

.hbrstr a {
    color: #252638;
    text-decoration: none;
}

.solilet {
    padding: 0 2% 0 0;
    width: 72%;
    text-align: left;
    float: left
}

.sagilet {
    padding: 30px 0px 0px 0px;
    width: 50%;
    float: right;
    text-align: left
}

    .sagilet i {
        margin-right: 6px;
        width: 30px;
        font-size: 22px;
        color: #ac0c30;
    }

.iletisim {
    width: 48%;
    margin: 0px 1%;
    float: left;
}

.iletisimform {
    width: 48%;
    padding: 10px 1% 0px 1%;
}

.requestform {
    width: 48%;
    padding: 10px 1% 0px 1%;
    float: none !important;
    margin: 0px auto !important;
}

.solilet input[type=text], .solilet input[type=password] {
    padding: 14px;
    margin: 5px 0;
    border: 1px solid #CCC;
    border-radius: 10px;
    font-size: 15px;
    color: #5e788f;
    outline: none;
    width: 90%;
    font-family: "Outfit", sans-serif;
}

.solilet textarea {
    padding: 14px;
    margin: 5px 0;
    border: 1px solid #CCC;
    border-radius: 10px;
    font-size: 15px;
    color: #5e788f;
    outline: none;
    width: 90%;
    font-family: "Outfit", sans-serif;
}

.formcont1 {
    width: 40%;
    float: left;
}

    .formcont1 img {
        width: 78%;
        height: auto;
    }

.formcont2 {
    width: 54%;
    float: left;
    padding: 0px 1% 0px 2%
}

.clr {
    clear: both
}

.certificate {
    width: 28.3%;
    height: 500px;
    margin: 20px 1% 0px 1%;
    float: left;
    text-align: center;
    background-color: #f6f4ee;
    border-radius: 10px;
    padding: 10px 1% 0px 1%;
    color: #ac0c30;
    font-weight: 600;
}

.galeri {
    width: 31.3%;
    height: 240px;
    margin: 20px 1% 0px 1%;
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 8px;
}

.fg1 {
    width: 95% !important;
    height: 400px !important;
    margin: 8px 2% 30px 2%;
    border-radius: 10px;
}


.galeri img.wide {
    width: auto;
    height: 100%;
    position: absolute;
    position: absolute;
    top: 50%; /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
}

.galeri img.tall {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.popup {
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    bottom: 0px;
    text-align: center;
    background: rgba(238, 238, 238, 0.90);
    color: #333;
    width: 500px;
    height: 100px;
    padding: 30px;
    z-index: 10000;
    text-align: left;
    display: none;
    font-size: 14px !important;
}

.plink {
    color: #a40610;
    text-decoration: underline;
}

.popbtn {
    color: #333;
    display: block;
    border: 1px solid #000;
    width: 150px;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    margin: 12px auto 0px auto;
}

.popclose {
    display: block;
    width: 36px;
    color: #333;
    text-decoration: none;
    position: absolute;
    top: 8px;
    right: 5px;
    z-index: 10005;
}

    .popclose i {
        font-size: 22px;
        color: #333;
        text-decoration: none;
    }


@media (min-width: 1680px) {

    .headeric {
        width: 1248px;
    }

    .banneryazi {
        width: 1080px;
    }

    .banneraltcont {
        width: 1248px;
    }

    .content2 {
        width: 1339px;
    }

    .content4 {
        width: 1248px;
    }

    .mb_parallax_container {
        height: 50vh;
        padding-top: 25vh;
    }
}

@media (min-width: 1250px) and (max-width: 1300px) {
    .headeric {
        width: 96%;
    }

    .banneryazi {
        width: 1080px;
    }

    .contentmp {
        width: 96%;
    }

    .banneraltcont {
        width: 90%;
    }

    .content2 {
        width: 94%;
    }

    .content4 {
        width: 88%;
    }
}

@media (min-width: 1100px) and (max-width: 1250px) {
    .headeric {
        width: 98%;
    }

    .eposta {
        width: 220px;
        padding: 12px 1px 0px 0px;
        font-size: 12px;
    }

    .bannerboxic {
        width: 260px;
    }

    .logo {
        width: 130px;
    }

    .banneryazi {
        width: 1080px;
    }

    .contentmp {
        width: 96%;
    }

    .banneraltcont {
        width: 98%;
    }

    .content2 {
        width: 96%;
    }

    .content4 {
        width: 94%;
    }

    .footeric {
        width: 98%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 580px) {
    .headertop {
        background-color: #f60c15;
        color: #fff;
        padding: 0px 0px 0px 8px;
        height: 100px;
    }

    .headertopsol {
        width: 100%;
        font-size: 13px;
    }

        .headertopsol span {
            padding: 10px 6px 8px 0px;
            letter-spacing: -1px;
        }

    .eposta {
        display: none;
    }

    .headertopsag {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .headeric {
        width: 100%;
        margin: 0px auto;
    }

    .header {
        position: static;
        top: 0px;
        height: 200px;
        width: 100%;
    }

    .headeralt {
        width: 100%;
        height: 100px;
        background-color: #fff;
        margin: 0px;
    }

    .translate {
        width: 130px;
        float: right;
        padding-top: 10px;
        color: #fff !important;
    }


    .logo {
        width: 230px;
        text-align: left;
        padding: 8px 0px 0px 15px;
        float: left;
        height: 94px;
        position: relative;
        z-index: 21
    }

        .logo a img {
            border-style: none;
            height: 84px;
            width: auto;
        }

    .headersag {
        width: 100%;
        height: 80px;
        float: right;
        padding-top: 15px;
        position: absolute;
        z-index: 20
    }
   

    .aramakutu {
        padding: 20px 0px 20px 0px;
        border-radius: 8px;
        position: relative;
        width: 350px;
    }

        .aramakutu input {
            width: 90%;
            padding: 20px 5% 20px 4%;
            border-radius: 8px;
            font-size: 14px;
        }

        .aramakutu a {
            right: 10px;
        }

    .headerlink, .contact, .online {
        display: none;
    }

    .tel {
        width: 150px;
        float: left;
        padding: 10px 10px 0px 0px;
        line-height: 30px;
    }

    .sm {
        width: 160px;
        float: left;
        text-align: left;
        padding-left: 10px !important;
    }

        .sm a i {
            font-size: 22px;
            margin: 15px 0px 0 10px
        }


    .navside {
        display: none;
    }

    .search {
        color: #f60c15;
        border-right: none;
        width: 32px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        display: block;
        padding: 0px 8px 0px 8px;
        float: none;
        position: absolute;
        top: 11px;
        z-index: 30;
        right: 70px;
        font-size: 28px;
    }
    .headermaster .search {
        color: #f60c15;
        margin: 30px 10px 0px 15px;
    }
    .contactico {
        display: none;
    }

    #nav {
        width: 100% !important;
        margin: 12px 0px 0px 0px !important;
        float: none;
    }

        #nav > a {
        }

        #nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
            display: block;
        }

        /* first level */

        #nav > ul {
            height: auto;
            display: none;
            left: 0;
            right: 0;
        }

        #nav:target > ul {
            display: block;
        }

        #nav > ul > li {
            width: 100%;
            float: none;
        }

        /* second level */

        #nav li ul {
            position: static;
        }

    .headermaster #nav li a {
        color: #fff;
        display: block
    }

    #nav > a {
        padding: 8px 8px 5px 0px;
        height: 2.825em; /* 50 */
        text-align: right;
        position: relative;
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
    }

    #nav li a {
        color: #ffffff;
        display: block;
        background-color: #f60c15;
    }

    #nav li ul {
        width: 100%;
    }

    #nav > ul > li > a {
        padding: 15px 23px 15px 22px;
        height: 100%;
        font-size: 16px; /* 24 */
        text-align: center;
        text-decoration: none;
        font-weight: 600;
        border-bottom: 1px solid #d10c14;
    }

        #nav > ul > li > a > i {
            display: none;
        }

    #nav > ul > li:not( :last-child ) > a {
        padding: 15px 23px 15px 22px;
        border-right: 0px solid #4c6982;
    }

    #nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
        color: #fff;
    }

    #nav li ul a {
        font-size: 1em; /* 20 */
        border-bottom: 1px solid #dd040c;
        padding: 1em;
        text-align: left;
        text-decoration: none;
        color: #f3f3f3;
    }

    .banner {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        height: 230px;
    }

    .item {
        background-size: cover;
        height: 230px;
    }

    .banneryazi {
        padding-top: 50px;
        width: 70%;
    }

    .banneryazi-baslik {
        font-size: 14px;
        color: #fff;
        line-height: 20px;
        font-weight: 400;
    }

    .banneryazi-icerik {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 0px;
    }

    .banneryazi a {
        width: 100px;
        color: #f8f6f2;
        text-decoration: none;
        margin: 10px 0px 0px 0px;
        height: 26px;
        line-height: 26px;
        padding: 8px;
        font-size: 15px;
        font-weight: 400;
    }

        .banneryazi a:hover {
            background-color: #b1b1b1
        }

    .banneralt {
        display: none;
    }

    .subtitle {
        font-size: 44px;
        line-height: 50px;
        margin: 0px 0px 10px 0px;
    }

    .content3 {
        padding: 0px 0px 0px 0px;
        width: 100%;
    }

    .content2 {
        padding: 60px 0px 60px 0px;
        width: 92%;
    }

    .anasol {
        width: 94%;
        padding: 0px 3% 10px 3%;
    }

    .anasag {
        width: 94%;
        padding: 20px 3% 10px 3%;
    }

    .banneric {
        height: 180px;
    }

    .pageTitle {
        padding: 20px 0px;
        height: auto;
        width: 96%;
        position: absolute;
        top: -150px;
        color: #efefef
    }

    .pageTitleleft {
        width: 94%;
        text-align: center;
        padding: 10px 3% 0px 3%;
    }

    .Breadcrumb {
        width: 94%;
        float: right;
        text-align: center;
        padding: 0px 3% 0px 3%;
    }

        .Breadcrumb ul {
            float: none;
        }


    .pageTitle h1 {
        font-size: 22px !important;
        line-height: 24px !important;
        padding: 0px;
        margin: 0px 0px 20px 0px;
    }

    .item3img {
        width: 100%;
        height: 160px;
    }

    .baslik {
        height: 76px;
    }

    .item1 {
        width: 100%;
        height: 236px;
        overflow: hidden;
    }


    .icresim2 {
        float: left;
        width: 100% !important;
        margin: 0 0px 10px 0
    }


    .content4 {
        padding: 60px 2% 100px 2%;
        width: 94%;
    }

        .content4 h4, .content4 h2, .content5 h2 {
            color: #000 !important;
            font-size: 30px;
            margin: 0px 0px 10px 0px;
        }

    .footerust {
        height: 350px;
        text-align: center;
    }

    .footerlogo {
        padding: 20px 0px 0px 0px;
        width: 100%;
        float: left;
    }

        .footerlogo img {
            width: 80px;
        }

    .footerslogan {
        width: 96%;
        padding: 10px 2% 0px 2%;
    }

        .footerslogan h2 {
            font-size: 20px;
        }

        .footerslogan h4 {
            font-size: 16px;
        }

    .footerbutton {
        width: 100%;
        padding: 18px 0% 0px 0px;
    }

        .footerbutton a {
            width: 150px;
            padding: 14px 0px;
            color: #f60c15;
            font-size: 16px;
            margin: 0px auto;
        }


    .footeric {
        width: 100%;
        margin: 0 auto;
    }

    .fbox {
        width: 92%;
        padding: 20px 4% 10px 4%;
        float: none;
    }


    .fboxleft {
        width: 92%;
        padding: 40px 4% 50px 4%;
        float: none;
    }

    .footeradres {
        margin: 0px;
        padding: 10px 0px;
        text-align: left;
    }

    .contentmp {
        padding: 10px 4% 40px 4%;
        width: 92%;
    }

    .icresim {
        float: left;
        width: 100% !important;
        margin: 0 0px 20px 0;
        border-radius: 10px;
        overflow: hidden;
    }

    .mb_parallax_container {
        height: 280px;
        width: 94%;
        padding: 70px 3% 0px 3%;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
        color: #FFF;
        font-size: 15px;
        line-height: 28px;
    }

        .mb_parallax_container h2 {
            font-size: 20px;
            line-height: 24px;
        }
    .box {
        margin: 15px 1%;
        width: 98%;
        float: left;
        height: 320px;
    }

    iframe {
        width: 100%;
        height: auto;
    }

    .solilet {
        padding: 0 2% 0 0;
        width: 100%;
    }

    .sagilet {
        padding: 30px 0px 0px 0px;
        width: 100%;
    }

    .iletisimform {
        width: 100%;
        padding: 10px 1% 0px 1%;
    }

    .certificate {
        width: 96%;
        height: 500px;
        margin: 20px 1% 0px 1%;
        float: left;
        text-align: center;
        background-color: #f6f4ee;
        border-radius: 10px;
        padding: 10px 1% 0px 1%;
        color: #ac0c30;
        font-weight: 600;
    }

    .galeri {
        width: 98%;
        height: auto;
        margin: 20px 1% 0px 1%;       
    }

    .fg1 {
        width: 95% !important;
        height: 400px !important;
        margin: 8px 2% 30px 2%;
    }
    .faculties h4 {
      
        width: 96%;
    }
}

@media (min-width: 580px) and (max-width: 1080px) {
    .headertop {
        background-color: #f60c15;
        color: #fff;
        padding: 0px 0px 0px 8px;
        height: 100px;
    }

    .headertopsol {
        width: 100%;
        font-size: 13px;
    }

        .headertopsol span {
            padding: 10px 6px 8px 0px;
            letter-spacing: -1px;
        }
    .headertopsag {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .headeric {
        width: 100%;
        margin: 0px auto;
    }

    .header {
        position: static;
        top: 0px;
        height: 200px;
        width: 100%;
    }

    .headeralt {
        width: 100%;
        height: 100px;
        background-color: #fff;
        margin: 0px;
    }

    .translate {
        width: 130px;
        float: right;
        padding-top: 10px;
        color: #fff !important;
    }


    .logo {
        width: 230px;
        text-align: left;
        padding: 8px 0px 0px 15px;
        float: left;
        height: 94px;
        position: relative;
        z-index: 21
    }

        .logo a img {
            border-style: none;
            height: 84px;
            width: auto;
        }

    .headersag {
        width: 100%;
        height: 80px;
        float: right;
        padding-top: 15px;
        position: absolute;
        z-index: 20
    }


    .aramakutu {
        padding: 20px 0px 20px 0px;
        border-radius: 8px;
        position: relative;
        width: 350px;
    }

        .aramakutu input {
            width: 90%;
            padding: 20px 5% 20px 4%;
            border-radius: 8px;
            font-size: 14px;
        }

        .aramakutu a {
            right: 10px;
        }

    .headerlink, .contact, .online {
        display: none;
    }

    .tel {
        width: 150px;
        float: left;
        padding: 10px 10px 0px 0px;
        line-height: 30px;
    }

    .sm {
        width: 160px;
        float: left;
        text-align: left;
        padding-left: 10px !important;
    }

        .sm a i {
            font-size: 22px;
            margin: 15px 0px 0 10px
        }


    .navside {
        display: none;
    }

    .search {
        color: #f60c15;
        border-right: none;
        width: 32px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        display: block;
        padding: 0px 8px 0px 8px;
        float: none;
        position: absolute;
        top: 11px;
        z-index: 30;
        right: 70px;
        font-size: 28px;
    }

    .headermaster .search {
        color: #f60c15;
        margin: 30px 10px 0px 15px;
    }

    .contactico {
        display: none;
    }

    #nav {
        width: 100% !important;
        margin: 12px 0px 0px 0px !important;
        float: none;
    }

        #nav > a {
        }

        #nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
            display: block;
        }

        /* first level */

        #nav > ul {
            height: auto;
            display: none;
            left: 0;
            right: 0;
        }

        #nav:target > ul {
            display: block;
        }

        #nav > ul > li {
            width: 100%;
            float: none;
        }

        /* second level */

        #nav li ul {
            position: static;
        }

    .headermaster #nav li a {
        color: #fff;
        display: block
    }

    #nav > a {
        padding: 8px 8px 5px 0px;
        height: 2.825em; /* 50 */
        text-align: right;
        position: relative;
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
    }

    #nav li a {
        color: #ffffff;
        display: block;
        background-color: #f60c15;
    }

    #nav li ul {
        width: 100%;
    }

    #nav > ul > li > a {
        padding: 15px 23px 15px 22px;
        height: 100%;
        font-size: 16px; /* 24 */
        text-align: center;
        text-decoration: none;
        font-weight: 600;
        border-bottom: 1px solid #d10c14;
    }

        #nav > ul > li > a > i {
            display: none;
        }

    #nav > ul > li:not( :last-child ) > a {
        padding: 15px 23px 15px 22px;
        border-right: 0px solid #4c6982;
    }

    #nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
        color: #fff;
    }

    #nav li ul a {
        font-size: 1em; /* 20 */
        border-bottom: 1px solid #dd040c;
        padding: 1em;
        text-align: left;
        text-decoration: none;
        color: #f3f3f3;
    }

    .banner {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        height: 400px;
    }

    .item {
        background-size: cover;
        height: 400px;
    }

    .banneryazi {
        padding-top: 130px;
        width: 70%;
    }

    .banneryazi-baslik {
        font-size: 18px;
        color: #fff;
        line-height: 26px;
        font-weight: 400;
    }

    .banneryazi-icerik {
        font-size: 38px;
        line-height: 46px;
        letter-spacing: 0px;
    }

    .banneryazi a {
        width: 100px;
        color: #f8f6f2;
        text-decoration: none;
        margin: 10px 0px 0px 0px;
        height: 26px;
        line-height: 26px;
        padding: 8px;
        font-size: 15px;
        font-weight: 400;
    }

        .banneryazi a:hover {
            background-color: #b1b1b1
        }

    .banneralt {
        display: none;
    }

    .subtitle {
        font-size: 44px;
        line-height: 50px;
        margin: 0px 0px 10px 0px;
    }

    .content3 {
        padding: 0px 0px 0px 0px;
        width: 100%;
    }

    .content2 {
        padding: 60px 0px 60px 0px;
        width: 92%;
    }

    .anasol {
        width: 94%;
        padding: 0px 3% 10px 3%;
    }

    .anasag {
        width: 94%;
        padding: 20px 3% 10px 3%;
    }

    .banneric {
        height: 180px;
    }

    .pageTitle {
        padding: 20px 0px;
        height: auto;
        width: 96%;
        position: absolute;
        top: -150px;
        color: #efefef
    }

    .pageTitleleft {
        width: 94%;
        text-align: center;
        padding: 10px 3% 0px 3%;
    }

    .Breadcrumb {
        width: 94%;
        float: right;
        text-align: center;
        padding: 0px 3% 0px 3%;
    }

        .Breadcrumb ul {
            float: none;
        }


    .pageTitle h1 {
        font-size: 28px !important;
        line-height: 34px !important;
        padding: 0px;
        margin: 0px 0px 20px 0px;
    }

    .item3img {
        width: 100%;
        height: 160px;
    }

    .baslik {
        height: 76px;
    }

    .item1 {
        width: 100%;
        height: 236px;
        overflow: hidden;
    }


    .icresim2 {
        float: left;
        width: 100% !important;
        margin: 0 0px 10px 0
    }


    .content4 {
        padding: 60px 2% 100px 2%;
        width: 94%;
    }

        .content4 h4, .content4 h2, .content5 h2 {
            color: #000 !important;
            font-size: 30px;
            margin: 0px 0px 10px 0px;
        }

    .footerust {
        height: 350px;
        text-align: center;
    }

    .footerlogo {
        padding: 20px 0px 0px 0px;
        width: 100%;
        float: left;
    }

        .footerlogo img {
            width: 100px;
        }

    .footerslogan {
        width: 96%;
        padding: 10px 2% 0px 2%;
    }

        .footerslogan h2 {
            font-size: 20px;
        }

        .footerslogan h4 {
            font-size: 16px;
        }

    .footerbutton {
        width: 100%;
        padding: 18px 0% 0px 0px;
    }

        .footerbutton a {
            width: 150px;
            padding: 14px 0px;
            color: #f60c15;
            font-size: 16px;
            margin: 0px auto;
        }


    .footeric {
        width: 100%;
        margin: 0 auto;
    }

    .fbox {
        width: 30%;
        padding: 20px 1% 10px 1%;
   
    }
    .footercell {
        float: left;
        width: 400px;
        padding: 4px 0px 0px 20px;
    }


    .fboxleft {
        width: 92%;
        padding: 40px 4% 50px 4%;
        float: none;
    }

    .contentmp {
        padding: 10px 6% 40px 6%;
        width: 82%;
    }

    .icresim {
        float: left;
        width: 96% !important;
        margin: 0 0px 20px 0;
        border-radius: 10px;
        overflow: hidden;
    }

    .mb_parallax_container {
        height: 280px;
        width: 94%;
        padding: 70px 3% 0px 3%;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
        color: #FFF;
        font-size: 15px;
        line-height: 28px;
    }

        .mb_parallax_container h2 {
            font-size: 20px;
            line-height: 24px;
        }

    .box {
        margin: 15px 1%;
        width: 98%;
        float: left;
        height: 320px;
    }

    iframe {
        width: 100%;
        height: auto;
    }

    .solilet {
        padding: 0 2% 0 0;
        width: 100%;
    }

    .sagilet {
        padding: 30px 0px 0px 0px;
        width: 100%;
    }

    .iletisimform {
        width: 100%;
        padding: 10px 1% 0px 1%;
    }

    .certificate {
        width: 46%;
        height: 500px;
        margin: 20px 1% 0px 1%;
        float: left;
        text-align: center;
        background-color: #f6f4ee;
        border-radius: 10px;
        padding: 10px 1% 0px 1%;
        color: #ac0c30;
        font-weight: 600;
    }

    .galeri {
        width: 48%;
        height: auto;
        margin: 20px 1% 0px 1%;
    }

    .fg1 {
        width: 95% !important;
        height: 400px !important;
        margin: 8px 2% 30px 2%;
    }

    .faculties h4 {
        width: 96%;
    }
}
