.analytics-blocks .analytic-card {
  padding: 32px;
  border-radius: 10px;
  margin-bottom: 15px;
  align-items: center;
  position: relative;
  height: 120px;
}
.analytics-blocks .analytic-card:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  background: #ffffff26;
  top: 0;
  left: 0;
  border-radius: 15px 100px 0px 15px;
}
.analytics-blocks .analytic-card img {
  width: 40px;
  filter: invert(1);
}
.analytics-blocks .analytic-card h6 {
  font-size: 16px;
  font-weight: 500;
}
.analytics-blocks .analytic-card:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  background: #ffffff26;
  top: 0;
  left: 0;
  border-radius: 15px 150px 0px 15px;
}
.analytics-blocks .analytic-card:after {
  position: absolute;
  content: "";
  width: 17%;
  height: 60%;
  background: #ffffff26;
  top: 0;
  right: 0;
  border-radius: 0px 15px 0px 100px;
}

.career-db .row .col-md-3:nth-child(1) .analytic-card {
  background: #67b61c;
  box-shadow: 0px 8px 20px 0px #67b61c66;
}
.career-db .row .col-md-3:nth-child(2) .analytic-card {
  background: #5339b5;
  box-shadow: 0px 8px 20px 0px #5339b545;
}
.career-db .row .col-md-3:nth-child(3) .analytic-card {
  background: #39b2b5;
  box-shadow: 0px 8px 20px 0px #39b2b566;
}
.career-db .row .col-md-3:nth-child(4) .analytic-card {
  background: #fd7e14;
  box-shadow: 0px 8px 20px 0px #fd7e1461;
}

.career-db-div .analytics-blocks-parent {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}
.career-db-div .analytics-blocks-parent .analytic-card img {
  width: 45px;
}
.career-db-div .analytics-blocks-parent .analytic-card .analytic-values h2 {
  font-size: 45px;
  font-weight: 600;
}

.step-card-width-10 {
  margin: 0px 10%;
}

.step-card-width-15 {
  margin: 0px 15%;
}

.step-card-width-20 {
  margin: 0px 20%;
}

.step-card-width-25 {
  margin: 0px 25%;
}

.step-card-width-30 {
  margin: 0px 30%;
}

.step-card-width-35 {
  margin: 0px 35%;
}

.plng-btn {
  background: #1d4e97;
  border: 0px;
  padding: 8px 15px;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
}

.link-box {
  background: linear-gradient(90deg, #2b4b99 0%, #bd1f57 100%);
  transition: all 0.5s;
  padding: 20px 10px;
  border-radius: 25px;
}

.link-box:hover img.img-small {
  filter: invert(1);
}

.link-box .link-icon {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 15px rgba(17, 17, 17, 0.06);
  border: 2px solid #fff;
}

.link-box .bg-icon {
  transform: translateX(-15%);
}

.link-box h4 {
  color: #ffffff;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 0;
}

.link-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  background-image: url(/documents/d/amphenol/shape);
  width: 100%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  transition: all 0.5s;
}

.link-box:hover:after {
  height: 60%;
}

.link-box .link-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transform: scale(0);
  z-index: -1;
  background: linear-gradient(90deg, #374793 100%, #bb1f57 0%);
}

.link-box:hover .link-icon:before {
  transform: scale(1);
}

img.img-small {
  width: 30px;
}

ul.form-stepper {
  counter-reset: section;
  margin-bottom: 3rem;
}

ul.form-stepper .form-stepper-circle {
  position: relative;
}

ul.form-stepper .form-stepper-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.form-stepper-horizontal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ul.form-stepper > li:not(:last-of-type) {
  margin-bottom: 0.625rem;
  -webkit-transition: margin-bottom 0.4s;
  -o-transition: margin-bottom 0.4s;
  transition: margin-bottom 0.4s;
}

.form-stepper-horizontal > li:not(:last-of-type) {
  margin-bottom: 0 !important;
}

.form-stepper-horizontal li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-stepper-horizontal li:not(:last-child):after {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  content: "";
  top: 30%;
  left: -12px;
}

.form-stepper-horizontal li:after {
  background-color: #0000003b;
}

.form-stepper-horizontal li.form-stepper-completed:after {
  background-color: #4da3ff;
}

.form-stepper-horizontal li:last-child {
  flex: unset;
}

ul.form-stepper li a .form-stepper-circle {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 0;
  line-height: 1.7rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.38);
  border-radius: 50%;
}

.form-stepper .form-stepper-active .form-stepper-circle {
  background-color: #393184 !important;
  color: #fff;
}

.form-stepper .form-stepper-active .label {
  color: #4361ee !important;
}

.form-stepper .form-stepper-active .form-stepper-circle:hover {
  background-color: #4361ee !important;
  color: #fff !important;
}

.form-stepper .form-stepper-unfinished .form-stepper-circle {
  background-color: #f8f7ff;
}

.form-stepper .form-stepper-completed .form-stepper-circle {
  background-color: #0e9594 !important;
  color: #fff;
}

.form-stepper .form-stepper-completed .label {
  color: #0e9594 !important;
}

.form-stepper .form-stepper-completed .form-stepper-circle:hover {
  background-color: #0e9594 !important;
  color: #fff !important;
}

.form-stepper .form-stepper-active span.text-muted {
  color: #fff !important;
}

.form-stepper .form-stepper-completed span.text-muted {
  color: #fff !important;
}

.form-stepper .label {
  font-size: 1rem;
  margin-top: 0.5rem;
  border: 0px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

.form-stepper a {
  cursor: default;
}

.link-box {
  background: linear-gradient(90deg, #2b4b99 0%, #bd1f57 100%);
  transition: all 0.5s;
  padding: 20px 10px;
  border-radius: 25px;
}

.link-box:hover img.img-small {
  filter: invert(1);
}

.link-box .link-icon {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 15px rgba(17, 17, 17, 0.06);
  border: 2px solid #fff;
  transform: translateX(15%);
}

.link-box h4 {
  color: #ffffff;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 0;
}

.link-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  background-image: url(/documents/d/amphenol/shape);
  width: 100%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  transition: all 0.5s;
}

.link-box:hover:after {
  height: 60%;
}

.link-box .link-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transform: scale(0);
  z-index: -1;
  background: linear-gradient(90deg, #374793 100%, #bb1f57 0%);
}

.link-box:hover .link-icon:before {
  transform: scale(1);
}

img.img-small {
  width: 30px;
}

.career-opening .title h1 {
  color: #062539;
  font-weight: 600;
  text-transform: capitalize;
}

.career-opening .bg-career {
  background-color: #062539;
  color: white;
}

.career-opening .btn-career button {
  background-color: #062539 !important;
  border-color: #062539 !important;
  color: white;
}

.career-opening .desired {
  background-color: #062539 !important;
  border-color: #062539 !important;
  color: white;
}

.career-opening .career-para {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.career-opening .bg-red {
  color: red;
}

button.desired:hover {
  background-color: #e31e24 !important;
  border-color: #e31e24 !important;
}

a.desired:hover {
  background-color: #e31e24 !important;
  border-color: #e31e24 !important;
}

.modal-open .modal.show {
  display: block;
}

.modal-open .modal {
  display: none;
}

.carrer-title {
  color: #212529;
  font-weight: 600;
}

.career-opening h3 {
  font-weight: 700;
}

#job-vacancy-list h6 {
  font-weight: 600;
  text-transform: capitalize;
}

#job-vacancy-list ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 15px;
}

#education-list thead tr th:nth-child(1), #education-list thead tr th:nth-child(3), #education-list thead tr th:nth-child(5),
#education-list thead tr th:nth-child(6) {
  min-width: 250px;
}

#education-list thead tr th:nth-child(4), #education-list thead tr th:nth-child(7), #education-list thead tr th:nth-child(8) {
  min-width: 150px;
}