@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root{
    --blue : #003d88;
}

html.dark-mode{
    filter: invert(100%) hue-rotate(180deg);
}

html.dark-mode img, html.dark-mode video, html.dark-mode iframe{
    filter: invert(100%) hue-rotate(180deg);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
}

a{
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
p{
    margin: 0;
}

ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}

img{
    max-width: 100%;
}

.swiper.bannerSwiper{
    overflow: hidden;
}

    .youtube-thumbnail-wrapper iframe{
        height: 520px;
    }
    .youtube-thumbnail-wrapper img{
        height: 550px;
        object-fit: cover;
    }
    .youtube-thumbnail-wrapper {
        cursor: pointer;
    }


    .play-button-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.3);
        transition: background 0.3s;
    }

    .play-button-overlay i{
        position: relative;
        z-index: 2;
    }
    .play-button-overlay::after{
        position: absolute;
    content: '';
    height: 80px;
    width: 80px;
    border-radius: 100%;
    background-color: rgba(227, 40, 69, .4);
    -webkit-animation: ripple 3s linear infinite;
    animation: ripple 3s linear infinite;
    z-index: 1;
    }
    .play-button-overlay::before{
            position: absolute;
    content: '';
    height: 70px;
    width: 70px;
    border-radius: 100%;
    background-color: rgba(227, 40, 69, .6);
    -webkit-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
    z-index: 1;
    }

    .youtube-thumbnail-wrapper:hover .play-button-overlay {
        background: rgba(0, 0, 0, 0.5);
    }

    .fa-play-circle {
        transition: transform 0.3s;
    }

    .youtube-thumbnail-wrapper:hover .fa-play-circle {
        transform: scale(1.1);
    }


.benefits-line-right, .benefits-line-right-title {
    flex-grow: 1;
    height: 1px;
    background: linear-gradient(90deg, #c31313 2.89%, #383e4d00 100.96%);
    display: flex
;
    justify-content: start;
    align-items: center;
}

.benefits-line-left, .benefits-line-left-title {
    flex-grow: 1;
    height: 1px;
    background: linear-gradient(90deg, #c31313 2.89%, #383e4d00 100.96%);
    rotate: 180deg;
    display: flex
;
    justify-content: start;
    align-items: center;
}
.benefits-dot {
    width: 6px;
    height: 6px;
    background-color: #c31313;
    border-radius: 50%;
}



header{
    position: absolute;
    background: transparent;
    width: 100%;
    z-index: 99;
    padding-top: 20px;
}
header .top_head{
    display: flex;
    justify-content: space-between;
}
header .top_head .logo{}
header .top_head .logo img{
    height: 60px;
}

.footer-logo-area a,
header .top_head .logo a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-logo-area a h1{
    text-align: left;
    line-height: normal;
}
.footer-logo-area a h1,
header .top_head .logo a h1{
    color: #fff;
    font-size: 20px;
    margin: 0;
    font-weight: 800;
    letter-spacing: 1px;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 56%);
    letter-spacing: normal;
    line-height: normal;
}
header .top_head ul{
    display: flex;
    align-items: center;
    gap: 30px;
}
header .top_head ul li{}
header .top_head ul li a{
    color: #fff;
}

header .top_head ul li #enquiry-link{border: 1px solid #fff;padding: 10px 30px;display: inline-block;border-radius: 40px;}

header .top_head ul li #enquiry-link:hover{
    background: red;
    color: #fff;
    transition: all 0.4s ease;
}
header .main_head{
}
header .main_head ul{
    display: flex;
    justify-content: space-between;
    backdrop-filter: blur(15px) saturate(200%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgb(5 5 5 / 21%);
    border-radius: 10px;
    margin-top: 30px;
}
header .main_head ul li:last-child::before {
    content: unset;
}

header .main_head ul li::before{
    content: '';
    position: absolute;
    right: 0;
    height: 50%;
    width: 1px;
    background: #878686;
    transform: translateY(-50%);
    top: 50%;
}
header .main_head ul li{
    width: 12.5%;
    position: relative;
}
header .main_head ul li a{
    padding: 20px 0px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
header .main_head ul li a.active:before,
header .main_head ul li a:hover:before {
    position: absolute;
    z-index: -1;
    opacity: 1;
    transition: .3s ease;
}
header .main_head ul li a:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 10%;
    width: 80%;
    height: 5px;
    opacity: 0;
    z-index: -1;
    box-shadow: 0 -15px 25px 1px #ff1f00;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    background-color: #ff1f00;
    transition: width 1s ease;
}
header .main_head ul li:hover ul{
    height: auto;
}
header .main_head ul li ul li::before{
    content: unset;
}
header .main_head ul li ul{
    /* display: none; */
    position: absolute;
    left: 0;
    display: inline-block;
    margin: 0;
    background: #fff;
    border-radius: unset;
    width: 100%;
    height: 0;
    overflow: hidden;
    border-radius: 0px 0px 5px 5px;
}
header .main_head ul li ul li{
    width: 100%;
}
header .main_head ul li ul li a{
    padding: 10px;
    color: #000;
    justify-content: flex-start;
    font-size: 14px;
}
header .main_head ul li ul li a:hover{
    background: #f1f1f1;
    color: #000;
}


/* ====================== banner_section ========================= */

.banner_section .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000d9 6.73%, #00000069 30.67%, #0000 56.41%), linear-gradient(181.53deg, #00000023 19.04%, #00000025 98.7%), linear-gradient(0deg, #0000, #0000);
}

.banner_section .content{
    height: 720px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 40px;
}
.banner_section .content h1{
        font-size: 60px;
        font-weight: 600;
        text-shadow: 0px 0px 10px rgb(0 0 0);
        color: #fff;
        letter-spacing: 8px;
}

.banner_section .content a{
    display: none;
    color: #fff;
    position: relative;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 30px;
}

/* ===================================== testimonials ============================== */

.testimonials{
    padding: 80px 0;
    background: #efefef;
    margin-bottom: 80px;
}
.testimonials .testimonial_card{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 14px;
    overflow: hidden;
}
.testimonials .testimonial_card iframe{
    height: 520px;
}

/* ============================ recognised ========================= */

.recognised{
    /* background: #e6e6e6; */
    padding: 80px 0;
}
.recognised .heading{
    text-align: center;
}
.recognised .heading p{
    font-size: 22px;
    font-weight: 600;
    color: #194294;
}
.recognised ul{
    display: flex;
}
.recognised ul li{
    width: 12.5%;
    text-align: center;
}
.recognised ul li img{
    width: 80%;
    display: block;
    margin: 0 auto;
    background: #ffffff;
    padding: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /* border-radius: 15px; */
    height: 110px;
    object-fit: contain;
    transition: all 0.2s ease;
    /* border: 1px solid #d2d2d2; */
}

.recognised ul li img:hover{
    box-shadow: unset;
}


/* ========================= why_choose_us ========================== */

.why_choose_us{
    padding: 80px 0 0 0;
    background: #efefef;
}
.heading{
        display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
}
.heading h2{
        margin: 0 2rem;
    color: #111d5e;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
}

.why_choose_us{}
.why_choose_us {}
.why_choose_us .row{
    justify-content: space-around;
}
.why_choose_us .about_video{
    background: #d2d2d2;
    width: 18%;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.why_choose_us .about_video video{
    width: 100%;
    height: 100%;
}

.counter{
    padding: 80px 0;
    background: #efefef;
}
.counter-card {
    /* margin-bottom: 30px; */
    text-align: center;
    border-right: 2px solid #c31313;
}

.counter-card p{
    font-size: 20px;
    font-weight: 600;
}
.counter-card h1 {
    font-size: 40px;
    margin-bottom: 5px;
    line-height: 1;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.counter-card h1 .target {
    color: #94191c;
}

.counter-card h1 .target.heading-color {
    color: #111d5e;
    font-size: 60px;
    margin-left: -4px
}




.campus-information-area .back_text{margin: 0;font-size: 400px;letter-spacing: 30px;font-weight: bold;position: absolute;bottom: -30%;color: transparent;-webkit-text-stroke: 2px #efefef;left: 50%;transform: translateX(-50%);font-family: auto;}
.campus-information-area{
    padding: 80px 0 80px 0;
    position: relative;
    overflow: hidden;
    }

    .admission-content .admission-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.admission-content .admission-image img {
    overflow: hidden;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.admission-content .admission-image .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1
}

.admission-content .admission-image .icon a {
    font-size: 35px;
    background-color: #94191c;
    color: #fff;
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.admission-content .admission-image .icon a:hover {
    background-color: #94191c;
    color: #fff
}

.admission-content .admission-image .icon::before {
    position: absolute;
    content: '';
    height: 70px;
    width: 70px;
    border-radius: 100%;
    background-color: rgba(227, 40, 69, .6);
    -webkit-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
    z-index: -1
}

.admission-content .admission-image .icon::after {
    position: absolute;
    content: '';
    height: 80px;
    width: 80px;
    border-radius: 100%;
    background-color: rgba(227, 40, 69, .4);
    -webkit-animation: ripple 3s linear infinite;
    animation: ripple 3s linear infinite;
    z-index: -1
}

.admission-content .admission-image:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.admission-content .query p {
    margin-bottom: 30px
}

.campus-content.style-2 {
    padding: 50px;
    /* background-color: #ffffff; */
    /* -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05); */
    /* box-shadow: 0 0 20px 3px rgb(0 0 0 / 18%); */
    position: relative;
    border-radius: 10px;
}
.campus-content .campus-title
 {
    margin-bottom: 30px;
}
.campus-content .campus-title h2 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 500;
}
.default-btn {
    background-color: #94191c;
    color: #fff;
    font-size: 16px;
    padding: 10px 35px;
    border-radius: 25px;
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border: 1px solid #94191c;
    z-index: 1
}

.default-btn i {
    position: relative;
    top: 3px;
    padding-left: 5px
}

.default-btn::before {
    position: absolute;
    content: '';
    background-color: #111d5e;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    z-index: -1
}

.default-btn:hover {
    color: #fff
}

.default-btn:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.default-btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: .6
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}





.success_stories{
    padding: 0 0 80px 0;
}
.success_stories.news{padding-top: unset;}
.success_stories .content{}
.success_stories .content .slides{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.success_stories.news .content .slides .slide{border: 1px solid #d2d2d2;background: #fff;}
.success_stories .content .slides .slide{
    width: 22%;
    background: #f1f1f1;
    padding: 10px;
    border-radius: 10px;
}
.common_link{
    text-align: center;
    margin-top: 40px;
}
.common_link a{}
.success_stories .content .slides .slide img{
    margin-bottom: 10px;
}
.success_stories .content .slides .slide h2{
    font-size: 18px;
    margin: 10px 0;
}
.success_stories .content .slides .slide p{
    font-size: 14px;
    margin: 5px 0;
}
.success_stories .content .slides .slide p strong{}


.footer-area {
    background-color: #000000;
    position: relative;
    z-index: 1;
    padding: 60px 0 0 0;
    border-radius: 150px 0px 0px 0px;
    border-top: 5px solid #ff1f00;
}

.footer-area .shape {
    position: absolute;
    bottom: 0;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    right: 0;
    z-index: -1
}
.footer-area .shape img{
    filter: hue-rotate(160deg) saturate(200%);
}

.footer-logo-area {
    margin-bottom: 30px
}

.footer-logo-area img {
    margin-bottom: 0px;
    width: 80px;
}

.footer-logo-area p {
    margin: 25px 0;
    color: #fff
}

.footer-logo-area .contact-list ul {
    padding-left: 0;
    margin-bottom: 0
}

.footer-logo-area .contact-list ul li {
    list-style-type: none;
    margin-bottom: 10px
}

.footer-logo-area .contact-list ul li:last-child {
    margin-bottom: 0
}

.footer-logo-area .contact-list ul li a {
    color: #fff
}

.footer-widjet {
    /* margin-bottom: 30px; */
}

.footer-widjet h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 2px solid red;
    width: fit-content;
    padding-bottom: 10px;
}

.footer-widjet .list ul {
    padding-left: 0;
    margin-bottom: 0
}

.footer-widjet .list ul li {
    list-style-type: none;
    margin-bottom: 10px
}

.footer-widjet .list ul li:last-child {
    margin-bottom: 0
}

.footer-widjet .list ul li a {
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.footer-widjet .list ul li a:hover {
    color: #ff1f00;
}

.copyright-area {
    /* background-color: #1f2c75; */
    border-top: 1px solid #fff;
    margin-top: 50px;
}

.copyright {
    padding: 15px 0;
}

.copyright .copy {
    text-align: right
}

.copyright .copy p {
    color: #cacaca
}

.copyright .copy p a {
    color: #94191c
}

.copyright .social-content ul {
    padding-left: 0;
    margin-bottom: 0
}

.copyright .social-content ul li {
    display: inline-block;
    margin-right: 10px
}

.copyright .social-content ul li:last-child {
    margin-right: 0
}

.copyright .social-content ul li span {
    color: #fff
}

.copyright .social-content ul li a {
    color: #cacaca;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.copyright .social-content ul li a:hover {
    color: #94191c
}


.page_banner{
        position: relative;
        width: 100%;
        z-index: 2;
        background-position: center;
        background-size: cover;
}
.page_banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000085;
}
.page_banner .content{
    height: 25rem;
    padding-top: 180px;
}
.page_banner .content h1{
        /* font-family: FiraGO;
    font-feature-settings: "case" on; */
        color: #fff;
        position: relative;
        width: max-content;
        left: 4rem;
        top: 40%;
        font-weight: 500;
        z-index: 10;
        text-transform: uppercase;
        margin: 0;
        letter-spacing: 5px;
}
.page_banner .content .circle{
    position: absolute;
    z-index: 10;
    top: 43.5%;
    right: -3rem;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    background-color: #fff;
}
.page_banner .content .element-with-border{
    position: absolute;
    top: 58.5%;
    left: calc(100% + 3rem);
    width: calc(80vw - 100% - 4rem - 100px);
    z-index: 10;
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #ffffff 2.89%, rgba(56, 62, 77, 0) 100.96%);
    border-image-slice: 1;
    border-image-width: 2;
}


@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}


.about_page{}
.about_page .titles{
    padding: 60px 140px;
    text-align: center;
}
.about_page .titles h1{}
.about_page .titles h3{
    margin: 20px 0;
}
.about_page .titles p{}


.about_page .col-md-12,
.about_page .col-md-6{
    margin-bottom: 40px;
}
.about_page .content_card{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 0px 40px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border: 2px solid var(--blue);
    text-align: justify;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}
.about_page .content_card h2{
}
.about_page .content_card p{
    text-align: justify;
    margin-top: 20px;
}


.about_page .content{}
.about_page .content .success_card{
    background: #f1f1f1;
    padding: 10px;
    border-radius: 10px;
    /* margin-bottom: 30px; */
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.about_page .content .success_card:hover img{
    transform: scale(1.1);
}
.about_page .content .success_card .card_img{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 286px;
}
.about_page .content .success_card img{
    transition: all 0.3s ease;
}
.about_page .content .success_card i{font-size: 100px;}
.about_page .content .success_card p{
    padding-top: 10px;
}

.about_page .content .selection{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.about_page .content .year_select{}
.about_page .content .state_select{}

.about_page .content .selection select{
    width: 250px;
}



/* The actual timeline (the vertical ruler) */
.time_line_section {
    margin: 80px 0;
}
.time_line_section .timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.time_line_section .timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #111d5e;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.time_line_section .container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin: unset;
}

/* The circles on the timeline */
.time_line_section .container::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  right: -7.5px;
  background-color: #ffffff;
  border: 4px solid #c31313;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
}

/* Place the container to the left */
.time_line_section .left {
  left: 0;
}

/* Place the container to the right */
.time_line_section .right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.time_line_section .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: #ffffff00 transparent transparent #c31313;
}

/* Add arrows to the right container (pointing left) */
.time_line_section .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #c31313 transparent #00000000;
}

/* Fix the circle for containers on the right side */
.time_line_section .right::after {
  left: -7.5px;
}

/* The actual content */
.time_line_section .content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 1px solid #111d5e;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 650px) {
/* Place the timelime to the left */
  .time_line_section .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .time_line_section .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .time_line_section .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .time_line_section .left::after, .time_line_section .right::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .time_line_section .right {
    left: 0%;
  }
}

.rm_gallery {
    margin: 30px 0;
}

.rm_gallery .rm_gallery_navs {
    margin: 50px 0;
    padding: 0;
    display: flex;
    align-items: center;
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgb(5 5 5 / 50%);
    justify-content: space-around;
    /* overflow-x: auto; */
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* background: linear-gradient(180deg, #000000d9 .73%, #00000069 23.67%, #0000 45.41%), linear-gradient(181.53deg, #00000023 7.04%, #00000025 98.7%), linear-gradient(0deg, #0000, #0000); */
}

.rm_gallery .gallery-container-main{
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 50px;
}
.rm_gallery h4{
        border-bottom: 2px solid;
    padding-bottom: 10px;
    text-align: left;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 600;
    padding-top: 0;
    text-transform: uppercase;
}
.rm_gallery .rm_gallery_navs li {
    list-style: none;
    width: -webkit-fill-available;
    white-space: nowrap;
}

.rm_gallery .rm_gallery_navs li a:hover::before,
.rm_gallery .rm_gallery_navs li a.active::before{
        position: absolute;
    z-index: -1;
    opacity: 1;
    transition: .3s ease;
}
.rm_gallery .rm_gallery_navs li a::before{
        content: "";
        position: absolute;
        bottom: -5px;
        left: 10%;
        width: 80%;
        height: 5px;
        opacity: 0;
        z-index: -1;
        box-shadow: 0 -15px 25px 1px #ff1f00;
        border-bottom-left-radius: .3rem;
        border-bottom-right-radius: .3rem;
        background-color: #ff1f00;
        transition: width 1s ease;

}
.rm_gallery .rm_gallery_navs li a.active{
    /* background: #ff1f00; */
    color: #ffffff;
}
.rm_gallery .rm_gallery_navs li a {
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    position: relative;
}
#gallery-container{
    justify-content: center;
    margin-bottom: 40px;
}

.rm_gallery::after {}

.rm_gallery .image-content {
    /* height: 500px; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-around; */
    /* overflow: hidden; */
    /* position: relative; */
    /* padding: 30px; */
    /* gap: 20px; */
    /* background: #0b56a4; */
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* border: 3px solid #ff1f00; */
}


/* Header Section */

.rm_news_lists .titles{
    padding: 60px 60px 40px 60px;
    text-align: center;
}
.rm_news_lists .titles h1{}
.rm_news_lists .titles h3{
    margin: 20px 0;
}
.rm_news_lists .titles p{}

.rm_news_lists .col-md-3 {
}

.rm_news_lists .news_list_head {}

.rm_news_lists .news_list_head p {
    font-size: 1.1em;
    font-weight: 400;
}

.rm_news_lists .news_list_head p strong {}

.rm_news_lists .news_list_head h1 {
    font-size: 55px;
    font-weight: 700;
}

.rm_news_lists .news_list_head .carousal-btn {
    text-align: center;
    margin: 30px 0 0;
}

.rm_news_lists .news_list_head a {
    display: inline-block;
}

.rm_news_lists .news_list_head h1 span {
    color: #f16136;
}

.rm_news_lists .contact-head {
    background-color: #007bff;
    color: #fff;
    padding: 20px 0;
}

.rm_news_lists .contact-head h2 {
    margin: 0;
    text-align: center;
}

/* News Section */

.rm_news_lists .about-section {
    background-color: #fff;
    padding: 0px 0;
}

.rm_news_lists .news-pera {
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
}

.rm_news_lists .update-news-panel {
    background-color: #fff;
    /* border-radius: 5px; */
    overflow: hidden;
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
    border: 1px solid #d2d2d2;
    height: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.rm_news_lists .update-news-panel a {
    opacity: 1;
    color: #fff;
    -webkit-transition: opacity .35s cubic-bezier(.645, .045, .355, 1) !important;
    -o-transition: opacity .35s cubic-bezier(.645, .045, .355, 1) !important;
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1) !important;
}

.rm_news_lists .update-news-panel img {}

.rm_news_lists .update-news-panel .overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .35s cubic-bezier(.645, .045, .355, 1) !important;
    -o-transition: opacity .35s cubic-bezier(.645, .045, .355, 1) !important;
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1) !important;
}

.rm_news_lists .update-news-pane img {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .35s cubic-bezier(.645, .045, .355, 1) !important;
    -o-transition: opacity .35s cubic-bezier(.645, .045, .355, 1) !important;
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1) !important;
}

.rm_news_lists .update-news-panel a {
    color: inherit;
    /* Ensures links do not stand out */
    text-decoration: none;
    /* No underlines for links */
}

.rm_news_lists .news {
    display: flex;
    padding: 15px;
    align-items: center;
    position: relative;
    flex-direction: column;
}

.rm_news_lists .news .overlay {
    background-color: rgba(17, 16, 19, .5);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    content: "";
    display: block;
    position: absolute;
    /* opacity: 0; */
    /* visibility: hidden; */
}

.rm_news_lists .news img {
    width: 300px;
    /* opacity: 0; */
    /* visibility: hidden; */
    height: 160px;
    object-fit: cover;
    border-radius: 20px;
}

.rm_news_lists .news-info p i {
    color: #e95231;
}

.rm_news_lists .news-info {
    flex: 1;
    /* Take the remaining space */
    position: relative;
    z-index: 2;
    color: #000;
}

.rm_news_lists .news-head {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 15px 0;
}

.rm_news_lists .about-news {
    font-size: 14px;
    color: #666;
}

/* General Styling for Single News Page */

.rm_single_news {
    margin: 40px 0;
}

.rm_single_news .top-heading {
    color: #000;
    padding: 10px 0;
    margin: 0 auto;
    margin-bottom: 0 !important;
}

.rm_single_news .top-heading h1 {
    /* text-align: center; */
    font-weight: bold;
    font-size: 29px;
    line-height: normal;
}

.rm_single_news .top-heading ul {
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.rm_single_news .top-heading ul li i {
    color: #e95231;
    font-size: 20px;
}

.rm_single_news .top-heading ul li {
    list-style: none;
    color: gray;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 9px;
}

.rm_single_news .top-heading h6 {
    color: gray;
    margin-top: 30px;
    border-left: 4px solid #e95231;
    padding-left: 10px;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: normal;
}

.rm_single_news .up {
    padding: 20px 0;
}

.rm_single_news .up .col-lg-12.rm_news_lists {
    max-width: unset;
}

.rm_single_news .up .col-lg-12 {
    margin: 0 auto;
}

.rm_single_news .up img {
    /*    height: 420px;*/
    display: block;
}

.rm_single_news .recent-content {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}

.rm_single_news .recent-content img {
    margin: 0 auto;
}

.rm_single_news .recent-content .date {
    display: flex;
    align-items: center;
    color: #333;
}

.rm_single_news .recent-content .date i {
    margin-right: 10px;
}

.rm_single_news .contenttt p a {
    color: blue;
    text-decoration: underline;
}

.rm_single_news .contenttt {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 40px;
}

.rm_single_news .contenttt h2 {
    letter-spacing: normal;
}

.rm_single_news .recent-news {
    margin-top: 10px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.rm_single_news .recent-news:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.rm_single_news .news-img {
    padding-right: 10px;
}

.rm_single_news .news-content p {
    margin: 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.rm_single_news .rm_news_lists.single .news
 {
    /* height: auto; */
    flex-direction: row;
    gap: 20px;
}

.rm_news_lists.single .news img
 {
    position: unset;
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

.rm_single_news .contenttt p{
    margin-bottom: 14px;
}
.rm_single_news .contenttt ul{
    padding-left: 20px;
}
.rm_single_news .contenttt ul li{
    list-style: disc;
    margin: 10px 0;
}
.rm_single_news .contenttt img{
    display: inline-block;
}
.rm_single_news .contenttt a{}


.our_program {
    margin: 60px 0 230px 0;
}

.our_program .header {
    text-align: center;
    margin-bottom: 60px;
}

.our_program .header h2 {
    margin-bottom: 10px;

}


.our_program img {
    height: 14px;
}

.our_program .cards {
    position: absolute;
    bottom: -50%;
    padding: 0px 20px;
    transform: translateY(-50%);
}

.our_program .cards .row {
}

.our_program .cards .row .box {
    background-color: #ffffff;
    padding: 10px;
    margin: 0px 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100%;
}

.our_program .card_img {
    text-align: center;
}

.our_program .card_img img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.our_program .cards .row .box h4 {
    margin: 10px 0px;
    font-size: 16px;
}

.our_program .cards .row .box p {
    font-size: 12px;
    margin-bottom: 10px;
}

.our_program .cards .row .box .more {
    display: flex;
    align-items: center;
    gap: 4px;

}
.our_program .cards .row .box .more i{
    color: red;
}

.our_program .cards .row .box .more a {
    color: red;
    font-weight: 400;
    font-size: 14px;
}

.our_program .background_box {
    position: relative;
}

.our_program .background_box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000052;
}


.our_program .background_box .background_img img {
    height: 700px;
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    object-fit: cover;
}

.our_program .img_box .cards .row .box .more a {
    font-size: 22px;
    color: #f70000;
}

.our_program .more .img {
    height: 22px;
    margin-top: 4px;
}

/* <!-- ===========learning======================== --> */

.learning {}

.learning .box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 60px;
    background: #404040;
    color: #fff;
}

.learning .box h4 {
    font-size: 26px;
    margin-bottom: 20px;
}

.learning .box p {
    font-size: 16px;
    text-align: center;
}

.learning .img_box {
    width: 100%;
}

.learning .classroom {
    padding: 100px 0px;
    color: #fff;
    background-position: center;
    position: relative;
}
.learning .classroom::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff000085;
    backdrop-filter: blur(3px);
}

.learning .classroom h2 {
    margin: 0;
    position: relative;
}

.learning .img_box img {
    width: 100%;
}


.learning .row {margin: 0;}

.classroom {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}



/* <!-- ================see the university======================== --> */


.see_the_university {}

.see_the_university .heading {
    flex-direction: column;
    text-align: center;
}

.see_the_university .heading h3 {}

.see_the_university .heading h2 {
    margin: 20px 0;
}

.see_the_university .heading p {
    padding: 0px 140px;
}

.see_the_university {
    margin: 60px 0;
}

.see_the_university .img_box {
    position: relative;
}

.see_the_university .img_box img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.see_the_university .university {
}


.see_the_university .contact_us {
    position: absolute;
    top: 40%;
    transform: translate(0%, -50%);
    left: -5%;
    color: #fff;
    background: #bf040494;
    width: 35%;
    padding: 30px;
    backdrop-filter: blur(15px);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.see_the_university .contact_us h4 {}

.see_the_university .contact_us p {}


.see_the_university .contact_us p a:hover{
    color: blue;
}
.see_the_university .contact_us p a{
    color: #fff;
    transition: all 0.3s ease;
}
.see_the_university .have_question {
    margin: 50px 0px;
    text-align: center;
}

.see_the_university .have_question h2 {
    margin-bottom: 40px;
}

.see_the_university .have_question button {
    background: #ff0000;
    padding: 10px 30px;
    border: unset;
    border-radius: 30px;
}

.see_the_university .have_question button a {
    color: #fff;
}

.main_program {
    margin: 40px 0px;
}

.main_program .heading {
    margin-bottom: 30px;
    text-align: center;
    flex-direction: column;
}

.main_program .heading h2 {
    margin-bottom: 10px;
}

.main_program .heading p {}


.main_program .md_programmes_bg {
    height: 460px;
    position: relative;
    background-position: center;
    background-size: cover;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.main_program .md_programmes_bg h4 {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    font-size: 35px;
    background: #111d5eb0;
    color: #fff;
    padding: 20px;
    margin: 0;
    backdrop-filter: blur(10px);
    left: -4%;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


/* ==============md_prog=================== */


.md_prog {
    margin: 60px 0px 0 0;
    padding-bottom: 60px;
    position: relative;
}
.md_prog .row .col-md-4{
    position: relative;
}
.md_prog .row{
    margin-bottom: 60px;
    position: relative;
}
.md_prog .row:nth-child(even){
    flex-direction: row-reverse;
}
.md_prog .row:nth-child(even) .border{
    right: unset;
    left: -5%;
}
.md_prog .img_box {}

.md_prog .img_box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.md_prog .right_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    text-align: center;
}




.md_prog .right_box h2 {}

.md_prog .right_box p {
    margin-bottom: 40px;
}

.md_prog .right_box .readmore {}


.md_prog .border {
    content: "";
    width: 3px;
    height: 50%;
    background-color: #022559;
    position: absolute;
    top: 51%;
    transform: translate(-50%, -60%);
    right: -5%;
}


/* =================why_choose_us====================== */

.why_choose_section {
    margin-bottom: 60px;
}

.why_choose_section .heading {
    margin-bottom: 20px;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.why_choose_section .heading h2 {
    font-size: 34px;
    font-weight: 600;
}

.why_choose_section ul {
    padding: 0px;
    padding: 0 30px;
    margin-bottom: 30px;
}

.why_choose_section ul li {
    list-style: disc;
    margin: 10px 0;
}

.why_choose_section .btn {

    margin: 0 auto;
    display: block;
    width: fit-content;
    
}

.why_choose_section .btn a {

}


.our_prog_contact {
    margin: 40px 0px;
}

.our_prog_contact .heading {
    text-align: center;
    margin-bottom: 50px;
    flex-direction: column;
    gap: 20px;
}

.our_prog_contact .heading h2 {}

.our_prog_contact .heading p {}

.our_prog_contact .location_card {
    margin: 0px 0px;
}




.our_prog_contact .contact_form_section{
    margin-top: 60px;
    position: relative;
}
.our_prog_contact .contact_form_section img{
    height: 620px;
    width: 100%;
    object-fit: cover;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.our_prog_contact .contact_form_section .contact_us_form{
    position: absolute;
    background: #bf040494;
    width: 450px;
    padding: 30px;
    top: 50%;
    transform: translateY(-50%);
    left: -54px;
    backdrop-filter: blur(15px);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px;
}

.our_prog_contact .contact_form_section .contact_us_form{}
.our_prog_contact .contact_form_section .contact_us_form .note{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}
.our_prog_contact .contact_form_section .contact_us_form .note p{
    color: #fff;
}

.our_prog_contact .contact_form_section .contact_us_form form{
    text-align: center;
}
.our_prog_contact .contact_form_section .contact_us_form form button{background: transparent;color: #fff;padding: 6px 20px;border: 2px solid #fff;font-weight: 600;}



.our_prog_contact .map_location{
    margin: 60px 0;
}
.our_prog_contact .map_location iframe{
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.our_prog_contact .location_card .box .img_box {
    border: 2px solid red;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
}

.our_prog_contact .location_card .box .img_box i{
    font-size: 30px;
    margin-bottom: 20px;
    color: red;
}

.our_prog_contact .location_card .box {
    align-items: center;
    height: 180px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 10px;
    border-radius: 10px;
}

.our_prog_contact .location_card .box img {
    height: 40px;
}

.our_prog_contact .location_card .box p {
    margin: 0px;
    text-align: center;
    padding: 0 20px;
}

.our_prog_contact .location_card .box a {}



.prog_content {
    margin: 60px 0px;
}

.prog_content .row {}

.prog_content .list {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.prog_content .img_box {}

.prog_content .img_box img {
    width: 80%!important;
    border-radius: 20px;
}

.prog_content .list li {
    padding: 5px;
}
/* ================Curriculum====================== */

.Curriculum {}

.Curriculum .heading {
    text-align: center;
}

.Curriculum .heading h2 {
    margin-bottom: 20px;
    margin: 0;
}

.Curriculum .heading p {
    padding: 0px 40px;
}

.Curriculum ul {
    padding-left: 30px;
}

.Curriculum ul li {
    padding-bottom: 10px;
    list-style: disc;
}

.Curriculum .fees_structure {
    text-align: center;
    margin-top: 40px;
}

.Curriculum .fees_structure .heading {}

.Curriculum .fees_structure .heading h2 {
    margin: 0;
}

.Curriculum .fees_structure .heading p {
    margin-bottom: 20px;
}

.Curriculum .fees_structure table,
tr,
td,
th {
    border: 2px solid gray;
    /* width: 100%; */
    padding: 10px;
}


.Curriculum .fees_structure table {
    width: 100%;
}

.Curriculum .fees_structure table tr {}

.Curriculum .fees_structure table tr th {}

.Curriculum .fees_structure table tr td {
    width: 40%;
    padding: 10px;
}

.Curriculum .fees_structure .note {
    margin-top: 20px;
}

.Curriculum .fees_structure .note p {}

/* ===============mbbsprogram=================== */

.mbbsprogram {
    margin: 60px 0px 0 0;
}

.mbbsprogram .heading {
    text-align: center;
}

.mbbsprogram .heading h2 {}

.mbbsprogram .heading p {
    padding: 0px 60px;
}

.mbbsprogram ul {
    padding-left: 30px;
}

.mbbsprogram ul li {
    margin-bottom: 15px;
    list-style: disc;
}

.mbbsprogram .end_content {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 40px;
}

.mbbsprogram .end_content h2 {}

.mbbsprogram .end_content p {}

.single_program_content .heading{
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

header .top_head .mobile_navigation{
    display: none;
}



.header {
}

.header .sub_header {
    color: #fff;
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: -125px;
    z-index: 4;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    overflow: hidden;
}

.header .sub_header{
    backdrop-filter: blur(15px);
    background: #022559b8;
}

.header .sub_header .box {
    display: flex;
    justify-content: left;
    align-items: center;
}

.header .sub_header .box h4 {
    width: 30%;
    font-size: 18px;
}

.header .sub_header .box p {
    width: 80%;
    margin: 20px 0px;
}

/* <!-- =?==============boxes======================= --> */


.boxes {
}

.boxes .img_box {
    overflow: hidden;
}

.boxes .img_box img {
    height: 440px;
    width: 100%;
    object-fit: contain;
}


.boxes ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    gap: 15px;
}

.boxes ul li {
}


.boxes .top {
    margin-top: 70px;
}

/* <!--? ================profile===================== --> */


.profile {
    margin: 80px 0px;
}

.profile .row {}

.profile .row .img_box {
    text-align: center;
}

.profile .row .img_box img {
    width: 65%;
}

.profile .box {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.profile .box p {margin-bottom: 15px;}

.profile .box .btn {
    margin-top: 30px;
}

.profile .box .btn a {
    background: red;
    padding: 10px 30px;
    color: #fff;
    border-radius: 30px;
}

/* =============Champion================== */

.champion {}

.champion .heading {
    text-align: center;
    flex-direction: column;
}

.champion .heading h2 {
    margin-bottom: 15px;
}

.champion .heading p {}

.champion .glance {
    text-align: center;
    margin: 60px 0px;
}

.champion .glance h2 {}

.champion .glance .row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.champion .glance .row .col-md-3 {}

.champion .glance .row p {
    margin: 0px;
    color: #c10000;
    font-weight: bold;
    font-size: 18px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px 10px;
    border-radius: 20px;
}

.champion .btn {
    width: 100%;
    font-size: 20px;
}

.champion .btn a {
    background: red;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
}


/* <!-- ================Renowned==================== --> */


.renowned {
    margin: 50px 0;
}

.renowned .heading {
    flex-direction: column;
}

.renowned .heading h2 {
    border-bottom: 2px solid gray;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.renowned .heading p {
    font-size: 16px;
}

.renowned .side_box {}

.renowned .side_box .large_box {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.renowned .side_box .box_two {
    margin-bottom: 30px;
}

.renowned .side_box .box_two h2 {}

.renowned .side_box .box_two p {
    font-size: 16px;
}

.renowned .side_box .img_box {}

.renowned .side_box .img_box img {
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.renowned .side_box .btn {
    width: 100%;
    margin-top: 70px;
}

.renowned .side_box .btn a {
    background: red;
    padding: 10px 20px;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
}


.our-blog .col-md-5 {
    position: relative;
}

.process-box {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
    /* height: 170px; */
}


.process-left:after {
    content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
}

.process-right:after {
    content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
}

.process-step {
    background: #c10100;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #00000014;
}

.process-point-right {
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #c10100;
    box-shadow: 0 0 0px 4px #022559;
    margin: auto 0;
    position: absolute;
    bottom: 65px;
    left: -63px;
}

.process-point-right:before {
    content: "";
    height: 200px;
    width: 11px;
    background: #022559;
    display: inline-grid;
    transform: rotate(35deg);
    position: relative;
    left: -66px;
    top: -2px;
}

bg-silver {}

.process-point-left {
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #c10100;
    box-shadow: 0 0 0px 4px #022559;
    margin: auto 0;
    position: absolute;
    bottom: 65px;
    right: -63px;
}

.process-point-left:before {
    content: "";
    height: 200px;
    width: 11px;
    background: #022559;
    display: inline-grid;
    transform: rotate(-35deg);
    position: relative;
    left: 66px;
    top: -2px;
}

.process-point-left:nth-child(3)::before {
    display: none;
}

.process-last:before {
    display: none;
}

.process-box p {
    z-index: 9;
}

.process-step p {
    font-size: 20px;
}

.process-step h2 {
    font-size: 28px;
}

.process-step:after {
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid #c10100;
    border-left: 8px solid #04889800;
    border-right: 8px solid #c10100;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}

.process-step:before {
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #c10100;
    border-left: 8px solid #c10100;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}

.process-line-l {
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    right: -153px;
    top: 64px;
    z-index: 9;
}

.process-line-r {
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    left: -153px;
    top: 63px;
    z-index: 9;
}

.process-box{
    height: 170px;
}
.our-blog .container{
    min-width: 1320px;
}

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


    .process-point-right {
        display: none;
    }

    .our-blog .container{
    min-width: unset;
}

    .process-point-left {
        display: none;
    }


    .our-blog .row {
        margin-bottom: 0px;
    }

    .process-box{
            margin: 30px 0;
            height: auto;
    }




}


.administration{}
.administration .staff_content{
    border: 1px solid #d2d2d2;
    padding: 20px;
}
.administration .staff_content .featured_image{
    margin-bottom: 40px;
}
.administration .staff_content .featured_image img{
    height: 453px;
    object-fit: contain;
    width: 100%;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    border-radius: 10px;
}
.administration .staff_content .featured_image h6{
    margin-bottom: 20px;
    color: red;
}
.administration .staff_content .featured_image h4{
    margin: 20px 0 10px 0;
    font-weight: 600;
    font-size: 30px;
}
.administration .staff_content .featured_image p{}
.administration{
    margin-bottom: 60px;
}
.administration .staff_content .main_content ul{
    padding-left: 20px;
}
.administration .staff_content .main_content li{
    margin-bottom: 20px;
    list-style: disc;
}
.administration .staff_content .main_content h4,
.administration .staff_content .main_content h3{
    margin-bottom: 20px;
}
.administration .staff_content .main_content p{
    margin-bottom: 20px;
}
.administration .titles{
    padding: 60px 140px;
    text-align: center;
}
.administration .titles h1{}
.administration .titles h3{
    margin: 20px 0;
}
.administration .titles p{}
.administration .side_list{
    background: #022559;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    top: 20px;
}
.administration .side_list .title{
    text-align: center;
}
.administration .side_list .title h2{
    margin-bottom: 20px;
    color: #fff;
}
.administration .side_list ul{}
.administration .side_list ul li{}
.administration .side_list ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
}

.administration .side_list ul li a.active{
    background: #94191c;
    color: #fff;
}






.admission_top {
    height: 100%;
    color: #fff;
    background-image: url('https://gruni.co.in/frontend-assets/images/banner2.webp');
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 250px 0 0px 0;
    margin-bottom: 140px;
}

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


.admission_top .container{
    ==:
    relative;
}

.admission_top .row .left_text {}

.admission_top .row .left_text h2 {}


.admission_top .bottom_content .row2 {
    padding: 0px;
}

.admission_top .bottom_content {
    width: 80%;
    margin: auto;
    padding: 20px;
    border-radius: 20px;
    bottom: -66px;
    position: relative;
    z-index: 2;
    background: #bf0404b3;
    backdrop-filter: blur(15px);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px;
}

.admission_top .bottom_content .row2 .box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

.admission_top .bottom_content .row2 .box p {
    margin: 0px;
    font-size: 14px;
}

.admission_top::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    background: linear-gradient(180deg, #000000d9 6.73%, #00000069 30.67%, #0000 56.41%), linear-gradient(181.53deg, #00000023 19.04%, #00000025 98.7%), linear-gradient(0deg, #0000, #0000);
    top: 0;
    z-index: 1;
}

.admission_top .row2 {
    width: 100%;
    display: flex;
    height: 100%;
    padding-top: 90px;
}

.admission_top .row2 .col-md-3 {
    border-right: 2px solid #ffffff;
}

.admission_top .row2 .col-md-3:nth-child(4) {
    border-right: 0px;
}

.admission_top .left_text {
    border-radius: 0px 10px 10px 0px;
    font-size: 35px;
    background: #111d5eb0;
    color: #fff;
    padding: 30px;
    margin: 0;
    backdrop-filter: blur(10px);
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: absolute;
    left: 0px;
    z-index: 2;
    top: 50%;
}

.admission_top .left_text h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
}

.admission_top .box_form {
    width: 100%;
    margin-top: 40px;
}

.admission_top .box_form button {
    width: 80%;
    border: unset;
    padding: 5px 0px;
    background-image: linear-gradient(#FF0606, #810000);
    color: #fff;
    padding: 8px 0px;
    border-radius: 20px;
    margin-top: 10px;
    font-weight: 700;
}

.admission_top .box_form form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 14px;
    width: 50%;
    margin: auto;
    background: #f1fcff;
    padding: 20px 0px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}


.admission_top .contact_us_form {
    background: #bf0404b3;width: 450px;padding: 30px;backdrop-filter: blur(15px);box-shadow: rgba(0, 0, 0, 0.24) 0px 3px;margin: 0 auto;z-index: 2;position: relative;}
.admission_top .contact_us_form .note{
    margin-bottom: 20px;
}
.admission_top .contact_us_form .note p{}
.admission_top .contact_us_form form{}
.admission_top .contact_us_form form input{}




.admission_top form button{
        background: transparent;
        color: #fff;
        padding: 6px 20px;
        border: 2px solid #fff;
        font-weight: 600;
        width: 100%;
}

.pineo {
    margin: 110px 0px 40px 0px;
    overflow: hidden;
}

.pineo .heading {
    text-align: center;
    font-weight: 600;
    color: #1b2a67;
    margin-bottom: 0;
    display: block;
}

.pineo .heading p {
    margin-bottom: 10px;
}

.pineo .head {
    text-align: center;
    margin: 30px 0px 40px 0px;
    position: relative;
}

.pineo .head h2 {
    font-size: 50px;
    color: #1b2a67;
    margin: 0;
    font-weight: 700;
}


.pineo .head h2::before {
    content: "";
    width: 35%;
    height: 4px;
    background-color: #1b2a67;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(0px, -50%);
}

.pineo .head h2::after {
    content: "";
    width: 35%;
    height: 4px;
    background-color: #1b2a67;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0px, -50%);
}

.pineo .large_card {
    padding: 40px 0px;
    color: #fff;
    background-image: linear-gradient(to right, #002f6f, #0076be, #002f6f);
}

.pineo .large_card .img_box {
    text-align: center;
    padding: 0px 40px 20px 40px;
}

.pineo .large_card .img_box img {
    height: 60px;
    margin-bottom: 10px;
}

.pineo .large_card .img_box h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.pineo .large_card .img_box p {
    font-size: 14px;
}

.pineo .pineo_cards{
    padding: 0 0px 40px 0px;
    color: #fff;
    background-image: linear-gradient(to right, #002f6f, #0076be, #002f6f);
}
.pineo .pineo_cards .card{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px;
}
.pineo .pineo_cards .card img{
    border-radius: 10px;
}


/* ===============main_section=========== */

.main_section {
    margin: 80px 0px 80px 0px;
}

.main_section .heading {
    text-align: center;
    display: block;
}

.main_section .heading h2 {
    margin-bottom: 15px;
}

.main_section .heading p {}

.main_section .card_box {
    margin: 40px 60px;
}

.main_section .card_box .row {}

.main_section .card_box .box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 30px;
}

.main_section .card_box .box .img_box {
    border: 2px solid #d03b37;
    border-radius: 100%;
    padding: 8px;
    margin-bottom: 15px;
}

.main_section .card_box img {
    height: 45px;
}

.main_section .card_box p {
    text-align: center;
    /* font-size: 12px; */
}



/* ===========    <!-- ==============Simulation Lab================= --> */

.simulation_lab {
    margin-bottom: 80px;
}

.simulation_lab .row_box {}

.simulation_lab .row_box .box {
    text-align: center;
}

.simulation_lab .row_box .box h4 {}

.simulation_lab .row_box .box h2 {
    font-size: 40px;
    margin: 20px 0;
    color: #91181b;
    font-weight: 600;
}

.simulation_lab .row_box .box p {}

.simulation_lab .row_box .img_box {}

.simulation_lab .row_box .img_box img {
    width: 100%;
}


/* ===========comparison================ */


.comparison {
    margin-top: 40px;
    text-align: center;
}

.comparison_section {
    background: #F2F2F2;
    padding: 40px 140px;
}

.comparison_section .row1 {
    margin-bottom: 40px;
}

.comparison_section .row1 .heading {
    border: 2px solid #1b2a67;
    border-radius: 20px;
    overflow: hidden;
    margin: 0;
}



.comparison_section .row1 .heading2 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #8f1e1c;
    color: #fff;
    border-radius: 20px;
}

.comparison_section .row1 .heading2 h2 {
    margin: 0px;
}

.comparison_section .row1 .heading2 h2 img {}

.comparison_section .row1 .heading h2 {
    /* background: #50506363; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #1b2a67;
    margin: 0px;
    padding: 5px;
}

.comparison_section .row1 .heading h2 img {
    height: 30px;
}

.comparison_section .row2 {
    text-align: center;
}

.comparison_section .row2 .col-md-4 {
    margin-bottom: 30px;
}

.comparison_section .row2 .middle_box {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.comparison_section .row2 .middle_box p {
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.comparison_section .row2 .middle_box p img {
    height: 40px;
    width: 40px;
    object-fit: contain;
}

.comparison_section .row2 .box {
    background: #1b2a67;
    color: #fff;
    padding: 20px 20px;
    margin-bottom: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comparison_section .row2 .box p {
    margin: 0px;
}

.comparison_section .row2 .box p img {}
