	/*=== About Me Counter ===*/
.countdown-wrap {
  margin-top: 3.4375rem;
  z-index: 1;
}
.countdown-wrap > ul::before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-clip-path: polygon(100% 0, 100% 70%, 94% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 70%, 94% 100%, 0 100%, 0 0);
  position: absolute;
  background-color: #fff;
  z-index: -1;
}
.countdown-wrap > ul {
  width: 100%;
  -webkit-filter: drop-shadow(0 0 2.8125rem rgba(0,0,0,.08));
  -ms-filter: drop-shadow(0 0 2.8125rem rgba(0,0,0,.08));
  -o-filter: drop-shadow(0 0 2.8125rem rgba(0,0,0,.08));
  filter: drop-shadow(0 0 2.8125rem rgba(0,0,0,.08));
  padding: 2.1875rem 0 2.1875rem;
}
.countdown-wrap > ul li {
  font-family: Barlow;
  color: var(--color3);
  position: relative;
  padding: 0 3.125rem 0 3.625rem;
}
.countdown-wrap > ul li span {
  font-size: 4.375rem;
  line-height: 4.375rem;
  font-weight: 700;
}
.countdown-wrap > ul li p {
  color: inherit;
  font-family: inherit;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.0625rem;
}
.countdown-wrap > ul li:not(:first-child)::before, 
.countdown-wrap > ul li:not(:first-child)::after {
  content: "";
  position: absolute;
  left: 0;
  height: .5rem;
  line-height: initial;
  width: .5rem;
  background-color: #d8d8d8;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.countdown-wrap > ul li:not(:first-child)::before {margin-top: -6px;}
.countdown-wrap > ul li:not(:first-child)::after {margin-top: 6px;}
.countdown-wrap:before {
  content: "";
  left: -0.625rem;
  width: 0.625rem;
  position: absolute;
  top: 0;
  bottom: 0.625rem;
  background-color: #21ae79;
}
.countdown-wrap:after {
  content: "";
  background-color: #21ae79;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 98% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 98% 0%, 100% 100%, 0% 100%);
  top: -0.625rem;
  height: 0.625rem;
  left: -0.625rem;
  right: 2.5rem;
}
.countdown-wrap > ul:after {
  content: "";
  position: absolute;
  right: .5rem;
  bottom: 0.625rem;
  border-left: 1.6875rem solid transparent;
  border-bottom: 2rem solid #21ae79;
}



@media (max-width: 576px) {

.feat-cap ul.countdown {
  min-width: initial;
  width: 100%;
  padding: 0 1.2rem 0 0;
}
.feat-cap ul.countdown li {
  font-size: 2.3rem;
  padding: 1.2rem 1.8rem;
}


.countdown-wrap > ul li {padding: 0 1.3rem;}
.countdown-wrap > ul li span {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.countdown-wrap > ul li p {font-size: 1rem;}
.countdown-wrap > ul li:not(:first-child)::before, 
.countdown-wrap > ul li:not(:first-child)::after {
  height: .4rem;
  width: .4rem;
}
.countdown-wrap > ul {padding: 1.8rem 0;}

