
.career_banner{
  /* background-image: url(../img/support.png); */
  min-height: 268px;
  background-repeat: no-repeat;
}
.career_bg{
  padding: 90px 0 50px 0;
}


.career_nav{
  padding-top: 0px;
  padding-bottom: 0;
}
.career_content{
    padding: 22px 0 19px 0;
}
.career_list{
    color: #247f80;
}
.career_col{
    padding: 23px;
}
.s1{
  background: #FFF3E1;
  border-radius: 11px;
}
.s2{
  background: #F0EFFF;
  border-radius: 11px;
}
.s3{
  background: #E4F2FF;
  border-radius: 11px;
}
/* The old, slow way. */
.slow-transition {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    transition: box-shadow 500ms;
  }
  
  .slow-transition:hover {
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.5);
  }
  
  .career_col:hover::before {
    /* Show the pseudo-element on hover. */
    opacity: 1;
  }
  .support_hbtn{
    padding-top: 9px;
  }
  .btn-goback{
    background: #288be4;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 12px;
    /* width: 12%; */
  }
  .btn-home{
    font-size: 12px;
    /* width: 12%; */
    background: #ffffff;
    color: #288be4;
    border: 2px solid #ffffff;
  }
  .support_content{
    padding: 0 88px 0 81px;
  }
  @media (min-width: 570px) {
    .btn-home{
        width: auto !important;
    }
  }
  @media (max-width: 999px) {
    .support_content{
      padding: 0 47px 0 44px;
    }
  }
  .banner-area .fullscreen {
    height: 317px !important;
} 
.career_list_type{
  color:black;
}
  