@import "/assets/ltr/home.css";
/*--------------------------
      Careers
          - main image photo
          - main page title
  ----------------------------*/

.page-header-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction:column;
    height: 30rem;
    background-color: #0c6689;
    text-align: center;
    text-transform: capitalize;
  }
  

  .page-header-small-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction:column;
    height: 9rem;
    background-color: #0c6689;
    text-align: center;
    text-transform: capitalize;
  }
.page-title {
    font-size: 3.4rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.1;
    margin-bottom: 0.2rem;
    text-shadow: 1px 1px 1px #fff, 1px 1px 1px #ffffff;
    color: #0c6689;
    font-family: 'Helvetica Neue' !important;
}

/*--------------------------
    Careers
        - Job Cards
        - Main title
        - paragraph (Are you Talented?)

----------------------------*/

.content-title-section .title {
    max-width: 55.5rem;
    margin: 0 auto 0.7rem;
    font-size: 2.4rem;
}

p {
    font-size: 1.4rem !important;
}

/*--------------------------
    Careers
        - Job Cards
----------------------------*/

body {
    background-color: white !important; 
}

.grid-system {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.card {
    border:#0c6689;
    border-radius: 20px;
}

.c-details span {
    font-weight: 300;
    font-size: 13px;
}

.icon {
    width: 50px;
    height: 50px;
    background-color: #eee;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 39px
}

.badge span {
    background-color: #eee;
    width: 100%;
    height: 25px;
    padding-bottom: 3px;
    border-radius: 5px;
    display: flex;
    color: #0c6689;
    justify-content: center;
    align-items: center;
}

.progress {
    height: 10px;
    border-radius: 10px;
}

.progress div {
    background-color: #0c6689;
}

.text1 {
    font-size: 14px;
    font-weight: 600;
}

.text2 {
    color: #a5aec0;
}
