/* ************=============={{career}}===============************ */
/*Our Recruitment Process*/
.metan-number-career {
    background: rgba(var(--black), 1);
  color: white;/* You can change background color of number circle here */
    width: 50px;
    position: absolute;
    margin: 0 auto !important;
  	left: 0;
  	right: 0;
  	top: -70px;
    height: 50px;
    border-radius: 50%;
    box-shadow: rgb(110, 130, 208, 0.3) 0px 10px 30px -2px;
    line-height: 50px;
    cursor: default;
  	pointer-events: none;
  	z-index: 6; }
.work-card-career:hover .metan-number-career {
    color: #fff;
    background: rgba(var(--orange), 1); }
.work-card-career {
  margin-top: 60px;
  z-index: 1;
  position: relative; }
@media only screen and (max-width: 980px) {
  .work-card-career {
    margin-top: 120px;  }
  .metan-number-career {
    top: -70px;  }}
