.career-bg {
    background: url(../images/contact-bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.join-section {
    padding: 200px 0px 100px 0px;
}

.join-main {
    padding: 32px;
    margin: 0px 75px;
    border: 0.5px solid rgba(255, 255, 255, 0.20);
    background: #1E1C33;
}

.join-main h2 {
    margin-bottom: 44px;
    text-align: center;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control, select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    padding: 12px 16px;
    background: transparent;
    border: 1px solid rgba(204, 204, 204, 0.20);
    border-radius: 0px;
    color: #FFF;
    font-family: var(--fontRoboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	width:100%;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    padding: 14.8px 16px;
}
textarea {
    padding: 12px 16px;
    background: transparent;
    border: 1px solid rgba(204, 204, 204, 0.20);
    border-radius: 0px;
    width: 100%;
    color: #FFF;
    font-family: var(--fontRoboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group p {
    color: #FFF;
    font-family: var(--fontRoboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.form-group label {
    margin-bottom: 8px;
}

button.form-button.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #9066F2;
    width: 100%;
    color: #FFF;
    font-family: var(--fontRoboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 0px;
    position: relative;
    border: 1px solid #9066F2;
	padding:13px 25px;
}

button.form-button.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background: transparent;
    color: #9066F2;
}

/* button.form-button.wpcf7-form-control.has-spinner.wpcf7-submit:hover svg path {
    fill: #9066F2;
} */

.cv-item {
    margin-bottom: 20px;
}

.cv-item>div {
    display: flex;
    align-items: center;
}

.cv-item>div h6 {
    color: #FFF;
    font-family: var(--fontRoboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-right: 28px;
}

.cv-item>div input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required.file-upload-field {
/*     padding: 8px 24px; */
    color: var(--Main-2, #9066F2);
    text-align: center;
    font-family: var(--fontRoboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
/*     border: 1px solid #9066F2; */
}

/* why-section */

.why-section {
    padding-bottom: 100px;
    position: relative;
}

.why-main {
    margin: 0px 75px;
    justify-content: space-between;
    row-gap: 24px;
    text-align: center;
}

.why-main>.why-box {
    width: 32%;
}

.why-main h2 {
    margin-bottom: 44px;
}

.why-box {
    text-align: center;
    padding: 43px 20px;
    border-radius: 12px;
    border: 0.5px solid rgba(111, 86, 164, 0.30);
    background: rgba(144, 102, 242, 0.07);
    box-shadow: 0px 24px 48px 2px rgba(199, 211, 234, 0.05) inset;
}

.why-box h6 {
    color: #FFF;
    text-align: center;
    font-family: var(--fontRobotoMd);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 16px 0px 8px 0px;
}

.why-box p {
    color: rgba(189, 189, 189, 0.65);
    text-align: center;
    font-family: var(--fontRoboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* celebrate-section */
.celebrate-section {
    text-align: center;
    padding: 56px 0px;
    background: url(../images/celebrate-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.career_slider {
    margin: auto;
}

.celebrate-main p {
    color: #B4B2B2;
    text-align: center;
    font-family: var(--fontRoboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 16px 0px 24px 0px;
}
@media screen and (max-width:1199px) {
.why-main>.why-box {
    width: 49%;
}
}
@media screen and (max-width:991px) {

    .join-main,
    .why-main,
    .celebrate-main {
        margin: 0px;
    }

    .join-section {
        padding: 100px 0px 60px 0px;
    }

    .join-main h2 {
        margin-bottom: 24px;
    }

    .join-main {
        padding: 24px 4px;
    }

    .why-section {
        padding-bottom: 40px;
    }

    .why-main h2 {
        margin-bottom: 6px;
    }

    .celebrate-section {
        padding: 40px 0px;
    }

    .celebrate-main p {
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0px 24px 0px;
    }

    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
        padding: 8px 16px;
    }

    .cv-item>div {
        display: block;
        text-align: center;
    }

    .cv-item>div h6 {
        margin-right: 0px;
        margin-bottom: 8px;
    }
}
@media screen and (max-width:767px) {
    .why-main>.why-box {
        width: 100%;
        padding: 24px;
    }
}
@media screen and (max-width:575px) {
    .career-bg {
        background: url(../images/contact-bg-res.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .slick-slide {
        margin: 0px;
    }
}