.menu--keo .heading_lstnav{
	justify-content:center;
	gap: 10px;
	margin-top:10px;
}
.menu--keo .heading_lstnav li{
	margin-left:0;
}
.menu--keo .heading_lstnav li a{
	color:#181819;
	display: flex;
	width: 159px;
	padding: 8px 10px;
	justify-content: center;
	align-items: center;
	height:auto;
		border-radius: 4px;
	background: var(--Monotone-500, #E9E9ED);
	
	
	color: var(--Monotone-1800, #181819);
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 21px */
text-transform: capitalize;
	border:0
	}
.menu--keo .heading_lstnav li.current_page_item a{
	background: var(--New-title, #7C0E0E);
	color:#fff
}
.title-page.knc {
	margin-top:40px;
	padding-bottom:0
}
.title-page.knc h2.htt2 {
  
    background: linear-gradient(270deg, #FA0000 -0.53%, #7B0000 123.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 32px;
    font-style: italic;
    font-weight: 900;
    line-height: 150%;
    text-transform: uppercase;
}
.pb0{
	padding-bottom:0;
}
.mb20{
	margin-bottom:20px;
}
.mb40{
	margin-bottom:40px;
}
.h10{
	height:10px;
}
.h20px{
	height:20px;
}

.alink{
	color:#7c0e0e;
	
}
.aun{
	text-decoration:underline;
}


.list--tags{
	
	margin-top:40px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.list--tags .tags{
	flex:0 0 calc(33.333333% - 16px);
	max-width:calc(33.333333% - 16px);
	
	border-radius: 8px;
background: #FFF;

backdrop-filter: blur(7.5px);
}
.list--tags .tags a{
	padding:10px;
	width: 100%;margin-bottom:-3px;
	
			color: var(--Monotone-1800, #181819);
leading-trim: both;

text-edge: cap;
font-family: Inter;
font-size: 14px;text-transform: capitalize;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 21px */
	
}
#header-nav .menu-box-bg{
	padding-right: 5px !important;
}
#header-nav .menu-box-bg a{
	padding: 20px !important;
	max-width: 100%;
    overflow: hidden;
}

.menu-box-bg.banner-top-menu a *{
	display: block !important
}
.menu-box-bg a .menu-image-title{
	position: relative;
    z-index: 1;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    margin-left: 120px;
    padding-left: 0;
    margin-top: 0 !important;
	background: transparent !important;
}
.menu-box-bg a img.menu-image-title-after{
    float: left !important;
    position: relative;
    z-index: 1;
    width: 100px !important;
    height: auto !important;
 
}
.menu-box-bg a .menu-image-title:after{
	content:"";
	background: url("/wp-content/uploads/2024/10/rating-1.png");
	display: block;
    width: 110px;
    height: 18px;
    margin-top: 10px;
    background-size: cover;
}
.menu-box-bg a .img--top{
	position: absolute;
    top: 0;
 	left: 4px !important;
    z-index: 0;
}
.menu-box-bg a .menu-item-description{
	color: #E9E9ED !important;
    position: relative;
    display: block;
    margin-left: 120px;
    max-width: 734px;
    font-family: Inter;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}
#header-nav .menu-title-mobile{
	display: none !important;
	padding-left: 10px;
}
@media screen and (max-width:991px) {
	.bvlqp{
		display:none !important;
	}
	 .banner-top-menu a .img--top {
        display: block !important;
    }
	.menu-box-bg a img.menu-image-title-after{
		width: 36px  !important;
	}
	#header-nav .menu-box-bg a{
		white-space: initial;
	}
	#header-nav .menu-box-bg .menu-title-mobile{
		display: block !important;
	}
	
	

}

@media screen and (max-width: 768px) {
	.list--tags .tags{border-radius: 4px;
	flex:0 0 calc(50% - 2.5px);
	max-width:calc(50% - 2.5px); 
		

	}

}

.wp-caption {
    max-width: 100% !important;
}
.wp-caption img {
    max-width: 100%;
    height: auto;
}


