/*======================================
    timeline CSS
========================================*/

.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #fff;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }

    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #fff;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: #fff;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}

.timeline-steps .timeline-content .h1 {
    color: #fff;
    font-weight: bold;
    /* font-size: 30; */
}

.timeline-steps .timeline-content .detail {
    color: #fff;
}



/*======================================
    counter item CSS
========================================*/

/* Tablets (768px – 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
 .counter-item {
        width: 33.33%; /* 3 items per row */
    }
}


/* Small tablets / large phones (480px – 767px) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
     .counter-item {
        width: 50%; /* 2 items per row */
    }
}


/* Mobile Screen  Mobile (≤ 767px)*/
@media only screen and (max-width: 767px) {
        .counter-item {
        padding: 15px;
    }

    .count-wrapper {
        padding: 15px;
    }
}
.counter-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


.counter-item {
    width: 25%;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    box-sizing: border-box;
}

.count-wrapper {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #536efe;
}




/*======================================
    Manage Resumes CSS
========================================*/



.find-job .single-job .job-content2 {
  position: relative;
}

.find-job .single-job .job-content2 h4 {
  padding-right: 00px;
  position: relative;
  padding-bottom: 10px;
}

.find-job .single-job .job-content2 h4 a {
  font-size: 18px;
  font-weight: 500;
  color: #081828;
}

.find-job .single-job .job-content2 h4 a:hover {
  color: #2042e3;
}

.find-job .single-job .job-content2 p {
  display: inline-block;
  border-top: 1px solid #eee;
  padding-top: 18px;
}

.find-job .single-job .job-content2 ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* 
.find-job .single-job .job-content2 ul li {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 5px;
  margin-right: 3px;
  position: relative;
  background: #2042e314;
  color: #2042e3;
  padding: 5px 10px;
  border-radius: 3px;
} */


.find-job .single-job .job-content2 {
  position: relative;
  background-color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}

.find-job .single-job .job-content2:last-child {
  margin: 0;
  padding-bottom: 0;
  border: none;
}

.find-job .single-job .job-content2 .right {
  position: relative;
  top: -10px;
}

.find-job .single-job .job-content2 .right h3 a {
  font-size: 20px;
  font-weight: 600;
}

.find-job .single-job .job-content2 .right h3 a:hover {
  color: #2042e3;
}

.find-job .single-job .job-content2 .right .deg {
  display: block;
  margin-top: 5px;
}

.find-job .single-job .job-content2 .right .experience {
  margin-top: 10px;
}

.find-job .single-job .job-content2 .right .experience li {
  display: block;
  margin-bottom: 3px;
}

.find-job .single-job .job-content2 .right .experience li span {
  color: #2042e3;
  display: inline-block;
  margin-left: 3px;
}

.find-job .single-job .job-content2 .right .experience li i {
  display: inline-block;
  margin-right: 3px;
  /* color: #2042e3; */
}

.find-job .single-job .job-content2 .right .experience li:last-child {
  margin: 0;
}

.find-job .single-job .job-content2 .right .skills {
  margin-top: 10px;
}

.find-job .single-job .job-content2 .right .skills li {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 5px;
  margin-right: 3px;
  position: relative;
  background: #2042e314;
  color: #2042e3;
  padding: 5px 10px;
  border-radius: 3px;
}

.find-job .single-job .job-content2 .update-date {
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  /* border-top: 1px solid #eee; */
  overflow: hidden;
}

.find-job .single-job .job-content2 .update-date .status {
  font-size: 13px;
  float: left;
  position: relative;
  /* top: 4px; */
}

.find-job .single-job .job-content2 .update-date .action-btn {
  float: right;
}

.find-job .single-job .job-content2 .update-date .action-btn a {
  display: inline-block;
  margin-right: 5px;
  padding: 4px 10px;
  font-size: 12px;
  border: 1px solid #eee;
  border-radius: 3px;
  color: #7E8890;
}

.find-job .single-job .job-content2 .update-date .action-btn a:hover {
  background-color: #2042e3;
  border-color: transparent;
  color: #fff;
}

.find-job .single-job .job-content2 .update-date .action-btn a:last-child {
  margin: 0;
}
