.bg-resim {
    background: url("../img/karyapi-bg.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.bg-resim .container img {
    width: 100%;
    opacity: .8;
    margin-top: 25px;
}
.bg-resim .container .title-out {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-resim .container .title-out .title {
    background-color: rgba(255,255,255,0.67);
    padding: 15px;
    border-radius: 20px;
    display: flex;
    border: 1px solid rgba(0,0,0,0.67);
}
.bg-resim .container .ilet {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-resim .container .ilet ul {
    padding: 25px;
    width: 416px;
    list-style: none;
    background-color: #fff;
    margin: 55px;
    border: 1px solid #000;
}
.bg-resim .container .ilet ul li {
    line-height: 30px;
}
.bg-resim .container .ilet ul li a {
    text-decoration: none;
    color: #000;
}
.bg-resim .container .ilet ul li a i {
    width: 25px !important;
}
.bg-resim .container .ilet ul li i {
    width: 25px;
}
