#job_header{
    background-image: url('../img/careers-banner.jpg');
    height: 596px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 0;
}
#job_header .overlay{
    position: absolute;
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
#job_header .content-head{
    margin-top: 100px;
}
#job_header .content-head h3,
#job_header .content-sub-head h1,
#job_header .watch-video h3
{
    color: #ffffff;
}
#job_header .content-sub-head {
    margin-top: 50px;
}
#job_header .watch-video{
    text-align: center;
    position: absolute;
    bottom: 40px;  left: 43%;
}
.content-job-body{
    background-color: #EDEDED;
}
.content-become{
    margin-bottom: 50px;
    margin-top: 30px;
}
.content-become h3{
    color: #333333;
    text-align: center;
    padding: 30px 0;
    font-size: 25px;
    font-weight: bold;
}
.content-steps .step{
    text-align: center;
    margin-bottom: 40px;
}
.content-steps .step img{
    border-radius: 50%;
    margin-bottom: 20px;
}
.content-steps .step .number{
    direction: rtl;
}
.content-steps .step .number strong{
    font-size: 40px;
    color: #FF7F01;
}
.content-steps .step .number span{
    font-size: 25px;
}
.content-steps .step .short-description{
    text-align: center;
    margin-top: 20px;
}
.content-steps .step .read-more{
    margin-top: 20px;
    text-align: center;
    display: block;
}
.break-job{
    background-color: #a9a5a5;
    height: 2px;
}
.content-form{
    margin-bottom: 30px;
    margin-top: 30px;
}
.content-form .content-sub-form{
    padding-top: 30px;
}
.content-sub-form .input-group{
    direction: rtl;
    margin-bottom: 20px;
}
.content-sub-form form{
    margin-top: 30px;
}
.hiring .hiring-item{
    margin-bottom: 30px;
}
.hiring .hiring-item .date{
    background-color: #ffffff;
    padding: 10px;
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 25px;
    text-align: center;
}
.hiring .hiring-item .content-img img{
    width: 100%;
    height: auto;
}
.hiring .hiring-item .content-body{
    background-color: #ffffff;
    padding: 20px;
}
.hiring .hiring-item .title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.hiring .hiring-item .by{
    margin-bottom: 5px;
}
.hiring .hiring-item .share a,.hiring .hiring-item .by{
    font-size: 17px;
}
.hiring .hiring-item .continue-reading{
    margin-top: 50px;
}
.hiring .hiring-item .continue-reading a{
    color: #FF7E00;
    font-weight: bold;
}