.socials iframe, .socials div.LI-profile-badge div div.LI-badge-container-vertical-dark.LI-badge-container.vertical.dark.large{
  left: 50%;
  position: relative !important;
  transform: translateX(-50%);
}
.textCenter {
  text-align: center;
}
.experiencePartTitle{
  margin-top: 30px
}
.experiencesDetails > div {
  text-align: center;
  font-family : "Raleway", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.demo a {
  margin-top: 200px;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}

#section03 a {
  margin-top: 60px;
}
#section03 a span {
  position: absolute;
  top: 42px;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#section03 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#section03 a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}

.experiencesDetails {
  background-color: rgb(246, 247, 253);
  padding: 10px;
}

#contact .contact-info i {
  color: #4869df;
}

#btn_contact.menu-active > a {
  background: none;
}

.curriculum {
  color: #fff;
  background: none;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid #f82249;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 20px;
  line-height: 1;
  font-size: 13px;
  position: relative;
  top: -7px;
}

.curriculum-container {
  margin-top: 20px;
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}