#nav,
#nav ul {
	padding: 0 0 0px 0;
	margin: 0 !important;
	list-style: none;
	z-index: 9998;
}

/* #nav li ul {margin:0px 0 0px 0px;} */

#nav li ul {
	margin: 10px 0 0px 0px;
	display: none;
	margin: 0;
}

#nav {
	/* height:55px;  */
	padding: 0;
	border: 0px #000 solid;
	width: auto;
	display: inline-block;
	height: 100%;

	height: 30px;
}

#nav li {
	float: left;
	text-align: left;
	background: none;

	height: 100%;
	/* margin-right:0px; */
	/* position:relative; */
	/* margin-right: 10px; */
	/* padding: 0 10px; */

}

#nav li li {
	float: none;
	border: 0px #ccc solid;
	background: none;
	/* box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px; */
}

/* a hack for IE5.x and IE6 */
* html #nav li li {
	float: left;
}

#nav li a {
	position: relative;
    text-decoration: none;
    padding: 0;
    font-size: 13px;
    font-weight: normal;
    box-sizing: border-box;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px 0 0;
    transition: color .3s linear;
    line-height: 13px;
    letter-spacing: 0.05em;
	font-family: var(--heading-font);

	gap: 5px;
}

#nav li a:not(:first-child) {
	margin: 0 20px;
}

/* #nav li a:first-child{
	margin-right: 20px;
} */

/* #nav li a:after{
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: none;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  border-bottom: 3px solid #787878;
} */
#nav li ul.submenu_scroll a{
	transition: color .3s linear;
}
/* #nav li a:hover { */
#nav li ul.submenu_scroll a:hover {
	background-position: 0;
	/* color: #787878 !important; */
	/* border-bottom: 2px solid #787878; */
	color:#f28241 !important;
}

#nav li a:hover::after {
	visibility: visible;
	width: 100%;
}

#nav li li a {
	/* height:30px; 
	line-height:30px;  */
	float: none;
	/* font-size:9pt !important;  */
	font-size: 13px !important;
	background: none;
	/* font-weight: 500; */
	letter-spacing: 0px !important;
	/* color: #333 !important; */
	padding: 3px 0;


	/* line-height: 0px !important; */
	/* height: 40px !important; */
}

#nav li li td a {
	/* height:15px;  */
	line-height: 30px;
	float: none;
	color: #2a166f;
	background: none;
	text-transform: capitalise !important;
}

#nav li li td a.sub_menulink:hover {
	font-weight: normal;
}

#nav li li td a.sub_menulink:hover,
#nav li li td a.sub_menulink2:hover {
	text-decoration: none;
	background: none;
}

#nav li li td a:hover {
	color: #ce0000;
	text-decoration: none !important;
	background: none;
}

#nav li li td a.sub_menulink2 {
	font-weight: normal;
	font-size: 13px !important;
	text-transform: capitalize !important;
	margin-top: 0;
}

#nav li li td a.sub_menulink2:hover {
	color: #787878 !important;
}

/* #nav li li td a.menu_sub_title {
	color: #2a2a2a;
	font-weight: 700 !important; */
	/*height:25px;*/
	/* padding-top: 0px;
	background: none;
} */

/* #nav li li a.menu_sub_title {
	color: var(--main-color) !important;
	font-size: 13px!important;
	font-weight: 700 !important;
	padding-top: 0px;
	background: none;
	display: flex !important;
	width: auto !important;
	margin-bottom: 10px;
} */

.main_category_content i {
	text-align: right;
	margin: auto;
	font-size: 16px;
	color: #787878;
	cursor: pointer;
}

.main_category_content:hover i {
	color: #000 !important;
}

#nav li li td a.sub_menulink2 {
	line-height: 10px;
	height: 21px !important;
	margin-bottom: 3px;
}

#nav li li td a.menu_sub_cat {
	float: none;
	font-size: 9pt;
	color: #fff;
	padding-bottom: 3px;
	font-size: 9.5pt;
}

#nav li:hover {
	z-index: 300;
	background: none;
}

#nav li:hover ul {
	/* top: 96px;
	border-top: 0px #000 solid;
	border-bottom: 1px #ddd solid;
	padding: 0px 0px 0px 0px;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	min-width: 200px;
	background: #fff;
	left: 0px; 
	box-sizing:border-box; */
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

#nav li:hover ul li {
	opacity: 1 !important;
}

/* another hack for IE5.5 and IE6 */
* html #nav li:hover ul {
	left: 10px;
}

/* #nav ul { */
#nav ul.submenu_scroll {

	position: absolute;
	/* left:-9999px;   */
	/* top:-9999px; */
	/* transform: translateY(8px); */
	top: 100%;
	/* left: 0; */
	visibility: hidden;
	opacity: 0;
	/* width: 100%; */
}


/* yet another hack for IE5.x and IE6 */
* html #nav ul {
	width: 1px;
}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover>ul {
	left: 0px;
	margin-left: 100%;
	top: -1px;
	background: #fff;
	padding: 5px 0px 10px 0px;
}

/* keep further levels hidden */
#nav li:hover>ul ul {
	position: absolute;
	/* left:-9999px; 
	top:-9999px;  */
	width: auto;
}

/* show path followed */
#nav li:hover>a {
	color: #000;
	/* display: inline-block; */
}

/* #nav li:hover ul{ */
#nav li:hover ul.submenu_scroll {
	/* position: absolute; */
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
	/* background: #fff; */
	transform: none;
	/* min-width: 600px; */
	/* padding: 4.6rem 0 4.6rem 4.8rem; */
	display: block;
	/* left: 0;
    right: 0; */
	width: fit-content;
	max-width: 70%;
	transform: translateY(-22px);

	background-color:var(--white-color);
}

#nav li:hover a.dropdown {
	/*box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);*/
	/* color: #787878 !important; */
	/* border-bottom: 2px solid #787878; */
}

ul.submenu_scroll {
	/* background:none; */
	/* margin-top: 1rem !important; */
	/* background-color: #fff; */
	transition: all .5s ease;
}

#nav li:hover ul.submenu_scroll {
	/* background:none; */
	/* margin-top: 0rem !important; */
}

/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul {
	left: 0px;
	margin-left: 100%;
	top: -1px;
	border: 0px #ccc solid;
}

/* keep further levels hidden */
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

/* show path followed */
#nav li:hover li:hover a,
#nav li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover li:hover a {
	/*text-decoration:none; color:#fff; font-size:8pt;font-weight:normal;*/
}

#nav li:hover a {
	background-position: 0;
	/* border-top: 4px #fff solid; */
	/* border-bottom: 4px #000 solid; */
}

#nav li:hover li a,
#nav li:hover li:hover li a,
#nav li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li:hover li a {
	text-decoration: none;
	color: #2a166f;
	font-weight: normal;
}

/* hide futher possible paths */
#nav li:hover li a,
#nav li:hover li:hover li a,
#nav li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li:hover li a {
	text-decoration: none;
	color: #2a166f;
	font-size: 10pt;
	letter-spacing: 0px;
	/*font-weight:normal;*/
	font-weight: 500;
	width: 100%;
	/*line-height:30px;*/
	border-bottom: 0px #000 solid;
}

#nav li:hover li:hover,
#nav li:hover li:hover li:hover,
#nav li:hover li:hover li:hover li:hover,
#nav li:hover li:hover li:hover li:hover li:hover {
	position: relative;
	z-index: 300;
	background: none;
}

#nav li li A.special_link {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	border-bottom: 0px #000 solid;
	background: none;
}

#nav li .special_link:hover {
	text-decoration: underline;
	color: #fff;
	font-weight: normal;
	border-bottom: 0px #000 solid;
	background: none;
}

/* a.menu_sub_title {
	font-size: 8pt !important;
	color: #2f2f2f;
	font-weight: normal;
	display: inline-block;
	letter-spacing: 1.5px !important;

	
} */

/* #nav li li a.menu_sub_title:hover */

/* ,
#nav li li .main_category_content:hover a.menu_sub_title */
	/* {
	color: #000 !important; */
	/* border-bottom:3px #000 solid !important; */
/* } */

/* #nav li li .main_category_content:hover i{
	color:#000 !important;
	transition: right .3s linear;
	right: .5rem;
} */

span.category_subtitle {
	display: inline-block;
	/* float:left; */
	width: 100%;
	font-size: 10pt;
	letter-spacing: 1px;
	font-weight: 600;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#nav li li a.sub_menulink {
	/* font-size: 11pt !important;
	color: #333;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: capitalize;
	text-decoration: none;
	border: 0px #000 solid; */
	/* margin:0px; */
	/* margin: 1rem;
	width: 100%;
	display: inline-block;
	padding: 6px 0px;
	line-height: 16px;
	height: auto !important; */

	
}

#nav li li a.sub_menulink:hover {
	color: #000 !important;
	text-decoration: none;
	border-bottom: 0px #fff solid !important;
	margin-left: 5px;
}

.header_bar {
	position: relative;
    background: none;
    width: 100%;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 3px 0px;


	/* border-bottom: 1px solid #dedede; */

}

.header_center_menu {
	display: inline-block;
	z-index: 9999;
	box-sizing: border-box;
	margin: 0px;
	vertical-align: middle;
	text-align: center;

	align-items: center;

	padding: 0px 0 0;

	height: 100%;
	flex: 3;

}

.header_left_menu {
	z-index: 10003;
	border: 0px #ccc solid;
	box-sizing: border-box;
	text-align: left;
	/* padding: 10px 0px 10px 0px; */

	flex: 1;
}

.header_center_menu .logo img {
	width: 100%;
	max-width: 300px;
}

.header_right_menu {
	z-index: 9999;
	box-sizing: border-box;
	padding: 0;
	text-align: right;

	display: flex;
	align-items: center;
	justify-content: flex-end;

	flex: 1;
	position: relative;

	gap: 10px;
}

/* .header_right_link {
	position: relative;
	margin: 15px 20px 15px;
} */

.headerlink_img {
	padding: 0px 0px 0px 0px !important;
	display: inline-block;
	text-align: center;
	min-width: 42px;
	border: 0px #000 solid;
	position: relative;
	cursor: pointer;
}

.headerlink_img img {
	width: 25px;
	margin-right: 7px;
}

.headerlink_img i {
	font-size: 16pt;
}

.top_headerbg {
	color: var(--main-color);
	background: var(--white-color) !important;
	font-size: 9pt;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	width: 100%;
	border-bottom: 1px #dedede solid;

}

/* .top_headerbg:hover {
	background: #fff !important;
} */

A.main_link:hover,
A.dropdown:hover {
	color: var(--footer-color) !important;
}

#nav li{
	position: relative;
}

.dropdown{
	position: relative;
}

.sub_nav,
.sub_nav_2{
	background-color:var(--white-color);
    padding: 10px 20px;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 4px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 4px 10px #0000001a;
	width: 220px !important;
	/* padding: 20px 13px !important; */
	padding: 20px 10px !important;
	margin: 0 12px !important;
}

.sub_nav{
	position: absolute;
}

.sub_nav_2{
	/* left: 100%; */
    top: -15px;
    z-index: 1;

	position: absolute;
    /* right: -11px; */
    right: 0 !important;
    transform: translate(89%, -5%) !important;
}

/* .sub_nav_box, */
.sub_nav_box_2,
.menu_sub_link{
	padding: 0 10px !important;
}

.sub_nav_box:hover,
.sub_nav_box_2:hover,
.menu_sub_link:hover{
	background-color: #f2f2f2 !important;

}

.sub_nav_box:hover,
.menu_sub_link:hover,
.sub_nav_box_2:hover{
	border-radius: 0px;
}

.menu_sub_link,
.menu_sub_title,
.menu_sub_link_2{
	font-size: 13px !important;
	line-height: 24px !important;
	font-weight: normal !important;
	color: var(--footer-color) !important;

	-o-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-khtml-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;

	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.menu_sub_link,
.menu_sub_link_2{
	height: unset !important;
}

.menu_sub_link{
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	line-height: 24px !important;

}

.menu_sub_link i,
.dropdown i{
	font-size: 11px;
}

.menu_sub_link i{
	color: var(--footer-color) !important;
}

.dropdown i{
	color: var(--main-color) !important;
}

.dropdown:hover i{
	color: var(--footer-color) !important;
}

#nav li:hover .sub_nav,
.sub_nav li:hover .sub_nav_2{
	display: block !important;
}

@media screen and (max-width: 1350px) and (min-width: 1140px) {
	/*#nav li a {border:0px #ccc solid;display:block; float:left; color:#fff; margin:0 15px 0 15px; height:70px; line-height:70px; text-decoration:none; white-space:nowrap; text-transform: uppercase; font-size:9.5pt;font-weight:600;letter-spacing:1.5px;}
	
	#nav li:hover ul {left:0px; top:74px;
	}*/
}

@media only screen and (max-width: 610px) {
	.headerlink_img {
		justify-content: flex-end;
		text-align: right !important;
	}

    .headerlink_img img {
		margin-right: 0px;
	}
}

