@font-face {
	font-family: "head";
	src: url("../../fonts/RobotoCondensed-Regular.ttf"); /* IE9 Compat Modes */  
	font-weight: normal;
	font-style: normal;
  }

.detail{
	width: 100%;
	margin-top: 25px;
	background-color: #273734;
	border-radius: 15px;
	padding: 20px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.nameh1{
	width: 100%;
	
	background-color: #273734;
	border-radius: 15px;
	line-height: 15px;
	text-align: center;
	font-size: 17px;
	color: #fff;
}
.font{
	
	font-size: 	15px;
}
.nrfont{
	padding: 0 5px 0 5px;
	font-size: 	12px;
	font-weight: bold;
}
.nrfont:hover{
	padding: 0 5px 0 5px;
	font-size: 	12px;
	color: #0b1e88;
	font-weight: bold;
}
.linht{
	line-height: 15px;
}