@import "size.css";
@import "mega.css";
@import "colors.css";

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
/* reset bootstrap */
.container {
    max-width: 1200px;
}

.form-control:focus {
    border-color: #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

hr {
    margin: 3px 0;
}

.form-control {
    font-size: 14px;
}


a, a:hover {
    color: inherit;
    text-decoration: none;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.container-fluid {
    padding: 0;
}

.carousel-caption {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    margin: auto;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-radius: 50%;
    padding: 26px;
    background-size: 20px;
}

.bg-light {
    background-color: #f5f5f5 !important;
}

.navbar-light {
    background-color: #fff;
}

.btn-sm {
    padding: .25rem 12px;
}

.btn {
    padding: .375rem 25px;
}

.btn-onkayit {
    padding: .375rem 12px;
}


div.bg_utube {
    position: fixed;
    z-index: -99999;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%;
    -ms-transform: scale(2,3);
    -webkit-transform: scale(2,3);
    transform: scale(2,3);
}

/* reset bootstrap */


/* header */
.socialMedia {
    text-align: right;
}

    .socialMedia a:hover {
        opacity: .7;
    }

/* .logo {
    width: 120px;
} */

.nav-item {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 2px;
}

.navbar-light .navbar-nav .nav-link {
    color: #002046;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #f6891f;
    }

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .3s;
}

.navbar li a {
    position: relative;
}

    .navbar li a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0%;
        content: '';
        color: transparent;
        border-bottom: 2px solid #f6891f;
        height: 1px;
    }

    .navbar li a:hover:after {
        width: 100%;
    }


/* header */

/* slider */
.slider {
    position: relative;
    z-index: 98;
    height: 100%;
}

/* Ana sayfa slider resimlerinin boyutlarını sabitle ve taşmayı engelle */
.slider .carousel-inner {
    height: 680px; /* Masaüstü için sabit yükseklik (geniş çerçeve) */
	width: 100%;
}

    .slider .carousel-inner .carousel-item {
        height: 100%;
    }

    .slider .carousel-inner img {
        width: 100%;
        height: 100%;
        object-fit: fill; /* Görseli tam olarak kaplar, oran bozulur */
        object-position: center center;
        display: block;
        background-color: transparent;
    }

/* Küçük ekranlarda slider yüksekliğini biraz düşür */
@media screen and (max-width: 767.98px) {
    .slider .carousel-inner {
        height: 320px;
    }
}

.slidertitle {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black,2px 2px 4px #000000 !important;
    font-size: 48px;
}

.slidertitle2 {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black,2px 2px 4px #000000 !important;
    font-size: 60px;
}

.slidersubtitle {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black,2px 2px 4px #000000 !important;
    font-size: 20px;
}

/* slider */

/* slider-bottom */
.slider-bottom {
    border-top: 5px solid #f6891f;
    background: url(../images/slider-bottom.jpg) no-repeat;
    width: 100%;
    padding: 20px 0;
    background-size: cover;
}
/* slider-bottom */




.form-bg {
    display: flex;
    align-items: center;
    height: 100%;
}


.counter-bg {
    background: url(../images/counter-bg2.jpg);
    background-size: cover;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 5px;
}



.borderBottomOragne {
    border-bottom: 1px solid #f6891f;
}

.box-shadow {
    -webkit-box-shadow: 0px 2px 1px 0px rgb(228 228 228 / 75%);
    -moz-box-shadow: 0px 2px 1px 0px rgb(228 228 228 / 75%);
    box-shadow: 0px 2px 1px 0px rgb(228 228 228 / 75%);
}

.mh-280 {
    min-height: 280px;
}


/* slider sag sol iconları */
.carousel-indicators, .carousel-control-next, .carousel-control-prev {
    width: auto;
}

.carousel-control-prev {
    left: 5px;
}

.carousel-control-next {
    right: 5px;
}

.carousel-indicators {
    display: none;
}


.courseimg {
    position: relative;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.coursetext {
    position: absolute;
    bottom: 0;
    background: rgb(0 0 0 / 60%);
    color: #fff;
    padding: 5px 3px;
    left: 15px;
    right: 15px;
    text-align: center;
}

.slide-arrow {
    position: absolute;
    top: 0;
    margin-top: -40px;
}

.mt-eksi-50 {
    margin-top: -50px;
}

.mt-eksi-15 {
    margin-top: -15px;
}

.prev-arrow {
    right: 35px;
    width: 30px;
    height: 30px;
    background: #005f8d;
    color: #fff;
    outline: none;
    border: none;
}

.next-arrow {
    right: 0px;
    width: 30px;
    height: 30px;
    background: #005f8d;
    color: #fff;
    outline: none;
    border: none;
}


/* indirim */
.indirim {
    bottom: 30px;
    right: 0;
    background: #ec0808;
    padding: 2px 10px;
}

.indirim2 {
    bottom: 0;
    right: 0;
    background: #ec0808;
    padding: 2px 10px;
}


.ribbon {
    width: 60px;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    background: #ec0808;
}

    .ribbon:before, .ribbon:after {
        content: "";
        position: absolute;
    }

    .ribbon:after {
        height: 0;
        width: 0;
        bottom: -29.5px;
        left: 0;
        border-left: 30px solid #ec0808;
        border-right: 30px solid #ec0808;
        border-bottom: 30px solid transparent;
    }

/* eğitim detay */
.egitim-detay-banner {
    /*background: url("../images/egitim-detay-banner.jpg") no-repeat;
    width: 100%;
    height: 400px;*/
}

    .egitim-detay-banner a:hover {
        color: #fff;
    }

.egitim-detay-tabs .nav-tabs {
    background: none;
    border-bottom: 1px solid #dfdfdf;
}

.egitim-detay-tabs .nav-link {
    padding: 20px;
    border: none;
}

    .egitim-detay-tabs .nav-link.active {
        color: #005f8d !important;
        border: 1px solid #dfdfdf;
        border-bottom: 0;
        position: relative;
        z-index: 9;
        top: 2px;
    }

    .egitim-detay-tabs .nav-link:hover {
        color: #005f8d !important;
    }

.nav-tabs {
    border-bottom: none;
}

#egitim-takvimi button {
    width: 110px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.iconbg {
    background: #fff;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #ddd;
    width: 40px;
    display: flex;
    justify-content: center;
}

.egitim-bilgileri li {
    padding: 10px 5px 0 5px;
}

.egitim-bilgileri i {
    width: 15px;
}

.table > thead > tr > td {
    vertical-align: middle;
    text-align: center;
}

.table > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}

.haberler {
    border-bottom: 1px solid #ebebeb !important;
    padding: 10px 0 15px 0;
}

.habericerik {
    height: 60px;
}

.takvimrow {
    border-bottom: 1px solid #ebebeb !important;
    padding: 10px 0 15px 0;
}

.takvimrow2 {
    /* padding: 10px 10px 15px 10px; */
}


.takvim {
    background: #fdc800;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
}

    .takvim::before {
        position: absolute;
        top: 8px;
        width: 10px;
        height: 10px;
        background: #002147;
        content: '';
        border-radius: 50%;
        left: 8px;
    }

    .takvim::after {
        position: absolute;
        top: 8px;
        width: 10px;
        height: 10px;
        background: #002147;
        content: '';
        border-radius: 50%;
        right: 8px;
    }

.yilbg {
    background: #002046;
    width: 100%;
    height: auto;
    margin-top: 4px;
    text-align:center;
    padding:.3rem 0;
}




.takvim2 {
    background: #fdc800;
    width: 60px;
    height: 80px;
    text-align: center;
    position: relative;
    margin: auto;
}

    .takvim2::before {
        position: absolute;
        top: 8px;
        width: 5px;
        height: 5px;
        background: #002147;
        content: '';
        border-radius: 50%;
        left: 8px;
    }

    .takvim2::after {
        position: absolute;
        top: 8px;
        width: 5px;
        height: 5px;
        background: #002147;
        content: '';
        border-radius: 50%;
        right: 8px;
    }

.yilbg2 {
    background: #002046;
    width: 60px;
    height: 30px;
}



.takvim3 {
    background: #fdc800;
    width: 60px;
    height: 50px;
    text-align: center;
    position: relative;
    margin: auto;
}

    .takvim3::before {
        position: absolute;
        top: 8px;
        width: 5px;
        height: 5px;
        background: #002147;
        content: '';
        border-radius: 50%;
        left: 8px;
    }

    .takvim3::after {
        position: absolute;
        top: 8px;
        width: 5px;
        height: 5px;
        background: #002147;
        content: '';
        border-radius: 50%;
        right: 8px;
    }

.yilbg3 {
    background: #002046;
    width: 60px;
    height: 15px;
}



.takvim4 {
    background: #fdc800;
    width: 100%;
    text-align: center;
    position: relative;
    margin: auto;
}

    .takvim4::before {
        position: absolute;
        top: 8px;
        width: 5px;
        height: 5px;
        background: #002147;
        content: '';
        border-radius: 50%;
        left: 8px;
    }

    .takvim4::after {
        position: absolute;
        top: 8px;
        width: 5px;
        height: 5px;
        background: #002147;
        content: '';
        border-radius: 50%;
        right: 8px;
    }

.yilbg4 {
    background: #002046;
    width: 100%;
    height: 35px;
}



.takvim5 {
    background: #fdc800;
    width: 80px;
    text-align: center;
    position: relative;
    margin: auto;
}

    .takvim5::before {
        position: absolute;
        top: 8px;
        width: 5px;
        height: 5px;
        background: #002147;
        content: '';
        border-radius: 50%;
        left: 8px;
    }

    .takvim5::after {
        position: absolute;
        top: 8px;
        width: 5px;
        height: 5px;
        background: #002147;
        content: '';
        border-radius: 50%;
        right: 8px;
    }

.yilbg5 {
    background: #002046;
    width: 80px;
    height: 36px;
}

.yilbg6 {
    background: #002046;
    width: 80px;
    height: 40px;
}

.yilbg7 {
    background: #002046;
    width: 60px;
    height: 40px;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.playicon {
    top: 42%;
    left: 45%;
    cursor: pointer;
}

.ozettext {
    text-align: center;
    position: relative;
    bottom: 27px;
    z-index: 99;
}

.col-megamenu li {
    position: relative;
    width: 100%;
}

.egitimpanel {
    /* position: absolute;
    left: 70%;
    top: -150px;
    z-index: 99;
    width: 250px; */
    margin-top: -16px;
    height: 100%;
}


.lh-13 {
    line-height: 13px;
}

.egitimBilgileri i {
    /* width: 20px; */
}

.egitimpanel i {
    width: 20px;
}


.egitimgrid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(3,1fr);
}

    .egitimgrid .icon {
        width: 20px;
    }

.calismakursadi {
    border-top: 1px solid rgb(49, 49, 49);
    font-style: italic;
    width: 75%;
    margin-top: 5px;
    padding: 5px 0;
}

.videowrapper {
    position: relative;
    width: 100%;
    /* padding-bottom: 45%; */
}

    .videowrapper iframe {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .videowrapper img {
        width: 100%;
    }

.videowrapper-web {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 45%;
}

    .videowrapper-web iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.microsoft-sertifika {
    top: 0;
    right: 20px;
}

.rotatetext {
    transform: rotate(-90deg);
    white-space: nowrap;
    display: block;
    text-align: center;
    width: 180px;
    height: 145px;
    line-height: 18px
}

/* etkinlikler */
.etkinlikbg {
    min-height: 400px !important;
    position: relative;
    background-size: cover !important;
}

.etkinliktext {
    position: absolute;
    background: rgb(0 32 70 / 75%);
    right: 0;
    top: 0;
    padding: 30px 20px;
    max-width: 280px;
    color: #fff;
}

.borderLeft {
    border-left: 2px solid #fff
}

.mt-eksi-10 {
    margin-top: -7px;
}



/* Benli hakkında yorumlar */

.mesaj-bg {
    background: #f5f5f5;
    padding: 20px;
    min-height: 150px;
    position: relative;
}

.mesaj-ucgen {
    width: 30px;
    height: 30px;
    border-bottom: solid 15px #f5f5f5;
    border-left: solid 15px #f5f5f5;
    border-right: solid 15px transparent;
    border-top: solid 15px transparent;
    position: absolute;
    top: -30px;
    left: 50px;
}

.mesaj {
    width: 70%;
}

.mesaj-img {
    position: absolute;
    top: -30px;
    right: 25px;
    border: 10px solid #fff;
}

.badge-inceleme {
    background: #f6891f;
    border-radius: 7px;
    padding: 3px 5px;
    color: #fff;
}

.iletisimsosyalmedya a {
    border-radius: 50%;
    border: 1px solid #7e7e7e;
    color: #afafaf;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .iletisimsosyalmedya a.facebook:hover {
        background: #3b5998;
        color: #fff;
    }

    .iletisimsosyalmedya a.linkedin:hover {
        background: #007bb5;
        color: #fff;
    }

    .iletisimsosyalmedya a.twitter:hover {
        background: #00aced;
        color: #fff;
    }

    .iletisimsosyalmedya a.youtube:hover {
        background: #b00b00;
        color: #fff;
    }

    .iletisimsosyalmedya a.pinterest:hover {
        background: #df0019;
        color: #fff;
    }

    .iletisimsosyalmedya a.instagram:hover {
        background: #443cc5;
        color: #fff;
    }

    .iletisimsosyalmedya a.google:hover {
        background: #e94235;
        color: #fff;
    }


/* footer */
footer {
    width: 100%;
    padding: 40px 0 10px 0;
    background: #ff7f00;
    border-top: 3px solid #f6891f;
    display: inline-block;
    margin: 10px 0 0 0;
    color: #fff;
}

    footer hr {
        background: rgba(0,0,0,0.15);
    }

    footer a:hover {
        color: #f6891f;
    }


.web-hide {
    display: none !important;
}


.elyazisi {
    font-family: 'Dancing Script', cursive;
}

.search {
    position: absolute;
    display: flex;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    z-index: 99;
    bottom: 20px;
}

    .search input {
        background: none;
        border: 1px solid #fff;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        padding: 10px 20px;
        outline: none;
        background: #fff;
        width: 100%;
    }

        .search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #7e7e7e;
            opacity: 1; /* Firefox */
        }

    .search button {
        position: relative;
        border-radius: 20px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

        .search button:hover {
            opacity: .8;
        }

.slick-dots li {
    margin: 0 -3px !important;
}


.modified-accordion .card-header {
    position: relative;
}

    .modified-accordion .card-header:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

.modified-accordion .collapse:not(.show) {
    display: block;
}

.card-header > h3 > a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f068";
    font-weight: 900;
    padding-right: 5px;
}

.card-header > h3 > a.collapsed:before {
    content: "\f067";
}

.bilgiistekformufixed {
    z-index: 99;
    bottom: 0;
    width: 105%;
    margin-left: -15px;
}

.baslikfont {
    font-family: 'Roboto', sans-serif;
    font-size: 25px !important;
    line-height: 32px;
}

.ribbon {
    width: 60px;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    background: #ec0808;
}

    .ribbon:before, .ribbon:after {
        content: "";
        position: absolute;
    }

    .ribbon:after {
        height: 0;
        width: 0;
        bottom: -29.5px;
        left: 0;
        border-left: 30px solid #ec0808;
        border-right: 30px solid #ec0808;
        border-bottom: 30px solid transparent;
    }

.ml-guncelegitimler {
    margin-left: 12%;
}


@media screen and (min-width: 768px) {
    .sliderForm {
        position: absolute;
        right: 5%;
        top: 0;
    }
}

@media screen and (min-width: 1400px) {
    .search {
        bottom: 80px;
    }
}

@media screen and (min-width: 800px) and (max-width: 989px) {
    .search {
        bottom: 65px;
    }
}

@media screen and (min-width: 989px) and (max-width: 1200px) {
    .search {
        left: 50%;
        margin-left: -200px;
        width: 400px;
    }

    .fs-14 {
        font-size: 12px;
    }

    .fs-26, .fs-20 {
        font-size: 16px;
    }
}


@media screen and (max-width: 1400px) and (min-width: 989px) {
    .sliderForm {
        margin-top: 0;
    }
}

@media screen and (min-width: 321px) and (max-width:639px) {

    .slidertitle {
        font-size: 18px !important;
    }

    .slidertitle2 {
        font-size: 22px !important;
    }

    .slidersubtitle {
        font-size: 14px !important;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
        padding: 15px;
        background-size: 15px;
    }

    .search {
        display: none;
    }

    .mobil-direction-column {
        flex-direction: column;
    }

        .mobil-direction-column .ml-4 {
            margin-left: 0 !important;
        }
}

@media screen and (min-width: 640px) and (max-width:989px) {

    .slidertitle {
        font-size: 26px !important;
    }

    .slidertitle2 {
        font-size: 32px !important;
    }

    .slidersubtitle {
        font-size: 22px !important;
    }

    .fs-55 {
        font-size: 30px !important;
    }

    .fs-23 {
        font-size: 20px !important;
    }
}




@media screen and (max-width: 990px) {

    .btn {
        font-size: .7rem;
    }

    .dropdown-menu {
        height: 300px;
        overflow-y: auto;
    }

    .mobil-hide {
        display: none !important;
    }

    .web-hide {
        display: block !important;
    }

    .socialMedia {
        text-align: left;
    }


    .row > * {
        margin-top: 10px;
    }

    .slider-bottom .fs-40 {
        font-size: 20px;
    }

    .partnerlerimiz {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

        .partnerlerimiz li {
            margin-top: 15px
        }

    .logo {
        width: 82%;
    }

    .btn-onkayit {
        height: 34px;
        line-height: 21px;
    }

    .mt-140 {
        margin-top: 140px;
    }

    .fs-55 {
        font-size: 28px;
    }

    .fs-20, .fs-22, .fs-26, .fs-28, .fs-32 {
        font-size: 18px;
    }

    .fs-23 {
        font-size: 12px;
    }


    h5 {
        font-size: 16px;
        letter-spacing: -1.2px;
    }

    .mobil-hide {
        display: none !important;
    }

    .web-hide {
        display: block !important;
    }

    .mobil-float-right {
        float: right;
    }



    .ml-3 {
        margin-left: 5px !important;
    }

    .mt-60 {
        margin-top: 20px !important;
    }

    .mb-60 {
        margin-bottom: 20px !important;
    }

    .pt-60 {
        padding-top: 20px !important;
    }

    .pb-60 {
        padding-bottom: 20px !important;
    }

    .mt-4 {
        margin-top: 5px !important;
    }

    .mobil-mt-60 {
        margin-top: 60px;
    }



    .whatsapp-green {
        font-size: 26px;
    }


    .egitim-detay-banner {
        display: none !important;
    }

    .uygunseanbul .d-flex {
        flex-direction: column;
    }

        .uygunseanbul .d-flex .ml-2 {
            margin-left: 0 !important;
        }


    .modified-accordion .collapse:not(.show) {
        display: none;
    }

    .modified-accordion .card-header:after {
        display: none;
    }

    .card-header > h5 > span:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f068";
        font-weight: 900;
        padding-right: 5px;
    }

    .card-header > h5 > span.collapsed:before {
        content: "\f067";
    }




    .nav-item {
        width: 100%;
    }

    .haberler img {
        width: 120px;
        height: 82px;
    }

    .habericerik {
        height: 36px;
    }

    .egitimgrid {
        display: inline-block;
    }



    .slide-arrow {
        margin-top: -28px;
    }

    .prev-arrow {
        right: 25px;
        width: 20px;
        height: 20px;
        background: #005f8d;
        color: #fff;
        outline: none;
        border: none;
    }

    .next-arrow {
        right: 0px;
        width: 20px;
        height: 20px;
        background: #005f8d;
        color: #fff;
        outline: none;
        border: none;
    }

    .mobil-p-0 {
        padding: 0;
    }

    .mobil-p-15 {
        padding: 0 15px;
    }

    .navbar-light .navbar-nav .nav-link {
        border-bottom: 1px solid #eee;
    }

    .egitimpanel {
        display: none !important;
    }

    .table-responsive {
        font-size: 12px;
    }

    .p-3 {
        padding: 2px !important;
    }
}

@media screen and (min-width: 414px) and (max-width: 620px) {
    .ml-guncelegitimler {
        margin-left: 12.4%;
    }
}

@media screen and (min-width: 375px) and (max-width: 413px) {
    .ml-guncelegitimler {
        margin-left: 8%;
    }
}

@media screen and (max-width:320px) {
    .navbar-toggler {
        margin-top: -53px;
        margin-right: -4px;
    }

    .slidertitle {
        display: none;
    }

    .slidertitle2 {
        font-size: 14px !important;
    }

    .slidersubtitle {
        font-size: 12px !important;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
        padding: 10px;
        background-size: 10px;
    }

    .search {
        display: none;
    }

    .mobil-direction-column {
        flex-direction: column;
    }

        .mobil-direction-column .ml-4 {
            margin-left: 0 !important;
        }

    .ml-guncelegitimler {
        margin-left: 1%;
    }
}



/*
    Edit
*/
div.icerik-tab {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

    div.icerik-tab a.btn-vekTab {
        box-sizing: border-box;
        float: left;
        padding: 0.5rem;
        width: 16.66666%;
        text-align: center;
        color: #333;
        height: 4em;
        border-bottom: 1px solid silver;
        text-decoration: none;
        color: #005f8d !important;
        font-size: 14px;
        font-weight: bold;
    }

    div.icerik-tab a[href="#vekTab-7"] {
        display: none;
    }

    div.icerik-tab a.active {
        border: 1px solid silver;
        border-bottom: 0px;
        border-radius: 3px 3px 0px 0px;
    }

.desktop-tab {
    clear: both;
    width: 100%;
    height: auto;
    padding: 2em 0;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    padding: 0.4em;
    box-sizing: border-box;
}

#bilgiIstekForm {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: #f6891f;
    padding: .5em 0;
    font-size: 16px;
    font-weight: bold;
}

#kursTanitimBanner {
    width: 100%;
    height: 400px;
    position:relative;
    overflow:hidden;
}
.bannerImage{
    width:100%;
    height:400px;
    position:absolute;
    left:0;
    top:0;
    z-index:-1;
}
#kursTanitimBanner h1 {
    color: white;
    font-size: 40px;
}

#kursTanitimBanner h2 {
    font-size: 18px;
    color: white;
    width: 75%;
    text-align: justify;
}

#mobil-egitimBilgi {
    display: none !important;
}

.rehber {
    color: orange;
}

    .rehber > span {
        color: white;
    }

#mobil-youtube {
    display: none;
}

.h-130 {
    height: 100px;
}

.slide-btn {
    height: 100%;
    font-size: 14px;
    background-color: orange;
}

#mb-slide {
    display: none;
}

.slide-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center !important;
    height: 30px;
    width: 200px;
    font-weight: bold;
    padding: 0 3px;
}

.left-sl-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 170px;
    font-size: 14px;
    font-weight: 500;
}

.egitimadi {
    font-size: 18px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}
.tk-baslik {
    font-size: 18px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}



.indirim {
    position: relative;
}
.index-ribbon .ribbon{
    height:85px;
}
.index-ribbon .ribbon:after {
    width:100%;
}
#haberDetayImage{
    width:100%;
    height:auto;
    overflow:hidden;
}
p.haberIcerik, .h-baslik {
    text-align: justify;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}
#kursTanitimBanner h2 {
    line-height:1.5rem;
}
#haberDetayImage img {
    width: 100%;
    height: auto;
}
.habericerik-detay{
    text-align:justify;
}

a.example-image-link{
    width:auto;
}
table#dersTakvimi tbody tr td:first-child {
    text-align: left;
    padding-left: 0.5rem;
}
table#dersTakvimi {
    box-sizing: border-box;
}
    table#dersTakvimi tbody tr td:last-child {
        text-align: right;
        overflow: hidden;
        box-sizing: border-box;
        padding-right: 0.5rem;
    }
.v-referans div{
    border: 1px solid #dee2e6;
    padding:0.3rem;
}
.v-referans img{
    width:100%;
}
.info-takvim {
}
    

    .info-takvim div:nth-child(1),
    .info-takvim div:nth-child(2),
    .info-takvim div:nth-child(3),
    .info-takvim div:nth-child(4) {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: .2rem 0rem;
        width:98%;
    }
    .info-takvim div:nth-child(1) {
        font-weight: bold;
        color: #005f8d;
        padding: .3rem 0rem;
        border-bottom: 1px solid silver;
        line-height: 14px;
        font-size: 14px;
    }

    .info-takvim div:nth-child(2) {
        font-weight: 500;
        color: #515457;
    }

    .info-takvim div:nth-child(4) {
        background-image: url('../images/takvim-indirim-back.png');
        background-size: 100% 100%;
        background-position: center center;
        font-size: 16px;
        color: white;
        width:70%;
        text-align: center;
        font-weight: bold;
    }
@media only screen and (max-width: 990px) {
    .takvim3 {
        color: #002046;
    }
    .slide-text + div {
        text-align: left;
        padding: 0.2rem;
        font-weight: bold;
    }
    .v-referans {
        text-align: center;
    }
    .v-referans img {
        width: 70%;
    }
    .rehber{
        margin-bottom:1rem;
    }
    .h-baslik {
        width: 200px
    }
    .tk-baslik {
        width: 150px;
    }
    #kursTanitimBanner .bannerImage {
        display: none;
       
    }
    #kursTanitimBanner div.text-white {
        color: #212529 !important;
    }
    div .icerik-tab a.btn-vekTab:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f067";
        font-weight: 900;
        padding-right: 5px;
    }

    div .icerik-tab a.active:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f068";
        font-weight: 900;
        padding-right: 5px;
    }

    div .icerik-tab a.btn-vekTab {
        width: 100%;
        clear: both;
        display: block;
        margin-bottom: 0.5em;
        text-align: left;
        border: 1px solid silver;
        height: auto;
        padding: 1em;
        background-color: #005f8d;
        color: #f7f7f7 !important;
        font-size: 14px;
        font-weight: bold;
    }

    div.icerik-tab a[href^="#vekTab"] {
        margin-bottom: 1em;
    }

    div.icerik-tab a.webTabForm {
        display: block;
    }

    #bilgiIstekForm {
        display: block;
    }

    #divBilgiFormuWrapper {
        display: none;
    }

    #kursTanitimBanner {
        height: auto;
    }

    .metinKes {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }


    #kursTanitimBanner {
        background: none;
        width: 100%;
        height: auto;
    }

        #kursTanitimBanner h1 {
            color: #212529;
            font-size: 25px;
        }

        #kursTanitimBanner h2 {
            font-size: 18px;
            color: #212529;
            width: 100%;
            text-align: justify;
        }

    #desktop-egitimBilgi {
        display: none !important;
    }

    #mobil-egitimBilgi {
        display: block !important;
    }

    .rehber {
        color: #005f8d;
    }

        .rehber > span {
            color: orange;
        }

    #mobil-youtube {
        display: block;
    }

    #mb-slide {
        display: blocK;
    }

    .videowrapper-web {
        display: none;
    }
    .rehber{
        margin-top:2em;
    }
    .takvim{
        font-size:22px !important;

    }
    .takvim div:nth-child(1){
        font-size:32px;
    }
    .takvim div:nth-child(2){
        font-size:22px;
    }
    .takvim div:nth-child(3){
        font-size:18px;
    }
    .yilbg {
        height: auto;
    }
}

/**
    Edit End
*/
