.lgray {}

.lgray a {
	text-decoration: none;
}

.lgray>li>a {
	margin: 0px 0px;
	padding: 9px 12px 19px;
	margin: 0px 3px;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	font-family: var(--thirdaryFont);
	color: #423e33;
	transition: all 0.5s;
	position: relative;
}

.lgray>li>a:after {
	border-right: 1px solid #ddd;
	content: '';
	position: absolute;
	right: -4px;
	height: 10px;
	top: 15px
}

.lgray>li:last-child>a:after {
	border: none;
}

.lgray>li>a.active {
	color: var(--fontColorDark);



}

.lgray>li:hover>a {
	color: var(--fontColorDark);

}

.lgray>li {
	margin-left: 1px;
}


.lgray>li.floatr {}

.lgray>li>a img,
.lgray li>ul>li>a img {
	border: 0;
	margin-right: 7px;
}

.menu li.non {
	position: static !important;
}


/* sub menu ------------------------------ */

.lgray ul {
	top: 49px;
	/* background: url(../images/jute3.jpg); */
	background-color: white;
	padding: 0px;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	border-radius: 6px;

	left: 3px;
}

.lgray ul ul {
	background: #0f73bc;
}

.lgray ul ul ul {
	background: #0a5d9a;
}


.lgray>li.floatr>ul {
	right: -1px;
	left: auto;
}

.lgray>li.floatr>ul ul {
	left: -127px;
}

.lgray ul a {
	color: #443c34;
	text-transform: uppercase;
	font-family: var(--thirdaryFont);

	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	padding: 15px 20px;
	border-bottom: 2px dashed rgba(0, 0, 0, 0.2);
}

.lgray ul li:last-child a {
	border: none;
}

.lgray ul a:hover {
	background: rgba(0, 0, 0, 0.15);


}

.lgray ul ul li:first-child a {
	border-top-color: #b3b3b3;
}

/* mega menu ----------------------------- */

.lgray li>div {
	background-color: #fff;
	border-top: none;
	left: -1px;
	-webkit-box-shadow: 0 0px 3px #ccc;
	-moz-box-shadow: 0 0px 3px #ccc;
	box-shadow: 0 0px 3px #ccc;
	padding: 10px 20px;
}

.lgray>li.floatr>div {
	right: -1px;
	left: auto;
}

.lgray h4,
.lgray h5 {
	margin: 0;
	padding: 0;
}

.lgray h4 {
	font-size: 15px;
	color: #888;
	font-weight: normal;
	margin: 10px 10px 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
}

.lgray h5 {
	font-size: 14px;
	color: #444;
	font-weight: bold;
	margin: 10px 10px 0;
}

.lgray ol {
	list-style: none;
	margin: 7px 0px;
	padding: 0;
}

.lgray ol li ol a {
	color: #777;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 0;
}

.lgray ol a {
	color: #777;
	font-size: 13px;
	font-weight: bold;
	padding: 7px 0;
}


.lgray ol a:hover {
	color: #444;
}