
body {
    font-family: "Poppins", sans-serif !important;
}

/* ***************** Job ************* */
.gray {
    background: #f6fafd;
}

.detail-wrapper {
    width: 100%;
    display: table;
    border-radius: 6px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 4px 4px 4px 4px rgb(230 233 249 / 30%);
}

.job-title-bar h1 {
    margin-bottom: 0.25em;
    color: #ed1c24;
    font-weight: 600;
    font-size: 20px;
}

.job-title-bar h3 {
    margin-bottom: 0.25em;
    color: #ed1c24;
    font-weight: 600;
    font-size: 24px;
}

.bg-success-light {
    background: rgba(15, 183, 107, 0.1) !important;
    color: #0fb76b !important;
}

span.job-tag {
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 50px;
    top: -3px;
    position: relative;
}

.detail-wrapper-header {
    padding: 1em 1em 0em 1em;
    border-bottom: 1px solid #eef4f9;
}

.detail-wrapper-body {
    padding: 1em 1em 1.5em 1.5em;
}

.detail-wrapper-header h4 {
    color: #ed1c24;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 4px;
}

.detail-list {
    padding: 0;
    display: inline-block;
    width: 100%;
}

.detail-list li::before {
    position: absolute;
    left: 0;
    top: 13px;
    width: 10px;
    height: 1px;
    content: "";
    background: #677782;
}

.detail-list li {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 0px;
    position: relative;
    padding-left: 23px;
    line-height: 22px;
    margin-bottom: 12px;
    font-size: 16px !important;
}

.job-title-bar h3 {
    color: #ed1c24;
    font-weight: 600;
}

.widget-boxed {
    background-color: #fff;
    border-radius: 6px;
    padding: 20px 12px 20px 20px;
    transform: translate3d(0, 0, 0);
    z-index: 1;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #eef4f9;

}



.widget-boxed-header {
    padding: 0px 0 4px;
    border-bottom: 1px solid #eaeff5;
}

.widget-boxed-header h4 {
    color: #ed1c24;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 4px;
}

.side-list ul li {
    list-style: none;
    padding: 4px 10px;
    display: flex;
    width: 100%;
    color: #000;
    align-items: center;
    justify-content: flex-start;
}

.career-details .detail-list li {
    color: #000;
    line-height: 28px;
}

.career-details p {
    color: #000;
}

.responsibilities li {
    margin-bottom: 0;
}

.responsibilities {
    margin: 0px 0;
    display: inline-block;
}

.widget-boxed-body .side-list i {
    padding-right: 10px;
}

.widget-boxed-body .side-list span {
    padding-right: 10px;
}

.side-list-second ul li {
    list-style: none;
    padding: 4px 10px;
    display: flex;
    width: 100%;
    color: #000;
    align-items: center;
    justify-content: space-between;
}

.side-list-second {
    padding-right: 40px;
}

.side-list-second ul li p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.widget-boxed-body .theme-btn i {
    margin-right: 12px;
    transform: rotate(0deg);
    transition: var(--transition2);
}

.sidebar {
    position: sticky;
}

.site-breadcrumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat !important;
    /* background-position: center !important; */
    background-size: cover !important;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 1;
}

.mode-popup-desigen {
    background-color: #fff;
    height: auto;
    padding: 30px 20px;
    border-radius: 20px;
}

.mode-close-btn {
    position: absolute;
    right: 0;
    top: -8px;
}

.enquiry-frm .form-label {
    margin-bottom: 2px;
    color: #6d6969;
    font-size: 14px;
    padding-left: 12px;
}

.enquiry-frm input {
    height: 42px;
    border-radius: 50px;
    padding: 10px 22px;
}

.enquiry-frm textarea {
    border-radius: 50px;
    padding: 10px 22px;
}

.enquiry-frm ::placeholder {
    font-size: 14px;
    color: #857c7c;
}

.enquiry-frm input:hover {
    border: 1px solid #cb5c369e;
    box-shadow: 1px 1px 4px #cb5c369e;
    transition: .6s ease-in-out;
}

.form-control:focus {
    color: unset;
    background-color: unset;
    border-color: #dee2e6;
    outline: 0;
    box-shadow: unset;
}

.submit-btn .btn {
    margin: auto;
    display: block;
    background-color:#ed1c24;;
    border: none;
    padding: 10px 30px;
    border-radius: 12px;
}

.responsibilities {
    padding-left: 0;
}

.side-list-second ul {
    padding-left: 0;
}

.side-list ul {
    padding-left: 0;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
	top:80px;
    z-index: 0;
}