.banner_box {
    display: grid;
    align-items: center;

}

.banner_box>* {
    grid-area: 1/1;
}

.banner_text {
    background: #ffffffd9 0% 0% no-repeat padding-box;
    opacity: 1;
    display: inline-block;
    width: 605px;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    padding-block: 4rem;
    padding-inline: 5rem;
}

.banner_text h2 {
    font-size: var(--font-48);
    color: var(--color12);
    margin-bottom: 2rem;
    font-family: var(--font-family-heading);
    font-weight: normal;
}

.banner_text p {
    font-size: var(--font-21);
    font-weight: 300;
    margin: 0;
}

/* home sec one css start */
.home_sec_one {
    padding-block: 14rem;
}

.home_sec_one .united_grid {
    display: grid;
    grid-template-columns: repeat(1, 42.7% auto);
    gap: 0 21.6rem;
    margin-inline: 2.5rem;
}

.home_sec_one .united_grid .united_lft {
    margin-top: 3.6rem;
}

.home_sec_one .united_grid .united_lft h4 {
    margin-bottom: 2rem;
}

.home_sec_one .united_grid .united_lft h5 {
    margin-bottom: 3rem;
}

.home_sec_one .united_grid .united_lft p {
    margin-bottom: 0;
}

.home_sec_one .united_grid .united_lft .count-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 5.8rem;
}

.home_sec_one .united_grid .united_lft .count-grid .count {
    position: relative;
}

.home_sec_one .united_grid .united_lft .count-grid .count:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 0.1rem;
    height: 100%;
    left: 13rem;
    top: 0;
    background-color: var(--colord2);
}

.home_sec_one .united_grid .united_lft .count-grid .count h3 {
    font-size: var(--font-48);
    color: var(--color12);
    font-weight: 600;
    margin-bottom: 1rem;
}

.home_sec_one .united_grid .united_lft .count-grid .count p {
    font-weight: normal;
    margin-bottom: 0rem;
    color: var(--color19);
}

.home_sec_one .united_rght_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.8rem;
}

.home_sec_one .united_rght_grid .uni-rgt-bx figcaption {
    padding-inline: 2.1rem;
    padding-block: 2.6rem 0;
}

.home_sec_one .united_rght_grid .uni-rgt-bx figcaption h5 {
    font-size: var(--font-18);
    font-weight: 500;
}

.home_sec_one .united_rght_grid .uni-rgt-bx figcaption p {
    font-size: var(--font-14);
    font-weight: 300;
    font-style: italic;
    color: var(--color2d);
    margin-bottom: 0;
}

/* home sec one css end */

/* home sec two css start */
.home_sec_two {
    position: relative;
}

.home_sec_two .home-glry-grid {
    display: grid;
    grid-template-columns: 33.3% 25.32% auto;
    gap: 0.6rem;
}

.home-glry-grid.rev-grid {
    display: grid;
    grid-template-columns: 43.26% 27.72% auto;
    margin-top: 0.6rem;
}

.home_sec_two .home-glry-grid .item-bx,
.home_sec_two .home-glry-grid .item-bx figure {
    height: 100%;
}

.home_sec_two .home-glry-grid .item-bx img {
    width: 100%;
    height: 100%;
}

.home_sec_two .home-glry-grid .item-bx:nth-child(3) {
    grid-column: 3 / span 2;
}

.home_sec_two .home-glry-grid .item-bx:nth-child(4) {
    grid-column: 1 / span 2;
}

.home_sec_two .two-bulding {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    backdrop-filter: blur(5px);
    transform: translate(-50%, -50%);
    max-width: 70rem;
    padding: 3rem 4.6rem 2.5rem 3.5rem;
}

.home_sec_two .two-bulding .tw-bx h4 {
    font-size: var(--font-30);
    font-family: var(--font-family-heading);
    font-weight: 600;
}

.home_sec_two .two-bulding .tw-bx h5 {
    font-size: var(--font-42);
    font-weight: 600;
    margin-bottom: 4rem;
    font-family: var(--font-family-heading);
}

.home_sec_two .two-bulding .tw-bx {
    border-bottom: 2px solid var(--color12);
    margin-bottom: 4rem;
}

.home_sec_two .two-bulding p {
    font-size: var(--font-18);
    margin-bottom: 4rem;
    color: var(--color19);
}

.home_sec_two .two-bulding a {
    font-size: var(--font-16);
    font-weight: 400;
    letter-spacing: 0.24px;
    color: var(--color2e);
    display: flex;
    gap: 1rem;
    align-items: center;
}

/* home sec two css end */

/*home sec third css start*/

.grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
    max-width: 1539px;
    margin: -6rem auto 0;
    position: relative;
    align-items: center;
    justify-content: center;
}

.item {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}

/* .letter,
.label,
.img {
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
} */

.letter {
    font-size: 24rem;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.label {
    font-size: 2.1rem;
    color: #AC9F43;
    position: absolute;
    top: 146px;
    background: #fff;
    /* padding: 1.1rem 1rem; */
    width: 300px;
    z-index: 99;
    font-weight: normal;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img {
    width: 190px;
    height: 190px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    z-index: 9;
}

.top .img {
    top: -85px;
    left: 11rem;
}

.bottom .img {
    bottom: -1px;
    left: 13rem;
}


div#R img.img {
    width: 125px;
    height: 125px;
    top: -12px;
    left: 10rem;
}

div#I img.img {
    width: 135px;
    height: 135px;
    left: 6.5rem;
    bottom: 4rem;
}

div#E img.img {
    width: 145px;
    height: 145px;
    left: 4.5rem;
    bottom: 5rem;
}

.label {
    transition: opacity 0.5s ease, transform 0.5s ease;
}

@media (min-width:2399px) {
    .label {
        /* font-size: 1.3rem; */
    }
}




.home_sec_three {
    position: relative;
    padding: 12rem 0 7rem;
    max-width: 1640px;
    margin: 0 auto;
}

.grid {
    position: sticky;
    top: 100px;
    display: flex;
    gap: 20px;
    justify-content: center;
    z-index: 10;
}

.letter svg path,
.letter svg rect {
    fill: #123986;
    /* original fill */
    stroke: white;
    /* stroke-width: 0; */
    /* transition: fill 0.0s, stroke-width 0.0s; */
    /* mix-blend-mode: normal; */
}

.figure-img {

    /* Push image down to scroll over */
    z-index: 20;
}

.figure-img img {
    display: block;
    margin: 0 auto;

    /* Helps blend the image */
}

.letter {
    mix-blend-mode: normal;
}

.group-letter {
    display: grid;
    align-items: baseline;
}

.group-letter>* {
    grid-area: 1/1;
}

.letter1 svg {
    fill: transparent;
}



.letter {
    z-index: 1;
    transition: z-index 0.3s;
}

.figure-img {
    z-index: 0;
    transition: z-index 0.3s;
    position: relative;
}

.letter1 {
    z-index: 1;
    transition: z-index 0.3s;
}

/* When scrolled */
.scrolled .letter {
    z-index: -1;
}

.scrolled .figure-img {
    z-index: 2;
}

.scrolled .letter1 {
    z-index: 3;
}



.outline_fill {
    position: -webkit-sticky;
    position: sticky;
    z-index: -1;
    left: 0;
    top: 197px;
    margin-bottom: calc((var(--titleHeight, 0) - 20px) * -1);
    overflow: hidden;
}

.figure-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.outline_fill2 {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.outline_fill2 svg {
    fill: transparent;
}

.outline_fill2 .letter svg path,
.outline_fill2 .letter svg rect {
    fill: transparent;
}

.full_grid {
    position: relative;
    z-index: 1;
    padding-bottom: calc(var(--titleHeight, 0) - 40px);
}


.home_sec_three .united_lft {
    text-align: center;
    padding-bottom: 10rem;
}

@media screen and (min-width: 61.25em) {
    .outline_fill {
        top: 160px;
        margin-bottom: calc((var(--titleHeight, 0) - 40px) * -1);
    }

    .figure-img {
        margin-top: calc((var(--titleHeight, 0) - 40px) + 40px);
    }

}


.home_sec_four {
    background-color: var(--color12);
    padding-block: 10rem 7rem;
}

.home_sec_four .acadmic_grid {
    display: grid;
    grid-template-columns: repeat(1, 74.91% auto);
    align-items: center;
    gap: 6rem;
    max-width: 1849px;
}

.home_sec_four .academics-slider .swiper-slide figure {
    border-left: 1px solid #ffffff21;
}

.home_sec_four .academics-slider .swiper-slide figcaption {
    padding-left: 4rem;
    padding-top: 3rem;
}

.home_sec_four .academics-slider .swiper-slide figcaption h4 {
    font-size: var(--font-36);
    font-family: var(--font-family-heading);
    color: #fff;
    font-weight: 300;
}

.home_sec_four .academics-slider .swiper-slide figcaption h4 span {
    display: block;
}

.home_sec_four .academics-slider .swiper-slide figcaption p {
    font-size: var(--font-16);
    color: #fff;
    letter-spacing: 0.24px;
}

.home_sec_four .acadmic_grid .aca-lft h4 {
    margin-bottom: 3rem;
}

.home_sec_four .acadmic_grid .aca-lft h4,
.home_sec_four .acadmic_grid .aca-lft h5 {
    color: #fff;
}

@media(min-width:1920px) {
    .home_sec_four {
        max-width: 1920px;
        margin-inline: auto;
    }
}

.home_sec_Six {
    background-color: var(--colorfb);
    padding-block: 12rem 12.4rem;
    position: relative;
}

.home_sec_Six .happ_grid {
    display: grid;
    grid-template-columns: repeat(1, 49.33% auto);
    gap: 1.9rem;
    margin-top: 3rem;
}

.home_sec_Six .happ_grid .happ-bx-lft h3 {
    margin-bottom: 5rem;
}

.home_sec_Six .happ_grid .happ-bx-lft figure {
    position: relative;
}

.home_sec_Six .happ_grid .happ-bx-lft figcaption {
    content: '';
    position: absolute;
    bottom: 3.3rem;
    left: 3.5rem;
}

.home_sec_Six .happ_grid .happ-bx-lft figcaption .cntnt {
    position: relative;
    padding-bottom: 2rem;
}

.home_sec_Six .happ_grid .happ-bx-lft figcaption .cntnt::after {
    content: '';
    position: absolute;
    width: 18.2%;
    height: 0.3rem;
    background-color: var(--colorff);
    bottom: 0;
}

.home_sec_Six .happ_grid .happ-bx-lft figcaption h6 {
    font-size: var(--font-16);
    letter-spacing: 0.24px;
    font-weight: 300;
    color: var(--colordb);
    margin-bottom: 2rem;
}

.home_sec_Six .happ_grid .happ-bx-lft figcaption p {
    font-size: var(--font-21);
    color: #fff;
    margin-bottom: 0;
}

.home_sec_Six .happ-bx-rght .hp-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.9rem 1.3rem;
}

.home_sec_Six .happ-bx-rght h3 {
    margin-bottom: 5rem;
}

.home_sec_Six .happ-bx-rght .hp-grid figure {
    position: relative;
}

.home_sec_Six .happ-bx-rght .hp-grid figcaption {
    padding-block: 3rem;
    padding-inline: 3.5rem;
    position: relative;
}

.home_sec_Six .happ-bx-rght .hp-grid figcaption::after {
    content: '';
    position: absolute;
    width: 21%;
    height: 0.3rem;
    background-color: var(--colorac);
    bottom: 0;
}

.home_sec_Six .happ-bx-rght .hp-grid figcaption h6 {
    font-size: var(--font-16);
    font-weight: 300;
    margin-bottom: 1.4rem;
    color: var(--color12);
}

.home_sec_Six .happ-bx-rght .hp-grid figcaption p {
    font-size: var(--font-21);
    color: var(--color2e);
    margin-bottom: 0;
}


/*gallery_section css start*/


.section-gallery {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 80px;
    position: relative;
}

.text-area {
    max-width: 100%;
    position: relative;
}

.text-block {
    display: none;
    position: absolute;
    top: 0%;
    left: 0;
    width: 398px;
}

.text-block.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.text-block h4 {
    color: #123985;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}



.text-block p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.gallery {
    position: relative;
    width: 50%;
    height: 500px;
}

.panel {
    position: absolute;
    width: 200px;
    height: 140px;
    /* background: #ccc; */
    border-radius: 0;
    overflow: hidden;
    transition: all 0.7s ease;
    opacity: 1;
    transform: scale(0.9);
    z-index: 1;
    filter: grayscale(1);
}

.panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pos1 {
    top: 15%;
    left: -35%;
    transform: translateY(-50%) scale(0.9);
    opacity: 0.5;
    z-index: 2;
    width: 577px;
    height: 370px;
}

.pos2 {
    top: -24%;
    left: 6%;
    transform: scale(0.9);
    z-index: 3;
    width: 356px;
    height: 225px;
}

.pos3 {
    top: -34%;
    left: 36%;
    transform: scale(0.9);
    z-index: 4;
    width: 420px;
    height: 266px;
    z-index: -1;
}

.pos4 {
    top: 3%;
    left: 71%;
    transform: scale(0.9);
    z-index: 4;
    width: 300px;
    height: 225px;
}

.pos5 {
    top: 40%;
    left: 49%;
    transform: scale(0.9);
    filter: grayscale(1);
    width: 407px;
    height: 279px;
    z-index: 9;
}

.pos6 {
    top: 70%;
    left: 20%;
    transform: scale(0.9);
    z-index: 9;
    width: 392px;
    height: 245px;
}

.panel.active {
    transform: scale(1.1) !important;
    opacity: 1 !important;
    z-index: 10 !important;
    filter: none;
}

.controls {
    position: relative;
    left: 1px;
    bottom: -20rem;
    display: flex;
    gap: 10px;
}

.controls button {
    width: 30px;
    height: 30px;
    border: 1px solid #123985;
    border-radius: 50%;
    background: none;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.home_sec_Five {
    padding-block: 9rem 15rem;
}

.bird-icon {
    position: absolute;
    width: 100em;
    left: -27em;
    top: -43em;
}

.text-block h4:after {
    content: "";
    width: 55px;
    height: 2px;
    background: #FFCC00;
    position: absolute;
    top: 18px;
    right: -67px;
}

/* home sec seven css start */
.home_sec_Seven {
    background-color: var(--color12);
    position: relative;
}

.home_sec_Seven .get-intouch-grid {
    display: grid;
    grid-template-columns: repeat(1, 50.4% auto);
    align-items: center;
}

.home_sec_Seven .get-left {
    margin-left: auto;
    padding-right: 12rem;
}

.home_sec_Seven .get-left h5 {
    color: #fff;
    font-size: var(--font-21);
    font-weight: 600;
    margin-bottom: 3rem;
}

.home_sec_Seven .get-left h6 {
    font-size: var(--font-36);
    color: #fff;
    font-family: var(--font-family-heading);
}

.home_sec_Seven .get-left .get_btn {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: max-content;
    gap: 1rem;
}

section.home_sec_Five .title16 {
    margin-bottom: 3rem;
}

/* home sec seven css end */

.two-bulding a img {
    width: 0.4rem;
    display: inline-block;
    margin-left: .4rem;
}


/*hover css animation start here*/

@media screen and (min-width: 61.25em) {


    .uni-rgt-bx:hover .m-post__image:after,
    .uni-rgt-bx:hover .m-post__summary:after {
        transform: translate3D(0, 0, 0);
    }

    .uni-rgt-bx:hover .m-post__image img {
        transform: translate3D(20px, -20px, 0);
    }


}

.home2_sec_Five {
    padding-block: 6rem 13.3rem;
    /* overflow: hidden; */
}

.home2_sec_Five .nurturing {
    display: grid;
    grid-template-columns: 32.1% auto;
    gap: 6rem;
    align-items: start;
}

/* Remove sticky — let JS animate */
.home2_sec_Five .nurturing .united_lft {
    position: sticky;
    top: 20rem;
    margin-left: 14rem;
    transition: transform 0.15s ease;
    will-change: transform;
    margin-bottom: 12rem;
}

.home2_sec_Five .nurturing .united_lft h4 {
    margin-bottom: 3rem;
}

.home2_sec_Five .nurturing .bird-icon {
    position: absolute;
    width: 100em;
    left: -12rem;
    top: 15rem;
}

.home2_sec_Five .nurturing .section-gallery-grid {
    column-count: 2;
    gap: 2rem;
    margin-left: 1rem;
}

.home2_sec_Five .nurturing .section-gallery-grid figure {
    position: relative;
}

.home2_sec_Five .nurturing .section-gallery-grid figure:not(:last-child) {
    margin-bottom: 2rem;
}

.home2_sec_Five .nurturing .section-gallery-grid figure::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%);
    opacity: 0.69;
}

.home2_sec_Five .nurturing .section-gallery-grid figure figcaption {
    position: absolute;
    bottom: 2.3rem;
    left: 2rem;
    z-index: 1;
    display: flex;
    gap: 2rem;
    align-items: center;
}

.home2_sec_Five .nurturing .section-gallery-grid figure figcaption p {
    font-size: var(--font-30);
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

.home2_sec_Five .nurturing .section-gallery-grid figure figcaption .caption-line {
    width: 5.5rem;
    height: 0.25rem;
    background-color: var(--colorff);
}