.alpnaProfileimg{float:left; padding:0px 15px 10px 0px; }
.alpnaProfileimg img{border:1px solid #a9131e; max-width:300px;}
.alpnaProfile img{border:1px solid #a9131e; max-width:200px;}
.alpnaProfile h2{font-size:30px;text-align:left;}
.alpnaProfile h3{font-size:20px;text-align:left;}

@media (max-width: 601px) {
  .alpnaProfileimg img{border:1px solid #a9131e; max-width:150px;}
  p {font-size: 17px;}
  .alpnImg{max-width:60px;}
}


.class-color{
  color:#a9131e;
}
.class-height{
  min-height: 72%;
}
.progress{
 height: 7px;
 background: #e3e3e3;
 border-radius: 0;
 box-shadow: none;
 margin: 40px 0px 20px 0px;
 overflow: visible;
 position: relative;
}
.progress .progress-title{
 padding: 10px 11px;
 margin: 0;
 background: #393a3d;
 border-radius: 5px 0 0 5px;
 box-shadow: 0 7px 7px rgba(0,0,0,0.4);
 font-size: 12px;
 font-weight: 700;
 color: #fff;
 text-transform: uppercase;
 position: absolute;
 top: -13px;
 left: 0;
 z-index: 1;
}
.progress .progress-title1{
 padding: 10px 10px;
 margin: 0;
 background: #393a3d;
 border-radius: 0 5px 5px 0;
 box-shadow: 0 7px 7px rgba(0,0,0,0.4);
 font-size: 12px;
 font-weight: 700;
 color: #fff;
 text-transform: uppercase;
 position: absolute;
 top: -13px;
 right: 0;
 z-index: 1;
}
.progress .progress-title:after{
 content: "";
 border-left: 17px solid #393a3d;
 border-top: 17px solid transparent;
 border-bottom: 17px solid transparent;
 position: absolute;
 top: 0;
 right: -17px;
}
.progress .alpna-bar{
 box-shadow: none;
 border-radius: 0;
 position: relative;
 -webkit-animation: animate-positive 2s;
 animation: animate-positive 2s;
}
.progress .alpna-bar:after{
 content: "";
 width: 20px;
 height: 20px;
 border-radius: 50%;
 box-shadow: 0 5px 5px rgba(0,0,0,0.6);
 background: #fff;
 position: absolute;
 right: -5px;
 top: -6px;
}
.progress .progress-value{
 width: 45px;
 height: 30px;
 line-height: 30px;
 border-radius: 3px;
 background: #393a3d;
 box-shadow: 0 5px 5px rgba(0,0,0,0.4);
 font-size: 15px;
 font-weight: 700;
 color: #fff;
 text-align: center;
 position: absolute;
 bottom: 30px;
 right: -17px;
}
.progress .progress-value:after{
 content: "";
 border-top: 7px solid #393a3d;
 border-left: 7px solid transparent;
 border-right: 7px solid transparent;
 position: absolute;
 bottom: -7px;
 left: 35%;
}
.progress.yellow .alpna-bar:after{ border: 5px solid #ffa900; }
@-webkit-keyframes animate-positive{
 0% { width: 0; }
}
@keyframes animate-positive{
 0% { width: 0; }
}

.btn-alpna{
  background: #a9131e;
  border: 0;
  padding: 3px 24px;
  color: #fff!important;
  transition: 0.4s;
  border-radius: 5px;
  display: inline-block;
  /*box-shadow: 0px 2px 6px 0px #242424; 
  -webkit-box-shadow: 0px 2px 6px 0px #242424; 
  -moz-box-shadow: 0px 2px 6px 0px #242424; -o-box-shadow: 0px 2px 6px 0px #242424;*/
  transition: all 0.3s ease;
  width: 100%;
}
.progressText{
  font-size: 13px;
}
.alpna-shadow{
  padding: 15px 0px 15px 24px;
  transition: 0.4s;
  border-radius: 2px;
  box-shadow: 1px 1px 4px 0px #242424; -webkit-box-shadow: 1px 1px 4px 0px #242424; -moz-box-shadow: 1px 1px 4px 0px #242424; -o-box-shadow: 1px 1px 4px 0px #242424;
  transition: all 0.3s ease;
}

.alpna-content {
  margin-top: 30px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.alpna-content::after {
  content: "......................................................................"
  "...................................................................."
  "....................................................................";
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
  z-index: 1;
  color: #dad8d4;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.alpna-content a {
  padding-right: 10px;
  background: #fff;
  position: relative;
  z-index: 3;
  font-weight: 700;
  color: #ff9b08!important;
}

.alpna-content span {
  background: #fff;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 300;
  font-style: italic;
  font-size: 12px;
}

.alpna-data {
  font-style: italic;
  font-size: 14px;
  font-family: "Comic Neue", sans-serif;
  color: #948c81;
}
@media (max-width: 992px) {
  .btn-alpna{
    margin-top: 10px;
  }
}



.blink {
  animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
