

a {
	color: #000000;
	text-decoration: none;

}
a:focus,active,hover {
	text-decoration: none;
		outline:none;
}



.loadingAjaxDialog {
	float: left;
	position: fixed;
	z-index: 9999999;
	left: 0px;
	top: 0px;
	background-color: #000000;
	background-image: url(img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.5;
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: none;
}



.mob {
  left: 50%;
 
  background: linear-gradient(135deg, #5d4cff, #9b67ff);
  padding: 10px;
  border-radius: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  z-index:999;
  justify-content: center;
}

.mob .button {
  text-decoration: none;
  color: white;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 20px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.mob .button i {
  margin-right: 8px;
  font-size: 22px;
}

.mob .button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.mob .center-button {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.mob .center-button i {
  margin-right: 0;
  font-size: 18px;
}


@keyframes menuDivAnima {
	0% {
		top:70px;
		opacity:0.5;
	}

	100% {
		top:50px;
		opacity:1;
	}
}




.app-bar-back{
	background-color: #FFF;
	color: #000;
	display: block;
	margin: 0px;
	float: left;
	width: 100%;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
}

.app-bar-back .a-text{
	font-size: 1.15rem;
	line-height: 50px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 100%;
	overflow: hidden;
	font-weight: 500!important;
}
	

.app-bar-back .kapat{
	width: 100px;
	position: absolute;
	z-index: 1;
	right: 15px;
	top: 12px;
	font-size:1.75rem;
	text-align: right;
}

.nav-menu a{
	display: block;
	font-size: 12pt;
	line-height: 46px;
	background: linear-gradient(135deg, #5d4cff, #9b67ff)!important;
	color:#ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9b67ff;
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;


}
.nav-menu a i{
	font-size: 22px;
	margin-top: 6px;
	text-align: center;
	width: 30px;
}

.nav-menu a:hover{
	background: linear-gradient(135deg, #9b67ff, #5d4cff)!important;
}
.map {
	background-color: #0d1117;
	border-radius: 10px;
	padding: 20px;
	justify-content: center;
	align-items: center;
}


.footer {
	display: blcok;
	justify-content: space-between;
	align-items: flex-start;
	padding: 40px 20px;
	max-width: 1200px;
	margin: 0px;
	float:left;

}

.footer-column {
}

.footer-column h4 {
	font-size: 1.2rem;
	margin-bottom: 20px;
}

.footer-column p,
.footer-column a {
	font-size: 0.9rem;
	line-height: 1.6;
	color: #a1a7af;
	text-decoration: none;
	margin-bottom: 2px;
	display:block;
}

.footer-column a:hover {
	color: #ffffff;
}