@media (min-width: 321px) {
    .logo {
        width: 190px !important;
        background-size: 190px !important;
        height: 70px !important;
        margin: 3px 0 0 0px !important;
        display: block !important;
    }

    .sosyalhover {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        margin: 0 5px 0 5px;
        display: inline-block;
        /*color: #082443 !important;*/
        color: #fff !important;
        text-align: center;
        /*background: #fff;*/
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
    }

    .searchbutton {
        font-size: 25px;
        margin: 15px 3px 15px 3px;
        padding: 5px;
        border-radius: 4px;
    }

    .dropup-content {
        display: none;
        position: absolute;
        min-width: 160px;
        bottom: 120px;
        z-index: 9999999;
        border-radius: 5px 5px 0px 0px;
        background: rgb(30,107,173);
        background: linear-gradient(193deg, rgba(30,107,173,0.7063200280112045) 0%, rgba(31,71,105,1) 100%);
        padding: 15px !important;
    }

        .dropup-content a:hover {
            background: #193554;
            color: #fff !important;
            border-radius: 4px;
            padding-left: 10px;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            -webkit-transition: all 0.2s ease-out;
            -ms-transition: all 0.2s ease-out;
        }

        .dropup-content a {
            color: #fff;
            font-size: 14px;
            font-family: 'PT Sans';
            padding: 4px;
            display: block;
        }

    .nav-tabs .nav-link {
        background-color: #e2e6ec;
        color: #0e1d4e;
        border-color: none;
        border: 0px;
        font-weight: 200;
        border-radius: 0px;
        padding: 25px;
        font-size: 23px;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            background-color: #fff;
            color: #0e1d4e;
            font-weight: 600;
            border-color: none;
            border: 0px;
        }

    .header-f .logo {
        width: 190px !important;
        background-size: 190px !important;
        height: 70px !important;
        margin: 7px 0 0 0px !important;
        display: block !important;
    }

    .footer-menu li a {
        background: #3778aa30;
        margin: 5px;
        height: 50px;
        border-left: solid 3px #3778aa;
        color: #fff;
        font-size: 13px;
        padding: 5px;
        z-index: 999;
        display: block;
        width: 99%;
    }

    .content-top {
        margin: 75px 0 0 0;
    }

    .menubar {
        margin: 20px 15px 20px 10px;
    }

    /*.footer-logo {*/
        /*background: url(../images/logo_footer.png) no-repeat center center;*/

        /*background-color: #e1e5eb;
        background-size: auto;
        position: relative;
        z-index: 0;
        display: inline-block;
        padding: 10px;
        border-radius: 50%;
        width: 150px;
        margin: -50px 0 50px 0px;
    }*/
    .footer-logo {
        /* background: url(../images/logo_footer.png) no-repeat center center; */
        display: inline-block;
        width: 153px;
        background-size: 153px;
        height: 154px;
        margin: -100px 0 0 0;
        width: 160px;
        padding: 10px;
        border-radius: 50%;
    }

    .footer-logo img {
        background-color: #e1e5eb;
        background-size: auto;
        position: relative;
        z-index: 0;
        display: inline-block;
        padding: 10px;
        border-radius: 50%;
        width: 160px;
        margin: -10px -20px 50px -20px;
    }


    .duy-yazi-akademikb {
        padding-left: 1px;
        padding-right: 1px;
        height: 66px;
        line-height: 13px;
        width: 100%;
        font-size: 12px;
        line-height: 18px;
    }

    .duyuru-ana {
        position: relative;
        width: 100%;
        height: auto;
        line-height: auto;
        background: #0b1b2c;
        padding: 15px;
        text-align: left;
        left: auto;
        top: -auto;
        color: #FFFFFF;
        font-size: 20px;
    }

    .duyuru-div {
        background: #FFFFFF;
        padding: 10px;
        box-shadow: 2px 2px 122px #CBCBCB;
        margin: 30px 0 30px 0;
    }

    .akademikb-ana {
        position: relative;
        width: 100%;
        height: auto;
        line-height: auto;
        background: #0b1b2c;
        padding: 15px;
        text-align: left;
        left: auto;
        top: -auto;
        color: #FFFFFF;
        font-size: 16px;
    }

    .akademikb-div {
        background: #FFFFFF;
        padding: 10px;
        box-shadow: 2px 2px 122px #CBCBCB;
        margin: 30px 0 30px 0;
    }



    .owl-theme .owl-controls .carousel_ileri [class*=owl-] {
        color: #fff;
        background: #9aa0a8;
        font-size: 12px;
        margin: 5px;
        padding: 5px;
        display: inline-block;
        cursor: pointer;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
    }

    .social-bg {
        position: relative;
        right: 15px;
        background: none;
        top: 0px;
        z-index: 99;
        width: auto;
        text-align: right;
        padding-top: 3px;
    }

    .fs-neden {
        background: rgba(8,22,38,0.8);
        width: 100%;
        padding: 20px;
        font-size: 20px;
        color: #FFF;
        font-weight: 700;
        position: relative;
        text-align: center;
    }

    .mt-5mb {
        margin-top: 10px;
    }

    .box-1 {
        padding: 0px;
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .box-2-3-h {
        height: 500px;
        width: 100%;
    }

    .gallery .gallery-items .gallery-content {
        margin-bottom: 30px;
    }

    .b-eksi-40 {
        margin-left: 0px;
        margin-top: 0px;
    }

    .mh-150 {
        min-height: 70px;
    }

    .tp-rightarrow {
        float: left;
        width: 20px;
        height: 48px;
        font-size: 14px;
        text-align: center;
        line-height: 48px;
        color: #fff;
        position: absolute;
        background: url(../images/righthover_blue.png) no-repeat center;
        background-size: 20px;
        z-index: 80;
        cursor: pointer;
        top: 45%;
        margin-top: -24px;
        -webkit-transition: all linear .2s;
        -moz-transition: all linear .2s;
        -o-transition: all linear .2s;
        -ms-transition: all linear .2s;
        transition: all linear .2s;
        right: 1%;
        opacity: 0.6;
    }

    .tp-leftarrow {
        float: left;
        width: 20px;
        height: 48px;
        font-size: 14px;
        text-align: center;
        line-height: 48px;
        color: #fff;
        position: absolute;
        background: url(../images/lefthover_blue.png) no-repeat center;
        background-size: 20px;
        z-index: 80;
        cursor: pointer;
        top: 45%;
        margin-top: -24px;
        -webkit-transition: all linear .2s;
        -moz-transition: all linear .2s;
        -o-transition: all linear .2s;
        -ms-transition: all linear .2s;
        transition: all linear .2s;
        left: 1%;
        opacity: 0.6;
    }
    
    .slogan2 {
        color: #FFF;
        font-size: 12px;
        width: auto;
        display: inline-block !important;
        white-space: normal;
        line-height: 13px;
        font-family: 'PT Sans';
        font-weight: 700;
        margin: 0px;
        background-color: rgba(6, 34, 65, 0.50);
        padding: 2px;
        border-radius: 5px;
    }
    .slogan1 {
        font-size: 16px;
        font-weight: 700;
        background: rgba(0,0,0,.50);
        padding: 15px;
        color: #FFF;
        margin: 0px 0 0 0;
    }

    .hizli-menu {
        background: #081626;
        padding: 26px 0 26px 0;
        position: relative;
        z-index: 50;
        width: 100%;
        bottom: 0px;
        height: 70px;
    }

    .mb-slide {
        margin-bottom: 0px !important;
    }

    .detail-btn {
        background: #28699b;
        padding: 10px;
        color: #FFF;
        text-align: center;
        display: inline-block;
        font-size: 11px;
        margin: 20px 0 0 0;
    }

    .fs18mb {
        font-size: 14px;
    }

    .box-4-text {
        position: absolute;
        z-index: 1;
        top: 22%;
        width: 100%;
    }

    .title-top {
        margin-top: 10px;
        padding-right: auto;
    }

    .pl-0mb {
        padding-left: auto;
    }

    .content-pd {
        background: #fff;
        font-size: 16px;
        line-height: 26px;
        min-height: 800px;
        margin-right: auto;
    }

    .p-5mb {
        padding: 20px;
    }

    .tm-pd {
        padding: 0 10px 0 10px;
    }

    .duy-yazi-akademikb {
        padding-left: 5px;
        padding-right: 5px;
        height: 66px;
        width: 100%;
        font-size: 13px;
    }
}

@media (min-width: 576px) {
    .bas-b {
        margin-top: 120px;
    }
    .mb-3, .my-3 {
        margin-bottom: 0rem !important;
    }
    .slogan2 {
        color: #FFF;
        font-size: 14px;
        width: auto;
        display: inline-block !important;
        white-space: normal;
        line-height: 15px;
        font-family: 'PT Sans';
        font-weight: 700;
        margin: 0px;
        background-color: rgba(6, 34, 65, 0.50);
        padding: 2px;
        border-radius: 5px;
    }

    .slogan1 {
        font-size: 16px;
        font-weight: 700;
        background: rgba(0,0,0,.50);
        padding: 14px;
        color: #FFF;
        margin: 0px 0 0 0;
    }
}

@media (min-width: 768px) {
    .logo {
        width: 280px !important;
        background-size: 280px !important;
        height: 140px !important;
        margin: -28px 0 0 0px !important;
        display: block !important;
    }

    .sosyalhover {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        margin: 0 5px 0 5px;
        display: inline-block;
        /*color: #082443 !important;*/
        color: #fff !important;
        text-align: center;
        /*background: #fff;*/
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
    }

    .searchbutton {
        font-size: 25px;
        margin: 15px 3px 15px 3px;
        padding: 5px;
        border-radius: 4px;
    }

    .tp-rightarrow {
        float: left;
        width: 48px;
        height: 48px;
        font-size: 14px;
        text-align: center;
        line-height: 48px;
        color: #fff;
        position: absolute;
        background: url(../images/righthover_blue.png) no-repeat center;
        z-index: 80;
        cursor: pointer;
        top: 45%;
        margin-top: -24px;
        -webkit-transition: all linear .2s;
        -moz-transition: all linear .2s;
        -o-transition: all linear .2s;
        -ms-transition: all linear .2s;
        transition: all linear .2s;
        right: 1%;
        opacity: 0.6;
    }

    .tp-leftarrow {
        float: left;
        width: 48px;
        height: 48px;
        font-size: 14px;
        text-align: center;
        line-height: 48px;
        color: #fff;
        position: absolute;
        background: url(../images/lefthover_blue.png) no-repeat center;
        z-index: 80;
        cursor: pointer;
        top: 45%;
        margin-top: -24px;
        -webkit-transition: all linear .2s;
        -moz-transition: all linear .2s;
        -o-transition: all linear .2s;
        -ms-transition: all linear .2s;
        transition: all linear .2s;
        left: 1%;
        opacity: 0.6;
    }
    .slogan1 {
        color: #FFF;
        font-size: 20px;
        margin: 0px; /*background-color: #062241*/
    }

    .slogan2 {
        color: #FFF;
        font-size: 15px;
        width: auto;
        display: inline-block !important;
        white-space: normal;
        line-height: 16px;
        font-family: 'PT Sans';
        font-weight: 400;
        margin: 0px;
        background-color: rgba(6, 34, 65, 0.50);
        padding: 2px;
        border-radius: 5px;
    }
    .dropup-content {
        display: none;
        position: absolute;
        min-width: 160px;
        bottom: 120px;
        z-index: 9999999;
        border-radius: 5px 5px 0px 0px;
        background: rgb(30,107,173);
        background: linear-gradient(193deg, rgba(30,107,173,0.7063200280112045) 0%, rgba(31,71,105,1) 100%);
        padding: 15px !important;
    }

        .dropup-content a:hover {
            background: #193554;
            color: #fff !important;
            border-radius: 4px;
            padding-left: 10px;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            -webkit-transition: all 0.2s ease-out;
            -ms-transition: all 0.2s ease-out;
        }

        .dropup-content a {
            color: #fff;
            font-size: 14px;
            font-family: 'PT Sans';
            padding: 4px;
            display: block;
        }

    .nav-tabs .nav-link {
        background-color: #e2e6ec;
        color: #0e1d4e;
        border-color: none;
        border: 0px;
        font-weight: 200;
        border-radius: 0px;
        padding: 25px;
        font-size: 23px;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            background-color: #fff;
            color: #0e1d4e;
            font-weight: 600;
            border-color: none;
            border: 0px;
        }

    .header-f .logo {
        width: 190px !important;
        background-size: 190px !important;
        height: 140px !important;
        margin: -25px 0 0 0px !important;
        display: block !important;
    }

    .footer-menu li a {
        color: #a6aeb7;
        font-size: 15px;
        font-weight: 100;
        padding: 5px;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        z-index: 999;
        display: inline-block;
        background: none;
        width: auto;
        margin: 0px;
        height: auto;
        border-left: solid 0px #3778aa;
        font-size: 15px;
    }

    .content-top {
        margin: 75px 0 0 0;
    }

    .menubar {
        margin: 20px 15px 20px 10px;
    }

    /*.footer-logo {*/
        /*background: url(../images/logo_footer.png) no-repeat center center;*/
        /*display: inline-block;
        width: 153px;
        background-size: 153px;
        height: 154px;
        margin: -100px 0 0 0;
    }*/
    .footer-logo {
        /* background: url(../images/logo_footer.png) no-repeat center center; */
        display: inline-block;
        width: 153px;
        background-size: 153px;
        height: 154px;
        margin: -100px 0 0 0;
        width: 160px;
        padding: 10px;
        border-radius: 50%;
    }

    .footer-logo img {
        background-color: #e1e5eb;
        background-size: auto;
        position: relative;
        z-index: 0;
        display: inline-block;
        padding: 10px;
        border-radius: 50%;
        width: 160px;
        margin: -10px -20px 50px -20px;
    }


    .duyuru-ana {
        position: relative;
        width: 100%;
        height: auto;
        line-height: auto;
        background: #0b1b2c;
        padding: 15px;
        text-align: left;
        left: auto;
        top: -auto;
        color: #FFFFFF;
        font-size: 20px;
    }

    .duyuru-div {
        background: #FFFFFF;
        padding: 10px;
        box-shadow: 2px 2px 122px #CBCBCB;
        margin: 70px 0 70px 0;
    }

    .akademikb-ana {
        position: absolute;
        width: 100%;
        height: 125px;
        line-height: 115px;
        background: #0b1b2c;
        padding: 15px;
        text-align: center;
        left: 0px;
        top: -10px;
        color: #FFFFFF;
        font-size: 29px;
    }

    .duy-yazi-akademikb {
        padding-left: 5px;
        padding-right: 5px;
        height: 66px;
        width: 100%;
        font-size: 14px;
    }

    .akademikb-div {
        background: #FFFFFF;
        padding: 10px 15px 15px 15px;
        box-shadow: 0px 0px 122px #CBCBCB;
        margin: 70px 0 70px 0;
    }

    .r-30 {
        right:0px;
        top:20px;
    }
    .duy-yazi {
    font-size:15px;
    }

    .carousel_ileri {
        position: absolute;
        right: 5px;
        top: -75px;
    }

    .mb-3, .my-3 {
        margin-bottom: 1rem !important;
    }

    .l-eksi-20 {
        left: 0px;
    }

    


    .owl-theme .owl-controls .carousel_ileri [class*=owl-] {
        color: #fff;
        background: #9aa0a8;
        font-size: 14px;
        margin: 5px;
        padding: 10px;
        display: inline-block;
        cursor: pointer;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
    }

    .social-bg {
        position: relative;
        right: 15px;
        background: none;
        top: 0px;
        z-index: 99;
        width: auto;
        text-align: right;
        padding-top: 3px;
    }

    .fs-neden {
        background: rgba(8,22,38,0.8);
        width: 100%;
        padding: 50px;
        font-size: 25px;
        color: #FFF;
        font-weight: 700;
        position: relative;
    }

    .mt-5mb {
        margin-top: 40px;
    }

    .box-1 {
        padding: 0 30px 0 0px;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .box-2-3-h {
        height: auto;
    }

    .mh-150 {
        min-height: 150px;
    }

    .slogan1 {
        font-size: 20px;
        font-weight: 700;
        background: rgb(0,0,0,.50);
        padding: 20px;
        color: #FFF;
        margin: -20px 0 0 0;
    }

    .hizli-menu {
        background: #081626;
        padding: 40px;
        position: relative;
        z-index: 50;
        width: 100%;
        bottom: -0px;
        height: 90px;
    }

    .mb-slide {
        margin-bottom: 0px !important;
    }

    .detail-btn {
        background: #28699b;
        padding: 10px;
        color: #FFF;
        text-align: center;
        display: inline-block;
        font-size: 14px;
    }

    .fs18mb {
        font-size: 14px;
    }

    .box-4-text {
        position: absolute;
        z-index: 1;
        top: 25%;
        width: 100%;
    }

    .title-top {
        margin-top: 10px;
        padding-right: auto;
    }

    .pl-0mb {
        padding-left: auto;
    }

    .content-pd {
        background: #fff;
        font-size: 16px;
        line-height: 26px;
        min-height: 800px;
        margin-right: auto;
    }

    .p-5mb {
        padding: 20px;
    }

    .tm-pd {
        padding: 0 10px 0 10px;
    }

    .student {
        background: url(../images/student.png);
        width: 116px;
        height: 117px;
        position: absolute;
        bottom: 0px;
        right: 27px;
    }
}

@media (min-width:992px) {
    .logo {
        width: 160px !important;
        background-size: 160px !important;
        height: 156px !important;
        margin: -20px 0 0 0px !important;
        display: block !important;
    }

    .navbar {
        padding: 0px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        margin: 5px 1px 0 1px;
        background: none;
        text-align: center;
        height: 105px;
        line-height: 85px;
        display: block;
        font-family: 'PT Sans';
        font-size: 13px;
        color: #001c3b;
        text-decoration: none;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        padding: 10px 2px 10px 2px;
    }

        .navbar-expand-lg .navbar-nav .nav-link:hover {
            color: #000;
            background: #fff;
        }

    .dropdown-item {
        padding: 8px 20px 8px 20px;
        min-width: 215px;
        font-size: 14px;
        color: #000;
        font-family: 'PT Sans';
    }

    .sosyalhover {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        margin: 0 5px 0 5px;
        display: inline-block;
        /*color: #082443 !important;*/
        color: #fff !important;
        text-align: center;
        /*background: #fff;*/
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
    }


    .float-leftmb {
        float: left;
    }

    .float-leftmbb {
        float: right;
    }

    .float-rightmb {
        float: right;
    }

    .header-bg {
        height: 110px;
        background: #fff;
    }

    .menubar {
        margin: 40px 20px 40px 10px;
    }

    .searchbutton {
        font-size: 25px;
        margin: 0px 10px 0px 10px;
        padding: 35px 15px 40px 15px;
        border-radius: 0px;
        background: transparent;
        color: #112a45;
    }

    .tp-rightarrow {
        float: left;
        width: 48px;
        height: 48px;
        font-size: 14px;
        text-align: center;
        line-height: 48px;
        color: #fff;
        position: absolute;
        background: url(../images/righthover_blue.png) no-repeat center;
        z-index: 80;
        cursor: pointer;
        top: 45%;
        margin-top: -24px;
        -webkit-transition: all linear .2s;
        -moz-transition: all linear .2s;
        -o-transition: all linear .2s;
        -ms-transition: all linear .2s;
        transition: all linear .2s;
        right: 2%;
        opacity: 0.6;
    }

    .tp-leftarrow {
        float: left;
        width: 48px;
        height: 48px;
        font-size: 14px;
        text-align: center;
        line-height: 48px;
        color: #fff;
        position: absolute;
        background: url(../images/lefthover_blue.png) no-repeat center;
        z-index: 80;
        cursor: pointer;
        top: 45%;
        margin-top: -24px;
        -webkit-transition: all linear .2s;
        -moz-transition: all linear .2s;
        -o-transition: all linear .2s;
        -ms-transition: all linear .2s;
        transition: all linear .2s;
        left: 2%;
        opacity: 0.6;
    }

    .dropup-content {
        display: none;
        position: absolute;
        min-width: 160px;
        bottom: 120px;
        z-index: 0;
        border-radius: 5px 5px 0px 0px;
        background: rgb(30,107,173);
        background: linear-gradient(193deg, rgba(30,107,173,0.7063200280112045) 0%, rgba(31,71,105,1) 100%);
        padding: 15px !important;
        color: #FFF;
    }

        .dropup-content a:hover {
            background: #193554;
            color: #fff !important;
            border-radius: 4px;
            padding-left: 10px;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            -webkit-transition: all 0.2s ease-out;
            -ms-transition: all 0.2s ease-out;
        }

        .dropup-content a {
            color: #fff;
            font-size: 14px;
            font-family: 'PT Sans';
            padding: 4px;
            display: block;
        }

    .nav-tabs .nav-link {
        background-color: #e2e6ec;
        color: #0e1d4e;
        border-color: none;
        border: 0px;
        font-weight: 200;
        border-radius: 0px;
        padding: 30px 50px 30px 50px;
        font-size: 23px;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            background-color: #fff;
            color: #0e1d4e;
            font-weight: 600;
            border-color: none;
            border: 0px;
        }

    .header-f .logo {
        width: 160px !important;
        background-size: 160px !important;
        height: 156px !important;
        margin: -20px 0 0 0px !important;
        display: block !important;
    }

    .footer-menu li a {
        color: #a6aeb7;
        font-size: 15px;
        font-weight: 100;
        padding: 5px;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        z-index: 999;
        display: inline-block;
        background: none;
        width: auto;
        margin: 0px;
        height: auto;
        border-left: solid 0px #3778aa;
        font-size: 15px;
    }

    .content-top {
        margin: 110px 0 0 0;
    }

    .footer-logo {
        /*background: url(../images/logo_footer.png) no-repeat center center;*/
        display: inline-block;
        width: 153px;
        background-size: 153px;
        height: 154px;
        margin: -100px 0 0 0;
        width: 160px;
    }

        .footer-logo img {
            /*e1e5eb*/
            background-color: #e1e5eb;
            background-size: auto;
            position: relative;
            z-index: 0;
            display: inline-block;
            padding: 10px;
            border-radius: 50%;
            width: 160px;
            margin: -10px -20px 50px -20px;
        }

    .duyuru-ana {
        position: absolute;
        width: 100%;
        height: 146px;
        line-height: 100px;
        background: #0b1b2c;
        padding: 15px;
        text-align: center;
        left: -25px;
        top: -40px;
        color: #FFFFFF;
        font-size: 25px;
    }

    .duyuru-div {
        background: #FFFFFF;
        padding: 40px;
        box-shadow: 2px 2px 122px #CBCBCB;
        margin: 70px 0 70px 0;
    }

    .akademikb-ana {
        position: absolute;
        width: 85%;
        height: 140px;
        line-height: 115px;
        background: #0b1b2c;
        padding: 43px;
        text-align: center;
        left: 5px;
        top: -10px;
        color: #FFFFFF;
        font-size: 24px;
        line-height: 25px;
    }

    .duy-yazi-akademikb {
        padding-left: 1px;
        padding-right: 1px;
        height: 66px;
        width: 100%;
        font-size: 15px;
        line-height: 15px;
    }

    .akademikb-div {
        background: #FFFFFF;
        padding: 10px;
        box-shadow: 2px 2px 122px #CBCBCB;
        /*margin: 70px 0 70px 0;*/
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }


    .carousel_ileri {
        position: absolute;
        right: -16px;
        top: -15px;
    }

        .carousel_ileri .owl-prev {
            display: none !important;
        }

    .owl-theme .owl-controls .carousel_ileri [class*=owl-] {
        color: #fff;
        background: #9aa0a8;
        font-size: 14px;
        margin-top: 5px;
        margin-right: -35px;
        padding: 59px 17px;
        display: inline-block;
        cursor: pointer;
        -webkit-border-radius: 1px;
    }

    .social-bg {
        position: absolute;
        right: 25px;
        background: rgb(20,48,79);
        background: linear-gradient(180deg, rgba(20,48,79,1) 0%, rgba(20,48,79,1) 19%, rgba(20,48,79,0) 100%);
        top: 135px;
        z-index: 99;
        width: 55px;
        text-align: center;
        min-height: 300px;
    }

    .fs-neden {
        background: rgba(8,22,38,0.8);
        width: 100%;
        padding: 50px;
        font-size: 25px;
        color: #FFF;
        font-weight: 700;
        position: relative;
    }

    .mt-5mb {
        margin-top: 80px;
    }

    .box-1 {
        padding: 0 30px 0 0px;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .box-2-3-h {
        height: 450px;
        width: 100%;
    }

    .mh-150 {
        min-height: 150px;
    }

    .slogan1 {
        font-size: 30px;
        font-weight: 700;
        background: rgb(0,0,0,.50);
        padding: 20px;
        color: #FFF;
        margin: -20px 0 0 0;
    }

    .hizli-menu {
        background: rgba(0,0,0,0.80);
        padding: 35px;
        position: relative;
        z-index: 50;
        width: 100%;
        bottom: 0px;
        height: 100px;
    }

    .mb-slide {
        margin-bottom: 0px !important;
    }

    .detail-btn {
        background: #28699b;
        padding: 10px;
        color: #FFF;
        text-align: center;
        display: inline-block;
        font-size: 14px;
    }

    .fs18mb {
        font-size: 15px;
    }

    .box-4-text {
        position: absolute;
        z-index: 1;
        top: 30%;
        width: 100%;
    }

    .slide-left-md {
        background: #081626;
        width: 330px;
        padding: 40px;
        color: #FFF;
        margin-left: 50px;
    }

    .title-top {
        margin-top: -77px;
        padding-right: 0px;
    }

    .pl-0mb {
        padding-left: 0px;
    }

    .content-pd {
        background: #fff;
        font-size: 16px;
        line-height: 26px;
        min-height: 800px;
        margin-right: 10px;
    }

    .p-5mb {
        padding: 50px;
    }
    .bas-b {
        margin-top:0px;
    }
}

@media(min-width:1200px) {
    .logo {
        width: 342px !important;
        background-size: 342px !important;
        height: 146px !important;
        margin: -15px 0 0 30px !important;
        display: block !important;
    }

    .container {
        min-width: 1180px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .navbar {
        padding: 0px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        margin: 5px 5px 0 5px;
        background: none;
        text-align: center;
        height: 105px;
        line-height: 85px;
        display: block;
        font-family: 'PT Sans';
        font-size: 14px;
        color: #001c3b;
        text-decoration: none;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        padding: 10px 1px 10px 1px;
    }

        .navbar-expand-lg .navbar-nav .nav-link:hover {
            color: #000;
            background: #fff;
        }

    .dropdown-item {
        padding: 8px 20px 8px 20px;
        min-width: 215px;
        font-size: 14px;
        color: #000;
        font-family: 'PT Sans';
    }

    .sosyalhover {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin: 0 5px 0 5px;
        display: inline-block;
        /*color: #082443 !important;*/
        color: #fff !important;
        text-align: center;
        /*background: #fff;*/
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
    }

    .header-f .logo {
        width: 342px !important;
        background-size: 342px !important;
        height: 156px !important;
        margin: -15px 0 0 30px !important;
        display: block !important;
    }

    .fs-neden {
        background: rgba(8,22,38,0.8);
        width: 100%;
        padding: 25px 25px 25px 45px;
        font-size: 20px;
        color: #FFF;
        font-weight: 700;
        position: relative;
    }

    .mt-5mb {
        margin-top: 25px;
    }

    .box-2-3-h {
        height: auto;
    }

    .slogan1 {
        font-size: 30px;
        font-weight: 700;
        background: rgb(0,0,0,.50);
        padding: 20px;
        color: #FFF;
        margin: -20px 0 0 0;
    }

    .fs18mb {
        font-size: 18px;
    }

    .box-4-text {
        position: absolute;
        z-index: 1;
        top: 20%;
        width: 100%;
    }

    .slide-left-md {
        background: #081626;
        width: 330px;
        padding: 40px;
        color: #FFF;
        margin-left: 50px;
    }

    .carousel_ileri {
        position: absolute;
        right: -16px;
        top: -15px;
    }

    .duyuru-ana {
        position: absolute;
        width: 100%;
        height: 146px;
        line-height: 100px;
        background: #0b1b2c;
        padding: 15px;
        text-align: center;
        left: -25px;
        top: -40px;
        color: #FFFFFF;
        font-size: 25px;
    }

    .duyuru-div {
        background: #FFFFFF;
        padding: 40px;
        box-shadow: 2px 2px 122px #CBCBCB;
        margin: 70px 0 70px 0;
    }

    .carousel_ileri_akademikb {
        position: absolute;
        right: -16px;
        top: -15px;
    }

    .akademikb-ana {
        position: absolute;
        width: 100%;
        height: 125px;
        line-height: 125px;
        background: #0b1b2c;
        padding: 10%;
        text-align: center;
        left: 5px;
        top: -10px;
        color: #FFFFFF;
        font-size: 25px;
        line-height: 1.8;
    }

    .owl-theme .owl-controls .carousel_ileri [class*=owl-] {
        color: #fff;
        background: #9aa0a8;
        font-size: 14px;
        margin-top: 5px;
        margin-right: -15px;
        padding: 52px 5px;
        display: inline-block;
        cursor: pointer;
        -webkit-border-radius: 1px;
    }

    .duy-yazi-akademikb {
        padding-left: 1px;
        padding-right: 1px;
        height: 66px;
        width: 100%;
        font-size: 13px;
        line-height: 13px;
    }
}

@media (min-width:1550px) {
    .logo {
        width: 371px !important;
        background-size: 371px !important;
        height: 146px !important;
        margin: -15px 0 0 30px !important;
        display: block !important;
    }

    .container {
        min-width: 1500px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .navbar {
        padding: 0px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        margin: 5px 5px 0 5px;
        background: none;
        text-align: center;
        height: 105px;
        line-height: 85px;
        display: block;
        font-family: 'PT Sans';
        font-weight: 600;
        font-size: 17px;
        color: #001c3b;
        text-decoration: none;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        padding: 10px 5px 10px 5px;
    }

        .navbar-expand-lg .navbar-nav .nav-link:hover {
            color: #000;
            background: #fff;
        }

    .dropdown-item {
        padding: 8px 20px 8px 20px;
        min-width: 215px;
        font-size: 14px;
        color: #000;
        font-family: 'PT Sans';
    }

    .sosyalhover {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        margin: 0 5px 0 5px;
        display: inline-block;
        /*color: #082443 !important;*/
        color: #fff !important;
        text-align: center;
        /*background: #fff;*/
        background: transparent;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
    }

    .content-top {
        margin: 110px 0 0 0;
    }

    .fs-neden {
        background: rgba(8,22,38,0.8);
        width: 100%;
        padding: 50px;
        font-size: 25px;
        color: #FFF;
        font-weight: 700;
        position: relative;
    }

    .mt-5mb {
        margin-top: 50px;
    }

    .slogan1 {
        font-size: 30px;
        font-weight: 700;
        background: rgb(0,0,0,.50);
        padding: 20px;
        color: #FFF;
        margin: 0px;
    }

    .box-4-text {
        position: absolute;
        z-index: 1;
        top: 30%;
        width: 100%;
    }

    .slide-left-md {
        background: #081626;
        width: 350px;
        padding: 40px;
        color: #FFF;
        margin-left: 0px;
    }

    .akademikb-div {
        background: #FFFFFF;
        padding: 10px;
        box-shadow: 2px 2px 122px #cbcbcb;
        /* margin: 70px 0 70px 0; */
        margin-top: 1.5rem;
    }

    .akademikb-ana {
        position: absolute;
        width: 85%;
        height: auto;
        line-height: 100px;
        background: #0b1b2c;
        padding: 15%;
        text-align: center;
        left: 5px;
        top: -10px;
        color: #FFFFFF;
        font-size: 25px;
        line-height: 1.8;
    }

    .owl-theme .owl-controls .carousel_ileri [class*=owl-] {
        color: #fff;
        background: #9aa0a8;
        font-size: 14px;
        margin-top: 5px;
        margin-right: -35px;
        padding: 72px 17px 92px 25px;
        display: inline-block;
        cursor: pointer;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
    }

        .owl-theme .owl-controls .carousel_ileri [class*=owl-] i {
            top: 45%;
            right: -15px;
            position: absolute;
        }
    .duy-yazi {
        padding-left:0px;
    }
    .l-eksi-20 {
        left: -40px;
    }
    .duy-yazi-akademikb {
        padding-left: 1px;
        padding-right: 1px;
        height: 66px;
        width: 100%;
        font-size: 15px;
        line-height: 23px;
    }

    .student {
        background: url(../images/student.png);
        width: 158px;
        height: 198px;
        position: absolute;
        bottom: 0px;
        right: 20px;
    }

    .etkinlik-div {
        margin-top: 4rem;
    }
}

/************************************/
/********** Max Responsive***********/
/************************************/
@media all and (max-width:320px) {
    .logo {
        width: 170px;
        background-size: 170px !important;
        height: 70px !important;
        margin: 3px 0 0 0px !important;
        display: block !important;
    }

    .sosyalhover {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        margin: 0 5px 0 5px;
        display: inline-block;
        /*color: #082443 !important;*/
        color: #fff !important;
        text-align: center;
        /*background: #fff;*/
        background: transparent;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
    }

    .searchbutton {
        font-size: 25px;
        margin: 15px 3px 1px 3px;
        padding: 5px;
        border-radius: 4px;
    }

    .dropup-content {
        display: none;
        position: absolute;
        min-width: 160px;
        bottom: 120px;
        z-index: 9999999;
        border-radius: 5px 5px 0px 0px;
        background: rgb(30,107,173);
        background: linear-gradient(193deg, rgba(30,107,173,0.7063200280112045) 0%, rgba(31,71,105,1) 100%);
        padding: 15px !important;
    }

        .dropup-content a:hover {
            background: #193554;
            color: #fff !important;
            border-radius: 4px;
            padding-left: 10px;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            -webkit-transition: all 0.2s ease-out;
            -ms-transition: all 0.2s ease-out;
        }

        .dropup-content a {
            color: #fff;
            font-size: 14px;
            font-family: 'PT Sans';
            padding: 4px;
            display: block;
        }

    .nav-tabs .nav-link {
        background-color: #e2e6ec;
        color: #0e1d4e;
        border-color: none;
        border: 0px;
        font-weight: 200;
        border-radius: 0px;
        padding: 25px;
        font-size: 23px;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            background-color: #fff;
            color: #0e1d4e;
            font-weight: 600;
            border-color: none;
            border: 0px;
        }

    .header-f .logo {
        width: 170px !important;
        background-size: 170px !important;
        height: 70px !important;
        margin: 5px 0 0 0px !important;
        display: block !important;
    }

    .footer-menu li a {
        background: #3778aa30;
        margin: 5px;
        height: 50px;
        border-left: solid 3px #3778aa;
        color: #fff;
        font-size: 13px;
        padding: 5px;
        z-index: 999;
        display: block;
        width: 99%;
    }

    .content-top {
        margin: 75px 0 0 0;
    }

    .menubar {
        margin: 20px 15px 20px 10px;
    }

    /*.footer-logo {
        background: url(../images/logo_footer.png) no-repeat center center;
        display: inline-block;
        width: 100px;
        background-size: 100px;
        height: 101px;
        margin: -100px 0 0 0;
    }*/
    .footer-logo {
        /* background: url(../images/logo_footer.png) no-repeat center center; */
        display: inline-block;
        width: 153px;
        background-size: 153px;
        height: 154px;
        margin: -100px 0 0 0;
        width: 160px;
        padding: 10px;
        border-radius: 50%;
    }

    .footer-logo img {
        background-color: #e1e5eb;
        background-size: auto;
        position: relative;
        z-index: 0;
        display: inline-block;
        padding: 10px;
        border-radius: 50%;
        width: 160px;
        margin: -10px -20px 50px -20px;
    }

    .duyuru-ana {
        position: relative;
        width: 100%;
        height: auto;
        line-height: auto;
        background: #0b1b2c;
        padding: 15px;
        text-align: left;
        left: auto;
        top: -auto;
        color: #FFFFFF;
        font-size: 20px;
    }

    .duyuru-div {
        background: #FFFFFF;
        padding: 10px;
        box-shadow: 2px 2px 122px #CBCBCB;
        margin: 30px 0 30px 0;
    }

    .akademikb-ana {
        position: relative;
        width: 100%;
        height: auto;
        line-height: auto;
        background: #0b1b2c;
        padding: 15px;
        text-align: left;
        left: auto;
        top: -auto;
        color: #FFFFFF;
        font-size: 20px;
    }

    .akademikb-div {
        background: #FFFFFF;
        padding: 10px;
        box-shadow: 2px 2px 122px #CBCBCB;
        margin: 30px 0 30px 0;
    }

    .carousel_ileri {
        position: absolute;
        right: 5px;
        top: -65px;
    }

    .owl-theme .owl-controls .carousel_ileri [class*=owl-] {
        color: #fff;
        background: #9aa0a8;
        font-size: 14px;
        margin: 5px;
        padding: 5px;
        display: inline-block;
        cursor: pointer;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
    }

    .social-bg {
        position: relative;
        right: 15px;
        background: none;
        top: 0px;
        z-index: 99;
        width: auto;
        text-align: right;
        padding-top: 3px;
    }

    .fs-neden {
        background: rgba(8,22,38,0.8);
        width: 100%;
        padding: 20px;
        font-size: 20px;
        color: #FFF;
        font-weight: 700;
        position: relative;
        text-align: center;
    }

    .mt-5mb {
        margin-top: 10px;
    }

    .box-1 {
        padding: 0px;
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .box-2-3-h {
        height: 350px;
        width: 100%;
    }

    .mh-150 {
        min-height: 70px;
    }

    .tp-rightarrow {
        float: left;
        width: 20px;
        height: 48px;
        font-size: 14px;
        text-align: center;
        line-height: 48px;
        color: #fff;
        position: absolute;
        background: url(../images/righthover_blue.png) no-repeat center;
        background-size: 20px;
        z-index: 80;
        cursor: pointer;
        top: 45%;
        margin-top: -24px;
        -webkit-transition: all linear .2s;
        -moz-transition: all linear .2s;
        -o-transition: all linear .2s;
        -ms-transition: all linear .2s;
        transition: all linear .2s;
        right: 1%;
        opacity: 0.6;
    }

    .tp-leftarrow {
        float: left;
        width: 20px;
        height: 48px;
        font-size: 14px;
        text-align: center;
        line-height: 48px;
        color: #fff;
        position: absolute;
        background: url(../images/lefthover_blue.png) no-repeat center;
        background-size: 20px;
        z-index: 80;
        cursor: pointer;
        top: 45%;
        margin-top: -24px;
        -webkit-transition: all linear .2s;
        -moz-transition: all linear .2s;
        -o-transition: all linear .2s;
        -ms-transition: all linear .2s;
        transition: all linear .2s;
        left: 1%;
        opacity: 0.6;
    }

    .slogan1 {
        font-size: 14px;
        font-weight: 700;
        background: rgb(0,0,0,.50);
        padding: 15px;
        color: #FFF;
        margin: 0px 0 0 0;
    }


    .hizli-menu {
        background: #081626;
        padding: 30px 0 30px 0;
        position: relative;
        z-index: 50;
        width: 100%;
        bottom: -90px;
        height: 90px;
    }

    .mb-slide {
        margin-bottom: 150px !important;
    }

    .detail-btn {
        background: #28699b;
        padding: 10px;
        color: #FFF;
        text-align: center;
        display: inline-block;
        font-size: 10px;
        margin: 22px 0 0 0;
    }

    .fs18mb {
        font-size: 14px;
    }

    .box-4-text {
        position: absolute;
        z-index: 1;
        top: 22%;
        width: 100%;
    }

    .title-top {
        margin-top: 10px;
        padding-right: auto;
    }

    .pl-0mb {
        padding-left: auto;
    }

    .content-pd {
        background: #fff;
        font-size: 16px;
        line-height: 26px;
        min-height: 800px;
        margin-right: auto;
    }

    .p-5mb {
        padding: 20px;
    }

    .tm-pd {
        padding: 0 5px 0 5px;
    }
}

@media (max-width: 576px) {
}

@media (max-width: 768px) {
}

@media all and (max-width:992px) {
    .navbar-soft .navbar-nav {
        margin-bottom: 10px;
        margin-top: 10px
    }

        .navbar-soft .navbar-nav .nav-link {
            padding: .6rem 0
        }

    .offcanvas-header {
        display: block
    }

    .mobile-offcanvas {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-transition: visibility .2s ease-in-out,-webkit-transform .2s ease-in-out;
        transition: visibility .2s ease-in-out,-webkit-transform .2s ease-in-out;
        transition: visibility .2s ease-in-out,transform .2s ease-in-out;
        transition: visibility .2s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out
    }
}

@media (max-width: 1200px) {
}
