header.sticky {
	background: #fff;
	padding: 6px 0px;
	position: fixed;
	transition: all 0.8s ease;
} 
.top_header .brand img {
	transition: all 0.8s ease;
}
 .brand img {
	max-width: 80%;
	transition: all 0.5s ease;
} 
.sticky .brand img {
	max-width: 70%;
	transition: all 0.5s ease;
} 
header {
	padding: 2px 0px;
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 999;
	transition: all 0.8s ease;
} 
.menu-toggle { 
	top: 10px;
	right: 9%;
	color: #eeeeee;
	font-size: 2rem;
	cursor: pointer;
	z-index: 1000;
	display: none;
	bottom: 0px;
	margin: auto;
} 
.book_1{
	display: none;
}
nav ul {
	display: inline-block;
	padding: 0px;
	margin: 0px;
}
.header_menu {
	text-align: center;
}
.header_menu ul li {
	display: inherit;
	list-style: none;
	margin-right: 35px;
} 
nav ul li a {
	position: relative;
	font-size: 20px;
	color: #000;
	font-weight: 600;
	font-family: 'Playfair Display', serif;
	letter-spacing: 0.30px;
	padding: 5px 0px 7px 0px;
	line-height: normal;
}
nav ul li a:hover {
	color: #e62020;
}
nav ul li a:last-child{
	margin-right: 0;
}

nav ul li a::before, nav ul li a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #f2a498;
	left: 0;
	transform: scaleX(0);
	transition: all 0.8s ease;
}
nav ul li a::before {
	bottom: 0;
	transform-origin: left;
}

nav ul li a::after{
	bottom: 0;
	transform-origin: right;
}

.overlay{
	background-color: rgba(0,0,0,.95);
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	transition: opacity 650ms;
	transform: scale(0);
	opacity: 0;
  display: none;
}

nav ul li a:hover::before,
nav ul li a:hover::after{
	transform: scaleX(1);
	
}

/*
@keyframes slideIn {
	from{

	}
	to{
		transform: translateX(0);
	}
}
*/

@media screen and (max-width: 992px){

	.menu-toggle{
		display: block;
		position: relative;
	}
	.menu-toggle {
    top: 0px;
}

	nav{
		padding-top: 0;
		display: none;
		flex-direction: column;
		justify-content: space-evenly;
		align-items: center;
		height: 100vh;
		text-align: center;
	}
	nav ul {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 10%;
}

	nav ul{
		flex-direction: column;
	}

	nav ul li{
		margin-top: 20px;
	}

	nav ul li a{
		margin: 0;
		font-size: 2.5rem;
	}
  .overlay.menu-open,
  nav.menu-open{
	  display: flex;
	  transform: scale(1);
	  opacity: 1;
  }
  
}
.btn_header_1 {
	text-align: end;
}
.btn.header_btn a {
	font-family: 'Poppins', sans-serif;
	font-size: 14px !important;
	font-weight: 500;
	letter-spacing: 0.30px;
	margin: 0px;
	padding: 0px;
	color: #fff;
}
.btn.header_btn {
	background: #000000;
	border-radius: 24px;
	vertical-align: middle !important;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
.btn.header_btn:hover {
	background: #fff;
	border: 2px solid black;
}
.btn.header_btn:hover a {
	color: #333;
}


