body{
	font-family: 'Open Sans', sans-serif
}
header{
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu{
	 display: inline-block;	 
	list-style: none;
	float:right;
	margin: 0;
		padding:0;
}
.menu li{
	float: left
}
.menu li a{
	 line-height: 92px;
	 font-weight: bold;
	 padding: 0 7px;
	 color:#000;
}
.main .bg{
	background: url(../images/bg.jpg);
	text-align: center;
}
.main .bg .text{
	padding-top: 200px;
	text-align: center;
	font-weight: 800;
	color: #fff;
	font-size:45px;
}
.main .bg .text span{
	width:100%;
	display: block;
	font-size: 25px;
	font-weight: 400;
}
.main .bg .button{
	background: #d40d12;
	display: inline-block;
	color:#fff;
	font-weight: 800;
	margin-top:50px;
	margin-bottom: 130px;
	padding: 10px 18px;
	font-size:17px;
}
.main .bg .button:hover{
	text-decoration: none;
	background: #fff;
	color:#d40d12;
}
.main .about-title{
	font-size:24px;
	font-weight: 800;
	text-align: center;
	width: 100%;
	background: #383131;
	color:#fff;
	padding-top: 34px;
	padding-bottom: 48px;
	
}
.main .about-title p{
	position: relative;
	    display: inline-block
}
.main .about-title p:before{
	content: " ";
	position: absolute;
   	    top: 48px;
    left: 40px;
    height:1px;
    width: 250px;
    background: #fff;

}
.about-text{
	padding-top: 35px;
	padding-bottom: 35px;
}
.about-text p{
	font-weight: 400;
	text-align: center;
	color: #383131;
}

#footer{
	background: #383131;
	color:#fff;
	line-height: 72px;
}

@media (max-width: 993px) {
	.menu{
		margin-top: 20px;
	}

	.menu li a{
	 line-height: normal;

	}
}
.contact {
	line-height:0px;
	margin-bottom: 70px;
	width: 50%;
}
.contact h1 {
	color:#383131;
	font-size: 15px;
	margin-top: 50px;
	line-height: 72px;
	font-weight: bold;
}
.contact p {
	color:#000;
	font-size: 12px;
	line-height:5px;
}
.contact h6 {
	font-weight: bold;
}
.address {

	margin-bottom: 50px;
}
.address h6 {
	font-weight: bold;
}
.form {
	margin-top: 50px;
	padding-bottom: 20px;
	font-size:12px;
	font-weight: bold;
	line-height: 30px;
}
.button {
	background-color:#d40d12;
	color:#fff;
	border:none;
	margin-top: 15px;
	border-radius: 2px;
	padding:3px 30px;
}

.konu-basligi {
	width: 100%;
	border:1px solid #ebebeb;
	font-weight: bold;
	margin-bottom: 15px;

}
.name {

	width: 100%;
	border:1px solid #ebebeb;
	font-weight: bold;
	margin-bottom: 15px;
}
.mail {
	width: 100%;
	border:1px solid #ebebeb;
	font-weight: bold;
	margin-bottom: 15px;
}
.message {
	border:1px solid #ebebeb;
	font-weight: bold;
	margin-bottom: 15px;

}
#Sonuc{
	width: 100%;
	padding: 7px 15px;
	    color: #438a85;
    background-color: #f3faf8;
}