* {
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    outline: 0;
    list-style: none;
    font-family: 'Poppins',sans-serif;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.habereki{
    position: absolute;
    z-index: 999999;
    text-align: center;
    margin-top: 270px;
    color: white;
}

.owl-buttons{
    width: 80px;
    margin: 0 auto;
    margin-top: 20px;
}

.owl-prev{
    float: left;
}

.owl-next{
    float: right;
}

.habereki a{
    color: white;
    font-size: 20px;
    font-weight: bold;
}
body {
    width: 100%;
    height: 100%;
}

h1 {
    color: #000;
    font-weight: 600;
}

.birinci {
    position: relative;
    overflow: hidden;
 
}

.imgheader {
    width: 100%;
    overflow: hidden;
    height: 610px;
}

.devami{
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
}

.hareketliyazi {
    position: absolute;
    z-index: 9999;
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin-top: 220px;
}

.remzimzaimg{
    margin-top: 20px;
}

.reflight img{
    width: 100%;
    margin-bottom: 30px;
    transition: all ease-in-out 0.3s;
}

.reflight img:hover{
    opacity: 0.8;
    transition: all ease-in-out 0.3s;
}

nav {
    position: absolute !important;
}

.navbar {
    top: 20px;
    position: absolute;
    padding: 0;
    background: none;
    height: 100px;
    border: none;
    margin: 20px;
}

.navbar ul li {
    font-size: 14px;
    margin-top: 34px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-weight: 600;
}

.navbar-inverse .navbar-nav>li>a:hover {
}

.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
}

.tanitim {
    margin-top: 50px;
    text-align: justify;
}

.remzofis {
    width: 100%;
}

.hizmetalani {
    margin-top: 50px;
}

#hizmetbaslik {
    margin-bottom: 30px;
    margin-top: 0;
}

.isler {
    margin-top: 500px;
    margin: 0 auto;
    display: block;
}

.hizmetler {
    text-align: center;
    border: 2px solid #8f241f;
    margin: 0 5px;
    padding: 30px 0 20px;
}

.hizmetler img {
    margin: 0 auto;
}

.hizmetler h3 {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.hizmetler12 {
    text-align: center;
    border: 2px solid #8f241f;
    margin: 0 5px;
    padding: 30px 0 20px;
    margin-top: 35px;
    background: #8f241f;
    color: #fff;
}

.hizmetler12 img {
    margin: 0 auto;
}

.hizmetler12 h3 {
    font-size: 14px;
    line-height: 20px;
}

.galeriler img{
    width: 100%;
    padding-right: 10px;
    padding-bottom: 8px;
}

.galeriler u{
    color: #8f241f;
}

.yazihareket{
    position: absolute;
    z-index: 9999;
    color: white;
    text-align: center;
    margin-top: 65px;
    top: 50%;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
}

#js-rotating:hover{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.kutu-2 {
    background: #f4f4f4;
    padding: 50px 0;
    margin-top: 50px;
}

.kutu-3 {
    margin-top: 50px;
}

.iletisimegec {
    font-size: 26px;
    color: #000;
}

.mesajat {
    color: #fff;
    font-size: 20px;
    background: #8f241f;
    display: table;
    padding: 10px;
    margin: 0 auto;
    margin-top: 30px;
}

.mesajat a {
    color: #fff;
}

footer {
    margin-top: 50px;
    background: #8f241f;
    color: #fff;
    padding: 10px 0;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    -moz-animation: blink .7s infinite;
    animation: blink .7s infinite;
}

.item p{
    max-width: 600px;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    margin: 0 auto;
    font-style: italic;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1,1);
    }

    to {
        -webkit-transform: scale(1.5,1.5);
    }
}

/* Standard syntax */
@keyframes zoom {
    from {
        transform: scale(1,1);
    }

    to {
        transform: scale(1.5,1.5);
    }
}

.imgheader {
    -webkit-animation: zoom 40s;
/* Chrome, Safari, Opera */
    animation: zoom 40s;
}


.singlebaslik{
    font-size: 30px;
    background: #8f241f;
    display: table;
    color: white;
    font-weight: 600;
    padding: 10px 15px;
    margin-top: -30px;
    position: relative;
    z-index: 9999;
    margin-left: 100px;
    border: 5px solid white;
}

.singleimg{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: %10;
}

.singleicerik{
    margin-top: 40px;
    text-align: justify;
}

.kadromuztekil{
    float: right;
}

#kutularhizmet{
    margin-bottom: 20px;
}

.haritadabiz1{
    background: #8f241f;
    color: white;
    display: table;
    padding: 15px 15px;
    font-size: 18px;
    margin-bottom: 30px;
}

.haritadabiz{
    background: #8f241f;
    color: white;
    display: table;
    padding: 15px 15px;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.iletisimkutusu input{
    width: 100%;
    height: 20px;
    border: 1px solid grey;
    margin-bottom: 20px;
    padding: 20px 12px;
}

.iletisimkutusu textarea{
    width: 100%;
    height: 200px;
    border: 1px solid grey;
    margin-bottom: 20px;
    padding: 20px 12px;
}

.iletisimkutusu button{
    width: 100%;
    color: white;
    background: #8f241f;
    margin-bottom: 20px;
    padding: 20px 12px;
}

.listeiletisim li{
    margin-bottom: 10px;
}

.refimg{
    padding: 5px;
    border: 1px solid #8f241f;
    margin-bottom: 30px;
}


@media only screen and (max-width: 768px),only screen and (max-device-width: 768px) {
    
    .imgheader{
        width: 100%;
        height: auto;
    }
    
    .habereki{
        display: none;
    }
    
    .navbar-toggle {
        border-radius: 0;
        background: #8f241f;
        margin-top: 45px;
    }

    .navbar-toggle:active {
        background: #8f241f;
    }

    .navbar-toggle:visited {
        background: #8f241f;
    }

    .navbar-toggle:hover {
        background: #8f241f;
    }

    .navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
        background: #8f241f;
        text-align: right;
        color: #fff;
        margin-top: 10px;
        border: none;
    }

    .navbar ul li {
        margin: 10px 0;
    }

    .navbar .activelink {
        border: none;
    }

    .navbar-inverse .navbar-nav>li>a {
        color: #fff;
    }

    .navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus {
        border: none;
        color: #fff;
    }

    @keyframes zoom {
    
}

.birinci {
    overflow: inherit;
}

.hareketliyazi {
    display: none;
}

    .singlebaslik{
        z-index: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    
    .imgsingle{
        display: none;
       
    }
    
    .singleimg{
        width: 100%;
    }
    
    .fullimg{
        width: 100%;
        position: relative;
       
        height: 250px;
         background-image: url("../image/anasayfaimg.jpg");
    }
    
.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    background: #8f241f;

 
}    

    .remzimzaimg{
        width: 100%;
        margin-bottom: 20px;
        }
    
    .hizmetler{
        margin-bottom: 20px;
    }
    
    
    .navbar-collapse collapse in{
        display: none;
    }
    
    .navbar-brand img{
       width: 175px;
        height: 80px;
    }
}