.banner_text h2,
.home_sec_one .united_grid .united_lft h4 {
    margin-bottom: 2rem
}

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

.outline_fill2,
body.scrolled .outline_fill {
    pointer-events: none;
    pointer-events: none
}

.happen_box figure img,
.panel,
.pos5 {
    filter: grayscale(1)
}

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

.banner_text h2 {
    font-size: var(--font-48);
    color: var(--color12);
    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,
.home_sec_Six .happen_box:hover figcaption p,
.home_sec_one .uni-rgt-bx:hover figcaption p,
.text-block p:hover,
.two-bulding:hover a,
.two-bulding:hover h4,
.two-bulding:hover h5,
.uni-rgt-bx:hover h5 {
    color: var(--color12)
}

@media(min-width:2400px) {

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

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

.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;
    align-items: end;
    text-align: left
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    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 #fff;
    border-radius: 55px;
    opacity: 1;
    visibility: hidden;
    transition: .3s;
    background-size: 15px 33px
}

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

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

.hero-style {
    height: 83vh;
    transition: .4s
}

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

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

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

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

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

    .hero-style .slide-title h2 {
        font-size: 50px;
        margin: 0 0 35px
    }
}

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

@media (max-width:767px) {

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

    .hero-style .slide-title h2 {
        font-size: 35px;
        margin: 0 0 30px
    }

    .hero-style .slide-text p {
        font-size: 1rem;
        font-weight: 400;
        margin: 0 0 30px
    }
}

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

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }

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

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

@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;
    padding-top: 10.2rem
}

.home_banner .swiper-pagination-bullet {
    opacity: .5;
    background: #fff;
    text-indent: -999999px;
    transition: 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
}

@keyframes clipin {
    0% {
        clip-path: circle(0% at center);
        opacity: 0
    }

    100% {
        clip-path: circle(100% at center);
        opacity: 1
    }
}

@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 {
    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_four .acadmic_grid .aca-lft h4,
.home_sec_one .united_grid .united_lft h5,
.united_lft h4,
section.home_sec_Five .title16 {
    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 .count-grid .count-block em {
    font-style: normal
}

.count-number {
    display: flex
}

.happen_box,
.home_sec_Six .happ-bx-rght .hp-grid figure,
.home_sec_one .united_grid .united_lft .count-grid .count-block,
.item-bx,
.uni-rgt-bx {
    position: relative
}

.home_sec_one .united_grid .united_lft .count-grid .count-block:not(:last-child)::after {
    content: '';
    position: absolute;
    width: .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: 400;
    margin-bottom: 0;
    color: var(--color19)
}

.home_sec_one .united_rght_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.8rem;
    margin: 5rem 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_Six .happ-bx-lft:hover figure img,
.home_sec_Six .happen_box:hover figure img,
.home_sec_two .item-bx:hover figure img,
.panel:hover {
    filter: inherit
}

.home_sec_Six .m-landingPanel__image:before,
.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: .6rem
}

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

.happ-bx-lft img,
.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,
.panel 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;
    align-items: center;
    padding: 2rem 1rem;
    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 {
    margin-bottom: 0
}

.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: .24px;
    color: var(--color2e);
    display: flex;
    gap: 1rem;
    align-items: center
}

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

.item,
.label {
    display: flex
}

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

.item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 99
}

.letter {
    font-size: var(--font-24);
    font-weight: 700;
    position: relative
}

.img,
.label {
    position: absolute
}

.label {
    font-size: var(--font-21);
    color: var(--colorac);
    top: 57px;
    background: #fff;
    width: 100%;
    z-index: 99;
    font-weight: 400;
    height: 73px;
    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, .1);
    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
}

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

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

.letter svg path,
.letter svg rect {
    fill: #123986;
    stroke: white
}

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

.letter {
    mix-blend-mode: normal;
    z-index: 1
}

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

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

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

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

.scrolled .letter {
    z-index: -1
}

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

.scrolled .letter1 {
    z-index: 3
}

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

body.scrolled .outline_fill {
    opacity: 1
}

body.scrolled .outline_fill2 {
    opacity: 1;
    pointer-events: auto;
    z-index: 3
}

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

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

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

.happ-bx-lft .cus-event:before,
.mobile,
.moretext,
img.mob_popup {
    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
}
.home_sec_four_bg {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}





.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,
.home_sec_four .acadmic_list figure {
    border-left: 1px solid #ffffff21;
    margin-bottom: 0
}

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

.home_sec_four .academics-slider .swiper-slide figcaption h4,
.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 .academics-slider .swiper-slide figcaption h4 span,
.home_sec_four .acadmic_list figcaption h4 span {
    display: block
}

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

.aca-lft {
    margin-top: -10rem
}

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

@media(min-width:1920px) {

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

    .home_sec_four {
        margin-inline: auto
    }
}

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

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

.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-bx-rght h3,
.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: 0;
    left: 0;
    z-index: 9
}

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

.cus-event {
    position: relative;
    width: 100%;
    height: 90%
}

.cus-event:before {
    content: '';
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 9rem;
    z-index: 1;
    background: #000;
    background: linear-gradient(359deg, rgb(0 0 0 / 15%) 15% 10%, rgb(0 0 0 / 0%) 60%, rgb(0 0 0 / 0%) 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: .2rem;
    background-color: var(--colorff);
    bottom: 0
}

.home_sec_Six .happ_grid .happ-bx-lft figcaption h6 {
    font-size: var(--font-16);
    letter-spacing: .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: #000;
    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 .hp-grid figcaption {
    padding-block: 3rem;
    padding-inline: 2rem;
    position: relative
}

.home_sec_Six .happ-bx-rght .hp-grid figcaption::after {
    content: '';
    position: absolute;
    width: 21%;
    height: .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
}

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

.home_sec_Six .event-data .hp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.9rem 1.3rem
}

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

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

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

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

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

.controls button,
.text-block p,
a.view-btn {
    font-size: var(--font-18)
}

.text-block p {
    line-height: 1.6;
    color: #333
}

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

.panel {
    position: absolute;
    width: 200px;
    height: 140px;
    border-radius: 0;
    overflow: hidden;
    transition: .7s;
    opacity: 1;
    transform: scale(.9);
    z-index: 1
}

.pos1 {
    top: 7%;
    left: -35%;
    transform: translateY(-50%) scale(.9);
    opacity: .5;
    z-index: 2;
    width: 550px;
    height: 332px
}

.pos2,
.pos3,
.pos4,
.pos5,
.pos6 {
    transform: scale(.9)
}

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

.pos3 {
    top: -34%;
    left: 41%;
    width: 420px;
    height: 266px;
    z-index: -1
}

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

.pos5 {
    top: 28%;
    left: 49%;
    width: 407px;
    height: 279px;
    z-index: 9
}

.pos6 {
    top: 45%;
    left: 20%;
    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;
    z-index: 99
}

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

.cus-chairman img,
.two-bulding a img {
    width: .7rem;
    display: inline-block
}

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 {
    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: 14rem;
    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
}

.two-bulding a img {
    margin-left: .4rem
}

.acdemic_box,
.get-right,
.item-bx {
    overflow: hidden
}

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

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

    .acdemic_box:hover .m-landingPanel__image:before,
    .get-right:hover .m-landingPanel__image:before,
    .happ-bx-lft .m-landingPanel__image:hover:before,
    .happen_box:hover .m-landingPanel__image:before,
    .item-bx: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 figure {
    overflow: hidden;
    margin: 0
}

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

.two-bulding {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1.8s ease-out .6s, transform 1.8s ease-out .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%
    }
}

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

svg.defs-only {
    height: 0
}

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

.cus-chairman,
.item-bx:after,
.uni-rgt-bx a,
.view-btn::before,
a.view-btn {
    position: absolute
}

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

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

.happ-bx-lft .m-landingPanel__image:hover img {
    transform: scale(1) !important
}

a.view-btn {
    margin-top: 4rem;
    font-weight: 500;
    margin-bottom: 1.4rem;
    color: var(--color12)
}

a.view-btn img {
    width: .8rem;
    margin-left: .5rem;
    display: inline
}

.view-btn::before {
    content: '';
    width: 98.2%;
    height: .2rem;
    background-color: var(--colorff);
    bottom: -1rem
}

div#R .label {
    margin-left: -2rem
}

.cus-chairman {
    right: 0;
    top: 4rem
}

.uni-rgt-bx a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9
}

@media (min-width:2400px) {
    .home_sec_two {
        min-height: inherit
    }
}

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

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

.item-bx:hover:after,
.outline_fill2.visible .letter {
    opacity: 1
}

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

.label,
.letter {
    opacity: 0;
    transition: opacity .7s, transform 4.7s
}

.label {
    transform: translateY(-40px)
}

.figure-img {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s, transform 1s
}

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

.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 .m-landingPanel__image img {
    transform: scale(1);
    transition: transform .56s ease-in-out
}

.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: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.cus-link1 a img {
    width: 1.8rem
}

.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: .3rem;
    font-weight: 700;
    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
}

.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::after,
.swiper-button-prev::after {
    font-size: 18px
}

div#onloadModal {
    z-index: 9999;
    padding: 0
}

button.btn-close {
    position: absolute;
    right: 0;
    font-size: 1.5rem;
    z-index: 9;
    background-color: #fff;
    opacity: 1;
    padding: .8rem
}

.modal-body {
    padding: 0
}

.modal-content {
    margin: 1.5rem
}

.modal-backdrop {
    --bs-backdrop-opacity: 0.9;
}

.admission_marque {
    background: #303b7d;
    padding-block: 12px;
}

.admission_marque p {
    color: #fff;
    margin-bottom: 0;
    font-size: var(--font-21);
    font-weight: 600;
}

.mobile_admission_btn {
    display: none;
}

.admission_marque a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.hero-style {
    overflow: hidden;
    position: relative;
    height: calc(100dvh - 16.2rem);
    transition: .4s;
}

@media(max-width:1399px) {
    .hero-style {
        height: calc(100dvh - 15.6rem);
    }

    .modal-lg {
        --bs-modal-width: 690px !important;
    }

    .modal-backdrop {
        --bs-backdrop-opacity: 0.8;
    }
}

@media(max-width:991px) {
    .admission_marque p:not(:first-child) {
        margin-left: 10rem;
    }
}

@media(max-width:640px) {
    .admission_marque p {
        font-size: 16px;
    }

    .admission_marque {
        padding-block: 9px;
    }

    .mobile_admission_btn {
        display: block;
    }

    .admission_marque p:not(:first-child) {
        margin-left: 5rem;
    }
}