/* 2020 10 fix */
.about-projects .right-content ol {
  position: relative;
  z-index: 2;
  margin-left: -65px;
  margin-bottom: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}
.about-projects .right-content ol li {
  padding: 6px 10px 6px 0;
  position: relative;
  z-index: 2;
  counter-increment: my-awesome-counter;
}
@media (min-width:768px) {
  .about-projects .right-content ol li {
    width: 330px;
  }
}
.about-projects .right-content ol li:before {
  content: counter(my-awesome-counter) "";
  font-weight: bold;
  font-size: 1.05rem;
  margin-right: 2rem;
  color: #fff;
  line-height: 1;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.about-projects .right-content ol li:hover::before, .about-projects .right-content ol li.active:before, .about-projects .right-content ol li.active {
  color: rgba(0, 111, 140, 1);
  font-weight: 600;
}
.about-projects .right-content ol li:after {
  height: 100%;
  width: 0;
  display: block;
  content: '';
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  left: -30px;
  top: 0;
  z-index: -1;
  border-radius: 20px 0 0 20px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 300ms ease;
  transition: all 200ms ease;
}
.about-projects .right-content ol li:not(.active):hover::after, .about-projects .right-content ol li.active:after {
  width: 335px;
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .05) !important;
  box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .05) !important;
}
.about-projects > .row {
  background-image: url("../../img/about-work-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  min-height: 320px;
}
.about-projects .right-content {
  padding: 0;
}
.about-projects .left-content > .info {
  text-align: left;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-projects .left-content h4 {
  text-align: left;
  line-height: 32px;
  margin: 20px auto;
  font-weight: 600;
  color: #fff;
}
.about-projects .left-content h4:after {
  display: none;
}
.about-projects .right-content > div.text-left {
  height: 100%;
  width: auto;
  padding: 0 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.about-projects .right-content > div.text-left:after {
  height: 100%;
  width: 280px;
  display: block;
  content: '';
  background-color: rgba(255, 255, 255, .7);
  position: absolute;
  top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .about-projects .right-content > div.text-left:after {
    height: 100%;
    width: 280px;
    display: block;
    content: '';
    background-color: rgba(255, 255, 255, .7);
    position: absolute;
    left: 0;
    top: 0;
  }
  .about-projects .left-content, .about-projects .right-content {
    min-height: 320px;
  }
}
@media (max-width:767px) {
  .about-projects > .row {
    background-image: url(../../img/about-work-bg-m.png);
    background-size: cover;
  }
  .about-projects .right-content > div.text-left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-projects .right-content > div.text-left:after {
    margin-left: 15px;
  }
  .about-projects .right-content ol li:after {
    width: 323px !important;
    margin-left: 12px;
  }
}
@media (max-width:575.98px) {
  .about-projects .right-content ol {
    left: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: -80px;
  }
  .about-projects .right-content {
    padding-bottom: 45px;
  }
  .about-projects .right-content ol li:after {
    border-radius: 20px;
    width: 315px !important;
    margin-left: 12px;
  }
  .about-projects .right-content > div.text-left:after {
    border-radius: 5px;
    margin-left: 1.3rem;
    width: 255px;
  }
  .about-projects .right-content ol li:before {
    margin-right: 1.4rem;
    width: 320px;
  }
}
@media (max-width:320px) {
  .about-projects .right-content ol {
    left: 35px;
  }
  .about-projects .right-content > div.text-left:after {
    margin-left: 12px;
    width: 252px;
  }
  .about-projects .right-content ol li {
    padding: 6px 0 6px 0;
    min-width: 300px
  }
  .about-projects .right-content ol li:before {
    margin-right: 1.1rem;
  }
}
.about-projects .right-content h4:after {
  margin: 0 0 0 0 !important;
  max-width: 12%
}