ul.nav.navbar-nav.navbar-left li a:hover{
    color:#fff!important;
}

.col-sm-4.job-card-home a.btn:hover{
    
    background: linear-gradient(90deg, rgba(184,145,230,1) 0%, rgba(139,113,238,1) 100%)!important;
    border: 1px solid #fff;
    color:#fff!important;
}

.slicknav_menu{
    position: absolute;
    left: 0;
    z-index: 99999;
    top: 10%;
    width: 100%!important;
}

.slicknav_btn{
    border-color:#fff!important;
    border-radius: 15px!important;
}
.slicknav_icon-bar{
    background: #fff!important;
    height: 0.15em!important;
}

.job_image_feature{
    width:100%;
    max-height: 500px;
    border-radius: 100px;
    background: none!important;
    border:none!important;
}

.single-job-list{
    display: block;
    margin-right: 125px;
    position: relative;
}
.single-job-list h4 {
    font-size: 24px;
    margin-bottom: 10px;
}
.single-job-list p {
    margin-bottom: 20px;
}


.single-job-list .jobtitle{
    font-size: 15px!important;
    text-align: center;
    color: #fff!important;
  }

  .single-job-list div{

    padding: 5px 20px 5px 0;
  }