.career-banner {
    position: relative
}

.career-bn-cont-area {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%
}

.career-banner-img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    filter: brightness(60%)
}

.career-bn-title {
    color: #fff;
    font-size: 50px
}

.career-bn-text {
    color: #fff;
    font-size: 18px
}

.career-bn-readmore {
    color: #fff;
    background: #00b6bd;
    padding: 10px 40px;
    border-radius: 6px;
    display: inline-block
}

.career-bn-readmore:hover {
    background: #009fdf;
    color: #fff
}

.career-bn-right-btn {
    background: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #01357e;
    border-radius: 6px;
    font-size: 16px;
    margin: 20px 0
}

.career-reg-btn {
    padding: 5px 20px;
    background: #01357e;
    color: #fff;
    border-radius: 6px;
    width: 100px;
    text-decoration: none;
    text-align: center
}

.career-reg-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #009fdf;
    transition: .5s
}

.career-bn-right-btn p {
    margin-bottom: 0;
    color: #01357e
}

.m-v-g-container {
    margin: 40px 0
}

.career-m-v-g-card {
    margin: 20px
}

.career-m-v-g-img {
    width: 100%;
    max-width: 100%;
    height: 300px;
    object-fit: cover
}

.m-v-g-desc-area {
    padding: 15px 0
}

.m-v-g-title {
    color: #01357e
}

.m-v-g-desc,
.m-v-g-desc-area .list-unstyled li {
    color: #656567
}

.career-video-area {
    padding: 40px 0;
    background: #f9f9f9
}

.career-head {
    font-size: 42px;
    color: #01357e;
    text-align: center;
    margin-bottom: 20px
}

.career-video-iframe {
    width: 100%;
    height: 300px;
    border-radius: 10px
}

.career-video-desc-area:first-child {
    color: #656567
}

.career-video-watch {
    color: #01357e
}

.career-video-watch .fa-arrow-circle-right {
    color: #009fdf
}

.career-open-position-area {
    background-image: url(../images/banners/career-open-position.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0
}

.career-open-head {
    color: #fff;
    font-size: 42px
}

.career-open-desc {
    color: #fff;
    font-weight: 500
}

.open-pos-btn {
    display: inline-block;
    padding: 10px 40px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 6px;
    background: #01357e
}

.open-pos-btn:hover {
    background: #009fdf;
    color: #fff;
    transition: .5s
}

.career-benifit-card {
    margin: 20px
}

.career-benifit-title {
    color: #01357e;
    margin-bottom: 20px
}

.career-benifit-desc {
    color: #656567
}

.career-job-sec{
    background-color: #f0f1f2;
    padding: 30px 0;
}
.career-content-sec{
    background-color: #f0f1f2;
    padding-bottom: 30px;
    padding-top: 30px;
}
.career-job-card {
    background: #fff;
    border: 1px solid #f0f6fc;
    box-sizing: border-box;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 30%);
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
    display: block
}

.career-job-card h1 {
    font-size: 24px;
    color: #0e2d58;
    line-height: 28px;
    height: 56px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;

}

.career-job-card p {
    font-size: 16px;
    color: #4b4b50;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 24px;
    -webkit-box-orient: vertical;
}

.career-last-head {
    color: #737b7d;
    font-size: 42px;
    text-align: center;
    opacity: .7;
    margin-bottom: 20px
}

.career-explore-btn {
    background: #01357e;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    margin: 20px 15px
}

.career-explore-btn:hover {
    background: #009fdf;
    color: #fff
}
.career-title{
    font-size: 24px;
    margin-bottom: 10px;
    color: #0e2d58;
}
.HomecontentPart{
    list-style: none;
}
.HomecontentPart li{
    margin-bottom: 10px;
}

@media only screen and (min-device-width:769px) and (max-device-width:1024px) {
    .career-m-v-g-img {
        height: 250px
    }
}

@media only screen and (max-width:768px) {
    .career-m-v-g-img {
        height: auto
    }
}

@media only screen and (max-width:540px) {
    .career-banner-img {
        height: 320px;
        object-position: center;
    }

    .career-bn-cont-area {
        top: 50px
    }

    .career-m-v-g-card {
        margin: 10px
    }

    .career-video-iframe {
        height: auto
    }

    .career-last-head,
    .career-open-head {
        font-size: 32px
    }

    .career-bn-title {
        font-size: 36px
    }

    .career-bn-right-btn p {
        font-size: 1rem;
        line-height: 1.2
    }
}