.header-area {
    background-color: black;
}

.features-area {
    background-color: var(--theme);
}


/* Banner Area */

.mr-10 {
    margin-right: 10px;
}

.header-spacing {
    padding-top: 150px;
    padding-bottom: 120px;
}

.icon-img-80 {
    width: 80px;
}

.p-style {
    font-size: 17px !important;
    font-weight: 500;
}

.long-arw {
    margin-right: 30px;
}

.hero-area .section-title {
    font-size: 80px
}

@media only screen and (max-width:767px) {
    .hero-area .section-title {
        font-size: 40px;
    }

    .pt_sm_30 {
        padding-top: 30px;
    }

    .header-spacing {
        padding-top: 120px;
        padding-bottom: 60px;
    }
}

/* Blog Area */

.career-details-area {
    padding-top: 100px
}

@media only screen and (max-width: 1399px) {
    .career-details-area {
        padding-top: 80px
    }
}

.career-details-area .section-title {
    margin-top: 0
}

.details-area-inner {
    padding-top: 32px;
    max-width: 850px
}

.details-area-inner .job-meta {
    display: flex;
    gap: 30px 70px;
    margin-top: 31px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 28px
}

.details-area-inner .job-meta .title {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 1;
    display: inline-block
}

.details-area-inner .job-meta .text {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary);
    display: block;
    margin-top: 9px;
    line-height: 1
}

.details-area-inner .job-description {
    margin-top: 20px
}

.details-area-inner .info-content {
    margin-top: 35px
}

.details-area-inner .info-content .title {
    font-size: 30px
}

.details-area-inner .info-content .info-text {
    margin-top: 14px
}

.details-area-inner .info-content .info-text li {
    position: relative;
    padding-inline-start: 28px;
    font-size: 18px;
    line-height: 1.5;
    margin-top:15px;
}

.details-area-inner .info-content .info-text li:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background-color: currentColor;
    border-radius: 50%;
    top: 11px;
    inset-inline-start: 12px
}

.details-area-inner .ending-note {
    margin-top: 33px
}

.imp_head{
    font-weight: 600;
    color: #121212;
}