.pdfsection {
  width: 100%;
}
.pdfobject{
  width: 100%;
  height: 100vh;
}

.resume-item-header h6 {
  font-weight: bold;
  position: relative;
  color: #173b6c;
}

.resume-item-header h6::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #149ddd;
  bottom: 0;
  left: 0;
}

.resume-skill-list {
  padding-left: 0px !important;
  text-align: left;
}

.resume-skill-list > li {
  display: inline-block;
  padding: 0px 10px;
}

.resume-skill-list > li::before { 
  content: "• ";
  font-weight: bolder;
  font-size: 20px;
}

a.un-click-link{
  text-decoration: none;
  color: #000000;
}

a.un-click-link:hover{
  color :black
}

.img-radius{
  border-radius: 30px;
}

.captcha-btn-border{
  border:none !important;
}
