.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: #001e6b !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: #001e6b !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: #6095c3;*/
  /*fill: #FF9F1C;*/
  font-size: 1.6em; /* Increases the font size by 1.2 times */
}
.hover-item1:hover .label{
  fill: white !important;
}
.hover-item1 text{
  /*fill: #FF9F1C;*/
}
.hover-item1 .label{
  fill: white !important;
}
