.cbp-hrmenu {
	width: 100%;
	display:block; text-align:center;
	float:left; margin:0px  0 0 0;	
}
 
/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {width: 100%; display: flex; flex-wrap: wrap; column-gap: 30px;}

.cbp-hrmenu > ul > li {
	display: inline-block;
	margin: 0px 0px;
}
.cbp-hrmenu > ul > li > a {display:block;color:#333333; font-family: 'Poppins-Regular';font-size:16px;line-height: 26px;letter-spacing: -0.23px; padding-bottom: 8px; position:relative;transition:all .5s ease;}  
.cbp-hrmenu > ul > li > a.menu-active{ border-bottom: solid 0px #fff;}
.cbp-hrmenu > ul > li > a:after{position:absolute; content:""; left:0;right: 0px;margin: auto;width: 0px;bottom:0px;background: #007F6F;height:3px;transition:all 0.4s ease;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-o-transition:all 0.4s ease;}
.cbp-hrmenu > ul > li > a.active::after, .cbp-hrmenu > ul > li > a.menu-act::after{ width:100%;}
.dark-bg .cbp-hrmenu > ul > li > a, .is-sticky .cbp-hrmenu > ul > li > a{color: #fff;}
.dark-bg .cbp-hrmenu > ul > li > a:after, .is-sticky .cbp-hrmenu > ul > li > a:after{background: #FFB300;}

.dark-bg .cbp-hrmenu > ul > li > a.active, .is-sticky .cbp-hrmenu > ul > li > a.active{color: #FFB300;}


/*.cbp-hrmenu > ul > li > a.arrow {
    background: rgba(0, 0, 0, 0) url("../img/menu-arrow.png") no-repeat scroll center 30px;
}*/

.cbp-hrmenu > ul > li > a:hover {
	color: #007F6F;
	display: block;
	text-decoration: none;
	background: none;
}

 .cbp-hrmenu > ul > li > a.active {
	color: #007F6F; font-family: 'Poppins-Bold';
	display: block;
	text-decoration: none;
	background: none;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	/*color: #fff;	opacity:1; background:#ab0400; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; text-shadow: 1px 2px 1px rgba(0,0,0,0.4);  -webkit-text-shadow: 1px 2px 1px rgba(0,0,0,0.4); -moz-text-shadow: 1px 2px 1px rgba(0,0,0,0.4); -o-text-shadow: 1px 2px 1px rgba(0,0,0,0.4);*/
	/* color: #fff; */
	/* display: block; */
	/* text-decoration: none; */
}
.cbp-hrmenu > ul > li.cbp-hropen > a:hover
{
	background: #2261a8;
}
 .cbp-hrmenu > ul > li > a.selected, .cbp-hrmenu > ul > li > a.selected:hover{
	/*background:#ab0400; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.4); -webkit-text-shadow: 1px 2px 1px rgba(0,0,0,0.4); -moz-text-shadow: 1px 2px 1px rgba(0,0,0,0.4); -o-text-shadow: 1px 2px 1px rgba(0,0,0,0.4);*/
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	/* display: none; */
	position: absolute;
	/* background:#0047bb; */
	width: 100%;
	padding:0px;
	left:0px;
	right:0;
	margin:0px auto 0px;
	z-index: 9999;
	padding-top: 32px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
	/*background: rgba(255,255,255,0.95);
background: -moz-linear-gradient(left, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.95) 75%, rgba(244,244,244,1) 75%, rgba(244,244,244,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0.95)), color-stop(75%, rgba(255,255,255,0.95)), color-stop(75%, rgba(244,244,244,1)), color-stop(100%, rgba(244,244,244,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.95) 75%, rgba(244,244,244,1) 75%, rgba(244,244,244,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.95) 75%, rgba(244,244,244,1) 75%, rgba(244,244,244,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.95) 75%, rgba(244,244,244,1) 75%, rgba(244,244,244,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.95) 75%, rgba(244,244,244,1) 75%, rgba(244,244,244,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=1 );
*/
}

.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;
	}
}


.mega-list { float: left; width: 100%; margin-bottom:0px; min-height: 138px;}
.mega-list.last { margin-bottom:0;}
 
.cbp-hrmenu > ul > li.cbp-hropen .cbp-hrsub ul li a:after { display:none;}

.cbp-hrmenu > ul > li.drop-menu { position:relative;}
.cbp-hrsub.wid-auto { width: 280px; background:rgba(255,255,255,0.85);  border:1px solid #cdcecd;}
.cbp-hrsub.wid-auto ul li { text-align:left; border-bottom:1px solid #cdcecd;}
.cbp-hrsub.wid-auto ul li a { font-size:14px; color:#000000; padding:20px 20px; display:block;}
.cbp-hrsub.wid-auto ul li a:hover { color:#E95724;}
/*.cbp-hrsub.wid-auto ul li a.selected { color:#E95724;}*/
.cbp-hrsub.wid-auto ul li:last-child { border-bottom:none;}

 
.cbp-out-menu {float: left;width: 100%;background: #007F6F;height: 100%;padding: 60px 0;}
.cbp-hrsub-inner-lst {float:left;width: 100%;}
.cbp-hrsub-inner-lst h2{width: 100%; float: left;text-align: left; color: #FFB300; font-family: 'Poppins-Regular'; font-size: 15px; line-height: 15px; letter-spacing: 1px; margin-bottom: 25px;}
.cbp-hrsub-inner-lst ul{width: 100%; float: left; display: flex; flex-wrap: wrap; column-gap: 5%; row-gap: 30px;}
.cbp-hrsub-inner-lst ul li{flex: 0 1 30%;}
.cbp-hrsub-inner-lst ul li a{float: left;width: 100%; display: flex; flex-wrap: wrap; column-gap: 20px; align-items: center;}
.cbp-hrsub-inner-lst ul li a .menu-img{flex: 0 1 100px; overflow: hidden; border-radius: 8px;}
.cbp-hrsub-inner-lst ul li a .menu-img img{float: left;width: 100%; transition: all 0.5s ease;}
.cbp-hrsub-inner-lst ul li:hover a .menu-img img{transform: scale(1.03);}
.cbp-hrsub-inner-lst ul li a .menu-cnt{flex: 0 1 calc(100% - 120px); }
.cbp-hrsub-inner-lst ul li a .menu-cnt h3{width: 100%; float: left; text-align: left; font-family: 'Poppins-SemiBold'; color: #fff; font-size: 24px; line-height: 32px; letter-spacing: -0.94px; margin-bottom: 5px; display: flex; column-gap: 12px; transition: all 0.5s ease;}
.cbp-hrsub-inner-lst ul li a .menu-cnt h3 span img{filter: brightness(0) invert(1); transition: all 0.5s ease;}
.cbp-hrsub-inner-lst ul li a .menu-cnt p{width: 100%; float: left; text-align: left; font-family: 'Poppins-Light'; color: #fff; font-size: 16px; line-height: 26px; letter-spacing: -0.23px;}
.cbp-hrsub-inner-lst ul li:hover a .menu-cnt h3{color: #FFB300;}
.cbp-hrsub-inner-lst ul li:hover a .menu-cnt h3 span img{filter: brightness(0) saturate(100%) invert(64%) sepia(88%) saturate(1100%) hue-rotate(0deg) brightness(103%) contrast(102%);}


/* 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;
  }

  .cbp-hrmenu > ul > li.cbp-hropen:hover > a{ background: none; color: #007F6F;}
  .is-sticky .cbp-hrmenu > ul > li > a:hover{background: none; color: #FFB300;}
  .dark-bg .cbp-hrmenu > ul > li.cbp-hropen:hover > a{color: #FFB300;}
  
  .inner-header .cbp-hrmenu > ul > li > a {color: #000;}
  .inner-header .scl-links ul li a.in{background: url(../images/instagram.svg) no-repeat;}
  .inner-header .scl-links ul li a.fb{background: url(../images/fb.svg) no-repeat;}
  .inner-header .scl-links ul li a.yt{background: url(../images/youtube.svg) no-repeat;}
  .inner-header .scl-links ul li a.fb:hover {background: url(../images/header-facebook-h.svg) no-repeat; }
  .inner-header .scl-links ul li a.in:hover {background: url(../images/header-instagram-h.svg) no-repeat; }
  .inner-header .scl-links ul li a.yt:hover {background: url(../images/header-youtube-h.svg) no-repeat; }
  .breadcrum.wht .breadcrum-inner{border-top: 1px solid rgba(46, 22, 71, 0.5);}
  .inner-header .hdr-links ul li a.search {background: rgba(46, 22, 71, 0.5) url(../images/header-search.svg) no-repeat center center;}
  .inner-header .hdr-links ul li a.heart {background: rgba(46, 22, 71, 0.5) url(../images/header-favs.svg) no-repeat center;}
  .inner-header .hdr-links ul li a.heart:hover, .search-open .inner-header .hdr-links ul li a.heart:hover, .is-sticky .inner-header .hdr-links ul li a.heart:hover {background: #E95724 url(../images/header-favs.svg) no-repeat center;}
  .inner-header .hdr-links ul li a.search:hover, .search-open .inner-header .hdr-links ul li a.search:hover, .is-sticky .inner-header .hdr-links ul li a.search:hover {background: #E95724 url(../images/header-search.svg) no-repeat center center;} 
  .inner-header .nice-select{color: #2E1647;}
  .inner-header .nice-select::after {border-bottom: 1px solid #2E1647;border-right: 1px solid #2E1647;}
  .inner-header.dark-bg .cbp-hrmenu > ul > li > a {color: #fff;}
  .inner-header.dark-bg .scl-links ul li a.in{background: url(../images/header-instagram.svg) no-repeat;}
  .inner-header.dark-bg .scl-links ul li a.fb{background: url(../images/header-facebook.svg) no-repeat;}
  .inner-header.dark-bg .scl-links ul li a.yt{background: url(../images/header-youtube.svg) no-repeat;}
  .inner-header.dark-bg .nice-select{color: #fff;}
  .inner-header.dark-bg .nice-select::after {border-bottom: 1px solid #fff;border-right: 1px solid #fff;}
  .inner-header .cbp-hrmenu > ul > li > a:hover, .inner-header .cbp-hrmenu > ul > li > a.active {color: #E95724;}
  
  
  .is-sticky .inner-header .logo-top .stick-logo, .search-open .inner-header .logo-top .stick-logo {display: inline-block;}
  .is-sticky .inner-header .logo-top .desk-logo, .search-open .inner-header .logo-top .desk-logo{display: none;}
  .is-sticky .inner-header.dark-bg .nice-select{color: #fff;}
  .is-sticky .inner-header.dark-bg .nice-select::after {border-bottom: 1px solid #fff;border-right: 1px solid #fff;}
  .is-sticky .inner-header.dark-bg .cbp-hrmenu > ul > li > a {color: #fff;}
  .is-sticky .inner-header.dark-bg .scl-links ul li a.in{background: url(../images/header-instagram.svg) no-repeat;}
  .is-sticky .inner-header.dark-bg .scl-links ul li a.fb{background: url(../images/header-facebook.svg) no-repeat;}
  .is-sticky .inner-header.dark-bg .scl-links ul li a.yt{background: url(../images/header-youtube.svg) no-repeat;}
  
  .is-sticky .inner-header.dark-bg .hdr-links ul li a.search {background: rgba(255,255,255,14%) url(../images/header-search.svg) no-repeat center center;}
  .is-sticky .inner-header.dark-bg .hdr-links ul li a.heart {background: rgba(255,255,255,14%) url(../images/header-favs.svg) no-repeat center;}
  
  .is-sticky .inner-header .nice-select, .search-open .inner-header .nice-select{color: #fff;}
  .is-sticky .inner-header .nice-select::after, .search-open .inner-header .nice-select::after {border-bottom: 1px solid #fff;border-right: 1px solid #fff;}
  .is-sticky .inner-header .cbp-hrmenu > ul > li > a, .search-open .inner-header .cbp-hrmenu > ul > li > a {color: #fff;}
  .is-sticky .inner-header .scl-links ul li a.in, .search-open .inner-header .scl-links ul li a.in {background: url(../images/header-instagram.svg) no-repeat;}
  .is-sticky .inner-header .scl-links ul li a.fb, .search-open .inner-header .scl-links ul li a.fb {background: url(../images/header-facebook.svg) no-repeat;}
  .is-sticky .inner-header .scl-links ul li a.yt, .search-open .inner-header .scl-links ul li a.yt {background: url(../images/header-youtube.svg) no-repeat;}
  .is-sticky .inner-header .scl-links ul li a.fb:hover, .search-open .inner-header .scl-links ul li a.fb:hover {background: url(../images/header-facebook-h.svg) no-repeat; }
  .is-sticky .inner-header .scl-links ul li a.in:hover, .search-open .inner-header .scl-links ul li a.in:hover {background: url(../images/header-instagram-h.svg) no-repeat; }
  .is-sticky .inner-header .scl-links ul li a.yt:hover, .search-open .inner-header .scl-links ul li a.yt:hover {background: url(../images/header-youtube-h.svg) no-repeat; }

  .is-sticky .inner-header .hdr-links ul li a.search, .search-open .inner-header .hdr-links ul li a.search {background: rgba(255,255,255,14%) url(../images/header-search.svg) no-repeat center center;}
  .is-sticky .inner-header .hdr-links ul li a.heart, .search-open .inner-header .hdr-links ul li a.heart  {background: rgba(255,255,255,14%) url(../images/header-favs.svg) no-repeat center;}
  
  .is-sticky .inner-header .cbp-hrmenu > ul > li > a:hover, .is-sticky .inner-header .cbp-hrmenu > ul > li > a.active, .search-open .inner-header .cbp-hrmenu > ul > li > a:hover, .search-open .inner-header .cbp-hrmenu > ul > li > a.active {color: #E95724;}

  .is-sticky .nice-select:hover, .search-open .nice-select:hover {  color: #E95724;  }


  .is-sticky .cbp-hrmenu .cbp-hrsub { padding-top: 26px;}




