.job-title h3{
    padding: 10px;
    color: #349BA4;
    margin: 0;
    border: 1px solid #349BA4;
    border-radius: 5px;

    background: linear-gradient(to left, #ffffff 50%, #349BA4 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}

.job-title h3:hover{
    background-position: left;
    color: #ffffff;
}

.job-title{
    cursor: pointer;
}

.openning .job-description{
    max-height: 0;
    transition: all 1s ease;
    opacity: 0;
    visibility: hidden;
    padding: 0px 20px;
}

.current-opennings{
    padding: 20px;
}

.no-data{
    color: #727272;
    text-align: center;
    margin: 0 50px;
}

.no-data h3{
    margin: 0;
}