.skill {
    margin-bottom: 24px;
    background: #f6f6f7 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
    border-radius: 5px !important;
  }

  body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #5b3299;
  outline: 1px solid #4f10ad;
  border-radius: 5px;
}

.header-vertical #header .photo {
    margin-bottom: 0px !important; 
}

.nav-pills>li>a {
    background-color: rgb(73 71 71 / 24%);
    color: #343434;
}

.gallery-item .item-hover-content {
  top: 25% !important;
}

.progress-bar>span {
    color: #5b3299 !important;
}