header#header1 {
	position:relative;
	background-repeat:repeat;
	left:0;
	right:0;
	width:100%;
	height:auto;
	z-index:2;
	min-height: 100px;
	margin:0 auto;
	padding:0px 0px 0px 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
}
header#header1 .topmenu {
	background-color:#184062;
	margin: 0 auto;
	padding:0px 0px;
	box-sizing: border-box;
	border-bottom:1px solid #e6e6e6;
}
header#header1 .topmenu ul{
	list-style:none;
	margin:0;
	padding:0;
}
@media (max-width:576px){
	header#header1 .topmenu ul{
		margin: 0 auto;
	    padding: 0;
		display: flex;
		align-items:center;
	    max-width: 400px;
	}
}
header#header1 .topmenu .sag_kisim{
	width:100%;
	display:flex;
	justify-content:flex-end;
}
header#header1 .topmenu .sag_kisim ul li{
	list-style:none;
	margin:0;
	padding:5px 10px;
	float:left;
	border-right:none;
}
header#header1 .topmenu ul li a.telefon{
	font:300 13px 'Poppins', sans-serif;
	color:#fff;
    margin-top:0;
    padding: 0px 0px;
    display: block;
	line-height:30px;
	transition:.3s ease-in-out;
}
header#header1 .topmenu ul li a.telefon:hover{
	color:#fff;
}
header#header1 .topmenu ul li a.dil{
	font:300 13px 'Poppins', sans-serif;
	color:#fff;
    margin-top:0;
    padding: 0px 0px;
    display: block;
	line-height:30px;
	transition:.3s ease-in-out;
}
header#header1 .topmenu ul li a.dil:hover{
	color:#fff;
}
header#header1 .topmenu ul li .fas, .topmenu ul li .fab{
	color:#cbc9c7;
	font-size:14px;
}
header#header1 .topmenu ul li .fas:hover, .topmenu ul li .fab:hover{
	color:#fff;
}
header#header1 .topmenu .sosyal-ikonlar{
	width:100%;
	display:flex;
	justify-content:flex-start;
	margin-top:4px;
}
header#header1 .topmenu .sosyal-ikonlar ul li{
	list-style:none;
	margin:0;
	padding:5px 10px;
	float:left;
	border-right:none;
}
header#header1 .topmenu	.header_search input {
	background-color: #fff;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom: 2px solid #184062;
	color: #7a7a7a;
	display: inline-block;
	font:13px 'Poppins',sans-serif;
	margin-right: -.25em;
	outline: 0;
	opacity: 0;
	padding:4px;
	transition: .55s;
	-webkit-transition: .55s;
	-moz-transition: .55s;
	-ms-transition: .55s;
	-o-transition: .55s;
	width: 0;
	}
header#header1 .topmenu	.header_search:hover input {
	opacity:1;
	padding-left: .75em;
	padding-right: .75em;
	width: 11em;
	}
header#header1 .topmenu	.header_search:hover input::placeholder {
		font-family:'Poppins',sans-serif;
		font-size:13px;
	}
	  
header#header1 .topmenu .header_search button{
	display:inline-block;
	border:0;
	outline:0;
	margin-left:-26px;
	background-color:transparent;
}
.logo_alani{
	padding:0px 0px;
	max-width:171px;
}
@media (max-width:576px){
	.logo_alani{
		padding:17px 0px;
	}
}
.logo_alani .logo{
	display:flex;
}
@media (max-width:576px){
	.logo_alani img{
		max-width:120px;
		display:flex;
	}
}