<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap&amp;subset=latin-ext');


body{
	background-color:transparent;
}
p 
{ 
	padding:0px; margin:0px;
}
.pagemaster {
	width: 100%;
	background-image:transparent;
}
.skinmaster {
	background-color:transparent;
}
.extrapane {
	vertical-align:top;
	background-color: transparent;
}

.logopane {
	vertical-align:top;
	background-color: transparent;
}

.bannerpane {
	vertical-align:top;
	background-color: transparent;
}
.leftpane {
	vertical-align:top;
	background-image:transparent;
	
	}
.contentpane {
	background-image:transparent;
	vertical-align:top;
	padding-right:4px;
	padding-left:4px;
}
.rightpane {
	vertical-align:top;
	background-image:transparent;
	
}
.toppane {
	vertical-align:top;
	background-image:transparent;
}
.bottompane {
	vertical-align:top;
    background-color: #000000;
}
.extrabottompane {
	background-image:transparent;
	vertical-align:top;
}
.main_dnnmenu_container {
	background-color: transparent; 
}


* Navigation scroll
*/
.nav-container{ background-color: rgba(255,255,255,.85);}
.f-nav{ z-index: 9999; position: fixed; top: 0; width: 100%; box-shadow: 0 8px 6px -6px rgba(0,0,0,.4); background-color: rgba(255,255,255,.85); animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;  vertical-align: center;} /* this make our menu float top */


.main_dnnmenu_bar 
{
	cursor: pointer; 
	cursor: hand; 
	display:table;
	height:32px;
}
.main_dnnmenu_submenu 
{
	width:180px;
	z-index: 1000; 
	cursor: pointer;                  
	cursor: hand; 
	margin-top: -12px;
	/* for IE */
    filter:alpha(opacity=85);
    /* CSS3 standard */
   	opacity:0.85;
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
	/* transform: perspective(600px) rotateX(-90deg);*/
	/* For IE 8 */
	-ms-filter: "progidXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progidXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); */
}

/* Animated Underline */
.main_dnnmenu_rootitem:after  { /*TD if menu option for using tables is on*/
  position: absolute;
  content: '';
  width: 0;
  height: 3px;
  background: #abd373;
  top: 70%;
  left: 0;
  opacity: 0;
  z-index: -1;
  -wekkit-transition: all .3s;
  transition: all .3s;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	position: relative;  /* Animated Underline */
	background-position: left;
	color: #58595b; 
	font-size: 15PX; 
	font-weight: 500; 
	font-family: Poppins, sans-serif;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    display:inline-block;	  
    text-align:center;
	text-transform: capitalize;
    padding: 30px 20px 30px 20px;
	transition: all 0.3s ease-out 0s;
}

/* Animated Underline */
.main_dnnmenu_itemhover:after {
  width: 100%; /* increase underline width to 100% */
  opacity: 1;
}

.main_dnnmenu_itemhover {
/*	background-image:none;*/
	color:#abd373;
	transition: all 0.3s ease-out 0s;
	padding: 30px 20px 30px 20px;
	
}

.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	height:32px;
	color: #666666; 
	font-weight: 400;
	font-size: 13px; 
	font-style: normal; 
	font-family: Poppins, sans-serif;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 6px 2px 6px 2px;	
	border-bottom:1px solid #e3e3e3;
	background-image: url(image/Submenu.jpg);
	transition: all 0.3s ease-out 0s;
}

.main_dnnmenu_itemhover td {  
	color:#abd373;
    padding: 6px 2px 6px 2px;	
	transition: all 0.3s ease-out 0s; 
	
}
.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.text
{
	color:#ececec;
	font-family: Poppins, sans-serif;
	font-weight: 400;
    font-size: 14px;
	line-height: 16px;
}
a.text:link, a.text:visited{
text-decoration: none;
color:#ececec;
}
a.text:hover{
color: #ececec;
}
a.text:active{
color: #ececec;
}

.secondtext
{
	color:#ececec;
	font-family: Poppins, sans-serif;
	font-weight: 400;
    font-size: 14px;
	line-height: 16px;
}
a.secondtext:link, a.text:visited{
text-decoration: none;
color:#ececec;
}
a.secondtext:hover{
color: #ececec;
}
a.secondtext:active{
color: #ececec;
}


</pre></body></html>