@font-face {
    font-family: nebula;
    src: url("../images/fonts/Nebula-Regular.otf");
}

body {
    font-family: 'Poppins', sans-serif;
}


/* commn-style */

p {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}

.head h1,
.head-title {
    font-family: nebula;
}

.head h1 {
    font-size: 74px;
    font-weight: 400;
}

html {
    overflow: auto;
}

body {
    overflow: hidden;
    overflow-x: hidden;
}

img {
    width: 100%;
}

.ftr-last-inner img {
    width: 200px;
}

.header-nav-toggle {
    filter: brightness(0) invert(1);
}

header.header .D3-logo img {
    filter: brightness(0) invert(1);
    width: 200px;
}

section.inner_banner {
    position: relative;
}

.head_common {
    position: absolute;
    left: 10%;
    color: #fff;
    top: 50%;
}

section.inner_banner img.w-100 {
    max-height: 400px;
    object-fit: cover;
}

section.inner_banner {
    position: relative;
}

section.careers_n img {
    width: auto;
    max-width: 100%;
}

.car_sec1 {
    width: 60%;
}

.career__gallery-img:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}

section.careers_n img.c3{
    width: 330px;
}

.career__gallery-img {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 700px;
}

section.careers_vacancy {
    background: #171717;
    color: #fff;
    padding: 0 0 5rem 0;
}

.car_position a {
    color: #fff;
    text-decoration: none;
}

.job__link {
    text-align: right;
    overflow: hidden;
    position: relative;
}

.job__link svg,
.job__link span {
    font-size: 30px;
    color: #a8a8a8;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.job__item:hover .job__link svg {
    -webkit-transform: rotate(-45deg) translate(60px, 2px);
    transform: rotate(-45deg) translate(60px, 2px);
    color: #fff;
}

.job__item:hover .job__link span::after {
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    color: #fff;
}

.job__link span::after {
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    right: 45px;
    bottom: -35px;
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.job__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5fr 5fr 1fr;
    grid-template-columns: 1fr 5fr 5fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0px 1rem 0;
    /*border-bottom: 1px solid #fff;
    padding: 35px 0;*/
}

.job_positions .accordion-button {
    padding: 0 var(--bs-accordion-btn-padding-x) !important;
    background: transparent;
    display: block;
}

.job_positions .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.job__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.5;
    color: #a8a8a8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.job__item:hover .job__title {
    /*    color: #fff;*/
}

.job__no,
.job__open {
    font-weight: 300;
    font-size: 21px;
    line-height: 1.3;
    color: #a8a8a8;
}

section.careers_vacancy h2 {
    font-weight: 500;
    font-size: 60px;
    padding: 2rem 0 2rem 0;
}

section.careers_vacancy .accordion-header {
    background: #171717;
    padding: 1rem 0 1rem 0;
}

.career__benefits-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.career__benefits-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 240px;
    height: 240px;
    text-align: center;
    border-radius: 100%;
    margin-left: -30px;
    margin-top: -30px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
}

section.careers_benefits {
    background: #000;
    color: #fff;
}

section.careers_benefits {
    background: #000;
    color: #fff;
    padding: 5rem 0;
}

.careers_benefits .sec-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.testimo_first h6 {
    color: #E66445;
    text-transform: uppercase;
}

.te_member img {
    width: 50px;
    height: 50px;
}

.te_member {
    display: flex;
    align-items: center;
}

.te_member ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 15px;
}

.te_member ul li {
    list-style: none;
}

.te_member ul li:last-child {
    color: #60697B;
    font-size: 12px;
}

.te_member ul li:first-child {
    color: #343F52;
    font-size: 15px;
}

ul.stars li svg {
    color: #FCC032;
}

ul.stars li {
    display: inline-block;
}

ul.stars {
    padding: 0;
}

section.careers_testim {
    background: #EDF2FC;
    position: relative;
    z-index: 9;
}

.bg_white {
    position: absolute;
    height: 300px;
    background: #fff;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.testimo_second_inner {
    background: #fff;
    padding: 2rem 2rem;
    margin: 0 0 2rem 0;
    /*    min-height: 300px;*/
    box-shadow: 2px 2px 6px 3px rgb(177 177 177 / 24%);
    border-radius: 5px;
}

.car_par {
    /*display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;*/
}

.careers_vacancy .accordion-button::after {
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #d3d3d3;
    top: 45%;
    position: absolute;
    right: 2%;
}

.careers_vacancy .accordion-button:not(.collapsed)::after {
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #d3d3d3;
}

.careers_vacancy .accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    background: #171717;
    color: #dedede;
}

.careers_vacancy .card-body {
    background: #171717;
    /*    padding: var(--bs-card-spacer-y) 0;*/
    border: none;
}

.careers_vacancy .accordion-body a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 0.5rem 2rem;
    text-transform: capitalize;
    font-size: 14px;
    border-radius: 5px;
}

.careers_vacancy .accordion-body .coll_apse {
    margin: 10px 0 0 0;
}

.careers_vacancy .card-body .career_dte.car_inner ul li {
    font-size: 14px;
}

.careers_vacancy .card-body .career_dte.car_inner h3 {
    font-size: 22px;
}

.careers_vacancy .card-body .career_dte.car_inner h4 {
    font-size: 18px;
}

.careers_vacancy .accordion-item {
    border: none;
    border-bottom: 1px solid #404040;
}

.careers_vacancy .accordion-item:first-child {
    border-top: 1px solid #404040;
}

.careers_vacancy .accordion-item:last-of-type {
    /*	border-bottom: none;*/
}

.career_form .md-form {
    padding: 5px 0;
}

.career_form .form-control {
    line-height: 50px;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    position: relative;
}

input[type=file]::after {
    content: "Upload Resume ";
    color: black;
    text-align: left;
    margin-right: auto;
    position: absolute;
    left: 8rem;
}

input[type=file] {
    color: transparent !important;
}

.career_form .form-control::placeholder {
    color: #707070;
}

.career_form button.btn {
    border: 1px solid #111;
    background: #111;
    color: #fff;
    padding: 0.6rem 3rem;
    text-transform: uppercase;
    font-size: 17px;
    margin: 10px 0 0 0;
}

.career_form .form-control:focus {
    outline: none;
    box-shadow: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.car_bt .btn {
    background: #020202;
    color: #fff;
    border: 1px solid #fff;
    transition: .3s;
    padding: 0.5rem 2rem;
}

.car_bt .btn:hover {
    transition: .3s;
    background: #171717;
    color: #fff;
    border-color: #fff;
}

.car_bt {
    text-align: right;
}

.job_positions .accordion {
    --bs-accordion-border-color: #171717;
}


/*.career__gallery-img.img-anim {
    background-image: url(../images/care_2.jpeg);
     min-height: 400px; 
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    background-size: contain;
}*/

.career__gallery-img.img-anim {
    background-image: url(../images/care_2.jpg);
    min-height: 400px;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    /* background-position: center center; */
    /* width: 100%; */
    /* height: 100%; */
    /* background-position: 0% 0%; */
    /*    background-size: auto 100%;*/
    /* background-size: cover; */
    /* height: 100vh; */
}


/*-- -----------------media query start------------------- --*/

@media (max-width: 1200px) {
    .career__gallery-img {
        height: 100%;
    }
    .car_sec1 {
        width: 100%;
    }
}

@media only screen and (max-width:991px) {}

@media(min-width:769px) {
    .career__gallery-img.img-anim {
        background-size: 50% auto;
    }
}

@media(max-width:768px) {
    .career__gallery-img.img-anim {
        background-size: 100% auto;
    }
}

@media only screen and (max-width: 767px) {
    .career__gallery-img:last-child {
        gap: 0;
    }
    .career__gallery-img img {
        margin: 15px auto 15px;
        /* margin-bottom: 20px;*/
    }
    .job__item {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding: 35px 0 20px;
    }
    .job__no,
    .job__open {
        font-size: 16px;
    }
    .job__title {
        font-size: 20px;
    }
    .career__benefits-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 50px;
    }
    .car_par {
        grid-template-columns: 1fr;
    }
}

@media (min-width:576px) and (max-width: 767px) {
    section.careers_vacancy h2 {
        font-size: 40px;
        padding: 0rem 0 1rem 0;
    }
}

@media(max-width:575px) {
    section.careers_vacancy h2 {
        padding: 0rem 10px 1rem 10px;
        font-size: 33px;
    }
}