@font-face {
    font-family: PlayfairDisplay-Bold;
    src: url("../css/fonts/PlayfairDisplay-Bold.woff2");
    font-display: swap;
}

@font-face {
  font-family: Raleway-Regular;
  src: url('../css/fonts/Raleway-Regular.woff2') format('woff2');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: Raleway-Medium;
    src: url("../css/fonts/Raleway-Medium.woff2");
    font-display: swap;
}
@font-face {
    font-family: Raleway-Bold;
    src: url("../css/fonts/Raleway-Bold.woff2");
    font-display: swap;
}
@font-face {
    font-family: Raleway-SemiBold;
    src: url("../css/fonts/Raleway-SemiBold.woff2");
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: Raleway-Regular, sans-serif;;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    letter-spacing: 0.032px;
}
body:has(.menu_open) {
    overflow: hidden;
}
a {
    text-decoration: none;
    color: #000000;
    display: inline-block;
}
a:hover {
    color: #000000;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
p a{
    color: #009F93;
}
p a:hover{
    color: #FF314E;
}
#top_btn {
    position: fixed;
    right: 25px;
    bottom: 2px;
    z-index: 999;
    display: none;
    transition-duration: 0.1s;
    opacity: 0.8;
}
#top_btn:hover {
    opacity: 1;
}
#top_btn img {
    cursor: pointer;
    max-width: 30px;
}
.button_box {
    color: #FFF;
    background-color: #00968A;
    border-right: 10px solid #FF314E;
    padding: 8px 15px;
    line-height: normal;
    transition-duration: 0.7s;
    max-width: fit-content;
}
.button_box:hover{
    border-right:10px solid #00968A;
    background-color:  #FF314E;
    color: #FFF;
}
.heading {
    font-family: PlayfairDisplay-Bold;
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 15px 0;
}
.header {
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 50;
    padding: 15px 0;
}
.search_icon{
    max-height: 16px;
}
.navbar {
    display: grid;
    grid-template-columns: 400px 1fr;
    width: 100%;
    padding: 0;
    position: unset;
    align-items: end;
}
.navbar__left{
    margin: 10px 0 0 0;
}
.navbar__right{
    position: relative;
}
.menu__inner {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 6px;
    align-items: baseline;
    justify-content: flex-end;
    position: absolute;
    bottom: 0px;
    right: 0;
}
.menu .menu__inner li {
    list-style-type: none;
    position: relative;
}
.menu .menu__inner li a svg{
    display: none;
}
.menu__item a{
    font-family: Raleway-Medium;
    padding: 0 3px;
    font-size: 14px;
}
.menu__item a:hover{
    color: #FF314E;
}
.menu__item.home_menu img {
    max-width: 18px;
    position: absolute;
    top: 0;
    left: -15px;
}
.menu__item.home_menu .home-icon{
    display: block;
}
.menu__item.home_menu .home-text,
.menu__item.home_menu .home-hover{
    display: none;
}
.menu__item.home_menu:hover .home-icon{
    display: none;
}
.menu__item.home_menu:hover .home-hover{
    display: block;
    max-width: 18px;
}

.menu .menu__inner .menu__item .menu__link {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    line-height: normal;
    color: #000000;
    text-decoration: none;
    font-family: Raleway-Medium;
    padding: 3px 3px 3px 3px;
    position:relative;
}
.menu .menu__inner .menu__item .menu__link:hover{
    color: #FF314E;
}
.menu .menu__inner .menu__item.menu-active .menu__link{
    background-color: #FF314E;
    color: #FFF;
}
.menu .menu__inner .menu__item.menu-active .menu__link::after {
    position: absolute;
    content: "";
    top: 20px;
    bottom: 0;
    height: 70px;
    width: 100%;
    background-color: #FF314E;
}
.menu-active .active{
    cursor: pointer;
}
.toggle_open_logo {
    display: none;
}
.overlay {
    display: block;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.45s ease-in-out;
}
.toggle_close_logo{
    display: none;
}
/* .breadcrumb_mainBox{
    display: flex;
    justify-content: flex-end;
} */
.breadcrumb {
    padding: 0 0 5px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #ddd;
}

.breadcrumb-item.active{
    font-family: Raleway-SemiBold;
    color: #FF314E;
}

.margin_bottom{
    margin: 0 0 64px 0;
}
.modal button.btn-close {
    position: absolute;
    top: 0;
    right: 0px;
    background-color: #ffffff;
    padding: 7px;
    border-radius: 0 5px 5px 0;
}
/* SIU website button start */
.siu_link_box a {
    font-family: Raleway-SemiBold;
    font-size: 12px;
    color: #C52F33;
    line-height: normal;
    display: flex;
    gap: 2px;
    align-items: center;
    text-decoration: underline;
}
.siu_link_box {
    position: absolute !important;
    right: -65px;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
}
/* SIU website button ends */
/* HEADER-SEARCH-START */
.header_search{
    cursor: pointer;
    position: relative;
}
/* .search_popup{
    display: none;
    float: left;
    position: absolute;
    top: 0;
    right: 0;
    margin: 30px 0 0 0;
    background-color: #eee;
    padding: 10px;
    border-radius: 10px;
    min-width: 350px;
    z-index: 5;
    line-height: normal;
    box-shadow: 0 0 10px #0000000f;
} */
.search_popup {
    display: none;
    float: left;
    position: absolute;
    top: -10px;
    right: 0;
    margin: 0px 0 0 0;
    background-color: #ffff;
    padding: 0px 0;
    min-width: 770px;
    z-index: 5;
    line-height: normal;
    text-align: end;
}
.search_popup_open {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    /*height:48px;*/
}
.search_popup input[type="text"] {
    /* float: left; */
    width: 70%;
    background-color: #fff;
    font-size: 15px;
    padding: 10px;
    border-radius: 0;
    border: 1px solid #b9b9b9;
    outline: none;
    /* font-family: Raleway-Medium; */
    margin: 0 8px 0 0;
    height: 30px;
}
.search_popup .search_go {
    /* float: right; */
    font-size: 12px;
    color: #fff;
    border: 0;
    width: 18%;
    padding: 8px 10px;
    line-height: normal;
    background-color: #393939;
    /* font-family: Raleway-Bold; */
    /* text-transform: uppercase; */
    transition-duration: 0.3s;
    border-right: 10px solid #FFDB60;
}
.search_popup .search_go:hover {
    background-color: #00968a;
}
.search_close{
float: right;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fc7651;
    line-height: normal;
    padding: 1px 7px 4px 7px;
    font-size: 15px;
    border-radius: 80px;
    font-family: Raleway-SemiBold;
    color: #fff;
    margin: -28px -2px 0 0;
}
.page-header.is-sticky {
    -webkit-box-shadow: 7px 4px 12px 4px rgba(0, 0, 0, 0.30);
    box-shadow: 7px 4px 12px 4px rgba(0, 0, 0, 0.30);
}
.header.is-sticky {
    padding: 15px 0 0 0;
}

/* ========= MENU SECTION START ======== */
.submenu {
    position: absolute;
    z-index: 100;
    top: 89px;
    left: inherit;
    right: 0;
    height: auto;
    width: max-content;
    background-color: #fff;
    display:none
}
.menu .menu__inner .menu__item.menu__dropdown.menu-active > .submenu {
    display: block;
    background-color: #FF314E;
    color: #FFF;
    padding: 5px 0;
}
.submenu_list,
.subinner_submenu_list{
    padding: 0;
    margin: 0;
}
.subinner_submenu,
.inner_submenu{
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 100%;
    padding: 8px 0;
    right: 0;
    width: 200px;
    height: auto;
    padding: 10px 10px 10px 20px;
    background-color: #fff;
    display: none;
    transition: all 0.35s ease-in-out;
    margin: 0 0 0 1px;
}


.subinner_submenu.inner-submenu-active{
    padding: 0;
    top:-5px;
}
.droparrow {
    background-image: url(../images/menudrop_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    margin: 3px 0 0 0;
}
.innermenu__dropdown.menu-active .submenu-active{
    display: block;
    background-color: #FF314E;
    color: #FFF;
}
.sub_inner_dropdown.menu-active .inner-submenu-active{
    display: block;
    background-color: #FF314E;
    color: #FFF;
}
.inner_submenu_list,
.submenu__list{
    margin: 0;
    padding: 0;
}
.submenu__list li{
    text-align: left;
}
.submenu__list li a{
    padding: 5px 20px 5px 15px;
    color: #FFF !important;
    font-size: 13px;
    line-height: normal;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
}
.inner_submenu_list li a{
    justify-content: flex-start;
}
.sub_inner_dropdown li a{
    color: #FFF !important;
}
.sub_inner_dropdown li a:hover{
    color: #FFDB60 !important;
}
.submenu__list li:last-child a{
    border-bottom: none;
}
.submenu__list li a:hover{
    color: #FFDB60 !important;
}
.inner_submenu_list li a:hover{
    color: #FFDB60;
}
.subinner_submenu_list li a:hover{
    color: #FFDB60;
}
.innermenu__dropdown.menu-active .active,
.innermenu__dropdown.menu-active .inner_submenu.submenu-active{
    color: #FFDB60 !important;
}
.innermenu__dropdown.menu-active .inner_submenu.submenu-active{
    padding: 5px 0;
}
/* .sub_inner_dropdown.menu-active .active,
.sub_inner_dropdown.menu-active .inner-submenu-active{
    background-color: transparent;
} */
.sub_inner_dropdown.menu-active .inner-submenu-active{
    padding: 0;
}


.brand {
    position: relative;
}
.hover-text {
    display: none;
    transition: opacity 0.3s ease-in-out;
    font-size: 12px;
    color: #333;
    margin-top: 10px;
    border: 1px solid #ccc;
    width: 400px;
    padding: 15px;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    text-align: center;
}

.brand:hover .hover-text {
    display: block;
}

/* ========= MENU SECTION END ======== */
/* HEADER-SEARCH-END */

.home_banner_img img{
    height:auto;
    width:100%;
}
/* BANNER BELOW COLOR BUTTON START */
.slick-dots li,
.slick-dots li button {
    width: 10px !important;
    height: 10px !important;
    margin: 0 2px !important;
}
.slick-dots li button:before{
    width: 8px !important;
    height: 8px !important;
    content: "" !important;
    background-color: #000;
}
.slick-dotted.slick-slider {
    margin-bottom: 10px !important;
}
.buttons_mainBox{
    margin: 18px 0 0px 0;
}
.top_margin {
    margin: 150px 0 0 0;
}
.color_buttonBox{
    display: flex;
}
.buttons_mainBox .color_buttonBox{
    position: relative;
}
.color_buttonBox div {
    font-family: Raleway-Bold;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: normal;
    padding: 15px 0;
    position: relative;
}
.color_button1{
    background-color: #393939;
    width: 22%;
}
.color_button2{
    background-color: #00968A;
    width: 18%;
}
.color_button3{
    background-color: #42CFC9;
    width: 12%;
}
.color_button4{
    background-color: #FFDB60;
    width: 10%;
}
.color_button5{
    background-color: #FC7651;
    width: 18%;
}
.color_button6{
    background-color: #FF314E;
    width: 21%;
}

.color_buttonBox .blink {
    padding: 6px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    background-color: #ccc;
    color: #FFF;
    margin: auto;
    min-height: 30px;
    /* animation: blinker 2s linear infinite; */
}
/* @keyframes blinker {
    50% {
        font-size: 13px;
        color: #fff0;
    }
} */
.blink .header_blink_animation {
    animation: shake-horizontal 10s linear infinite both;
    display: inline-block;
} 
@keyframes shake-horizontal {
    0%,
    100% {
      transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70% {
      transform: translateX(-5px);
    }
    20%,
    40%,
    60% {
      transform: translateX(5px);
    }
    80% {
      transform: translateX(3px);
    }
    90% {
      transform: translateX(-3px);
    }
  }
/* --------- ABOUT US SECTION START ---------- */
section.about_section {
    padding: 54px 0 54px 0;
}

.about_box_list {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    padding: 1px 1px 1px 0;
}
.about_mainBox .slick-dots {
    position: absolute;
    bottom: -3px;
    right: 0;
    display: flex;
    width: 100%;
    padding: 0;
    margin: auto;
    list-style: none;
    text-align: center;
    justify-content: flex-end;
}
.about_img_box{
    height: 100%;
    width: 100%;
}
.about_img_box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about_content_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.about_heading_para_headingbox .heading {
    margin: -7px 0 15px 0;
}
/* --------- ABOUT US SECTION END ---------- */
/* ----------- PROGRAM SECTION START -------- */
.program_listing_Box {
    display: grid;
    /*grid-template-columns: repeat(6, 1fr);*/
    gap: 16px;
    margin: 0 -10px;
}
.program_listing_Box .slick-slide {
  padding: 0 10px; /* Half the desired space on each side */
}
.program_imgBox {
    position: relative;
    overflow: hidden;
}
.program_portfoli {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: #00968ac4;
    text-align: center;
    color: #FFF;
    font-family: Raleway-SemiBold;
    font-size: 18px;
    padding: 5px 0;
    line-height: 20px;
    transform: translateY(-52px);
    transition-duration: 0.7s;
}
.program_portfoli span{
    display: block;
}
.about_program {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #00968ac4;
    text-align: center;
    color: #FFF;
    font-family: Raleway-SemiBold;
    font-size: 18px;
    padding: 5px 0;
    line-height: 20px;
    transform: translateY(52px);
    transition-duration: 0.7s;
}
.about_program span{
    display: block;
}
.program_heading {
    font-family: 'PlayfairDisplay-Bold';
    text-align: center;
    font-size: 20px;
    margin: 15px 0 7px 0;
}
.program_heading span{
    display: block;
}

.program_img {
    height: 100%;
    width: 100%;
}
.program_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.program_box:hover .program_portfoli,
.program_box:hover .about_program{
    transform: translateY(0);
    color: #FFF;
}
.course_heading_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-end;
}
/* ---------- PROGRAM SECTION END ---------- */
/* -------- GALLERY SECTION START ---------- */
.gallery_section{
    padding: 64px 0;
}
.gallery_section_mainBox {
    display: flex;
    gap: 16px;
}
.gallery_mainbox{
    width: 48%;
}
.event_mainbox{
    width: 25%;
}
.news_mainbox {
    width: 25%;
}
.news_mainbox .custom-arrow img {
    max-width: 30px;
}
.news_mainbox .slick-next {
    right: 1% !important;
    z-index: 1;
    height: 30px;
    width: 30px;
    top: inherit;
    bottom: -16%;
}
.news_mainbox .slick-prev img {
    transform: rotate(180deg);
}
.news_mainbox .slick-prev {
    left: 75% !important;
    z-index: 1;
    height: 30px;
    width: 30px;
    bottom: -16%;
    top: inherit;
}
.image_gallery_img a{
    width: 100%;
    height: 370px !important;
}
.image_gallery_img a img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.video_gallery_img a{
    width: 100%;
    height: 150px !important;
    position: relative;
}
.video_gallery_img a .video_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0000005c;
}
.video_overlay img{
    width: 30px !important;
    height: 30px !important;
}
.image_gallery_img img,
.video_gallery_img img{
    width: 100%;
    height: 100%; 
    object-fit: fill;
}
.slick-prev:before, .slick-next:before{
    display: none !important;
}
.image_gallery_box .slick-prev {
    left: 1% !important;
    z-index: 1;
    height: 60px;
    width: 60px;
}
.image_gallery_box .slick-prev img{
    transform: rotate(180deg);
}
.image_gallery_box .slick-next{
    right: 1% !important;
    z-index: 1;
    height: 30px;
    width: 30px;
}
.image_gallery_box .custom-arrow img {
    max-width: 30px;
}
.image_gallery_box .slider_arrow{
    fill: #f5f5f5;
}
.video_gallery_box .slick-prev img{
    transform: rotate(180deg);
}
.video_gallery_box .custom-arrow img {
    max-width: 30px;
}
.video_gallery_box .slick-prev {
    left: 1% !important;
    z-index: 1;
    height: 30px;
    width: 30px;
    top: inherit;
    bottom: -8px;
}

.video_gallery_box .slick-next {
    right: 1% !important;
    z-index: 1;
    height: 30px;
    width: 30px;
    top: inherit;
    bottom: -8px;
}
.image_gallery_mainBox{
    margin: 0 0 14px 0;
}
.video_gallery_img:not(:nth-child(even)){
    margin: 0 8px 0 0;
}
.video_gallery_img:not(:nth-child(odd)){
    margin: 0 0 0 8px;
}

/* --------- GALLERY SECTION END ----------- */
/* --------- EVENT SECTION START --------- */
.event_box{
    position: relative;
    overflow: hidden;
}
.event_box::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(0deg, #000000b0, #00000000);
    height: 100px;
    width: 100%;
    bottom: 0;
}

.event_text_box_text{
     position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
   
    width: 75%;
    padding: 30px 10px 16px 16px;
    /* transform: translateX(-100%); */
    transition-duration: 0.7s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 3px 0 0 0;
    z-index: 1;
    
}
.event_text_box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #ffdb60bf;
    width: 75%;
    padding: 30px 10px 16px 16px;
    /* transform: translateX(-100%); */
    transition-duration: 0.7s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 3px 0 0 0;
    z-index: 1;
}
.event_box:hover .event_text_box{
    /* transform: translateX(0); */
}
.event_text_box p{
    padding: 0 0 5px 0;
}
.event_heading {
    font-family: 'PlayfairDisplay-Bold';
    font-size: 20px;
    padding: 0 0 10px 0;
}
.event_image{
    height: 536px;
    margin: 3px 0 0 0;
}
.event_image img{
    height: 100%;
}

.event_box_list .slick-prev img{
    transform: rotate(180deg);
}
.event_box_list .custom-arrow img {
    max-width: 30px;
}
.event_box_list .slick-prev {
    left: 75% !important;
    z-index: 1;
    height: 30px;
    width: 30px;
    top: inherit;
    bottom: -8px;
}
.event_box_list .slick-next {
    right: 1% !important;
    z-index: 1;
    height: 30px;
    width: 30px;
    top: inherit;
    bottom: -8px;
}

/* -------- EVENT SECTION END ------------ */
/* --------- NEWS SECTION START ------------- */
.news_box {
    margin: 8px 0;
}
.news_text:hover{
    color: #ff314e;
}
.news_subheading {
    font-family: Raleway-SemiBold;
    font-size: 18px;
}
.news_box .news_date{
    font-family: Raleway-SemiBold;
    font-size: 16px;
}
/* ----------- NEWS SECTION END ----------- */

/* ------------COLLBORATERS SECTION START----------- */
.collabration_section {
    padding: 32px 0;
}
.collaboraters_listingBox {
    width: 170px;
    /* height: 150px !important; */
    display: grid;
    place-items: center;
    margin: 7px;
    transition: 0.5s;
    cursor: pointer;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.19), 0px 0px 4px rgba(0, 0, 0, 0.23);
    border: 1px solid rgba(0, 0, 0, 0.23);
}
.collaboraters_img{
    transition-duration: 0.7s;
    height: 100%;
    width: 100%;
}
.collaboraters_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding: 30px;
    transition-duration: 0.7s;
}
.collaboraters_img:hover img{
    padding: 20px;
}
.collaboraters_list .custom-arrow img {
    max-width: 30px;
}
.collaboraters_list .custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: none;
    border: none;
    cursor: pointer;
}
.collaboraters_list .slick-prev{
    left: 80% !important;
    z-index: 1;
    height: 30px;
    width: 30px;
    bottom: -42%;
    top: inherit;
}
.collaboraters_list .slick-prev img {
    transform: rotate(180deg);
}
.collaboraters_list .slick-next {
    right: 1% !important;
    z-index: 1;
    height: 30px;
    width: 30px;
    top: inherit;
    bottom: -42%;
}


/* ------------COLLBORATERS SECTION END----------- */
/* --------- STUDENT SECTION START ------------ */
.student_section{
    padding: 0 0 32px 0;
}
.student_testimonials_box{
    margin: 20px 0 0 0;
}
.color_border_box .color_buttonBox div{
    padding: 0;
    height: 7px;
}
.quote {
    float: left;
    width: 30px;
    margin: 0 8px 0 0;
    padding: 4px 0 0 0px;
}
/* .student_testimonials:first-child {
    padding: 0 10px 0 0;
} */
.student_testimonials{
    padding: 0 10px 0 0;
    transition-duration: 0.5s; 
}
.student_testimonials .student_name{
    transition-duration: 0.5s;
}
.student_testimonials:hover .student_name{
    color: #00968A;
    font-family: Raleway-Medium;
}
.student_testimonials .student_batch span{
    transition-duration: 0.5s;
}
.student_testimonials:hover .student_batch{
    font-family: Raleway-Medium;
}
.student_testimonials:hover .student_batch span{
    color: #FF314E;
}
.student_testimonial_mainBox {
    display: flex;
    gap: 15px;
    width: 100%;
}
.student_testimonials_img {
    width: 150px;
}
.student_testimonials_img img {
    background-color: #009488;
    border-radius: 100%;
    height: 110px;
    width: 130px;
}
.student_testimonials_contentBox{
    width: 100%;
}
/* --------- STUDENT SECTION END ------------ */

/* --------------GOOGLE MAP SECTION START----------- */
.google_map_section{
    padding: 32px 0 64px 0;
}
.google_map_box{
    height: 350px;
}
.google_map_box iframe{
    height: 100%;
    width: 100%;
}
.brochure_btn {
    color: #FFF;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    top: 40%;
    right: 1%;
    z-index: 9;
}
.brochure_btn a {
    text-align: center;
    cursor: pointer;
    background-color: #FF314E;
    font-family: PlayfairDisplay-Bold;
    color: #FFF;
    height: 90px;
    width: 90px;
    line-height: normal;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotateZ(25deg);
    font-size: 14px;
    box-shadow: -3px 3px 3px 0px #00000040;
}

/* --------------GOOGLE MAP SECTION END----------- */
/* ------------ FOOTER START ----------------- */
.footer_mainBox{
    background-color: #656262;
    padding: 50px 0 70px 0;
    color: #FFF;
}

.footer .color_buttonBox div{
    padding: 6px 0 0 0;
}
.footer .button_wrap {
    text-align: end;
    margin: 0 5% 0 0;
}

.logo-footer .heading {
    font-family: PlayfairDisplay-Bold;
    font-size: 22px;
    line-height: 30px;
    margin: 0px 0 0px 0;
}

.logo-sspad{
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px 0px;
}

.button_wrap a{
    cursor: pointer;
}
.caution_btn{
    position: fixed;
    bottom: 0;
    z-index: 500;
    left: 4%;
    margin: 0 50px 0 0;
    cursor: pointer;
}
.footer-bottom {
    background-color: #5c5a5a;
    color: #FFF;
    padding: 10px 0;
}
.footer-bottom .footer-bottom-content{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.footer .button_box {
    color: #FFF;
    background-color: #00968A;
    border-right: 10px solid #FFDB60;
    padding: 8px 15px;
    line-height: normal;
    transition-duration: 0.7s;
}
.footer .button_box:hover{
    border-right:10px solid #00968A;
    background-color:  #FFDB60;
    color: #000;
}
.footer a{
    color: #FFF;
    transition-duration: 0.7s;
}
.footer a:hover{
    color: #FFDB60;
}
.footer_links{
    margin: 0;
    padding: 0;
}
.footer_links li {
    position: relative;
    padding: 0px 0 0 12px;
    margin: 0 0 5px 0;
    list-style: none;
}
.footer_links li::before{
    content: "-";
    position: absolute;
    top: 0px;
    left: 0;
}
address span{
    display: block;
}
.mobile_number,
.email_box{
    margin: 0 0 10px 0;
}
.social_media_links ul{
    margin: 0;
    padding: 0;
    display: flex;
}
.social_media_links ul li{
    list-style: none;
}
.social_media_links img {
    max-width: 65%;
    margin: 0 20px 20px 0;
}
.sticky_buttons {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    flex-direction: column;
    width: auto;
    gap:8px;
    align-items: flex-end;
    z-index: 1;
}
.sticky_buttons .sticky_btn_list {
    z-index: 99;
    display: flex;
    width: 140px;
    height: auto;
    padding: 8px;
    margin: 0 -97px 0px 0;
    /*transform: translate(97px);*/
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    color: #FFF;
    border-radius: 25px 0 0 25px;
    background-color: #FF314E;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}
.sticky_buttons .enquiry_formBox .sticky_btn_list{
    background-color: #009488;
}
.sticky_buttons .enquiry_formBox .sticky_btn_list:hover{
    background-color: #FF314E;
}
.sticky_buttons .sticky_btn_list p{
    margin: 0;
    line-height: normal;
}

.sticky_buttons .sticky_btn_list:hover {
    /*transform: translate(0px);*/
    margin:0;
    background-color: #009488;
}

.sticky_buttons .sticky_btn_list img{
    max-width: 30px;
    transition-duration: 0.5s;
}
.sticky_buttons .sticky_btn_list:hover img{
    transform: rotateY(360deg);
}
/* ------------ FOOTER END ----------------- */
.brand img {
    max-width: 400px;
}

/* ==================== DIRECTOR PAGE START ================== */

.director_mainBox {
    display: flex;
    gap: 25px;
    margin: 0 0 64px 0;
    flex-direction: row-reverse;
}
.director_mainBox2{
    flex-direction: row;
}
.director_name{
    font-family: Raleway-Bold;
    margin: 0 0 20px 0;
    font-size: 20px;
}
.director_des,
.director_content p{
    margin: 0 0 20px 0;
}
.director_contentBox .heading {
    font-family: PlayfairDisplay-Bold;
    font-size: 30px;
    line-height: inherit;
    margin: 0 0 25px 0;
}
.imgBox.student_imageBox img{
    max-width: 200px;
}
/* ==================== DIRECTOR PAGE END ================== */
/* ==================== EVENT PAGE START =================== */
.event_page_mainBox,
.sspad_sectionBox{
    margin: 0 0 64px 0;
}
.event_Listing_mainBox {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 15px;
    row-gap: 25px;
}
.event_listBox.list1 {
    grid-column: 1/3;
}
.event_listBox.list4{
    grid-column: 2/4;
}
.event_listBox.list5 {
    grid-column: 1/3;
}
.other_event_listBox.list4 {
    grid-column: 1/2;
}
.event_Listing_mainBox .list1 {
    grid-column: span 2; 
}
.event_Listing_mainBox .list5 {
    grid-column: span 2; 
}
.event_list_img{
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}
.event_list_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.event_list_img.position_top img{
    object-position: top;
}
.event_year_list .slick-prev {
    left: 0;
    transform: rotate(180deg);
    top: 16px;
}
.event_year_list .slick-next {
    right: 0;
    top: 16px;
}
.event_year_list .slick-prev.slick-arrow img {
    z-index: 1;
    height: 30px;
    width: 30px;
}
.event_year_list .slick-next.slick-arrow img{
    z-index: 1;
    height: 30px;
    width: 30px;
}
.event_years_content {
    margin: 20px 0 0 0;
}
.sspad_event_img{
    overflow: hidden;
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}
.yellow_box {
    background-color: #FFDB60D9;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100px);
    transition: all 0.5s ease-in-out;
    
}
.other_event_listBox .event_title:hover a,
.event_listBox .event_title:hover a{
    color: #009F93;
}
.other_event_listBox:hover .event_list_img .event_img,
.event_listBox:hover .event_list_img .event_img,
.student_event_listBox:hover .event_list_img .event_img,
.sspad_event_list:hover .sspad_event_img img{
    transform: scale(1.1);
}
.student_event_listBox:hover .yellow_box,
.event_listBox:hover .yellow_box{
    transform: translateX(0);
}
.yellow_box img{
    max-width: 55%;
}
.event_list_img .event_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.event_title{
    font-family: Raleway-SemiBold;
    padding: 10px 0;
    font-size: 16px;
    line-height: normal;
}
.event_desc.event_desc_four{
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.event_list_content_listBox{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.sspad_events_mainBox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    row-gap: 25px;
}
.sspad_event_with_img {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
}
.student_event_Listing_mainBox{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    row-gap: 25px;
}
.student_event_listBox {
    margin: 0 0 25px 0;
}
.list4 .sspad_event_img {
    height: 500px;
}
.sspad_event_img img{
    transition: all 0.5s ease-in-out;
}
 
.list4 .sspad_event_img img{
    height:100%;
    transition: all 0.5s ease-in-out;
}
.other_sspad_events_mainBox{
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px;
    row-gap: 20px;
}

.other_event_listBox.list1 {
    grid-column: span 2; 
}

.other_event_listBox.list3{
    grid-column: 4/5;
    grid-row: 1/6;
}
.event_years_content.year-2023 .other_event_listBox.list3 {
    grid-column: 4/5;
    grid-row: 1/13;
}
.other_event_listBox.list5 {
    grid-column: span 2; 
}
.other_event_title{
    font-family: Raleway-SemiBold;
    font-size: 16px;
    line-height: normal;
    margin: 0 0 15px 0;
}
.event_page_mainBox .event_title a{
    font-family: Raleway-SemiBold;
    font-size: 16px;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    min-height: 40px;
}
.other_event_listing a {
    display: flex;
    background-color: #D9D9D9;
    min-height: 51px;
    margin: 0 0 20px 0;
    padding: 5px 15px;
    align-items: center;
}
.other_event_listing:last-child a{
    margin: 0;
}
.other_event_headingBox {
    grid-column: 1/4;
}


/* EVENT PAGE SLIDER START */
.slick-current .event_years {
    background-color: #009488;
    color: #FFF;
}
.event_years {
    background-color: #d6d6d6;
    width: fit-content;
    cursor: pointer;
    padding: 10px 50px;
    font-size: 16px;
    font-family: Raleway-SemiBold;
}
/* EVENT PAGE SLIDER END */
/* ==================== EVENT PAGE END ===================== */

/* ============== EVENT DETAILS PAGE START ================= */
.main_event_details_list{
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 15px;
    row-gap: 25px;
    margin: 0 0 25px 0;
    height: 100%;
}
.main_other_events_listing_box .sticky-item {
    position: sticky;
    top: 100px; 
    z-index: 10; 
    padding: 10px 0; 
}


.main_event_details_contentImg{
    grid-column: span 2;
    height: 100%;
}
.main_event_details_contentImg img{
    height: 100%;
}
.main_event_details_contentImg .new-event{
   margin:0 20px 0 0px;
}
.main_event_contentBox .event_title{
    padding: 0 0 10px 0;
}
.main_event_details_contentBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main_event_other_img:not(:last-child){
    margin: 0 0 20px 0;
}
.main_other_events_year_listing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.main_other_event_images {
    width: 100%;
}
.main_other_event_images img{
    width: 100%;
}
.main_other_events_per_year_list .event_title{
    font-family: Raleway-SemiBold;
    padding: 10px 0 0;
    font-size: 16px;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    min-height: 50px;
    margin: 0 0 10px 0;
}
.main_other_events_per_year {
    border-bottom: 2px solid #000;
    padding: 20px 0;
}
/* ============== EVENT DETAILS PAGE END =================== */
/* ==================== ABOUT SSPAD PAGE START ===================== */
.about_sspad_leftbox{
    margin:0 0 64px 0;
}
.about_sspad_section {
    margin: 0 0 44px 0;
}
.about_sspad_rightbox {
    width: 100%;
    height: 314px;
    margin: 0 0 15px 0;
}
.about_sspad_rightbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.director_content p{
    margin: 0;
}
.column_two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
.discipline_listBox{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 25px;
    text-align: center;
}
.discipline_list{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 0 0 20px 0;
    color: #FFF;
    transition-duration: 0.5s;
}
.discipline_list:hover{
    transform: translateX(5px);
}
.discipline_list.list1{
    background-color: #FF314E;
}
.discipline_list.list2{
    background-color: #FC7651;
}
.discipline_list.list3{
    background-color: #FFDB60;
}
.discipline_list.list4{
    background-color: #42CFC9;
}
.discipline_list.list5{
    background-color: #00968A;
}
/* ==================== ABOUT SSPAD PAGE END ===================== */
/* ==================== MISSION AND VISION PAGE START ===================== */
.vision_mission_section {
    margin: 0 0 64px 0;
}
.vision_heading {
    font-family: PlayfairDisplay-Bold;
    font-size: 20px;
    line-height: 35px;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
}
.vision_listing {
    background-color: #f5f5f5;
    padding: 20px;
}
.vision_mainbox {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.custom_listing ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.custom_listing ul li {
    position: relative;
    padding: 0px 0 6px 18px;
}
.custom_listing ul li::after {
    content: "";
    position: absolute;
    background-color: #393939;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    top: 6px;
    width: 6px;
    height: 6px;
}
/* ==================== MISSION AND VISION PAGE END ===================== */
/* ===================== RESEARCH CELL PAGE START ====================== */
.research_cell_section{
    margin: 0 0 40px 0;
}
.research_cell_content p{
    margin: 0 0 10px 0 !important;
}
.subheading {
    font-size: 20px;
    font-family: 'Raleway-SemiBold';
    line-height: normal;
    margin: 0 0 10px 0;
}
.student-photo {
    left: 16%;
    position: relative;
    border: 2px solid #ccc;
    padding: 6px;
    border-radius: 10px;
}

.table_structure thead tr th {
    background-color: #FFF;
    color: #000;
    font-family: 'Raleway-SemiBold';
}
.table_structure .table>:not(caption)>*>* {
    padding: 15px;
     border: 1px solid #e0e0e0;
    font-size: 14px;
    vertical-align: middle;
}
.table_structure .height_50 td{
    height: 50px;
}
.table_structure .height_80 td{
    height: 80px;
}
.table_structure .height_110 td{
    height: 110px;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #D1D1D1;
    color: var(--bs-table-striped-color);
}
.table-striped1>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg:#ffffff;
    color: var(--bs-table-striped-color);
}
.custom_table_three_row{
    width: 100%;
}
.custom_table_three_row td{
    width: 33.33%;
}
.custom_table_four_row{
    width: 100%;
}
.custom_table_four_row td{
    width: 25%;
}
.custom_table_five_row{
    width: 100%;
    margin: 0;
}
.custom_table_five_row td{
    width:20%
}
.table caption{
    color: #383838;
}
.arrow_section{
    position: relative;
}
.arrow_section td:first-child{
    padding-right: 35px;
}
.arrow_section::after {
    content: "";
    position: absolute;
    margin: auto;
    height: 185px;
    width: 100px;
    background-repeat: no-repeat;
    background-image: url('../images/table_arrows.png');
    background-size: 64%;
    top: -11px;
    bottom: 0;
    left: 40px;
    right: 0;
}
.internship_listing{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:25px;
    margin: 0 0 25px 0;
}
.internship_list {
    background-color: #D1D1D1;
    padding: 10px;
    display: grid;
    justify-content: center;
    align-items: center;
    line-height: normal;
    text-align: center;
    transition-duration: 0.7s;
}
.internship_list:hover{
    transform: translateX(5px);
}
.internship_details_heading {
    font-family: 'Raleway-SemiBold';
    font-size: 15px;
    line-height: normal;
    margin: 0 0 5px 0;
}
.internship_details_box{
    margin: 0 0 25px 0;
}
.internship_details_box p{
    margin: 0;
}
.table_heading{
    font-family: 'Raleway-SemiBold';
    font-size: 15px;
    line-height: normal;
    margin: 0 0 8px 0;
}
.consultancy_box .custom_listing{
    margin: 20px 0;
}
.two_rows{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* ===================== RESEARCH CELL PAGE END ====================== */
/* ================== INFRASTUCTURE PAGE START =================== */
.infrasturcture_section{
    margin: 0 0 64px 0;
}
.infrastructure_listing .content_box {
    margin: 0 0 20px 0;
}
.infrastructure_listing{
    margin: 0 0 40px 0;
}
.content_box p{
    margin: 0 0 5px 0;
}

.two_slides_slider .custom-arrow img {
    max-width: 30px;
}
.two_slides_slider .slick-prev, .two_slides_slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -5%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
}
.two_slides_slider .slick-prev {
    left: inherit;
    right: 3%;
    transform: rotate(180deg);
}
.two_slides_slider .slick-next{
    right: 0;
}

.three_img{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.image_box{
    height: 315px !important;
    width: 100% ;
}
.image_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.Matribhasha-diwas-page .image_box img{
    object-position: top;
}

.three_slides_slider .owl-dots,
.mobile_slider .owl-dots{
    text-align: end;
}
.three_slides_slider .owl-dots .owl-dot span,
.mobile_slider .owl-dots .owl-dot span {
    height: 8px;
    width: 8px;
    margin: 0 0 0 5px;
    display: inline-block;
    background: #bfbfbf !important;
}
.three_slides_slider .owl-dots .owl-dot.active span, 
.three_slides_slider .owl-dots .owl-dot:hover span,
.mobile_slider .owl-dots .owl-dot.active span, 
.mobile_slider .owl-dots .owl-dot:hover span {
    background: #393939 !important;
}
/* ================== INFRASTUCTURE PAGE END =================== */

/* ================= HOSTEL CHARGES PAGE START ================= */
.hostel_charges_box p span{
    font-family: 'PlayfairDisplay-Bold';
}
.pdf_mainBox a{
    width: 100%;
    margin: 0 0 15px;
}

.pdf_box {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
    gap: 0px;
    padding: 6px 15px 6px 10px;
    background-color: #39393921;
    width: 100%;
}
.pdf_text {
    line-height: normal;
}
.pdf_icon {
    padding: 2px;
    width: 40px;
}
.abc_content_mainBox .pdf_box{
    gap: 8px;
}
.abc_videos{
    border: 1px solid #f6f6f6;
}
.grid-one .pdf_wrapper{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.international_student_contact_list {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 10px;
    margin: 0 0 10px 0;
}
.internatioal_student_contact_text a:hover{
    color: #009488;
}
.career_position_listing {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px 0 20px;
}
.career_position_list {
    border: 1px solid #009488;
}
.career_position_list .custom_listing {
    padding: 0px 20px ;
}
.career_position_heading {
    font-family: 'Raleway-SemiBold';
    margin: -20px auto 0px;
    display: flex;
    justify-content: center;
    background-color: #FFF;
    width: fit-content;
    padding: 10px;
}
/* ================= HOSTEL CHARGES PAGE END ================= */
/* ========== COVID PAGE START ============== */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 180px;
    perspective: 1000px;
    margin: 0 0 20px 0;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    border-bottom: 5px solid #FC7651;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flip-card-front {
    background-color: #D9D9D9;
    color: #000;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.flip-card-back {
    background-color: #00968A;
    color: #FFF;
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D9D9D9;
    padding: 0 10px;
}
.flip_front_heading{
    font-size: 16px;
    font-family: 'Raleway-Medium';
    max-width: 90%;
}
.green_color{
    color: #009F93;
}
.flip-card .color_buttonBox div{
    padding: 0;
    height: 5px;
    display: none;
}
.flip_front_img img {
    max-width: 50px;
}
.flip_front_img.eduwiz_logo img {
    max-width: 70px;
}

/* ========== COVID PAGE END ============== */
/* ============ LIBRABY PAGES START ================= */
.rules_listing {
    margin: 0 0 20px 0;
}
.rules_listing p{
    margin: 0 0 0px 0;
}
.library_secvice_box p{
    margin: 0;
}
.service_list{
    margin: 0 0 20px 0;
}
.benefit_list{
    margin: 20px 0;
}
.url_listing{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 10px;
}
.url_list a {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    line-height: normal;
    align-items: center;
    background-color: #D1D1D1;
    padding: 8px 10px;
}

.url_list a:hover{
    background-color:#009488;
    color: #FFF !important;
}
.url_list a img{
    background-color: #42cfc9;
    padding: 5px;
    border-radius: 100%;
    display: none;
}
.library_staff p{
    margin: 0 0 5px 0;
}
.library_staff p span{
    font-family: 'Raleway-Medium';
}
.precaution_listing{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px ,1fr));
    gap: 20px;
}
.about_library_columns_box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px , 1fr));
    gap: 20px;
}
.about_library_columns_list p:last-child{
    margin: 0;
}
.about_library_columns_last_list{
    grid-column: 1/3;
}
.listing_without_marker ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.about_library_content_url_mainBox {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px ,1fr));
    gap: 10px;
}
.about_library_content_url_mainBox .url_listing {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}
/* ============ LIBRABY PAGES END ================= */

/* ==============TABBING SECTION START ============== */
.tabbing_wrap .nav-pills{
    display: grid;
    gap:20px;
    grid-template-columns: repeat(auto-fit,minmax(200px, 1fr));
}
.tabbing_wrap.three_tabs .nav-pills{
    grid-template-columns: repeat(auto-fit,minmax(270px, 1fr));
}

.tabbing_wrap .nav-pills .nav-link {
    background-color: #D1D1D1;
    padding: 10px;
    display: grid;
    justify-content: center;
    align-items: center;
    line-height: normal;
    text-align: center;
    border-radius: 0;
    font-size: 14px;
    color: #000;
    width: 100%;
    height: 100%;
    transition-duration: 0.4s;
}
.tabbing_wrap .nav-pills .nav-link:hover{
    background-color: #00968A;
    color: #FFF;
}
.tabbing_wrap .nav-pills .nav-link.active, 
.tabbing_wrap .nav-pills .show>.nav-link{
    color: #fff;
    position: relative;
    background-color: #00968A;
    
}
/* .tabbing_wrap .nav-pills .nav-link.active::after, 
.tabbing_wrap .nav-pills .show>.nav-link::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    right: 0;
    bottom:-10px;
    margin: 0 auto;
    background-color: #00968A;
    transform: rotate(45deg);
    z-index: -1;
} */
.tabbing_wrap .tab-content{
    margin: 30px 0;
}

/* ==============TABBING SECTION END =============== */
/* ============== ACADEMIC OVERVIEW PAGE START =========== */

.overview_details_list p{
    margin: 0 0 5px 0;
}
.overview_details_list p:last-child{
    margin: 0;
}
.overview_details_subListing{
    margin: 0 0 15px 0;
}
.overview_details_subList p{
    margin: 0 0 5px 0;
}
.steps_listing {
    display: grid;
    grid-template-columns: 100px 1fr;
    margin: 0 0 10px 0;
    gap: 5px;
    border: 1px solid #b9b9b9;
}
.step_count {
    align-self: center;
    background-color: #b9b9b9;
    height: 100%;
    padding: 10px;
}
.step_data{
    align-self: center;
    padding: 5px 10px;
}
.overview_details_subListing{
    margin: 0 0 20px 0;
}
.download_btn a{
    width: 100%;
    margin: 0 0 20px 0;
}

/* ============== ACADEMIC OVERVIEW PAGE START =========== */

/* ============PROGRAM STRUCTURE PAGE START ========== */
.program_structure_pdf_listing .download_btn{
    margin: 0 0 20px 0;
}
/* ============PROGRAM STRUCTURE PAGE END ========== */
/* ============== ACADEMIC FEE PAGE START =============== */
.bank_logo {
    max-width: 56%;
}
.academic_fess_contentBox_list{
    margin: 0 0 30px 0;
}
.academic_fess_contentBox_list p{
    margin: 0;
}
.loan_offer_mainBox_list {
    border-bottom: 0.5px solid #000000;
    padding: 6px 0;
}
.loan_offer_mainBox_list:last-child{
    border-bottom: 0;
}
.loan_bank_box_list a:hover{
    color: #009488;
}
/* ============== ACADEMIC FEE PAGE START =============== */
/* =========== ELIGIBILITY PAE START ============== */
.eligibility_section .eligibility_content_box{
    margin: 0 0;
}

.eligibility_content_box{
    margin: 0 0 25px 0;
}
.eligibility_content_box p{
    margin: 0 0 5px 0;
}
.student_intake_box{
    margin: 0 0 25px 0;
}
/* =========== ELIGIBILITY PAE START ============== */
.circular_pdfs{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.publication_image_box {
    border: 1px solid #F5F5F5;
    padding: 10px;
    text-align: center;
    margin: 0 0 10px 0;
}
/* ============ FACULTY PAGE START ================== */
.faculty_profile_box{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 20px;
    row-gap: 30px;
}
.faculty_profile_photo {
    width: 100%;
    height: 100%;
}
.faculty_profile_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.faculty_profile_details_box{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.faculty_profile_details.desktop_view{
    display: block;
}
.faculty_profile_details.mobile_view{
    display: none;
}
.faculty_profile_details {
    grid-column: 1/-1;
    grid-row: 2/3;
}
.faculty_profile_details_listing{
    grid-column: 1/-1;
    grid-row: auto;
}
.faculty_profile_details.second_row {
    grid-column: 1/-1;
    grid-row: 4/5;
}
.faculty_profile_details.third_row {
    grid-column: 1/-1;
    grid-row: 6/7;
}
.faculty_profile_details.fourth_row{
    grid-column: 1/-1;
    grid-row: 8/9;
}
.faculty_profile_details_listing .faculty_profile_details_leftBox{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.faculty_profile_details_listing.list2 .faculty_profile_details_leftBox .faculty_profile_details_block2,
.faculty_profile_details_listing.list10 .faculty_profile_details_leftBox .faculty_profile_details_block2,
.faculty_profile_details_listing.list14 .faculty_profile_details_leftBox .faculty_profile_details_block2,
.faculty_profile_details_listing.list18 .faculty_profile_details_leftBox .faculty_profile_details_block2,
.faculty_profile_details_listing.list22 .faculty_profile_details_leftBox .faculty_profile_details_block2  {
    grid-column: 2/3;
}
.faculty_profile_details_listing.list2 .faculty_profile_details_leftBox .faculty_profile_details_block3,
.faculty_profile_details_listing.list10 .faculty_profile_details_leftBox .faculty_profile_details_block3,
.faculty_profile_details_listing.list14 .faculty_profile_details_leftBox .faculty_profile_details_block3,
.faculty_profile_details_listing.list18 .faculty_profile_details_leftBox .faculty_profile_details_block3,
.faculty_profile_details_listing.list22 .faculty_profile_details_leftBox .faculty_profile_details_block3  {
    grid-column: 3/5;
    margin: 0 0 0 10px;
}
.faculty_profile_details_listing.list3 .faculty_profile_details_leftBox .faculty_profile_details_block2,
.faculty_profile_details_listing.list7 .faculty_profile_details_leftBox .faculty_profile_details_block2,
.faculty_profile_details_listing.list11 .faculty_profile_details_leftBox .faculty_profile_details_block2,
.faculty_profile_details_listing.list15 .faculty_profile_details_leftBox .faculty_profile_details_block2,
.faculty_profile_details_listing.list19 .faculty_profile_details_leftBox .faculty_profile_details_block2{
    grid-column: 3/4;
}
.faculty_profile_details_listing.list3 .faculty_profile_details_leftBox .faculty_profile_details_block3,
.faculty_profile_details_listing.list7 .faculty_profile_details_leftBox .faculty_profile_details_block3,
.faculty_profile_details_listing.list11 .faculty_profile_details_leftBox .faculty_profile_details_block3,
.faculty_profile_details_listing.list15 .faculty_profile_details_leftBox .faculty_profile_details_block3,
.faculty_profile_details_listing.list19 .faculty_profile_details_leftBox .faculty_profile_details_block3{
    grid-column: 1/3;
    grid-row: 1/2;
    margin: 0 0 0 10px;
}
.faculty_profile_details_listing.list4 .faculty_profile_details_leftBox .faculty_profile_details_block2,
.faculty_profile_details_listing.list8 .faculty_profile_details_leftBox .faculty_profile_details_block2,
.faculty_profile_details_listing.list12 .faculty_profile_details_leftBox .faculty_profile_details_block2,
.faculty_profile_details_listing.list16 .faculty_profile_details_leftBox .faculty_profile_details_block2,
.faculty_profile_details_listing.list20 .faculty_profile_details_leftBox .faculty_profile_details_block2 {
    grid-column: 4/5;
}
.faculty_profile_details_listing.list4 .faculty_profile_details_leftBox .faculty_profile_details_block3,
.faculty_profile_details_listing.list8 .faculty_profile_details_leftBox .faculty_profile_details_block3,
.faculty_profile_details_listing.list12 .faculty_profile_details_leftBox .faculty_profile_details_block3,
.faculty_profile_details_listing.list16 .faculty_profile_details_leftBox .faculty_profile_details_block3,
.faculty_profile_details_listing.list20 .faculty_profile_details_leftBox .faculty_profile_details_block3{
    grid-column: 2/4;
    grid-row: 1/2;
    margin: 0 0 0 10px;
}
.faculty_profile_details_listing.list1 .faculty_profile_details_leftBox .faculty_profile_details_block3,
.faculty_profile_details_listing.list5 .faculty_profile_details_leftBox .faculty_profile_details_block3,
.faculty_profile_details_listing.list9 .faculty_profile_details_leftBox .faculty_profile_details_block3,
.faculty_profile_details_listing.list13 .faculty_profile_details_leftBox .faculty_profile_details_block3,
.faculty_profile_details_listing.list21 .faculty_profile_details_leftBox .faculty_profile_details_block3   {
    grid-column: 2/4;
    margin: 0 0 0 10px;
}
.faculty_profile_details_listing.list6 .faculty_profile_details_leftBox .faculty_profile_details_block2{
    grid-column: 2/3;
}
.faculty_profile_details_listing.list6 .faculty_profile_details_leftBox .faculty_profile_details_block3{
    grid-column: 3/5;
    margin: 0 0 0 10px;
}
.faculty_profile_details_listing.list7 .faculty_profile_details_leftBox .faculty_profile_details_block2{
    grid-column: 3/4;
}
.faculty_profile_details_listing.list7 .faculty_profile_details_leftBox .faculty_profile_details_block3 {
    grid-column: 1/3;
    grid-row: 1/2;
    margin: 0 0 0 10px;
}
.faculty_profile_details_listing{
    scroll-margin-top: 230px;
}

.faculty_profile_list {
    text-align: center;
    cursor: pointer;
    transition-duration: 0.3s;
}
.faculty_profile_list:hover
{
    background-color: #D9D9D9;
}
.faculty_profile_list.active,
.faculty_profile_list.active:hover{
    background-color: #FC7651;
    color: #FFF;
}
.faculty_profile_list:hover .faculty_name{
    color: #00968A;
}
.faculty_profile_list.active .faculty_name,
.faculty_profile_list.active:hover .faculty_name{
    color: #FFF;
    font-family: 'Raleway-Bold';
}
.faculty_subData p{
    margin: 0 0 5px 0;
}

.faculty_profile_data {
    margin: 10px 0;
}

.faculty_name {
    font-family: 'Raleway-SemiBold';
    font-size: 15px;
}
.faculty_profile_details_list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.faculty_profile_details_content{
    /* grid-column: 2/5; */
    grid-column: 1/5;
}
.faculty_profile_details_block3 {
    grid-column: 2/5;
    margin: 0 0 0 10px;
}
.faculty_profile_details_leftBox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.faculty_profile_details {
    text-align: left;
    margin: 0 0 10px 0;
}
.faculty_subheading {
    font-family: 'Raleway-SemiBold';
    border-bottom: 1px solid;
    font-size: 16px;
    padding: 0 0 3px 0;
    margin: 0 0 3px 0;
}
.faculty_subData ul{
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
}
.faculty_subData ul li{
    line-height: 18px;
}
.faculty_subData  a:hover{
    color: #00968A;
}
.faculty_nameBox{
    margin: 0 0 10px 0;
}
.research_profile ul {
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
}
.faculty_profile_details.faculty_nameDetails {
    background-color: #009488;
    color: #FFF;
    padding: 5px;
    text-align: center;
    margin: 10px 0 0 0;
}
/* ============ FACULTY PAGE END ================== */

/* =========== ACADEMIC BANK CREDITS PAGE START ========== */
.abc_content_mainBox{
    margin: 0 0 25px 0;
}
/* =========== ACADEMIC BANK CREDITS PAGE END ========== */

/* ============ PROGRAM PAGE START ============== */
.program_deatils_box .custom_listing ul li:last-child{
    margin-bottom: 1rem;
}
.program_deatils_box{
    margin: 0 0 1rem 0;
}
.program_heading.text-start {
    color: #fc7651;
}
/* ============ PROGRAM PAGE END ============== */

/* ============ FAQ'S PAGE START =============== */
.accordion-flush .accordion-item{
    margin: 0 0 10px 0;
}
.cell_pdf,
.accordion-flush .accordion-item .accordion-button, 
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    background-color: #D9D9D9;
    padding: 7px 20px;
    font-size: 14px;
}
.cell_pdf{
    position: relative;
}
.cell_pdf::after {
    position: absolute;
    right: 20px;
    background-image: url('../../assets/images/link.svg');
    top: 9px;
    background-size: 100%;
    content: "";
    height: 16px;
    width: 16px;
    z-index: 10;
    background-repeat: no-repeat;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #D9D9D9;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed){
    font-family: 'Raleway-Medium';
    color: #000;
}
.accordion-button::after,
.accordion-button:not(.collapsed)::after{
    background-image: url(../images/faq_arrow.svg);
}
.accordion-body {
    padding: 6px 20px 10px;
}
.accordion-body p{
    margin: 0;
}
.accordion-header a{
    width: 100%;
}
/* ============ FAQ'S PAGE END ================= */

/* ================== CDSE PAGE START ============*/
.cdse_box:not(:last-child){
    margin: 0 0 25px 0;
}
.cdse_box p{
    margin: 0;
}
/* ================== CDSE PAGE END ============*/
/* ============ CONTACT US PAGE START ============= */
.contact_details_box{
    height: 100%;
    margin: 0 0 15px 0;
}
.contact_icon {
    background: #fff;
    border-radius: 30px;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 0;
    border: 1px dashed #666;
}
.contact_us_box svg {
    color: #333;
}
.contact_list:hover .contact_icon svg {
    color: #009488;
}
.contact_list .contact_details a:hover {
    color: #FF314E;
}
.contact_list:hover .contact_icon{
    border-color: #009488;
}
.contact_list {
    display: grid;
    border-bottom: 0.5px solid #000000;
    padding: 10px 0;
    align-items: center;
    grid-template-columns: 40px 1fr;
}
.map_box{
    height: 100%;
}
.form_mainBox .form_group{
    margin: 0 0 20px 0;
}
.form_mainBox .form_group label{
    display: block;
    margin: 0 0 5px 0;
}
.form_mainBox {
    padding: 20px 40px;
    background-color: #39393921;
}
.form_mainBox .form_group input, .form_mainBox .form_group textarea {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px 12px;
    outline: none;
    border-radius: 0px;
    background-color: #fff;
    height: 40px;
}
.form_mainBox .form_group button {
    outline: 0;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
}

/* ============ CONTACT US PAGE END =============== */

/* =========== CAMPUS TOUR PAGE START ============= */
.campus_tour_mainBox{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.campus_video a{
    width: 95%;
}
.contact_details_list{
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}
.contact_details_list a:hover{
    color: #009F93;
}
.contact_apply_btn{
    margin: 20px 0 10px;
}
.campus_tour_mainBox .contact_details a{
    border-bottom: 1px solid;
}
/* =========== CAMPUS TOUR PAGE END =============== */
/* =========== BLOG DETAILS PAE START ============= */
.position__sticky {
    position: sticky !important;
    top: 160px;
}
.blog_inner_content{
    margin: 0 0 20px 0;
}
.blog_inner_content p:not(:last-child){
    margin: 0 0 10px 0;
}
.blog_inner_content .custom_listing ul li {
    position: relative;
    padding: 0px 0 10px 18px;
}
.blog_step_list:not(:last-child) {
    margin: 0 0 10px 0;
    border-bottom: 1px dashed;
}
.blog_step_list .step_heading {
    font-size: 16px;
    color: #009488;
    font-family: 'PlayfairDisplay-Bold';
    padding: 0 0 10px 0;
}
.blog-inner-image {
    width: 100%;
}
.blog-inner-image img {
    width: 100%;
}
.blog_details_listing {
    margin: 0 0 30px 0;
}
/* =========== BLOG DETAILS PAE START ============= */

/* =========== STUDENT INITIATIVE DETAILS PAGE START ============ */
.student_initiative_details_mainBox{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    row-gap: 25px;
    margin: 0 0 25px 0;
    height: 100%;
}
.student_initiative_details_img figure{
    margin: 0 0 25px 0;
    text-align: center;
}
.student_initiative_details_img figcaption {
    font-family: Raleway-SemiBold;
    line-height: normal;
    color: #00968a;
    text-align: center;
    padding: 5px 0;
}
.student_initiative_title{
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-family: Raleway-SemiBold;
    font-size: 16px;
    line-height: normal;
    margin: 10px 0;
    min-height: 38px;
}
.student_initiative_desc{
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.student_initiative_listing_img{
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(237, 237, 237, 0.73);
    height: 190px;
}
/* =========== STUDENT INITIATIVE DETAILS PAGE END ============ */

/* =========== STUDENT PORTFOLIO PAGE START =========== */
.student_portfolio_mianBox{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}
.ag-photo-gallery_figure{
    margin: 0;
}
.ag-photo-gallery_figure a{
    width: 100%;
    height: 230px;
    border: 1px solid #F6F6F6;
}
.ag-photo-gallery_figure a img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    object-position: top;
}
.portfolio_img .ag-photo-gallery_figure a img{
    width: 100%;
    height: 100%;
    object-fit:fill;
    object-position: top;
}
.exam_link {
    width: max-content !important;
}
.exam_link:hover{
    color: #009488;
}

/* =====TRAINING AND PLACEMENT CELL PAGE START==== */
.higher_package_mainBox {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 15px 0 0 0;
}
.higher_package_img{
    width: 40px;
}
.higher_package_img img{
    max-width: 100%;
}
.higher_package_content{
    font-family: PlayfairDisplay-Bold;
    font-size: 16px;
}
.campanies_logo_listing {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px;
}
.campanies_logo_listing .logo_box {
    text-align: center;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.campanies_logo_listing .logo_box img {
    max-height: 80px;
}
.campanies_logo_listing .logo_box:hover {
   border: 1px solid #009488;
}
/* =====TRAINING AND PLACEMENT CELL PAGE END====== */
.testi_main_box_list{
    margin: 0 0 40px 0;
}
.testi_main_box_list.list2{
    margin: 40px 0 0 0;
}
/* ========== GALLERY PAGE START ============ */
.gallery_mainBox .student_initiative_title {
    font-family: Raleway-SemiBold;
    font-size: 16px;
    line-height: normal;
    margin: 10px 0;
    min-height: auto;
}
/* ========== GALLERY PAGE END ============ */

/*pop up stat*/

.popup-overlay-nagpur {
   position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-box-nagpur {
    background: #fff;
    width: 90%;
    max-width: 450px;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    animation: fadeIn 0.3s ease-in-out;
}

.close-btn-nagpur {
     position: absolute;
    top: 8px;
    right: 12px;
    font-size: 28px;
    cursor: pointer;
    color: #333;
}
.popup-btn-nagpur {
    display: inline-block;
    background: #0073e6;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
}

/* Button Hover */
.popup-btn-nagpur:hover {
    background: #005bb5;
}

/* Fade Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

/*pop up end*/




/* =============== MEDIA QUERY START ================ */
@media (min-width: 1399.98px) {
    .arrow_section::after {
        content: "";
        position: absolute;
        margin: auto;
        height: 214px;
        width: 100px;
        background-repeat: no-repeat;
        background-image: url('../images/table_arrows.png');
        background-size: 56%;
        top: 40px;
        bottom: 0;
        left: 74px;
        right: 0;
    }
    .event_years {
        padding: 10px 65px;
    }
    .search_popup{
        min-width:800px;
    }
}
@media (max-width:1399.98px){
    .navbar{
        grid-template-columns: 300px 1fr;
    }
    .brand img {
        max-width: 315px;
    }
    .menu__inner{
        gap: 3px;
    }
    .top_margin {
        margin: 140px 0 0 0;
    }
}
@media (max-width: 1280px){
    .inner_submenu.bottom_menu{
        top: inherit;
        bottom: 0;
    }
    .subinner_submenu.bottom_menu{
        top: inherit;
        bottom: 0;
    }
}
@media (max-width: 1100px){
    
    .left_menu .subinner_submenu, .left_menu .inner_submenu {
        position: absolute;
        z-index: 100;
        top: 0px;
        left: -200px;
        padding: 8px 0;
        right: 0;
        width: 200px;
        height: auto;
        padding: 10px 10px 10px 20px;
        background-color: #fff;
        display: none;
        transition: all 0.35s ease-in-out;
    }
}
@media (max-width: 1200px) {
    .color_buttonBox div{
        font-size: 12px;
    }
    .navbar {
        display: grid;
        grid-template-columns: 300px 1fr;
    }
    .brand img {
        max-width: 300px;
    }
    .menu .menu__inner .menu__item .menu__link{
        font-size: 12px;
    }
    .menu__item a {
        font-size: 12px;
    }
    .menu__inner {
        gap: 1px;
    }
    .flip-card-back p{
        font-size: 12px;
        margin: 0;
    }
    .flip_front_heading{
        font-size: 14px;
    }
    .arrow_section::after {
        content: "";
        position: absolute;
        margin: auto;
        height: 147px;
        width: 94px;
        background-repeat: no-repeat;
        background-image: url('../images/table_arrows.png');
        background-size: 47%;
        top: 14px;
        bottom: 0;
        left: 60px;
        right: 0;
    }
    .event_years {
        padding: 10px 40px;
    }
    
}
@media (max-width: 1024px) {
    .toggle_close_logo{
        display: block;
        cursor: pointer;
        text-align: end;
        position: absolute;
        right: 25px;
    }
    .toggle_open_logo {
        display: block;
        text-align: end;
        cursor: pointer;
    }
    .navbar__right {
        position: fixed;
        top: 0;
        right: 0;
        background: #FF314E;
        max-width: 100%;
        width: 350px;
        height: 100%;
        z-index: 999;
        padding: 20px;
        overflow: hidden;
        transform: translateX(100%);
        transition: all 0.4s ease-in-out;
    }
    .menu_open .overlay {
        opacity: 1;
        visibility: visible;
    }
    .menu_open .navbar__right {
        transform: translateX(0);
            min-width: 50%;
            width: 80%;
    }
    .menu__item.home_menu .home-text{
        display: block;
    }
    .menu__item.home_menu img {
        max-width: 18px;
        position: relative;
        top: 0;
        left: 0;
    }
    .menu__item.home_menu .home-icon,
    .menu__item.home_menu .home-hover{
        display: none;
    }
    .menu__item.home_menu:hover .home-hover{
        display: none;
        max-width: 18px;
    }

    /* .menu .menu__inner {
        top: 30px;
        display: grid;
        grid-template-columns: 1fr;
    } */
    .menu .menu__inner {
        top: 30px;
        display: grid;
        grid-template-columns: 1fr;
        height: 100%;
    }
    .menu__item.header_search {
        grid-row: 1/2;
        border-bottom: 1px dashed #ffffff;
        padding:10px;
        position: relative;
        color: #FFF;
        display: flex;;
    }
    .menu__item.header_search::after{
        content:"Search";
        position: absolute;
        left: 35px;
        color: #ffffff;
        font-size: 16px;
        font-family: Raleway-Medium;
    }
    .menu__inner {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: baseline;
        justify-content: flex-end;
        position: relative;
        bottom: 0;
        right: 0;
    }
    .menu .menu__inner .menu__item {
        list-style-type: none;
        width: 100%;
    }
    .menu .menu__inner .menu__item a,
    .menu .menu__inner .menu__item .menu__link{
        display: block;
        padding: 10px;
        border-bottom: 1px dashed #ffffff;
        color: #ffffff;
        font-size:16px;
    }
    .menu .menu__inner .menu__item a:hover,
    .menu .menu__inner .menu__item .menu__link:hover{
        color: #FFF;
        font-weight: 600;
    }
    .menu__item.menu__dropdown.menu-active {
        position: absolute;
        top: 0;
        z-index: 9;
    }
    .menu .menu__inner .menu__item.menu__dropdown.menu-active > .submenu{
        position: relative;
        top: 0;
        height: 100vh;
    }

    .menu .menu__inner .menu__item.menu__dropdown.menu-active > .submenu .submenu__list,
    .subinner_submenu_list{
        height: 80vh;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none;
    }
    .innermenu__dropdown.menu-active .submenu-active {
        background-color: #FF566E;
        color: #FFF;
    }
    .sub_inner_dropdown.menu-active .inner-submenu-active {
        background-color: #ff687e;
        color: #FFF;
    }
    .submenu__list li a:hover{
        color: #FFF !important;
    }
    .menu .menu__inner .menu__item a:hover, .menu .menu__inner .menu__item .menu__link:hover{
        font-weight: 400;
    }
    .menu .menu__inner .menu__item.menu-active .menu__link{
        color: #FFDB60;
    }
    .innermenu__dropdown.menu-active,
    .sub_inner_dropdown.menu-active {
        position: absolute !important;
        top: 0;
        z-index: 1;
        width: 100%;
    }
    li.menu__item.menu__dropdown {
        background-image: url(../images/menu_mobile_arrow.svg);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 15px;
    }
    .innermenu__dropdown.menu-active .active{
        color: #FFDB60;
        background-color: #FF314E;
        background-image: url(../images/back_arrow.png);
        background-repeat: no-repeat;
        background-position: left;
        background-size: 15px;
        padding: 10px 0 10px 20px !important;
    }
    .innermenu__dropdown.menu-active .active .droparrow{
        display: none;
    }
    .innermenu__dropdown.menu-active .inner_submenu.submenu-active,
    .sub_inner_dropdown.menu-active .inner-submenu-active {
        height: 100vh;
        left:-1px;
    }
    .heading {
        font-size: 24px;
    }
    .search_popup {
        top: 0;
        background-color: transparent;
        padding: 0px 0;
        border-radius: 0;
        min-width: 100%;
    }
    .search_popup input[type="text"] {
        width: 100%;
    }
    .search_popup .search_go{
        width:30%;
    }
    .submenu {
        position: absolute;
        z-index: 100;
        top: 38px;
        left: inherit;
        right: 0;
        width: 100%;
    }
    .inner_submenu.submenu-active,
    .subinner_submenu.inner-submenu-active {
        position: relative;
        left: 0;
        padding: 8px 0;
        right: 0;
        width: 100%;
        height: auto;
    }
    .submenu__list li {
        text-align: start;
    }
    .submenu__list li a{
        padding: 8px 20px;
        font-size:15px;
    }
    .menu__link.active{
       background-image: url(../images/back_arrow.png);
        background-repeat: no-repeat;
        background-position: left;
        background-size: 15px;
        padding: 10px 0 10px 20px !important;
        color: #FFDB60 !important;
    }
    .color_buttonBox div {
        font-size: 9px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navbar {
        grid-template-columns: 280px 1fr;
    }
    .menu__inner {
        gap: 1px;
    }
    .menu .menu__inner .menu__item .menu__link,
    .menu__item a{
        font-size: 16px;
    }
    .menu .menu__inner .menu__item.menu-active .menu__link::after{
        display:none;
    }
    .color_buttonBox div {
        font-size: 9px;
    }
    .color_buttonBox .blink{
        padding: 9px 0;
    }
    .siu_link_box {
        right: -57px;
    }
    .siu_link_box a{
        font-size: 10px;
    }
    
    .brand img {
        max-width: 300px;
    }
    .news_mainbox .slick-prev {
        bottom: -25.5%;
    }
    .news_mainbox .slick-next {
        bottom: -25.5%;
    }
    .grid-one .pdf_wrapper{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991.98px) {
    
    .program_heading {
        font-size: 15px;
        margin: 10px 0 5px 0;
    }
    .news_subheading {
        font-size: 16px;
    }
    .collaboraters_listingBox {
        width: 170px;
        height: 80px !important;
    }
    .collaboraters_img img{
        padding: 10px;
    }
    .button_box {
        padding: 6px 6px;
        font-size: 14px;
    }
    .event_box_list .slick-next{
        right: -2% !important;
    }
    .event_box_list .slick-prev {
        left: 71% !important;
    }
    .news_mainbox .slick-prev {
        left: 60% !important;
    }
    .google_map_box{
        height: 200px;
    }
    .arrow_section::after{
        display: none;
    }
    /* EVENT PAGE START */
    .event_Listing_mainBox {
        display: grid;
        grid-template-columns: auto auto;
        row-gap: 15px;
    }
    /* EVENT PAGE END */
    .event_Listing_mainBox {
        grid-template-columns: repeat(3, 1fr); /* Three equal columns */
    }
    .event_Listing_mainBox .list1{
        grid-column: span 3; /* Span full width for better readability */
    }
    .event_Listing_mainBox .list5 {
        grid-column: span 2; /* Span full width for better readability */
    }
    .event_list_img {
        height: 180px;
    }
    /* faculty details page start */
    
    
    /* faculty details page end */
    .position__sticky {
        position: sticky !important;
        top: 130px;
    }
    .event_listBox.list2 {
        grid-column: 3/5;
    }
    .event_listBox.list3 {
        grid-column: 1/3;
    }
    .event_listBox.list4 {
        grid-column: 3/5;
    }
    .event_listBox.list6 {
        grid-column: 3/5;
    }
    .other_event_listBox.list3 {
        grid-column: 1/5;
        grid-row: 13 span;
    }
    .other_event_listBox.list2 {
        grid-column: 3/5;
    }
    .other_event_listBox.list4 {
        grid-column: 1/3;
    }
}

@media (max-width: 767.98px) {
    .color_buttonBox div{
        display: none;
    }
    .color_buttonBox .mobile_show{
        display: block;
    }
    .color_buttonBox .mobile_show div{
        display: block;
    }
    .color_button5.mobile_show {
        margin: 0 2px 0 0;
        min-height:42px;
    }
    .color_button6.mobile_show {
        margin: 0 0px 0 2px;
        min-height:42px;
    }
    .color_buttonBox div{
        width: 100%;
        margin: 0 2px;
    }
    .color_border_box .color_buttonBox div{
        padding: 0;
        height: 4px;
        display: block;
        margin: 0;
    }
    .color_buttonBox .blink{
        margin: 0;
        min-height: 10px;
        position: relative;
        padding: 0;
        font-size: 11px !important;
    }
    .siu_link_box {
        display:block !important;
    }
    .siu_link_box a {
        text-align: right;
        position: absolute !important;
        top: -26px;
        display: block;
        right: 56px;
        width: 100%;
        margin: 0;
        font-size:12px;
    }
    .navbar{
        align-items: center;
    }
    .program_listing_Box {
        grid-template-columns: repeat(3, 1fr); 
    }
    .gallery_section_mainBox {
        flex-wrap: wrap;
    }
    .gallery_mainbox {
        width: 100%;
    }
    .event_mainbox,
    .news_mainbox{
        width: 48%;
    }
    .news_mainbox .slick-prev {
        left: 80% !important;
    }
    .news_box {
        margin: 8px 0 0;
    }
    .about_sspad_rightbox.aboutImg_sspad {
        height: auto;
    }
    .about_sspad_rightbox.aboutImg_sspad img {
        object-fit: contain;
    }
    .event_box_list .slick-prev {
    left: 78% !important;
    }
    .event_box_list .slick-next {
        right: 3% !important;
    }
    .event_Listing_mainBox {
        grid-template-columns: repeat(2, 1fr); /* Two equal columns */
    }
    .event_Listing_mainBox .list1,
    .event_Listing_mainBox .list5 {
        grid-column: span 2; /* Span full width for readability */
    }
    .event_list_img {
        height: 250px;
    }
    .sspad_event_img{
        height: 100%;
        width: 100%;
    }
    .sspad_event_img img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .student_event_Listing_mainBox {
        grid-template-columns: 1fr 1fr;
    }
    .sspad_events_mainBox{
         grid-template-columns: 1fr;
    }
    .about_sspad_leftbox,
    .event_page_mainBox,
    .sspad_sectionBox,
    .vision_mission_section{
        margin: 0 0 40px 0;
    }
    .column_two {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .director_mainBox {
        flex-direction: column;
    }
    .director_imgBox .imgBox {
        width: 100%;
        height: 100%;
    }
    .director_imgBox .imgBox img {
        width: 100%;
        height: 100%;
    }
    .internship_listing {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .two_rows{
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .flip-card-back p {
        font-size: 14px;
        margin: 0;
    }
    .flip_front_heading {
        font-size: 15px;
        line-height: normal;
    }
    .about_library_columns_last_list {
        grid-column: auto;
    }
    .about_library_content_url_mainBox {
        grid-template-columns: repeat(auto-fit, minmax(200px ,1fr));
    }
    .faculty_profile_box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    /* faculty details page start */
    .faculty_profile_details_list {
        gap: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .faculty_profile_photo {
        position: unset;
    }
    .faculty_profile_details_list {
        grid-template-columns: repeat(3, 1fr);
    }
    .faculty_profile_details_block2 {
        grid-column: 1/-1 !important;
    }
    .faculty_profile_details_block3 {
        grid-column: 1/-1 !important;
        margin: 0 0 0 0px !important;
        grid-row: inherit !important;
    }
    .faculty_profile_details_listing.list1{
        grid-row: 2/3;
    }
    .faculty_profile_details_listing.list2{
        grid-row: 2/3;
    }
    .faculty_profile_details_listing.list2 .faculty_profile_details,
    .faculty_profile_details_listing.list4 .faculty_profile_details,
    .faculty_profile_details_listing.list6 .faculty_profile_details,
    .faculty_profile_details_listing.list8 .faculty_profile_details,
    .faculty_profile_details_listing.list10 .faculty_profile_details,
    .faculty_profile_details_listing.list12 .faculty_profile_details,
    .faculty_profile_details_listing.list14 .faculty_profile_details,
    .faculty_profile_details_listing.list16 .faculty_profile_details,
    .faculty_profile_details_listing.list18 .faculty_profile_details,
    .faculty_profile_details_listing.list20 .faculty_profile_details,
    .faculty_profile_details_listing.list22 .faculty_profile_details{
        text-align: right;
    }
    .faculty_profile_details_listing.list2 .faculty_profile_details .research_profile ul,
    .faculty_profile_details_listing.list4 .faculty_profile_details .research_profile ul,
    .faculty_profile_details_listing.list6 .faculty_profile_details .research_profile ul,
    .faculty_profile_details_listing.list8 .faculty_profile_details .research_profile ul,
    .faculty_profile_details_listing.list10 .faculty_profile_details .research_profile ul,
    .faculty_profile_details_listing.list12 .faculty_profile_details .research_profile ul,
    .faculty_profile_details_listing.list14 .faculty_profile_details .research_profile ul,
    .faculty_profile_details_listing.list16 .faculty_profile_details .research_profile ul,
    .faculty_profile_details_listing.list18 .faculty_profile_details .research_profile ul,
    .faculty_profile_details_listing.list20 .faculty_profile_details .research_profile ul,
    .faculty_profile_details_listing.list22 .faculty_profile_details .research_profile ul {
        justify-content: flex-end;
    }
    .faculty_profile_details_listing.list5{
        grid-row: 4/5;
    }
    .faculty_profile_details_listing.list6{
        grid-row: 4/5;
    }
    .faculty_profile_details_listing.list9{
        grid-row: 6/7;
    }
    .faculty_profile_details_listing.list10{
        grid-row: 6/7;
    }
    .faculty_profile_details_listing.list13{
        grid-row: 8/9;
    }
    .faculty_profile_details_listing.list14{
        grid-row: 8/9;
    }
    .faculty_profile_details_listing.list17{
        grid-row: 10/11;
    }
    .faculty_profile_details_listing.list18{
        grid-row: 10/11;
    }
    .faculty_profile_details{
        margin: 0;
    }
    /* faculty details page end */
    .main_event_details_list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }
    .main_event_text{
        margin: 0 0 25px 0;
    }
    .main_event_other_img {
        height: 300px;
        width: 100%;
    }
    .main_event_other_img img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .main_event_contentBox .event_title {
        padding: 10px 0 10px 0;
    }
    /* EVENT PAGE START */
    .other_sspad_events_mainBox {
        /* grid-template-columns: 1fr; */
        display: block;
    }
    .event_page_mainBox .event_title a{
        padding: 0;
        min-height: auto;
    }
    .event_list_content{
        margin: 0 0 20px 0;
    }
    .other_event_listBox.list1 {
        grid-column: unset;
        grid-row: unset;
    }
    .other_event_listBox.list3 {
        grid-column: unset;
        grid-row: 5 / 6;
    }
    .other_event_listBox.list5 {
        grid-column: unset;
    }
    .other_event_headingBox {
        height: auto;
    }
    .campus_tour_mainBox,
    .event_list_content_listBox {
        grid-template-columns: 1fr;
    }
    /* EVENT PAGE END */
    /* BLOG DETAILS PAGE START */
    .position__sticky {
        position: relative;
        top: inherit;
    }
    /* BLOG DETAILS PAGE END */
    .student_council_box{
        margin: 0 0 20px 0;
    }
    .student_council_box_list{
        width: 100%;
        height: 100%;
    }
    .student_council_box_list img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .grid-one .pdf_wrapper{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .footer .heading{
        font-size: 20px;
    }
    .footer-bottom .footer-bottom-content {
        gap: 10px;
        flex-direction: column;
    }
    .footer-right {
        margin: 0 0 0 0;
    }
    .image_gallery_img{
        height:auto !important;
    }
    .student_testimonial_mainBox {
        display: flex;
        gap: 15px;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .faculty_profile_details_box {
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }
    .delayed-text {
        opacity: 0;
        animation: fadeInText 2s ease-in-out 3s forwards;
      }
    
      @keyframes fadeInText {
        to {
          opacity: 1;
        }
      }
}
@media (max-width: 576px){
    section.about_section{
        min-height:630px;
    }
    p.event-about-text {
        min-height: 200px;
    }
    
}
@media (max-width: 520px) {
    
    .search_popup{
        min-width: 100%;
    }
    
    .program_heading span,
    .program_portfoli span,
    .about_program span {
        display: inline-block;
    }
    .about_box_list{
        grid-template-columns: 1fr; 
    }
    .program_listing_Box {
        grid-template-columns: 1fr 1fr;
        justify-content: center; 
    }
    .program_listing_Box > :nth-child(5) {
        grid-column: 1 / 3; 
        justify-self: center;
        width: 50%; 
    }
    .gallery_section_mainBox{
        display: block;
    }
    .gallery_mainbox,
    .event_mainbox,
    .news_mainbox{
        width: 100%;
        margin: 0 0 20px 0;
    }
    .event_image {
        height: auto;
    }
    .footer_link_box {
        margin: 0 0 30px 0;
    }
    .footer_mainBox {
        padding: 60px 10px 30px;
    }
    .video_gallery_img:not(:nth-child(odd)),
    .video_gallery_img:not(:nth-child(even))  {
        margin: 0 0 0 0px;
    }
    .program_box .program_portfoli, .program_box .about_program {
        transform: translateY(0);
        color: #FFF;
        height: 35px;
        font-size: 16px;
    }
    .program_heading {
        font-size: 20px;
        margin: 10px 0;
    }
    .collaboraters_img img{
        padding: 5px;
    }
    .collaboraters_img:hover img{
        padding: 5px;
    }
    #top_btn img{
        display: none !important;
    }
    .google_map_box{
        height: 200px;
    }
    .event_Listing_mainBox {
        grid-template-columns: 1fr; /* Single column */
    }
    .event_Listing_mainBox .list1,
    .event_Listing_mainBox .list5 {
        grid-column: span 1; /* Span full width in single-column layout */
    }
    .sspad_events_mainBox,
    .student_event_Listing_mainBox {
        grid-template-columns: 1fr;
    }
    .breadcrumb{
        font-size: 12px;
    }
    .event_years{
        width: auto;
        margin: 0 10px;
        padding: 10px 0;
        text-align: center;
    }
    .student_intake_box {
        margin: 0 0 0 0;
    }
    .table_structure {
        margin: 10px 0;
    }
    .caution_btn{
        margin: 0;
    }
    .grid-one .pdf_wrapper{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .faculty_profile_details_box {
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }
    .faculty_profile_details_block2,
    .faculty_profile_details_block3 {
        grid-column: 1/-1 !important;
        margin: 0 0 0 ;
    }
    .footer .button_box{
        padding: 6px;
        border-right: 6px solid #FFDB60;
    }
    .caution_btn {
        left: unset;
        right: 10px;
    }
    .brochure_btn a {
        height: 45px;
        width: 45px;
        font-size: 7px;
    }
    .student_testimonials_img img {
        height: 130px;
        width: 130px;
    }
    .faculty_profile_details.desktop_view{
        display: none;
    }
    .faculty_profile_details.mobile_view{
        display: block;
    }
    .director_contentBox .heading{
        line-height: 30px;
    }
    .main_event_details_contentImg img {
        height: auto;
    }
    
}
@media (max-width: 380px) {
   .color_buttonBox .blink{
     font-size: 10px !important;
   }
}
