
.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%;
	.container{
		img{
			width: 100%;
			opacity: .8;
			margin-top: 25px;
		}
		.title-out{
			width: 100%;
		    text-align: center;
		    margin-top: 25px;
		    font-size: 35px;
		    display: flex;
		    justify-content: center;
		    align-items: center;
		    .title{
			background-color: rgba(255, 255, 255, 0.67);
		    padding: 15px;
		    border-radius: 20px;
		    display: flex;
		    border: 1px solid rgba(0, 0, 0, .67);
			}
		}
		.ilet{
			display: flex;
		    justify-content: center;
		    align-items: center;
			ul{
				padding: 25px;
			    width: 416px;
			    list-style: none;
			    background-color: #fff;
			    margin: 55px;
			    border: 1px solid #000;
				li{
					line-height: 30px;
					a{
						text-decoration: none;
						color: #000;
						i{
							width: 25px !important;
						}
					}
					i{
						width: 25px;
					}
					
				}
			}
		}
	}
}
