* {
    font-family: Bariol;
}
.career-job-image{
    height: 150px !important;
}
.btn-section_one , .btn-section_one:hover{
    text-decoration: none;
    font-size: 18px;
    font-family: Bariol, sans-serif;
    color: white;
    background-color: var(--blue);
    border-radius: 5px;
    cursor: pointer;
    transition: all ease 0.5ms;
    padding: 15px 30px;
}
.section-one {
    background-image: url("../image/shareimage/backgroundimage.png");
    background-size: cover;
}
.title-career{
    font-size: 2.5rem;
    color: var(--darkblue);
    font-family: BariolBold;

}
.career-hr{
    width: 15%;
    display: table;
    margin: auto;
    margin-bottom: 20px;
    border: 2px solid var(--blue);
    opacity: 1;
}
.career-hr2{
    width: 100% !important;
    height : 10px !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: rgb(75,211,239);
    background: linear-gradient(90deg, rgba(75,211,239,1) 12%, rgba(255,255,255,1) 68%);
    /*background: rgb(75,211,239);*/
    /*background: linear-gradient(90deg, rgba(75,211,239,1) 39%, rgba(255,255,255,1) 57%);*/
}
.career-text-section-one{
    color: var(--darkblue);
    line-height: 40px;
}
.WhoWeAre-des{
    text-align: justify;
    font-family: Bariol , sans-serif;
    font-size: 16px;
    color: var(--darkblue);
}
#order-res-two{
    order: 0;
}
.career-image-one {
    margin-top: -40%;
}

/********************************  section one  *************************************/
/********************************  section two  *************************************/
.patern-one{
    position: absolute;
    margin-left: -5rem;
    margin-top: -4rem;
}
.col-style{
    position: relative;
}
.patern-two{
    margin-top: -3rem;
    margin-left: -3rem;
    position: absolute;
}
/********************************  section two  *************************************/
/********************************  section three  *************************************/
.join-title{
    color: var(--darkblue);
    font-family: BariolBold;
}
.join-text{
    color: var(--darkgray);
}
.mb-join-style{
    margin-bottom: 3rem;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/********************************  section three  *************************************/
/********************************  section four  *************************************/
.team-image{
    border-radius: 5px;
    filter: grayscale(1);
}
.swiper-slide.swiper-slide-active img{
    filter:none;
}

/********************************  section four  *************************************/
/********************************  section five  *************************************/
.apply-btn{
    background: var(--blue);
    border: 2px solid var(--blue);
}
.apply-btn:hover{
    background: transparent;
    border: 2px solid var(--blue);
    color: var(--blue);
    transition: 0.3s;
}
.job-title{
    color: var(--darkblue);
    font-family: BariolBold;
}
.job-text{
    color: var(--darkgray);
}
.card{
    height: 100%;
}

/********************************  section five  *************************************/
/********************************   responsive  *************************************/
@media only screen and (min-width: 320px) and (max-width: 767px){
    .career-hr2{
        display: none !important;
    }
    .WhoWeAre-des {
        font-size: 14px;
    }
    .title-career{
        font-size: 2rem;
    }
    .patern-one , .patern-two{
        display: none !important;
    }
    #order-res-one{
        order: 1 !important;
        margin-bottom: 1rem;
    }
    #order-res-two , #order-two{
        order: 2 !important;
    }
    #order-three{
        order: 3 !important;
    }
    .career-image-one {
        margin-top: -2rem;
    }
}
/********************************   responsive  *************************************/