.page-nav-left {
    padding-right: 0;
    background: url("/images/background/bg_sidebar-left.png");
    background-position: top right;
    background-repeat: no-repeat;
}
.nav-pills-about .nav-link {
    position: relative;
    float: left;
    clear: left;
    margin-right: -14px;
    border-radius: 0;
    text-align: right;
    padding: 15px 25px 15px 15px;
    width: 100%;
    font-family: "Roboto", sans-serif;
}
.nav-pills-about .nav-link span {
    font-size: 16px;
    font-weight: 700;
    color: #656565;
    letter-spacing: -1px;
}
.nav-pills-about .nav-link p {
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: #555;
}
.nav-pills-about .nav-link:hover{
    background-color: #eee;
}
.nav-pills-about .nav-link:hover span,
.nav-pills-about .nav-link:hover p{
    color: #111;
}
.nav-pills-about .nav-link.active {background-color: #27ae60;}
.nav-pills-about .nav-link.active span {color: #fff;}
.nav-pills-about .nav-link.active p {color: #fff;}

/*

.tab-content .tab-pane {
    padding: 50px;
}
.tab-title {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 100;
}
h5.tab-sub-title {
    margin-bottom: 30px;
}
.tab-content ul {margin: 0; padding: 0; list-style-type: none;}
.tab-content ul li {float: left; clear: left;}
.tab-content p{
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    color: #656565;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-about .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #27ae60;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-about .nav-link.active::before {
    opacity: 1;
}

/*
blockquote:before {
    font-family: 'FontAwesome';
    font-size: 36px;
    vertical-align: middle;
    content: "\f10d";
    margin-right: 10px;
    color: #bcbcbc;
    font-size: 20px; 
}
#v-pills-home {  
    background: url('/images/miscs/about-footer.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 250px;
    background-blend-mode: soft-light;
}*/
#v-pills-awards img{
    width: 100%;
}
#v-pills-awards a h5 {
    color: #000;
    padding-bottom: 10px;
    font-weight: 600;
}
#v-pills-vision li,
#v-pills-vision blockquote {
  color: #656565;
  font-style: italic;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
  }
  .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
  }
  .timeline > li {
    /* margin-bottom: 20px; */
    position: relative;
    margin-top: -100px;
  }
  .timeline > li:first-child {
    margin-top: 0;
  }
  .timeline > li:before,
  .timeline > li:after {
    content: " ";
    display: table;
  }
  .timeline > li:after {
    clear: both;
  }
  .timeline > li:before,
  .timeline > li:after {
    content: " ";
    display: table;
  }
  .timeline > li:after {
    clear: both;
  }
  .timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  }
  .timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
  }
  .timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
  }
  .timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 1;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .timeline > li > .timeline-panel > .timeline-heading > img {
      position: relative;
      float: left;
      width: 130px;
      margin-bottom: 30px;
      margin-top: 5px;
      margin-right: 15px;
      border: 1px solid #333;
  }
  .timeline > li > .timeline-panel > .timeline-heading h5{
      font-size: 14px;
  }
  .timeline > li > .timeline-panel > .timeline-heading a{
    position: relative;
    float: right;
    clear: both;
    color: #656565;
    font-weight: 700;
    z-index: 2;
}
  .timeline > li > .timeline-panel > .timeline-heading p {
      font-size: 14px;
      font-style: italic;
      color: #656565;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
  }
  .timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  .timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  .timeline-badge.primary {
    background-color: #2e6da4 !important;
  }
  .timeline-badge.success {
    background-color: #3f903f !important;
  }
  .timeline-badge.warning {
    background-color: #f0ad4e !important;
  }
  .timeline-badge.danger {
    background-color: #d9534f !important;
  }
  .timeline-badge.info {
    background-color: #5bc0de !important;
  }
  .timeline-title {
    margin-top: 0;
    color: inherit;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
  }
  .timeline-body > p,
  .timeline-body > ul {
    margin-bottom: 0;
  }
  .timeline-body > p + p {
    margin-top: 5px;
  }

  #list-values {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #list-values li {
    float: left; 
    clear: left;
  }

  /* Testimonials */
  .testimonial-card .card-up { height: 110px; overflow: hidden; border-top-left-radius:
    0.25rem; border-top-right-radius: 0.25rem; } .testimonial-card .avatar { width: 110px; height: 110px;
     overflow: hidden; border: 3px solid #fff; border-radius: 50%; }