.b-div{
    display:none;
}
#circle-bg,.hvr-sweep-to-top,.hvr-sweep-to-bottom{
   -webkit-transition: all 1.1s linear;
    -moz-transition: all 1.1s linear;
    -o-transition: all 1.1s linear;
    transition: all 1.1s linear;
}
.opt{
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1s.5s ease;
	 -webkit-transform: scaleY(1);transform: scaleY(1);
}
#menu-ul{float:left;width:80%;}
#menu-ul li{float:left;width:15%; padding-top:10px;background-color:#073667;;margin-left:0%;padding-bottom:0px;}
.active{background-color:#EF26FF !important;}
.b-div{width:100%;height:10px;}
.anim{background-color:#073667;}


/* Sweep To Bottom */
.hvr-sweep-to-bottom {
 background: #2098d1;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
}
.b-div-full{display:block;width:100%;height:10px;clear:left;margin-top:10px;}
.b-div-child{background-color:#073667;height:10px; width:20%;position:relative;}
