@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
    font-family: "Poppins";
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.4;
}

img {
    max-width: 100%;
}

ul {
    margin-top: 0;
    padding-left: 0;
    list-style: none;
}

a {
    text-decoration: none;
}
/* Header */
.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 70px;
}

    .header-wrap .header-wrap_left_col {
        width: 250px;
    }

    .header-wrap .header-wrap_right_col {
        display: flex;
        align-items: center;
    }

.first-segment-padding {
    position: relative;
    z-index: 2;
}

.nav-div-style .logo img {
    height: 50px;
}

.nav-div-style.inner-page-menu .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .nav-div-style.inner-page-menu .inner .logo {
        width: 60px;
    }

    .nav-div-style.inner-page-menu .inner .menu-container {
        width: calc(100% - 70px);
        padding-left: 70px;
    }

.nav-div-style.inner-page-menu {
    height: 80px;
    position: fixed;
    width: 100%;
}

/**/
.login-btn {
    width: auto;
    height: auto;
    border: 1px solid #fff;
    border-radius: 32px;
    float: right;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background-color: transparent;
    margin-top: 0;
    padding: 8px 16px;
    min-width: 130px;
    letter-spacing: 0.5px;
    transition: all 300ms ease-in-out;
}

    .login-btn:hover {
        background-color: white;
        color: #012391;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    }

.header-div-style {
    background: linear-gradient(42deg, #012391 0%, #02041b 100%);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.right-image-1 {
    position: absolute;
    right: 0;
    max-height: 100vh;
    z-index: -1;
    top: -96px;
}

.right-image-2 {
    position: absolute;
    right: 0;
    max-height: 100vh;
    z-index: -1;
    top: -90px;
}

.header-text-style {
    font-weight: 700;
    color: #ffffff;
    font-size: 65px;
    line-height: 70px;
}

.header-sub-text-style {
    color: #ffffff;
    font-size: 46px;
    line-height: 52px;
    margin-top: 10px;
}

.nav-text-style a {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.nav-div-style {
    background: #011d7c;
    height: 130px;
    z-index: 1;
    position: relative;
    padding: 25px;
    display: flex;
    align-items: center;
}

.know-more-button-style {
    width: 200px;
    height: 46px;
    background: #1260df;
    border: none;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #ffffff;
}

    .know-more-button-style:hover {
        background-color: transparent;
        color: #1161df;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    }

.circle-style {
    width: 120px;
    height: 120px;
    padding: 12px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

    .circle-style:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 120px;
        height: 120px;
        border-radius: 100%;
        background: linear-gradient(-90deg, #93a6e3 0%, #e0f3ff 100%);
        z-index: -1;
        opacity: 0.49;
    }

.circle-padding {
    align-items: center;
}

.circle-bottom-padding {
    align-items: center;
}

.circle-image-style {
    display: block;
    width: 60px;
    max-height: 60px;
    object-fit: contain;
}

.circle-text-style {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 26px;
    color: #000;
    font-weight: 500;
}

.swiper {
    width: 100%;
    height: 100%;
}

.slider-div-style {
    position: relative;
    border-style: none;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background: #ffffff;
}

.slider-card-style > img {
    width: 100%;
    object-fit: cover;
    height: 312px;
}

.slider-text-style {
    font-size: 30px;
    font-weight: 400;
    color: #4a4a4a;
}

.slider-read-more-style {
    font-size: 18px;
    padding-top: 20px;
    line-height: 35px;
    color: #1161df;
    text-transform: uppercase;
    margin-bottom: 0;
}

    .slider-read-more-style img {
        height: 26px;
    }

.remove-text-decoration {
    text-decoration: none;
}

.slider-div-padding {
    padding: 30px;
    background: #fff;
}

.slider-card-style {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border: 1px solid #8f8f8f;
}

.slider-arrow {
    float: right;
    width: auto;
}

.slider-pagination-style {
    position: initial !important;
    margin-top: 15px;
}

.align-slider-img {
    width: 100%;
}

.section-div-style {
    padding-top: 40px;
    padding-bottom: 32px;
    padding-left: 30px;
    padding-right: 30px;
    border-color: #8f8f8f;
    background: #ffffff;
    height: 100%;
    filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.16));
    border: 1px solid #8f8f8f;
}

.section-text-style {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    font-weight: 400;
}

.our-division-arrow-style {
    width: auto;
    padding-top: 30px;
    padding-bottom: 10px;
}

.our-division-img-style {
    height: 80px;
}

.slider_transparent-style {
    background-color: transparent;
}

.footer-text-style {
    padding-top: 40px;
    font-size: 20px;
    line-height: 35px;
}

.footer-know-more-btn {
    width: 200px;
    height: 46px;
    border-radius: 10px;
    border: none;
    background: #f6f6f6;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    color: #1161df;
}

.footer-download-btn {
    width: 250px;
    height: 46px;
    border-radius: 10px;
    background: #1161df;
    font-size: 22px;
    border: none;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0%;
}

.footer-heading-style {
    font-size: 22px;
    color: #f6f6f6;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .footer-heading-style::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 90%;
        height: 1px;
        background-color: #ffffff82;
    }

.footer-list-style {
    font-size: 14px;
    line-height: 23px;
    color: #f6f6f6;
    text-decoration: none;
    padding-bottom: 12px;
    display: block;
}

.footer-li-style {
    color: #ffffff;
}

.copyright-text {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #f6f6f6;
}

.align-social-media-icons {
    padding-left: 10%;
    filter: invert(1);
}

.align-go-to-top {
    padding-left: 25%;
}

.extra-footer-div-style {
    padding-top: 300px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
    height: 80px;
    transition: .32s !important;
}

    .sticky + .content {
        padding-top: 60px;
    }

.home-img-align {
    align-items: center;
    max-height: 100%;
}

.main-section-padding {
    padding-left: 216px;
    padding-right: 216px;
}

.second-segment-padding {
    padding: 100px 0;
}

.third-segment-padding {
    padding-bottom: 85px;
    position: relative;
    z-index: 1;
}

    .third-segment-padding:before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 70%;
        left: 0;
        background: #ddf2ff;
    }

.background-shape-img {
    position: absolute;
    height: auto;
    width: auto;
    float: left;
    margin-left: auto;
}

/* .align-background-shapes {
  position: absolute;
  top: -110px;
  height: 100%;
  right: 0;
  width: 57%;
}

.align-background-shapes2 {
  position: absolute;
  top: -80px;
  right: 0;
  height: 100%;
  width: 46%;
} */

.footer-know-more-btn:hover {
    background-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    color: white;
}

.footer-download-btn:hover {
    background-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    color: white;
}

.main-menu-nav ul {
    display: flex;
    list-style: none;
    gap: 45px;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 0;
}

.swiper-wrapper {
    margin-bottom: 15px;
}

.three-section-background-style {
    position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
}

    .three-section-background-style::before,
    .three-section-background-style::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 85%;
        z-index: 2;
    }

    .three-section-background-style::before {
        top: 0;
        background-color: white;
    }

    .three-section-background-style::after {
        bottom: 0;
        background: linear-gradient(0deg, #ffffff 0%, #dbf1ff 100%);
    }

    .three-section-background-style > * {
        position: relative;
        z-index: 3;
    }

.line-design {
    border-bottom: 1px solid #ffffff;
}

.listing-margin ul {
    margin: 40px 0 0;
    padding: 0;
}

    .listing-margin ul li {
        position: relative;
        padding-left: 16px;
        margin-bottom: 0;
    }

        .listing-margin ul li a:hover {
            text-decoration: underline;
        }

        .listing-margin ul li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 8px;
            width: 6px;
            height: 6px;
            background: #fff;
            border-radius: 100%;
        }

.main-card-wrapper {
    display: flex;
    column-gap: 30px;
}

.content-wrapper {
    width: calc(100% - (100px + 45px));
}

.image-footer-width {
    max-width: auto;
}

.logo-img-style {
    width: auto;
}

.menu-container {
    position: relative;
}

.menu {
    list-style-type: none;
    gap: 45px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .menu li {
        padding: 0;
    }

.menu {
    display: none;
}

.menu-toggle {
    display: none;
}

.menu-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
    margin: 10px;
    color: #ffffff;
}

.heading-img-section-align {
    display: flex;
    align-items: center;
}

    .heading-img-section-align.inner-page {
        height: 500px;
        min-height: unset;
        margin-top: 9%;
    }

        .heading-img-section-align.inner-page .banner-right-image img {
            max-height: 460px;
            display: block;
            margin: 0 auto;
        }

        .heading-img-section-align.inner-page .header-text-style {
            font-size: 42px;
            padding-left: 60px;
            text-transform: uppercase;
            font-weight: 400;
        }
/* Common */
.primary-btn {
    border-radius: 0.42rem 0.42rem 0.42rem 0.42rem;
    line-height: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 300ms ease-in-out;
    display: inline-block;
    padding: 12px 18px;
    position: relative;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
}

    .primary-btn.btn-blue {
        background-color: #2250fc;
        border-color: #2250fc;
        color: #fff;
    }

        .primary-btn.btn-blue:hover,
        .primary-btn.btn-blue-2:hover {
            background-color: #35b9fd;
            border-color: #35b9fd;
        }

    .primary-btn.btn-white {
        background-color: #ffffff;
        border-color: 1px solid #ffffff;
        color: #4a4a4a;
    }

        .primary-btn.btn-white:hover {
            background-color: #35b9fd;
            border-color: #35b9fd;
            color: #fff;
        }

    .primary-btn.btn-blue-2 {
        background-color: #1161df;
        border-color: #1161df;
        color: #fff;
    }

.section-padding {
    padding: 80px 0;
}

.section-padding-top {
    padding-top: 80px;
}

.section-padding-bottom {
    padding-bottom: 80px;
}

.bottom-bg-wrap {
    position: relative;
    z-index: 1;
}

    .bottom-bg-wrap:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: calc(100% - 320px);
        height: calc(100%);
        background: linear-gradient(-109deg, #1161df 0%, #093170 100%);
        z-index: -1;
    }

.row-gap-gutter {
    row-gap: var(--bs-gutter-x);
}

.section-title h2 {
    position: relative;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: 400;
}

    .section-title h2:before {
        content: "";
        position: absolute;
        height: 2px;
        width: 100px;
        background-color: #1161df;
        bottom: -16px;
        left: 0;
        right: 0;
    }

.section-title.center-aligned h2:before {
    margin: 0 auto;
}

.section-title p {
    font-size: 16px;
    line-height: 27px;
    max-width: 750px;
    margin: 0 auto;
}

/** Banner **/
.banner-section {
    padding: 80px 0;
}
/* About Section */
.about-row-gap {
    row-gap: 60px;
}

/* Division Section */
.division--section {
    background: linear-gradient(0deg, #ffffff 0%, #dbf1ff 100%);
}

.content-section-gap {
    margin-top: 60px;
    row-gap: 0px;
}
/* Benefit Section */
.benefit-section .know-more-button-style {
    margin-top: 50px;
}

.employee-img-style {
    max-height: 370px;
    display: block;
    margin: 0 auto;
}

/* CSR */
.csr-section .footer-img-style {
    max-height: 320px;
}

.csr-section .footer-text-style {
    padding-top: 40px;
    font-size: 18px;
    line-height: 30px;
    max-width: 1000px;
    margin: 0 auto 40px;
}
/* Footer */
.footer {
    /* padding-bottom: 50px; */
}

    .footer .container {
        padding-top: 85px;
        border-top: 1px solid #fff;
    }

.bottom-footer ul {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    margin-bottom: 0;
    padding: 0;
}

    .bottom-footer ul li:nth-child(2) img,
    .bottom-footer ul li:nth-child(3) img {
        height: 24px;
        position: relative;
        top: 3px;
    }

.bottom-footer {
    padding-bottom: 20px;
    padding-top: 30px;
    align-items: center;
}

.footer.inner {
    background: linear-gradient(-109deg, #1161df 0%, #093170 100%);
}

    .footer.inner .container {
        padding-top: 0;
        border: none;
    }

    .footer.inner .bottom-footer {
        align-items: center;
        padding: 60px 0;
    }

.footer .footer-logo {
    max-width: 270px;
    margin-bottom: 52px;
}

.footer .footer-content {
    max-width: 400px;
    line-height: 32px;
    margin-bottom: 30px;
}

/***** Inner pages *****/
.company-policy .policy-tab {
    display: flex;
    flex-direction: column;
    background: linear-gradient(0deg, #fcfeff 0%, #dbf1ff 100%);
}

    .company-policy .policy-tab li button {
        padding: 0;
        background: transparent !important;
        color: #000 !important;
        font-size: 18px;
        padding: 30px 60px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 10px;
        align-items: center;
        font-weight: 400;
        text-align: left;
    }

        .company-policy .policy-tab li button img {
            height: 22px;
            display: none;
        }

        .company-policy .policy-tab li button.active img {
            display: block;
        }

    .company-policy .policy-tab li {
        border-bottom: 1px solid #28a9d9;
    }

        .company-policy .policy-tab li button.active {
            background: #fff !important;
            color: #1161de !important;
            font-weight: 600;
        }

.company-policy .policy-tab-content {
    padding: 40px;
}

    .company-policy .policy-tab-content h2 {
        font-size: 26px;
        color: #1161de;
        font-weight: 500;
        margin-bottom: 16px;
    }

/**Employee Benefits**/
.benefit-card {
    padding: 22px 16px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    height: 100%;
}

    .benefit-card h3 {
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 0;
    }

.benefit-list {
    margin-top: 80px;
}

.employee-benefit-content {
    max-width: 634px;
    font-size: 16px;
    line-height: 27px;
}

.employee-benefits.inner
/***/
.leadership-card {
    cursor: pointer;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    height: 100%;
}

.leadership-card .box-content {
    padding: 20px;
}

    .leadership-card .box-content h3 {
        font-size: 22px;
        font-weight: 600;
    }

    .leadership-card .box-content p {
        margin-bottom: 16px;
    }

    .leadership-card .box-content button {
        background: #011353;
        color: #fff;
        border: 1px solid #011353;
        font-size: 14px;
        padding: 4px 12px;
        border-radius: 4px;
    }

.biography-modal .modal-dialog {
    max-width: 750px;
}

.biography-modal .modal-header {
    border-bottom: 0;
}

.biography-modal .modal-body {
    padding: 10px 30px 30px;
}

.biography-modal .bio-meta > span {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.biography-modal .bio-meta h3 {
    font-size: 32px;
    margin-bottom: 0;
}

.biography-modal .bio-meta .linked-in {
    margin-top: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .biography-modal .bio-meta .linked-in img {
        width: 36px;
    }

.biography-modal h2 {
    font-size: 22px;
    font-weight: 500;
}

.biography-modal p {
    font-size: 14px;
}

/* Who we are */
.about-info {
    margin-bottom: 100px;
    margin-top: 20px;
    row-gap: 0px;
}

    .about-info .about-info-card {
        padding: 14px;
        background: linear-gradient(0deg, #c8d5ff 0%, #e0f3ff 100%);
        border-radius: 10px;
    }

        .about-info .about-info-card h3 {
            font-size: 18px;
            color: #000000;
            text-align: center;
            margin: 24px 0 0;
            line-height: 24px;
        }

        .about-info .about-info-card .icon {
            text-align: center;
        }

            .about-info .about-info-card .icon img {
                height: 55px;
            }

/*****/
.our-core-values {
    background: linear-gradient(0deg, #ffffff 0%, #dbf1ff 100%);
}

.core-value-card {
    text-align: center;
}

    .core-value-card img {
        height: 50px;
        margin-bottom: 20px;
    }

    .core-value-card h3 {
        font-size: 20px;
        font-weight: 600;
    }

.core-value-card {
    padding: 20px;
}

.core-value-card-wrap > div:first-child {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.core-value-card-wrap > div:nth-child(2) {
    border-bottom: 1px solid #999;
}

.core-value-card-wrap > div:nth-child(3) {
    border-right: 1px solid #999;
}

.core-value-card-wrap {
    display: grid;
    grid-template-columns: repeat(2, 260px);
}

    .core-value-card-wrap .core-value-card-wrap__col {
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

/** Forms **/
.download-form-card {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

    .download-form-card .icon {
        width: 50px;
    }

        .download-form-card .icon img {
            height: 34px;
        }

    .download-form-card h3 {
        width: calc(100% - 50px);
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 0;
    }

/**/
.download-btn a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 60px;
}

    .download-btn a img {
        height: 26px;
    }

.download-btn {
    margin-top: 30px;
}

.about-us img {
    border-radius: 10px;
}

/****/
.login-section {
    padding: 100px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

    .login-section .login-image img {
        max-height: 400px;
        margin: 0;
    }

.login-wrapper {
    display: flex;
    gap: 50px;
    padding: 50px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    justify-content: space-between;
}

    .login-wrapper .login-form {
        width: calc(100% - 450px);
    }

        .login-wrapper .login-form h2 {
            font-weight: 500;
            font-size: 30px;
            margin-bottom: 30px;
        }

        .login-wrapper .login-form label {
            display: block;
        }

.forget-password a {
    text-decoration: underline;
}

.login-wrapper .login-form .form-group {
    margin-bottom: 20px;
}

.login-wrapper .login-form input[type="text"], .login-wrapper .login-form input[type="password"] {
    width: 100%;
    outline: none;
    border: 1px solid #b5b5b5;
    padding: 8px 16px;
    border-radius: 4px;
}

.btn-login {
    min-width: 120px;
    margin-top: 40px;
    width: 100%;
}

.login-logo {
    max-width: 250px;
    margin: 0 auto 30px;
}

.radius-10 {
    border-radius: 10px;
}



/* dated 14-08-2024 */


.navbar-nav {
    color: #000000;
    background-color: #ffffff;
    line-height: 58px;
    text-align: center;
    font-size: 20px;
    margin-top: 5%;
    font-weight: 500;
    display: none;
}

    .navbar-nav .nav-item {
        border-bottom: 0.5px solid lightgrey;
    }

.navbar {
    position: absolute;
    width: 100%;
}

.main-menu-bar-wrapper {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0px 35px;
    display: none;
}

.toggle-menu--clicked {
    .menu__bar

{
    &:nth-child(1)

{
    top: 1.25rem;
    transform: rotate(45deg);
}

&:nth-child(2) {
    transform: translateX(100%) scale(0);
}

&:nth-child(3) {
    top: 1.25rem;
    transform: rotate(-45deg);
}

}
}

.menu__bar {
    display: block;
    position: absolute;
    left: 0;
    width: 2.2rem;
    height: .3rem;
    transition: top .4s ease-out, transform .4s ease-out;
    background-color: #ffffff;
    &:nth-child(1)

{
    top: 0;
}

&:nth-child(2) {
    top: 0.7rem;
}

&:nth-child(3) {
    top: 1.4rem;
}

}

.about-main-row-gap {
    gap: 0px;
}

.nav-div-style .inner-page-menu .inner {
    position: fixed;
    width: 100%;
}

header {
    position: relative !important;
    z-index: 3 !important;
}

.video-title {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.video-frame {
    background-color: #282c34;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    height: 400px;
}

    .video-frame iframe {
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 8px;
    }

.nav-tabs {
    max-height: 400px;
    overflow-y: scroll !important;
    overflow-x: hidden;
    width: 100%;
    padding-right: 10px;
    margin-top: 50px;
}

    .nav-tabs::-webkit-scrollbar {
        width: 8px;
    }

    .nav-tabs::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 8px;
    }

    .nav-tabs::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 8px;
    }

        .nav-tabs::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.nav-link {
    color: #333;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.nav-tabs .nav-link.active {
    background-color: #011d7c;
    color: #fff;
}

span.numbers {
    font-size: 18px;
    font-weight: 600;
    margin-right: 14px;
}

.course-details {
    margin-top: 30px;
}

    .course-details h2 {
        font-weight: bold;
        color: #333;
        margin-bottom: 15px;
    }

    .course-details p {
        font-size: 16px;
        color: #555;
        margin-bottom: 10px;
    }

    .course-details .details-list {
        list-style: none;
        padding: 0;
    }

        .course-details .details-list li {
            font-size: 16px;
            color: #333;
            margin-bottom: 10px;
        }

            .course-details .details-list li i {
                color: #f70202;
                margin-right: 10px;
            }

.certificate-btn {
    margin-top: 20px;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #011d7c;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.f-w-700 {
    font-weight: 700;
}


.nav-div-style.inner-page-menu {
    top: 0px;
}

.mainPageWrap {
    margin-top: 120px;
    margin-bottom: 50px;
}




.category {
    text-decoration: none;
    color: rgb(250, 178, 58);
    font-weight: bold;
    font-size: 0.85em;
}


@media only screen and (max-width: 1024px) {
    .card {
        width: 40%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 550px) {
    .card {
        width: 98%;
        margin: 1%;
    }
}

.benefit-card {
    text-align: center;
}

    .benefit-card .benefitsIcon {
        margin: auto;
        height: 80px;
        margin-bottom: 20px;
    }

    .benefit-card h3 {
        margin-bottom: 10px;
    }

        .benefit-card h3:last-child {
            margin-bottom: 0px;
        }

@media(max-width:767px) {
    .bottom-bg-wrap:before {
        height: 100% !important;
    }

    .listing-margin ul {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .heading-img-section-align.inner-page .header-text-style {
        padding-left: 0px;
        font-size: 35px;
    }

    .header-text-style {
        font-size: 35px;
    }

    .section-padding {
        padding: 50px 0 !important;
    }
}


.user-profile .dropdown-link img {
    height: 50px;
    border-radius: 50px;
    margin-left: 15px;
    border: 2px solid #37BBFE;
}

.user-profile .dropdown-menu {
    top: 15px !important;
    padding: 0px !important;
}

.user-profile .userNameList .dropdown-item {
    background: #2FA4EB;
    border-radius: 5px 5px 0 inherit;
}

    .user-profile .userNameList .dropdown-item:hover {
        background: #2FA4EB !important;
    }
.user-profile  a{
    color:#000 !important;
}

.user-profile .userNameList a {
    color: #fff !important;
}

    .user-profile .userNameList a:hover {
        color: #fff !important;
    }


.breadcrumb-item + .breadcrumb-item::before {
    color: rgb(255 255 255 / 75%);
}

.breadcrumbNav{
    position:relative;
    top:100px;
}