/*#region  **** career img  ****/
.career-img {
    background: url(../images/slider/img-1.png) no-repeat center top / cover;
    min-height: 550px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;

}

.career-img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #54545478;
    z-index: 0;
}

.career-container {
    z-index: 1;
    position: relative;
}

.career-img h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.career-img ul li {
    display: inline-block;
    padding: 0px 5px;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
}

.career-img ul li a {
    color: #fbc52b;
    transition: all .3s;
}

/*#endregion*/

/*#region  **** content with qute  ****/

.career-content{
    /* margin-right: 0;
    margin-left: 0 ; */
    position: relative;
    border-top-width: 1px ;
    background-color: #eee ;
    border-top-color: #ddd;
    border-top-style: solid;
    margin: 10px auto !important
}

.career-content:before {
    content: "\f10d" !important;
    font-size: 30px;
    position: absolute;
    top: -1px;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    color: #999;
    z-index: 2;
}

.career-content:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 30px 0 0;
    border-color: #fff transparent transparent;
    position: absolute;
    top: -1px;
    left: 60px;
}


.career-content-img{
    /* height: auto; */
    /* max-width: 100%; */
    vertical-align: top;
    /* background: #eeeeee url(../images/career/careers-img.png) no-repeat; */
    background-size: 80%;
    background-position: bottom right;
    /* padding: 100px; */
    /* width: 200px; */
    /* height: 160px; */
    position: relative;
    float: left;
}

@media (min-width: 768px) and (max-width: 992px ){

    .career-content{
        float: unset !important;
        /* margin: 10px 20%!important; */
    }
} 

/*#endregion*/

/*#region  **** career img  ****/
.career-img {
    background: url(../images/slider/img-1.png) no-repeat center top / cover;
    min-height: 550px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    
}
.career-img::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #54545478;
    z-index: 0;
}

.career-container{
    z-index: 1;
    position: relative;
}

.career-img h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.career-img ul li {
    display: inline-block;
    padding: 0px 5px;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
}

.career-img ul li a {
    color: #fbc52b;
    transition: all .3s;
}
/*#endregion*/

/*#region  **** carrer box  ****/

article {
    border: 1px solid #e9e9e9;
    /* padding: 0px 15px; */
}

.img-cap-effect:hover .img-box .img-caption {
    top: 0;
}

.img-cap-effect:hover .img-box .img-caption:before {
    bottom: 10px;
    opacity: 1;
}
.img-cap-effect .img-box {
    position: relative;
    overflow: hidden;
}


.post-content-text h2 {
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
    color: #222222;
    /* font-family: 'Raleway', sans-serif; */
    font-weight: 700;
    margin: 15px 0 15px;
    text-transform: uppercase;
}

.post-content-text h2:hover {
    color: #ffba00;
}

.post-content-text p {
    font-size: 14px;
    color: #666666;
    /* font-family: 'Lato', sans-serif; */
    font-weight: 400;
    line-height: 24px;
    margin: 0 10px;
    text-align: justify;
}

.img-cap-effect .img-box .img-caption {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(251, 177, 47, 0.6);
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.career-img-box {
    background: #f4f6f7 url(../images/career/culture-images.jpg) right bottom no-repeat;
    /* url(../images/features/featuresImage.png) right bottom no-repeat; */
    /* width: 100%; */
    background-size: cover;
    height: 250px;
    width: 100%;
}

.benfits-img-box{
    background: #f4f6f7 url(../images/career/befites.jpg) bottom no-repeat;
    background-size: cover;
}

.learning-img-box{
    background: #f4f6f7 url(../images/career/learning.png) bottom no-repeat;
    background-size: cover;
}


.img-cap-effect .img-box .img-caption:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 100%;
    opacity: 0;
    border: 5px solid #ffffff;
    border-bottom: 0;
    border-right: 0;
    -webkit-transition: all .5s ease .5s;
    transition: all .5s ease .5s;
}

.img-cap-effect .img-box .img-caption .box-holder {
    width: 100%;
    height: 100%;
    display: table;
}


.media-bottom {
    margin-bottom: 15px;
}

/*#endregion*/




