#slider .sliderContent { width: 100%; bottom: 0; height: 50%; z-index:5}
    #slider .sliderContent .container { position: relative; z-index: 100; }
#slider h2 { color: #fff; font-size: 59px; font-weight: 600; }
#slider h3{font-size: 72px; font-weight: 400; color: #fff; }
#slider h2,#slider h3{margin:0}
#slider p { padding: 0 200px; color: #fff; font-weight: 400; font-size: 24px; }

#slider .owl-nav { position: absolute; top: 50%; width: 100%; transform: translateY(-50%); }

#slider .owl-next,
#slider .owl-prev { background: url(../images/owl-arrow.png) no-repeat; width: 16px; height: 28px; display: inline-block; text-indent: -99999em; }

#slider .owl-prev { float: left; margin-left: 30px; }
#slider .owl-next {float: right; margin-right: 30px; background-position: -35px; }

/*#slider .item:after { content: ''; width: 100%; height: 80%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,0); background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(35%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1))); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,1) 100%); background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,1) 100%); background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,1) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); z-index:2; pointer-events:none }*/

#products{text-align:center;}
.homeImg{padding-top:87px; margin:auto; opacity:0}
#products h3{font-size:24px; font-weight:600; color:#656868; margin-top:60px; margin-bottom:25px}
#products p{font-size:16px; color:#9b9b9b}
#products .think{width:100%; height:55%; background:#af2c36 url(../images/think.jpg) no-repeat center; background-size:contain; position:absolute; left:0; top:0 }

#projects { margin:80px 0 0;  overflow:hidden; }

.proje { text-align: left; color: #fff; display: block; padding: 20px 20px 20px 100px ; opacity:0}
.proje { text-align: left; color: #fff; display: block; padding: 20px 20px 20px 100px ; opacity:0}
.en .proje {opacity:1}
 
.proje h3{ font-size:18px; font-weight:600; margin:15px 0 0}
.proje p{ font-size:14px; font-weight:400;}
    .proje.biten { background: #af2c36 url(../images/cat.png) no-repeat 20px center; z-index:1; position:relative}
    .proje.biten:after{background:#af2c36; width:300%; height:100%; position:absolute; left:-297%; top:0; z-index:-1; content:''}
      .proje.biten p{ color:#f0848c }
    .proje.devam { background: #656868 url(../images/movie.png) no-repeat 30px center; z-index:1}
    .proje.devam:after{background:#656868; width:300%; height:100%; position:absolute; right:-295%; top:0; z-index:-1; content:''}
      .proje.devam p{ color:#9d9d9d }
    .proje:hover { color: #fff; opacity: .8; }

#about { margin: 100px 0 50px; padding:10px 0; background:#f0f0f0; z-index:1 }
#about .container .col-sm-12:after{position:absolute; top:-25%; left:0; width:100%; height:140%; background:url(../images/world.png) no-repeat center; background-size:contain; content:''; z-index:-1 }
#about h3{ font-size:24px; font-weight:600; color:#656868; margin-top:25px}
    #about p { margin: 30px 0 0; padding: 0 50px; line-height:22px; font-size: 16px; font-weight: 400; color:#909090 }

#news { }
    #news h2 { text-align: center; margin: 30px 0 60px; color: #af2c36; font-weight: 600; }
    #news .haberBaslik { color: #4b4b4b; font-size: 24px; font-weight: 600; }
    #news p { color: #a0a0a0; font-size: 14px; }
    #news .newsDate { color: #af2c36; }
    #news .owl-theme .owl-controls{ margin-top:50px}
    #news .owl-theme .owl-dots .owl-dot span{background:#dadada; width:25px; border-radius:5px; height:5px}
    #news .owl-theme .owl-dots .owl-dot.active span,#news .owl-theme .owl-dots .owl-dot:hover span{background:#af2c36}

#down { width: 48px; height: 48px; position: absolute; bottom: -24px; left: 50%; margin-left: -24px; z-index: 4; background: #fff url(../images/down.png) no-repeat center; border-radius: 48px; transition: .5s ease; -moz-transition: .5s ease; -webkit-transition: .5s ease; cursor: pointer; }
    #down:hover { background: #eee url(../images/down.png) no-repeat center; bottom: -30px; }
.clicked { bottom: 50px; opacity: 0; }

#logos{margin:50px 0}
#logoCarousel{padding:0 140px; text-align:center}
#logoCarousel .item{display:inline-block; margin: 0 20px 0 24px}
#logoCarousel .item img{height:66px; width:auto; opacity: .7; -webkit-filter: grayscale(100%); filter: grayscale(100%); transition: .5s ease; -moz-transition: .5s ease; -webkit-transition: .5s ease; cursor:pointer}
#logoCarousel .item img:hover{-webkit-filter: grayscale(0); filter: grayscale(0); opacity: 1;}