body, html {
    background-size: cover;
    height: auto;
    font-family: helvetica;
    overflow-x: hidden;
}
.fl{
    float: left;
}
.pd0{
    padding: 0 !important;
}
.top0{
    top: 0 !important;
}

.ouznav{
    border-bottom: 1px solid #ccc;
    height: 100px;
    position: fixed;
    z-index: 99;
    background: white;
    width: 100%;
}

.ouznav li{
    list-style: none;
    float: left;
    margin-right: 45px;
    height: 50px;
}
.ouznav a{
    color: #505050;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.ouznav a:hover{
    color: #6b87b2;
    text-decoration: none;
}
.submenu{
    display: none;
    z-index: 99;
    margin-top: 9px;
    position: absolute;
    height: auto;
    padding: 20px 0px;
    background: rgba(57, 95, 152, 0.90);
}
.submenu:before, .submenu:after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 100vw;
    height: 100%;
    background: #395f98;
    opacity: 0.9;
    z-index: -2;
}
.submenu:after{
    right: auto;
    left: 100%;
}
.submenu li{
    float: none;
    margin-right: 0px;
    margin-top: 12px;
    padding-top: 2px;
    height: 30px;
}
.submenu li a, .submenu li a:hover{
    color: #ffffff;
}
.submenu li:hover {
    border-bottom: 1px solid #ffffff;
    padding-left: 3px ;
}
.menubg{
    display: none;
    background-color: #395f98;
    height: 220px;
    width: 100%;
    position: absolute;
    z-index: 9;
    margin-top: -10px;
}
.blme{
   color: #395f98 !important;
}
.ouznav .lang{
    float: right;
    font-size: 14px;
    margin-top: 5px;
    color: #505050;
}
.ouznav .phone{
    font-size: 14px;
    margin-top: 1px;
    color: #395f98;
    font-weight: 600;
}
.ouznav .menu{
    margin-top: 2px;
}
.ouznav .menu .col-8{
    top: 37px;
}
.ouznav .menu .col-4 img{
    height: 99px;
    width: 100%;
    margin-top: -8px;
}

/*Slide Codes*/
#stepage{
    margin-top: 100px;
}
#stepage .slidebg{
    background-image: url(../img/slider/stepslide.jpg);
    background-repeat: no-repeat;
    height: 60vh;
    width: 100%;
    opacity: 0.9;
    background-size: cover;
    background-position: center;
}
.slidecontent{
    position: absolute;
    /* top: 31%; */
    bottom: 10%;
    width: 300px;
    height: 150px;
    background: rgb(57, 95, 152,0.9);
}
.sctext {
    font-size: x-large;
    font-weight: 600;
    /* text-align: center; */
    color: #ffffff;
    padding: 15px;
    top: 13%;
    position: relative;
}


/* Four Place Codes*/
.fparea{
    border-bottom: 1px solid #395f9838;
}
.fparea a{
    color: #6b87b2;
    text-decoration: none;
}
.fp{
    height: 135px;
    border-top: 2px solid #505050;
    margin: 25px 0px;
    color: #505050;
    cursor: pointer;
}
.fp:hover{
    height: 135px;
    border-top: 2px solid #6b87b2;
    margin: 25px 0px;
    color: #6b87b2;
    cursor: pointer;
}
.fptext{
    display: grid;
    font-size: 13px;
    padding-top: 20px;
    margin-left: 5px;
    font-weight: 700;
}
.fptext span{
    font-size: 20px;
    padding-top: 5px;
    margin-left: -2px;
    font-weight: 500;
}

/*News Codes*/
.newsarea{
    margin-top: 50px;
    margin-bottom: 50px;
}
.newsarea .col-12{
    margin-bottom: 10px;
}
.newsmain{
    margin: 0px 0px 20px;
    font-size: 30px;
    color: #395f98;
}
.topichere i{
    color: black;
    text-decoration: none;
    font-size: 30px;
    padding-top: 18px;
}
#single .topichere .row{
    padding: 0px 20px;
    min-height: unset !important;
}
.newssub{
    margin-bottom: 20px;
}
.newcolL{
    float: left;
}
.newcolL img{
    height: 150px;
    border: 1px solid #ccc;
    width: 100%;
}
.newcolR{
    float: left;
    padding: 15px;
}
.newstitle{
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #505050;
}
.newscontent {
    color: black;
    font-size: 14px;
    margin-bottom: 11px;
    text-decoration: none;
}
.newscontent:hover{
    text-decoration: none !important;
}
.newsbutton button{
    background: white;
    color: #395f98;
    border: 1px solid #395f98;
}
.topichere:hover{
    text-decoration: none;
}
.topichere .row:hover{
    border: 1px solid #ccc;
}

/*Footer*/
.footarea{
    height: 300px;
    border-top: 1px solid #ccc;
}
.ftmain{
    margin: 43px 0px 20px;
    font-size: 30px;
    color: #395f98;
}
.ftsubL{
    float: left;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    border-bottom: 1px dotted #ccc;
}
.ftsubL:hover {
    border-bottom: 1px dotted #395f98;
}
.ftsubL span{
    border-bottom: 1px dotted #ccc;
}
.ftalt{
    margin: 40px 0px 5px;
    font-size: 14px;
}
.socials{
    padding: 0;
    margin-top: 20px;
}
.socials li{
    background: white;
    border: 1px solid #628ec3;
    padding: 10px;
    color: #628ec3;
}

/*Single Codes*/
#single{
    margin-top: 100px;
    height: 100%;
}
#single .row{
    min-height: 500px;
}
.single-col8{
    margin: 20px 0px;
    padding: 20px 60px 20px 15px;
}
.single-col8 p{
    font-size: 1.25rem;
    line-height: 2.0625rem;
    font-family: arial;
}
.singlebot{
    border-top: 1px solid #ccc;
    padding: 18px;
    font-size: 14px;
}
.singlebot a{
    color: #696969;
    text-decoration: none;
}
.singlebot a:hover{
    color: #395f98;
}
.test:before{
    content: '';
    background-image: url(../img/adm/before.svg);
    height: auto;
    background-position: center top;
    margin-left: 15px;
    width: 75px;
    opacity: .5;
}
.singleul{
    border-top: 6px solid #bbc9dc;
    margin: 40px 0px;
    padding: 8px 0;
    list-style: none;
}
.singleul li{
    margin-bottom: 10px;
    font-weight: 600;
}
.singleul li a{
    text-decoration: none;
    color: #545b62;
}
.singleul li a:hover{
    color: #ccc;
}

.ouzmob{
    display: none;
}
/*OB*/
.ob{
    height: 36px;
    display: flex;
    width: 35px;
    position: absolute;
    bottom: -3px;
    right: 0;
    z-index: 1000;
    cursor: pointer;
    transition: 2s;
}
.ob img{
    filter: brightness(0.5);
    background-size: contain;
    position: relative;
    right: -4px;
    top: 5px;
    background-repeat: no-repeat;
    height: 79%;
    width: auto;
    transition: 2s;
    z-index: 55;
}
.obname{
    width: 105px;
    right: 1px;
    overflow: hidden;
    padding-top: 10px;
    margin-right: -110px;
    position: absolute;
    font-size: 11px;
    transition: 3s;
}
.coverme{
    background: #ffffff;
    height: 98%;
    top: 3px;
    right: -110px;
    width: 110px;
    border-left: 1px solid #7171714a;
    position: absolute;
}
.card-header .btn-link{
    color: black;
    text-decoration: none;
}
.iletisim .row{
    height: auto;
    min-height: unset !important;
}
.iletisim textarea{
    margin-top: 5px;
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
}


/*HD Codes*/
@media (min-width: 1400px){
    .imhd {
        max-width: 1400px;
    }

}

@media (max-width: 1200px){
    .fp{
        height: 60px;
    }
    .sctext {
        font-size: 18px;
    }
    .fp:hover {
        height: 65px;
    }
    .single-col8 p img{
        width: 86%;
        height: 50%;
    }
    .footarea{
        overflow-y: hidden;
    }
    #stepage .slidebg{
        margin-bottom: 10px;
        height: 220px;
    }
    .slidecontent {
        position: relative;
        top: 69%;
        width: 100%;
        /* text-align: center; */
        height: 70px;
        background: rgb(57, 95, 152,0.9);
    }
    .ouznav .menu .col-4 img {
        height: 100px;
        width: 160%;
        margin-top: -8px;
    }
    .ouzmenu{
        display: none;
    }
    .ouzmob{
        display: block;
    }
    .ouzmenumob{
        float: right;
        cursor: pointer;
        font-size: 20px;
        border: 1px solid #395f98;
        color: #395f98;
        padding: 5px 8px;
        margin-top: -7px;
    }
    .mobmenu{
        display: none;
        border: 1px solid #ccc;
        position: absolute;
        top: 41px;
        height: 100vh;
        width: 100%;
        background-color: white;
    }
    .mobmenu ul{
        padding: 5px;
        display: grid;
    }
    .mobmenu ul li{
        margin-left: 20px;
    }

    .coverme,.obname{
        display: none;
    }
    .ob {
        height: 36px;
        display: flex;
        width: 35px;
        position: absolute;
        bottom: 75px;
        right: 0;
        z-index: 1000;
        cursor: pointer;
        transition: 2s;
    }
    .newsmain {
        margin: 0px 0px 20px;
        font-size: 24px;
    }
    .test:before {
        display: none;
    }
    .topichere i {
        color: black;
        text-decoration: none;
        font-size: 22px;
        padding-top: 20px;
    }
    .footarea {
        height: auto;
    }
    .ftmain{
        text-align: center;
    }
    .ftalt {
        margin: 1px 0px 5px;
        text-align: center;
    }
    .ob img {
        filter: brightness(0.5);
        background-size: contain;
        position: relative;
        right: 7px;
        top: -6px;
        background-repeat: no-repeat;
        height: 100%;
        width: auto;
        transition: 2s;
        z-index: 55;
    }
}