
/* --- Mobile Menu --- */
.mobile-menus {
	position: fixed;
	left: -300px;
	top: 0;
	left: -200% !important;
	width: 80%;
	font-family: "Nunito", Sans-serif;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	z-index: 999999999999;
	height: 100%;
	border-left: 0 !important;
	padding: 15px;
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	overflow-y: auto !important;
	background: -webkit-gradient(linear ,left top, left bottom ,from(#213B73),to(#182e5d));
	background: -o-linear-gradient(top ,#213B73,#182e5d);
	background: linear-gradient(to bottom ,#213B73,#182e5d);
	}
  .mobile-menu-list ul {
	display: block;
	border: none;
	margin: 0;
	padding: 0;
  }
  .mobile-menu-list ul li a {
	color: #ffffff !important;
	border: none;
	font-size: 15px;
	border-bottom: 1px solid #d2d2d221;
	line-height: 35px !important;
	display: block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all 0.3s;
	opacity: inherit;
	padding: 6px 0%;
	font-weight: 400;
	display: block;
	letter-spacing: 0.5px;
	}
  .mobile-menu-list ul li a i {
	margin-right: 10px;
  }
  .mobile-menu-list ul li ul {
	background: none !important;
  }
  .mobile-menu-list ul li ul li a {
	position: relative;
	padding-left: 10px !important;
	padding: 3px 0%;
  }
  .mobile-menu-list ul li ul li a:before {
	content: '\f105';
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	position: absolute;
	left: 12px;
	top: 0;
	line-height: 46px;
	width: 40px;
	height: 46px;
	display: block;
	color: #ffffff;
	opacity: 0;
	}
  .mobile-menu-list ul li ul li ul li a {
	position: relative;
	padding-left: 15px !important;
  }
  .mobile-menu-list ul li ul li ul li a:before {
	left: 22px;
  }
  .mobile-menu-list ul li ul {
	max-height: 0 !important;
	overflow: hidden;
	transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
  }
  .mobile-menu-list ul li.acik > ul {
	max-height: 500px !important;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
  }
  .mobile-menu-list ul li.menu-item-has-children a {
	position: relative;
	overflow: hidden;
  }
  .mobile-menu-list ul li.menu-item-has-children > a:after {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	width: 46px;
	/* font-family: 'Font Awesome 5 Pro'; */
	/* content: 'f178'; */
	height: 100%;
	font-weight: 800;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Font Awesome 5 Pro";
	content: "\f107";
	}
  .mobile-menu-list ul li.menu-item-has-children.acik > a:after {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
  }
  .mobile-menu-listul li a:hover {
	/* background-color: #dcdcdc; */
	/* color: #000 !important; */
	/* -webkit-transition: all .5s; */
	-o-transition: all .5s;
	/* transition: all .5s; */
  }
  .mobile-menu-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #fff;
  }
  .mobile-menu-list::-webkit-scrollbar {
	width: 1px;
	background-color: #fff;
  }
  .mobile-menu-list::-webkit-scrollbar-thumb {
	background-color: #3b559e;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
  }
  .mobile-menus.mobile-menus-active {
	left: 0 !important;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	/* overflow-y: auto; */
  }
  html.mobile-menus-active {
	overflow: hidden;
  }
  nav.mobile-menu-list {
	padding-top: 95px;
	font-family: "Poppins", sans-serif;
	}
  body {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: relative;
	left: 0%;
  }
  body.mobile-menus-active {
	/* left: 65%; */
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
  }
  .menuClose {
	width: 100%;
	position: absolute;
	right: 0;
	height: 100%;
	z-index: 999999999999;
	top: 0;
	background: #202020ab;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: rgb(29 54 106 / 21%);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	}
  .menuClose.mobile-menus-active {
	opacity: 1;
	pointer-events: auto;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
  }
  
  
	 
  
  .mobile-hamburger-menu{
	z-index: 99999;
	display: flex;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	flex-direction: column;
	padding: 10px;
	width: 40px;
	height: 36px;
  }
  
  .mobil-menu-logo img{
	filter: brightness(0) invert(1);
	width: 140px;
  
	
  }
  
  .mobil-menu-inner{
	display: flex;
	align-items: center;
	padding: 10px 0 20px;
	justify-content: space-between;
	position: absolute;
	width: 90%;
  }
  
  .mobil-menu-close{
	color: #ffffffa8;
	font-size: 30px;
  }
  
  .mobil-menu-buttons a{
	font-family: "Nunito", Sans-serif;
	font-weight: 500;
	width: 90%;
	font-size: 16px;
	background-color: #ffffff;
	border-radius: 20px 20px 20px 20px;
	color: #0091ac;
	padding: 15px 4px;
	display: block;
	text-align: center;
	opacity: inherit !important;
	margin-top: 14px;
  }
  
  .mobil-menu-buttons{
	/* display: flex; */
  }
  
  .mobil-menu-buttons-one a{
	font-family: "Nunito", Sans-serif;
	font-weight: 500;
	width: 90%;
	font-size: 16px;
	background-color: #0091ac;
	border-radius: 20px 20px 20px 20px;
	color: #fff;
	padding: 15px 4px;
	display: block;
	text-align: center;
	opacity: inherit !important;
	margin-top: 21px;
	border: 1px solid;
  }
  
  .mobil-menu-buttons-one{
	display: flex;
  }
  
  .mobile-social a:last-child {
	  margin-right: 0px;
  }
  
  .mobile-social a{
	width: 45px;
	height: 45px;
	font-size: 21px;
	color: #ffffff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* background: #fff; */
	border-radius: 100%;
	color: #ffffff;
	margin-right: 23px;
	border: 1px solid;
  }