@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito Regular'), local('Nunito-Regular'), url(nunito-regular.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito Regular'), local('Nunito-Regular'), url(nunito-regular.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito Regular'), local('Nunito-Regular'), url(nunito-regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/*Basic reset*/

* {
	margin: 0; 
}

#main_menu ul
{
	padding: 0;
}
body {
	background: #eff0f1;
	font-family: Nunito, arial, verdana;
}

div {
	display : block;
}

#menu 
{
	/*background: #004050;*/
	width: 100%;
	margin: auto;
	color: white;
	margin: 0 auto;
	max-width: 650px;
	padding-left : 10px;
}

/*heading styles*/
#menu h3 
{
	float: left;
	font-size: 12px;
	line-height: 34px;
	padding: 0 10px;
	cursor: pointer;
	/*background: #003040; */
}

/*heading hover effect*/
#menu h3:hover 
{
	text-shadow: 0 0 1px rgba(30, 34, 194,0.7);
/*	text-shadow: 0 0 1px rgba(30, 34, 194, 0.7);*/
}
/*iconfont styles*/
#menu h3 span 
{
	font-size: 16px;
	margin-right: 10px;
	font-family: FontAwesome
}
/*list items*/
#menu li 
{
	list-style-type: none;
}
#menu_item li 
{
	list-style-type: none;
}
#menu_item 
{
	clear : both;
    /*background: #003040; */
   
    height: 25px;
	display : none;
	width: 100%;	
	margin: 0 auto;
	max-width: 650px;
}

#menu_item ul li a 
{
	float : left;
	color: white;
	text-decoration: none;
	font-size: 11px;
	line-height: 27px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}

    
#menu_item_Home, #menu_item_Cmdi, #menu_item_XSS, #menu_item_Sqli, #menu_item_Web\ Service, #menu_item_JWT, #menu_item_Other, #menu_item_Redis
{
	display : none;
	border-bottom: 1px solid #1ae9bb;
}



