
.header_menu_3 .link.active{
	border-bottom: 1px solid #fff;
}

.header_3{
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover; 
}
.color-red {
	color:#ec1c24;
}
.subscribe-btn {
	position: absolute;
	right: 5px;
	height: 40px;
	display: flex;
	align-items: center;
	top: 5px;
}

.btn.action-1, .btn.action-1:hover {
  background-color: #000000;
}
.color-main{
	color:#000000;
}
.bg-red{
	background-color: #ec1c24;
}
.color-red{
	color:#ec1c24;
}


.bg-black{
	background-color: rgba(0,0,0,1);				
}

.blur-bg {			
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-size: 60px auto;
  background-repeat: no-repeat;
  background-position: right 3% top 3%;
}

.slider-section .slider_title{
	display: flex;
	align-items: center;
	height: 160px;
}
.slider-section .slider_content{				
	height: 300px;
}


/* About Page Css */
@media screen and (min-width: 992px){
	
	#restaurant2{
		position:absolute;
		right:0;
	}
	
	
	#restaurant4{
		margin-top:-480px;
	}
}
	
#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1;
}

.mobile_top_nav{
	display:none;
}
nav.fixed-top {
  z-index: 1030 !important;
}

@media screen and (max-width: 991px){
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 1rem;
		text-align: center;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item{
		text-align: center;
	}
	
	.mobile_top_nav{
		display:block;
	}
	.header_menu_3{
		display:none;
	}
}

.color-main.link:hover {
  color: #6b2300;
}
.bg-yellow{
	background:#6b2300 !important;
}
.color-yellow{
	color: #6b2300;
}

/* Mobile Top Nav Custom Style */
.dropdown-menu{
	background-color: transparent !important;
	margin-left: 0 !important;
}
.dropdown-item {
	color: #fff;
}