/* .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: fit-content;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    padding-block: 4rem;
    padding-inline: 5rem 10rem;
    transform: translateX(-615px);
    opacity: 0;
    transition-duration: .5s;
    transition-delay: 0.3s;
    margin-top: 14rem;
}

.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;
} */

/*BANNER CSS*/
.banner_text {
    background: #ffffffd9 0% 0% no-repeat padding-box;
    opacity: 1;
    display: inline-block;
    width: fit-content;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    padding-block: 4rem;
    padding-inline: 5rem 10rem;
    /* transform: translateX(-615px); */
    opacity: 0;
    transition-duration: .9s;
    transition-delay: 0.6s;
    margin-bottom: 12rem;
}

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

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

.banner_text p:hover{
        color: var(--color12);
}

@media(min-width:2400px) {
    .hero-slider .swiper-slide[data-swiper-slide-index="1"] .swiper_caption {
        padding-left: 0rem;
    }

    .hero-slider .swiper-slide[data-swiper-slide-index="2"] .swiper_caption {
        padding-left: 0rem;
    }
}

.hero-slider {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 100vh;
    }
}


.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    /* justify-content: center; */
    align-items: end;
    text-align: left;
}



.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    width: 45px;
    height: 45px;
    line-height: 43px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #ffffff;
    border-radius: 55px;
    opacity: 1;
    visibility: hidden;
    transition: all .3s ease;
        background-size: 15px 33px;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.hero-slider .swiper-button-prev {
    rotate: 180deg;
}

@media (max-width: 767px) {

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(0px);
}








.hero-style {
    height: 90vh;
    transition: all .4s ease;
}


@media screen and (min-width: 992px) {
    .hero-style .container {
        padding-top: 95px;
    }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
    max-width: 690px;
}

.hero-style .slide-title h2 {
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 40px;
    text-transform: capitalize;
    transition: all .4s ease;
}

@media (max-width: 1199px) {
    .hero-style .slide-title h2 {
        font-size: 75px;
    }
}

@media (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 50px;
        margin: 0 0 35px;
    }
}

@media (max-width: 767px) {
    .hero-style .slide-title h2 {
        font-size: 35px;
        margin: 0 0 30px;
    }
}

.hero-style .slide-text p {
    transition: all .4s ease;
    position: relative;
    z-index: 3;
}

@media (max-width: 767px) {
    .hero-style .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}

.hero-style .slide-btns>a:first-child {
    margin-right: 10px;
}



@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@keyframes fadeInOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: .1;
    }
}

@keyframes fadeIndown {
    0% {
        opacity: 0;
        transform: translateY(-3.5rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInline {
    0% {
        opacity: 0;
        width: 0%
    }

    100% {
        opacity: 1;
        width: 150px;
    }
}





section.hero-slider.hero-style.hero-slider2 {
    height: auto;
    position: relative;
    z-index: 9;
}

section.home_banner {
    overflow: hidden;
    position: relative;
}



.home_banner .swiper-slide.swiper-slide-active .sc_title {
    /* animation-duration: 3s; */
    /* -webkit-animation-duration: 3s; */
    /* -webkit-animation-fill-mode: both; */
    /* animation-fill-mode: both; */
    /* animation-name: fadeIn; */
    /* animation-delay: 1.5s; */
}

.home_banner .swiper-slide .sc_title {
    /* animation-duration: 5s; */
    /* -webkit-animation-duration: 5s; */
    /* -webkit-animation-fill-mode: both; */
    /* animation-fill-mode: both; */
    /* animation-name: fadeIn; */
    /* animation-delay: 1.5s; */
}

.home_banner .swiper-pagination-bullet {
    opacity: .5;
    background: #ffffff;
    text-indent: -999999px;
    transition: all 2s;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active.active {
    background: #303b7d;
    opacity: 1 !important;
}
.home_banner span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    animation-duration: 1.8s;
    -webkit-animation-duration: 1.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-delay: 1.8s;
}

.home_banner span.swiper-pagination-bullet.active {
    animation-duration: .7s;
    -webkit-animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInOut;
    animation-delay: .5s;

}


.swiper.swiper-container1.swiper-container-initialized.swiper-container-horizontal {
    overflow: visible;
}

.hero-slider .slide-inner {
    /* width: 100%; */
    /* height: 100%; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* z-index: 1; */
    /* background-size: cover; */
    /* background-position: center; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* text-align: left; */
}

/* .home_banner .swiper-slide-active .slide-bg-image {
    animation-duration: 1.5s;
    animation-name: clipin;
    animation-fill-mode: both;
    transition-delay: 0s;
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
} */

@keyframes clipin {
    0% {
        /* Initially, the clip-path is a very small circle */
        clip-path: circle(0% at center);
        opacity: 0;
        /* Initially hidden */
    }

    100% {
        /* Finally, the clip-path is a large circle that reveals the whole element */
        clip-path: circle(100% at center);
        opacity: 1;
        /* Fully visible */
    }
}


@keyframes clipin2 {
    0% {
        clip-path: polygon(-25% 0%, 0% 50%, -25% 100%, -100% 100%, -75% 50%, -100% 0%);
    }


    100% {
        clip-path: polygon(100% 0%, 125% 50%, 100% 100%, 0% 125%, 0% 50%, 0% 0%);
    }
}



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

.home_sec_one .united_grid {
   display: grid
;
    grid-template-columns: repeat(1, 47.7% auto);
    gap: 0 18.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: 1rem;
    color: #191919;
}

.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 p:hover{
    /* color: var(--color12); */
}

section.home_banner {
    padding-top: 10.2rem;
}

.home_sec_one .united_grid .united_lft .count-grid .count {
    position: relative;
    font-size: var(--font-48);
    color: var(--color12);
    font-weight: 600;
    margin-bottom: 0;
}

.home_sec_one .united_grid .united_lft .count-grid .count-block em {
    position: relative;
    font-style: normal;
    font-size: var(--font-48);
    color: var(--color12);
    font-weight: 600;
    margin-bottom: 0;
}

.count-number {
    display: flex;
}

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

.home_sec_one .united_grid .united_lft .count-grid .count-block:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 0.1rem;
    height: 100%;
    left: 16rem;
    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;
       margin: 5rem 0 0 0; 
}

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

.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 figure img {
    /* filter: grayscale(1); */
}

.home_sec_two .item-bx:hover figure img {
    filter: inherit;
}

.home_sec_two .m-landingPanel__image:before {
    opacity: 0;
    display: none;
}


.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%;
        object-fit: cover;
}

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

.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 {
    position: relative;
    flex-direction: column;
    justify-content: center;
    /* Vertical centering */
    align-items: center;
    /* Horizontal centering */
    /* min-height: 100vh; */
    /* Full viewport height */
    padding: 2rem 1rem;
    /* Optional padding */
    box-sizing: border-box;
}

.home_sec_two .two-bulding {
position: absolute;
    left: 50%;
    background-color: #ffffffba;
    backdrop-filter: blur(5px);
    transform: translate(-50%, -50%);
    max-width: 80rem;
    padding: 2rem 3.6rem 2.5rem 2.5rem;
    z-index: 99;
    top: 35.7%;
}

.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: 1rem;
    font-family: var(--font-family-heading);
}

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

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



.home_sec_two .two-bulding a {
    font-size: var(--font-21);
    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: 0rem auto 0;
    position: relative;
    align-items: center;
    justify-content: center;
}

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

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

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

.label {
    font-size: var(--font-21);
    color: var(--colorac);
    position: absolute;
    top: 57px;
    background: #fff;
    /* padding: 1.1rem 1rem; */
    width: 100%;
    z-index: 99;
    font-weight: normal;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
      transition: opacity 0.5s ease, transform 2.5s ease;

}

.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 2.5s ease;
}


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

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

.letter svg path,
.letter svg rect {
    fill: #123986;
    /* original fill */
    stroke: white;
    /* stroke-width: 2px; */
    /* 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;
}

/* Start state */
/* Initially show outline_fill, hide outline_fill2 */


.outline_fill {
    opacity: 1;
    transition: opacity 0.7s ease;
    z-index: 2;
}

.outline_fill2 {
    opacity: 0;
    transition: opacity 0.7s ease;
    z-index: -1;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}

/* After scroll */
body.scrolled .outline_fill {
    opacity: 1;
    pointer-events: none;
}

body.scrolled .outline_fill2 {
    opacity: 1;
    pointer-events: auto;
    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;
}

.moretext {
  display: none;
}
.moreless-button5{
   color: var(--color12);
    border: 1px solid #123985;
    padding: .5rem;
    font-size: 18px;
    line-height: 11px;
        width: 22px;
    display: inline-block;
    height: 20px;
    text-align: center;
    margin-top: 1rem;
        cursor: pointer;
}

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

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

}


.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;
    margin-bottom: 0;
}

.home_sec_four .academics-slider .swiper-slide figcaption {
    padding-left: 4rem;
    padding-top: 3rem;
    border-left: 1px solid #ffffff4a;
}

.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;
}

.aca-lft {
    margin-top: -10rem;
}
.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;
}
.acadmic-list-view {
    display: grid
;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
}


.home_sec_four .acadmic_list figure {
    border-left: 1px solid #ffffff21;
    margin-bottom: 0;
}

.home_sec_four .acadmic_list figcaption {
    padding-left: 4rem;
    padding-top: 3rem;
    border-left: 1px solid #ffffff4a;
}

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

.home_sec_four .acadmic_list figcaption h4 span {
    display: block;
}

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



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

    .home_sec_four .acadmic_grid {
        max-width: 2400px;
    }
}

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



.home_sec_Six .happ-bx-lft:hover figure img,
.home_sec_Six .happen_box:hover figure img {
    filter: inherit;
}

.home_sec_Six .m-landingPanel__image:before {
    opacity: 0;
    display: none;
}


.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;
    overflow: hidden;
}

.home_sec_Six .happ_grid .happ-bx-lft figcaption {
    content: '';
    position: absolute;
     bottom: 12.3rem;
    left: 3.5rem;
        z-index: 9;
}
.happ-bx-lft .carousel {
    position: relative;
    height: 100%;
}
.cus-event {
    position: relative;
    width: 100%;
        height: 100%;
}
.cus-event:before {
 content: '';
    width: 100%;
    height: 24%;
    position: absolute;
    bottom: 9rem;
    z-index: 1;
    background: #000;
    background: linear-gradient(359deg, rgb(0 0 0 / 89%) 10%, rgba(0, 0, 0, 0.43) 60%, rgba(0, 0, 0, 0.03) 100%);
}

.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.2rem;
    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: 1rem;
}

.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;

}
.happen_box figure img{
   filter: grayscale(1);
   /* filter: url(#monochrome); */
}

.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 0;
    position: relative;
    margin: 4rem 0 0 0;
}

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

.text-block {
    display: none;
    position: absolute;
    top: -6rem;
left: -4rem;
    width: 398px;
}

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

/* .text-block a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
} */

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

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

.text-block h4 {
    color: var(--color12);
    font-size: var(--font-30);
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}



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

.text-block p:hover{
    color: var(--color12);
}

.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: 7%;
    left: -35%;
    transform: translateY(-50%) scale(0.9);
    opacity: 0.5;
    z-index: 2;
    width: 550px;
    height: 332px;
}

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

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

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

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

.pos6 {
    top: 45%;
    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: 96rem;
    bottom: -26rem;
    display: flex
;
    gap: 10px;
}

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

section.home_sec_Five {
    padding-block: 9rem 8rem;
    overflow: hidden;
}

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

.text-block h4:after {
    content: "";
    width: 55px;
    height: 2px;
    background: #bea05a;
    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: 9rem;
    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.7rem;
    display: inline-block;
    margin-left: .4rem;
}

/*hover css animation start here*/
.item-bx,
.acdemic_box {
    overflow: hidden;
}

@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);
    }

    .item-bx:hover .m-landingPanel__image:before {
        opacity: 1;
    }

    .acdemic_box:hover .m-landingPanel__image:before {
        opacity: 1;
    }

    .happ-bx-lft .m-landingPanel__image:hover:before,
    .happen_box:hover .m-landingPanel__image:before {
        opacity: 1;
    }

    .get-right:hover .m-landingPanel__image:before {
        opacity: 1;
    }

    .happen_box.m-landingPanel__image img {
        transform: scale(1);
        transition: transform .56s ease-in-out;
    }

    .happen_box:hover .m-landingPanel__image img {
        transform: scale(1.1);
    }




}

.happen_box {
    position: relative;
}

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

.home_sec_four_bg {
    background-color: var(--color12);
}

.happen_box figure {
    overflow: hidden;
    margin: 0;
}

.get-right {
    overflow: hidden;
}

.get-right .m-landingPanel__image {
    margin: 0;
}

.two-bulding {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1.8s ease-out 0.6s, transform 1.8s ease-out 0.6s;
}

@media (max-width:1680px) {
    .banner_text{
       margin-bottom: 10rem; 
    }

}


@media (max-width:1599px) {
    .home_sec_two .two-bulding {
       transform: translate(-50%, -50%) !important;
       top: 53%;
    }



}



.panel:hover {
    filter: inherit;
}

.home_sec_Six .happen_box:hover figcaption p,
.two-bulding:hover h4,
.two-bulding:hover h5,
.two-bulding:hover a,
.uni-rgt-bx:hover h5,
.home_sec_one .uni-rgt-bx:hover figcaption p {
    color: var(--color12);
}

.happ-bx-lft img {
    height: 100%;
    object-fit: cover;
}

.home_sec_two .two-bulding p:hover{
        color: var(--color19);
}

/* .happ-bx-lft img:not(:hover) {
  filter: url(#monochrome);
} */
svg.defs-only {
    height: 0;
}


.happ-bx-lft {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.happ-bx-lft .carousel-inner{
    height: 100%;
}

.happ-bx-lft .carousel-item{
    height: 100%;
}

.happ-bx-lft .carousel-item figure{
     height: 100%;  
}

 .happ-bx-lft .carousel-item img{
    height: 100%;
 }



a.view-btn {
    position: absolute;
    margin-top: 4rem;
    font-size: var(--font-18);
    font-weight: 500;
    margin-bottom: 1.4rem;
    color: var(--color12);
}
a.view-btn img{
        width: .8rem;
    margin-left: 0.5rem;
    display: inline;
}
.view-btn::before{
content: '';
    position: absolute;
    width: 98.2%;
    height: 0.2rem;
    background-color: var(--colorff);
    bottom: -1rem;
}

.happ-bx-lft figure {
    height: 100%;

}

div#R .label {
    margin-left: -2rem;
}
.cus-chairman {
    position: absolute;
    right: 0;
    top: 4rem;
}
.cus-chairman img{
        width: 0.7rem;
    display: inline-block;
}
.uni-rgt-bx{
    position: relative;
}
.uni-rgt-bx a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}


@media (min-width:2400px) {


    .home_sec_two {
        min-height: inherit;
    }

}



/* Base state */


.outline_fill2 {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}



.item-bx {
    position: relative;
}

.item-bx:after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: var(--color12); */
    mix-blend-mode: screen;
    opacity: 0;
    transition: opacity .25s ease-out;
    transform: translateZ(0);
    will-change: transform, opacity;
}

.item-bx:hover:after {
    opacity: 1;
}

.item-bx:hover .m-landingPanel__image img {
    transform: scale(1.1);
    transition: transform .56s ease-in-out;
}

/* Letters and labels animate from top */
.letter,
.label {
    opacity: 0;
    /* transform: translateY(-50px); */
    transition: opacity 0.7s ease, transform 4.7s ease;
}

.label {
    transform: translateY(-40px);
    /* Slightly less offset for label */
}
/* Image animation */
.figure-img {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
}

.figure-img.animate {
    opacity: 1;
    transform: translateY(0);
}


.outline_fill2.visible .letter {
    opacity: 1;
}

.acdemic_box:hover .m-landingPanel__image:before {
    opacity: 0;
}

.home_sec_one .m-post__image img, .home_sec_one figure.a-img.m-post__image{height: auto;}
.swiper-slide:hover .m-landingPanel__image img {
    transform: scale(1.1);
    transition: transform .56s ease-in-out;
}

.swiper-slide .m-landingPanel__image img {
    transform: scale(1);
    transition: transform .56s ease-in-out;
}
    .mobile{
                display: none;
            }
.mobile1 {
 display: none !important;
}

.cus-link1 {
    position: relative;
    right: 0;
    top: 2rem;

}
.cus-link1 a{
border: 1px solid #2a3c7e;
    padding: 1rem;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    line-height: 0rem;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.cus-link1 a img{
 width: 1.8rem;
}

/* PRELOADER CSS */
.page-loader {
    width: 100%;
    height: 101vh;
    position: absolute;
        background: #133886;
      z-index: 99999;
      top: 0;
}
.page-loader .txt {
    color: #0d306a;
    text-align: center;
    top: 25%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.welcome-_text p{
font-size: var(--font-30);
    font-weight: 600;
    color: #0d306a;
    text-transform: capitalize;
    letter-spacing: 0;
}

/* SPINNER ANIMATION */
/* .spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
} */
/* @-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
} */
.welcome-img {
    margin-left: -15rem;
}
.welcome-img img {
    width: 40rem;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  width: 40px;
  height: 40px;

  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {

}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px;
}


