body{
    background-image: url("https://xbtm.net/wp-content/uploads/2018/03/half-service-bg.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
}
.firma-ara{
    padding-bottom: 100px;
    padding-top: 100px;
}

.acik-renk-form{
    background: rgba(255, 255, 255, 0.58);
}
.siyah-cerceve{
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
label {
    color: #000;
    font-weight: bold;
}
.footer_links{
	list-style-type: none;
    display: flex;
    width: 100%;
    padding-left: 17px;
	padding: 0px;
}
.footer_links li{
	padding: 0px 6px 0px 7px;
	border-right: 1px solid #fff;
}
.footer_links li:nth-last-child(2) {
	border-right:none !important;
}
.footer_links li a{
	color:#fff;
}
footer{
	/*bottom:0px;*/
	overflow: hidden;
    background: #423d3d;
    /*padding: 50px;*/
	position: relative !important;
	width:100%;
    padding: 36px 50px;
}
.footer_block{
	margin-left: 7rem;
    margin-right: 7rem;
	display:flex;
	color:#fff;
	
}