@font-face {
	font-family: 'FontAwesome';
	src: url('../font/fontawesome-webfont.eot');
	src: url('../font/fontawesome-webfont.eot') format('embedded-opentype'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg') format('svg');
	font-display: swap;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	display: block;
	list-style: none;
	position: relative;
	float: right;
}
#cssmenu {
	width: 100%;
	float: left;
}

#cssmenu .lmwcss-menu{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#cssmenu:after, #cssmenu ul:after {
	content: ".";
	clear: both;
	display: block;
	line-height: 0;
	visibility: hidden;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu ul li {
	float: left;
	list-style: none;
	position: relative;
	z-index: 10;
}
#cssmenu ul li a {
	position: relative;
	color: #404041;
	display: block;
	padding: 15px 26px;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.5s ease;
}
#cssmenu a:hover, #cssmenu .on {
	position: relative;
	color: #243f8a;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 1;
	/* font-weight: 500; */
}
#cssmenu ul li a::before {
	content: "";
	position: absolute;
	width: 0%;
	height: 4px;
	/* z-index: -1; */
	bottom: 0px;
	left: 0%;
	visibility: hidden;
	/* background: #8ac54b; */
	/* border: 2px solid #243f8a; */

	background: -moz-linear-gradient(to right, #243f8a 50%, #277bb7 100%);
	background: -webkit-linear-gradient(to right, #243f8a 50%, #285474 100%);
	background: linear-gradient(to right, #243f8a 50%, #277bb7 100%);

	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#cssmenu ul li a:hover:before {
	width: 100%;
	visibility: visible;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#cssmenu ul li a {
	z-index: 1;
}

#cssmenu .on:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: 0px;
	left: 0%;
	visibility: visible;
	/* background: #8ac54b; */

	background: -moz-linear-gradient(to right, #243f8a 50%, #277bb7 100%);
	background: -webkit-linear-gradient(to right, #243f8a 50%, #277bb7 100%);
	background: linear-gradient(to right, #243f8a 50%, #277bb7 100%);

	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mb_menu {
	display: none !important;
}
/* #cssmenu ul ul {
	z-index: 1;
	width: fit-content;
	left: -9999px;
	position: absolute;
	opacity: 0;
	background-color: #fff;
	-webkit-transition: top .2s ease, opacity .2s ease;
	-moz-transition: top .2s ease, opacity .2s ease;
	-ms-transition: top .2s ease, opacity .2s ease;
	-o-transition: top .2s ease, opacity .2s ease;
	transition: top .2s ease, opacity .2s ease;
} */
#cssmenu ul ul li {
	padding: 0;
	text-transform: none;
}
#cssmenu ul > li > ul {
	top: 80px;
}
#cssmenu > ul > li:hover > ul {
	top: 49px;
	left: auto;
	opacity: 1;
}
#cssmenu ul ul > li:hover > ul {
	top: 0;
	opacity: 1;
	left: 230px;
	/* background-color: #243f8a; */
}
#cssmenu ul ul li a {
	width: 200px;
}

@media screen and (min-width:2560px) {
#cssmenu ul li a {
	font-size: 20px;
	padding: 14px 31px;
}
}

@media screen and (min-width:960px) and (max-width:1389px) {
#cssmenu ul li a {
	font-size: 14px;
	padding: 12px 18px;
}
#cssmenu > ul > li:hover > ul {
	top: 42px;
}
}

@media only screen and (min-width:768px) and (max-width:990px) {
#cssmenu ul li a {
	font-size: 13px;
	padding: 12px 18px;
}
#cssmenu > ul > li:hover > ul {
	top: 41px;
}
}

@media all and (max-width: 768px) {
#cssmenu ul, #cssmenu ul ul, #cssmenu ul ul ul, #cssmenu ul, #cssmenu ul li ul, #cssmenu ul li:hover ul, #cssmenu ul ul li:hover ul, #cssmenu ul ul ul li:hover ul {
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
	width: 100%;
	display: none;
	float: right;
	position: relative;
	opacity: 1;
	margin-right: 0%;
	border: 0;
}
#cssmenu ul li {
	float: left;
	width: 100%;
	margin: 0 0 0;
	border-right: 0px;
	text-align: center;
}
#cssmenu ul li a {
	width: 100%;
	font-size: 14px;
	padding: 12px 0;
	border-bottom: 1px solid #bcbcbc;
}
#cssmenu ul ul li a {
	width: 90%;
	padding: 5px 5%;
}
#cssmenu ul ul ul li a {
	width: 70%;
	padding: 5px 15%;
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul li.has-sub > a:after, #cssmenu ul ul li.has-sub > a:before {
	display: none;
}
#cssmenu #menu-button {
	color: #333;
	display: block;
	font-size: 2em;
	cursor: pointer;
	text-align: right;
	text-transform: uppercase;
	top: -1.8rem;
}
#cssmenu #menu-button:hover {
	color: #243f8a;
}
#cssmenu #menu-button:after {
	content: " ";
	font-family: FontAwesome;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
#cssmenu ul li a:hover {
	/* background-color: #f5f5f5; */
	background: linear-gradient(to right, #243f8a 50%, #277bb7 100%);
	color: #fff;
}
#cssmenu ul li a:hover:before {
	visibility: hidden;
}
#cssmenu .on:before {
	visibility: hidden;
}
#cssmenu .on {
	background-color: #f5f5f5;
}
.mb_menu {
	display: block !important;
}
.open {
	height: 300px;
	overflow-y: scroll;
}
}

@media only screen and (max-width:767px) {
#cssmenu ul, #cssmenu ul ul, #cssmenu ul ul ul, #cssmenu ul, #cssmenu ul li ul, #cssmenu ul li:hover ul, #cssmenu ul ul li:hover ul, #cssmenu ul ul ul li:hover ul {
	width: 100%;
	margin: 6% 0 0;
}
#cssmenu #menu-button {
	font-size: 2em;
}
#cssmenu ul li a {
	padding: 3% 0;
	font-size: 12px;
}

.head-btn{
    display: none;
}



}

@media only screen and (min-width:480px) and (max-width:767px) {
#cssmenu ul, #cssmenu ul ul, #cssmenu ul ul ul, #cssmenu ul, #cssmenu ul li ul, #cssmenu ul li:hover ul, #cssmenu ul ul li:hover ul, #cssmenu ul ul ul li:hover ul {
	width: 420px;
	margin: 6% 0 0;
}
#cssmenu ul li a {
	font-size: 13px;
}
.open {
	height: 200px;
}


}

@media only screen and (max-width:414px) {
    #cssmenu ul, #cssmenu ul ul, #cssmenu ul ul ul, #cssmenu ul, #cssmenu ul li ul, #cssmenu ul li:hover ul, #cssmenu ul ul li:hover ul, #cssmenu ul ul ul li:hover ul {
    width: 100%;
    margin: 1.3rem 0 0;
}

}
