*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'oxygenregular';
}

div.kapsayicimenu1{
	width: 100%;
	height: 25px;
	
	top: 0;
	background-color: #F28A2E;
	z-index: 100;
}
nav.menu1{
	max-width: 1000px;
	height: 25px;
	margin: 0 auto;
	
}
.menu1 ul{
	display: flex;
	justify-content: center;
	/*align-content: center;*/
	width: 1000px;
	height: 25px;
	list-style: none;

}
.menu1 ul li{
	display: block;
	
	float: left;
	text-align: center;

}
.menu1 ul li a{
	padding: 0 10px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;	
	color: #fefefe;
}
.gizlimenu{
	display: none;
	text-align: center;
	width: 300px;
	height: 25px;
	margin: 0 auto;
	color: #fefefe;
	font-size: 15px;
}
.lia:hover{
	cursor: pointer;
}
.menu1 li:nth-child(8){
	border-left: 1px solid white;
}
.menu1 ul li a:hover{
	background-color: white;
	color: orange;
	transition: .2s;

}

div.kapsayicimenu2{
	width: 100%;
	height: 75px;
	
	top: 25px;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 102;


}
.menu2{
	max-width: 1000px;
	margin: 0 auto;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 150;
}
.logo{
	flex-basis: 150px;
	height: 75px;
	
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo img{
	
	width: 150px;
	height: 75px;
	object-fit: contain;
}
.icmenu{
	flex-basis: 750px;
	height: 75px;
	
	flex-shrink: 1;
	z-index: 150;
}
.icmenu ul{
	display: block;
	max-width: 750px;
	height: 75px;
	list-style: none;

}
.icmenu ul li{
	display: block;
	float: left;
	max-width: 150px;
	height: 75px;
	border-right: 1px solid gray;
}
.icmenu ul li a{
	display: flex;
	width: 150px;
	height: 75px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #F28A2E ;
	font-weight: bold;


}
.icmenu ul li a:hover{
	background-color: #F28A2E;
	color: #fefefe;
	transition: .2s;
}
.icmenu ul li ul{
	display: none;
	
}
.icmenu ul li ul li{
	display: block;
	height: 40px;
	border: none;
}

.icmenu ul li ul li a{
	display: flex;
	padding-left: 10px;
	height: 40px;
	background-color: rgba(255, 255, 255, 1);
	font-size: 12px;
	font-weight: bold;
	justify-content: left;
	align-items: center;
	border-bottom: 1px solid gray;
}
.icmenu ul li:hover ul{
	display: block;
}
.burger{
	position: fixed;
	
	right: 30px;
	top: 40px;
	
	z-index: 150;
}
.burger i{
	font-size: 40px;
	color: #F28A2E;
}
.yanmenu{
	display: none;
	position: fixed;
	top: 0px;
	right: 0;
	bottom: 0px;
	width: 200px;
	height: 100vh;
	background-color: #5F5F5F;
	padding-top: 110px;
	z-index: 149;
}
.yanmenu .ana{
	display: flex;
	position: relative;
	width: 200px;
	height: 25px;
	text-decoration: none;
	border-bottom:1px solid #fefefe;
	margin-bottom: 1px;
	align-items: center;
	padding-left: 20px;
	color: #fefefe;
}
.ana i{
	display: flex;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0px;
	justify-content: center;
	align-items: center;
	color: #F28A2E;
}
.yanmenu .altmenu{
	display: none;
	margin: 0 auto;
	width: 150px;
}
.altmenu a{
	display: flex;
	width: 150px;
	min-height: 25px;
	border-bottom: 1px solid #fefefe;
	align-items: center;
	padding-left: 5px;
	text-decoration: none;
	color: #fefefe;
}
.altmenu a:last-child{
	margin-bottom: 5px;
}
.altmenu a:hover{
	color: #F28A2E;
	transition: .2s;
}
.bilgiislem{
	position: absolute;
	margin: 0 auto;
	bottom: 55px;
	text-align: center;
	color: #fefefe;
	font-weight: bold;
}
.bilgiislem i{
	font-size: 25px;
	color: #F28A2E;

}
.bilgiislem a{
	display: block;
	margin-top: 10px;
	color: #F28A2E;
	text-decoration: none;
}
.bilgiislem a:hover{
	text-decoration: underline;
	transition: .2s;
	
}

.govde{
	width: 100%;
	background-color: #f5f5f5;

}
.govdekapsayici{
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px;
	

	background-color: #fefefe;

}
.govdekapsayici h1{
	font-size: 30px;
	color: #EF8016;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 20px;

}
.govdekapsayici .habkapsayici{
	width: 100%;
	margin-bottom: 15px;

	background-color: #fefefe;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;

}
.govdekapsayici .habkapsayici .habkutu{
	width: 300px;
	height: 400px;
	margin-bottom: 15px;
	background-color: #fefefe;
	overflow: hidden;
	position: relative;
	box-shadow: 2px 2px 10px 4px gray;
}
.habkutu img{
	width: 300px;
	height: 300px;
	background-color: #fefefe;
	object-fit: cover;
	object-position: center;
}
.habkutu a{
	
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 15px 10px;
	background-color: #EF8016;
	border-top-left-radius: 15px;
	text-decoration: none;
	color: #fefefe;
	font-weight: bold;
}
.habkutu h2{
	font-size: 20px;
	text-align: center;
}

footer.footerkapsa{
	width: 100%;
	
	background-color: #EF8016;
	padding-top: 45px;
	padding-bottom: 5px;
}
.footerkapsa .footerkapsayici{
	max-width: 1000px;
	
	margin: 0 auto;
	margin-bottom: 25px;
	
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.footerkapsayici .footerkutu{
	
	width: 300px;
	min-height: 400px;
	margin-bottom: 50px;
	
}
.adres{
	width: 300px;
	height: 200px;
	padding: 10px;
	font-size: 18px;
	font-weight: 400;
	color: #fefefe;
}
.adres strong{
	color: #fefefe;
	font-weight: 800;
}
.footermenu ul{
	display: block;
	width: 300px;
	height: 400px;
	list-style: none;
}
.footermenu ul li{
	display: block;
	width: 300px;
	height: 11%;


	border-bottom: 1px solid;
	border-color: #fefefe;
}
.footermenu ul li a{
	display: flex;
	width: 300px;
	height: 100%;
	justify-content: left;
	align-items: center;
	text-decoration: none;
	color: #fefefe;
	font-size: 15px;
	padding-left: 10px;
}
.footermenu ul li a:hover{
	background-color: #fefefe;
	color: #EF8016;
}
.footersosyal{
	display: flex;
	margin: 0 auto;
	max-width: 500px;
	height: 100px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 15px;
	
}
.footersosyal a{
	padding-right: 20px;
	font-size: 55px;
	color: #fefefe;
}
.footersosyal a:hover{
	font-size: 60px;
	color: #f5f5f5;
	transition: .2s;
}
.copyright{
	display: block;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	color:#fefefe;
}



.copyright a{
	color: black;
	text-decoration: underline;
	font-weight: 700;
}
	





@media screen and (max-width:1000px){

	.icmenu ul{
		display: none;
	}
	.kapsayicimenu1 ul{
		display: none;
		position: absolute;
	}
	.kapsayicimenu1 .gizlimenu{
		display: block;
		
		
	}
	.kapsayicimenu2{
		height: 100px;
	}
}
