.pic:hover {
  stroke-width: 1.5px !important;
  stroke: rgb(53, 52, 52) !important;
  cursor: pointer !important;
  opacity:0.7 !important;
  transition: all 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}
.pic1:hover {
  stroke: #006600 !important;
  cursor: pointer !important;
  opacity:0.7 !important;
  transition: all 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}
.hover-item{
  stroke-width: 10px !important;
  stroke: #006600 !important;
  cursor: pointer !important;
  opacity:0.7 !important;
  transition: all 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;	
  	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: dash 5s linear forwards;
}

@keyframes dash {
to {
stroke-dashoffset: 0;
}
}

.hover-item1:hover text{
  fill: green;
}
.hover-item1:hover .label{
  fill: white !important;
}
.hover-item1 text{
  fill: green;
}
.hover-item1 .label{
  fill: white !important;
}
