li.myli {
    display: block;
}

li.myli:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "•";
    font-family: 'Glyphicons Halflings';
    font-size: 21px;
    float: left;
    font-weight: bold;
    margin-top: -2px;
    margin-left: -17px;
    color: black;
}
.card-title{
    color: #ea5f31;
}
h5{
    font-weight: bold;
    color: #5b680c;
}
#jobModal .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#jobModal .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.file-image{
    cursor: pointer;
}
.qualification{
  color: orange;
  font-weight: bold;
}

.experience{
  font-weight: bold;
  color: #17a2b8;
}
.pr-container{
  clear: both;
  display: table;
  width: 100%;
}
.primary-response{
  width: 60%;
  float: left;
}
.pr-image{
  text-align: right;
  width: 40%;
  float: left;
}
.pr-image img{
  max-width: 100%
}