@font-face {
    font-family: 'Montserrat';
    src: url('https://www.ssbs.edu.in/assets/css/fonts/Montserrat-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://www.ssbs.edu.in/assets/css/fonts/Montserrat-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

/*@font-face {*/
/*  font-family: 'Montserrat';*/
/*  src: url('/assets/fonts/Montserrat-Regular.woff2') format('woff2');*/
/*  font-display: swap;*/
/*}*/
body {
    font-family: Montserrat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat;
    font-weight: 800;
    color: #C22126;
    line-height: 24px;
    padding: 0 0 20px 0;
}

a {
    color: #C22126;
    text-decoration: none;
    word-wrap: break-word;
}

a:hover {
    color: #f8f9fa;
}

.logo {
    max-width: 411px;
    float: left;
    padding: 6px 0;
}

 .read_more_new{
        display: none;
    }
    .read_more_show{
        display: block;
    }
    .read_more_one{
        display: none;
    }
    .read_more_one_show{
        display: block;
    }
    .read_more_two{
        display: none;

    }
    .read_more_two_show{
        display: block;
    }
    .read_more_three{
        display: none;
    }
    .read_more_three_show{
        display: block;
    }
    .read_more_four{
        display: none;
    }
    .read_more_four_show{
        display: block;
    }
    .read_more_five{
        display: none;
    }
    .read_more_five_show{
        display: block;
    }
    .red_btn_new{
    background-color: #fff;
    border: 1px solid #c22126;
    color: #c22126;
    font-size: 12px;
    text-decoration: none;
    line-height: normal;
    padding: 9px 35px 10px 35px;
    border-radius: 60px;
    transition-duration: 0.3s;
    margin: 0 0 10px 0;
    float: right;
    }

.contactus_btn3{
 position: fixed;
        top: 201px;
        right: -92px;
        background-color: #9a0a0a;
        z-index: 44;
        padding: 11px 12px;
        color: #fff;
        text-decoration: none;
        transform:rotate(-90deg);
}
}

.contactus_btn {
        position: fixed;
        bottom: 10px;
        left: 0;
        background-color: #9a0a0a;
        z-index: 5000;
        padding: 11px 12px;
        color: #fff;
        text-decoration: none;
}
    .footer_carfted img{
        width: 70px;
        padding: 6px; 
        /*background: #ffff;*/
    }

.width100 {
    float: left;
    width: 100%;
    height: auto;
   
}

.new-program{
    position: relative; 
}

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

.inner-list {
    margin: 0 0 25px 10px;
}

.inner-list>li {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #625454;
}

.contactus_btn {
    transform: rotate(90deg);
    position: fixed;
    bottom: 424px;
    left: -79px;
    background-color: #9a0a0a;
    z-index: 5000;
    padding: 7px 30px;
    color: #fff;
    text-decoration: none;
}

.contactus_btn1 {
    transform: rotate(90deg);
    position: fixed;
    bottom: 200px;
    left: -79px;
    background-color: #9a0a0a;
    z-index: 5000;
    padding: 7px 8px;
    color: #fff;
    text-decoration: none;
}
.floting_btn a:hover{
        text-decoration: none;
        color: white;
}
.footer_carfted img{
        width: 70px;
        padding: 6px; 
        /*background: #ffff;*/
    }

.inner-list li:before {
    content: "";
    background-image: url(../images/list_icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 30px;
}


/* -------MENU-START------- */

.menu_box {
    float: right;
    width: 66%;
    margin: 15px 0 0 0;
}

.topmenu_box {
    float: right;
    width: auto;
}

.topmenu_box a {
    float: left;
    width: auto;
    background-color: #c22126;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    line-height: normal;
    padding: 8px 30px;
    border-radius: 50px;
    margin: 0 0 0 2px;
}

.main-navigation {
    float: right;
    width: auto;
}

.nav-trigger {
    display: none;
}


/* .main-navigation nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
} */

.main-navigation nav>ul>li {
    margin: 0;
    width: auto;
    height: auto;
    list-style-type: none;
    position: initial;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.blink {
    animation: blink 800ms step-end infinite;
    color: #C22126 !important;
    font-weight: 600 !important;
}

@keyframes blink {
    0% {
        opacity: .4;
    }
    50% {
        opacity: .8;
    }
    100% {
        opacity: 1;
    }
}

.main-navigation a {
    float: left;
    width: auto;
    font-size: 16px;
    color: #000;
    line-height: normal;
    text-decoration: none;
    padding: 20px 13px 16px 5px;
    font-weight: 500;
}

.main-navigation ul .sub_menu {
    margin: 0px 0 0 -162px;
    width: 250px;
    top: 94px;
    z-index: 99;
    position: absolute;
    border-radius: 0px;
    display: none;
    background-color: #fff;
    padding: 0;
    -webkit-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    list-style: none;
}

.main-navigation ul li.has-sub:hover .sub_menu,
.main-navigation ul.sub_menu li:hover ul {
    display: block;
}

.main-navigation ul.sub_menu li ul {
    position: absolute;
    background-color: #fff;
    padding: 0;
    width: 240px;
    z-index: 99;
    right: 250px;
    box-shadow: 0 0 10px #3A5054;
    border-radius: 0px;
    display: none;
    -webkit-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s;
    padding: 0;
    list-style: none;
    top: 0;
}

ul.sub_submenu {
    top: 100px;
}

.main-navigation nav ul li a {
    color: #000;
    font-size: 14px;
    line-height: 15px;
    display: flex;
    align-items: center;
}

.main-navigation ul .sub_menu li {
    padding: 0;
    position: relative;
    width: 100%;
    float: left;
}

.main-navigation ul .sub_menu li a {
    display: block;
    color: #000;
    padding: 9px 15px;
}

.main-navigation .sub_menu a {
    padding: 10px;
    width: 100%;
    border-bottom: 1px dashed;
    font-size: 14px;
}

.down-arrow {
    border: solid #9A2427;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: none;
    position: absolute;
    color: #fff;
    z-index: 999;
    width: 6px;
    font-size: 14px;
    right: 12px;
    top: 11px;
    background-size: contain;
    margin: 0;
    height: 6px;
}

.down-arrow:before {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: relative;
    display: none;
}

li.active .down-arrow:before {
    color: #fff;
}

.sub-open>.down-arrow:before {
    content: '\f106';
}

.topmenu_box {
    float: right;
}

.topmenu_box a span {
    font-weight: bold;
}

.topmenu_box a:hover {
    color: #e8d87f;
}

.menu_toggle_icon {
    cursor: pointer;
}

.topright_menu {
    float: left;
    margin: 2px 0 0 20px;
}

.topright_menu .open {
    display: block;
}

.topright_menu .close {
    display: none;
}

.topright_menu.right_menuopen .open {
    display: none;
}

.topright_menu.right_menuopen .close {
    display: block;
}

.toggle_menu_inner a {
    float: right;
    font-size: 16px;
    border: 0;
    color: #000;
    padding: 9px 0 9px 22px;
    width: 100%;
    display: block;
    background: transparent;
    text-align: left;
    border-bottom: 1px dashed;
    border-radius: 0;
}

.toggle_menu_inner a:hover {
    color: #C22126;
}

.topmenu_box .toggle_menu_inner {
    display: none;
    position: absolute;
    width: 250px;
    background-color: #FFF;
    right: 50px;
    padding: 10px;
    border-radius: 10px;
    margin: 20px 0 0 0;
    z-index: 3;
    box-shadow: rgb(0 0 0 / 30%) 0px 15px 12px;
}

.right_menuopen .toggle_menu_inner {
    display: block;
}

.right_menuopen .toggle_menu_inner ul li {
    padding: 0;
    position: relative;
    width: 100%;
    float: left;
}

.main-navigation .header-btn {
    display: none;
}

.right_menuopen ul.sub_menu a {
    font-size: 14px;
}

.right_menuopen ul.sub_menu {
    display: none;
    position: absolute;
    top: 0px;
    left: -245px;
    z-index: 8;
    width: 260px;
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 30%) 0px 15px 12px;
}

.toggle_menu_inner .sub_menu a:hover {
    color: #C22126;
}

.toggle_menu_inner li:hover .sub_menu {
    display: block;
}

.menu_btn {
    color: #fff;
    background-color: #FFF;
    border-radius: 20px 0 0 20px;
    border: none;
    outline: none;
}

.custom_menu li a.active .menu_btn {
    background-color: #00000091;
    margin-left: 0px;
    color: #FFF;
    font-weight: 800;
    border-radius: 20px 0 0 20px;
}

.custom_menu li .menu_btn:hover {
    background-color: #00000091;
    margin-left: 0px;
    color: #FFF;
    font-weight: 800;
}


/* -------MENU-END------- */
/*.banner_box {*/
/*    background-image: url(../images/banner_img.webp);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center right;*/
/*    background-size: contain;*/
/*    background-color: #000;*/
/*    padding: 129px 0;*/
/*    position: relative;*/
/*}*/

.banner_innerbox {
    height: 545px;
    background-position: top center;
    background-size: cover;
}

.banner_box.banner_innerbox::after {
    display: none;
}

.banner_box.banner_innerbox::before {
    display: none;
}

/*.banner_box::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-image: url(../images/background_bg.png);*/
/*    background-position: left bottom;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    height: 352px;*/
/*    width: 850px;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*}*/

/*.banner_box::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-image: url(../images/background_bg.png);*/
/*    background-position: left bottom;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    height: 245px;*/
/*    top: 0;*/
/*    width: 500px;*/
/*    left: 0;*/
/*    transform: scaleY(-1);*/
/*}*/

.banner_slider_box .owl-dots {
    position: absolute;
    right: 0;
    top: 0;
    margin: 270px 30px 0 0;
}

.banner_slider_box .owl-dot {
    float: left;
    clear: both;
    margin: 0 0 6px 0;
}

.banner_slider_box .owl-dot span {
    float: left;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 30px;
}

.banner_slider_box .active span {
    background-color: #fff;
}

.width95 {
    max-width: 1500px;
    width: 90%;
    height: auto;
    margin: 0 auto;
}



.banner_left {
    width: 36%;
    color: #fff;
    font-family: Montserrat;
    position: relative;
    z-index: 3;
}

.banner_text1 {
    font-size: 35px;
}

.banner_text2 {
    font-family: Montserrat-Black;
    font-size: 90px;
    line-height: 83px;
    margin: 10px 0 20px 0;
}

.banner_text3 {
    font-size: 15px;
    margin: 0 0 40px 0;
}

.red_btn {
    background-color: #c22126;
    border: 1px solid #c22126;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    line-height: normal;
    padding: 9px 35px 10px 35px;
    border-radius: 60px;
    transition-duration: 0.3s;
    margin: 0 0 10px 0;
}

.red_btn:hover {
    background-color: #fff;
    border: 1px solid #c22126;
    color: #c22126;
}

.scrolling_box {
    background-color: #c22126;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: flex;
}

.announcment_icon {
    margin: -2px 0 0 2%;
    position: relative;
    z-index: 1;
}

.scrolling_box span {
    /*float: left;*/
    margin: 6px 0 0 0;
    padding: 10px 0 15px 0;
}

.scrolling_box a {
    text-decoration: none;
    color: #c22126;
    /* font-size: 11px;
        padding: 4px 10px; */
    background-color: #FFF;
    margin: 0 0 0 5px;
    font-size: 14px;
    padding: 6px 15px 5px 15px;
    margin: 0 0 0 6px;
    border-radius: 50px;
}

.scrolling_box a:hover {
    font-weight: bold;
    background-color: #FFBA00;
    color: #C22126;
}

.text16_black {
    font-size: 16px;
    color: #000;
}

.text36_black {
    font-family: Montserrat-Black;
    font-size: 36px;
    color: #000;
}

.text24_black {
    font-size: 24px;
    color: #000;
    font-family: Montserrat-Black;
}

.text19_grey {
    font-size: 19px;
    color: #625454;
}

.program_offered {
    position: relative;
}

.program_offered:before {
    background-image: url(../images/girllls.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 48%;
    position: absolute;
    content: "";
    width: 500px;
    height: 681px;
    bottom: 0;
    left: -140px;
    z-index: 0;
}

.programmes_list {
    float: left;
    width: 24%;
    text-align: center;
    padding: 0px 20px;
    margin: 30px 0 60px 0;
}

.programmes_list_inner {
    float: left;
    width: 100%;
    transition-duration: 0.5s;
    border-radius: 30px;
    padding: 30px 2px;
}

.programmes_list_inner:hover {
    box-shadow: 0 0px 60px #e2e2e2;
}

.programmes_img {
    float: left;
    width: 100%;
    min-height: 100px;
}

.programmes_img img {
    filter: grayscale(100%);
    max-width: 80px;
}

.programmes_list_inner:hover img {
    filter: none
}

.programmes_list_inner .red_btn {
    background-color: #c22126;
    border: 1px solid #c22126;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    line-height: normal;
    padding: 9px 26px 10px 26px;
    border-radius: 60px;
    transition-duration: 0.3s;
}

.programmes_list_inner:hover .red_btn {
    background-color: #fff;
    border: 1px solid #c22126;
    color: #c22126;
}

.programmes_text {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 20px 0;
}

.news_section {
    position: relative;
    padding: 60px 0 0 0;
    margin: 0 0 50px 0;
}

.news_section::before {
    content: '';
    background-color: #c22126;
    width: 73%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.news_leftbox {
    width: 50%;
    float: left;
    margin: 50px 0 0 0;
}

.news_rightbox {
    width: 40%;
    float: right;
}

.news_list img {
    max-height: 345px;
    box-shadow: 8px 9px 50px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    width: auto !important;
}

.news_heading {
    position: absolute;
}

.news_text {
    padding: 80px 0 20px 0;
}

.news_text span {
    font-size: 20px;
    font-weight: 800;
    display: block;
    padding: 0 0 10px 0;
}

.news_text a,
.news_link a {
    color: #fff;
    font-weight: 700;
}

.news_text a:hover,
.news_link a:hover {
    color: #FFBA00;
}

.news_list {
    float: left;
    width: 100%;
    padding: 0px 50px 60px 50px;
}

.news_section .owl-carousel {
    position: inherit;
}

.news_section .owl-controls {
    position: absolute;
    left: 0;
    margin: -135px 0 0 0;
}

.news_section .owl-controls .owl-nav div {
    background-image: url(../images/arrow_left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0;
    width: 50px;
    height: 50px;
    float: left;
    opacity: 0.6;
}

.news_section .owl-controls .owl-nav div:hover {
    opacity: 1;
}

.news_section .owl-controls .owl-nav .owl-next {
    transform: rotate(180deg);
    margin: 0 0 0 10px;
}

.student_box {
    margin: 20px 0;
}

.student_list {
    float: left;
    width: 100%;
}

.student_img {
    float: left;
    width: 30%;
}

.student_img img {
    border-radius: 38px;
    border: 1px solid #DDD;
}

.student_content {
    float: right;
    width: 60%;
    padding: 70px 0 0 0;
}

.student_box .owl-controls {
    position: absolute;
    right: 0;
    margin: -50px 0 0 0;
}

.student_box .owl-controls .owl-nav div {
    background-image: url(../images/black_arrow_left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0;
    width: 50px;
    height: 50px;
    float: left;
    opacity: 0.6;
}

.student_box .owl-controls .owl-nav div:hover {
    opacity: 1;
}

.student_box .owl-controls .owl-nav .owl-next {
    transform: rotate(180deg);
    margin: 0 0 0 10px;
}

.tabcontent {
    display: none;
    float: left;
    width: 100%;
    margin: 50px 0 60px 0;
}

.student_box .tablinks {
    float: left;
    width: 50%;
    border-radius: 100px;
    background-color: #cbcbcb;
    font-size: 20px;
    line-height: normal;
    padding: 16px 0;
    border: 10px solid #fff;
    font-weight: 600;
    transition-duration: 0.3s;
    position: relative;
}

.student_box .tabactive {
    background-color: #c22126;
    color: #fff;
}

.student_box .tabactive:after {
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 16px solid #c22126;
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
}

.student_box .tablinks:hover {
    background-color: #c22126;
    color: #fff;
}

.icons_section {
    margin: 0 0 50px 0;
}

.icon_list_box {
    margin: 48px 0 0 0;
}

.icon_list {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 40px;
}

.icon_list_img {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.icon_list_img img {
    filter: grayscale(100%);
    max-height: 80px;
}

.icon_list_heading {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 800;
}

.icon_list_heading span {
    color: #c22126;
    font-size: 20px;
    float: left;
    width: 100%;
}

.research_bg {
    background-image: url(../images/biotechnology.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 0 50px 0;
}

.research_box {
    float: right;
    width: 40%;
    padding: 250px 0;
}

.campus_leftbox {
    float: left;
    width: 50%;
}

.campus_rightbox {
    float: right;
    width: 45%;
    padding: 90px 0 0 0;
}

.footer_box {
    background-color: #383e43;
    padding: 40px 0;
    color: #d0d0d0;
    font-size: 12px;
}

.footer_box a {
    color: #d0d0d0;
    text-decoration: none;
}

.footer_box a:hover {
    color: #FFBA00;
}

.footer_box1 {
    float: left;
    width: 28%;
    padding: 0 50px 0 0;
}

.footer_box2 {
    float: left;
    width: 19%;
}

.footer_box4 {
    float: left;
    width: 34%;
}

.footer_heading {
    font-size: 18px;
    font-weight: 600;
}

.footer_mainheading {
    margin: 0 0 24px;
}

.footer_social_icon a {
    float: left;
    margin: 0 10px 0 0;
    transition-duration: 0.3s;
}

.footer_social_icon a:hover {
    margin: -3px 10px 0 0;
}

.footer_copyright {
    float: left;
    width: auto;
}

.footer_carfted {
    float: right;
    width: auto;
}

.placement_list {
    float: left;
    width: 100%;
    text-align: center;
}

.placement_list img {
    max-height: 150px;
    width: auto !important;
    display: inline !important;
}

.home_tab_box {
    background-color: #eee;
    padding: 30px 0 0 0;
}

.owl-carousel_placement {
    padding: 10px 0 20px 0;
}

.owl-carousel_placement .owl-controls {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    margin: 0 0 20px 0;
    justify-content: center;
}

.owl-carousel_placement .owl-controls .owl-nav div {
    background-image: url(../images/black_arrow_left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0;
    width: 50px;
    height: 50px;
    float: left;
}

.owl-carousel_placement .owl-controls .owl-nav .owl-next {
    transform: rotate(180deg);
    margin: 0 0 0 10px;
}

.home-tabs.nav-pills .nav-link.active,
.home-tabs.nav-pills .show>.nav-link {
    background-color: #c22126;
    color: #fff;
    border-radius: 8px;
}

.home-tabs.nav-pills .nav-link {
    border-radius: 8px;
    background-color: #eaeaea;
    font-size: 16px;
    padding: 12px 30px;
    border: 1px solid #fff;
    position: relative;
    color: #000;
    margin: 0 3px 3px 0;
}

.home-tabs.tab-content {
    border: solid 1px #68778c;
    margin: 30px 0;
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 20px;
}

.home-tabs-content img {
    min-height: 240px;
    object-fit: fill;
}

.achivement_mainbox {
    width: 100%;
    float: left;
}

.achivement_list {
    padding: 20px;
}

.achivement_list.achivement1 {
    width: 28%;
    float: left;
    background-color: #ebebeb;
}

.achivement_list.achivement2 {
    width: 44%;
    float: left;
    background-color: #c22126;
    color: #FFF;
}


/* event tab section start */

.flip-card {
    background-color: transparent;
    perspective: 1000px;
    position: relative;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px;
}

.flip-card-front img {
    border-radius: 20px;
    object-fit: fill;
    object-position: center;
    height: 182px;
    width: 100%;
}
.menubar .logo img{
    max-height: 70px;
}
.flip-card-back {
    text-align: center;
    background-color: #707070;
    color: white;
    transform: rotateY(180deg);
    position: relative;
    padding:44px 30px;
  min-height: 182px;
}

.flip-card-back h6 {
    color: #FFF;
}


/* event tab section end */


/* ======= INNER PAGE START ======== */

.inner-banner-section {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 80% 100%;
    min-height: 400px;
    position: relative;
    background-color: #000;
    z-index: 2;
}

.inner-banner-section::after {
    position: absolute;
    content: "";
    background-image: url(../images/background_bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 352px;
    width: 450px;
    bottom: 0;
    left: 0;
    z-index:-1;
}

.inner-banner-section::before {
    position: absolute;
    content: "";
    background-image: url(../images/background_bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 245px;
    top: 0;
    width: 250px;
    left: 0;
    transform: scaleY(-1);
}

.inner-banner-section .banner_text1 {
    position: absolute;
    top: 150px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    position: absolute;
    bottom: 40px;
}

.breadcrumb-item a {
    color: #FFF !important;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #FFBA00;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #FFF;
    content: var(--bs-breadcrumb-divider, "/");
}

.dean_section {
    padding: 70px 0;
}

.inner_heading {
    padding: 0 0 35px 0;
    text-transform: capitalize;
}

.inner_heading span {
    font-size: 22px;
    font-family: Montserrat;
}

.inner_subheading {
    font-size: 30px;
    font-weight: 800;
    color: #C22126;
    padding: 0 0 15px 0;
}

.dean_namebox span {
    color: #C22126;
    font-size: 18px;
    font-weight: 900;
}

.dean_img {
    max-width: 380px;
    margin: 0 auto;
}

.dean_img img {
    max-height: 500px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 40px 50px;
    width: auto !important;
    border-radius: 30px;
}

.dean_name {
    font-size: 15px;
}

.dean_name span {
    color: #C22126;
    font-size: 20px;
    font-weight: 900;
}

figure {
    text-align: center;
}

figcaption {
    padding: 20px;
    border-top: 2px solid #C22126;
    border-bottom: 2px solid #C22126;
    border-left: 1px solid #C22126;
    border-right: 1px solid #C22126;
    border-radius: 45px 0;
    margin: 40px 0 0 0;
    text-align: center;
    background-color: #FFF;
    position: relative;
}

figcaption p {
    font-size: 13px;
}

.deam_mail {
    font-size: 15px;
}

.deam_mail a {
    color: #FFBA00;
    text-decoration: none;
}

.deam_mail a:hover {
    color: #C22126;
}


/* ======= INNER PAGE END ======= */


/* === MENTOR PAGE START ===== */

.our-team {
    padding: 0px 20px 40px;
    text-align: center;
    background-color: #eee;
    border-radius: 50px 0;
    box-shadow: rgb(0 0 0 / 30%) 0px 30px 40px;
    margin: 0 0 20px 0;
}

.our-team .pic {
    display: inline-block;
    width: 100%;
    height: 350px;
}

.our-team:hover .pic img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}

.team-content {
    min-height: 120px;
}

.our-team .pic img {
    width: 100%;
    height: inherit;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
    position: relative;
    z-index: 2;
}

.our-team:hover {
    box-shadow: none;
    background-color: #383e43;
}

.our-team:hover h5 {
    color: #FFBA00;
}

.our-team:hover .post {
    color: #FFF;
}

.staff.our-team .pic {
    width: 280px;
    height: 280px;
}

.staff.our-team h5 {
    padding: 0 0 10px 0;
}

.staff.our-team a,
.staff.our-team p {
    color: #000000;
}

.staff.our-team:hover a,
.staff.our-team:hover p {
    color: #FFF;
}


/* === MENTOR PAGE END ==== */


/* ---facilities pages start---- */

.contact_box {
    text-align: center;
    padding: 20px 30px 30px 30px;
    min-height: 165px;
    transition-duration: 0.3s;
    position: relative;
    border: 1px solid #fdfaf5;
    margin: 80px 0 0 0;
    background-color: #f7ebd4;
}

.contact_iconbox {
    margin: -60px 0 30px 0;
    position: relative;
    z-index: 50;
}

.contact_iconbox img {
    max-width: 70px;
}

.facilities_name {
    background-color: #ffefd1;
    color: #000000;
    padding: 10px 0;
    font-weight: 600;
    text-align: center;
}


/* ----- facilities pages end ---- */


/* ===== PROGRAM PAGES START ====== */

.sidebar-section {
    position: relative;
    background-color: #fff;
    padding-bottom: 30px;
}

.sidebar-section:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: #0B0B0B17;
    display: block;
    height: 100%;
    width: 30%;
}

.sidebar {
    position: relative;
    padding: 30px 0 0 0;
    z-index: 2;
}

.sidebar h4 {
    color: #C22126;
    font-size: 24px;
    line-height: 24px;
    padding: 5px 0 4px 10px;
    margin: 0 0 30px 0;
    font-family: Montserrat-Black;
    max-width: 85%;
}

.sidebar_contentbox .text36_black {
    font-size: 30px;
}

.middle_box ul.sidebar-list {
    list-style: none;
    padding-left: 0;
}

.middle_box ul.sidebar-list li {
    margin-bottom: 15px;
    list-style: none;
    width: 88%;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative;
    color: #fff;
    background-color: #FFF;
    border-radius: 20px 0 0 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.middle_box ul.sidebar-list li:hover,
.middle_box ul.sidebar-list li.active {
    background-color: #00000091;
    margin-left: 0px;
    color: #C22126;
    border-radius: 20px 0 0 20px;
}

.middle_box ul.sidebar-list li button {
    color: #C22126;
    text-decoration: none;
    padding: 15px 0 15px 25px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.middle_box ul.sidebar-list li:hover button,
.middle_box ul.sidebar-list li.active button {
    color: #FFF;
    font-weight: 800;
}

.sidebar-list li button {
    color: #fff;
    display: block;
    text-transform: capitalize;
    width: 100%;
}

.sidebar-content-wrap {
    position: relative;
    padding: 30px 0;
    z-index: 2;
}

.custom-tabs.nav-pills .nav-link.active,
.custom-tabs.nav-pills .show>.nav-link {
    background-color: #c22126;
    color: #fff;
    border-radius: 100px;
}

.custom-tabs.nav-pills .nav-link {
    border-radius: 100px;
    background-color: #cbcbcb;
    font-size: 16px;
    padding: 8px 25px;
    border: 1px solid #fff;
    position: relative;
    color: #000;
    margin: 0 6px 10px 0;
}

.custom-tabs.nav-pills .nav-link.active:after {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 11px solid #c22126;
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
}

.sidebar-content .custom-tabs.tab-content {
    border: solid 1px #68778c;
    margin: 30px 0;
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 20px;
}


/* table start */

.table th,
.table td,
.table tr,
.table {
    border-color: #625454;
    font-size: 14px
}

.table thead th p,
.table thead th {
    color: #fff;
}

.table th {
    background: linear-gradient(#9A2427, #C22126);
}


/* table end */

.pdf_link {
    background-image: url(../images/pdf_icon.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 40px;
    float: left;
    width: 100%;
    height: auto;
    font-size: 16px;
    margin: 0 0 20px 0;
    padding: 13px 0 10px 50px;
    color: #000000;
    text-decoration: none;
}

.pdf_link:hover {
    color: #C22126;
}

.pdf_body {
    padding: 20px 20px 70px 20px;
}


/* ===== PROGRAM PAGES END */


/*------- Accordion section start ------*/

.accordion {
    border: solid 1px #68778c;
    margin: 30px 0;
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 20px;
}

.accordion-header {
    margin-bottom: 0;
    padding: 0;
}

.accordion-flush .accordion-item {
    margin: 0 0 6px 0;
}

.accordion-button:not(.collapsed) {
    color: #FFF;
    background-color: #707070;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button::after {
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-image: none;
    width: 12px;
    height: 12px;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 6px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    background-image: none;
}

.accordion-button:focus {
    border-color: #9A2427;
    box-shadow: 0 0 0 0.25rem #000000;
}

.reasech_content h6 {
    padding: 0;
}

.researcher_name {
    text-align: end;
    margin: 35px 0px 20px 0;
}

.read_more {
    border-radius: 30px;
    background-color: #383e43;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    padding: 8px 15px;
    width: auto;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    margin: 10px 0 0 0;
}

.read_more span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.read_more span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.read_more:hover span {
    padding-right: 25px;
}

.read_more:hover span:after {
    opacity: 1;
    right: 0;
}


/* ----- accordion section end------- */


/* ==== EDUCATION LOAN PAGE START===== */

.loan_list a {
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 160px;
    box-shadow: rgb(0 0 0 / 30%) 1px 12px 18px;
    border-radius: 30px;
    transition-duration: 0.4s;
    background-color: #FFF;
}

.loan_list a:hover {
    box-shadow: none;
}

.loan_list img {
    max-width: 85%;
    margin: 0 auto;
}


/* ===== EDUCATION LOAN PAGE END===== */


/* CONTACT PAGE START */

.contact_main .contact_box {
    text-align: center;
    padding: 20px 30px 0px 30px;
    min-height: 125px;
    transition-duration: 0.3s;
    position: relative;
    border: 1px solid #fdfaf5;
    margin: 55px 0 0 0;
    background-color: #f7ebd4;
}

.contact_main .contact_box a {
    color: #000;
}

.contact_main .contact_iconbox {
    margin: -66px 0 20px 0;
    position: relative;
    z-index: 50;
}


/* CONTACT PAGE END */


/* ==== Team page start ==== */

.team_listbox {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.team_list {
    width: 23%;
    text-align: center;
    background-color: #0B0B0B0D;
    padding: 50px 20px;
    border-radius: 12%;
    transition-duration: 0.4s;
}

.team_img img {
    border-radius: 50%;
    width: 170px;
    height: 170px;
    object-fit: fill;
    border: 4px solid #000;
    padding: 4px;
}

.team_text {
    margin: 20px 0 0 0;
}

.team_profile a {
    font-size: 14px;
    color: #C22126;
}

.team_list:hover {
    box-shadow: rgb(0 0 0 / 30%) 1px 12px 18px;
}

.team_list:hover .team_profile a {
    padding: 7px 15px;
    background-color: #FFF;
    border: 1px solid #C22126;
    border-radius: 20px;
}

.content_box {
    margin: 0 0 40px 0;
}

.sub_heading {
    font-size: 18px;
    font-weight: 800;
    background-color: #707070;
    width: fit-content;
    color: #FFF;
    padding: 8px 60px 8px 15px;
    margin: 0 0 20px 0;
    clip-path: polygon(100% 0%, 87% 50%, 100% 100%, 0 98%, 0% 50%, 0 0);
}

.subtitle {
    color: #000;
    font-size: 20px;
    padding: 0 0 20px 0;
    font-weight: 800;
}

.fancy-image-wrap {
    margin-bottom: 30px;
    transition-duration: 0.3s;
    height: 250px;
}

.fancy-image-wrap img {
    border-radius: 20px;
    transition-duration: 0.3s;
    height: 100%;
    width: 100%;
}

.fancy-image-wrap:hover img {
    margin: -4px 0 0 0;
}

.library .fancy-image-wrap img {
    min-height: 185px;
}

.sport .fancy-image-wrap img {
    min-height: 265px;
}


/* ==== TEAM page end ====*/


/* ----- Alunmi page start ------ */

.link_list {
    border: 1px solid;
    display: flex;
    justify-content: space-between;
    border-radius: 30px;
    padding: 10px;
    color: #625454;
    transition-duration: 0.3s;
    margin: 0 0 20px 0;
}

.link_btn a {
    border: 1px solid #C22126;
    border-radius: 30px;
    padding: 5px 14px;
    background-color: #C22126;
    color: #FFF;
    font-size: 14px;
}

.link_name {
    padding: 0 0 0 20px;
}

.link_list:hover {
    background-color: #383e43;
    color: #FFF;
}

.link_list:hover .link_btn a {
    background-color: #FFF;
    color: #C22126;
    border: 1px solid #FFF;
}


/* ----- alumni page end ------ */


/* ------ INDUSTRY PROJECT START------- */

.industry_list {
    width: 100%;
    float: left;
    border: 2px solid #d8d8d8;
    border-radius: 0 20px 0 20px;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    position: relative;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    background-color: #0B0B0B17;
}

.industry_list:hover {
    border: 2px solid #C22126;
}

.industry_list:hover:after {
    width: 100%;
}

.industry_list:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: width .4s ease 0s;
    transition: width .4s ease 0s;
    background-color: #0B0B0B17;
    display: block;
    border-radius: 0 20px 0 20px;
}

.industry_list.industry_list2 {
    flex-direction: row-reverse;
}

.industry_img {
    width: 20%;
    float: left;
    padding: 25px;
}

.industry_content {
    width: 80%;
    float: left;
    padding: 20px;
}

.industry_img img {
    box-shadow: -44px -44px 0px -40px #C22126, 44px 44px 0px -40px #FFBA00;
}

.img-wrap img {
    box-shadow: -44px -44px 0px -40px #C22126, 44px 44px 0px -40px #FFBA00;
}


/* ------ INDUSTRY PROJECT END ------ */


/* -- USEFULL LINK PAGE START ------*/

.usefull_link_list {
    padding: 20px;
    border: 2px solid #d8d8d8;
    border-radius: 0 20px 0 20px;
    margin: 0 0 20px 0;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    background-color: #e4e4e448;
}

.usefull_link_content {
    margin: 0 0 20px 0;
}

.usefull_link_content h6 {
    padding: 0;
}


/* ---- USEFULL LINK PAGE END --- */


/* --- EXPERIMENTAL ANIMAL FACILITY PAGE START------ */

.why_list {
    width: 95%;
    height: 300px;
    perspective: 1000px;
    float: left;
    /* padding: 20px 30px; */
    z-index: 500000;
    position: relative;
    margin: 0 0 30px 0;
}

.why_list_inner {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#flip_1.why_list_inner {
    background-image: url(../images/facilities/Santosh_2023.jpg);
    border-radius: 30px;
}

#flip_2.why_list_inner {
    background-image: url(../images/facilities/swati.jpg);
    border-radius: 30px;
}

#flip_3.why_list_inner {
    background-image: url(../images/facilities/image6.jpg);
    border-radius: 30px;
}

#flip_4.why_list_inner {
    background-image: url(../images/facilities/shradha-ssbs.png);
    border-radius: 30px;
}


#flip_5.why_list_inner {
    background-image: url(../images/facilities/image9.jpg);
    border-radius: 30px;
}

.whylist_flip,
.whylist_flip_back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 30px;
}

.whylist_flip_back {
    background-color: #383E43;
    color: white;
    transform: rotateY(180deg);
    padding: 20px;
    font-size: 15px;
    display: grid;
    align-items: end;
}

.whylist_flip_back p {
    margin-bottom: 6px;
}

.whylist_flip_back .title {
    color: #FFBA00;
    padding: 0 0 12px 0;
}

.whylist_flip_back a {
    color: #FFF;
}

.why_list:hover .why_list_inner {
    transform: rotateY(180deg);
}


/* --- EXPERIMENTAL ANIMAL FACILITY PAGE END------ */


/* LEFT MENU START */

.left_menu_box {
    float: right;
    width: 100%;
    height: auto;
    margin: 0px 20px 0 0;
}

.left_menu_toggle {
    display: none;
}

.left_menu_toggle_close {
    display: none;
}


/* LEFT MENU END */


/* ----HOME PAGE ABOUT TAB START */

.about_tabs {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: #f2f2f2;
    border-radius: 60px;
    padding: 0.5em;
    transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.about_tabs .tabs__button {
    text-align: center;
    flex-basis: 50%;
    font-weight: 500;
    padding: 9px 25px 10px 25px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 60px;
    color: #000;
}

.about_tabs .tabs__button:hover {
    background-color: #c22126;
    color: #fff;
}


/* HOME PAGE ABOUT TAB END */


/* ------FACULTY-LISTING-START---- */

.faculty_listbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.faculty_list {
    float: left;
    width: 25%;
    text-align: center;
    padding: 0 20px 100px 20px;
}

.faculty_list_inner {
    float: left;
    width: 100%;
    background-color: #fff5ee;
    border-radius: 60px;
    color: #000;
    transition-duration: 0.2s;
}

.faculty_list_inner:hover {
    background-color: #c22126;
    color: #fff;
    margin: -5px 0 5px 0;
}

.faculty_img {
    float: left;
    width: 100%;
    margin: -50px 0 10px 0;
}

.faculty_img img {
    border-radius: 120px;
    margin: 0;
    max-height: 130px;
    box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.1);
    border: 5px solid #fff9f6;
}

.faculty_name {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}

.faculty_desi {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 14px;
}

.faculty_readmore {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.faculty_readmore span {
    width: auto;
    background-color: #c22126;
    font-size: 14px;
    color: #fff;
    line-height: normal;
    padding: 5px 20px;
    border-radius: 100px;
}

.faculty_list_inner:hover .faculty_readmore span {
    background-color: #fff;
    color: #c22126;
}

.rearch_table ul {
    margin: 0;
}

.rearch_table ul li {
    margin: 0 0 10px 15px;
    list-style-type: disc;
    padding: 0;
}

.faculty_detailbox {
    background-color: #fff4f4;
    padding: 30px;
    border-radius: 60px;
    margin: 0 0 30px 0;
}

.faculty_detailbox img {
    border-radius: 30px;
    display: block;
    margin: 0 auto;
}

.faculty_detail_name {
    font-size: 25px;
    color: #c22126;
    font-weight: bold;
    margin: 20px 0;
}

.faculty_detail_link a {
    display: block;
    margin: 0 0 15px 0;
}


/* ------FACULTY-LISTING-END---- */


/* ------------BLOG PAGE START-------  */

.blog_list {
    border: 2px solid #c22126;
    padding: 30px;
    position: relative;
    margin: 0 0 50px 0;
}

.bloger_name {
    font-size: 15px;
}

.blog_heading {
    margin: 0 0 15px 0;
}

.blog_list h6 {
    color: #FFF;
    padding: 7px 20px;
    margin: 0 0 0 0;
    font-size: 16px;
    background-color: #C22126;
    top: -20px;
    position: absolute;
    left: -2px;
}

.blogs_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog_name {
    font-size: 20px;
    font-weight: 600;
    color: #C22126;
}


/* ----------BLOG PAGE END--------- */


/* social media icon fixed start */

div#id01 {
    background-color: rgba(1, 1, 1, 0.57);
}

.social-icons.fixed-icons {
    position: fixed;
    top: 80%;
    transform: translateY(-50%);
    right: 0;
    z-index: 44;
    /* background-color: #383e43; */
    border-radius: 10px 0 0 10px;
    padding: 15px 5px 10px 10px;
}

.social-icons.fixed-icons li {
    display: block;
    margin-bottom: 6px;
}

.link-group {
    position: fixed;
    z-index: 5000000;
    right: 10px;
    bottom: 4px;
    transition-duration: 0.4s;
}

.link-group:hover {
    bottom: 8px;
}


/* social media icon fixed start */


/* Enquire form start */

.footer-btn {
    bottom: -4px;
    position: fixed;
    left: -4px;
    background-color: #c22126;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    line-height: normal;
    padding: 8px 30px 10px 30px;
    border-radius: 10px 10px 0 0;
}

.footer-btn:hover {
    margin: 0 0 10px 0;
}

.close-btn {
    color: #a0151a;
    font-size: 30px;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
}

.contact_list {
    float: left;
    width: 100%;
    height: auto;
    padding: 8px 10px;
}

.contact_list input,
.contact_list textarea,
.contact_list select {
    float: left;
    width: 100%;
    border: 0;
    background-color: #f1f1f1;
    line-height: normal;
    padding: 10px 12px;
    border-radius: 20px;
    font-size: 15px;
}

.contact_list .info {
    color: #f00;
    padding: 0 0 0 10px;
    font-size: 13px;
}

.contact_list .btn-submit {
    float: left;
    width: 33%;
    border-radius: 30px;
    padding: 10px 20px 8px;
    background-color: #C22126;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition-duration: 0.3s;
    text-align: center;
}

.cocurricular .fancy-image-wrap img {
    object-fit: cover;
    object-position: top;
}


/* Enquire form end */


/* submenu start */

.sub_menu .services_menu_plusicon {
    margin: 3px 0 0 0;
}

.services_menu_plusicon {
    display: none;
    float: right;
    width: auto;
    position: absolute;
    right: 0;
    margin: 10px 7px 0 0;
    padding: 0 8px;
    z-index: 500;
}

.dropdown_menu_innerbox {
    height: 0;
    overflow: hidden;
    transition-duration: 1s;
}


/* submenu end */

@media screen and (min-width:1024px) and (max-width:1400px) {
    .logo {
        max-width: 255px;
        float: left;
    }
    .menu_box{
        float:right;
        width:70%;
        margin: 3px 0 0 0;
    }
    .main-navigation a {
        padding: 20px 8px 16px 0px;
        font-weight: 500;
    }
    .main-navigation nav ul li a {
        font-size: 13px;
    }
    .menu_box .main-navigation ul{
        padding-left: 0px;
    }
    .program_offered:before {
        left: -142px;
    }
    .programmes_list_inner {
        padding: 25px 16px;
    }
    .programmes_list_inner .red_btn {
        padding: 6px 26px 6px 26px;
    }
    /* .programmes_text {
            min-height: 56px;
        } */
    .programmes_list {
        float: left;
        padding: 0px 15px;
    }
    .news_section .owl-controls {
        margin: -100px 0 0 0;
    }
    .student_content {
        padding: 30px 0 0 0;
    }
    .campus_rightbox {
        padding: 15px 0 0 0;
    }
    .footer_box1 {
        float: left;
        width: 29%;
        padding: 0 20px 0 0;
    }
    .footer_box2 {
        float: left;
        width: 20%;
    }
    .footer_box4 {
        float: left;
        width: 30%;
        padding: 0 0 0 20px;
    }
    .footer_social_icon a {
        float: left;
        margin: 0 8px 0 0;
    }
    .footer_heading {
        font-size: 18px;
        font-weight: 600;
    }
    .flip-card-back {
        min-height: 210px;
        padding: 54px 30px;
    }
    .home-tabs.nav-pills .nav-link {
        padding: 9px 12px;
    }
    .home-tabs.nav-pills .nav-link.active,
    .home-tabs.nav-pills .show>.nav-link {
        font-weight: normal;
    }
    .faculty_list {
        float: left;
        width: 25%;
        text-align: center;
        padding: 0 15px 100px 15px;
    }
    .flip-card-front img {
       height: 210px;
   }
}

@media screen and (max-width:1280px) {
  
    .research_box {
        float: right;
        width: 40%;
        padding: 150px 0;
    }
    .our-team .pic {
        display: inline-block;
        width: 100%;
        height: 300px;
    }
    .whylist_flip_back .title {
        padding: 0 0 8px 0;
        font-size: 18px;
    }
    .whylist_flip_back {
        padding: 23px;
    }
    .event-section .home-tabs.nav-pills .nav-link {
        padding: 12px 36px;
    }
    .flip-card-front img {
       height: 230px;
    }
    .contactus_btn1 {
    transform: rotate(90deg);
    position: fixed;
    bottom: 21%;
    left: -72px;
    background-color: #9a0a0a;
    z-index: 5000;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.contactus_btn {
    transform: rotate(90deg);
    position: fixed;
    bottom: 55%;
    left: -70px;
    background-color: #9a0a0a;
    z-index: 5000;
    padding: 8px 35px 8px 35px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}
.contactus_btn3 {
    position: fixed;
    top: 40%;
    right: -74px;
    background-color: #9a0a0a;
    z-index: 44;
    padding: 5px 8px;
    color: #fff;
    text-decoration: none;
    transform: rotate(-90deg);
    font-size: 14px;
}
    
}

@media screen and (max-width:1024px) {
    .logo {
        max-width: 330px;
        float: left;
    }
    .menu_box {
        float: right;
        width: 60%;
    }
    .topmenu_box a {
        padding: 8px 11px;
    }
    .topright_menu {
        float: left;
        margin: 2px 0 0 6px;
    }
    .main-navigation a {
        font-size: 10px !important;
        padding: 16px 3px 12px 0px;
    }
    .banner_left {
        width: 50%;
    }
    .banner_box {
        padding: 70px 0;
    }
    .scrolling_box span {
        float: none;
    }
    .scrolling_box {
        line-height: 45px;
    }
    .news_section {
        padding: 50px 0;
    }
    .news_leftbox {
        width: 50%;
        float: left;
        margin: 0px 0 0 0;
    }
    .news_section .owl-controls {
        position: absolute;
        left: 0;
        margin: -25px 0 0 0;
    }
    .news_list {
        padding: 50px 50px 80px 50px;
    }
    .btn_wrap {
        margin: 0 0 15px 0;
    }
    .footer_heading {
        font-size: 15px;
        font-weight: 600;
    }
    .footer_box1 {
        float: left;
        width: 26%;
        padding: 0 20px 0 0;
    }
    
    .footer_box2 {
        float: left;
        width: 24%;
    }
    .footer_box4 {
        float: left;
        width: 25%;
        padding: 0 0 0 20px;
    }
    .footer_social_icon a {
        float: left;
        margin: 0 8px 0 0;
    }
    .sidebar h4 {
        font-size: 23px;
        padding: 5px 0 4px 8px;
        max-width: 85%;
    }
    .custom-tabs.nav-pills .nav-link {
        padding: 6px 15px;
    }
    .team_list {
        padding: 30px 20px;
        border-radius: 10%;
    }
    .team_img img {
        border-radius: 50%;
        width: 150px;
        height: 150px;
    }
    .team_name {
        min-height: 50px;
    }
    .dean_name span {
        font-size: 18px;
        font-weight: 900;
    }
    .home-tabs.nav-pills .nav-link {
        font-size: 12px;
        padding: 7px 10px;
    }
    .programmes_list_inner .red_btn {
        font-size: 12px;
        padding: 9px 15px 10px 15px;
    }
    .faculty_list {
        width: 33%;
    }
    .program_offered:before {
        left: -148px;
        background-size: 86% 40%;
    }
    .icon_list_heading,
    .programmes_text {
        font-size: 14px;
    }
    .link_list {
        padding: 7px 10px;
    }
    .link_name {
        padding: 0;
        font-size: 14px;
    }
    .link_btn a {
        font-size: 12px;
    }
    .industry_img {
        padding: 14px;
    }
    .contact_box {
        min-height: 188px;
        padding: 20px;
    }
    .staff.our-team .pic {
        width: 100%;
        height: 270px;
    }
    .research_bg {
        background-size: contain;
    }
    .research_box {
        float: right;
        width: 40%;
        padding: 110px 0;
    }
    .main-navigation ul .sub_menu {
        width: 200px;
    }
    .contact_main .contact_box {
        min-height: 150px;
    }
    .our-team .pic {
        display: flex;
        width: 100%;
        height: 235px;
        justify-content: center;
        align-items: center;
    }
    .team-content {
        min-height: 175px;
    }
    .why_list {
        width: 100%;
    }
    .whylist_flip_back {
        padding: 20px 15px;
        display: block;
    }
    .whylist_flip_back .title {
        padding: 0 0 0px 0;
        font-size: 16px;
    }
    .whylist_flip_back p {
        font-size: 13px;
    }
    
}

@media screen and (max-width:992px) {
    .nav-trigger {
        display: block;
        right: 10px;
        cursor: pointer;
        height: 22px;
        width: 28px;
        padding: 0;
        opacity: 1;
        position: fixed;
        top: 10px;
        -webkit-transition: all .2s ease-in 0s;
        transition: all .2s ease-in 0s;
        z-index: 999;
    }
    .nav-trigger .bars {
        background-color: #EC1B24;
        height: 4px;
        margin-bottom: 5px;
        width: 100%;
        -webkit-transition: all .2s ease-in 0s;
        transition: all .2s ease-in 0s;
    }
    .nav-trigger .bars:last-child {
        margin-bottom: 0;
    }
    .main-menu--open .bars:first-child {
        -webkit-transform: translateY(8px) rotate(136deg);
        transform: translateY(8px) rotate(136deg);
    }
    .main-menu--open .bars:nth-child(2) {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .main-menu--open .bars:last-child {
        -webkit-transform: translateY(-10px) rotate(-136deg);
        transform: translateY(-10px) rotate(-136deg);
    }
    .main-menu--open .nav-trigger .bars {
        background-color: #FFF;
    }
    .menu_box ul {
        width: 90%;
        max-width: 380px;
        margin: 0 auto 30px;
        text-align: center;
        display: block;
    }
    .menu_box ul li {
        display: block;
        width: 100%;
        border-radius: 0;
        float: left;
    }
    .main-menu--open .menu_box {
        opacity: 1;
        pointer-events: auto;
        margin: 0;
        padding: 60px 20px;
        text-align: center;
    }
    .menu_box .main-navigation a {
        width: 100%;
        display: block;
        float: left;
        position: relative;
        color: #FFF;
        padding: 15px 0;
        border-bottom: 1px dotted;
    }
    .menu_box {
        background-color: #707070;
        height: 100%;
        left: 0;
        top: 0;
        overflow-y: auto;
        padding: 0;
        position: fixed;
        width: 100%;
        z-index: 99;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .2s ease 0s;
        transition: opacity .2s ease 0s;
        border-top: 1px solid #fff;
    }
    .topmenu_box a {
        margin: 5px 0;
        width: 30%;
    }
    .main-navigation {
        float: left;
        width: 100%;
    }
    .main-navigation .header-btn {
        display: block;
    }
    .width95 {
        max-width: 100%;
        width: 90%;
    }
    .text19_grey {
        text-align: center;
    }
    .has-sub>li .down-arrow {
        display: block;
    }
    .topmenu_box {
        float: none;
    }
    nav ul li .sub_menu {
        position: relative;
        top: inherit;
        left: 0;
        background-color: #9b9797;
        display: none;
        z-index: 3;
        width: 100%;
        float: left;
        padding: 10px;
        margin: 0;
    }
    .topright_menu {
        display: none;
    }
    .main-navigation nav>ul>li {
        width: 100%;
        float: left;
        position: relative;
    }
    .main-navigation nav>ul>li .down-arrow.main_menu {
        top: 17px;
        border: solid #FFF;
        border-width: 0 2px 2px 0;
    }
    .main-navigation nav>ul>li .sub_menu .down-arrow.main_menu {
        top: 10px;
        border: solid #FFBA00;
        border-width: 0 2px 2px 0;
    }
    .main-navigation ul .sub_menu {
        width: 100%;
        float: left;
        top: 0;
        position: relative;
    }
    .menu_box ul {
        width: 100%;
        padding: 0;
    }
    .main-navigation ul.sub_menu li ul {
        width: 100%;
        top: 0;
        right: 0;
        float: left;
        position: relative;
    }
    .down-arrow {
        display: block;
    }
    .dean_section {
        padding: 10px 0;
    }
    /* banner section start */
      .banner_box {
        padding: 0px 0;
    }
    .inner-banner-section {
        min-height: 300px;
    }
    .banner_box {
        background-position: top;
        background-size: cover;
    }
    .banner_left {
        width: 100%;
        text-align: center;
    }
    .banner_text1 {
        font-size: 20px;
        padding: 20px 0 0 0;
    }
    .banner_text2 {
        font-size: 30px;
        line-height: normal;
    }
    .banner_slider_box .owl-dots {
        position: absolute;
        right: 0;
        bottom: 10px;
        left: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        gap: 4px;
        top: auto;
    }
    /* banner section end */
    /* Program section start */
    .programmes_list {
        width: 100%;
        margin: 0;
    }
    .programmes_list:last-child {
        margin: 0 0 30px 0;
    }
    .programmes_list_inner {
        padding: 30px;
    }
    /* Program section end */
    /* news section start */
    .news_section {
        padding: 40px 0;
    }
    .news_section::before {
        width: 100%;
    }
    .news_rightbox {
        width: 100%;
        float: left;
    }
    .news_section .owl-controls {
        position: relative;
        left: 0;
        margin: 0;
        right: 0;
        bottom: 0;
        top: 0;
        display: flex;
        justify-content: center;
    }
    .news_list {
        padding: 30px 30px 30px 30px;
    }
    .news_list img {
        box-shadow: none;
    }
    .news_rightbox img {
        box-shadow: none;
        margin: 0 auto;
        max-width: 220px;
    }
    .news_leftbox {
        width: 100%;
        margin: 20px 0;
        text-align: center;
    }
    .icon_list {
        padding: 0 20px 40px;
    }
    .icon_list_box {
        margin: 0px 0 0 0;
    }
    /* news section end */
    .research_box {
        float: left;
        width: 100%;
        padding: 100px 0;
        text-align: center;
    }
    .research_bg {
        background-position: 26% 100%;
        background-size: cover;
    }
    .banner_innerbox {
        height: auto;
        background-position: top center;
        background-size: contain;
    }
    /* student section start */
    .student_box {
        margin: 0 0 50px 0;
    }
    .student_box .tablinks {
        width: 100%;
    }
    .student_img {
        float: none;
        width: 100%;
        max-width: 220px;
        margin: 0 auto;
    }
    .student_content {
        float: left;
        width: 100%;
        padding: 20px 0 0 0;
        text-align: center;
    }
    .student_box .owl-controls {
        left: 0;
        display: flex;
        margin: 20px 0 0 0;
        justify-content: center;
    }
    .btn_wrap {
        margin: 0 0 10px 0;
    }
    .student_box .tablinks {
        font-size: 20px;
        padding: 15px 0;
    }
    /* student section end */
    /* campus section start */
    .campus_leftbox {
        float: left;
        width: 100%;
        text-align: center !important;
    }
    .campus_rightbox {
        float: left;
        width: 100%;
        padding: 20px 0 0 0;
    }
    /* campus section end */
    /* footer start */
    .footer_box1,
    .footer_box2 {
        width: 100%;
        padding: 0 0 30px 0;
        text-align: center;
    }
    .footer_box4 {
        width: 100%;
        padding: 0 0 0px 0;
        text-align: center;
    }
    .footer_mainheading {
        margin: 0 0 8px 0;
    }
    .footer_social_icon a {
        float: none;
    }
    .footer_copyright,
    .footer_carfted {
        float: left;
        text-align: center;
        width: 100%;
    }
    .footer_carfted {
        margin: 8px 0 0 0;
    }
    .footer_box {
        font-size: 14px;
    }
    /* footer end */
    .team_list {
        width: 46%;
        padding: 30px 20px 30px;
        border-radius: 16%;
        margin: 0 0 20px 0;
    }
    /* SIDEBAR SECTION START */
    .sidebar {
        background: none;
        width: auto;
        position: fixed;
        z-index: 9991;
        top: 200px;
        bottom: 0;
        left: 0;
    }
    .left_menu_toggle {
        float: left;
        background-color: #FFBA00;
        padding: 5px 10px;
        margin: 0 0 0 0;
        display: block !important;
        min-height: 34px;
    }
    .left_menu_toggle img {
        max-width: 20px;
    }
    .sidebar .left_menu_box {
        margin: 0px 0 0 -1400px;
        background-color: #9A2427;
        padding: 70px 10px 30px 10px;
        float: left;
        clear: both;
        transition-duration: 0.3s;
        min-width: 100%;
        position: fixed;
        top: 0;
        right: inherit;
        bottom: 0px;
    }
    .sidebar .open {
        margin: 0;
        padding: 50px 10px 10px 10px;
        top: 0px;
        height: 100%;
        overflow-y: scroll;
        text-align: center;
    }
    .sidebar .open .nav {
        justify-content: center;
    }
    .open .left_menu_toggle_close {
        float: right;
        color: #fff;
        background-color: #a0151a;
        position: fixed;
        right: 0;
        top: 0px;
        padding: 6px 15px;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        display: block;
    }
    ul.sidebar_list {
        padding: 0;
        width: 100%;
    }
    .right_contentbox {
        padding: 0;
    }
    /* SIDEBAR SECTION END */
    .banner_box::after,
    .banner_box::before {
        display: none;
    }
    .scrolling_box span {
        float: none;
    }
    .program_offered:before {
        display: none;
    }
    .news_text {
        padding: 50px 0 0 0;
    }
    .news_heading {
        position: relative;
    }
    .faculty_list {
        width: 50%;
    }
    /* industry project page start */
    .industry_list {
        display: block;
    }
    .industry_img {
        width: 100%;
        float: left;
        padding: 25px;
    }
    .industry_content {
        width: 100%;
        float: left;
        padding: 0 20px 20px 20px;
    }
    /* industry project page end */
    .inner-banner-section::after {
        display: none;
    }
    .inner-banner-section::before {
        display: none;
    }
    /* submenu start */
    .sub_submenu {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        background-color: #ddd;
    }
    .services_menu_plusicon {
        display: block;
    }
    .services_menu {
        display: none;
    }
    .dropdown_menu_innerbox {
        height: auto;
    }
    .services_menu_open {
        display: block !important;
    }
    /* submenu end */
}

@media screen and (max-width:768px) {
    .logo {
        max-width: 90%;
        padding: 3px 0;
        margin-top:10px;
    }
    .topmenu_box a {
        float: left;
        width: 30%;
        float: left ! important;
     }
    .scrolling_box {
        font-size: 16px;
        color: #fff;
        padding: 10px;
    }
    .inner-banner-section {
        min-height: 200px;
    }
    .text36_black {
        font-size: 28px;
    }
    .inner_heading {
        padding: 0 0 15px 0;
    }
    .sidebar h4 {
        max-width: 100%;
        color: #FFF;
    }
    .student_box .tablinks {
        font-size: 16px;
        padding: 15px 0;
    }
    .sidebar-section::before {
        display: none;
    }
    .nav-pills.home-tabs .nav-item {
        width: 100%;
    }
    .home-tabs.nav-pills .nav-link,
    .home-tabs.nav-pills .show>.nav-link {
        width: 100%;
    }
    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link,
    .middle_box ul.sidebar-list li:hover button,
    .middle_box ul.sidebar-list li.active button {
        background-color: #00000091;
        border: 1px solid #00000091;
        border-radius: 20px;
        color: #FFF;
    }
    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link,
    .middle_box ul.sidebar-list li:hover,
    .middle_box ul.sidebar-list li.active {
        border-radius: 20px;
    }
    .middle_box ul.sidebar-list li {
        width: 100%;
        background-color: #FFF;
        border: 1px solid #00000091;
        border-radius: 20px;
        color: #000;
    }
    .middle_box ul.sidebar-list li button {
        padding: 6px;
    }
    .sidebar_contentbox .text36_black {
        font-size: 26px;
        padding: 0 0 20px 0;
    }
    .nav-pills.custom-tabs .nav-item {
        width: 100%;
    }
    .custom-tabs.nav-pills .nav-link,
    .custom-tabs.nav-pills .show>.nav-link {
        width: 100%;
    }
    /* mentor page start */
    .our-team .pic {
        display: inline-block;
        width: 100%;
        height: 300px;
    }
    /* mentor page end */
    .loan_list {
        margin: 0 0 20px 0;
    }
    .flip-card-back {
        padding: 36px 30px;
        min-height: auto;
    }
    .flip-card-inner {
        margin: 0 0 20px 0;
    }
    .flip-card-front,
    .flip-card-back {
        min-height: 184px;
    }
    .icons_section {
        margin: 0 0 10px 0;
    }
    .faculty_list {
        width: 100%;
    }
    .flip-card-front img {
        height: 185px;
        width: 100%;
    }
    /* campus section start */
    .campus-section {
        margin: 30px 0;
    }
    /* campus section end */
    /* blog start */
    .blog_list h6 {
        position: relative;
    }
    .blog_list {
        padding: 10px;
    }
    .blogs_header {
        display: block;
    }
    .blog_name {
        padding: 0 0 15px 0;
    }
    .blog_img img {
        max-width: 100%;
        height: auto;
    }
    .blog_box {
        margin: 0 0 30px 0;
    }
    .pdf_body .pdf_link {
        margin: -20px 0 20px 0;
    }
    .accordion {
        padding: 10px;
    }
    .accordion-button {
        padding: 10px;
    }
    .team_list {
        width: 100%;
    }
    .team_name {
        min-height: auto;
    }
    .team_list .team_profile a {
        padding: 7px 15px;
        background-color: #FFF;
        border: 1px solid #C22126;
        border-radius: 20px;
    }
}

@media screen and (max-width:530px) {
    .inner-banner-section {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
        min-height: 200px;
        position: relative;
    }
    
    .banner-height {
        background:#000;
    }
    .topmenu_box a {
        margin: 5px 0;
        width: 50%;
    }
}
/*<--kartavya-->*/
.testimonial_list{
    border: 1px solid;
    padding: 4px;
    border-color: #c22126;
    margin-top: 15px;
    margin-bottom: 15px;
} 
.testimonial_img{
    width:100%;
}

.testimonial_list video{
    width: 100%;
    height: 300px;
    margin-bottom: -7px;
    
} 


