#slider .sliderContent { width: 100%; position: absolute; top: 110px; z-index: 2; }
#slider .bg { background: rgba(252, 176, 64, 0.8); height: 100%; top: 0; }
#slider .wrapper { position: absolute; background: rgba(252, 176, 64, 0.8); padding: 30px 0 30px 30px; width: 65%; }
    #slider .wrapper.right { right: 0; }
    #slider .wrapper.left { left: 0; }
    #slider .wrapper h2 { color: #fff; font-size: 98px; font-weight: 900; margin: 0; line-height: 98px; }
        #slider .wrapper h2 span { font-size: 60px; line-height: 60px; }
    #slider .wrapper p { color: #000; font-size: 18px; margin: 5px 0 0; font-weight: 300; }
#slider .owl-controls { margin: 0; }
#slider .owl-dots { bottom: 170px; position: absolute; }
#slider .owl-dot span { width: 29px; height: 5px; background: #fff; -webkit-transition: 0.3s ease; -moz-transition: 0.3s ease; -ms-transition: 0.3s ease; -o-transition: 0.3s ease; transition: 0.3s ease; }
#slider .owl-dot:hover span { background: #f3773b; }
#slider .owl-dot.active span { background: #f3773b; }
#slider .active .sliderContent h2 { animation-delay: 0.5s; animation-fill-mode: both; animation-duration: 0.5s; animation-name: fadeInDown; }
#slider .active .sliderContent .slogan { animation-delay: 0.5s; animation-fill-mode: both; animation-duration: 0.8s; animation-name: fadeInLeft; }
#slider .active .sliderContent p { animation-delay: 0.5s; animation-fill-mode: both; animation-duration: 1s; animation-name: fadeInUp; }
.slogan { font-size: 48px; color: #000; }
#homeEducation { margin-top: -70px; position: relative; z-index: 10; padding-bottom: 80px; }
    #homeEducation .border { border: 1px solid #fff; }
    #homeEducation .egitimWrapper { border: 2px solid #fff; position: relative; }
        #homeEducation .egitimWrapper .img-responsive { width: 100%; }
        #homeEducation .egitimWrapper .link { display: block; font-size: 18px; font-weight: 900; background: url(../images/bluebg.png) no-repeat left bottom; position: absolute; height: 100%; width: 100%; z-index: 10; bottom: 0; }
            #homeEducation .egitimWrapper .link:hover { background: url(../images/yellowbg.png) no-repeat left bottom; }
            #homeEducation .egitimWrapper .link span { position: absolute; color: #fff; bottom: 11px; display: block; text-align: center; width: 100%; }
    #homeEducation .educationContent { margin-top: 25px; }
    #homeEducation h2.title { color: #000; font-size: 28px; font-weight: 600; margin-bottom: 24px; }
    #homeEducation p { font-weight: 300; }
        #homeEducation p.bilgi { color: #818181; }
    #homeEducation a.detaybutton { padding: 20px 55px; background: #f3773b url(../images/d.html) no-repeat left 35px center; color: #fff; display: inline-block; font-weight: 900; text-align: center; border-radius: 25px; margin: 35px 0 0; }
#eventCarousel { background: #fcb040; }
    #eventCarousel .item { padding: 25px 10px 25px 50px; }
        #eventCarousel .item p { color: #2a2927; margin: 5px 0 10px; }
        #eventCarousel .item a.detay { color: #fff; font-weight: 900; }
    #eventCarousel .eventTitle { background: url(../images/i.html) no-repeat left center; padding-left: 18px; color: #fff; font-size: 18px; font-weight: 900; }
    #eventCarousel .owl-dots { position: absolute; left: 50px; }
    #eventCarousel .owl-dot span { background: #f3773b; width: 10px; height: 10px; }
    #eventCarousel .owl-dot.active span { background: #fcb040; }
.bgDiv { height: 100%; background: #fcb040; }
#rotamGenel { background: #f7f7f7; }
    #rotamGenel .bgOrange { background-color: #f3773b; background-image: url(../images/veliBg.html); background-repeat: no-repeat; background-blend-mode: multiply; background-position: right top; height: 100%; }
    #rotamGenel h2.title { font-size: 30px; font-weight: 600; margin: 35px 0 0; }
    #rotamGenel .veliYorum h2.title { color: #fff; }
#veliCarousel .item { padding: 30px 15px 30px 0; }
    #veliCarousel .item .veliadi { color: #fff; font-size: 18px; font-weight: 900; margin-top: 10px; margin-bottom: 10px; }
        #veliCarousel .item .veliadi a { color: #fff; }
    #veliCarousel .item p { color: #fff; font-size: 16px; }
    #veliCarousel .item img { display: inline-block !important; width: auto !important; margin: 7.5px 0 0; }
.nedenBiz h2 { font-size: 28px; color: #000; padding-left: 30px; }
#nedenBizC { padding-left: 30px; margin: 30px 0; }
    #nedenBizC .item { border-bottom: 1px solid #e4e4e4; padding: 15px 0 10px; }
    #nedenBizC a.baslik { color: #000; font-size: 16px; font-weight: 900; display: block; padding-left: 26px; background: url(../images/arrow.html) no-repeat left top 6px; }
    #nedenBizC p { padding-left: 26px; color: #818181; font-weight: 300; }

@media(max-width:767px) {
    #slider .bg { display:none;}
    #slider .sliderContent { position: relative; top: 0; background:rgba(252, 176, 64, 0.8) }
    #slider .wrapper { position: relative; width: calc(100% + 30px); left: -15px; right: -15px; }
    #slider .wrapper h2 { font-size: 24px; line-height: 40px;}
    #slider .wrapper h2 span {font-size: 36px; line-height:36px;}
    #slider .owl-dots { bottom: 250px !important}
    .slogan { font-size: 16px;}


    #homeEducation { margin-top: 0 !important; }
        #homeEducation .egitimWrapper .link { background-size: cover !important; }
}
@media(max-width:360px) {
    #slider .wrapper h2 span { font-size:26px; line-height:26px;}
    #slider .owl-dots { bottom: 210px !important}

}