.bg-overlay {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url('../images/geri.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment:fixed;
    color: #fff;
    height: 450px;
    padding-top: 50px;
}


.bg-overlay .text-center{
top: 95px;
position: relative;
}

.bg-overlay .text-center h3{
    font-size:23px;
    color: #ffffff;
font-weight: 200;
}



/*site giriş*/
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: #c30e2e; /* sayfa yüklenirken gösterilen arkaplan rengimiz */
    z-index:999999; /* efektin arkada kalmadığından emin oluyoruz */
}
.logo2 {
    width: 245px;
    height: 60px;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.box2 {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    font-style: italic;
    position: absolute;
    left: 0%;
    z-index: 2;
    animation: test 2s;
}
.box2:after {
    content: "";
    display: block;
    height: 90%;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 0; right: -10px; bottom: 0;
    margin: auto;
    animation: expand 2s;
}

.text2 {
    height: 60px;
    color: #fff;
    padding-left: 80px;
    line-height: 40px;
    font-size: 25px;
    animation: fade 2.5s;
}

.text3 {
    height: 60px;
    color: #fff;
    padding-left: 81px;
    line-height: 0px;
    font-size: 12px;
    font-weight: 100;
    animation: fade 2.5s;
    top: -72px;
    padding-top: -99px;
    margin-top: -15px;
    letter-spacing: 1px;
}

@keyframes test {
    0% { transform: scale(0);  left: 39%; }
    40% { transform: scale(1);  left: 39%;}
    60% { transform: scale(1);  left: 39%;}
    100% { left: 0%; }
}

@keyframes fade {
    0% { opacity: 0; }
    65% { opacity: 0; padding-left: 70px; }
    100% { opacity: 1; padding-left: 80px; }
}
/*site giriş son*/