/*
Educational  background page
*/
.edu-details .edu-year::before {
  font-family: "FontAwesome";
  align-items: center;
  padding-right: 10px;
  font-weight: 900;
  content: "\f19d";
  font-size: 40px;
  margin-left: -25px;
  color: #1d5494;
}

.edu-details h2,
.edu-details p {
  padding-left: 35px;
  border-left: 2px #00fff7 solid;
}

.edu-details h2{
  color: #00fff7;
  text-shadow: 0 0 10px #00fff7;
}

.edu-details h5{
  color: #ff00ff;
}

.edu-details h6{
  color: #00fff7;
}
.image-fixed {
  position: relative;
}

.image-fixed img {
  position: fixed;
  top: 55%;
  left: 15px;
  width: auto; /* matches col-md-3 */
  height: 80vh;
  transform: translateY(-50%);
  object-fit: cover;
}

.col-md-9 {
  z-index: 60;
  background: #0000008c;
}
