﻿html {
    scroll-behavior: smooth;
}

.navbar-light {
    position: unset;
}

.careers-bg {
    background-color: #0398D0;
    background-image: url(../images/careers-bg-img.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 0;
}

.careers-banner {
    display: flex;
    gap: 20px;
}

.careers-b-video {
    width: 40%;
    border-radius: 0px 500px 500px 0px;
    overflow: hidden;
}

.careers-b-info {
    width: 60%;
    padding: 2% 15% 2% 5%;
    color: #fff;
    font-size: 16px;
}

.careers-b-video video {
    max-width: 100%;
}

.careers-b-info h4 {
    color: #fff;
    font-size: 36px;
    line-height: 48px;
    padding-bottom: 5px;
}

.careers-b-info ul {
    padding: 0;
    margin: 0;
    margin-top: 40px;
}

.careers-b-info ul li {
    width: 220px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}

.careers-b-info ul li::before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url('../images/careers-bullets.svg');
    background-size: 30px;
}

.eop {
    padding: 16px 24px;
    border-radius: 12px;
    border: 1px solid #fff;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
    font-weight: bold;
}

.eop:hover {
    background-color: #fff;
    color: #0398D0;
}

.tt-bg {
    background-color: #F5F5F6;
    padding-top: 30px;
    padding-bottom: 30px;
}

.tt-info h5 {
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
}

.tt-info h5 span {
    color: #0398D0;
}

.tt-info p {
    margin-top: 5px;
}

.j-us {
    font-size: 16px;
    color: #000;
    padding: 12px 28px;
    border: 1px solid #000;
    border-radius: 12px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: inline-block;
    margin-top: 20px;
    width: 150px;
    text-align: center;
    margin-bottom: 30px;
}

.j-us:hover {
    background-color: #000;
    color: #fff;
}

.tt-employees {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin-top: 45px;
    margin-bottom: 20px;
}

.tt-emp {
    width: 23.5%;
    color: #333F48;
}

.tt-emp img {
    max-width: 100%;
    margin-bottom: 20px;
}

.carousel-item .tt-emp {
    width: 100%;
}

.sfo {
    position: relative;
    width: 480px;
}

.sfo input {
    border-radius: 100px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 8px 100px 8px 40px;
    min-height: 55px;
    width: 100%;
}

.sfo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}

.sfo button {
    position: absolute;
    top: 6px;
    bottom: 6px;
    right: 10px;
    margin: auto;
    border-radius: 100px;
    background: #0398D0;
    padding: 8px 16px !important;
    color: #fff;
    font-weight: bold;
    height: fit-content;
}

.sfo button:hover {
    background-color: #000;
}

.sfo-dd {
    text-align: right;
}

.sfo-dd select {
    border-radius: 100px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 8px 40px 8px 40px;
    min-height: 55px;
    background-repeat: no-repeat;
    background-position: 15px center;
    min-width: 165px;
}

select.lo {
    background-image: url(../images/map-pin.svg) !important;
}

select.de {
    background-image: url(../images/Outline-location.svg)!important;
}

select.jo {
    background-image: url(../images/briefcase.svg)!important;
}

.sfo-dd .cas + .cas {
    margin-left: 10px;
}

.sfo-dd select {
    -webkit-appearance: none;
    appearance: none;
    max-width: 250px;
}

.cas {
    position: relative;
    display: inline-block;
}

.cas::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    background-image: url(../images/chevron-down-alt.svg);
}

.ops {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #E2E6EE;
    background-color: #FFF;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 20px;
}

.ops-dtls {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
    margin-right: 2%;
    min-width: 55%;
}

.ops-role b {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.ops-role p {
    color: #626C83;
    font-size: 16px;
    margin-bottom: 0;
}

.ops-dtls p {
    display: inline-block;
    color: #40444C;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0;
}

.ops-dtls p span {
    display: block;
    color: #626C83;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
}

.ops:hover {
    box-shadow: 0px 0px 3px 4px rgba(0, 0, 0, 0.05);
}

a.ops {}

.sjn-bg {
    padding: 30px 0;
    background-color: #F5F5F6;
}

.sjn {
    align-items: flex-end;
}

.sjn h5 {
    color: #001A23;
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 15px;
}

.sjn p {
    color: #40444C;
    font-size: 15px;
    margin-bottom: 0;
}

.sjn input {
    padding: 10px 16px;
    border-radius: 12px;
    border: 1px solid #E2E6EE;
    background-color: #FFF;
    flex: 1;
}

.sjn .btn-sc {
    color: #fff;
    padding: 10px 20px;
    border-radius: 16px;
    background-color: #0398D0;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.sjn .btn-sc:hover {
    background-color: #000;
}

.sjn-ip {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

/* top talent employee slider styles starts here */

.tt-c-indicators {
    position: absolute;
    right: 15px;
    top: -79px;
    display: flex;
    align-items: center;
}

.tt-c-indicators a {
    position: unset;
    opacity: 1;
    min-height: 48px;
    min-width: 48px;
}

.tt-c-indicators .carousel-control-prev {
    padding: 5px;
    border-radius: 12px 0px 0px 12px;
    border: 1px solid #001A23;
    border-right: 0;
}

.tt-c-indicators .carousel-control-prev span {
    background-image: url('../images/symbols_arrow-left.svg');
    background-size: 24px;
}

.tt-c-indicators .carousel-control-next {
    padding: 5px;
    border-radius: 0px 12px 12px 0px;
    border: 1px solid #001A23;
}

.tt-c-indicators .carousel-control-next span {
    background-image: url('../images/symbols_arrow-right.svg');
    background-size: 24px;
}

.tt-c-indicators a:hover {
    background-color: #0398D0;
}

.tt-c-indicators a:hover span {
    filter: brightness(0) invert(1);
}

.slide-num {
    font-size: 16px;
    color: #001A23;
    margin-right: 15px;
    margin-top: 3px;
}

@media(max-width: 480px){
    #toptalentCarousel {
        max-width: 93vw;
    }
}
@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        /*       display: none;*/
    }

    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 4 */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

/* display 2 */
@media (max-width: 480px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

/* top talent employee slider styles ends here */

.cpd-bg {
    padding: 30px 0;
    border-top: 1px solid #E2E6EE;
}

.cdp h4 {
    color: #000;
    font-size: 64px;
    font-weight: bold;
}

.cdp p {
    color: #626C83;
}

.cdp-tiles ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.cdp-tiles ul li {
    font-size: 12px;
    color: #40444C;
    padding: 6px 12px;
    border-radius: 6px;
    background-color: #F1F3F9;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn-cpd {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 10px 18px !important;
    border-radius: 12px !important;
    background-color: #0398D0 !important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05)!important;
}

.btn-cpd:hover {
    background-color: #000;
}

.cpd-info p {
    font-size: 16px;
    color: #40444C;
}

.cpd-info h5 {
    color: #000;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCD2E0;
    margin-top: 35px;
    margin-bottom: 20px;
}

.cpd-info ul {
    padding-left: 20px;
    font-size: 16px;
}

.cpd-info ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cdp-form {
    padding: 30px 24px;
    border-radius: 12px;
    background-color: #F1F3F9;
}

.cdp-form h5 {
    margin-top: 0;
}

.cdp-form .form-group {
    margin-bottom: 20px;
}

.cdp-form label {
    color: #40444C;
    font-size: 16px;
    font-weight: bold;
}

.cdp-form label span {
    color: #0398D0;
}

.cdp-form .form-control {
    height: auto;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #F1F3F9;
    background-color: #FFF;
    font-size: 16px;
}

.file-drop-area {
    position: relative;
    text-align: center;
    max-width: 100%;
    padding: 15px;
    border: 2px dashed #F1F3F9;
    border-radius: 16px;
    transition: 0.2s;
    background-color: #fff;
}

.file-drop-area.is-active {
    background-color: rgba(255, 255, 255, 0.05);
}

.file-msg {
    font-size: small;
    font-weight: bold;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 108px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.file-drop-area p {
    color: #40444C;
    font-size: 14px;
    margin-bottom: 0;
    max-width: 100%;
    margin-top: 15px;
}

.file-drop-area span {
    color: #626C83;
    font-size: 12px;
    display: block;
    text-align: center;
    margin-top: 7px;
    font-weight: normal;
}

.file-input {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.file-input:focus {
    outline: none;
}

.fub-img {
    display: block;
    margin: auto;
}

.file-drop-area .file-info p {
    font-size: 16px;
}

.file-drop-area .file-info p span {
    font-size: 14px;
    margin-top: 5px;
}

.cdp-form label span.dfc {
    color: #626C83;
}

.cdp-form p {
    font-size: 14px;
}

.btn-sa {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 10px 18px !important;
    border-radius: 12px !important;
    background-color: #0398D0 !important;
    display: block !important;
    width: 100% !important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
}

.btn-sa:hover {
    background-color: #000;
}

.cdp-form .form-control.usr {
    padding-right: 40px;
    background-image: url(../images/user_outline.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.cdp-form .form-control.em {
    padding-right: 40px;
    background-image: url(../images/envelope_outline.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.cdp-form .form-control.li {
    padding-right: 40px;
    background-image: url(../images/link_outline.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
}

@media(max-width:992px) {
    .careers-banner {
        flex-wrap: wrap;
        gap: 0;
    }

    .careers-b-video {
        width: 70%;
    }

    .careers-b-info {
        width: 100%;
        padding: 2% 5%;
    }

    .sfo {
        width: 100%;
    }

    .sfo-dd {
        text-align: left;
    }

    .sfo-dd.mt-5 {
        margin-top: 20px !important;
    }

    .cdp h4 {
        font-size: 50px;
        margin-bottom: 0;
    }

    .btn-cpd {
        margin-bottom: 25px;
    }
}

@media(max-width:480px) {
    .careers-b-video {
        width: 90%;
    }

    .careers-b-info h4 {
        font-size: 30px;
        padding-top: 10px;
        line-height: 1.3;
    }

    .careers-b-info ul li {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .careers-b-info ul li::before {
        width: 26px;
        height: 26px;
        background-size: 26px;
    }

    .careers-b-info ul {
        margin-top: 25px;
    }

    .eop {
        margin-bottom: 20px;
        padding: 12px 20px;
    }

    .tt-info h5 {
        font-size: 30px;
        line-height: 1.3;
    }

    .cas {
        display: block;
    }

    .sfo-dd select {
        width: 100%;
        min-height: 45px;
        max-width: 210px;
    }

    .sfo-dd .cas + .cas {
        margin-left: 0;
        margin-top: 15px;
    }

    .ops {
        padding: 12px;
        gap: 20px;
    }

    .ops-role {
        width: 100%;
    }

    .ops-role b {
        font-size: 16px;
    }

    .ops-role p {
        font-size: 13px;
    }

    .ops-dtls {
        width: 100%;
        margin-right: 0;
        gap: 5vw;
    }

    .ops-dtls p {
        font-size: 14px;
    }

    .ops-dtls p span {
        font-size: 12px;
    }

    .sjn-bg {
        padding: 15px 0;
    }

    .sjn h5 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .sjn p {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .sjn-ip {
        margin-bottom: 10px;
    }

    .cdp-tiles ul {
        gap: 10px;
    }

    .cdp-tiles ul li {
        padding: 6px;
        font-size: 10px;
    }

    .cdp h4 {
        font-size: 36px;
    }

    .btn-cpd {
        font-size: 14px;
        padding: 8px 18px;
    }

    .cdp-form {
        padding: 22px 14px;
    }
}
