.pd-map-sec {
  background: var(--white);
  padding-top: var(--paddingOneSidedFull);
}

.pd-map-sec iframe {
  width: 100%;
  height: 400px;
}

.page-template-contact .pd-git-sec {
  padding-bottom: var(--paddingOneSidedFull);
}

.page-template-contact .pd-main-footer .pd-wawe {
    top: -16rem !important;
}



.page-template-contact .sticky .logo-wrap{
  opacity: 1;
}

.pd-contact-infor-sec {
  padding-top: var(--paddingOneSidedFull);
  padding-bottom: var(--paddingOneSidedFull);
  position: relative;
  overflow: hidden;
}

.pd-contact-infor-sec .pd-contact-info-inner-img{
    position: absolute;
    top: 24%;
    width: auto;
    right: -2%;
    opacity: 0.2;
}

.pd-contact-infor-sec .pd-social-footer {
  display: flex;
  align-items: center;
}

.pd-contact-infor-sec .pd-social-footer a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.pd-cont-card-wrapper h2 {
  font-size: 30px;
  font-weight: 400;
  color: var(--fntColor);
  margin-bottom: 25px;
}

.pd-cont-card-wrapper h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--fntColor);
  margin-bottom: 15px;
  margin-top: 30px;
}

.pd-cont-card-wrapper a {
  display: block;
}

.pd-cont-icon {
  margin-bottom: 25px;
}

.pd-cont-icon svg {
  width: 40px;
  height: 40px;
}

.pd-contact-infor-sec .pd-social-footer .pd-linked {
  background: #0a66c2;
}

.pd-contact-infor-sec .pd-social-footer .pd-twitter {
  background: #000000;
}

.pd-contact-infor-sec .pd-social-footer .pd-insta {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.pd-contact-infor-sec .pd-social-footer .pd-fb {
  background: #1877f2;
}
