@charset "UTF-8";

/*----------Text Styles----------*/
.ws6 {font-size: 8px;}
.ws7 {font-size: 9.3px;}
.ws8 {font-size: 11px;}
.ws9 {font-size: 12px;}
.ws10 {font-size: 13px;}
.ws11 {font-size: 15px;}
.ws12 {font-size: 16px;}
.ws14 {font-size: 19px;}
.ws16 {font-size: 21px;}
.ws18 {font-size: 24px;}
.ws20 {font-size: 27px;}
.ws22 {font-size: 29px;}
.ws24 {font-size: 32px;}
.ws26 {font-size: 35px;}
.ws28 {font-size: 37px;}
.ws36 {font-size: 48px;}
.ws48 {font-size: 64px;}
.ws72 {font-size: 96px;}
.wpmd {font-size: 13px;
font-family: 'Arial';font-style: normal;font-weight: normal;}
/*----------Para Styles----------*/
DIV,UL,OL /* Left */
{
 margin-top: 0px;
 margin-bottom: 0px;
}

.gnav{

font-weight: bold;
list-style: none;
display: flex;
justify-content:flex-end;
flex-wrap: wrap;
position: absolute;
left: 228px;
top: 140px;
z-index: 999;
}

.gnav li{
padding: 2px;
}

.gnav a{
overflow: hidden;
position: relative;
text-decoration: none;
display: inline-block;
color: #000080;
padding: 0 26px;
font-size:14px;
line-height: 24px;
box-shadow: 2px 3px 3px -1px #98c3ff;
border-radius: 15px;
border: 1px solid #98c3ff;
}

.gnav a:before{
opacity: 1;
display: block;
content: "";
width:100% ;
height:100% ;
top: 0;
left: 0;
right: 0;
bottom:0;
margin: auto;
position: absolute;
background: rgb(131,58,180);
background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(205,229,255,1) 0%, rgba(236,255,255,1) 100%);
}

.gnav a span{
position: relative;
z-index: 3;
}

.gnav a:hover{
transition: all .4s linear;s
border: 1px solid #1878fd;
}

.gnav a:hover:before{
-webkit-transition: all .4s linear;
transition: all .4s linear;
opacity: 0.4;
}