
.pn-service .pns-map{
  position: relative;
  border-radius: 20px;
}
.pn-service .pns-map iframe{
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
.pn-service .pns-animate-shapes {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.pn-service .pns-circle{
  border: 1px solid #E5D9C680;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius:50%;
}
.pn-service .pns-circle.small{
  height: 144px;
  width: 144px;
}
.pn-service .pns-circle.big{
  height: 224px;
  width: 224px;
}
.pn-service .pns-circle.big.shape-left-01 {
  position: absolute;
  top: -80px;
  left: -100px;
}
.pn-service .pns-circle.small.shape-left-02 {
  position: absolute;
  top: 20px;
  left: -200px;
}
.pn-service .pns-circle.big.shape-right-01 {
  position: absolute;
  bottom: -40px;
  right: -100px;
}
.pn-service .pns-circle.small.shape-right-02 {
  position: absolute;
  bottom: 50px;
  right:-200px;
}
.bounce-y {
  -webkit-animation: bounce-y 8s infinite linear;
          animation: bounce-y 8s infinite linear;
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.bounce-x {
  -webkit-animation: bounce-x 10s infinite linear;
          animation: bounce-x 10s infinite linear;
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
