.cbp-hrmenu {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	float:left; margin: 0px 5px;	
}
/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.cbp-hrmenu > ul { display: flex;
  align-items: center;
  justify-content: center;}
/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 100%;
	margin: 0 auto;
	
}
.cbp-hrmenu > ul > li {
	display: flex;
  align-items: center;
  justify-content: center;
	margin: 0px 21px;
	padding: 20px 0px;
}
.cbp-hrmenu > ul > li:first-child{ margin-left:0px;}
.cbp-hrmenu > ul > li:last-child{ margin-left:0px; margin-right: 0px;}
.cbp-hrmenu > ul > li > a {padding: 0px 0px;display:inline-flex; width: 220px; height: 30px; align-items: center; justify-content: center; border-radius: 30px; border: 1px solid transparent; color:#101820;font-size:14px;line-height: 24px; font-family: 'Manrope-Medium'; /*margin-bottom:23px;*/position:relative;transition:all .5s ease;}  
.cbp-hrmenu > ul > li > a.menu-active{ border-bottom: solid 0px #fff;}
.cbp-hrmenu > ul > li > a:hover { font-size: 14px; font-family: 'Manrope-Medium'; border: 1px solid #101820; }
.cbp-hrmenu > ul > li > a.active {color: #FCFBF6; background: #101820; font-family: 'Manrope-Medium';text-decoration: none;font-size: 14px; border: 1px solid #101820;}
.dark-bg .cbp-hrmenu > ul > li > a:hover, .dark-bg .cbp-hrmenu > ul > li > a.active {color: #000000;}

/* .cbp-hrmenu > ul > li > a::before { font-family: 'Manrope-Medium'; display: block; content: attr(title); font-size: 14px;height: 1px;color: transparent;overflow: hidden;visibility: hidden;} */
.cbp-hrmenu > ul > li.cbp-hropen a { font-family: 'Manrope-Medium';}
/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	/* display: none; */
	position: absolute;
	/* background:rgb(67, 67, 67,0.98); */
	width: 1000px;
	padding:0px;
	left:auto;
	right:-300px;
	top:100%;
	margin:0px 0px;
	z-index: 99999;
	/* box-shadow: 0px 10px 12px rgba(0,0,0,0.4); */
	padding-top: 22px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}
.cbp-hrmenu > ul > li:nth-child(2) > .cbp-hrsub { right: -60px;}

.cbp-hropen .cbp-hrsub {
	/* display: block;	 */
	opacity: 1;
	visibility: visible;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	background: #ffffff none repeat scroll 0 0;
    float: left;
    margin: 0 9px 0 0;
    padding: 6px 6px 10px 6px;
    width: 15.1%;
}

.cbp-hrmenu .cbp-hrsub-inner > div:last-child { margin:0;}
.menu-title { color: #4d3437; font-size: 18px;}
.cbp-hrmenu .cbp-hrsub-inner img {width:100%;}
.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}
.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}
.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
}
.cbp-hrsub h4 {
	color: #afdefa;
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 160%;
	font-weight: 300;
}

/* Examples for media queries */

@media screen and (max-width: 52.75em) { 

	.cbp-hrmenu {
		font-size: 80%;
	}

}

@media screen and (max-width: 43em) { 

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {
		display: block;
		border-bottom: 4px solid #ededed;
	}

	.cbp-hrmenu > ul > li > a { 
		display: block;
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

}

@media screen and (max-width: 36em) { 
	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
}

.cbp-out-menu {float: left;width: 100%;height: 100%;padding:25px 25px; background: #fff; border-radius: 8px; box-shadow: 0px 4px 4px rgba(0,0,0,0.2); }  
.menu-lft {float:left;width: 50%;text-align:left;border-right: none; }
.mega-list ul { display: flex; flex-wrap: wrap; row-gap: 12px; }
.mega-list ul li { flex: 0 1 100%; text-align: left; }
.mega-list ul li a { color: #101820; font-size: 27px; line-height: 1.2; font-family: 'Manrope-Medium'; transition: all 0.5s ease; }
.mega-list ul li a:hover { opacity: 0.7; }

.menu-rht{ float:left; width:50%; border-radius: 10px; overflow: hidden; position: relative; }
.menu-rht img { float: left; width: 100%; }
.menu-cont { position: absolute; left: 0px; top:0px; width: 100%; height: 100%; padding: 15px 25px; text-align: left; display: flex; flex-direction: column; justify-content: space-between;}
.menu-txt h2 { color: #FCFBF6; font-size: 20px; line-height: 1.2; font-family: 'Manrope-Medium'; margin-bottom: 5px; }
.menu-txt p { color: rgba(252,251,246,0.7); font-size: 20px; line-height: 1.2; font-family: 'Manrope-Medium'; }
a.menu-btn { display: inline-flex; height: 47px; align-items: center; background: #101820; padding: 0px 25px; color: #fff; font-size: 14px; line-height: 1.2; font-family: 'Manrope-Medium'; border-radius: 25px; transition:all .5s ease; }
a.menu-btn:hover { background: rgba(16, 24, 32, 0.8); }

/* Works on Firefox */
.cbp-out-menu{
scrollbar-width: thin;
scrollbar-color: #f5f5f5 #ddd;
}

/* Works on Chrome, Edge, and Safari */
.cbp-out-menu::-webkit-scrollbar {
width: 10px;
}

.cbp-out-menu::-webkit-scrollbar-track {
background: #ddd;
}

.cbp-out-menu::-webkit-scrollbar-thumb {
background-color: #f5f5f5;
border-radius: 20px;
border: 3px solid #ddd;
}