.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top:20px;  //öğpa
}


.header .main-header.main-header-4 {
    background-color: rgba(34,34,34,.9);
    padding: 14px 0;  //öğpa
}

.navigation ul>li {
    display: inline-block;
    line-height: 1.6em;
    font-size: 15px;  //öğpa
    font-weight: 700;
}

#sub-header .sub-wrapper {
    padding-top: 232px;
    padding-bottom: 150px;
}

#sub-header1 .sub-wrapper1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.bg-parallax .sub-wrapper1 h2 {
    font-family: "Playfair Display",serif;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.6em;
}

.bg-parallax .sub-wrapper1 h1 {
    font-size: 35px;
    
    font-weight: 700;
    margin-bottom: 20px;
}



.section {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 0px;
    background-size: cover;
    z-index: 10;
}

#sub-header-cozumo .sub-wrapper-cozumo {
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid white;
    margin-top: 18px;
    margin-bottom: 18px;
    border-radius: 5px;
}

.hover-link .overlay, .hover-link-text .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,85,0.2);
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.widget.widget_linklist ul li.active .btn {
    color: #fff;
    background-color: rgba(0,0,82,0.6);
}

.widget.widget_linklist ul li.active .btn {
    color: #fff;
    background-color:  rgba(0,0,82,0.6);
}

.btn.btn-gray:focus, .btn.btn-gray:hover {
    color: #fff;
    background-color:rgba(0,0,82,0.6);
}

.navigation .nav>.active>a, .navigation .nav>.active>a:hover, .navigation .nav>.active>a:focus {
    color: #555;
    background-color: rgba(0,0,82,0.4);
}
/*
#sub-header .sub-wrapper {
    padding-top: 176px;
    padding-bottom: 150px;
}
*/

.alert.alert-success {
  
   background-color: rgba(0,0,82,0.4);

    border-color: rgba(0,0,82,0.6);
    color: #000000;
   
}