@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap&subset=latin-ext');

* {
    border-radius: 0 !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.adutop {
    background: #152C3E;
}

.hm a {
    color: #FFF
}

.aduustmenu a {
    color: #FFF;
    font-weight: bold;
}

.aduustmenu .dropdown-menu a {
    color: #000;
    font-weight: normal;
}

.head {
    background: #241a0c;
    color: #FFF;
    padding: 5px 10px 30px 10px;
}

.birimmenu {
    background: #1A354C
}

.obismenu i {
    width: 20px;
    display: inline-block;
    text-align: center;
}




.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-item {
    border: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

.accordion-button {
    background-color: #F0F0F0;
    border-bottom: #CCC 1px solid;
}

.page-head {
    font-size: 0.9em;
    border-bottom: #CCC 1px solid;


}

.mainslide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	
}

.hkapak {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.logo {
    max-height: 100px;
    width: auto;
    @media screen and (max-width: 992px) {
        max-height: 64px;
    }
}


.nav-link {
    color: #FFF;
    font-weight: bold;
}

.nav-link:hover {
    color: #CCC;
}

.fa-sx {
    font-size: 1.5em;
}

.dropdown-item {
    background-color: #000;
    color: #FFF;
    font-size: 0.8em;
    font-weight: bold;
}

.dropdown-menu {
    padding: 0 0 0 0;
}

.bg-adu-dark {
    background: #03182b;
}

.topbar {
    background-color: #063359;
}

.bg-light-adu{
    background-color: #FAFAFA;
}