@font-face {
    font-family: 'Effra';
    src: url('./fonts/Effra_Trial_Rg.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Effra Trail';
    src: url('./fonts/Effra_Trial_Th.ttf') format('truetype');
    font-style: normal;
    font-weight: 100;
    font-display: swap;
}

:root {
    --section-background: #A4D5FF66;
    --container: 1320px;
    --footer-bg: #231f20;
    --white: #ffffff;
    --nav-primary: #0061af;
    --font-color: #565759;

}

.left-section h6 {
    color: #fff
}
:root{scroll-padding-top: 120px}
/*.color-blue,
.color-blue span {
    color: rgba(0, 97, 175, 1);
}*/

section {
    padding: 70px 0
}

/* footer {
    display: none;
} */

body {
    font-family: "Effra", sans-serif !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Effra", sans-serif !important;
    color: rgba(86, 87, 89, 1)
}

span,
input,
select,
small {
    font-family: "Effra Trail", sans-serif !important;
    color: rgba(86, 87, 89, 1)
}

h2 {
    font-size: 40px;
    font-weight: 500;
}

h3 {
    font-size: 35px
}

.error {
    color: #b71c1c;float: left;
    width: 100%;
}

.success {
    color: #138636;
}

.error-bg {
    color: #b71c1c;
    background: #fff5f7;
    padding: 5px;
    border-radius: 0 0 0.625rem 0;
    border-bottom: 1px solid #b71c1c;
}

.w-auto {
    width: auto;
}

.sale-service {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px 19px;
    padding: 0
}

.sale-service .item-box {
    background-color: #f5f5f55f;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    /*gap: 11px;*/
    gap: 6px;
    margin-bottom: 10px
}

.item-box img.img-fluid {
    border-radius: 15px;
    width: 100% ;   max-height: 189px;
    object-fit: cover;
}

.sse-pages .sale-service .item-box h3 {
    font-size: 20px;
    color: #565759ff;
    margin-top: 10px;
    min-height: 48px;
}

.sale-service .item-box p {
    /*color: #0061afff;*/
    /*font-size: 18px*/
    font-size: 14px;
    margin-bottom: 10px;
    min-height: 42px
}

a.btn.btn-blue {
    background-color: #0061afff;
    background: linear-gradient(149deg, #0061afff 0%, #008dffff 100%);
    color: #fff;
    padding: 5px 20px;
    border-radius: 67px;
    font-size: 20px;
    width: fit-content;
}

/* advantage section css start here*/
.niit-advantage-section {
    margin: 0 0 -20px;
    /*background: linear-gradient(180deg, var(--section-background) 0%, #ffffff66 70%);*/
    padding-top: 50px
}

.section-title h3,
.section-title h2 {
    font-weight: 400;
    line-height: 35px;
    text-align: left;
    margin-bottom: 15px;
    color: rgba(86, 87, 89, 1);
    font-size: 2.5rem
}

p.niit-description {
    font-size: 16px;
    line-height: 30px
}

.advantage-content {
    display: flex;
    flex-direction: unset;
    width: 100%;
    margin-top: 2rem;
    flex-direction: row;
    justify-content: inherit;
    height: auto;
    gap: 0px
}

.number-cards {
    text-align: left;
    padding: 20px 10px;
    background: #fff;
    border-radius: 6px;
    font-size: 14px;
    margin: 0 15px;
}

.larger-number {
    display: block;
    margin: 0 auto;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #565759ff
}

span.larger-desk {
    display: block;
    font-size: 18px;
    margin-top: 5px;
    line-height: 22px;
    /*    font-weight: 600;*/
}

.loading-place-holder {
    height: auto;
    border-radius: .625rem;
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    border-radius: 16px !important;
    overflow: hidden;
    line-height: 0;
}

.advantag-video-section.loading-place-holder .yt-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background: #000;
    /*cursor: pointer;*/
    overflow: hidden;
    border-radius: 16px
}

.yt-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px
}

.yt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0009;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #ffcb05;
    cursor: pointer;
}

.yt-play::after {
    content: '';
    border-style: solid;
    border-width: 12px 0 12px 20px;
    margin-left: 6px;
    border-color: #8b656500 transparent transparent #000
}

iframe.w-100 {
    height: 350px;
}

.section-title1 {
    height: 100%;
    justify-content: center;
}

.advantag-video-section-2 iframe {
    margin-top: 1.5rem !important;
    border-radius: 16px;
}

.advantag-video-section iframe {
    height: initial;
    aspect-ratio: 636/358;
}

/* advantage section css end here*/
/* about sales and services section css start here*/
.about-sale-service {
    padding-top: 120px
}

.align-center {
    text-align: center
}

.justify-content-center {
    justify-content: center !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.about-sale-service .justify-content-center {
    padding-right: 13%
}

.about-sale-service img {
    border-radius: 20px
}

/* about sales and services section css end here*/
/* Industries Spectrum  section css start here*/
.industries-spectrum {
    background-color: #f2f9ffff;
    margin-top: 30px
}

.industries-spectrum img.w-auto {
    max-width: 50px !important
}

.industries-spectrum .item-box {
    text-align: center;
    align-items: center;
    padding: 10px 12px 20px 12px;
    background-color: #fff;
    box-shadow: 0 4px 21px 0 #0000001a
}

.industries-spectrum .sale-service {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px
}

.industries-spectrum h5 {
    font-size: 20px;
    margin: 0
}

.industries-spectrum .sale-service .item-box p {
    color: #565759ff;
    font-size: 14px;
    margin: 0
}

/* Industries Spectrum  section css end here*/
/* testimonial section css start here*/
.sse-testimonial {
    display: flex;
    background-color: #f5f5f5ff;
    padding: 20px;
    border-radius: 20px;
    gap: 20px
}

.sse-testimonial img {
    width: auto;
}

.sse-testimonial .text img {
    float: left;
    margin-left: 0 !important;
    width: fit-content;
}

.sse-testimonial .text {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.sse-testimonial .text:before {
    content: "";
    position: absolute;
    background-image: url(../images/sse-quort.png);
    width: 112px;
    height: 79px;
    right: 30px;
    top: 0;
}

.sse-testimonial .text p {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 400
}

.sse-testimonial .text h4 {
    font-size: 28px;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 28px;
    gap: 10px;
    margin-bottom: 10px
}

.sse-testimonial .text h4 a {
    color: #0061afff
}

#testimonialSlider .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

#testimonialSlider .owl-stage-outer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    background: linear-gradient(to right, #ffffffe6, #fff0);
    pointer-events: none;
    z-index: 1
}

#testimonialSlider .owl-stage-outer::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
    background: linear-gradient(to left, #ffffffe6, #fff0);
    pointer-events: none;
    z-index: 1
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffcb05
}

.owl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 40px
}

.owl-theme .owl-dots .owl-dot span {
    margin: 4px
}

/* testimonial section css end here*/
/* case study section css start here*/
.sse-case-study {
    background-color: #f1f9ffff
}

.sse-caser-study-content {
    text-align: left;
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
    background-color: #ffff
}

.sse-caser-study-content h5 {
    font-size: 20px
}

.sse-caser-study-content p {
    font-size: 14px
}

.sse-caser-study-content .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.sse-caser-study-content a.btn-tranperant {
    padding: 13px 37px;
    border: 1px solid #dfdfdfff;
    width: fit-content;
    border-radius: 50px;
    text-decoration: none;
    color: #0061afff
}

.sse-caser-study-content img {
    max-width: 200px;
    border-radius: 20px
}

#case-study .owl-nav.disabled+.owl-dots {
    margin-top: 40px
}
section#experimental-learning{padding-bottom: 20px}
/* case study section css end here*/
#testimonialSlider img.brand-logo {
    object-fit: contain;
    min-width: 100px;
    max-height: 200px;
    width: 100px;
}
section#digital-learning {
    margin-top: 50px;
}
section#digital-learning img{border-radius: 25px}
.empowring-content a {
    text-decoration: none;
    color: unset;
}
section#sse-workshop-section .item, .core-strengths div.core-flex, .timeline-item, .arc-item, .empowring-sip-solutions .col-md-6 {transition: transform 0.4s ease;}
section#sse-workshop-section .item:hover, .core-strengths div.core-flex:hover, .empowring-sip-solutions .col-md-6:hover {
    scale: 1.02;
}
 .timeline-item:hover, .arc-item:hover  .arc-icon {
    scale: 1.1;
}
 a.sse-logos{cursor: pointer !important;}
 a.sse-logos:hover {
    color: var(--nav-primary);
    background-color: var(--white);
    box-shadow: 0.375rem 0.375rem 1.4375rem 0.0625rem #347cd01a;
    border-radius: 1.25rem;
}
/*section.sse-pages.pt-5.hidden-xs, section.sse-pages.pt-5.visible-xs {
    background: linear-gradient(180deg, var(--section-background) 0%, #ffffff66 80%);
}*/
#portfolio .team-flex div{width: 100%}
@media (max-width: 767px) {
    .sale-service .item-box div {
    text-align: center;
}
.sse-coun-div ul li:nth-child(5) {
  grid-column: 1 / -1;
  justify-self: center;
}
section.niit-advantage-section.sse-video h3 {
    text-align: center;font-weight: 400;
}
section.niit-advantage-section.sse-video p.niit-description {
    text-align: center;
}

.number-cards{position: relative;}
.number-cards::after {
        content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(115.28deg, #0061AF 4.18%, #FFCB05 67.15%);
    top: unset;
            left: 0;
    bottom: 0;
}
.row.about-sale-service p{text-align: center;}
.row.about-sale-service p.d-flex.align-left {
    justify-content: center;
}
    .sale-service .item-box h3 {
        font-size: 26px;
    }
    section.sse-secound-counter .absolute.absolute-2 {
    position: relative;
}

    .sale-service {
        grid-template-columns: repeat(1, 1fr)
    }

    .sse-video .advantage-content {
        flex-direction: column
    }

    .sse-video .number-cards {
        text-align: center;
        padding: 20px 1rem;
        position: relative
    }
/*.sse-video .number-cards:not(:last-child)::after {
        width: 100%;
        height: 1px;
        background-image: linear-gradient(115.28deg, #0061AF 4.18%, #FFCB05 67.15%);
        top: unset;
        bottom: 0
    }*/
    .sse-video .number-cards::after {
        width: 100%;
        height: 1px;
        background-image: linear-gradient(115.28deg, #0061AF 4.18%, #FFCB05 67.15%);
        top: unset;
        bottom: 0
    }
    

    .sse-video .advantag-video-section.loading-place-holder {
        margin-top: 30px
    }

    .about-sale-service .justify-content-center {
        padding-right: 0;
    }

    .industries-spectrum .sale-service {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 15px;
    }

    .sse-testimonial {
        flex-direction: column
    }

    section.sse-client-testimonial #testimonialSlider img.brand-logo {
        margin-left: 0;
        max-width: 150px;
        object-fit: contain;
        height: auto !important;
    }

    .sse-testimonial .text h4 {
        font-size: 18px
    }

    .sse-caser-study-content {
        flex-direction: column;
    }

    .sse-caser-study-content img {
        max-width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .sse-testimonial .text:before {
        background-size: contain;
        width: 85px;
        height: 60px;
        right: -11px;
        top: -27px;
        background-repeat: no-repeat;
    }
}

@media screen and (min-width: 480px) and (max-width: 1024px) {
    .sale-service {
        grid-template-columns: repeat(2, 1fr)
    }

    h2 {
        font-size: 30px
    }

    .larger-number {
        font-size: 24px
    }

    section.niit-advantage-section.sse-video .advantage-content .number-cards {
        margin: 0;
    }

    .about-sale-service .justify-content-center {
        padding-right: 0
    }

    .industries-spectrum .sale-service {
        grid-template-columns: repeat(3, 1fr)
    }
}


/*about page css start here*/
.page-stack-banner.programme-stack-banner.banner-section-home.banner-stack-home {
    position: relative
}

.sse-about-pages img.img-fluid {
    width: 100%;
}

.sse-about-pages .programme-banner-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 8rem;
    top: 0;
    bottom: auto;
    height: 100%;
    display: flex;
    align-items: center
}

.sse-about-pages h2.page-title {
    font-size: 50px;
    color: #fff
}

section.sse-about-pages {
    /*padding: 70px 0 0*/
    /*	padding: 10px 0 0*/
    /*padding: 0px 0 0;*/
    padding: 57px 0 0;
    margin-top: 76px;
}

/*header css start here*/
a.navbar-brand {
    margin-right: 0;
}

a.navbar-brand img.brand-logo {
    width: 68px;
    height: 33px;
}

.dotclass {
    padding: 0;
    border: 0;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url(https://www.niit.com/india/wp-content/themes/edali-child/stack-route/images/nav-menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.offcanvas.offcanvas-start.nav-contentsec {
    background: var(--nav-primary);
    padding: 15px;
    height: 100vh;
    left: auto;
    right: -15px;
    transform: translateX(100%) !important;
    transition: transform .1s ease !important;
    transition-delay: 0s !important;
}

.mobile-screenser-menu {
    position: relative;
}

.nav-contentsec .btn-close {
    color: var(--white);
    opacity: 1;
    position: absolute;
    right: 0;
    background-image: url(https://www.niit.com/india/wp-content/themes/edali-child/stack-route/images/close-ic.svg);
}

.multi-level-menu {
    position: relative;
}

.offcanvas.offcanvas-start.nav-contentsec.show {
    transition: transform .4s ease !important;
    transform: translateX(0%) !important;
}

.nav-contentsec .side-menu {
    margin-top: 2rem;
}

.side-menu {
    position: absolute;
    top: 2rem;
    left: 105%;
    width: 100%;
    transition: left 0.3s ease-in-out;
    z-index: 1000;
}

.show-menu {
    left: 0;
}

.nav-contentsec .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid #ffffff80;
}

.nav-contentsec .navbar-nav .nav-link {
    color: var(--white);
    font-weight: 400;
    padding: 15px 5px;
    position: relative;
}

.nav-contentsec .navbar-nav li.nav-item:nth-child(2) .nav-link::after {
    content: ' ';
    border: 0;
    background-image: url(https://www.niit.com/india/wp-content/themes/edali-child/stack-route/images/offcanvas-right-arrow.svg);
    width: 8px;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

#layer4 li.nav-item:nth-child(2) .nav-link::after {
    display: none;
}

.back-btn {
    background-color: transparent;
    border: none;
    font-size: 1.2em;
    cursor: pointer;
    padding: 1em;
    text-align: left;
    width: 100%;
    color: var(--white);
}

.navbar-toggler:focus,
.nav-contentsec .btn-close {
    box-shadow: none;
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1055;
}

.navbar-primary-light {
    background-color: #ffffff80;
    backdrop-filter: blur(0.625rem);
    position: relative;
    padding: 1rem 0;
    height: 76px;
}

.course-details-scroll-header {
    background: #EBEBEBB2;
    position: fixed;
    left: 0;
    right: 0;
    top: 76px;
    z-index: 1054;

}

.cd-horizontal-links {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    list-style: none;
    backdrop-filter: blur(34px);
    color: var(--white);
    font-size: 12px;
    width: 100%;
    overflow-x: auto;
    background: none;
    padding: 8px 0 0 40px;
}

.cd-horizontal-links li {
    white-space: nowrap;
}

.cd-horizontal-links .nav-link {
    padding: .625rem 0;
    border-bottom: 2px solid transparent;
    margin: 0 .625rem;
    color: #565759;
    font-size: 18px;
    font-weight: 400;
}

.course-details-scroll-header.sub-light-header .cd-horizontal-links .nav-link {
    color: #565759;
    font-size: 18px;
    font-weight: 400;
}

/*header css end here*/
section.sse-committed.text-center {
    background: linear-gradient(180deg, var(--section-background) 0%, #ffffff66 40%);
    padding: 70px 0 0
}

section.sse-committed.text-center p {
    line-height: 30px;
    font-size: 18px
}

section.sse-pages {
    padding: 0 0 70px
}

.arc-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 500px
}

.arc-item {
    position: absolute;
    width: 230px
}

.arc-box {
    border-radius: 22px;
    padding: 0;
    text-align: right;
    min-width: 261px;
    min-height: 164px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.arc-box .icon {
    width: 50px;
    margin-bottom: 10px
}

.arc-box h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px
}

.arc-box p {
    font-size: 14px;
    color: #666
}

.item1 {
    top: 10%;
    left: 0
}

.item2 {
    top: 47%;
    left: 5%
}

.item3 {
    top: 69%;
    left: 29%;
    transform: translateX(-69%)
}

.item4 {
    bottom: 37%;
    right: 69%
}

.item5 {
    top: 10%;
    right: 61%
}

.center-logo {
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.center-logo img {
    width: 90px
}

.arc-icon {
    background-repeat: no-repeat;
    position: absolute;
    right: -225px;
    top: -7px;
    padding: 52px;
    background-image: url(../images/icon-bg.png);
    background-size: contain;
    width: 177px;
    height: 175px
}

.arc-item.item2 .arc-icon {
    background-image: url(../images/icon-bg2.png);
    right: -261px;
    top: -56px
}

.arc-item.item2 .arc-box {
    position: absolute;
    right: -80px
}

.arc-item.item3 .arc-box {
    right: -65px;
    position: absolute
}

.arc-item.item3 .arc-icon {
    background-image: url(../images/icon-bg3.png);
    right: -295px;
    top: -105px
}

.arc-item.item3 .arc-box {
    right: -337px;
    position: absolute;
    text-align: center;
    justify-content: center;
    top: 15px
}

.arc-item.item4 .arc-icon {
    background-image: url(../images/icon-bg4.png);
    right: -528px;
    top: -138px
}

.arc-item.item4 .arc-box {
    right: -780px;
    position: absolute;
    text-align: left;
    justify-content: center;
    top: -48px;
    max-width: 230px;
}

.arc-item.item5 .arc-icon {
    background-image: url(../images/icon-bg5.png);
    right: -540px;
    top: -7px
}

.arc-item.item5 .arc-box {
    right: -802px;
    position: absolute;
    text-align: left;
    justify-content: end;
    top: 0;
    max-width: 230px
}


/*sse hourney section css start here*/

.journey-timeline {
    position: relative;
    padding: 40px 10px 10px
}

.journey-timeline .timeline-line {
    position: absolute;
    left: 4%;
    right: 4%;
    bottom: 55px;
    border-top: 2px dotted #bcd7ec;
    transform: translateY(-50%);
    z-index: 1
}

section.sse-niit-journey {
    padding: 50px 0 70px
}

.timeline-items {
    position: relative;
    z-index: 2;
    gap: 10px;
    width: 90%;
    margin: 0 auto;
    margin-top: 80px
}

.timeline-item {
    width: 18%;
    min-width: 110px;
    position: relative
}

.timeline-item .dot {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    background: #0f5aa6;
    border: 4px solid #ffd24a;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px #0f5aa61f;
    position: relative;
    top: -57px
}

.timeline-item .dot:after {
    content: "";
    position: absolute;
    background-image: url(../images/after-line.png);
    width: 2px;
    height: 32px;
    bottom: -32px;
    z-index: -1
}

.timeline-item .dot:before {
    content: "";
    position: absolute;
    background-image: url(../images/before-dot.png);
    width: 22px;
    height: 22px;
    bottom: -51px
}

.timeline-item .dot img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block
}

.timeline-item .caption {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.2
}

/*sse hourney section css start here*/

/*Learning Services Portfolio section css start here*/
.learning-services-portfolio .item-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 2px
}

.learning-services-portfolio .item-box h5 {
    font-size: 20px;
    margin: 0;
    margin-top: 10px
}

.learning-services-portfolio .item-box p {
    font-size: 18px;
    margin: 0
}

a.btn.btn-blue.small-btn {
    width: fit-content;
    font-size: 20px;
    padding: 7px 13px;
    font-weight: 400;
    border-radius: 54px;
    line-height: 20px;
}

section.learning-services-portfolio {
    background: #a4d5ff66
}

/*Learning Services Portfolio section css start here*/
/*Learning Services Portfolio section css start here*/
.description {
    position: relative;
}

.description:before {
    position: absolute;
    content: "";
    background-image: url(../images/big-quote.png);
    width: 119px;
    height: 101px;
    top: -20px;
    left: -20px;
    background-repeat: no-repeat;
}

.sse-lease-message .advantag-video-section.loading-place-holder .yt-thumb {
    aspect-ratio: 1/.7;
    border-radius: 16px;
}

.leader-contant {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 30px;
}

.manage-mobile .leader-contant {
    padding-left: 50px;
}

.leader-contant h5 {
    font-size: 20px
}

.leader-contant h5 span {
    font-size: 16px;
    font-weight: 400
}

.description p {
    margin: 10px 0;
    float: left;
    width: 90%
}

.name-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}

section.sse-lease-message iframe.w-100 {
    height: 100%;
    aspect-ratio: 1 / .7;
}

/*Learning Services Portfolio section css start here*/
/*sse team section css start here*/
section.sse-team-section {
    background: #a4d5ff66
}

.sse-team-section .team-flex {
    display: flex;
    gap: 15px;
    margin-bottom: 20px
}

.team-flex img.img-fluid {
    width: 100px;
    height: 100px
}

.team-flex div h5 {
    display: flex;
    font-size: 24px;
    color: #0061afff;
    justify-content: space-between
}

.team-flex div p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    max-width: 88%
}

.team-box {
    padding: 20px;
    background-color: #fff;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

/*sse team section css start here*/
/*award section css start here*/
.award-item {
    padding: 20px;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 2px 13px 0 #e84e0f1c
}

section.sse-award-section .owl-stage-outer {
    padding: 10px
}

.award-item h5 {
    font-size: 18px;
    color: #0061afff;
    font-weight: 600;
    margin: 15px 0
}

.award-item p {
    font-size: 15px
}

/*award section css start here*/

/*reach out section css start here*/
section.reach-out-section {
    padding: 0 0 70px
}

.reach-out-section .reach-out {
    background-image: url(../images/reachoutbg.png);
    background-size: cover;
    padding: 50px 30px;
    border-radius: 30px
}

.reach-out-section .reach-out .form-input-field {
    border-radius: 25px;
    font-weight: 600;
    width: 100%;
    padding: 8px 15px;
    margin-bottom: 6px;
    background-color: #fff;
    font-size: 14px;
    min-height: 45px;
    border: .5px solid #706969ff
}

.reach-out-section .reach-out textarea {
    color: rgba(86, 87, 89, 1);
    border-radius: 25px;
}

.input-field-group {
    margin: 7px 0;
}

.input {
    display: flex;
    gap: 12px;
}

.reach-out-section .reach-out .form-input-field:focus {
    background-color: transparent;
    border: .5px solid #0061afff
}

.reach-out-section .reach-out input#vehicle1 {
    width: 25px;
    height: 25px
}

.reach-out-section .reach-out .submit-form-btn {
    width: fit-content;
    background: #0061afff;
    background: linear-gradient(149deg, #0061afff 0%, #008dffff 100%);
    color: #fff;
    border: none;
    padding: 10px 48px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 20px;
    transition: all .3s ease;
    margin: 20px 0 0 auto;
    border-radius: 54px;
    line-height: 20px;
    width: 207px;
}

.modal-width .modal-dialog {
    max-width: 600px
}

#portfolio .team-flex {
    display: flex;
    gap: 15px;
    margin-bottom: 20px
}

#portfolio .team-box h5 {
    margin: 0;
    font-size: 18px
}

.sse-protfolio-content {
    max-height: 400px;
    overflow: auto
}

.sse-protfolio-content p {
    font-size: 15px
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #fff 0%, #0061afff 50%, #fff 100%)
}

::-webkit-scrollbar-thumb:hover {
    background-color: #e6a600
}

.sse-protfolio-content::-webkit-scrollbar-track {
    background: #f2f2f2
}

#portfolio .modal-header.border-0 {
    position: absolute;
    right: 30px;
    top: 30px;
    padding: 0 15px;
    z-index: 1
}

.reach-out-section.bg-image {
    background-image: url(../images/sip-reachout-us-bg.jpg);
    background-size: cover;
    padding: 0px;
    border-radius: 0px;
    position: relative;
}

.reach-out-section.bg-image .reach-out {
    background-color: rgba(245, 249, 255, 1);
    margin: 100px 0;
    position: relative;
    z-index: 1
}

.reach-out-section.bg-image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 97, 175, 0.36);
    z-index: 0
}

/*reach out section css start here*/
/*about page css end here*/
/*SIP solutions page css end here*/
/*banner section css start here*/
section.sse-about-pages.programinnerpage .programme-banner-wrapper {
    flex-direction: column;
    justify-content: center;
}

.banner-btn-flex {
    display: flex;
    gap: 15px;
    margin-top: 20px;
        justify-content: center;
    align-items: center;
}

.banner-btn-flex a.small-btn {
    text-align: center;
    font-size: 20px !important;
    line-height: 20px;
    background-color: #0d6efd;
    color: #fff;
    text-decoration: none;
    padding: 12px 0;
    min-width: 207px;
    border-radius: 50px;
    font-weight: 400 !important
}

.banner-btn-flex a.small-btn:last-child {
    background-color: #4141414d;
    backdrop-filter: blur(10px);
    border: .5px solid #ffff
}
/*.stepup-left a.small-btn:first-child {}*/
.banner-btn-flex a.small-btn:first-child {
    text-align: center;
    font-size: 20px !important;
    line-height: 20px;
    background-color: #0d6efd !important;
    color: #fff;
    text-decoration: none;
    padding: 12px 0;
    min-width: 207px;
    border-radius: 50px;
    font-weight: 400 !important;
}
hr.small {
    width: 122px;
    height: 0;
    border: 1.5px solid #ffcb05ff;
    opacity: 1;
    margin: 20px auto
}

section.sse-about-pages.programinnerpage .programme-banner-wrapper p {
    color: #fff
}

/*banner section css end here*/

/*counter css start here*/
section.sse-counter-section {
    padding: 0;
    position: relative;
    width: 100%;
        z-index: 1;
}

section.sse-counter-section .sse-coun-div {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 8rem;
    /*top: -82px;*/
     top: 4px;
    bottom: auto;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%
}

section.sse-counter-section ul {
    border-radius: 20px 20px;
    padding: 20px;
    display: flex;
    list-style: none;
    justify-content: space-around;
    margin: 0;
    /*width: 86%;*/
    width: 100%;
    background-color: #4141414d;
    backdrop-filter: blur(10px);
    border: .5px solid #ffff;
    border-bottom: 0;
    gap: 30px;
    text-align: center
}

section.sse-counter-section ul h2 {
    font-size: 64px;
    color: #fff;
    line-height: 70px
}

section.sse-counter-section ul p {
    font-size: 20px;
    color: #fff;
    line-height: 30px
}

/*counter css end here*/
/*FAQ section css start here*/
section.sse-faq-section {
    padding: 50px 0 70px 0;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230061AF' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
    width: 30px;
    background-size: cover;
    height: 30px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230061AF' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    top: 50%;
}

.accordion-button::after {
    transition: all .5s
}

.accordion-item {
    background-color: transparent;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0 0 0 0 !important
}

button.accordion-button {
    background-color: transparent !important;
    border-radius: 0 0 0 0 !important;
    color: rgba(0, 97, 175, 1) !important;
    font-size: 18px
}

.sse-faq-section div#accordionExample {
    max-width: 861px;
    margin: 0 auto;
}

.accordion-body,
.accordion-body p,
.accordion-body li {
    font-size: 16px;
}

.accordion-button:focus {
    box-shadow: none
}

/*FAQ section css end here*/
/*sip overview css start here*/
span.bg-color {
    border-radius: 40px;
    background-color: #e0f1ffff;
    padding: 5px 10px;
    color: #0061afff
}

.img-sec.relative {
    position: relative;
    box-shadow: 0 10px 20px 0 #0061af0d;
    z-index: -1
}

span.absolute {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 20px;
    background: #e0f1ffff;
    color: #0061afff;
    line-height: 20px;
    padding: 6px 28px;
    border-radius: 28px
}

section.empowring-sip-solutions span.absolute {
    width: fit-content;
}


.img-sec.relative img.img-fluid {
    border-radius: 20px 20px 0 0;
        width: 100%;
}

.empowring-content {
    padding: 25px 30px;
    box-shadow: 39px 39px 40px 0 #0061af0d;
    border-radius: 16px;
    background-color: #fff
}

.empowring-content h5 {
    color: #0061afff;
    font-size: 20px
}

.row.relative.py-5 {
    position: relative;
    padding: 70px 0 !important
}

.row.relative.py-5:before {
    content: "";
    position: absolute;
    background-image: url(../images/empowring-before.png);
    background-size: contain;
    background-position: top, center;
    width: 670px;
    height: 69px;
    left: 50%;
    transform: translatex(-50%);
    top: 0;
    z-index: -1;
    background-repeat: no-repeat
}

.row.relative.py-5:after {
    content: "";
    position: absolute;
    background-image: url(../images/empowring-after.png);
    background-size: contain;
    background-position: top, center;
    width: 670px;
    height: 69px;
    left: 50%;
    transform: translatex(-50%);
    bottom: 0;
    z-index: -1;
    background-repeat: no-repeat
}

/*sip overview css end here*/
/*sip overview css end here*/
.sse-core-strength {
    padding: 70px 0
}

.core-strengths {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 50px;
        display: block !important;
}
.core-strengths div.core-flex h5 img.linkdin-icon {
    width: auto;
}
.core-strengths .owl-stage-outer{padding: 10px 0}
.core-strengths div.core-flex h5 {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 24px;
    margin-bottom: 30px
}

.core-strengths div.core-flex {
    background-color: #fff;
    padding: 30px;
    border-radius: 17px;
    border: 1px solid #f3f4f6ff;
    box-shadow: 0 4px 4px 0 #00000040;
    width: 97%;
    margin: 0 auto;
}

.core-strengths div.core-flex p {
    font-size: 20px
}

/*sip overview css end here*/
/*Explore program section css start here*/
.sse-explore-program {
    background-color: #f5f9ffff
}

.sse-explore-program hr {
    margin: 10px auto
}

.sse-explore-program .tabs {
    display: flex;
    border-bottom: none;
    gap: 10px;
    padding: 0;
    justify-content: center;
    margin-bottom: 30px
}

.sse-explore-program .tab-btn {
    padding: 10px 20px;
    border: none;
    font-size: 24px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 300;
    border-radius: 6px 6px 0 0;
    color: #3b3b3bff;
    transition: .3s;
    border-bottom: 1px solid #3b3b3bff
}

.sse-explore-program .tab-btn.active {
    color: #0061afff;
    font-weight: 500;
    border-bottom: 2px solid #0061afff
}

.sse-explore-program .tab-btn:hover {
    color: #0061afff;
    font-weight: 500;
    border-bottom: 2px solid #0061afff
}

.tab-content {
    display: none;
    background: transparent;
    padding: 20px 15px;
    border: none;
    border-top: none;
    border-radius: 0 0 8px 8px;
    animation: fade .3s
}

.tab-content.active {
    display: grid;
    gap: 20px
}

.tab-content {
    grid-template-columns: repeat(5, 1fr)
}

.tab-content div {
    background-color: #fff;
    padding: 23px;
    border-radius: 27px;
    text-align: center
}

.tab-content div p {
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0
}

.tab-content div img.icon {
    margin: 5px 10px 20px
}

@keyframes fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.btn-gradiant {
    margin-top: 30px;
    padding: 7px 20px;
    border: none;
    border-radius: 30px;
    font-size: 16px !important;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(149deg, #0061afff 0%, #008dffff 100%);
    box-shadow: inset 0 1px 3px #fff6 0 4px 10px #00000026;
    transition: .3s ease;
    text-decoration: none;
    font-size: 20px
}

section.sse-explore-program p.d-flex.text-center {
    float: left;
    width: 100%;
    align-items: center;
    justify-content: center
}

.center-mode .submit-form-btn {
    width: fit-content;
    background: #0061afff;
    background: linear-gradient(149deg, #0061afff 0%, #008dffff 100%);
    color: #fff;
    border: none;
    padding: 8px 48px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 20px;
    transition: all .3s ease;
    margin: 20px 0 0 auto;
    border-radius: 54px;
    line-height: 20px;
    width: 207px;
}

/*Explore program section css end here*/

/*Workshop section css end here*/
.sse-workshop-section {
    background-color: rgba(245, 249, 255, 1);
    padding-top: 0;
}

.sse-workshop-section p {
    font-size: 24px;
    margin: 20px 10px;
    text-align: center;
    line-height: 27px;
}

.sse-workshop-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #0a65a8;
}

.sse-workshop-section .owl-theme .owl-dots .owl-dot.active span {
    background: #0a65a8;
    width: 25px;
}

/*Workshop section css end here*/

/*Key benefits section css end here*/
.key-benefit-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 50px;
    display:block !important;
}

.key-benefit-box .core-flex {
    text-align: center;
    background-color: #fff;
    border-radius: 27px;
    box-shadow: 0 5px 7px 5px #0000000d;
    padding: 0 25px 25px;
    max-width:97%;
    margin: 0 auto;
}

.key-benefit-box .core-flex img.linkdin-icon {
    /*width: 200px;*/
        margin: 0 auto;
}
.key-benefit-box .owl-stage-outer{padding: 10px 0}
.key-benefit-box .core-flex h5 {
    font-size: 20px;
    line-height: 27px;
    margin: 0;
    text-align: center
}

.key-benefit-box .core-flex p {
    margin-top: 10px
}

.key-benefit-box .core-flex span {
    color: #0061afff;
    font-weight: 600
}
.key-benefit-box .core-flex h5 span {
    color: #0061afff;
    font-weight: 500;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

/*Key benefits section css end here*/
/*Learning curve section css end here*/
section.sse-learning-curve {
    padding: 30px 0 70px
}

.learning-curve-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    width: 90%;
    margin: 0 auto
}

.learning-curve-box .learning-flex h5 {
    display: flex;
    gap: 25px;
    background-image: url(../images/learning-curve-bg.png);
    padding: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0
}

.learning-curve-box .learning-flex ul {
    padding: 15px 25px 15px 15px;
    margin-left: 35px;
    border-left: 2px solid #daeeffff;
    margin-top: -3px;
    list-style: none;
    min-height: 123px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.learning-curve-box .learning-flex ul li {
    display: flex;
    align-items: anchor-center;
    gap: 6px
}

.learning-curve-box .learning-flex ul li img {
    width: 16px;
    height: 16px
}

/*Learning curve section css end here sip-reachout-us-bg*/
/*Impect action section css end here*/
.impect-item {
    border-radius: 10px;
    background-color: #a4d5ff33;
    display: flex;
    flex-direction: column
}

.impect-item img.img-fluid {
    border-radius: 10px 10px 0 0
}

.impect-item .text {
    padding: 15px
}

.impect-item .text h5 {
    font-size: 18px;
    font-weight: 500;
    color: #0061afff;
    line-height: 23px;
    margin-bottom: 15px
}

.impect-item .text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

/*Impect action section css end here*/

/*SIP solutions page css end here*/
/*gen ai page css end here*/
/*banner section css start here*/
.programme-banner-wrapper.align-left {
    align-items: baseline;
}

h2.page-title.mb-20 {
    margin-bottom: 20px;
    font-weight: 600;

}

section.sse-counter-section.bg-color-center .sse-coun-div {
    top: 0;
    margin-top: -77px;
    position: static
}

section.sse-about-pages.programinnerpage .programme-banner-wrapper.align-left p {
    color: #fff;
    max-width: 525px
}

section.sse-counter-section.gen-ai-awareness ul {
    border-radius: 20px 20px;
    width: 100%;
    background-color: #0061afb0;
    backdrop-filter: blur(50px);
    border: .5px solid #ffff
}

.manageleft-design {
    width: calc(100vw - (100vw - var(--container)) / 2) !important;
    margin-left: auto
}

.gen-ai-overview {
    position: relative;
    padding: 100px 0 70px 0;
}

.gen-ai-overview:before {
    content: "";
    position: absolute;
    background-image: url(../images/overview-before.png);
    width: 783px;
    height: 722px;
    left: 0;
    bottom: 0px;
    z-index: -1
}

.gen-ai-overview img.img-fluid {
    width: 100%
}

.overview-contant {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    text-align: left;
    padding-right: 20%
}

h2.blue-color-span {
    /*color: #0061afff;*/
}

h2.blue-color-span span {
    /*font-weight: 200 !important;*/
  /*  color: #0061afff;
    font-family: Effra Trail !important*/
}

.manageleft-design .row {
    --bs-gutter-x: 0
}

/*what gen AI section css end here*/
/*alignment section css start here*/
section.gen-ai-alignment {
    padding: 50px 0 70px;
    position: relative;
    overflow: hidden;
}

.gen-ai-alignment:after {
    content: "";
    position: absolute;
    background-image: url(../images/line-after.png);
    width: 783px;
    height: 722px;
    border-right: 0;
    right: -35px;
    bottom: -50px;
    z-index: -1;
}

section.gen-ai-alignment .core-flex span {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    background-color: #0061afff;
    padding: 14px 15px;
    border-radius: 61px;
    font-family: "Effra", sans-serif !important
}

section.gen-ai-alignment .core-flex h5 {
    font-size: 20px;
    margin: 20px 0 10px;
    float: left;
    width: 100%;
    line-height: 160%;
    color: #000f;
        min-height: 64px;
}

section.gen-ai-alignment .core-flex p {
    font-size: 16px;
    float: left;
    width: 100%;
    margin: 0
}

section.gen-ai-alignment .core-flex {
    padding: 30px 90px 30px 30px;
    border: 1px solid #cccf;
    box-shadow: none;
        float: left;
}

section.gen-ai-alignment .core-flex:hover {
    background-color: #a4d5ff66
}

section.gen-ai-alignment .core-flex:hover span {
    background-color: #fff;
    color: #0061afff
}

/*alignment section css end here*/
/*approach section css start here*/
.approach-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px
}

.approach-box .core-flex {
    background-image: url(../images/approach-box-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 210px;
    transition: all 0.7s ease;
}

.approach-box .core-flex:hover {
    transform: scale(1.05);
}

.approach-box h6 {
    padding: 13% 25% 13% 13%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    line-height: 24px
}

/*approach section css end here*/
/*Learning framework  section css start here*/
.learning-framework-alignment {
    background-color: #f5f9ffff
}

.framework-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 50px
}

.framework-box .core-flex {
    text-align: center;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px
}

.framework-box .phase {
    margin-bottom: 10px;
    position: relative
}

.framework-box .phase::after {
    content: "";
    background-image: url(../images/phase-after.png);
    position: absolute;
    top: 17px;
    right: -46%;
    width: 248px;
    height: 1px
}

.framework-box .core-flex:last-child .phase::after {
    display: none
}

.framework-box .phase span {
    padding: 10px 38px;
    font-size: 25px;
    color: #0061afff;
    font-family: 'Effra' !important;
    font-weight: 600;
    background-color: #daeeffff;
    border-radius: 50px;
    border: 20px solid #f5f9ff
}

.framework-box .Steps {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #cccf;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center
}

.framework-box .Steps span {
    border-radius: 38px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Effra' !important;
    /*    background-color: #0061afff;*/
    background: linear-gradient(149deg, #0061afff 0%, #008dffff 100%);
    color: #fff;
    padding: 8px 24px;
    width: fit-content
}

.framework-box .Steps h5 {
    font-size: 20px;
    min-height: 48px;
    display: flex;
    align-items: center
}

.freamwork-content {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    border-radius: 15px;
    gap: 10px;
    background-color: #daeeffff;
    align-items: center;
    position: relative
}

.freamwork-content::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #daeeff
}

.freamwork-content h5 {
    font-size: 25px;
    color: #0061afff
}

.freamwork-content p {
    font-size: 14px;
    margin: 0;
    min-height: 84px
}

.freamwork-content img.icon {
    width: 69px;
    height: 70px
}

/*Learning framework  section css end here*/

/*gen ai page css end here*/
/*content creation page css start here*/

/*content creation overview section css start here*/
section.sse-secound-counter {
    padding: 0;
}

.count-section {
    border-radius: 20px;
    position: relative
}

.count-section img.img-fluid {
    border-radius: 20px;
    width: 100%
}

.count-section .absolute {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(2, 50, 88, 0.6) 21.59%, rgba(2, 50, 88, 0) 95.78%);
    ;
    border-radius: 20px
}

.absolute.absolute-2 {
    top: 0;
}

.absolute.absolute-2 h2::after {
    display: none;
}

.count-section .absolute.absolute-2 ul {
    margin-bottom: 0;
    padding-bottom: 0;
}

.count-section .absolute.absolute-2 ul li {
    padding-bottom: 40px;
}

.count-section .absolute .sse-coun-div {
    height: 100%
}

.count-section .absolute ul {
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding-bottom: 30px;
    height: 100%;
    align-items: end;
    padding-left: 0;
}

.count-section .absolute ul p {
    font-size: 20px;
    color: #ffff
}

.count-section .absolute ul h2 {
    font-size: 64px;
    line-height: 120%;
    color: #ffcb05ff
}

.count-section .absolute ul li {
    position: relative;
    min-width: 33%;
    list-style: none
}

.count-section .absolute.absolute-2 ul li:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 50px;
    top: 50%;
    right: 0;
    translate: 0 -50%;
}

.count-section .absolute.absolute-2 ul li:after {
    background: #fff;
    left: auto;
    top: 50%;
    height: 87px;
    /*    left: calc(100% + 55px);*/
    left: calc(100% + 0px);
    width: 1px;
}

/*content creation overview section css end here*/

/*learning transformation section css start here*/
section.sse-about-pages.programinnerpage.experimential-learning-banner {
    position: relative;
}

section.sse-about-pages.programinnerpage.experimential-learning-banner:before {
    content: "";
    position: absolute;
    background-image: url(../images/experimential-learning-before.png);
    background-size: contain;
    left: 0;
    width: 100%;
    height: calc(100% - 0px);
    z-index: 1;
    background-repeat: no-repeat;
    bottom: 0;
}

.transformation-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 50px
}

.transformation-content {
    display: flex;
    gap: 12px;
    align-items: center
}

.transformation-content p {
    margin: 0
}

.transformation-content img.icon {
    width: 40px;
    height: 40px
}

/*learning transformation section css end here*/
/*content creation page css end here*/

/*Experiential learning page css start here*/

/*Experiential learning banner and overview section css start here*/
h2.page-title.mb-20 span {
    font-weight: 400;
    color: #fff
}

section.sse-counter-section.bg-color-center.notrelative {
    padding: 50px 0 0
}

.notrelative .sse-coun-div {
    margin-top: 0 !important
}

section.sse-counter-section.bg-color-center.notrelative .sse-coun-div {
    padding: 0
}

.notrelative .sse-coun-div ul {
    background-color: #0061afff;
    width: 100%;
    border-radius: 20px 20px
}

.experimental-learning-overview .overview-contant {
    padding-right: 14%
}

/*section.experimental-learning-overview*/
/*Experiential learning page css end here*/


/*experimential-section css start here*/
.learning-beyond {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    place-items: center;
    margin: 0 auto;
    margin-top: 50px;
    width: 1100px;
}

.learning-beyond .core-flex {
    width: 110%;
    text-align: center;
    background-image: url(../images/workplace1-top.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    padding-top: 39px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.learning-beyond .core-flex.odd {
    background-image: url(../images/workplace1-bottom.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    padding-top: 0;
    padding-bottom: 40px;
    flex-direction: column-reverse;
}

.image-div {
    width: 150px;
    height: 150px;
    border: 13px solid #dcefffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.7s ease;
}

.image-div img {
    width: 52px;
    height: 50px;
    object-fit: contain
}

.image-div:hover {
    transform: scale(1.05);
}

.learning-beyond h6 {
    margin-top: 25px;
}

.learning-beyond .core-flex.odd h6 {
    margin-top: 0px;
    margin-bottom: 25px
}

/*experimential-section css end here*/


/*experimential-advantage section css start here*/


.experimential-advantage-beyond {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-items: center;
    margin: 0 auto;
    margin-top: 50px;
    gap: 20px;
    display: block !important;
}
.experimential-advantage-beyond .owl-stage-outer{padding: 10px 0}

.experimential-advantage-beyond .core-flex {
    width: 97%;
    display: flex;
    gap: 12px;
    justify-content: left;
    background-image: url(../images/experimential-advantage-bg.png);
    align-items: center;
    padding: 9px 12px 12px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.experimential-advantage-beyond p {
    margin: 0
}
.experimential-advantage-beyond .core-flex img {
    width: auto;
}

.experimential-advantage-beyond img {
    width: 80px;
    height: 80px;
    background: #f5f9ffff;
    padding: 23px;
    border-radius: 50%;
    min-width: 80px;
    object-fit: contain
}

/*experimential-section css end here*/
/*value-learner section css start here*/
.value-learner-box {
    max-width: 1100px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-items: center;
    margin: 0 auto;
    margin-top: 50px;
    gap: 20px
}

.value-learner-overview {
    padding: 70px 0 100px;
    background: #f5f9ffff;
    border-radius: 40px;
    box-shadow: 0 0 26px 0 #00294b1a
}

.value-learner-overview .core-flex {
    background-color: #fff;
    height: 240px;
    width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px;
    border-radius: 50%;
    border: 1px solid #0061afff;
    position: relative;
    transition: .4s ease;
}

.value-learner-overview .core-flex:hover {
    background: #f5f9ffff;
}

.value-learner-overview .core-flex:after {
    content: "";
    position: absolute;
    background-image: url(../images/value-learner-bg.png);
    bottom: -9px;
    background-size: 100% 100%;
    width: 250px;
    height: 134px
}

.value-learner-overview .core-flex h2.color-blue.bolt {
    font-size: 50px;
    font-weight: 700;
    color: #0061afff;
    line-height: 140%
}

section.value-learner-section {
    padding: 30px 0 0;
}

/*value-learner section css end here*/
/*core-application section css start here*/
.core-application {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    place-items: center;
    margin: 0 auto;
    margin-top: 50px;
    gap: 20px
}

.core-application .core-flex {
    background: #f5f9ffff;
    border-radius: 27px;
    padding: 20px 15px;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 6px -4px #0000000d
}

.core-application .core-flex img {
    margin-bottom: 10px
}

.core-application .core-flex p {
    font-size: 20px;
    font-weight: 500;
    color: #3a3a3aff;
    margin: 0;
    min-height: 60px
}

/*core-application section css start here*/
/*Experiential learning page css start here*/

/*step-up page css start here*/

/*step up banner and overview section css start here*/
.stepup-banner {
    background: linear-gradient(180deg, #e8f4ff 0%, #fff 110%);
    padding: 130px 0 0;
    position: relative
}

.stepup-left .title {
    /*color: #005faa;*/
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2
}

.stepup-left .title span {
    /*color: #005faa*/
}

.stepup-left .subtitle {
    margin: 15px 0 25px;
    font-size: 15px;
    color: #444
}

.btn-group-flex {
    display: flex;
    gap: 15px
}

.btn-blue {
    background: #0061af;
    color: #fff;
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px
}

.btn-grey {
    background: #e6e6e6;
    color: #5a5a5a;
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px
}

.banner-img-wrap {
    display: flex;
    justify-content: flex-end
}

.stepup-img {
    /*border-radius: 20px;*/
    width: 100%;
    height: auto;
    object-fit: cover;
        margin-bottom: 30px;
}
.sse-team-section .team-flex div {
    width: 100%;
}
.stepup-counter {
    margin-top: -70px;
    position: relative;
    z-index: 5;
    padding: 0
}

.counter-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    gap: 18px
}

.counter-list li {
    background: #fff;
    padding: 25px 15px;
    border-radius: 20px;
    box-shadow: 0 4px 15px #0000001f;
    text-align: center;
    flex: 1
}

.counter-list li h2 {
    /*color: #0061af;*/
    font-weight: 700
}

/*step up banner and overview section css end here*/
/*we design section  css start here*/
.we-design-box {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    margin: 0 auto;
    margin-top: 50px;
    gap: 20px
}

.we-design-flex img.img-fluid {
    width: 107px
}

.we-design-flex {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
    border: 1px solid #0061afff;
    border-radius: 40px;
    position: relative
}

.absolute {
    position: absolute;
    right: 0;
    background-color: #daeeffff;
    top: -30px;
    border-radius: 10px
}

.we-design-flex h2 {
    margin: 0;
    padding: 8px 54px;
    font-size: 40px;
    color: #0061afff;
    font-weight: 700;
    position: relative
}

.absolute h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #daeeff
}

.we-design-flex:hover .absolute {
    background-color: #0061afff
}

.we-design-flex:hover .absolute h2 {
    color: #fff
}

.we-design-flex:hover .absolute h2::after {
    border-top: 10px solid #0061afff
}

/*we design section  css end here*/

/*challenge section  css start here*/
.challenges-address-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-items: center;
    margin: 0 auto;
    margin-top: 50px;
    gap: 20px;
    display: block !important;
}
.challenges-address-grid .owl-stage-outer{padding: 10px 0 !important}

.challenges-address-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
    padding: 30px 15px 40px 15px;
    border: 1px solid #0061afff;
    border-radius: 10px;
    width: 98%;
    margin: 0 auto;
}
.challenges-address-flex img{width: auto !important;}

.challenges-image-div {
    width: 107px;
    height: 107px;
    background: #f5f9ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.challenges-address-flex:hover {
    background: #f5f9ffff;
}

.challenges-address-flex:hover .challenges-image-div {
    background: linear-gradient(90deg, #0061afff 0%, #008dffff 100%);
}

.challenges-address-flex:hover .challenges-image-div img {
    filter: invert(1) brightness(15);
}


.challenges-address-grid h5 {
    color: #3a3a3aff
}

.challenges-address-flex {
    position: relative
}

.challenges-address-flex::after {
    background: #0061afff;
    background: linear-gradient(90deg, #0061afff 0%, #008dffff 100%);
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: -10px;
    border-radius: 27px
}

/*challenge section  css end here*/
.driving-capability {
    background-color: rgba(245, 249, 255, 1)
}

.driving-capability .overview-contant {
    padding-right: 30px;
}

/*challenge section  css start here*/
/*step-up page css end here*/

/*digital-learning-stack page css end here*/
/*challenge section  css start here*/
.sse-digital-learning .sse-coun-div {
    margin-top: -15px;
    /*padding: 0 !important;*/
}

.sse-digital-learning .sse-coun-div ul {
    border: 1px solid rgba(255, 255, 255, 1);
    background-color: rgba(2, 40, 70, 0.69);
    border-radius: 20px;
    /*width: 80%;*/
}

/*challenge section  css end here*/
/*learning-experiance-plateform section  css end here*/
.learning-experiance-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    place-items: center;
    margin: 0 auto;
    margin-top: 50px;
    gap: 9px
}

.learning-experiance-grid .learning-experiance-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #0061afff;
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    transition: .5s ease;
}

.learning-experiance-flex:hover {
    background: #f5f9ffff;
}

/*learning-experiance-plateform section  css start here*/
/*Digital coaching section  css end here*/
.digital-coaching .value-learner-box {
    max-width: 100%;
    grid-template-columns: repeat(5, 1fr)
}

.digital-coaching .core-flex {
    background-color: #fff;
    height: 240px;
    width: 240px;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px 20px;
    border-radius: 50%;
    border: 1px solid #0061afff;
    position: relative;
    gap: 20px;
    transition: 1s ease;
}

.digital-coaching .core-flex:after {
    content: "";
    position: absolute;
    background-image: url(../images/value-learner-bg.png);
    bottom: -9px;
    background-size: 100% 100%;
    width: 250px;
    height: 134px
}

.digital-coaching .core-flex:hover {
    background: #f5f9ffff;
}

/*Digital coaching section  css start here*/

/*Learning agility tool section  css end here*/
section.learning-agility-tool {
    background: #f5f9ffff
}

section.learning-agility-tool .learning-experiance-flex {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 36px 20px 30px
}

section.learning-agility-tool .learning-experiance-flex img {
    margin-bottom: 30px
}

/*Learning agility tool section  css start here*/

/*Learning agility tool section  css end here*/
.digital-coaching-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-items: baseline;
    margin: 0 auto;
    margin-top: 50px;
    gap: 9px
}

.digital-coaching-box .digital-coaching-flex {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    position: relative
}

.digital-coaching-box .digital-coaching-flex::after {
    content: "";
    position: absolute;
    right: -130px;
    background-image: url(../images/digital-coaching-flex-after.png);
    width: 100px;
    height: 2px
}

.digital-coaching-box .digital-coaching-flex:last-child::after {
    display: none
}

.digital-coaching-box .digital-coaching-flex .image-div1 {
    width: 116px;
    height: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dbefffff;
    border-radius: 50%;
    border: 5px solid #fff
}

.image-div-main {
    background-color: #dbefffff;
    border-radius: 50%;
    padding: 7px
}

.digital-coaching-box .digital-coaching-flex h4 {
    color: #3a3a3aff
}

.number {
    position: absolute;
    top: 0;
    left: 90px;
    background-color: #0061afff;
    border-radius: 50%;
    padding: 4px 8px
}

.number span {
    color: #ffcb05ff;
    font-size: 20px;
    font-weight: 700 !important;
    border-radius: 50%
}

/*Learning agility tool section  css start here*/


/*digital-learning-stack page css end here*/
/*case study page css start here*/
.page-stack-banner.programme-stack-banner.banner-section-home.banner-stack-home.casestudy-page .programme-banner-wrapper {
    flex-direction: column;
    align-items: baseline;
    justify-content: center
}

.page-stack-banner.programme-stack-banner.banner-section-home.banner-stack-home.casestudy-page .programme-banner-wrapper p {
    color: #fff
}

.grid-case-study {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: baseline;
    margin: 0 auto;
    margin-top: 50px;
    gap: 20px
}

.case-study-box a {
    color: #565759ff;
    text-decoration: none;
    border: 1px solid #0061afff;
    float: left;
    width: 100%;
    padding: 30px 15px 15px;
    margin-top: -30px;
    border-radius: 0 0 20px 20px
}

.case-study-box a h5 {
    font-weight: 600;
    margin: 15px 0
}

.case-study-page a.btn.btn-blue.small-btn {
    padding: 15px 70px
}

.grid-case-study img.img-fluid {
    width: 100%;
    border-radius: 20px;
        max-height: 194px;
    object-fit: cover;
}

.image-center {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.related-item {
    background-color: #a4d5ff33;
    padding: 30px 20px;
    border-radius: 10px;
    width: 100%;
}

.related-item h5 {
    font-weight: 700;
    margin: 15px 0 0;
}

.related-item p {
    margin: 15px 0;
    float: left;
    width: 100%;
    font-size: 14px
}
.related-item .text div {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.related-item a {
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 8px 20px !important;
    width: auto !important;
    margin-top: 15px
}

section.related-case-study {
    padding: 0 0 70px
}

.impact-section h4,
.case-study-page h4 {
    font-weight: 600 !important;
}

/*case study page css end here*/

/*footer css start here*/
.footer {
    background-color: #231f20;
    color: #fff;
    padding-top: 2rem;
    padding-bottom: 1rem
}

.copyright {
    color: #8B8B8B;
    text-transform: uppercase
}

img.hidden-xs {}

img.visible-xs {
    display: none;
}

.footer {
    margin-top: auto;
    background-color: var(--footer-bg);
    color: var(--white);
    font-size: 0.875rem;
}

.footer-top-sec {
    padding-top: 3rem;
    padding-bottom: 1rem;
    --bs-gutter-x: 5rem;
}

.top-menu-left {
    display: flex;
    align-items: center;
    background: rgba(255, 203, 5, 1);
    padding: 16px;
    top: 0;
    border-radius: 0 0 .625rem 0;
    z-index: 9999;
    height: 83px;
}

.niit-branch-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--font-color);
    padding-bottom: 1.5rem;
}

.footer a {
    color: var(--white);
    text-decoration: none;
}

.niit-brand-logo {
    height: 40px;
    position: relative;
    width: auto;
}

.footer-social-icons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin: 1.5rem 0;
}

.footerlist {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.footerlist {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.footerlist .items h6 {
    font-weight: 700;
    color: var(--white);
    font-size: 18px;
}

.footer ul {
    padding-left: 0;
    list-style: none;
}

.link-column li {
    margin-bottom: .5rem;
}

.copyright-section {
    border-top: 1px solid #565759;
}

.ppandcopy {
    padding: 1rem 0;
    text-align: center;
}

.fbottomlink {
    margin-bottom: .5rem;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
}

.footer .left-section h6 {
    font-weight: 700;
    color: var(--white);
    font-size: 18px;
}

.col-md-6.left-section {
    display: flex;
    position: relative;
    justify-content: space-between;
}

/*footer css end here*/

.visible-xs {
    display: none;
}

.image.d-flex.align-items-center.justify-content-around img {
    height: 40px;
}
.logo-absolute {
    position: absolute;
    right: 70px;
    z-index: 1;
    top: 30px;
}
.logo-absolute img.banner-logo {
    border-radius: 5px;
    max-width: 90px;
}
.new-relative {position: relative;}
.banner-img-wrap.new-relative .logo-absolute {
    position: absolute;
    right: 30px;
    z-index: 1;
    top: 30px;
}
section#stepup-banner .banner-btn-flex {
    justify-content: flex-start;
}
section.sse-about-pages.programinnerpage.digital-learning-stack .programme-banner-wrapper.align-left {
    padding-bottom: 100px;
}
section#smart-coaching .digital-coaching-box .digital-coaching-flex {
    align-items: center;
    justify-content: center;
    text-align: center;margin: 0 auto;
}
section#smart-coaching .digital-coaching-box .digital-coaching-flex::after {right: -125px;}
section#empowring-sip-solutions {
    padding-top: 130px;
}
@media (max-width: 1024px) {
    .approach-box {
        grid-template-columns: repeat(4, 1fr);
    }

    section.niit-advantage-section.sse-video .advantage-content {
        flex-direction: column;
        gap: 10px;
    }

    .sse-about-pages h2.page-title {
        font-size: 32px;
    }

    section {
        padding: 50px 0;
    }

    .sse-about-pages .programme-banner-wrapper {
        padding: 0 2rem;
    }

    .learning-curve-box .learning-flex h5 {
        font-size: 16px;
        padding: 10px;
    }

    .sse-coun-div ul {
        width: 100% !important;
    }

    section.sse-counter-section .sse-coun-div {
        padding: 0 2rem;
    }

    section.sse-counter-section ul h2 {
        font-size: 42px;
        line-height: 1;
    }

    section.sse-counter-section .sse-coun-div {
        top: -60px;
    }

    section.sse-counter-section .sse-coun-div ul {
        padding: 10px;
    }
}

@media (max-width: 991.98px) {
    section.sse-counter-section.bg-color-center .sse-coun-div {
        margin-top: 0;

    }

    .sse-digital-learning .sse-coun-div ul {
        background: rgba(245, 249, 255, 1);
    }

    section.sse-counter-section.bg-color-center.notrelative {
        padding: 0;
    }

    .learning-beyond {
        grid-template-columns: repeat(2, 1fr);
        max-width: 500px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .learning-beyond .core-flex {
        background: none !important;
        padding: 0 !important;
        gap: 15px;
    }

    .learning-beyond h6 {
        margin-top: 0;
    }

    .experimential-advantage-beyond,
    .value-learner-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .learning-beyond .core-flex.odd {
        flex-direction: column-reverse;
    }

    .core-application {
        grid-template-columns: repeat(3, 1fr);
    }

    .framework-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .framework-box .phase::after {
        display: none;
    }

    .approach-box {
        grid-template-columns: repeat(3, 1fr);
    }

    .framework-box .core-flex {
        padding: 30px 0;
    }

    .timeline-item {
        width: 18%;
        min-width: 90px;
    }

    .timeline-item .dot {
        width: 64px;
        height: 64px;
        transform: translateY(-34%);
    }

    .timeline-item .dot img {
        width: 30px;
        height: 30px;
    }

    .learning-curve-box,
    .core-strengths,
    .key-benefit-box {
        grid-template-columns: repeat(2, 1fr);
    }


    .tab-content {
        grid-template-columns: repeat(3, 1fr);
    }

    section.sse-counter-section .sse-coun-div {
        padding: 0 1rem;
    }

    .sse-coun-div {
        position: unset !important;
    }

    .sse-coun-div ul {
        border-radius: 20px !important;
        margin-top: 35px !important;
    }

    section.sse-counter-section ul {
        background: rgba(245, 249, 255, 1);

    }

    section.sse-counter-section ul h2 {
        font-size: 42px;
        line-height: 1.2;
    }

    section.sse-counter-section ul p {
        margin-bottom: 0;
    }

    .sse-core-strength {
        padding: 50px 0;
    }


    .approach-box h6 {
        padding: 10px 12%;
    }
}

@media (max-width: 767.98px) {
    .logo-absolute {
    right: 20px;
    top: 25px;
}
.logo-absolute img.banner-logo {
    max-width: 70px;
}
    .course-details-scroll-header.sub-light-header .container {
        padding: 0;
    }

    .banner-img-wrap.new-relative .logo-absolute {
    right: 15px;
    top: 15px;
}
.banner-img-wrap.new-relative img.banner-logo {
    display: block;
}

    section.stepup-banner {
        padding-top: 180px;
    }

    section.stepup-banner .banner-btn-flex {
        flex-direction: row;
    }
section#digital-learning h2.mb-3.mt-3.color-blue {
    width: 100%;
    text-align: center;
}
    .banner-img-wrap img {
        display: none;
    }
section#leader-messages h2 {
    text-align: center;
}
.learning-services-portfolio .item-box a {
    margin: 0 auto !important;
}
    .banner-img-wrap img.visible-xs {
        display: block !important;
    }
.item.item-box p{min-height: 42px}
    .learning-curve-box .learning-flex h5 {
        padding: 16px;
    }
.item.item-box div a{margin-top: 0}
    .timeline-items {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .journey-timeline .timeline-line {
        display: none;
    }

    .timeline-item {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }

    .timeline-item .dot {
        transform: translateY(0);
    }

    .timeline-item .caption {
        margin-top: 0px;
    }

    .count-section .absolute.absolute-2 ul li {
        padding-bottom: 0px;
    }

    .manageleft-design {
        padding-left: 0 !important;
    }

    .overview-contant {
        padding-right: 0;
    }

    .manageleft-design .col-md-6 img {
        border-radius: 16px;
    }

    section.gen-ai-alignment .core-flex {
        padding: 20px;
        text-align: center;
    }

    section.gen-ai-alignment .core-flex h5 {
        justify-content: center;
        line-height: 1.3;
    }

    section.sse-about-pages.programinnerpage .programme-banner-wrapper.align-left p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    section.sse-counter-section.bg-color-center .sse-coun-div ul h2,
    section.sse-counter-section.bg-color-center .sse-coun-div ul p {
        color: #fff;
    }

    .count-section .absolute.absolute-2 ul li:after {
        display: none;
    }

    .count-section .absolute ul h2 {
        font-size: 36px;
    }

    .count-section .absolute ul p {
        font-size: 16px;
    }

    .approach-box {
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
    }


    .count-section:has(.absolute-2) img.img-fluid {
        margin-bottom: 0;
    }

    .journey-timeline {
        padding-top: 10px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }


    .timeline-items {
        align-items: center;
        width: 100%;
        margin-top: 0;
    }

    .timeline-item .dot {
        top: 0;
    }

    .timeline-item {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }

    .timeline-item .dot {
        transform: translateY(0);
    }

    .timeline-item .caption {
        margin-top: 3.2rem;
        max-width: 120px;
        margin-left: auto;
        margin-right: auto;
    }
}
div#carouselExample h2.page-title {
    width: 50%;
}
@media (max-width: 767px) {
    div#carouselExample h2.page-title {
    width: 100%;
}
    .case-study-page.detail-page h4, .case-study-page.detail-page p, .impact-section.detail-page h4, .impact-section.detail-page p{text-align: center;}
/*section.sse-about-pages {
    padding: 63px 0 0;}*/
.item.item-box h3 {
    margin-top: 15px;
    font-size: 18px;
}
.item.item-box div {
    text-align: center;
    display: flex;
    justify-content: center;
}
    .sse-digital-learning .sse-coun-div {
        margin-top: 0 !important;
        padding: 0 15px !important;
    }

    .digital-coaching .value-learner-box-2 .core-flex {
        height: auto;
        max-width: 250px;
    }
.manageleft-design h2 {
    width: 100%;
    text-align: center;
}
.learning-services-portfolio .item-box a {
    margin: 0 auto !important;
}
section#empowring-sip-solutions {
    padding-bottom: 0;
}
    h2 {
        font-size: 25px
    }

    h3 {
        /*font-size: 20px;*/
        font-size: 30px;
    }

    section {
        padding: 35px 0;
    }

    .manageleft-design {
        width: 100% !important
    }

    .manageleft-design .row {
        padding: 0 15px
    }

    .empowring-sip-solutions p br,
    .sse-core-strength p br,
    .reach-out-section.bg-image p br,
    .sse-award-section p br {
        display: none;
    }

    .hidden-xs {
        display: none;
    }

    .visible-xs {
        display: block !important;
    }

    .arc-icon,
    .arc-item.item2 .arc-box,
    .arc-item.item3 .arc-box,
    .arc-item.item4 .arc-box,
    .arc-item.item5 .arc-box {
        position: static;
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
        min-height: fit-content;
    }

    .arc-box {
        text-align: center;
        width: 100% !important;
        min-height: fit-content;
    }

    .arc-item .arc-icon {
        background-image: url(../images/icon-bg3.png) !important;
        background-position: center;
    }

    .center-logo {
        margin-bottom: 30px;
    }

    .arc-wrapper {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px
    }

    .arc-item,
    .center-logo {
        position: static;
        transform: none;
        margin: 0 auto;
        width: 100%
    }

    .arc-icon {
        padding: 44px;
        width: 173px;
        height: 142px;
        margin-bottom: 20px !important
    }

    .page-stack-banner.programme-stack-banner.banner-section-home.banner-stack-home {
        position: relative
    }

    .sse-about-pages .programme-banner-wrapper {
        padding: 0 15px
    }

    .leader-contant {
        padding-bottom: 30px
    }

    .manage-mobile .leader-contant {
        padding-left: 0px;
    }

    .row.mt-5.manage-mobile {
        flex-wrap: wrap-reverse;
    }

    .description p {
        width: 100%
    }

    .sse-team-section p br,
    section.learning-services-portfolio p br {
        display: none
    }

    .modal-width .modal-dialog {
        max-width: 96%;
        margin: 2% auto
    }

    .modal-width .team-box {
        padding: 20px 0
    }

    #portfolio .modal-header.border-0 {
        right: 6px;
        top: 12px
    }

    .reach-out .input {
        font-size: 12px
    }

    .reach-out-section .reach-out {
        padding: 30px 15px
    }

    .reach-out .input {
        align-items: flex-start !important
    }

    .core-strengths {
        grid-template-columns: repeat(1, 1fr);
    }

    .key-benefit-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .learning-curve-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .tab-content {
        grid-template-columns: repeat(2, 1fr)
    }

    .framework-box {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 0;
    }

    .gen-ai-overview {
        padding: 50px 0;
    }

    .approach-box {
        grid-template-columns: repeat(1, 1fr);
        place-items: center;
        gap: 0;
    }

    .approach-box h6 {
        padding: 0% 25% 15% 13%;
    }

    .approach-box .core-flex {
        background-size: contain;
        height: 220px;
        width: 220px;
    }

    .sse-explore-program .tab-btn {
        font-size: 12px
    }

    .row.relative.py-5 {
        padding: 30px 0 60px !important
    }

    .row.relative.py-5:before {
        width: 80%
    }

    .row.relative.py-5:after {
        width: 80%
    }

    .row.relative.py-5 .col-md-6 {
        margin: 10px 0
    }

    section.sse-counter-section .sse-coun-div {
        position: static;
    }



    section.sse-counter-section ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        gap: 10px;
        border: 0;
        border-radius: 0
    }


    .banner-btn-flex a.small-btn {
        font-size: 14px !important;
        padding: 10px 0;
        min-width: 155px
    }

    section.sse-counter-section ul h2 {
        font-size: 37px !important;
        color: rgba(86, 87, 89, 1);
        line-height: 40px
    }

    section.sse-counter-section ul p {
        color: rgba(86, 87, 89, 1);
        line-height: 30px
    }

    .empowring-content {
        box-shadow: 5px 14px 13px 0 #0061af0d;
        padding: 25px 20px;
    }

    section.sse-counter-section {
        float: left;
        padding-bottom: 50px
    }

    .tab-content div {
        padding: 23px 10px;
    }

    .tab-content div p {
        font-size: 13px;
    }

    .core-strengths div.core-flex p {
        font-size: 15px;
    }

    .framework-box .phase::after {
        display: none;
    }

    .gen-ai-overview:before {
        width: 100%;
    }

    .transformation-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
        margin-top: 25px;
    }

    .count-section .absolute ul {
        height: fit-content;
        padding: 0 25px;
        flex-direction: column;
        gap: 10px;
        float: left;
        width: 100%
    }

    .count-section .absolute ul li {
        width: 100%
    }

    section.sse-content-creation h2 {
        margin-top: 50px
    }

    section.sse-content-creation h2 {
        margin-top: 0;
    }

    .count-section {
        width: 100%
    }

    .count-section .absolute .sse-coun-div {
        height: 100%;
        display: flex;
        align-items: end
    }

    .count-section .absolute {
        background: linear-gradient(0deg, #0061afa8 0%, #0061af00 70%);
        bottom: 50px
    }

    .count-section img.img-fluid {
        margin-bottom: 50px
    }

    .transformation-content p {
        font-size: 13px
    }

    .experimential-advantage-beyond,
    .value-learner-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .core-application {
        grid-template-columns: repeat(2, 1fr);
    }
.core-application .core-flex p {
    font-size: 18px;}
    .core-application .core-flex p br {
        display: none;
    }
.learning-beyond{grid-template-columns: repeat(2, 1fr);        place-content: center;}
    .learning-beyond .core-flex {
        /*width: 225px;*/
        width: 100%;
    }

    section.experimential-section .learning-beyond .core-flex.odd {
        flex-direction: column;
    }

    .learning-beyond .core-flex.odd {
        background-image: url(../images/workplace1-top.png);
        background-position: top, center;
        flex-direction: column-reverse;
        padding-top: 40px;
        padding-bottom: 0;
    }

    .learning-beyond .core-flex h6,
    .learning-beyond .core-flex.odd h6 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    section.sse-about-pages.programinnerpage.experimential-learning-banner .programme-banner-wrapper {
        top: 0
    }

    section.sse-counter-section.bg-color-center.notrelative {
        padding: 30px 15px
    }

    .experimental-learning-overview .overview-contant {
        padding-right: 0;        text-align: center;
    }

    .experimential-advantage-beyond .core-flex {
        background-size: 100% 100%
    }

    .value-learner-overview {
        width: 90%;
        margin: 0 auto;
        padding: 45px 15px;
    }

    section.value-learner-section {
        padding: 30px 0
    }

    .sse-faq-section div#accordionExample {
        width: 100%
    }

    section.sse-award-section .owl-stage-outer {
        padding: 10px 0;
    }

    .accordion-body,
    button.accordion-button {
        padding: 10px 0
    }

    section.sse-about-pages.programinnerpage.experimential-learning-banner:before {
        background-size: cover
    }

    .we-design-box {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        padding: 0px;
        gap: 50px
    }

    .challenges-address-grid {
        grid-template-columns: repeat(1, 1fr);
        width: 100%
    }

    .we-design-box .we-design-flex {
        margin: 0 auto
    }

    .challenges-address-flex {
        width: 100%
    }

    .stepup-left {
        padding-bottom: 30px;
    }

    .stepup-counter {
        margin-top: -30px;
    }

    .counter-list {
        gap: 9px;
    }

    .counter-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .value-learner-overview br,
    section.sse-step-up-overview p br {
        display: none;
    }

    .learning-experiance-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .digital-coaching .value-learner-box,
    .learning-experiance-grid,
    .digital-coaching-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .digital-coaching-box .digital-coaching-flex::after {
        display: none;
    }

    .digital-coaching-box .digital-coaching-flex {
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        text-align: center
    }

    .sse-about-pages h2.page-title {
                font-size: 25px;
        padding-bottom: 2rem;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
        .banner-btn-flex {
        flex-direction: row !important;}
        section.sse-about-pages.pt-0 {
     padding-top: 50px !important; 
}
    .programme-banner-wrapper.align-left h2{padding-bottom: 0}

    .sse-about-pages .programme-banner-wrapper {
        align-items: flex-end;
        justify-content: end !important;
    padding-bottom: 20px;
    }

    .sse-pages .sale-service .item-box h3 {
        font-size: 20px;
        margin-bottom: 0;
    }
.owl-carousel.owl-theme.owl-loaded.owl-drag {
    max-width: 100%;
    overflow: hidden;
}
    .section-title h3,
    .section-title h2 {
        font-size: 30px;
    }

    .number-cards {
        margin: 0;
    }

    .section-title {
        margin-top: 0 !important;
    }

    section.sse-pages {
        padding: 0 0 35px;
    }

    .sse-about-pages h2.page-title br {
        display: none;
    }

    section.sse-about-pages.programinnerpage.digital-learning-stack .programme-banner-wrapper {
        top: 0
    }

    .grid-case-study {
        grid-template-columns: repeat(1, 1fr)
    }

    section.case-study-page .row.mt-5.pb-5 {
        margin: 0 -15px !important;
        padding: 0 0 30px !important;
    }

    .image-center img.img-fluid {
        margin-bottom: 20px;
    }

    .case-study-page .row.mt-5.pb-5:nth-child(2) {
        flex-wrap: wrap-reverse;
    }

    .industries-spectrum .item-box {
        margin: 0;
    }

    .about-sale-service {
        flex-direction: column-reverse;
        gap: 1.5rem;
    }

    .about-sale-service {
        padding-top: 45px;
    }

    .about-sale-service .btn-gradiant {
        margin-top: 10px;
    }

    #testimonialSlider .owl-stage-outer::before,
    #testimonialSlider .owl-stage-outer::after {
        display: none;
    }

    section.sse-committed.text-center {
        padding: 50px 0 0;
    }

    section.sse-counter-section ul p {
        font-size: 18px;
        line-height: 1.3;
    }

    .banner-btn-flex {
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        align-content: center;
    }

}


@media screen and (min-width: 1100px) and (max-width: 1440px) {
    :root {
        --section-background: #A4D5FF66;
        --container: 1140px;
    }

    .framework-box .phase::after {
        width: 190px;
    }

    .digital-coaching .core-flex {
        height: auto;
        width: 200px
    }

    .digital-coaching .core-flex:after {
        width: 107%;
        height: 112px;
    }

    .digital-coaching .core-flex h4 {
        font-size: 19px;
    }

    section.sse-about-pages.programinnerpage .programme-banner-wrapper {
        padding-bottom: 80px;
    }

    .experimential-advantage-beyond .core-flex {
        background-size: 100% 100%;
    }

    .image-div {
        width: 150px !important;
        height: 150px !important;
    }

    .learning-beyond .core-flex {
        padding-top: 40px
    }

    .learning-beyond .core-flex.odd {
        padding-bottom: 40px
    }

    .sse-pages .sale-service .item-box h3 {
        font-size: 20px
    }

    .learning-curve-box .learning-flex h5 {
        padding: 16px
    }

    .item1 {
        top: 10%;
        left: -6%
    }

    .item2 {
        top: 47%;
        left: 0
    }

    .item3 {
        top: 69%;
        left: 28.5%;
        transform: translateX(-69%)
    }

    .approach-box h6 {
        padding: 10% 25% 10% 13%;
    }

    .approach-box .core-flex {
        background-size: 100% 100%;
        height: 172px;
        aspect-ratio: 243 / 211;
    }

    section.gen-ai-alignment .core-flex {
        padding: 30px 40px 30px 30px;
    }

    .etcg {
        margin-bottom: 10rem !important;
    }
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
    .arc-wrapper {
        height: 350px;
    }

    .arc-icon img.icon {
        width: 35px
    }

    .arc-icon {
        padding: 17px;
        width: 83px;
        height: 85px
    }

    .item1 {
        left: -12%
    }

    .arc-box p {
        line-height: 18px !important;
        font-size: 12px !important
    }

    .arc-box h5 {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 10px
    }

    .arc-box {
        min-width: 200px;
        min-height: 104px
    }

    .arc-icon {
        right: -100px
    }

    .item1 .arc-box {
        padding-right: 0px
    }

    .arc-item.item2 .arc-icon {
        background-image: url(../images/icon-bg2.png);
        right: -37px;
        top: -100px
    }

    .arc-item.item2 .arc-box {
        position: absolute;
        right: 40px;
        top: -55px
    }

    .arc-item.item3 .arc-box {
        justify-content: flex-start;
        top: -23px;
    }

    .arc-item.item4 .arc-box {
        right: -703px;
        top: -75px;
        max-width: 186px
    }

    .item2 {
        top: 58%;
        left: 4%;
    }

    .item3 {
        top: 68%;
        left: 4%;
        transform: translateX(-69%)
    }

    .item4 {
        bottom: 32%;
        right: 106%
    }

    .item5 {
        top: 10%;
        right: 100%
    }

    .center-logo {
        top: 15%;
    }

    .center-logo img {
        width: 60px;
    }

    .arc-item.item5 .arc-box {
        right: -710px;
        top: 8px;
        max-width: 140px;
        min-width: 163px;
    }

    .timeline-item .dot {
        transform: translateY(33%);
    }

    .timeline-item .caption {
        min-height: 38px;
    }

    .team-flex div h5 {
        font-size: 19px;
    }

    .team-flex img.img-fluid {
        width: 80px;
        height: 80px;
    }

    .team-flex div p {
        font-size: 13px;
    }

}



/*@media screen and (min-width: 1200px){.sse-about-pages img.img-fluid {
    width: 100%;
        aspect-ratio: 1 / 0.4;
}}*/
@media screen and (max-width: 1400px) {
    section.sse-about-pages.programinnerpage.digital-learning-banner .programme-banner-wrapper {
        top: auto;
        bottom: 20%;
    }

    section.sse-counter-section.sse-counter-section-dl ul {
        padding: 8px;
    }

    section.sse-counter-section.sse-counter-section-dl ul h2 {
        font-size: 52px;
        line-height: 1.2;
    }

    .learning-experiance-flex h5 {
        font-size: 18px;
    }

    .learning-experiance-plateform {
        padding-bottom: 50px;
    }

    .learning-agility-tool {
        padding: 50px 0;
    }

    .related-item h5 {
        font-size: 18px;
        margin-bottom: 0;
    }
}


@media screen and (max-width: 1366px) {
    .arc-wrapper {
        scale: .8;
    }

    .center-logo {
        left: 53%;
    }

    .challenges-address-grid h5 {
        font-size: 18px;
    }

}

@media screen and (max-width: 1280px) {

    .manageleft-design {
        width: 100% !important;
        padding-left: 25px;
    }
}

@media screen and (max-width: 767px) {
    section.sse-about-pages.programinnerpage.digital-learning-banner .programme-banner-wrapper {
        bottom: 15px;
    }

    .learning-experiance-plateform {
        padding-bottom: 35px;
    }

    .learning-agility-tool {
        padding: 35px 0;
    }


    .arc-wrapper {
        scale: 1;
    }

    .leader-contant {
        padding-top: 0;
    }

    hr.small {
        width: 122px;
        height: 0;
        border: 1.5px solid #ffcb05ff;
        opacity: 1;
        margin: 8px auto;
    }

    .banner-btn-flex {
        margin-bottom: 0 !important;
    }

    .page-stack-banner.programme-stack-banner.banner-section-home.banner-stack-home.casestudy-page .programme-banner-wrapper {
        align-items: flex-end;
        justify-content: end;
        text-align: center;
        padding-bottom: 2rem;
    }
}



.stars {
    margin: 6px 0;
}

.star {
    font-size: 23px;
    color: #ccc;
}

.star.filled {
    color: #f5b301;
    /* gold */
}

.main-indi-and-busi-tabs {
    border-bottom: 0 solid var(--white);
    width: 100%;
    justify-content: center;
    background: #1a7bce;
    height: 55px;
    text-align: center
}

.indu-busi-container {
    padding: 9px 0
}

.indu-busi-container button {
    color: #fff;
    padding: .85rem 2rem;
    position: relative;
    font-size: 1.65rem;
}

.indu-busi-container button.active {
    background: #fff;
    color: #333;
    border-radius: 16px 16px 0 0
}


.indu-busi-container a {
    color: #fff;
    text-decoration: none;
    padding: .85rem 2rem;
    position: relative;
    font-size: 1.65rem;
}

.indu-busi-container a.active {
    background: #fff;
    color: #333;
    border-radius: 16px 16px 0 0
}


@media screen and (max-width: 600px) and (min-width: 351px) {
    .brand-logo {
        height: 22px;
    }

    .offcanvas.offcanvas-start.nav-contentsec {
        right: 0;
    }
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-radius: 100px !important;
    opacity: 1;
}

.carousel-indicators {
    bottom: 45px;
    z-index: 7;
}

.carousel-indicators .active {
    background-color: #ffcb00;
}

@media screen and (max-width: 600px) {
    .carousel-indicators {
        bottom: 25px;
        z-index: 7;
    }
}

.m-flex-div {
    background: #ffffff;
    padding: 1px;
    text-align: center;
    gap: 1rem;
    margin-bottom: 1rem;
    justify-content: center;
    display: flex;
}

.m-flex-div a.sse-logos {
    display: grid !important;
    text-decoration: none;
    font-size: 1rem;
    color: var(--font-color);
    padding: 1rem 24px;
    background-color: transparent;
    border-radius: 1.25rem;
    min-width: 6.25rem;
    text-align: center;
    line-height: 1;
}

.main-indi-and-busi-tabs {
    border-bottom: 0 solid var(--white);
    width: 100%;
    justify-content: center;
    background: #1a7bce;
    height: 55px;
    text-align: center;
    margin-bottom: 1.5rem;
}

.m-flex-div a.sse-logos {
    font-size: 1rem;
    color: var(--font-color);
    padding: 1rem 24px;
    background-color: transparent;
    border-radius: 1.25rem;
    min-width: 6.25rem;
    text-align: center;
    line-height: 1;
}

.m-flex-div a.sse-logos.active {
    color: var(--nav-primary);
    background-color: var(--white);
    box-shadow: 0.375rem 0.375rem 1.4375rem 0.0625rem #347cd01a;
    border-radius: 1.25rem;
}

.sub-catg-type {
    height: 1.9375rem !important;
    width: 1.9375rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    margin-bottom: .5rem;
}

.second-step-tabs .nav-link .sub-catg-type {
    display: block;
}

.indusandbusiness-section {
    margin-bottom: 70px;
    z-index: 5;
    position: relative;
    margin-top: -23px;
    margin-bottom: 1.5rem;
}


@media (max-width: 600px) {
    section.sse-pages.pt-5 {
        padding-top: 0 !important;
    }

    .main-indi-and-busi-tabs {
        height: 43px;
    }

    .indu-busi-container {
        padding-right: 0;
        padding-left: 0;
    }

    .indu-busi-container a {
        font-size: 1rem;
    }

    .footer-top-sec {
        --bs-gutter-x: 0;
    }

    .m-flex-div {
        gap: 7px
    }

    .m-flex-div a.sse-logos {
        font-size: 12px;
        padding: 1rem 12px;
    }
}