.bg-overlay {
    background: rgba(0, 0, 0, 0.2) !important;
}

.hover:hover {
    opacity: 0.9;
    transition: all 0.2s ease-in;
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.icerik ul {
    margin-left: 20px
}

.accordion a.active {
    background-color: lightgrey;
    padding: 4px;
}

#dotsMenu {
    top: 80% !important
}

#icerik ul,
#icerik ol {
    margin-left: 40px !important;
}

#search .search-form input {
    color: black
}

.accordion .ac-item .ac-title:before {
    content: "\e92e";
    bottom: 10px;
}

#projeler .badge,
#etkinlikler .badge {
    font-size: 13px;
    padding: 2px 16px;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    top: 11px;
    z-index: 3;
    margin-right: 0;
}

#etkinlikler .alt {
    top: auto !important;
    bottom: 20px
}

.post-thumbnail-entry {
    float: none;
}

#mainMenu nav>ul>li>a {
    font-size: 14px;
}

.post-meta-category {
    background-color: red !important;
}

.parallax-container {
    opacity: 0.5;
    height: 100%;
    width: 100%;
    filter: blur(4px);
    -webkit-filter: blur(4px);
    background-size: cover;
    background-position: center center !important;
}

.flickity-page-dots {
    display: none
}

@media (max-width: 1024px) {
    #header #logo>a img {
        max-height: none;
    }
}

.tabs.tabs-vertical .nav-tabs .nav-link.active {
    background-color: lightgray;
}

#mainMenu nav>ul>li.baskan>.dropdown-menu {
    width: 600px;
}

.title_bg1 {
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-position: center center;
}

#header[data-transparent="true"]+#page-title {
    top: -120px;
    margin-bottom: -124px;
    position: relative;
    padding: 140px 0 60px 0;
}

a {
    color: #183f76
}

#ana_butonlar .carousel {
    height: 160px;
}

#ana_butonlar {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 1) 100%);
}

#ana_butonlar {
    position: relative;
    z-index: 1;
    margin-top: -278px;
}

.client-logos .polo-carousel-item {
    padding: 0;
}

#ana_butonlar .flickity-button.previous {}

#ana_butonlar .flickity-button.next {}

#ana_butonlar .anabuton-item {
    padding: 20px;
    height: 150px;
}

#ana_butonlar .anabuton-item a:hover {
    color: white
}

#ana_butonlar .anabuton-item:hover {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
}

.svg {
    fill: white;
    width: 50px;
    height: 50px;
}

#ana_buton_cep .item {
    height: 80px;
}

#ana_buton_cep .svg {
    fill: #183f76;
    width: 30px;
    height: 30px;
}

.client-logos {
    text-align: center;
}

.client-logos a {
    color: white
}

.client-logos a h3 {
    color: white;
    font-size: 18px;
}

@media (max-width:600px) {
    .svg {
        width: 20px;
        height: 20px;
    }
    .client-logos a h3 {
        color: white;
        font-size: 12px;
    }
    #ana_butonlar {
        position: relative;
        z-index: 1;
        margin-top: 0;
    }
    #ana_butonlar .anabuton-item {
        padding: 10px;
        height: 50px;
    }
    #ana_butonlar .carousel {
        height: 50px;
    }
}