body {margin:0;overflow-x:hidden;}

li{
list-style:none;
}
.title{
font-weight: normal;
cursor: default;
color : #FF0000;
text-align: left;
font-size: 16px;
text-decoration: underline;
}

.topnav {
overflow: hidden;
  background-color: #9acd32;
  font-family: 'Tahoma', sans-serif;
  font-weight: bold;
  }

.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  margin:0 1%;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  transition:0.5s;
 }
 
 .see-all {
 background-color: #fcf827;
 color: #00ff9e;
 text-align: left;
 font-size:16px;
 font-weight: bold;
 }
 
 .bold-text {
 background-color: #00ff9e;
 font-family: 'Tahoma', sans serif;
 color: #00ff9e;
 text-align: left;
 font-size: 16px;
 font-weight: bold;
 }
 

.active {
  background-color: #0000FF;
  color: #FFFFFF;
}

.topnav .icon {
  display: none;
  }

.dropdown {
  float: left;
  overflow: hidden;
  margin:0 1%;
  transition:0.5s;
 }

.dropdown .dropbtn {
 font-size: 16px;
 border: none;
  outline: none;
  color: #080808;
  padding: 5px 3px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  transition:0.5s;
  }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  min-width: 160px;
  box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #080808;
  padding: 4px 4px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content ul{
width:13%;
display:inline-block;
vertical-align: top;
}

.dropdown-content li{
padding:4px 3px;
}

.dropdown-content li a{
padding:0px 0px;
font-size:14px;
transition:0.5s;
}

.dropdown-content li a:hover{
background-color: #4CBB17;
color:#FFFFFF;
}

.mega-menu{
background: linear-gradient(rgba(255,255,255,.6), rgba(255,255,255,.6)), ;
background-repeat:no-repeat;
background-size:50% 100%;
background-position:bottom right;
background-color:#FFFFFF;
position:absolute;
left:0;
min-width:100%;
}


.dropdown-content a {
  float: none;
  color: #080808;
  padding: 2px 6px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  color:#0018F9;
  background-color: #FFFFFF; 

}

.dropdown-content a:hover {
  background-color: #4CBB17;
  color: #FFFFFF;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media (max-width:900px){
 .dropdown-content ul{
width:25%;
display:inline-block;
}
}

@media (max-width:800px){
 .dropdown-content ul{
width:40%;
display:inline-block;
}
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .dropdown-content ul{
width:90%;
display:block;
}
.dropdown-content li:not(:first-child){
display:none;
transition:0.5s;
}

.dropdown-content ul:hover > li{
display:block;
}
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}