body{
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}
*{
    box-sizing: border-box;
}
.top {
    background: #002974;
    height: 10px;
    margin-bottom: 15px;
}
.navbar{
    font-family:'Open Sans', sans-serif;
    font-weight:300;
}
.nav-item{
    margin-right: 5px;
}
.nav-link {

    background-color:#0D47A1;
    color: #fff;
    transition: linear .7s;
    font-size: 18px;
    padding: 10px !important;
}
.nav-link:hover{
    color: #fff;
    background: #000;
   
}
#footer{
    background-color: #134390 ;
    color:#fff;
    font-size:14px;
    font-weight: 300;
}
#footeralt{
    background-color: #0A2E63;
    font-size: 13px;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

/*İletisim php*/
#bize-ulasin .form-group input {
    border: none;
    border-radius: 0;
    font-size: 12px;
    border-bottom:1px solid #ccc;
    background-color: transparent;
    color: black;
    padding: 15px;

}
#bize-ulasin #btn{
    margin-top: 20px;
   border-radius:0;

}

/*  12.  Gallery Area
/*----------------------------------------*/
.small-gallery-wrapper .row {
    padding-right: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .small-gallery-wrapper .row {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .small-gallery-wrapper .row {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .small-gallery-wrapper .row {
        padding-right: 0;
    }
}

/*-- Single Gallery Item --*/
.gallery-item {
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
}

.gallery-item::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #063972;
    background-image: url(../img/plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
}

.gallery-item:hover::before {
    opacity: 0.9;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gallery-item img {
    width: 100%;
}

#gallery h3 {
    color: #424242;
}
.active{
    background-color: #134390 !important;
}
