/* @import url("https://use.typekit.net/chm6apd.css"); */
@import url("https://use.typekit.net/chm6apd.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
    font-family: Myriad Pro;
    background-image: url(../images/bg-us.jpg);
    background-color: #47497c;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    background-color: #0c0f22 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0 !important;
}

.h1,
h1 {
    font-size: 4rem !important;
    font-weight: 600 !important;
    color: #0f2d52 !important;
}

h5 {
    font-size: 36px !important;
    font-weight: 600 !important;
}

h4 {
    font-size: 38px !important;
    font-weight: bold !important;
}

.fff {
    background-color: #fff !important;
}

/* // Simple Animation Transforms */
.animate {
    opacity: 0;
    transition: all 0.5s ease-out;

    &.fade-up {
        transform: translate3d(0, 50px, 0);
    }

    &.fade-down {
        transform: translate3d(0, -50px, 0);
    }

    &.fade-right {
        transform: translate3d(50px, 0, 0);
    }

    &.fade-left {
        transform: translate3d(-50px, 0, 0);
    }

    &.visible {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.overflow-hidden {
    overflow: hidden;
}

.border-none {
    border: none !important;
}

.text-org {
    color: #f37600;
}

.text-blue {
    color: #0070b9;
    /* font-family: apertura; */
}

.selector-for-some-widget {
    box-sizing: content-box;
}

.navbar-brand {
    width: auto !important;
}

a.navbar-brand img {
    width: 55%;
    height: auto;
}

.navbar {
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    font-size: 14px;
    font-weight: 300;
    background-color: #fff;
}

.nav-link {
    color: #16478d !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #f37600 !important;
}

.page-head {
    font-size: 22px;
    font-weight: bold;
}

/* Margin/Padding */

.mt-6 {
    margin-top: 5rem !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-7 {
    margin-bottom: 7rem !important;
}

.p-6 {
    padding: 4.5rem !important;
}

/* Button */

.link-btn {
    color: #f37600;
}

.link-underline {
    text-decoration: none !important;
}

.link-underline:hover {
    text-decoration: underline !important;
}

hr {
    opacity: 1000 !important;
    color: #0e2d52 !important;
}

.link-btn-2 {
    background-color: #f37600 !important;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;

    a {
        color: #fff !important;
        text-decoration: none !important;
    }
}

.link-btn-2:hover {
    background-color: #f37600d9 !important;
}

.para-text {
    font-size: 28px;
    color: #0e2d52;
    line-height: 35px;
    word-spacing: 0px;
}

.uppercase {
    text-transform: uppercase;
}



.who-we {

    h5.card-title {
        position: absolute;
        bottom: 120px;
        text-transform: uppercase;
        color: #fff;
        font-size: 42px !important;
        left: 0;
        line-height: 37px;
    }

    .card-body {
        height: 124px;
        background-color: #0070b9;
        color: #fff !important;

        .card-text {
            font-size: 18px;
            line-height: 22px;
        }

        .card-footer {
            border: none;
            bottom: 12px;
            position: absolute;
            right: 20px;
            font-size: 19px;
            background-color: transparent;
            cursor: pointer;
            padding: 0;
            opacity: 0.8;
            color: #fff !important;
        }

        .card-footer:hover {
            opacity: 1;
        }
    }
}


.carousel {

    .carousel-inner {
        background-color: #fcdbc8;
        height: 76vh;
        display: flex;
        align-items: center;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 13% !important;
    }

    .carousel-control-next-icon {
        background-image: url("../images/right-arrow.png");
    }

    .carousel-control-prev-icon {
        background-image: url("../images/left-arrow.png");
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: inline-block;
        width: 100px;
        height: 172px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 100% 100%;
    }

    .carousel-item.item-1 {
        /* height: 60vh; */

        .carousel-caption {
            position: static;
            text-align: left;
            /* margin-left: 80px; */
            /* margin-top: 60px; */
            display: flex !important;
            padding: 80px 120px 60px 160px;

            .para-text {
                font-size: 26px;
                margin-top: 40px;
            }
        }
    }

    .carousel-item.item-2 {
        /* height: 60vh; */

        .carousel-caption {
            position: static;
            text-align: center;
            padding: 150px 180px;

            h5 {
                font-size: 50px !important;
            }

            .para-text {
                font-size: 28px;
                margin-top: 40px;
                font-weight: 700;
            }
        }
    }

    .carousel-item.item-3 {

        .carousel-caption {
            position: static;
            text-align: center;
            padding: 150px 180px;
            z-index: 1;
            /* position: static; */

            h5 {
                font-size: 50px !important;
            }

            .para-text {
                font-size: 28px;
                margin-top: 40px;
                font-weight: 600;
            }
        }

        img {
            position: absolute;
            bottom: -47px;
            inset-area: center;
            z-index: -1px;
        }
    }

    .carousel-item.item-4 {

        .carousel-caption {
            text-align: center;
            padding: 132px 180px;
            z-index: 1;
            position: static;

            h5 {
                font-size: 50px !important;
            }

            .para-text {
                font-size: 28px;
                margin-top: 40px;
                font-weight: 600;
            }
        }

        img {
            position: absolute;
            bottom: -47px;
            inset-area: center;
            z-index: -1px;
        }
    }

    .carousel-item.item-5 {

        .carousel-caption {
            text-align: center;
            padding: 132px 180px;
            z-index: 1;
            position: static;

            h5 {
                font-size: 50px !important;
            }

            .para-text {
                font-size: 28px;
                margin-top: 40px;
                font-weight: 600;
            }
        }

        img {
            position: absolute;
            bottom: -47px;
            inset-area: center;
            z-index: -1px;
        }
    }

    .carousel-item.item-6 {

        .carousel-caption {
            text-align: center;
            padding: 132px 180px;
            z-index: 1;
            position: static;

            h5 {
                font-size: 50px !important;
            }

            .para-text {
                font-size: 28px;
                margin-top: 40px;
                font-weight: 600;
            }
        }

        img {
            position: absolute;
            bottom: -47px;
            inset-area: center;
            z-index: -1px;
        }
    }

}

.start-heading {

    .h1,
    h1 {
        font-size: 2.5rem !important;
    }
}

.journey {

    a {
        text-decoration: none;
    }

    h5.card-title {
        text-transform: uppercase;
        color: #fff;
        font-size: 56px !important;
        text-align: center;
        text-shadow: 0px 1px 11px rgba(0, 0, 0, 1);
    }

    .card-img-overlay {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;

        span {
            height: 5px;
            background: #f37121;
            width: 180px;
            display: block;
        }
    }
}

.card,
.card-img,
.card-img-top {
    border-radius: 0 !important;
}

p+p {
    margin-top: 30px;
}

.values {
    h3 {
        font-size: 3.6rem;
        font-weight: 700;
        margin-bottom: 15px !important;

    }

    .dark-blue {
        color: #0f2d52;
    }

    .light-blue {
        color: #0070b9 !important;
    }
}

/* Photo Slider */
.grey-bg {
    background-color: #d1d3d4;
}

.grid-item {
    background-color: #d1d3d4;
    text-align: center;
    display: grid;
    justify-content: center;
}

.carousel-container {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-content {
    display: flex;
    animation: scroll 30s linear infinite;
}

.carousel-img-item {
    min-width: 36%;
    height: auto;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.culture-p,
.diversity-p {
    div h5 {
        font-size: 30px !important;
    }

    div p {
        font-size: 26px;
        line-height: 38px;
    }

    img {
        width: 70%;
        padding-top: 10px;
        /* padding-bottom: 40px; */
    }
}

/* .typo-img {
    background-image: url(../images/culture-typo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 99vh;
    display: flex;
    justify-content: center;

    .nav-button.prev {
        margin-top: 0;
        margin-right: 20px;
        padding: 7% 4% 7% 53%;
        border: none;
        background: #d1d3d4;
        border-radius: 0;
    }

    .nav-button.next {
        margin-top: 0;
        margin-left: 20px;
        padding: 7% 53% 7% 4%;
        border: none;
        background: #d1d3d4;
        border-radius: 0;
    }
} */

video.responsive-iframe {
    /* height: 330px; */
    width: 500px;
}

/* div.container {
    border: 1px solid transparent;
} */

.video-typo {

    border: none;
    /* background: #d1d3d4; */

    .nav-button.prev {
        margin-right: 10px;
        border: none;
    }

    .nav-button.next {
        margin-left: 10px;
        border: none;
    }
}
/*added for responsiveness*/
.responsive-iframe-2 {
    width: 100%;
    border: 0;
}

.career-video-embed {
    display: block;
    aspect-ratio: 16 / 9;
    min-height: 0;
}

/* Logo Slider */

.carousel-inner>.carousel-item {
    position: relative;
    /*     display: none; */
    -webkit-transition: .6s ease-in-out left;
    -moz-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.thumbnails {
    padding-left: 8%;
    list-style: none;
    padding-right: 8%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.thumbnails:before,
.thumbnails:after {
    display: table;
    line-height: 0;
    content: "";
}

.thumbnails>li {
    float: left;
    margin-bottom: 0;
}

.logo-slider {
    /* padding: 40px 0; */
    background: #fff;
    border-top: 4px solid #102c52 !important;
    border-bottom: 4px solid #102c52 !important;

    .slide-container {
        max-width: 90%;
        width: 100%;
        padding: 40px 0;
    }

    .slide-content {
        margin: 0 40px;
        overflow: hidden;
        border-radius: 25px;
    }

    .culture-slider .thumbnail {
        width: 100%;
        aspect-ratio: 4 / 3;
        overflow: hidden;
    }

    .culture-slider .thumbnail a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .culture-slider .thumbnail img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .card {
        /* border-radius: 25px; */
        background-color: #FFF;
        border: none;
    }


    .image-content,
    .card-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 14px;
    }

    .image-content {
        position: relative;
        row-gap: 5px;
        padding: 25px 0;
    }

    .swiper-navBtn {
        color: #102c52;
        transition: color 0.3s ease;
    }

    .swiper-navBtn:hover {
        color: #f57600;
    }

    .swiper-navBtn::before,
    .swiper-navBtn::after {
        font-size: 42px;
    }

    .swiper-button-next {
        right: 0;
    }

    .swiper-button-prev {
        left: 0;
    }


    .swiper-pagination-bullet {
        background-color: #faae67;
        opacity: 1;
    }

    .swiper-pagination-bullet-active {
        background-color: #f57600;
    }

    @media screen and (max-width: 768px) {

        .slide-container {
            max-width: 100%;
        }

        .slide-content {
            margin: 0 10px;
        }

        .swiper-navBtn {
            display: none;
        }
    }
}

.map-section {
    padding: 4rem !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
    background-color: #fff;

    .para-text {
        font-size: 28px;
        line-height: 33px;
        /* font-weight: 500; */
    }

    span {
        height: 5px;
        background: #f37121;
        width: 180px;
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    div div.card {
        display: flex;
        justify-content: center;
        align-items: center;
        background: none !important;
        border: none !important;

        img {
            width: 60%;
        }
    }
}

.map-img {
    background-image: url(../images/map-bg.png);
    height: 814px;
}

.container.bg-light.p-4,
.container.bg-light.pb-1.overflow-hidden {
    margin-top: -1px;
}

.btn-banner {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 32px 86px !important;
    border-radius: 0 !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    background-color: #f37121 !important;
    border: none !important;
}

.btn-banner:hover {
    background-color: #e76616 !important;
}

.stu-content {
    h4 {
        color: #0e2d52;
        text-transform: uppercase;
        font-size: 36px !important;
        padding-bottom: 25px;
    }

    .para-text {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 40px;
        margin-top: 0;
    }
}

.begin-videos {
    justify-content: flex-end;
    margin-top: -90px !important;

    .v1 {
        display: inline-flex;
        align-items: flex-end;
    }

    .v2 {
        /* padding: 0; */
        margin-bottom: -7px;
    }

    .v3 {
        padding: 0;
        margin-bottom: -7px;
        z-index: 2;
        position: relative;
    }
}

.get-started {
    span {
        height: 6px;
        width: 80%;
        display: block;
        background-color: #0070b9;
        right: 0;
        /* position: absolute;
        bottom: 70px; */
        z-index: -2;
    }

    h4 {
        /* position: absolute; */
        right: 40px;
        /* bottom: 100px; */
        font-size: 34px !important;
        color: #0070b9;

        img {
            padding-left: 20px;
        }
    }
}

.text-webcenter {
    text-align: -webkit-center !important;
}

.recurr-process {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 11%, rgba(243, 113, 33, 1) 87%);
    padding: 60px 80px !important;
    margin-top: 0 !important;
    color: #102c53;

    h4 {
        font-size: 40px !important;
        padding-bottom: 30px;
        text-transform: uppercase;
    }

    .para-text {
        font-size: 28px;
        line-height: 32px;
        color: #102c53;
    }

    div.text-end {
        display: flex;
        flex-direction: column;
        justify-content: center;

        h5 span {
            color: #fff !important;
        }
    }

    h5 {
        font-size: 60px !important;
        font-weight: 600 !important;
        line-height: 60px;
        text-transform: uppercase;
    }

    a {
        font-size: 31px;
        color: #fff;
        padding-top: 20px;
        font-weight: 500;
    }

    a:hover {
        opacity: 0.9;
    }
}

.prof-v1,
.prof-v2,
.prof-v3 {
    display: flex;
    flex-direction: column;
    justify-content: center;

    h6 {
        color: #0070b9;
        font-size: 28px;
        font-weight: 800;
        padding-bottom: 10px;
        padding-top: 20px;
    }

    .para-text {
        font-size: 19px !important;
        line-height: 24px !important;
    }
}

.search-job {
    padding: 0 !important;
    padding-top: 50px !important;
    padding-bottom: 40px !important;

    .form-control:focus,
    .form-select:focus {
        color: #102c53 !important;
        background-color: #e6e7e8 !important;
        border-color: #d9d9d9 !important;
        outline: 0;
        box-shadow: none !important;
    }

    input {
        background-color: #e6e7e8 !important;
        /* height: 100% !important; */
        height: 4.5rem !important;
        border-radius: 4px !important;
        font-size: 28px !important;
        padding-left: 80px !important;
    }

    input::placeholder {
        color: #666 !important;
        opacity: 1 !important;
    }

    :-ms-input-placeholder {
        color: #666 !important;
    }

    svg.bi.bi-search {
        position: absolute !important;
        width: 40px !important;
        height: auto !important;
        color: #444 !important;
        margin-top: 20px !important;
        margin-left: 20px !important;
    }

    .btn-blu {
        background-color: #0070b9 !important;
        color: #fff !important;
        border: none !important;
        font-size: 26px !important;
        font-weight: 600 !important;
        text-transform: uppercase;
        padding: 20px 80px !important;
        border-radius: 4px !important;
        text-wrap: nowrap;
    }

    .form-select-lg {
        width: 100% !important;
        padding: 15px 48px 15px 25px !important;
        border-radius: 4px !important;
        font-size: 28px !important;
        text-align: left !important;
        background-color: #e6e7e8 !important;
        border: var(--bs-border-width) solid var(--bs-border-color);
        color: #666 !important;
    }

    .form-select {
        background-position: right 1rem center !important;
        background-size: 24px 24px !important;
        height: auto !important;
    }

}

.job-list {
    border-top: 4px solid #0f2d52 !important;
    border-bottom: 4px solid #0f2d52 !important;
    padding-top: 10px;
    padding-bottom: 10px;

    h4 {
        text-transform: uppercase;
        color: #999;
        font-size: 42px !important;
    }

    .btn-tag {
        background-color: #e6e7e8;
        color: #102c53;
        font-size: 22px;
        font-weight: 600;
        text-transform: none !important;
        border: none;
    }

    .btn-tag:hover,
    .btn-tag:active {
        background-color: #bfc0c1 !important;
        border: none;
    }

    .bi.bi-x-lg {
        margin-right: 6px;
        width: 20px;
        height: 20px;
        margin-top: -2px;
    }
}

.job-description {
    margin-top: 30px;
    text-transform: capitalize !important;

    .nav-pills .nav-link {
        border-radius: 0;
        /* background-color: #f2f3f3; */
        background-color: #ededed;
        color: #0f2d52;
        padding: 22px;
        margin: 0;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        /* color: var(--bs-nav-pills-link-active-color); */
        background-color: #f0fcff;
    }

    .nav-link {
        text-align: start;

        h4 {
            font-size: 30px !important;
            color: #0f2d52 !important;
            text-transform: capitalize !important;
        }

        .loc {
            font-size: 28px;
            color: #444;
            text-transform: capitalize !important;
        }

        .posted-on {
            color: #0070b9;
            font-size: 24px;
            text-transform: capitalize !important;
        }

    }

    button.nav-link+button.nav-link {
        margin-top: 20px;
    }

    .tab-content {
        background: #f0fcff;
        padding: 22px;
        height: 100%;
        /* height: 1748px; */
        /* height: 109.25rem; */

        h4 {
            font-size: 30px !important;
            color: #0f2d52 !important;
        }

        .loc {
            font-size: 28px;
            color: #444;
        }

        .salary {
            color: #0070b9;
            font-size: 20px;
        }

        .job-details {
            overflow: auto;
            height: 58vh;

            h2 {
                color: #f37127;
                font-size: 22px;
                font-weight: 700;
                margin-top: 30px;
            }

            p,
            li {
                font-size: 22px;
                /* line-height: normal; */
                line-height: 1.25;
                color: #444;
                padding-top: 8px;
            }

            p+p {
                margin-top: 20px;
            }

            dl,
            ol,
            ul {
                padding-left: 20px;
                line-height: 24px;
            }
        }
    }

    .btn-org {
        background-color: #f37600 !important;
        color: #fff !important;
        border: none !important;
        font-size: 26px !important;
        font-weight: 700 !important;
        text-transform: uppercase;
        padding: 20px 100px !important;
        border-radius: 4px !important;
        text-wrap: nowrap;
    }

    p i {
        font-size: 26px;
        font-weight: 500;
        line-height: normal;
        color: #0f2d52;
    }

}

/* for set career diversite paragraph */
p+p {
    margin-top: 1rem !important;
}

.bg-light {
    background-color: #fff !important;
}

/* career student video tab */
.career-student-video {
    min-height: auto;
}

/* // Media query for all devices */

/* // Android devices */
@media (min-width: 300px) {

    .h1,
    h1 {
        font-size: 1.8rem !important;
    }

    h5 {
        font-size: 32px !important;
    }

    h4 {
        font-size: 23px !important;
    }

    .journey {
        h5.card-title {
            font-size: 25px !important;
        }
    }

    .navbar-brand {
        width: 70% !important;
    }

    body {
        background-size: 260%;
    }

    .container.bg-light.p-4 {
        padding: 3rem !important;
    }

    .page-head {
        font-size: 18px;
    }

    hr {
        margin: 0.5rem 0 !important;
    }

    .row.mt-5.mr-0 {
        margin: 0;
        margin-top: 1rem !important;
    }

    .para-text {
        font-size: 23px;
        line-height: 28px;
    }

    .link-btn-2 {
        margin-top: 20px !important;
        padding: 10px;
    }

    .c-image-1 {
        margin-top: 2rem !important;
    }

    .text-section {
        padding: 1.2rem !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 20px;

        .col-12.mt-4 {
            margin-top: 1rem !important;
        }
    }

    .who-we {
        h5.card-title {
            bottom: 115px;
            font-size: 37px !important;
        }
    }

    .carousel {

        .carousel-control-next-icon,
        .carousel-control-prev-icon {
            width: 30px;
            height: 52px;
        }

        .carousel-control-next,
        .carousel-control-prev {
            width: 12% !important;
        }

        .carousel-item.item-1 {
            .carousel-caption {
                text-align: center;
                padding: 40px 55px 40px 55px;
                flex-direction: column;

                .para-text {
                    font-size: 17px;
                    margin-top: 20px;
                }
            }

            img.sm-image {
                width: 50%;
                margin-top: 20px;
            }
        }

        h5 {
            font-size: 25px !important;
        }

        .carousel-item.item-2 {

            .carousel-caption {
                padding: 50px 50px;

                h5 {
                    font-size: 40px !important;
                }

                .para-text {
                    font-size: 23px;
                    margin-top: 20px;
                }
            }
        }

        .carousel-item.item-3 {

            .carousel-caption {
                padding: 50px 50px;

                h5 {
                    font-size: 40px !important;
                }

                .para-text {
                    font-size: 23px;
                    margin-top: 20px;
                }
            }

            img {
                position: absolute;
                bottom: -120px;
                inset-area: center;
                width: 130%;
                left: 0;
                z-index: -1;
                position: static;
                margin-bottom: -190%;
                margin-left: -50px;
            }

        }

        .carousel-item.item-4 {

            .carousel-caption {
                padding: 50px 50px;

                h5 {
                    font-size: 40px !important;
                }

                .para-text {
                    font-size: 23px;
                    margin-top: 20px;
                }
            }

            img {
                position: absolute;
                bottom: -120px;
                inset-area: center;
                width: 130%;
                left: 0;
                z-index: -1;
                position: static;
                margin-bottom: -216%;
                margin-left: -50px;
            }

        }

        .carousel-item.item-5 {

            .carousel-caption {
                padding: 50px 50px;

                h5 {
                    font-size: 38px !important;
                }

                .para-text {
                    font-size: 23px;
                    margin-top: 20px;
                }
            }

            img {
                position: absolute;
                bottom: -120px;
                inset-area: center;
                width: 130%;
                left: 0;
                z-index: -1;
                position: static;
                margin-bottom: -214%;
                margin-left: -50px;
            }

        }

        .carousel-item.item-6 {

            .carousel-caption {
                padding: 50px 50px;

                h5 {
                    font-size: 40px !important;
                }

                .para-text {
                    font-size: 23px;
                    margin-top: 20px;
                }
            }

            img {
                position: absolute;
                bottom: -120px;
                inset-area: center;
                width: 130%;
                left: 0;
                z-index: -1;
                position: static;
                margin-bottom: -200%;
                margin-left: -50px;
            }

        }

        .carousel-item.item-3.active,
        .carousel-item.item-4.active,
        .carousel-item.item-5.active,
        .carousel-item.item-6.active {
            display: flex;
            justify-content: center;
        }

    }

    .journey {
        padding-bottom: 20px;

        h5.card-title {
            font-size: 38px !important;
        }
    }

    .values {
        h3 {
            font-size: 3.2rem;
            margin-bottom: 0 !important;
        }
    }

    .culture-p,
    .diversity-p {
        div h5 {
            font-size: 26px !important;
        }

        div p {
            font-size: 18px;
            line-height: 26px;
        }
    }

    .carousel-img-item {
        min-width: 60%;
    }

    video.responsive-iframe {
        width: 144px;
    }

    .video-typo {

        button img {
            width: 10px;
        }

        /* .nav-button.prev, .nav-button.next {
            padding: 0.5% 3% 0.5% 22.1%;
        } */

        .nav-button.prev {
            padding: 0.5% 4% 0.5% 23%;
            margin-right: 5px;
        }

        .nav-button.next {
            padding: 0.5% 23% 0.5% 3%;
            margin-left: 5px;
        }
    }

    .map-section {
        padding: 3rem !important;
        padding-left: 20px !important;
        padding-right: 20px !important;

        div div.card {
            margin-top: 30px;
        }
    }

    .map-img {
        height: 1260px;
    }

    .btn-banner {
        position: absolute;
        right: 0;
        bottom: -70px;
        padding: 17px 20px !important;
        font-size: 18px !important;
        width: 100%;
    }

    .stu-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-top: 0 !important;

        h4 {
            color: #0e2d52;
            text-transform: uppercase;
            font-size: 28px !important;
            padding-bottom: 15px;
            margin-top: 70px;
        }

        .para-text {
            font-size: 23px;
            line-height: 28px;
            padding-bottom: 30px;
            margin-top: 0;
        }
    }

    .begin-videos {
        margin-top: -20px !important;
        padding-bottom: 30px;
    }

    .recurr-process {
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 11%, rgba(243, 113, 33, 1) 87%);
        padding: 30px 20px !important;
        margin-bottom: 60px;

        h4 {
            font-size: 36px !important;
            padding-bottom: 10px;
        }

        .para-text {
            font-size: 22px;
            line-height: 30px;
        }

        h5 {
            font-size: 52px !important;
            line-height: 50px;
        }

        div.text-end {
            h5 span {
                color: #f37121 !important;
            }
        }

        a {
            font-size: 28px;
            color: #f37121;
            padding-bottom: 20px;
        }
    }

    .get-started {
        a {
            text-decoration: none;
        }

        h4 {
            position: relative;
            right: -40px;
            /* bottom: -20px; */
            font-size: 30px !important;
            color: #0070b9;
            margin-top: 0 !important;
        }

        span {
            height: 6px;
            width: 80%;
            display: block;
            background-color: #0070b9;
            right: -30px;
            position: relative;
            bottom: -24px;
            z-index: -2;
        }
    }

    .m-hide {
        display: none;
    }

    .d-hide {
        display: block;
    }

    .search-job {
        padding-top: 20px !important;

        svg.bi.bi-search {
            width: 30px !important;
            margin-top: 16px !important;
            margin-left: 18px !important;
        }

        input {
            font-size: 19px !important;
            padding-left: 60px !important;
            padding-top: 20px !important;
            padding-bottom: 20px !important;
        }

        .form-select-lg {
            font-size: 1.3vw !important;
        }

        .btn-blu {
            letter-spacing: 2px;
            font-size: 37px !important;
        }
    }

    .job-list {
        h4 {
            font-size: 26px !important;
            /* padding-bottom: 20px; */
        }

        .btn-tag {
            font-size: 22px;
            margin-bottom: 10px;
            display: flex;
            justify-content: space-between;
            flex-direction: row-reverse;
            align-items: center;
        }
    }

    .job-description {

        .p-sm-0 {
            padding: 0 !important;
        }

        p i {
            font-size: 16px;
        }

        .accordion-button {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            background-color: #f2f3f3;

            h4 {
                font-size: 18px !important;
                padding-bottom: 10px;
            }

            .loc {
                font-size: 18px;
                color: #444;
                padding-bottom: 10px;
            }

            .posted-on {
                font-size: 18px;
                color: #0070b9;
            }
        }

        .accordion-item+.accordion-item {
            margin-top: 10px;
        }

        .accordion-button:not(.collapsed)::after,
        .accordion-button::after {
            position: absolute;
            right: 15px;
        }

        .accordion-button:focus {
            box-shadow: none;
        }

        .accordion-body {
            background-color: #cfe2ff;
            border-top: 1px solid #97c0ff;

            h4 {
                font-size: 17px !important;
                padding-bottom: 6px;
            }

            .loc {
                font-size: 15px;
                color: #444;
                padding-bottom: 6px;
            }

            .salary {
                font-size: 15px;
                color: #0070b9;
                line-height: normal;
            }

            .job-details {

                h2 {
                    color: #f37127;
                    font-size: 16px;
                    font-weight: 700;
                    margin-top: 30px;
                }

                p,
                li {
                    font-size: 16px;
                    line-height: normal;
                    color: #444;
                    padding-top: 8px;
                }

                p+p {
                    margin-top: 10px;
                }

                dl,
                ol,
                ul {
                    padding-left: 18px;
                    line-height: 24px;
                }
            }
        }


    }

}

/* // Iphone devices */
@media (min-width: 390px) {

    .h1,
    h1 {
        font-size: 2rem !important;
    }

    h5 {
        font-size: 36px !important;
    }

    h4 {
        font-size: 25px !important;
    }

    .journey {
        h5.card-title {
            font-size: 25px !important;
        }
    }

    .navbar-brand {
        width: 70% !important;
    }

    body {
        background-size: 260%;
    }

    .container.bg-light.p-4 {
        padding: 1rem !important;
    }

    .page-head {
        font-size: 18px;
    }

    hr {
        margin: 0.5rem 0 !important;
    }

    .row.mt-5.mr-0 {
        margin: 0;
        margin-top: 1rem !important;
    }

    .para-text {
        font-size: 23px;
        line-height: 28px;
    }

    .link-btn-2 {
        margin-top: 20px !important;
        padding: 10px;
    }

    .c-image-1 {
        margin-top: 2rem !important;
    }

    .text-section {
        padding: 1.2rem !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 20px;

        .col-12.mt-4 {
            margin-top: 1rem !important;
        }
    }

    .who-we {
        h5.card-title {
            bottom: 116px;
            font-size: 40px !important;
        }
    }

    .carousel {

        .carousel-control-next-icon,
        .carousel-control-prev-icon {
            width: 30px;
            height: 52px;
        }

        .carousel-control-next,
        .carousel-control-prev {
            width: 12% !important;
        }

        .carousel-item.item-1 {
            .carousel-caption {
                text-align: center;
                padding: 40px 55px 40px 55px;
                flex-direction: column;

                .para-text {
                    font-size: 17px;
                    margin-top: 20px;
                }
            }

            img.sm-image {
                width: 50%;
                margin-top: 20px;
            }
        }

        h5 {
            font-size: 25px !important;
        }

        .carousel-item.item-2 {

            .carousel-caption {
                padding: 50px 50px;

                h5 {
                    font-size: 40px !important;
                }

                .para-text {
                    font-size: 23px;
                    margin-top: 20px;
                }
            }
        }

        .carousel-item.item-3 {

            .carousel-caption {
                padding: 50px 50px;

                h5 {
                    font-size: 40px !important;
                }

                .para-text {
                    font-size: 23px;
                    margin-top: 20px;
                }
            }

            img {
                position: absolute;
                bottom: -120px;
                inset-area: center;
                width: 130%;
                left: 0;
                z-index: -1;
                position: static;
                margin-bottom: -164%;
                margin-left: -50px;
            }

        }

        .carousel-item.item-4,
        .carousel-item.item-5 {

            .carousel-caption {
                padding: 50px 50px;

                h5 {
                    font-size: 40px !important;
                }

                .para-text {
                    font-size: 23px;
                    margin-top: 20px;
                }
            }

            img {
                position: absolute;
                bottom: -120px;
                inset-area: center;
                width: 130%;
                left: 0;
                z-index: -1;
                position: static;
                margin-bottom: -168%;
                margin-left: -50px;
            }

        }

        .carousel-item.item-5 {
            img {
                margin-bottom: -182%;
            }
        }

        .carousel-item.item-6 {

            .carousel-caption {
                padding: 50px 50px;

                h5 {
                    font-size: 40px !important;
                }

                .para-text {
                    font-size: 23px;
                    margin-top: 20px;
                }
            }

            img {
                position: absolute;
                bottom: -120px;
                inset-area: center;
                width: 130%;
                left: 0;
                z-index: -1;
                position: static;
                margin-bottom: -164%;
                margin-left: -50px;
            }

        }

    }

    .journey {
        padding-bottom: 20px;

        h5.card-title {
            font-size: 40px !important;
        }
    }

    .values {
        h3 {
            font-size: 3.5rem;
        }
    }

    .culture-p,
    .diversity-p {
        div p {
            font-size: 20px;
        }
    }

    video.responsive-iframe {
        width: 159px;
    }

    .video-typo {

        button img {
            width: 10px;
        }

        .nav-button.prev {
            padding: 1% 4% 1% 23%;
            margin-right: 5px;
        }

        .nav-button.next {
            padding: 1% 23% 1% 3%;
            margin-left: 5px;
        }
    }

    .stu-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    body {
        background-size: 168%;
    }

    .navbar-brand {
        width: 30% !important;
    }

    .container.bg-light.p-4 {
        padding: 3rem 3rem 0 3rem !important;
    }

    hr {
        margin: 1rem 0 !important;
    }

    .row.mt-5.mr-0 {
        margin-top: 2rem !important;
    }

    /* .c-image-1 {
        margin-top: 3rem !important;
    } */

    .text-section {
        padding: 2rem !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .col-sm-12 {
        width: 100% !important;
    }

    .h1,
    h1 {
        font-size: 3.5rem !important;
    }

    h4 {
        font-size: 25px !important;
    }

    h5 {
        font-size: 44px !important;
    }

    .page-head {
        font-size: 26px;
    }

    .link-btn {
        font-size: 22px;
    }

    .para-text {
        font-size: 25px;
        line-height: 35px;
    }

    .who-we {
        h5.card-title {
            bottom: 154px;
            font-size: 25px !important;
            line-height: 24px;
        }

        .card-body {
            height: 160px;

            .card-text {
                font-size: 17px;
                line-height: 19px;
            }

            .card-footer {
                bottom: 10px;
                font-size: 16px;
            }
        }
    }

    .journey {
        padding-bottom: 20px;

        h5.card-title {
            font-size: 38px !important;
        }
    }

    .carousel {

        .carousel-control-next-icon,
        .carousel-control-prev-icon {
            width: 60px;
            height: 103px;
        }

        .carousel-control-next,
        .carousel-control-prev {
            width: 18% !important;
        }

        .carousel-item.item-1 {
            .carousel-caption {
                text-align: center;
                padding: 50px 120px 50px 120px;
                flex-direction: column;

                .para-text {
                    font-size: 20px;
                    margin-top: 20px;
                }
            }

            img.sm-image {
                width: 40%;
                margin-top: 30px;
            }
        }

        h5 {
            font-size: 34px !important;
        }

        .carousel-item.item-2 {
            .carousel-caption {
                padding: 50px 120px;
            }
        }

        .carousel-item.item-3,
        .carousel-item.item-5 {
            .carousel-caption {
                padding: 50px 120px;
            }

            img {
                bottom: -34px;
                width: 100%;
                margin-bottom: -122%;
                margin-left: 0;
            }
        }

        .carousel-item.item-4,
        .carousel-item.item-6 {
            .carousel-caption {
                padding: 50px 120px;
            }

            img {
                /* bottom: -35px; */
                width: 100%;
                margin-bottom: -130%;
                margin-left: 0;
            }
        }

    }

    .values {
        h3 {
            font-size: 5.2rem;
            line-height: 90px;
        }
    }

    /* .typo-img {
        height: 76vh;

        div div div {
            margin-top: 390px;
        }

        .nav-button.prev {
            padding: 134px 20px;
            margin-right: 10px;

            img {
                width: 20px;
            }
        }

        .nav-button.next {
            padding: 134px 20px;
            margin-left: 10px;
            
            img {
                width: 20px;
            }
        }

    } */

    video.responsive-iframe {
        width: 266px;
    }

    .culture-p,
    .diversity-p {

        div h5 {
            font-size: 32px !important;
        }

        div p {
            font-size: 22px;
        }
    }

    .video-typo {
        .nav-button.prev {
            padding: 2.5% 5% 2.5% 23%;
            margin-right: 5px;
        }

        .nav-button.next {
            padding: 2.5% 24% 2.5% 4%;
            margin-left: 5px;
        }
    }

    .map-img {
        height: 1280px;
        background-size: cover;
    }

    .map-section {
        div div.card {
            img {
                width: 40%;
            }
        }
    }

    .btn-banner {
        bottom: -110px;
        padding: 22px 20px !important;
        font-size: 30px !important;
    }

    .stu-content {
        padding-left: 25px !important;
        padding-right: 25px !important;
        margin-top: -1px !important;

        h4 {
            font-size: 36px !important;
            margin-top: 110px;
        }

        .para-text {
            font-size: 24px;
            line-height: 34px;
        }
    }

    .get-started {

        h4 {
            text-align: end;
            /* bottom: -40px; */
            right: 30px;
        }

        span {
            /* bottom: -44px; */
            float: right;
            margin-bottom: 50px;
            right: 0;
        }
    }

    .recurr-process {

        h4 {
            font-size: 40px !important;
            padding-bottom: 15px;
        }

        .para-text {
            font-size: 26px;
            line-height: 32px;
        }

        h5 {
            font-size: 72px !important;
            line-height: 55px;
        }

        a {
            font-size: 32px;
        }
    }

    .job-description {

        .accordion-body {

            .loc,
            .salary {
                font-size: 19px;
            }

            .job-details {
                h2 {
                    font-size: 18px;
                    font-weight: 500;
                }

                p,
                li {
                    font-size: 18px;
                }
            }
        }
    }

}

@media (width: 1280px),
(height: 800px) {

    /* .typo-img {
        div div div {
            margin-top: 60px !important;
        }
    }

    .typo-img {
        height: 92vh !important;
    } */

    .video-typo {
        button img {
            width: 18px !important;
        }

        .nav-button.prev {
            /* padding: 2.8% 3% 2.8% 24.6% !important;
            margin-right: 10px !important; */
            padding: 2.2% 3% 2.2% 24.1% !important;
            border: none !important;
            background: #d1d3d4 !important;
        }

        .nav-button.next {
            /* padding: 2.8% 24.6% 2.8% 3% !important;
            margin-left: 10px !important; */
            padding: 2.2% 3% 2.2% 24.1% !important;
            border: none !important;
            background: #d1d3d4 !important;
        }
    }

    .map-section {
        .para-text {
            font-size: 23px;
            line-height: 28px;
        }

        div div.card {
            img {
                width: 60%;
            }
        }
    }

    .map-img {
        height: 700px;
    }

    .btn-banner {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 32px 86px !important;
        border-radius: 0 !important;
        font-size: 22px !important;
        font-weight: 500 !important;
        text-transform: uppercase;
        width: auto;
    }

    .stu-content {
        h4 {
            margin-top: 10px;
        }

        .para-text {
            font-size: 26px;
            line-height: 36px;
            padding-bottom: 30px;
        }
    }

    .begin-videos {
        margin-top: -150px !important;
    }

    .get-started {
        span {
            margin-bottom: 20px;
        }
    }

    .recurr-process {
        .para-text {
            font-size: 25px;
            line-height: 32px;
        }

        h5 {
            font-size: 56px !important;
            line-height: 46px !important;
        }
    }

    .job-description {

        .tab-content {
            .job-details {
                overflow: auto;
                height: 153vh !important;
                /* scrollbar-width: thin; */
            }

            ::-webkit-scrollbar-thumb {
                border-radius: 25px;
                background-color: red
            }
        }
    }

}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    body {
        background-size: 100%;
    }

    .row.mt-5.mr-0 {
        margin-top: 2rem !important;
    }

    .para-text {
        line-height: 28px;
        font-size: 21px;
    }

    .text-section {
        /* padding: 4rem !important; */
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .h1,
    h1 {
        font-size: 4rem !important;
    }

    h4 {
        font-size: 40px !important;
    }

    h5 {
        font-size: 32px !important;
    }

    .link-btn-2 {
        margin-top: 0 !important;
        margin-left: -8px;
    }

    .navbar-brand {
        width: 18% !important;
    }

    .who-we {
        h5.card-title {
            bottom: 155px;
            font-size: 42px !important;
            line-height: 40px;
        }

        .card-body {
            .card-text {
                font-size: 18px;
                line-height: 25px;
            }

            .card-footer {
                font-size: 20px;
            }
        }

    }

    .start-heading {

        .h1,
        h1 {
            font-size: 2.5rem !important;
        }
    }

    .journey {
        padding-bottom: 20px;

        h5.card-title {
            font-size: 45px !important;
        }
    }

    .col-md-4 {
        width: 33.33333333% !important;
    }

    .col-md-3 {
        width: 25% !important;
    }

    .col-md-5 {
        width: 41.66666667% !important;
    }

    .col-md-6 {
        width: 50% !important;
    }

    .col-md-9 {
        width: 75% !important;
    }

    .col-md-7 {
        width: 58.33333333% !important;
    }

    .col-md-8 {
        width: 66.66666667% !important;
    }

    .carousel {
        .carousel-item.item-1 {
            .carousel-caption {
                text-align: left;
                padding: 0px 100px 0px 140px;
                flex-direction: row;
                align-items: center;

                .para-text {
                    font-size: 24px;
                    margin-top: 40px;
                }
            }

            img.sm-image {
                width: 80%;
                margin-top: 0;
            }
        }

        .carousel-control-next,
        .carousel-control-prev {
            width: 10% !important;
        }

        h5 {
            font-size: 35px !important;
        }

        .carousel-item.item-3,
        .carousel-item.item-4,
        .carousel-item.item-5,
        .carousel-item.item-6 {
            img {
                bottom: -63px;
                width: 80%;
            }
        }

        .carousel-item.item-3.active,
        .carousel-item.item-4.active,
        .carousel-item.item-5.active,
        .carousel-item.item-6.active {
            display: flex;
            justify-content: center;
        }

        /* .carousel-item.item-3.active .carousel-caption, .carousel-item.item-4.active .carousel-caption, .carousel-item.item-5.active .carousel-caption, .carousel-item.item-6.active .carousel-caption {
            display: flex !important;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        } */
    }


    .values {
        h3 {
            font-size: 3.2rem;
            line-height: 70px;
        }
    }

    .page-head {
        font-size: 20px;
    }

    .link-btn {
        font-size: 14px;
    }

    .typo-img {
        background-image: url(../images/culture-typo.png);
        background-repeat: no-repeat;
        background-size: 100%;
        height: 116vh;
        display: flex;
        justify-content: center;

        div div div {
            margin-top: 40px;
        }

        .nav-button.prev {
            margin-top: 0;
            margin-right: 20px;
            padding: 7% 4% 7% 53%;
            border: none;
            background: #d1d3d4;
            border-radius: 0;
        }

        .nav-button.next {
            margin-top: 0;
            margin-left: 20px;
            padding: 7% 53% 7% 4%;
            border: none;
            background: #d1d3d4;
            border-radius: 0;
        }
    }

    video.responsive-iframe {
        width: 420px;
    }

    .carousel-img-item {
        min-width: 38%;
    }

    .culture-p,
    .diversity-p {

        div h5 {
            font-size: 24px !important;
            line-height: normal;
        }

        div p {
            font-size: 20px;
        }

    }

    .video-typo {
        .nav-button.prev {
            padding: 1.8% 3% 1.8% 23.6% !important;
            margin-right: 10px;
            background: #d1d3d4 !important;
        }

        .nav-button.next {
            padding: 1.8% 23.6% 1.8% 3% !important;
            margin-left: 10px;
            background: #d1d3d4 !important;
        }

        button img {
            width: 30px;
        }

    }

    /* .logo-slider {

        .thumbnail img {
            width: 230px;
        }
    } */

    .map-section {
        padding-left: 80px !important;

        .para-text {
            font-size: 22px;
        }

        div div.card {
            img {
                width: 60%;
            }
        }
    }

    .map-img {
        height: 700px;
    }

    .btn-banner {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 20px 50px !important;
        border-radius: 0 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        text-transform: uppercase;
    }

    .stu-content {
        h4 {
            color: #0e2d52;
            text-transform: uppercase;
            font-size: 25px !important;
            padding-bottom: 15px;
        }

        .para-text {
            font-size: 28px;
            line-height: 36px;
            padding-bottom: 0px;
            margin-top: 0;
        }
    }

    .begin-videos {
        justify-content: flex-end;
        margin-top: -90px !important;

        .v1 {
            display: inline-flex;
            align-items: flex-end;
        }

        .v2 {
            /* padding: 0; */
            margin-bottom: -7px;
        }

        .v3 {
            padding: 0;
            margin-bottom: -7px;
            z-index: 2;
            position: relative;
        }
    }

    .get-started {
        span {
            height: 6px;
            /* need to repalce with 80% */
            width: 100%;
            display: block;
            background-color: #0070b9;
            right: 0;
            /* position: absolute;
            bottom: 70px; */
            z-index: -2;
        }

        h4 {
            /* position: absolute; */
            right: 4px;
            /* bottom: 70px; */
            font-size: 34px !important;
            color: #0070b9;

            img {
                padding-left: 20px;
            }
        }
    }

    .text-webcenter {
        text-align: -webkit-center !important;
        margin-top: 8rem;
    }

    .recurr-process {
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 43%, rgba(243, 113, 33, 1) 87%);
        padding: 20px 100px !important;
        margin-top: 0 !important;

        h4 {
            font-size: 40px !important;
            padding-bottom: 30px;
            text-transform: uppercase;
        }

        .para-text {
            font-size: 28px;
            line-height: normal;
        }

        div.text-end {
            display: flex;
            flex-direction: column;
            justify-content: center;

            h5 span {
                color: #fff !important;
            }
        }

        h5 {
            font-size: 42px !important;
            line-height: 46px !important;
        }

        a {
            font-size: 31px;
            color: #fff;
            padding-top: 20px;
            font-weight: 500;
        }
    }

    .btn-banner {
        width: auto;
    }

    .stu-content {
        padding-left: 80px !important;
        padding-right: 80px !important;

        h4 {
            margin-top: 0;
        }

        .para-text {
            font-size: 19px;
            line-height: normal;
        }
    }

    .begin-videos {
        margin-top: -140px !important;
    }

    .get-started {
        h4 {
            font-size: 22px !important;
        }

        span {
            bottom: 5px;
        }
    }

    .recurr-process {

        h4 {
            font-size: 34px !important;
            padding-bottom: 20px;
        }

        .para-text {
            font-size: 20px;
        }
    }

    .prof-v1,
    .prof-v2,
    .prof-v3 {
        h6 {
            padding-top: 0;
        }
    }

    .search-job {
        padding-top: 30px !important;
        padding-bottom: 30px !important;

        .btn-blu {
            padding: 8px 20px !important;
        }
    }

    .job-description {

        .nav-pills .nav-link {
            padding: 14px;
        }

        button.nav-link+button.nav-link {
            margin-top: 10px;
        }

        .nav-link {

            h4 {
                font-size: 20px !important;
            }

            .loc {
                font-size: 18px;
            }

            .posted-on {
                color: #0070b9;
                font-size: 16px;
                font-weight: normal;
            }

        }

        .tab-content {
            padding: 14px;
            /* height: 78.75rem; */

            h4 {
                font-size: 20px !important;
            }

            .loc {
                font-size: 18px;
            }

            .salary {
                font-size: 14px;
            }

            .job-details {
                /* height: 59vh; */
                height: 153vh;

                h2 {
                    margin-top: 20px;
                    font-size: 16px;
                }

                p,
                li {
                    font-size: 16px;
                    font-family: "Calibri";
                }
            }
        }

        p i {
            font-size: 20px;
        }
    }

    .job-list {
        .btn-tag {
            flex-direction: row;
        }
    }

    .m-hide {
        display: block;
    }

    .d-hide {
        display: none;
    }

    .logo-slider {
        .slide-container {
            max-width: 100%;
        }
    }

    .carousel {

        .carousel-item.item-2,
        .carousel-item.item-3,
        .carousel-item.item-4,
        .carousel-item.item-5,
        .carousel-item.item-6 {
            .carousel-caption {
                h5 {
                    font-size: 52px !important;
                }

                .para-text {
                    font-size: 28px;
                    margin-top: 18px;
                }

                img {
                    width: 62%;
                    margin-bottom: -44%;
                    margin-left: 0;
                }
            }
        }
    }

    .inside-ffot h5 a {
        /* color: #fff; */
        margin-right: 10px !important;
        font-size: 15px !important;
    }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

    .para-text {
        font-size: 25px;
        line-height: 32px;
    }

    .page-head {
        font-size: 22px;
    }

    .link-btn-2 {
        margin-top: 0 !important;
        margin-left: -8px;
    }

    h5 {
        font-size: 43px !important;
    }

    .h1,
    h1 {
        font-size: 4.3rem !important;
    }

    h4 {
        font-size: 46px !important;
    }

    .who-we {
        h5.card-title {
            bottom: 156px;
            font-size: 50px !important;
            line-height: 44px;
        }

        .card-body {
            .card-text {
                font-size: 22px;
                line-height: 26px;
            }

            .card-footer {
                font-size: 22px;
                bottom: 15px;
            }
        }
    }

    .start-heading {

        /* padding-top: 2rem; */
        .h1,
        h1 {
            font-size: 3.5rem !important;
        }
    }

    .journey {
        padding-bottom: 40px;

        h5.card-title {
            font-size: 50px !important;
            font-weight: 700 !important;
        }
    }

    .values {
        h3 {
            font-size: 3.2rem;
            line-height: 80px;
        }
    }

    .culture-p,
    .diversity-p {

        div h5 {
            font-size: 28px !important;
            line-height: normal;
        }

        div p {
            font-size: 24px;
            line-height: normal;
        }

        p+p {
            margin-top: 15px;
        }
    }

    video.responsive-iframe {
        width: 480px;
    }

    /* inclusivity */
    .video-typo {

        /* manage video image section 06-10-25 */
        /* padding-bottom: 2rem;
        padding-top: 2rem; */
        .nav-button.prev {
            padding: 1.5% 3% 1.5% 23.6% !important;
            margin-right: 10px;
            background: #d1d3d4 !important;
        }

        .nav-button.next {
            padding: 1.5% 23.6% 1.5% 3% !important;
            margin-left: 10px;
            background: #d1d3d4 !important;
        }

        button img {
            width: 30px;
        }

    }

    /* end Inclusivity */

    .link-btn {
        font-size: 18px;
    }

    /* .logo-slider {
        .thumbnail img {
            width: 300px;
        }
    } */

    .map-img {
        height: 820px;
    }

    .map-section {
        .para-text {
            font-size: 26px;
        }

        div div.card {
            img {
                width: 70%;
            }
        }
    }

    .stu-content {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }

    .prof-v1,
    .prof-v2,
    .prof-v3 {

        h6 {
            font-size: 30px;
        }

        .para-text {
            font-size: 24px !important;
            line-height: 28px !important;
        }
    }

    .recurr-process {
        /* padding: 80px 80px !important; */

        h4 {
            font-size: 36px !important;
        }

        a {
            padding-bottom: 0;
        }
    }

    .job-description {
        margin-top: 30px;

        .nav-pills .nav-link {
            padding: 13px 26px;
        }

        .nav-link {

            h4 {
                font-size: 25px !important;
            }

            .loc {
                font-size: 22px;
                /* margin-top: 0.5rem; */
            }

            .posted-on {
                font-size: 22px;
                /* margin-top: 0.7rem; */
            }

        }

        button.nav-link+button.nav-link {
            margin-top: 20px;
        }

        .tab-content {
            padding: 22px;
            /* height: 98rem; */

            h4 {
                font-size: 25px !important;
            }

            .loc {
                font-size: 24px;
                margin-top: 0.5rem;
            }

            .salary {
                font-size: 19px;
                margin-top: 0.5rem;
            }

            .job-details {
                height: 107vh;

                h2 {
                    font-size: 20px;
                    margin-top: 24px;
                }

                p,
                li {
                    font-size: 19px;
                    padding-top: 8px;
                    line-height: 1.5rem;
                    font-family: "myriad-pro";
                    font-weight: 500;
                }

                p+p {
                    margin-top: 20px;
                }

                dl,
                ol,
                ul {
                    padding-left: 0px;
                    line-height: 24px;
                }
            }
        }

        p i {
            font-size: 24px;
        }

    }

    .job-list {
        h4 {
            font-size: 1.5vw !important;
            padding-bottom: 0;
        }
    }

    .search-job {
        input {
            font-size: 1.3vw !important;
        }

        svg.bi.bi-search {
            margin-top: 16px !important;
        }
    }

    /* .logo-slider {
        padding-left: 80px !important;
        padding-right: 80px !important;
    } */

    .carousel {

        .carousel-inner {
            height: 42vh;
        }

        .carousel-item.item-3 {
            .carousel-caption {
                img {
                    width: 62%;
                    margin-bottom: -50%;
                    margin-left: 0;
                }
            }
        }

        h5 {
            font-size: 46px !important;
        }

        .carousel-item.item-1 {
            .carousel-caption {
                text-align: left;
                padding: 0px 100px 0px 100px;
                flex-direction: row;
                align-items: center;

                .para-text {
                    font-size: 31px !important;
                    margin-top: 40px;
                }
            }

            img.sm-image {
                width: 80%;
                margin-top: 0;
            }
        }

        .carousel-item.item-4,
        .carousel-item.item-5,
        .carousel-item.item-6 {
            .carousel-caption {
                img {
                    width: 42%;
                    margin-bottom: -40%;
                    margin-left: 0;
                }
            }
        }
    }

    .inside-ffot h5 a {
        margin-right: 14px !important;
        font-size: 18px !important;
    }
}

/* slider 04-02-25 */
h2 {
    text-align: center;
    /* padding: 20px; */
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* end slider 04-02-25 */

/* search job section by lalan */
.mt-30 {
    margin-top: 30px !important;
}

.job-opportunity {
    text-align: left !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
}

.no-outline:focus-visible {
    outline-color: transparent !important;
    border: none !important;
}

.outline-none {
    outline: none !important;
}

.marker-visible li ::marker {
    color: #0f0f0f !important;
}

/* end search job section by lalan */
/* start career culture page by lalan */
.p-3rem {
    padding: 0 0 0 3rem !important;
}

.font-fam-inherit {
    font-family: inherit;
}

.bhsi-journey-text {
    padding: 1.5rem 8.5rem 1rem 8.5rem !important;
    font-size: 25px;
    line-height: 34px;
    text-align: left !important;
}

/* end career culture page by lalan */
/* career diversity page by lalan */
.pb-2rem {
    padding-bottom: 2rem !important;
}

/* end career diversity page by lalan */
/* start career home page by lalan */
.pad-right-4rem {
    padding-right: 4rem !important;
}

.home-hr {
    border: 2px solid #102c52 !important;
}

.being-at-bhsi-text {
    padding: 0 50px 0 50px;
    font-size: 24px;
    line-height: 34px;
    text-align: left !important;
}

.line-height125 {
    line-height: 1.15;
}

.padding-200 {
    padding: 0px 150px 0 150px;
}

@media (min-width: 1400px) {
    .fs-30 {
        font-size: 30px !important;
    }

    .being-at-bhsi-text {
        /* padding: 0px 85px !important; */
        font-size: 25px !important;
    }

    .line-height125 {
        line-height: 1.05 !important;
    }

    .padding-200 {
        padding: 0px 200px 0 200px !important;
    }

    /* career-students big resolutions */
    .stu-content {
        h4 {
            color: #0e2d52;
            text-transform: uppercase;
            font-size: 30px !important;
            padding-bottom: 15px;
        }

        .para-text {
            font-size: 24px;
            line-height: normal;
            padding-bottom: 0px;
            margin-top: 0;
        }

        .stu-content {
            .para-text {
                font-size: 24px;
                line-height: 32px;
            }
        }
    }

    .recurr-process {

        h4 {
            font-size: 34px !important;
            padding-bottom: 20px;
        }

        .para-text {
            font-size: 24px;
        }

        h5 {
            font-size: 45px !important;
            line-height: 46px !important;
        }
    }

    .get-started {
        h4 {
            /* position: absolute; */
            right: 4px;
            /* bottom: 100px; */
            font-size: 34px !important;
            color: #0070b9;
        }
    }

    .get-started {
        h4 {
            font-size: 25px !important;
        }
    }

    .btn-banner {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 23px 60px !important;
        border-radius: 0 !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        text-transform: uppercase;
    }

    /* end career-students big resolutions */
}

/* end career home page */
/* start career values */
.line-height1 {
    line-height: 1.10;
}

.fs40 {
    font-size: 2.5rem !important;
}

@media (min-width: 1200px) {
    .fs40 {
        font-size: 2.10rem !important;
    }
}

@media (min-width: 1400px) {
    .fs40 {
        font-size: 2.5rem !important;
    }
}

/* end career values */
/* start career students */
.early-career-text {
    font-weight: 700 !important;
}

@media (min-width: 1200px) {
    .early-career-text {
        font-size: 2rem !important;
    }
}

@media (min-width: 1400px) {
    .early-career-text {
        font-size: 2.25rem !important;
    }
}

/* end career students */
/* font apertura */
.apertura-normal {
    font-family: apertura;
    font-style: normal;
}

.font-apertura {
    font-family: apertura;
    font-style: bold;
    font-size: 40px;
}

.font-apertura-search {
    font-family: apertura !important;
}

/* career jobs pagination */
/* ::marker {
    color: transparent;
} */
.ml-0 {
    margin-left: 0px !important;
}

.jobs-pagination {
    justify-content: left;
    margin-top: 2.25rem !important;
}

.pagination {
    --bs-pagination-active-bg: #0f2d52 !important;
}

.page-link {
    color: #4f5459 !important;
}

.page-item.active .page-link {
    color: #fff !important;
}

li.page-item {
    padding: 3px 6px;
}

.page-item:focus-visible,
.page-item:focus-within {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.page-link:focus {
    box-shadow: none !important;
}

.width-webkit-available {
    width: -webkit-fill-available !important;
}

.white-space-normal {
    white-space: normal !important;
}

.fw-normal {
    font-weight: normal !important;
}

.pagination-style {
    list-style-type: none !important;
    display: inline-flex !important;
    padding: 0;
}

.mt-ml {
    /* margin-top: 16vh !important; */
    margin-left: 0.5vw !important;
}

/* career pagination end */
/* Centered loader styles */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: none;
    /* Initially hidden */
}

/* search job page */
.search-background-ctrl {
    background-color: #e6e7e8 !important;
    border-color: #d9d9d9 !important;
    outline: 0;
    box-shadow: none !important;
}

.padding-tb-6 {
    padding: 6px 0 !important
}

.font-calibri {
    font-family: 'calibri';
}

.font-myriadpro {
    font-family: Myriad-Pro;
}

.font-arial-professional {
    font-family: Arial, Helvetica, sans-serif !important;
}

/* end search job page */
/* career-professional */
.mb-0 {
    margin-bottom: 0;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.text-transform {
    text-transform: none !important;
}

.search-job-hover:hover {
    color: #fff !important;
}

.fs-32 {
    font-size: 40px !important;
}

.text-underline {
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
}

/* .right-bottom{
    right: 4px;
    bottom: 3px;
} */
/* end career professional */
/* career-home */
.color-home-text {
    color: #0e2d52;
}

.pr-9r {
    padding-right: 10rem;
}

/* end career home */

/* career-values */
.pl-0 {
    padding-left: 0;
}

.pb-bb {
    border-bottom: 3px solid #0f0f0f !important;
    padding-bottom: 40px !important;
}

/* end career-values */
.apertura-normal {
    font-family: apertura !important;
    font-style: normal !important;
    font-weight: 500 !important;
}

/* career-culture video section */
@media (max-width: 1200px) {
    .min-height-auto {
        min-height: auto;
    }
}

/* end career culture video section */
/*paragraph on home page banner image */
.fs-3rem {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 600;
}

.fs-student {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-top: 1.5rem !important;
}

.home-img-para {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    top: 30%;
    text-align: right;
    right: 6%;
}

.value-img-heading {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    top: 40%;
    text-align: right;
    right: 6%;
}

.career-value-font {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 600;
    color: #fff;
}

.student-img-heading {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    top: 35%;
    text-align: right;
    right: 6%;
}

.career-student-font {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 600;
    color: #fff;
    text-align: end;
}

.c-image-1 {
    position: relative;
}

.home-banner-bhsi-img {
    position: absolute;
    left: 3rem;
    bottom: -1.8rem;

    h2 {
        font-size: 5.5rem;
        font-weight: 700;
        color: #fff;
    }
}

.h522 {
    height: 522px;
}

.h400 {
    height: 350px;
}

.h332 {
    height: 332px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .responsive-iframe {
        width: 480px;
    }

    .inclusivity-img {
        width: 22rem !important;
        height: 9rem;
    }
}

@media (min-width: 1872px) {
    .inclusivity-img {
        width: 22rem !important;
    }

    .home-img-para {
        top: 28%;
    }

    .fs-3rem {
        font-size: 4rem;
        line-height: 3.6rem;
    }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .h522 {
        height: 600px;
    }

    .h400 {
        height: 400px;
    }

    .h332 {
        height: 382px;
    }

    .fs-student {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    /* .inclusivity-bhsi-img{
        bottom: -3rem;
    } */
    .career-value-font {
        font-size: 4rem;
        line-height: 3rem;
    }

    .career-student-font {
        font-size: 4rem;
        line-height: 3.5rem;
    }
}

/* early career */
@media (min-width:1872px) {
    .text-webcenter {
        margin-top: 10rem;
    }
}

/* end early career */

/* for whole container */
.l-section-h {
    padding: 0 0 0 0 !important;
}

/* end whole container */

.culture-preverrow .swiper-navigation-icon {
    display: none !important;
}

.culture-nexterrow .swiper-navigation-icon {
    display: none !important;
}

/* Hide one arrow from prev and next Swiper buttons for diversity page */
.logo-slider .swiper-button-prev .swiper-navigation-icon {
    display: none !important;
}

.logo-slider .swiper-button-next .swiper-navigation-icon {
    display: none !important;
}
