.pd-bottom-footer p {
  margin-bottom: 0;
  color: #ffffff8f;
  font-size: 13px;
}

.pd-bottom-footer {
  margin-top: 3rem;
  border-top: 1px solid #ffffff1c;
  padding-top: 14px;
  padding-bottom: 14px;
}

.pd-address {
  color: var(--footerWhiteOpacity);
  margin-bottom: 6px;
  margin-top: 5px;
  font-weight: 300;
  display: block;
  width: fit-content;
  transition: all 0.5s;
}

.pd-address:hover {
  transform: translateY(-2px);
  color: var(--footerWhiteOpacity);
}

.pd-main-footer .navbar-nav .nav-item a {
  z-index: 5;
  color: var(--white);
  letter-spacing: -0.01em;
  border-radius: 100px;
  justify-content: left;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
  transition: all color 0.3s;
  display: flex;
  padding: 7px 20px !important;
  border-radius: 30px !important;
  transition: all 0.5s;
}

.pd-main-footer .navbar-nav .nav-item a:hover {
  transform: translateY(-2px);
  color: var(--footerWhiteOpacity);
}

.pd-footer-menu-title {
  color: var(--white);
  margin-bottom: 10px;
  margin-top: 2rem;
  font-weight: 500;
  font-size: 20px;
}

.pd-social-footer {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pd-social-footer a {
  margin-right: 10px;
  text-align: center;
  transition: all 0.5s;
}

.pd-social-footer a:hover {
  transition: all 0.5s;
  transform: translateY(-2px);
}

.pd-address span {
  font-size: 12px;
  font-weight: 400;
  margin-right: 2px;
  margin-left: 3px;
}

.pd-contact-flag {
  width: 25px;
  margin-right: 5px;
  margin-top: 10px;
}

.pd-bottom-footer a {
  font-weight: 300;
  color: #ffffff8f;
  margin: 0 5px;
  font-size: 13px;
  transition: all 0.5s;
}

.pd-bottom-footer a:hover {
  color: var(--white);
}


.pd-main-footer .pd-wawe {
  width: 100%;
  position: absolute;
  top: -16rem;
  background: var(--white);
}

.page-template-Home-page .pd-main-footer .pd-wawe{
  top: -12rem;
}


.pd-main-footer {
  background: var(--darkBlue);
  padding-top: 5%;
  margin-top: 9rem;
  overflow: visible;
  position: relative;
}

.pd-main-footer .pd-wawe svg{
  margin-bottom: -2px;
}

.pd-main-footer .pd-wawe path{
  fill: var(--darkBlue);
}
