

#logo a img {
    display: block !important;
    height: 60px !important;
}

#logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tags{
    display: flex;
    flex-direction: column;
}
#bosluk{
    padding: 10px !important;
}
#kapat{
    padding: 0 !important;
}
.tags a:hover{
    background-color: #205485;
    border-color: #205485 !important;
}
.dark #mainMenu nav>ul>li>a,
#mainMenu.dark nav>ul>li>a {
    color: #205485;
}

#mainMenu nav>ul>li:hover a {
    color: #205485;
}

/* #opak{
    background-color: #000;
    height: 80px;
width: 100%;
opacity: .5 !important;
position: absolute;
animation-duration: 0ms !important;
} */
.lines,
.lines:before,
.lines:after {
    background-color: #2d3053 !important;
}

.wrapper {
    max-width: 1200px;
    margin: auto;
}

.banner-a-sol {
    width: 50%;
    height: 450px;
    background-color: #205485;

}

.banner-a-sol img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-a-sag {
    width: 50%;
    height: 450px;
}

.banner-alt {
    margin-top: 40px;
}

.banner-alt .wrapper {
    display: flex;
}

.b-title {
    color: #205485;
    font-size: 22px;
    font-weight: 600;
    font-family: sans-serif;
    line-height: 40px;
}

.rights {
    padding-left: 30px;
}

.banner-a-sag p {
    font-size: 16px;
    line-height: 40px !important;
}

.b-resim img {
    width: 320px;
}

.b-resim {
    border-bottom: 1px solid #4183c0;
    border-top: 1px solid #4183c0;
    width: 320px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.banner-a-sag a {
    color: #205485;
    font-weight: 700;
    font-size: 16px;
}

.detay {
    width: 320px;
    display: flex;
    justify-content: flex-end;
    padding-top: 15px;
}

#foto {
    padding: 0 !important;
}

#co {
    margin: 0 !important;
}

.portfolio-item,
.grid-item {
    padding: 0 !important;
}


.gaz-title .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gaz-baslik {
    color: #205485;
    font-weight: 600;
    font-size: 36px;
    padding: 20px;

    padding-left: 0 !important;
    position: relative;
}

.gaz-title {
    margin-top: 30px;
}

.gaz-baslik::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 500px;
    bottom: 0px;
    background-color: #406d96;
}


.urun-detay-kutu{
    width: 45%;
    height: auto;
    padding: 20px;
    margin: 5px;
    box-shadow: 0px 0px 5px gray;
}
.urun-detay-title{
    font-size: 18px;
    color: #000;
}
.urun-detay-kutu p{
    padding-top: 10px;
    color: #000;
    font-size: 14px;
}
.content1{
    display: flex;
    flex-wrap: wrap;
}
.gaz-detay {
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #205485;

}

@media(max-width:770px){

    .urun-detay-kutu {
        width: 100%;
    }

}








.gaz-detay a {
    color: white;
    font-size: 18px;
    font-weight: 500;
}

.gaz-detay:hover {
    background-color: white;

    border: 1px solid #205485;
}

.gaz-detay a:hover {
    color: #205485 !important;
}

.gaz-detay:hover a {
    font-size: 18px;
    color: #205485;
}

#alt {
    margin-top: 0 !important;
    display: none;
}

#alt .wrapper {
    justify-content: center !important;
}

.ana-kutu {
    width: 380px;
    height: auto;
}

.ana-hak .wrapper {
    display: flex;
    gap: 60px;
}

.ana-kutu p {
    font-size: 16px;
    line-height: 35px !important;
}

.ana-detay {
    width: 100%;
    border-top: 1px solid #205485;
    padding-top: 10px;
}

.ana-detay a {
    color: #205485;
    font-weight: 600;
    font-size: 18px;


}

.ana-hak {
    background-color: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 40px;
}

.ana-kutu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.bize-ulas {
    width: 100%;
    height: 200px;
    margin-top: 100px;
    margin-bottom: 50px;
    position: relative;
    display: flex;
    justify-content: center;
}


.sol-cizgi {
    width: 50%;
    height: 30px;
    position: absolute;
    bottom: 80px;
    left: 0;
    background-color: #205485;
}

.sag-cizgi {
    width: 50%;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 0;
    background-color: #205485;
}

.bilgi {
    width: 75%;
    background-color: white;
    height: 160px;
    box-shadow: 0px 0px 20px black;
    position: relative;
    z-index: 99;
    flex-wrap: wrap;
}



.bilgi {
    display: flex;
    justify-content: space-between;
    padding: 30px;
}




.bilgi-title {
    font-size: 24px;
    color: black;
    font-weight: 600;
}

.bilgi p {
    font-size: 16px;
    color: black;
    font-weight: 400;
    padding-top: 20px;
}

.numara {
    background-color: #205485;
    padding: 10px 10px;
}

.numara a {
    color: white;
    font-weight: 500;
}

.numara:hover {
    background-color: white;
    border: 1px solid #205485;
}

.numara a:hover {
    color: #205485 !important;
}

.numara:hover a {
    color: #205485;
}

.blog-resim {
    width: 100%;
    height: 250px;
}

.blog-resim img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.blog-kutu {
    width: 350px;
    background-color: #f5f5f5;
    height: auto;
    padding: 15px;
    box-shadow: 0px 0px 5px gray;
}

.ana-blog .wrapper {
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 30px;
}

.tarih {
    color: gray;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.blog-title {
    font-size: 24px;
    color: black;
    font-weight: 600;
}

.blog-content p {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.blog-content a {
    color: gray;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;

}

.neturk {
    margin: 0 12px 4px 60px;
    padding-top: 100px;
}

#footer strong {
    color: #c2c2c2 !important;
}

.icon-box.small>h3 {
    padding-bottom: 5px;
}

.icon-box.small>h3::before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #205485;
    width: 200px;
    bottom: 0;
}



.neturk img {
    width: 100px;
    height: 40px;
}

#footer {
    margin-top: 50px;
}












@media(max-width:1150px) {

    .bilgi {
        height: auto;
    }

    .ana-hak .wrapper {
        gap: 15px;
    }

    .bize-ulas {
        height: auto;
    }
}

@media(max-width:1100px) {

    .ana-hak .wrapper {
        flex-direction: column;
        gap: 30px;
        justify-content: center;
        align-items: center;

    }

    .ana-kutu {
        width: auto;
    }

    .ana-kutu img {
        margin-top: 0 !important;
    }


}

@media(max-width:1200px) {
    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ana-blog .wrapper {
        justify-content: center;
    }
}

@media(max-width:800px) {
.tags{
    display: none;
}
    .bize-ulas {
        margin-top: 30px;

        margin-bottom: 30px;
    }


}

@media(max-width:800px) {
    .ana-blog .wrapper {
        padding-bottom: 40px;
    }

    .bilgi {
        width: 95%;
    }

    #ust {
        display: none;
    }

    .gaz-baslik::before {
        width: 0 !important;
    }

    .gaz-title .wrapper {
        justify-content: center !important;
    }

    #alt {
        display: block;
        padding-bottom: 40px;
    }

    .gaz-baslik {
        padding-left: 20px !important;
        font-size: 24px !important;
    }
}






@media(max-width:980px) {
    .banner-alt .wrapper {
        flex-direction: column;
        justify-content: center;
        gap: 40px;
        align-items: center;
    }

    .banner-a-sol {
        width: 90%;
        height: auto;
    }

    .banner-a-sag {
        width: 90%;
        height: auto;
    }

    .b-resim {
        width: 100% !important;
        border: 0px solid !important;
        display: flex;
        justify-content: flex-end;
    }

    .detay {
        width: 100% !important;
    }

    .rights {
        padding-left: 0 !important;
    }
}

@media(max-width:600px) {


    .icon-box.small>h3,
    .icon-box.small>h5 {
        margin: 0 !important;
    }

    #footer p {
        margin: 0 !important;
    }

    .neturk {
        margin: 0 !important;
    }

    .social-icons {
        margin: 0 !important;
        margin-top: 10px !important;
    }
}