/*Common CSS */

@font-face {
    font-family: Segoe UI;
    /* src: url("Segoe-UI-Font/SEGOEUI.TTF"); */
    src: url("../fonts/segoe-ui/Segoe%20UI.ttf");
}

@font-face {
    font-family: "Segoe UI Bold";
    /* src: url("Segoe-UI-Font/SEGOEUI.TTF"); */
    src: url("../fonts/segoe-ui/Segoe UI Bold.ttf");
}

body {
    font-family: Segoe UI;
    font-size: 16px;
    line-height: 1.3;
}

p {
    font-size: 1.1rem;
}

.inner-pages-heading {
    padding: 8rem 6rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 13rem;
}




@media screen and (max-width:768px) {
    .inner-pages-heading {
        margin-top: 10rem;
    }

    nav.navbar {
        background-color: #066dab !important;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .inner-pages-heading {
        margin-top: 10rem;
    }
}

@media (min-width:993px) and (max-width:1260px) {
    .inner-pages-heading {
        margin-top: 11.5rem;
    }
}

@media screen and (min-width:1260px) {
    .inner-pages-heading {
        margin-top: 9.5rem;
    }
}

.home-top-mg {
    margin-top: 12rem;
}

@media (min-width:768px) and (max-width:1100px) {
    .home-top-mg {
        margin-top: 9.5rem;
    }
}

.fixed-top {
    background-color: #ffffff;
}

.inner-pages-heading h1 {
    text-align: left;
    font-size: 3.75rem;
    color: #ffffff;
    font-family: "Segoe UI Bold";
}

.btn-primary {
    background: #f89820;
    text-align: center;
    font-size: 1.2rem;
    color: #ffffff;
    border: none;
    padding: 0.75rem 1.5rem;
    box-shadow: 0px 0px 10px #7466664d;
    border-radius: 5px;
    transition: 0.2s box-shadow ease-in;
}

.btn-primary a {
    color: #fff;
    text-decoration: none;
}

.btn-primary:active,
.btn-primary:hover {
    color: #fff;
    background-color: #f89820;
    border-color: #f89820;
    box-shadow: 5px 6px 24px rgb(0 0 0 / 45%);
}

.heading {
    font-size: 3.75rem;
    color: #066dab;
    font-weight: 800;
    margin-bottom: 2rem;
    font-family: "Segoe UI Bold";
}

.fix-mr-top {
    margin-top: 3rem;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    width: 15.625rem;
}

.our-research-theme {
    background: var(--unnamed-color-f89820) 0% 0% no-repeat padding-box;
    background: #f89820 0% 0% no-repeat padding-box;
    text-align: left;
    font-size: 1.875rem;
    color: #ffffff;
    text-transform: capitalize;
    padding: 1rem 2.5rem;
    margin: 3rem 0 2rem;
}

.themes ul li {
    list-style-position: outside !important;
    margin-left: 1.5rem;
}

.themes ul li a {
    text-align: left;
    font-size: 2.5rem;
    color: #000000;
    text-decoration: none;
}

.themes ul li a {
    font-size: 1.3rem;
}

.themes ul li a:hover {
    color: #f89820;
}

#research-theme {
    font-size: 1.625rem !important;
}

.research-themes .themes ul li a {
    text-align: left;
    font-size: 2.5rem;
    color: #000000;
    text-decoration: none;
}

.research-themes .themes ul li {
    list-style: square inside url("../images/ic_arrow_drop_up_24px.svg");
}

.research-themes .themes ul li {
    margin: 1rem 0 1.5rem;
}

.research-themes .themes ul li a {
    font-size: 1.3rem;
}

.research-themes .themes ul li a:hover {
    color: #f89820 !important;
}

.research-themes .custom_hr {
    color: #fff;
    opacity: 1;
    border-bottom: 1px dashed #fff;
    /* width: 83%; */
    margin: 2rem auto 2rem;
}

.custom_white_listing li {
    font-size: 1.3rem;
    list-style: url(../images/Inner_page/3_Govrnace/white.svg) !important;
    list-style-position: outside !important;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

p#noDataError {
    font-size: 1.5rem;
    margin-bottom: 3rem;
}


/* common section padding */

.section_padding {
    padding: 5rem 0;
}

.section_paddingB {
    padding: 0 0 5rem;
}

.section_paddingT {
    padding: 5rem 0 0;
}


/* font weight bold to h1 */

h1 {
    font-weight: bold;
}


/* box-shadow class */

.box_shadow1 {
    box-shadow: 0 0 15px rgb(0 0 0 / 25%);
}


/* common clr */

.clr_1 {
    color: #005b9d;
}


/* input classes */

.form-control:focus,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible,
input:focus,
input:focus-visible {
    outline: 0;
    box-shadow: none;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus,
.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
    outline: 0;
}

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

    body,
    html {
        font-size: 0.85rem;
    }

    .icon {
        justify-content: center;

    }

    .btn-primary {
        font-size: 1rem !important;
        padding: 0.5rem 1.5rem !important;
    }

    .heading {
        font-size: 2rem;
        margin-left: 0.5rem;
    }

    .inner-pages-heading {
        padding: 3rem;
    }

    .inner-pages-heading h1 {
        font-size: 1.25rem;
    }

    footer span {
        font-size: 1.5rem !important;
        margin-bottom: 0.7rem !important;
        display: inline-block;
        margin-top: 1rem;
    }

    .section_padding {
        padding: 2.5rem 0;
    }

    .section_paddingB {
        padding: 0 0 2.5rem;
    }

    .section_paddingT {
        padding: 2.5rem 0 0;
    }

    .dropdown-menu .dropdown-submenu {
        display: none;
        position: absolute;
        left: 0% !important;
        top: 3rem !important;
        width: 250px !important;
    }

    /* .top-header {
		justify-content: flex-start !important;
	} */
}

a.footer-address-anchor {
    color: #ffffff;
    text-decoration: none;
}

a.footer-address-anchor:hover {
    color: #ffffff;
}

@media (min-width: 768px) and (max-width: 992px) {
    .heading {
        font-size: 3rem;
        margin-left: 0.8rem;
    }

    .inner-pages-heading {
        padding: 4rem;
    }

    .inner-pages-heading h1 {
        font-size: 1.875rem;
    }

    .section_padding {
        padding: 2.5rem 0;
    }

    .section_paddingB {
        padding: 0 0 2.5rem;
    }

    .section_paddingT {
        padding: 2.5rem 0 0;
    }
}

button {
    background: transparent;
    border: 0;
    padding: 0;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

/* .btm-mr {
    bottom: 3rem !important;
    padding: 3rem 5rem !important;
} */
.btm-mr {
    bottom: 0rem !important;
    padding: .5rem 2rem !important;
    background: #808080b5;
}


@media screen and (max-width:400px) {
    .btm-mr {
        bottom: 2rem !important;
    }
}


.common-link {
    color: #005b9d;
    text-decoration: none;
}

.common-link:hover {
    color: #f89820;
}

.sidebar-nav-links li a:hover {
    color: #052343;
}

/* border-radius classes */

.border-radius-0 {
    border-radius: 0 !important;
    text-decoration: none;
}


/* Header CSS Starts */

.top-header {
    display: flex;
    justify-content: space-evenly;
    padding: 1rem 0;
}

.header-card {
    margin: auto 0;
}

.icon {
    margin: auto 0;
    display: flex;
}

.ionic {
    background-color: #066dab;
    border-radius: 50%;
    padding: 0.3rem;
    margin: 0.7rem;
}

.twitter {
    background-color: #1da1f2;
    border-radius: 50%;
    padding: 0.3rem;
    margin: 0.7rem;
}

.facebook {
    background-color: #3b5998;
    border-radius: 50%;
    padding: 0.3rem;
    margin: 0.7rem;
}

.afors {
    margin: auto 0 !important;
    color: #9d9d9d;
    font-size: 1.5rem;
    /* font-weight: bold; */
    padding: 0.7rem;
    text-decoration: none;
    margin-top: 1rem;

}
.afors:hover {
    color: #9d9d9d;
    text-decoration: none;
    
}

@media (min-width:768px) and (max-width:992px) {
    .ionic {
        padding: 0rem;
        margin: 0.2rem;
    }

    .twitter {
        padding: 0rem;
        margin: 0.2rem;
    }

    .facebook {
        padding: 0rem;
        margin: 0.2rem;
    }
}

.dropdown-toggle::after {
    vertical-align: middle !important;
}

.show::after {
    transform: rotate(-180deg);
}

.navbar {
    padding: 0rem !important;
}

nav li {
    flex: 1 0 0;
    background: #066dab 0% 0% no-repeat padding-box;
    opacity: 1;
    text-align: center;
    font: normal normal normal 1.25rem/1.6875rem Segoe UI;
    letter-spacing: 0px;
    /* color: #FFFFFF; */
    opacity: 1;
    margin-right: 0.1rem;
    /* padding: 0.5rem; */
}

nav li a:hover {
    background-color: #f89820;
}

/* nav li a:active {
    background-color: #f89820;
} */

.navbar-nav {
    width: 100%;
}

.white-bg {
    border-radius: 0.7rem !important;
    /*margin: 0.6rem !important;*/
    padding: 1rem 0.5rem;
}

.white-bg li {
    background-color: #ffffff;
    color: black;
}

.white-bg li a {
    /* color: black !important; */
}

.white-bg li a:hover {
    color: #f89820 !important;
    background-color: #ffffff !important;
}

.white-bg li a.active-navbar-link {
    color: #f89820 !important;
}

.active-navbar-link {
    color: #f89820 !important;
}

.nav-link {
    padding: 1rem !important;
}

.nav-link:hover {
    background-color: #f89820 !important;
}

.nav-link.show {
    background-color: #f89820 !important;
}

.linkactive {
    background-color: #f89820 !important;
}

.main-item {
    background-color: #066dab !important;
}

.main-item:hover {
    background-color: #f89820 !important;
}

.main-item li {
    text-align: left;
}

.white-bg li {
    list-style-type: disc !important;
    margin-left: 2.5rem;
    color: #f89820;
}

.white-bg li a {
    margin-left: -1 !important;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu {
    /* margin-top: 0.2rem; */
    margin-top: 0.125rem;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    width: 17.5rem;
    border-radius: 0.7rem;
    transition: all 3s ease-in-out !important;
}


@media (min-width:768px) and (max-width:992px) {
    .dropdown-menu .dropdown-submenu {
        left: 0;
        display: none;
        position: absolute;
        left: 0% !important;
        top: 4.5rem !important;
        width: 250px !important;
    }
}

@media (min-width:992px) and (max-width:1123px) {
    .dropdown-menu .dropdown-submenu {
        width: 15rem;
    }
}

@media (min-width:1124px) and (max-width:1201px) {
    .dropdown-menu .dropdown-submenu {
        width: 16.06rem;
    }
}

@media only screen and (max-width:768px) {
    .dropdown-menu .dropdown-submenu {
        display: none;
        position: absolute;
        left: 0% !important;
        top: 4rem;
        width: 250px;
    }
}


.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
    transition: all 1s ease-in-out !important;
}



.nav-sub-icon {
    margin-bottom: 0.7rem;
    /* margin-left: 1rem; */
    margin-right: auto;
}



/* #navbarDropdownMenuLink1, #navbarDropdownMenuLink2{
	border-right: 1px solid #ffffff;
} */

/* .nav-top-dropdown:hover .nav-top-dropdown-ul {
    transition-timing-function: ease-out;
    display: block;
} */

/* @media screen and (min-width:768px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    } */


/* .active-page-link{
    color: #f89820 !important;
} */


@media screen and (max-width:400px) {
    .apply-btn-mobile {
        width: 36% !important;
    }

    .app-btn {
        margin: 0 !important;
    }
}

.visible-on-mbl {
    font-size: 1.2rem;
}

@media screen and (max-width:350px) {
    .hidden-on-mbl {
        display: none;
    }
}

@media screen and (min-width:351px) {
    .visible-on-mbl {
        display: none;
    }
}

/* Header CSS Ends */


/* Footer CSS Starts */

.footer-section {
    background: url("../images/footer/footer-bg.webp") 0% 0% no-repeat padding-box;
    background-size: cover;
    /* padding: 3rem 0; */
}

.copyright {
    display: flex;
    justify-content: space-between;
}

.copyright a {
    text-decoration: none;
}

.copyright a:hover {
    color: #f89820;
}

footer span {
    font-size: 2.5rem;
    color: #ffffff;
    display: inline-flex;
    margin-bottom: 0.8rem;
}

footer p {
    font-size: 1.2rem;
    color: #ffffff;
}

footer ul {
    list-style: none;
    list-style-position: outside !important;
    padding: 0.1rem;
    color: #ffffff;
    font-size: 1.2rem;
}

footer ul li {
    margin-bottom: 0.5rem;
}

footer li a {
    text-decoration: none;
    color: #ffffff;
}

footer a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.footer-icon {
    margin: auto 0;
    display: flex;
}

.footer-ionic {
    background-color: #ffffff;
    border-radius: 50%;
    padding: 0.1rem;
    margin: 0.6rem;
}

.footer-twitter {
    background-color: #ffffff;
    border-radius: 50%;
    padding: 0.1rem;
    margin: 0.6rem;
}

.footer-facebook {
    background-color: #ffffff;
    border-radius: 50%;
    padding: 0.1rem;
    margin: 0.6rem;
}

.footer-section span.footer-desktop {
    /* transform: rotate( 270deg) translateY(-5.4rem); */
    color: #fff;
    z-index: 5;
    background-color: #FC8D12;
    margin-top: 0rem;
    font-size: 1.5rem;
    padding: 0.7rem 1.5rem;
    font-weight: 600;
    /* position: absolute;
    top: 4.5rem;
    left: -2rem; */
    width: 17rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: start;
}

.footer-mobile {
    display: none;
}

#footer-mbl {
    color: #fff;
    z-index: 5;
    background-color: #FC8D12 !important;
    margin-top: 0rem;
    font-size: 1.6rem;
    padding: 0.7rem 1.5rem;
    font-weight: 600;
    /* position: absolute;
    top: 4.5rem;
    left: -2rem; */
    /* width: 12rem; */
    margin-bottom: 1rem;
    display: flex;
    justify-content: start;
}

@media screen and (max-width:767px) {
    #footer-mbl {
        width: 18rem;
    }
}

/* #footer-events {
    left: 0;
} */

@media screen and (max-width:600px) {
    .footer-section li {
        margin-left: 2rem;
    }
}

@media (min-width:621) and (max-width:768px) {
    .footer-section span {
        background-color: transparent !important;
        width: 15rem;
        left: -4rem;
    }
}

.position-relative {
    position: relative;
}

@media screen and (max-width:620px) {
    .footer-section span {
        background-color: transparent !important;
        width: 15rem;
        left: -3rem;
    }
}

@media screen and (max-width:600px) {
    .footer-section span.footer-mobile {
        display: visible;
        rotate: 0;
        left: 0;
    }

    .footer-desktop {
        display: none;
    }

    .position-relative {
        position: static;
    }
}

#address-footer {
    font-size: 1.3rem;
    font-weight: 200;
}

.footersection-mbl li {
    list-style: square outside url(../images/ic_arrow_drop_up_24px.svg);
    margin-left: 2rem;
}

.footersection-mbl p {
    font-size: 1.5rem;
    font-weight: 600;
}

@media (min-width:768px) and (max-width:992px) {
    .footer-desktop {
        top: 5rem !important;
    }
}

@media screen and (max-width:768px) {
    .footersection-mbl {
        display: visible;
    }

    .footersection-desktop {
        display: none;
    }
}



@media screen and (min-width:769px) {
    .footersection-mbl {
        display: none;
    }

    .footersection-desktop {
        display: visible;
    }
}

/* @media (min-width:900px) and (max-width:992px) {
    .footer-section span.footer-desktop {
        left: 0rem;
    }
   S */


/* Footer CSS Ends */


/* Home page CSS Starts */

#home-apply-now-btn {
    position: fixed;
    top: 35%;
    right: 0%;
    transform: rotate(-270deg) translateY(-2.8rem);
    /* transform: rotate(-270deg); */
    color: #fff;
    z-index: 5;
    padding: 0.5rem 1rem;
    background: #FC8D12;
    border-radius: 0 0 0.5rem 0.5rem;
}

#home-add-update-btn {
    font-size: 1rem;
    position: fixed;
    top: 45%;
    right: 0%;
    transform: rotate(-270deg) translateY(-5.4rem);
    /* transform: rotate(-270deg); */
    color: #ffffff !important;
    z-index: 5;
    padding: 0.8rem 1.3rem;
    background: #005B9D;
    border-radius: 0 0 0.5rem 0.5rem;
}

/* #home-add-update-btn:hover{
    box-shadow: 2px 3px 15px rgb(0 0 0 / 45%);
}  */

/* Banner css */

.banner {
    width: 100%;
}

.banner-content {
    background: #066dab 0% 0% no-repeat padding-box;
    position: relative;
    bottom: 0;
    margin-top: -11rem;
    padding: 3rem;
    margin-left: 2.8rem;
}

.banner-content-header {
    font-size: 3.125rem;
    color: #ffffff;
    font-weight: 600;
}

.banner-content p {
    font-size: 1.5625rem;
    color: #ffffff;
}


/* Home Page About css */

.about_us_section .about_img {
    background: url("../images/About-us/1.webp");
    background-repeat: no-repeat;
    background-size: 60% 100%;
}

.about-img {
    /* margin-left: 0.8rem; */
}

.about-session {
    /* margin: auto 0; */
    margin-left: -4rem;
    /* top: -5rem; */
    /* position: relative; */
    /* max-width: 65%; */
    /* z-index: 999; */
}

.about-content {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 30px #00000026;
    padding: 4rem;
    margin: 2rem;
}

.about-content span {
    font-size: 3.125rem;
    color: #066dab;
    font-weight: 600;
}

.about-content p {
    font-size: 1.4375rem;
    color: #1d1d1d;
    padding-top: 1.5rem;
}

#read-more {
    padding: 0.9rem 3.5rem;
    border-radius: 0;
}

#cards-read-more {
    padding: 0.5rem 1rem;
    border-radius: 0;
}

#view-all-news {
    padding: 0.8rem 3.5rem;
    border-radius: 0;
}

#more-research {
    padding: 0.8rem 2.5rem;
    border-radius: 0;
}

@media (min-width:550px) and (max-width:991px) {
    .about-themes-pad {
        position: relative;
        top: -5rem;
    }
}

@media screen and (max-width:400px) {
    .responsive-br {
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }

}



/* Propsective CSS */

.cards-section {
    background: url("../images/cards-bg.webp") 0% 0% no-repeat padding-box;
    background-size: contain;
}

.cards-section .card {
    /* box-shadow: 0px 5px 12px 3px #d8d8d8; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    margin: 10px;
    height: 22.5rem;
}

#students_prospective .owl-nav {
    display: none !important;
}

.cards-section .card-title {
    font-size: 1.375rem;
    color: #066dab;
}

.cards-section .card-text {
    color: #1d1d1d;
    font-size: 1rem;
}


/* Our Research */

.research-sec .nav-link {
    padding: 0;
}

.our-research {
    display: flex;
    justify-content: center;
}

.research-sec .nav-item {
    flex: 1 0 0;
    /* background: #066dab 0% 0% no-repeat padding-box !important; */
    background-color: #066dab;

    font-size: 1.25rem;
    color: #ffffff;
    margin-right: 0.1rem;
}


.research-sec .nav-item .nav-link {
    -webkit-appearance: none;
}

/* .research-sec .nav-link {
    
    -moz-appearance: none;
    appearance: none;
} */


/* _::-webkit-full-page-media, _:future, :root .research-sec .nav-item {
    background-color: #066dab;
 } */

/* @media screen and (-webkit-min-device-pixel-ratio:0) {
    .research-sec .nav-item { background-color:#066dab; }
} */

.research-sec .nav-item:hover {
    background-color: #f89820 !important;
    -webkit-appearance: none;

    color: #ffffff;
}

.research-content {
    width: 100%;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #969696;
}

.adv-txt {
    font-weight: bold;
}

.research-content .nav-link.active {
    background-color: #f89820 !important;
    position: relative;
    height: 100%;
}

.research-content .nav-link.active:after {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f8982d;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.research-sec {
    display: flex;
    flex-direction: row;
    padding: 0 !important;
    justify-content: space-between !important;
}

.research-sec span {
    color: #ffffff !important;
    font-size: 1.438rem;
}

.research-sec .nav-link {
    text-align: center;
    font-size: 1.438rem;
    color: #ffffff;
    padding: 1rem;
    margin: 0;
}

#last-item {
    margin: 0 !important;
}

.research-content img {
    /* display: inline-block; */
    /* background: transparent 0% 0% no-repeat padding-box; */
    /* border: 1px solid #969696; */
    /* opacity: 1; */
    /* margin: 0; */
    /* max-width: 100%; */
    /* height: auto; */
}

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

.research-desc span {
    font-size: 2.188rem;
    color: #1d1d1d;
}

.research-desc .bold {
    font-size: 1.438rem;
    color: #1d1d1d;
}

.research-desc p {
    font-size: 1.438rem;
    color: #1d1d1d;
}

.research-description {
    /* padding-right: 4rem; */
}

.research-description-heading {
    text-align: left;
    font-size: 2.188rem;
    letter-spacing: 0px;
    color: #1d1d1d;
    opacity: 1;
    font-weight: 600 !important;
}

@media screen and (max-width:768px) {
    .research-description-heading {
        font-size: 1.9rem;
    }
}

/* New and Research Css */

.news-section {
    background: url("../images/news-bg.webp") 0% 0% no-repeat padding-box;
    background-size: 99% 27%;
    background-position: top center;
}

.news-section h1 {
    font-size: 3.75rem;
    color: #ffffff;
    padding: 4rem 0 4rem 2rem;
    font-family: "Segoe UI Bold";
}

.news-research-stories-div {
    display: flex;
    justify-content: center;
}

/* 
.news-member {
    margin-left: 2rem;
    margin-right: 1rem;
} */

@media (min-width:768px) and (max-width:768px) {
    .news-member {
        text-align: center;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .news-member {
        /* margin-left: 2rem; */
        margin-right: 1rem;
    }

}

@media screen and (min-width:992px) {
    .research-desc-lg {
        display: block;
    }

    .research-desc-md {
        display: none;
    }

}

@media screen and (max-width:991px) {
    .research-desc-lg {
        display: none;
    }

    .research-desc-md {
        display: block;
    }

    .btn-center {
        display: flex;
        justify-content: center;
    }
}

.news-member .d-md-block {
    max-height: 50rem;
    overflow-y: scroll;
}

.chart .inner-chart {
    display: flex;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #d8d8d8;
    position: relative;
}

.chart {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 30px #00000026;
    padding: 1rem;
    width: 100%;
    border-block-start: 13px solid #f89820;
}

.inner-chart .content {
    margin: auto;
    padding: 1rem;
}

.inner-chart .content span {
    font-size: 1rem;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: inline-flex;
}

.inner-chart .content p {
    font-size: 1rem;
    color: #000000;
    margin: 0;
}

.story-img {
    margin-top: 7rem;
}

.more-stories {
    margin-left: 2.2rem;
}

.datediv {
    position: absolute;
    /* position: relative; */
    background: #f89820 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 0px 10px;
    color: #fff;
    padding: 0.2rem;
    z-index: 99;
    bottom: 0;
    left: 0;
    font-weight: 700;
}

.datediv span {
    color: #ffffff;
    font-size: 1.25rem;
}


/* Additional Css */

.additional-section {
    background: #f1f1f1 0% 0% no-repeat padding-box;
    padding: 3rem;
}

.research-partner {
    margin-left: 5rem;
}

.partners {
    /* display: flex; */
    /* justify-content: space-between; */
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #0000001a;
    padding: 1.5rem;
}

#research_partner.owl-theme .owl-nav {
    position: absolute;
    top: -8rem;
    left: -25px;
}

.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
    background: orange !important;
    color: #fff !important;
}

#research_partner.owl-theme .owl-nav .owl-next,
#research_partner.owl-theme .owl-nav .owl-prev {
    background: orange;
    color: #fff;
    height: 40px;
    width: 40px;
}

#research_partner.owl-theme .owl-nav i {
    color: #fff !important;
}

.research-partner-heading {
    font-size: 3.75rem;
    color: #066dab;
}

.additional-info-content {
    margin: auto;
}

.additional-info-content span {
    font-size: 1.6rem;
    color: #066dab;
}

.additional-info-content p {
    font-size: 1.5rem;
    color: #066dab;
}

.img-1 {
    width: 67%;
}

.img-2 {
    width: 38%;
    margin: -8rem;
    padding-top: 14rem;
}


/* .academy-video-section {
	margin-top: 3rem;
} */

.video-size {
    width: 100%;
    height: 400px;
}

.video-info {
    font-size: 1.563rem;
    color: #000000;
    margin: 0;
    padding: 1rem 1rem 1rem 0;
}

.content-1 {
    background: hsl(203, 89%, 53%) 0% 0% no-repeat padding-box;
    padding: 3rem;
}

.content-1 span {
    font-size: 1.25rem;
    color: #ffffff;
    /* margin: auto; */
    /* padding: 0 2rem; */
}

.content-1 p {
    font-size: 1.25rem;
    color: #ffffff;
    margin: 2rem 0;
}

.tweet-div {
    display: flex;
    justify-content: space-between;
}

.tweet-img {
    padding: 0.6rem;
    margin: 0 !important;
}

.content-1 #date {
    font-size: 1.125rem;
    color: #ffffff;
}

.content-2 {
    background: #f89820 0% 0% no-repeat padding-box;
    display: flex;
    padding: 7rem 3rem 3rem;
}

.content-2 img {
    margin-top: -7rem;
}

.content-2 p {
    font-size: 1.2rem;
    color: #ffffff;
}

.content-2 .member-name {
    font-size: 1.25rem;
    text-align: right;
    color: #ffffff;
}

#student_testimonials.owl-theme .owl-nav.disabled+.owl-dots {
    display: flex;
    justify-content: center;
}

#student_testimonials.owl-theme .owl-dots .owl-dot span {
    background: #be6f0c;
    border: none;
}

#student_testimonials.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

#our_tweets.owl-theme .owl-nav {
    position: absolute;
    top: -6rem;
}

.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
    background: orange !important;
    color: #fff !important;
}

#our_tweets.owl-theme .owl-nav .owl-next,
#our_tweets.owl-theme .owl-nav .owl-prev {
    background: orange;
    color: #fff;
    height: 40px;
    width: 40px;
}

#our_tweets.owl-theme .owl-nav i {
    color: #fff !important;
}


/* Life css */

.life-at-iitb-content {
    margin: auto;
    margin-top: 0.8rem;
}

.life-at-iitb-content span {
    font-size: 3.75rem;
    color: #066dab;
}

#life-iitb-heading {
    margin-bottom: 0.8rem !important;
}

.life-at-iitb-content .bold {
    font-size: 1.4rem;
    color: #1d1d1d;
    font-weight: 600;
}

.life-at-iitb-content p {
    font-size: 1.4rem;
    color: #1d1d1d;
}

#inverted-quotes,
#inverted-quotes-hover {
    width: 2rem;
    /* margin-top: -2rem; */
    margin: 0;
    position: absolute;
    /* top: -1rem; */
    z-index: 999;
}

.dropdown-item {
    white-space: normal !important;
}

.home-life-at-iitb-sec .carousel-control-next-icon {
    background-image: url('../images/icons/owl_forward.svg') !important;
}

.home-life-at-iitb-sec .carousel-control-prev-icon {
    background-image: url('../images/icons/owl_back.svg') !important;
}
.home-carousel::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 170px;
    width: 100%;
    z-index: 10;
    background: linear-gradient(to bottom, rgba(252, 252, 252, 0) 0%, rgba(250, 250, 249, 0) 1%, rgba(2, 2, 0, 0.9) 100%);
}
.carousel-caption{
    z-index: 12
}

.carousel-indicators{
    z-index: 12;
}

.timeline-footer {
    display: none;
}

.timeline-Footer {
    display: hidden !important;
}

.my-prev-button,
.my-next-button {
    padding: 0 0.9rem;
}

.home-cards .cards {
    max-height: 25rem !important;
}

@media screen and (max-width: 767px) {
    .about_us_section .about_img {
        background: transparent;
    }
}

@media (min-width:768px) and (max-width:769px) {
    .about-content {
        margin-top: 1.5rem !important;
        /* margin-left: 20rem !important; */
    }
}

@media screen and (max-width: 992px) {
    .story-img {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .content-1 {
        padding: 1.5rem;
    }

    /* .inner-chart .content span {
        min-height: 4rem;
    } */
    #news_research .item {
        /* padding: 1rem; */
        margin: 1rem;
    }

    #inverted-quotes {}

    #students_prospective.owl-theme .owl-nav .owl-next,
    #students_prospective.owl-theme .owl-nav .owl-prev {
        background: orange;
        color: #fff;
        height: 40px;
        width: 40px;
    }

    #students_prospective.owl-theme .owl-nav i {
        color: #fff !important;
    }

    .inner-chart img {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .news-section {
        background-size: contain;
    }

    .chart .inner-chart {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1rem;
        margin: 0;
    }

    .banner-content-header {
        font-size: 2.125rem;
        color: #ffffff;
    }

    .banner-content p {
        font-size: 0.5625rem;
        color: #ffffff;
    }

    .about-session {
        margin: auto 0;
    }

    .about-img {
        /* margin: auto; */
        /* margin-left: 1.5rem; */
    }

    .about-content {
        padding-top: 95px;
    }

    .about-session {
        margin: 1rem auto;
        /* width: 95%; */
    }

    .about-content {
        background: #ffffff 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 30px #00000026;
        padding: 1rem;
        /* margin-left: 0; */
        margin: -3rem 15px 0 !important;
    }

    @media (min-width:768px) and (max-width:768px) {
        .about-content {
            margin: 0 !important;
            /* margin: 0; */
        }
    }

    .about-content span {
        font-size: 2.125rem;
        color: #066dab;
    }

    .about-content p {
        font-size: 1rem;
        color: #1d1d1d;
        padding-top: 0.5rem;
    }

    .about-btn {
        font-size: 1rem;
        padding: 0.4rem;
    }

    .research-content {
        /* margin: 1rem; */
    }

    .news-section .heading-news-research {
        font-size: 2rem;
        padding: 3rem 0 1rem 0.5rem;
    }

    .datediv {
        /* margin-top: 10rem; */
    }

    .additional-info-content {
        margin-top: 1.5rem;
    }

    /* .content-1, .content-2{
        margin-top: 3rem;
    } */
    .video {
        padding: 1rem;
    }

    .video iframe {
        height: 200px;
    }

    .life-at-iitb-content {
        padding: 2rem;
    }

    .chart {
        padding: 1.5rem !important;
    }

    .banner-content {
        margin-top: -2rem !important;
    }
}

@media screen and (max-width: 992px) {
    .banner-content {
        background: #f89820 0% 0% no-repeat padding-box;
        position: relative;
        margin-top: -4rem;
        padding: 0.5rem;
        margin-left: 0.2rem;
    }

    .banner-content-header {
        font-size: 2.125rem;
        color: #ffffff;
    }

    .banner-content p {
        font-size: 1rem;
        color: #ffffff;
    }

    .research-content-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .research-description {
        padding: 1rem;
    }

    .heading-news-research {
        font-size: 2rem;
        position: relative;
        top: -2rem;
    }

    /* .partners{
        display: flex;
        flex-direction: col;
    } */
    .content-2 {
        margin-top: 3rem;
        padding: 3rem 1.5rem 1rem;
        height: auto !important;
    }

    .life-at-iitb-content {
        /* margin-top: 3rem; */
    }

    #inverted-quotes,
    #inverted-quotes-hover {
        width: 4rem;
        margin-top: -2rem;
        top: 4rem;
        position: absolute;
    }

    .additional-section {
        padding: 3rem 1.5rem 3rem;
    }

    .more-stories {
        margin: 0 auto;
        text-align: center;
    }

    .chart {
        padding: 2rem;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .about-img {
        margin: auto;
        margin-left: 0.4rem;
    }

    .about-session {
        /*margin: -4rem 0;
		/* width: 70%; */
        margin-left: 22rem;
        top: -15rem;
    }

    .about-content {
        background: #ffffff 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 30px #00000026;
        padding: 1.4rem;
    }

    .about-content span {
        font-size: 2.125rem;
        color: #066dab;
        font-weight: 500;
    }

    .about-content p {
        font-size: 1rem;
        color: #1d1d1d;
        padding-top: 0.7rem;
    }

    .about-btn {
        font-size: 1.2rem;
        padding: 0.6rem;
    }

    .news-section .heading-news-research {
        font-size: 3rem;
        padding: 4rem 0 1rem 0.5rem;
    }

    .additional-info-content {
        margin-top: 6rem;
    }
}

@media screen and (max-width: 1200px) {
    .partners {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 400px) {
    .btm-mr {
        bottom: 0rem !important;
        padding: 1rem 1.8rem !important;
    }
}

@media (min-width:400px) and (max-width: 700px) {
    .btm-mr {
        bottom: 0rem !important;
        padding: 2rem 2.5rem !important;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {}

.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #f8982d;
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    display: inline-block;
    margin-right: 0.5rem;
    line-height: 20px;
}

@media screen and (max-width:768px) {
    #home-apply-now-btn {
        transform: rotate(-270deg) translateY(-2rem);
    }

    #home-add-update-btn {
        top: 55%;
        transform: rotate(-270deg) translateY(-4rem);
        padding: 0.8rem;
        font-size: 1rem;
    }
}

@media screen and (min-width:1900px) {
    #home-add-update-btn {
        margin-right: 0.7rem !important;
    }
}

@media screen and (min-width:500px) {
    .cards-section .card {
        height: auto;
    }

    .research-sec span {
        font-size: 1.2rem;
        line-height: 18px;
    }

    .research-sec .nav-link {
        line-height: 14px;
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .prospective-cards {
        height: 24rem !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .prospective-cards {
        /* height: 24rem!important; */
        height: 25rem !important;
    }

    #cards-read-more {
        bottom: 1rem;
    }

}

@media (min-width:992px) and (max-width:1200px) {
    #cards-read-more {
        position: absolute;
        bottom: 1rem;
    }
}

@media (min-width:992px) and (max-width:1000px) {
    .prospective-cards {
        height: 32rem !important;
        position: relative;
    }
}

@media (min-width:1000px) and (max-width:1100px) {
    .prospective-cards {
        height: 24rem !important;
        position: relative;
    }
}

@media (min-width:1101px) and (max-width:1200px) {
    .prospective-cards {
        /* height: 24rem!important; */
        height: 23rem !important;
        position: relative;
    }
}

@media screen and (max-width:500px) {
    #student-testimonials-card p {
        font-size: 1.2rem;
        height: auto;
    }

    #inverted-quotes,
    #inverted-quotes-hover {
        width: 2rem;
        /* margin-top: -2rem; */
        margin: 0;
        position: absolute;
        /* top: -0.1rem; */
        top: 0.8rem;
        z-index: 999;
    }
}

@media (min-width:501px) and (max-width:768px) {
    #student-testimonials-card {
        min-height: 18rem
    }

    #student-testimonials-card p,
    span {
        font-size: 1.2rem;
    }

    #inverted-quotes {
        width: 2rem;
        margin-top: -3rem;
        /* margin: 0; */
        position: absolute;
        /* top: -0.1rem; */
        /* top: 0.8rem; */
        z-index: 999;
    }
}

@media (min-width:769px) and (max-width:992px) {
    #student-testimonials-card {
        min-height: 18rem
    }

    #inverted-quotes,
    #inverted-quotes-hover {
        width: 3rem;
        /* margin-top: -1rem; */
        margin: 0;
        position: absolute;
        top: 0.3rem;
        z-index: 999;
    }
}

@media (min-width:993px) and (max-width:1199px) {
    #student-testimonials-card {
        min-height: 16rem !important;
    }

    #inverted-quotes,
    #inverted-quotes-hover {
        width: 3rem;
        /* margin-top: -2rem; */
        margin: 0;
        position: absolute;
        top: 1rem;
        z-index: 999;
    }
}

/* 
@media only screen and (max-width:1200px){
    #student-testimonial-card{
        height: 20rem;
    }
} */

@media (min-width:1200px) and (max-width:1400px) {
    #student-testimonials-card {
        min-height: 18rem;
    }

    #inverted-quotes,
    #inverted-quotes-hover {
        width: 2.5rem;
        /* margin-top: -2rem; */
        margin: 0;
        position: absolute;
        /* top: -1rem; */
        z-index: 999;
    }
}

@media (min-width:1400px) and (max-width:1600px) {
    #student-testimonials-card {
        min-height: 18rem !important;
    }

    #inverted-quotes,
    #inverted-quotes-hover {
        width: 2.5rem;
        /* margin-top: -2rem; */
        margin: 0;
        position: absolute;
        /* top: -0.1rem; */
        z-index: 999;
    }
}

@media (min-width:1600px) and (max-width:1800px) {
    #student-testimonials-card {
        min-height: 18rem !important;
    }

    #inverted-quotes,
    #inverted-quotes-hover {
        width: 2.5rem;
        /* margin-top: -2rem; */
        margin: 0;
        position: absolute;
        /* top: -1rem; */
        /* top: -0.1rem; */
        z-index: 999;
    }
}



@media screen and (min-width:1801px) {
    #student-testimonials-card {
        min-height: 18rem !important;
    }
}

#student-testimonials-card:hover {
    transform: scale(1.0) !important;
    /* background-color: #005B9D;
    color: #ffffff; */
}

#student-testimonials-card .member-name {
    text-align: right !important;
}

#student_testimonials.owl-theme .owl-dots {
    margin-top: 3rem;
}

#student_testimonials.owl-theme .owl-dots .owl-dot span {
    background: #eedbc3;
}

#student_testimonials.owl-theme .owl-dots .owl-dot.active span {
    background: #f89820 !important;
}


/* 
#student_testimonials .card.active .card {
    background-color: red;
} */


/* 
#student_testimonials.owl-theme .owl-item.active.center {
    background-color: #005B9D !important;
    color: #ffffff;
} */

#student_testimonials.owl-theme .owl-nav {
    display: none;
}


/* Home page css ends */


/*------------------- For Industry CSS Starts---------------------*/

.forIndustryUl li {
    font-size: 1.125rem;
    color: #1d1d1d;
    list-style: square inside url(../images/Inner_page/becoming-research/tick.svg);
    list-style-position: outside !important;
    /* margin-left: 2rem; */
    margin-bottom: 1rem;
}


/*------------------- For Industry CSS Ends---------------------*/


/*-------------------For Supervisors CSS Starts---------------------*/

.supervisor-img {
    position: relative;
    bottom: 10rem;
}

@media screen and (max-width:992px) {
    .supervisor-img {
        position: static;
        align-items: center;
        margin: 0;
    }
}


/*-------------------For Supervisors CSS Ends---------------------*/


/*-------------------For Prospective Students CSS Starts---------------------*/

.prospective-student p {
    font-size: 1.125rem;
    color: #1D1D1D;
}

.prospective-student h2 {
    font-size: 1.5rem;
    color: #005B9D;
    font-weight: bold;
}

.prospective-student a {
    text-decoration: none;
    font-size: 1rem;
    color: #005B9D;
    font-weight: bold;
}


/*-------------------For Prospective Students CSS Ends---------------------*/


/*-------------------Life at IITb CSS Starts---------------------*/

.life-at-iitbpage {
    background-image: url("../images/Inner_page/Lif-at-IITB-Monash/bg.webp");
}

.lifeatiitb-img {
    position: relative;
    margin-top: -8rem;
}

.life-at-iitb-page-desc {
    font-size: 1.2rem;
    color: #1d1d1d;
}

.life-at-iitb-page-desc a {
    text-decoration: none;
    color: #1da1f2;
}

.life-at-iitb-page-desc span {
    background-color: #FFEED9;
    padding: 0.5rem;
    margin: 0.5rem 0;
}

.bg-pink {
    background-color: #FFEED9;
    padding: 0.5rem;
    margin: 0.5rem 0;
}

@media screen and (max-width: 992px) {
    .lifeatiitb-img {
        position: static;
        margin-top: 0;
    }
}


/*-------------------Life at IITb CSS Ends---------------------*/


/*------------------- About The Academy ---------------------*/

.about-page {
    background-image: url("../images/Inner_page/1_About_the_Acdemy/banner.webp");
}


/* .about-page span{
    color: var(--unnamed-color-ffffff);
    text-align: left;
    font: normal normal bold 60px/80px Segoe UI;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
} */

.abouttheacademy-img {
    position: relative;
    top: -5rem;
    margin-left: -2rem !important;
}

.about-us-page span {
    text-align: left;
    font-size: 2rem;
    color: #f89820;
    font-weight: bold;
    margin-bottom: 1rem;
    display: inline-flex;
}

.about-us-page p {
    text-align: left;
    font-size: 1.3rem;
    /* color: #000000; */
}

.about-us-page .our-offerings {
    background: #066dab 0% 0% no-repeat padding-box;
    position: relative;
    top: -14rem;
    border-radius: 40px;
    padding: 4rem;
    height: max-content;
}

.about-us-page .our-offerings h1 {
    text-align: left;
    font-size: 1.6rem;
    color: #ffffff;
    /* margin: 0 2rem; */
    font-weight: bold;
    margin-bottom: 1rem;
}

.about-us-page .our-offerings p {
    color: var(--unnamed-color-ffffff);
    text-align: left;
    font-size: 1.2rem;
    color: #ffffff;
    /* margin: 0 2rem; */
}

.about-us-page .our-research-theme {
    background: var(--unnamed-color-f89820) 0% 0% no-repeat padding-box;
    background: #f89820 0% 0% no-repeat padding-box;
    text-align: left;
    font-size: 1.875rem;
    color: #ffffff;
    text-transform: capitalize;
    padding: 1rem 2.5rem;
}

#about-research-theme {
    font-size: 1.625rem !important;
}

.about-us-page .themes ul li a {
    text-align: left;
    font-size: 2.5rem;
    color: #000000;
    text-decoration: none;
}

.about-us-page .themes ul li {
    list-style: square inside url("../images/ic_arrow_drop_up_24px.svg");
}

.about-us-page .themes ul li {
    margin: 1rem 0 1rem;
}

.about-us-page .themes ul li a {
    font-size: 1.3rem;
}

.about-us-page .themes ul li a:hover {
    color: #f89820 !important;
}

.about-us-page .custom_hr {
    color: #fff;
    opacity: 1;
    border-bottom: 1px dashed #fff;
    /* width: 83%; */
    margin: 2rem auto 2rem;
}

@media screen and (max-width: 552px) {
    .about-container {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .about-us-page .our-offerings {
        top: -10rem !important;
    }
}

@media (min-width: 992px) and (max-width: 1020px) {
    .about-us-page .our-offerings {
        left: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .about-us-page .our-offerings {
        top: -8rem !important;
    }
}

@media screen and (max-width: 552px) {
    .about-us-page .our-offerings {
        top: -2rem !important;
    }
}

@media screen and (max-width: 768px) {
    .abouttheacademy-img {
        position: relative;
        /* height: 20rem; */
        width: 100%;
        top: -2rem;
        margin-left: 0 !important;
    }

    /* .about-us-info {
        margin-top: 0 !important;
    } */
    .about-us-page .our-offerings {
        top: -1rem;
        margin-left: 6.5%;
        width: 90%;
        padding: 2rem;
    }

    .research-themes {
        margin-top: 0;
    }

    .our-research-theme {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .abouttheacademy-img {
        position: static;
        height: 30rem;
        width: 30rem;
        /* top: -3rem; */
        /* margin-top: 3rem; */
    }

    .about-img-div {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


/* ---------------------- About the academy ends -----------------------*/


/* ---------------------- Vison and Objectives -------------------------*/

.vision-and-objectives {
    background-image: url("../images/Inner_page/2 Vision & objectives/banner.webp");
}

.vision-and-objectives h1 {
    text-align: left;
    font-size: 3.75rem;
    color: #ffffff;
}

.vision-objectives {
    padding-right: 2rem;
}

.mr-top {
    margin-top: 5rem;
}

.research-themes {
    padding: auto;
}

.vision {
    display: flex;
    margin: 1rem 0;
}

.talent {
    display: flex;
    margin: 1rem 0;
}

.impact {
    display: flex;
    margin: 1rem 0;
}

.objectives {
    display: flex;
    margin: 1rem 0;
}

.vision-objectives .img_box {
    display: inline-flex;
    padding: 4rem;
    background: #f7f7f7;
}

@media (min-width:700px) and (max-width:768px) {
    .vision-objectives .img_box {
        padding: 2.5rem;
    }
}

@media (min-width:990px) and (max-width:1200px) {
    .vision-objectives .img_box {
        padding: 3rem;
    }
}

.vision-objectives img {
    background: #f6f6f6 0% 0% no-repeat padding-box;
    opacity: 0.8;
    width: 5rem;
    height: 5rem;
    display: inline-block;
    /* padding: 7rem; */
}

.desc {
    padding: 0 2rem;
    /* margin: 2rem auto; */
}

.desc span {
    text-align: left;
    font-size: 2rem;
    color: #066dab;
    display: block;
    font-weight: bold;
    margin-bottom: 1rem;
}

.desc p {
    text-align: left;
    font-size: 1.3rem;
    color: #1d1d1d;
}

.strategies {
    /* background: url("../images/Inner_page/2 Vision & objectives/achive_vision.webp")
		no-repeat;
	background-size: 100% 100%;
	background-position: top;
	background-origin: border-box; */
}

.strategies h1 {
    text-align: left;
    font-size: 2.188rem;
    color: #f89820;
    /* margin: 1rem 6rem; */
}

.strategies-border {
    height: 0.5rem;
    background-color: #f89820;
    /* margin-left: 6.8rem; */
    /* border-bottom: 2rem; */
    /* margin-bottom: 4rem; */
}

.strategies ul {
    list-style-position: outside !important;
}

.strategies ul li {
    text-align: left;
    font-size: 1.563rem;
    list-style: url("../images/Inner_page/3_Govrnace/white.svg") !important;
    list-style-position: outside !important;
    padding-bottom: 1rem;
    color: #ffffff;
    /* margin-left: 8rem; */
}

.content_box {
    padding: 7rem;
    background: url("../images/Inner_page/2 Vision & objectives/achive_vision.webp") no-repeat;
    background-size: cover;
    background-position: top;
    background-origin: border-box;
    position: relative;
    box-shadow: 0px 0px 24px rgb(0 0 0 / 45%);
    /* margin: 2rem; */
    margin: 0;
}

@media screen and (max-width: 700px) {
    .vision-objectives .img_box {
        padding: 0.5rem;
    }

    .vision {
        display: flex;
        flex-direction: column;
        margin: 1rem 0;
    }

    .talent {
        display: flex;
        flex-direction: column;
    }

    .impact {
        display: flex;
        flex-direction: column;
    }

    .objectives {
        display: flex;
        flex-direction: column;
    }

    .desc span {
        font-size: 1.375rem;
    }

    .desc p {
        font-size: 1.125rem;
    }

    .our-research-theme {
        font-size: 1.5rem;
    }

    .themes {
        line-height: 1.5rem;
    }

    .themes ul li a {
        font-size: 1.1rem;
    }

    .strategies {
        padding: 0rem 1rem;
        margin: 0 !important;
    }

    .content_box {
        padding: 4rem 2rem;
    }

    .strategies h1 {
        font-size: 22px;
        /* margin: 4rem 0rem 0rem 6rem; */
    }

    .strategies ul li {
        font-size: 1rem;
        /* margin: 1.5rem 3.5rem; */
    }
}

@media screen and (max-width: 768px) {
    .strategies ul li {
        /* margin-left: 6rem; */
        line-height: normal;
    }

    .strategies-border {
        height: 0.4rem;
    }
}


/* --------------------- Vision and Objectives ends -------------------*/

.left-img {
    line-height: 30px;
    float: left;
}

.h2-bold {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 2.5rem;
}

@media screen and (max-width:450px) {
    .mobile-card {
        height: 30rem !important;
    }

    /* #Hydrogen-desktop {
        display: none !important;
    } */
}

@media screen and (max-width:451px) {
    #Hydrogen-mobile {
        display: static !important;
    }
}

@media screen and (min-width:451px) {
    #Hydrogen-mobile {
        display: none !important;
    }
}

@media (min-width:451px) and (max-width:500px) {
    .mobile-card {
        height: 32rem !important;
    }
}

@media (min-width:501px) and (max-width:768px) {
    .mobile-card {
        /* height: 29rem !important; */
    }
}

@media (min-width:768px) and (max-width:990px) {
    .mobile-card {
        height: 27rem !important;
    }
}

@media (min-width:993px) and (max-width:1000px) {
    .mobile-card {
        height: 23rem !important;
    }
}

@media (min-width:993px) and (max-width:1200px) {
    /* .mobile-card {
        height: 25rem !important;
    } */
}

@media screen and (max-width:1200px) {
    .dropdown-menu .dropdown-submenu {
        top: -7px;
        /* width: 400px !important; */
    }
}


/* --------------------Governance Page CSS Starts-------------------------- */

.governance {
    background-image: url("../images/Inner_page/3_Govrnace/banner.webp");
}

.governance-info-img {
    position: relative;
    top: -10rem;
}

.governance-info-img img {
    /* margin-left: -2rem; */
}

.governance-info-p {
    padding: 0 10rem 0 0;
}

.governance-info p {
    text-align: left;
    font-size: 1.25rem;
    color: #1d1d1d;
    margin-bottom: -7.5rem;
}

.members {
    background: #066dab 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 4rem !important;
}

.bottom-border {
    height: 0.6rem;
    background-color: #f89820;
    margin-left: 0.7rem;
}

.members h1 {
    text-align: left;
    font-size: 2.188rem;
    color: #f89820;
}

.border-md-start {
    border-left: 1px solid rgb(255 255 255 / 35%);
}

@media screen and (max-width: 992px) {
    .border-md-start {
        border-left: 0;
    }

    .vertical {
        visibility: hidden;
    }

    .governance-info img {
        position: static;
        align-items: center;
        margin: 0;
    }

    .members {
        padding: 2rem !important;
    }

    .governance-info p {
        margin-bottom: 0;
        text-align: left;
        font-size: 1.25rem;
        color: #1d1d1d;
        position: static;
        left: 0;
        top: 0;
        padding: 0;
    }

    .governance-info-p {
        padding: 0;
    }

    .governance-info-img {
        top: 0;
    }
}

#extra-dots {
    display: none;
}

@media (min-width:992px) and (max-width:992px) {
    .governance-info-p {
        margin-bottom: 3rem !important;
    }

    #hidden-span {
        display: none !important;
    }

    #extra-dots {
        display: inline-block !important;
    }
}


/* --------------------Governance Page CSS Ends-------------------------- */


/* --------------------Our People CSS Starts-------------------------- */

.our-people {
    background-image: url("../images/Inner_page/4 Our People/banner.webp");
}

#ceo-div {
    margin-right: 5rem;
}

.ceo-name {
    background: transparent url("../images/Inner_page/4 Our People/background 1.webp") 0% 0% no-repeat padding-box;
    /* mix-blend-mode: multiply; */
    border-radius: 0px 12rem 0px 0px;
    /* display: flex; */
    padding: 2rem 4rem 1rem;
}

.ceo-name h1 {
    /* text-align: left; */
    color: #ffffff;
    /* position: relative; */
    /* left: 6rem; */
    /* top: 7rem; */
    font-weight: bold;
}

.ceo-name img {
    position: relative;
    top: 4rem;
    /* left: 5rem; */
}

.ceo-info {
    /* background: #ffffff 0% 0% no-repeat padding-box; */
    /* box-shadow: 0px 5px 15px #00000029; */
    /* opacity: 1; */
    padding: 2rem 4rem 4rem;
}

.ceo-info p {
    text-align: left;
    font-size: 1.125rem;
    color: #000000;
}

.ceo-info .font-weight-bold {
    font-weight: 800;
}

.staff {
    background: #e5f4ff 0% 0% no-repeat padding-box;
    border-radius: 0px 80px 0px 0px;
    border-left: 10px solid #005b9d;
    margin: 7rem 0 0rem 0;
    min-height: 22rem;
}

.staff-yellow {
    background: #feefde 0% 0% no-repeat padding-box;
    border-radius: 0px 80px 0px 0px;
    border-left: 10px solid #f89820;
    margin: 7rem 0 0rem 0;
}

.staff-name {
    display: flex;
    /* align-items: center; */
    padding: 1rem;
}

.staff-name img {
    position: relative;
    margin-top: -6rem;
}

.staff-name h1 {
    text-align: left;
    font-size: 1.313rem;
    letter-spacing: 0px;
    color: #005b9d;
}

.staff-name h1 span {
    font-weight: 600;
    color: #005b9d;
}

.staff-yellow h1 {
    color: #f89820;
}

.staff-yellow h1 span {
    color: #f89820;
}

.staff-info {
    padding: 0 2rem;
}

.staff-info h1 {
    text-align: left;
    font-size: 1.313rem;
    letter-spacing: 0px;
    color: #005b9d;
}


.staff-info p {
    text-align: left;
    font-size: 1.125rem;
    color: #1d1d1d;
}

.support-staff h1 {
    text-align: left;
    font-size: 1.938rem;
    color: #f89820;
    font-weight: bold;
}

.support-staff-sec {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 15px #00000029;
    border-radius: 80px 0px;
    display: flex;
    justify-content: space-around;
}

.support-staff-ex {
    padding: 2rem 1rem 0;
}

.support-staff-ex h2 {
    text-align: center;
    font-size: 1rem;
    /* color: #1d1d1d; */
    padding: 1rem 0rem;
    font-weight: bold;
    /* padding: auto; */
}

.supportstaff-hover {
    background-color: #DEF2FF;
}

.support-staff-ex:hover .supportstaff-hover {
    background-color: #142F55;
    color: #fff;
}

.ceo-section {
    box-shadow: 0px 0px 15px #00000029;
    border-top-right-radius: 12rem !important;
}

.our-ppl-mr {
    margin-top: 6rem;
}

@media screen and (max-width: 768px) {
    .support-staff-sec {
        flex-direction: column;
    }

    .ceo-name,
    .ceo-info {
        padding: 1.5rem;
    }

    .support-staff-flex {
        display: flex;
        flex-direction: column;
    }

    .ceo-name img {
        position: relative;
        top: 2.8rem;
        /* left: 5rem; */
    }
}

@media screen and (max-width: 768px) {
    .support-staff-desktop {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .support-staff-mbl {
        display: none !important;
    }

    .support-staff-mbl h2 {
        font-weight: bold;
        padding: 0.3rem 0 !important;
    }
}

@media screen and (max-width: 450px) {
    .ceo-name h1 {
        font-size: initial;
    }
}

.ceo-title {
    font-size: 1.3rem;
}

span.ceo-title {
    font-size: 2.5rem;
    font-weight: 600;
}

@media screen and (max-width:1200px) {
    span.ceo-title {
        font-size: 1.8rem;
    }
}

@media screen and (max-width:500px) {
    span.ceo-title {
        font-size: 1.6rem;
    }

    .ceo-name img {
        position: static;
    }
}

@media screen and (max-width:500px) {
    span.ceo-title {
        font-size: 1.4rem;
    }

    .ceo-name img {
        position: static;
    }

    .ceo-title {
        font-size: 1rem;
    }
}


/* --------------------Our People CSS Ends-------------------------- */


/* --------------------Our Students CSS Starts-------------------------- */

.student-profile {
    background-image: url("../images/Inner_page/5_Student_Profile/banner.webp");
}

.student {
    background: #e0ebf2 0% 0% no-repeat padding-box;
    border-radius: 4px;
    margin: 0 0 1.3rem;
    padding: 2rem 1rem;
    /* display: flex; */
    /* justify-content: space-around; */
    /* align-items: center; */
}

.student .img {
    text-align: center;
}

.student .row {
    align-items: center;
}

.student .img img {
    width: 4rem;
    height: 4rem;
}

.student h1 {
    text-align: left;
    font-size: 1.5rem;
    color: #000000de;
    font-weight: 600;
}

.student span {
    text-align: left;
    font-size: 1rem;
    color: #066dab;
}

.student .more-info img {
    background-color: #f89820;
    padding: 0.1rem;
    /* margin: 0 0.6rem; */
}

.view-all-btn {
    background: var(--unnamed-color-f89820) 0% 0% no-repeat padding-box;
    background: #f89820 0% 0% no-repeat padding-box;
    text-align: center;
    font-size: 1.625rem;
    padding: 0.6rem 2.5rem;
    color: #ffffff;
    border: none;
    margin-right: 3.5rem;
}

.student-name-link {
    font-size: 1.3rem;
}


/* @media screen and (max-height: 992px) {
    .student-name-link{
        font-size: 1.3rem;
    }
} */

@media screen and (max-height: 768px) {
    .students-batches {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .student-name-link {
        font-size: 1.2rem;
    }
}



/* --------------------Our Students CSS Ends-------------------------- */


/* --------------------BatchDetails CSS Ends-------------------------- */

.batch-details {
    background-image: url("../images/Inner_page/batch-details/bg.webp");
}

.batch-stu-ex h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #142F55;
}

.batch-stu-ex p {
    font-size: 1rem;
}

.batch-stu-ex {
    background: #DEF2FF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    margin-bottom: 2rem;
}

.batch-stu-ex a {
    color: #F89820;
    text-decoration: none;
}

.batch-stu-ex a:hover {
    color: #F89820;
    text-decoration: none;
}

.batch-studentinfo {
    /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 6%); */
    /* border-radius: 1rem;*/
}

.bg-blue-stud {
    padding: 0.800rem 0 2rem 0;
    background-color: #DEF2FF;
}


/* .batch-student-name-h2:hover {
    background-color: #142F55;
} */

.bg-blue-stud h2:hover {
    background-color: #142F55;
}

.bg-blue-stud h2:hover {
    background-color: #142F55;
}

.bg-blue-stud h2:hover {
    color: white;
}

.batch-studentinfo:hover a {
    color: white;
}

.batch-studentinfo:hover .bg-blue-stud {
    background-color: #142F55;
}

.batch-studentinfo:hover .bg-blue-stud h2 {
    color: #ffffff;
}


.batch-student-card {
    height: 7rem;
}

.bg-blue-stud {
    height: 7rem !important;
    background-color: #DEF2FF;
}

.bg-blue-stud {
    height: 7rem !important;
    background-color: #DEF2FF;
}

.counter-margin {
    margin-top: 0.600rem !important;
}


/* .counter-margin {
    margin-top: 5rem !important;
} */

.fw-bold-pageination {
    font-weight: bold;
    color: #000000 !important;
}


/* .batch-studentinfo {} */

.bg-blue-stud h2 {
    /* color: #000000; */
    color: #066DAB;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;
}


/* --------------------BatchDetails CSS Ends-------------------------- */


/* --------------------StudentDetails CSS Starts-------------------------- */

.student-stu-details h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #142F55;
}

.stu_pre_btn {
    background-color: #066dab;
    color: #ffffff;
    border-radius: 2px;
}

.stu_pre_btn:hover {
    color: #ffffff;
    box-shadow: 5px 6px 24px rgb(0 0 0 / 45%);
}

.student-stu-details .project {
    font-size: 1.125rem;
    font-weight: 600;
}

.student-stu-details span {
    color: #066DAB;
}

.batch-details-sec button {
    /* padding: 0.5rem 2rem; */
    border-radius: 2px !important;
    font-size: 1rem !important;
}

.batch-details-sec button #next {
    margin-left: 2rem !important;
}

.flex-row {
    flex-direction: row;
}

@media screen and (max-width:768px) {
    .center-md {
        align-items: center;
    }

    .stu-description {
        text-align: justify;
    }
}


/* --------------------StudentDetails CSS Ends-------------------------- */


/* --------------------Alumni CSS Starts-------------------------- */

.alumni {
    background-image: url("../images/Inner_page/alumini/banner.webp");
}

.alumni-info {
    /* margin-right: 7rem; */
}

.alumni-info h1 {
    text-align: left;
    font-size: 2.188rem;
    color: #142f55;
    font-weight: bold;
    margin-bottom: 1.2rem;
}

.alumni-info p {
    text-align: left;
    font-size: 1.313rem;
    color: #1d1d1d;
}


/*.alumni-section .alumni-name{
    background: #066DAB 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 0.3rem;
}*/

.alumni-ex {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 20px 30px #00000029;
    border-radius: 3rem 0 0 0;
}

.blue-background {
    background: #066dab 0% 0% no-repeat padding-box;
    padding: 0.3rem;
    border-radius: 3rem 0 0 0;
}

.yellow-background {
    background: #f89820 0% 0% no-repeat padding-box;
    padding: 0.3rem;
    border-radius: 3rem 0 0 0;
}

.alumni_details .col-xxl-5 {
    margin-bottom: 2rem;
}

.box_1 {
    box-shadow: 0px 20px 30px #00000029;
    height: 100%;
    border-top-left-radius: 33px;
}

.alumni-desc {
    padding: 1rem 3rem;
}

.alumni-desc a {
    text-decoration: none;
}

.alumni-desc a:hover {
    color: #f89820 !important;
}

.alumni-name {
    padding: 1rem 3rem;
}

.alumni-name h2 {
    text-align: left;
    font-size: 1.625rem;
    color: #ffffff;
    /* margin-left: 3rem; */
    margin-bottom: 0;
    font-weight: 600;
}

.thesistitle-heading {
    font-size: 1rem;
    font-weight: 400;
    margin-left: 1.4rem;
}

.alumni-desc p {
    /* text-align: left; */
    font-size: 1.125rem;
    /* margin-left: 2rem; */
    /* margin-top: 1rem; */
}

.info-text {
    font-weight: 600;
}

.alumni-desc span {
    font-size: 1.125rem;
    color: #066dab;
}

.alumni-desc .linkedin-icon {
    margin-right: 0.3rem;
    position: relative;
    bottom: 0.2rem;
}

.alumni-information p {
    text-align: left;
    font-size: 1rem;
    color: #000000;
}

.alumni-information a {
    font-size: 1rem;
    color: #F89820;
    ;
}

.pagination a {
    text-decoration: none !important;
}

.pagination a span {
    color: rgb(163, 154, 154);
    margin-top: 5rem;
}

.pagination-img {
    position: relative;
    margin-top: -1.5rem;
}

.pagination .mt-3 {
    margin-top: 5rem;
}

.activepage {
    color: #000;
}

@media screen and (max-width: 992px) {
    .alumni-section-inside {
        margin-top: 0 !important;
    }

    .alumni-ex {
        margin: 2rem 0;
    }

    /* .about-us-info {
        margin-top: 0px !important;
    } */
}

@media screen and (max-width:768px) {
    .alumni-information {
        margin-top: 0.8rem !important;
    }
}

@media screen and (min-width:768px) {
    .about-us-info {
        margin-top: 3rem !important;
    }
}


.ellispse-btm {
    margin: .5rem;
    position: relative;
    bottom: 0.5rem;
}


/* --------------------Alumni CSS Ends-------------------------- */


/* --------------------Apply to php program CSS Starts-------------------------- */

.apply-to-phd {
    background-image: url("../images/Inner_page/phd-program/Group\ 911.webp");
}

.phd-candidates a {
    text-decoration: none;
    color: #1da1f2;
}

.phd-candidates a:hover {
    color: #1da1f2 !important;
}

.phd-candidates h1 {
    text-align: left;
    font-size: 2rem;
    color: #142f55;
    margin-bottom: 1.2rem;
}

.phd-candidates p {
    text-align: left;
    font-size: 1.438rem;
    color: #1d1d1d;
}

.StepsToApply {
    background: rgb(171 223 255 / 40%) 0% 0% no-repeat padding-box;
    /* box-shadow: 0px 0px 16px #00000029; */
}

.StepsToApply p {
    text-align: left;
    font-size: 1.313rem;
    color: #000000;
}

.EOIbox {
    padding: 4rem;
}

.EOIbox h1 {
    text-align: left;
    font-size: 1.875rem;
    color: #1da1f2;
}

.EOIbox p {
    text-align: left;
    font-size: 1.313rem;
    color: #000000;
}

.FORM-A-box {
    padding: 4rem;
}

.FORM-A-box h1 {
    text-align: left;
    font-size: 2.188rem;
    color: #1da1f2;
}

.FORM-A-box p {
    text-align: left;
    font-size: 1.313rem;
    color: #000000;
}

.FORM-A-box ul li {
    text-align: left;
    font-size: 1.2rem !important;
    color: #1d1d1d;
    list-style: square inside url("../images/Inner_page/phd-program/black_arrow.svg") !important;
    list-style-position: outside !important;
    margin-bottom: 1rem;
}

.shortlisting {
    padding: 4rem;
}

.shortlisting h1 {
    text-align: left;
    font-size: 2.188rem;
    color: #1da1f2;
}

.shortlisting p {
    text-align: left;
    font-size: 1.313rem;
    color: #000000;
}

.interview {
    padding: 4rem;
}

.interview h1 {
    text-align: left;
    font-size: 2.188rem;
    color: #1da1f2;
}

.interview p {
    text-align: left;
    color: #000000;
}

.steps-border {
    display: inline-block;
    height: 0.4rem;
    width: 6.8rem !important;
    margin: 1rem 0.6rem 1.5rem !important;
    background-color: #f89820;
}

.application_steps {
    background: url("../images/Inner_page/phd-program/Group 720.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 300px;
}

.application_steps .nav-link {
    background-color: transparent !important;
    display: flex !important;
    color: inherit !important;
    flex-direction: column;
    padding: 0 5rem !important;
    font-weight: bold;
    color: #005b9d !important;
    font-size: 1.4rem;
}

.application_steps .nav-link:hover,
.application_steps .nav-link.active {
    color: #f89820 !important;
    background-color: transparent !important;
}

.fw-bold.h1 {
    display: block;
    font-size: 3rem;
    font-family: "Segoe UI Bold";
}

.php-ul li {
    font-size: 0.600rem;
    color: #000000;
    font-family: "Segoe UI";
}

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

    .FORM-A-box,
    .interview,
    .shortlisting,
    .EOIbox {
        padding: 1rem;
    }

    .fw-bold.h1 {
        margin-right: 1rem;
    }
}

@media screen and (max-width: 992px) {
    .steps-to-apply-img {
        display: none;
    }

    .phd-graph {
        padding-top: 0px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1366px) {
    .steps-to-apply-img-mobile {
        display: none;
    }

    .application_steps .nav-link {
        padding: 0 2rem !important;
    }
}

.transperent-bg {
    background-color: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* --------------------Apply to php program CSS Ends-------------------------- */


/* --------------------FAQ Section CSS Starts-------------------------- */

.faq {
    background-image: url("../images/Inner_page/FAQs/banner.webp");
}

.faq-links li a {
    color: #3b5998;
    text-decoration: none;
    text-align: left;
    font-size: 1.3rem;
}

.faq-links li a:hover {
    color: #052343 !important;
}

.faq-category div {
    border-right: 1px solid #ffffff;
}

.faq-category h1 {
    text-align: center;
    font-size: 1.5rem;
    color: #adddfc;
}

.faq-category a {
    text-decoration: none;
    color: #ffffff;
}

.faq-category div {
    background: #066dab 0% 0% no-repeat padding-box;
    padding: 1rem 2rem;
}

.faq-category div:hover {
    background-color: #f89820;
}

.faq-links li {
    list-style: square outside url("../images/Inner_page/phd-program/ic_arrow_drop_down_24px\ \(1\).svg") !important;
    margin-bottom: 1rem;
}

.faq-item {
    background: #ecf7fe 0% 0% no-repeat padding-box !important;
    border-radius: 4px;
}

.faq-item {
    font-size: 0.938rem;
}

#faq-accordian-item {
    border-bottom: none !important;
}

.faq-accordian a {
    text-decoration: none;
    color: #1DA1F2;
}

.faq-accordian h2 button {
    font-size: 1.2rem !important;
    font-weight: 500 !important;
    /* padding-right: 1rem !important; */
    background-color: #DEF2FF !important;
}

.faq-accordian .accordion-body {
    font-size: 1rem !important;
    background-color: #DEF2FF !important;
}

.faq-accordian .accordion-header {
    background-color: #DEF2FF !important;
}

.faq-accordian span {
    font-size: 1.1rem;
}

.accordion-button {
    text-align: left !important;
    font-size: 0.938rem !important;
    letter-spacing: 0px !important;
    color: #066dab !important;
    opacity: 1 !important;
}

.btn-faq {
    background-color: #ecf7fe !important;
}

.accordion-item {
    margin-bottom: 1rem;
}

.accordion-body {
    background: #ecf7fe;
}

.accordion-button::after {
    background-image: url("../images/Inner_page/FAQs/arrow_drop_down_black_24dp.svg") !important;
}

.faq-accordian .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 !important;
    position: absolute;
    margin-left: auto !important;
    content: "";
    right: 1rem;
    background-image: url('../images/icons/downarrow.svg') !important;
    background-repeat: no-repeat;
    background-size: 1.50rem;
    transition: transform .4s ease-in-out;
}

.faq-accordian .accordion-button:not(.collapsed)::after {
    background-image: url('../images/icons/toparrow.svg') !important;
    position: absolute;
    transform: none !important;
}

.faq-accordian .accordion-item button {
    padding-left: 1rem !important;
    padding-right: 2.5rem !important;
}


.faq-options {
    font-size: 1.4rem;
    margin-left: 0.6rem;
}

@media screen and (max-width:400px) {
    .faq-options {
        font-size: 1.2rem !important;
        margin-left: 0.3rem;
    }
}

/* --------------------FAQ Section CSS Ends-------------------------- */


/* --------------------Research Projects CSS Starts-------------------------- */

.research-projects {
    background-image: url("../images/Inner_page/research-projects/research-proj-back.webp");
}

.research-projects-sec p {
    font-size: 1.25rem;
}

.research-projects-sec a {
    text-decoration: none;
    font-size: 1.25rem;
    color: #1da1f2;
}

.research-projects-sec a:hover {
    color: #1da1f2 !important;
}

.research-pro-ul p {
    font-size: 1.438 rem;
    font-weight: 600;
}

.research-pro-ul li {
    list-style: square outside url("../images/Inner_page/research-projects/blue_arrow.svg");
    margin-bottom: 1rem;
}

.research-pro-ul li a {
    font-size: 1.438 rem;
    font-weight: 600;
    color: #005b9d;
}

.research-project-search input[type="text"] {
    background-color: white;
    /* background-image: url("../images/Inner_page/research-projects/search.svg"); */
    background-position: right 18px bottom 15px;
    /* border: 1px solid #005b9d99; */
    /* border-radius: 4px; */
    opacity: 1;
    background-repeat: no-repeat;
    padding: 1rem;
}

.research-project-search .form-control::placeholder {
    font-size: 1rem;
    color: #005b9d99 !important;
}

.research-project-search .dropdown {
    width: 100% !important;
}

.research-project-search .dropdown-toggle::after {
    display: none;
}

.research-project-search .dropdown-toggle {
    width: 100%;
    padding: 1rem;
    background: #ffffff;
    color: #005b9d99;
    border: 1px solid #005b9d99;
    white-space: normal;
    text-align: left;
    position: relative;
    outline: 0;
}

.research-project-search .dropdown-toggle:before {
    content: "";
    position: absolute;
    background: url("../images/Inner_page/research-projects/down-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 18px bottom 15px;
    outline: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 100%;
}

.themes-dropdown {
    /* content: ""; */
    position: absolute;
    background: url("../images/Inner_page/research-projects/down-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 18px bottom 15px;
    outline: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    /* height: 100%; */
    height: 3.7rem;
    border: 1px solid #005b9d99;
    color: #005b9d99;
    padding-left: 1rem;
    border-radius: 5px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

option {
    background-color: #f2f6f8;
    width: 100%;
    border-radius: 5px;
    margin: 0 3px;
}

.research-project-search .dropdown-toggle:hover {
    background: #ffffff;
    color: #005b9d99;
}

.research-project-search .dropdown-menu {
    width: 100%;
    background: #e5f4ff 0% 0% no-repeat padding-box;
}

.research-project-search .dropdown-item:hover {
    background: #e5f4ff !important;
    color: #005b9d99 !important;
}

.dropdown-item {
    padding: 0.25rem 0rem;
}

.dropdown-toggle::after {
    vertical-align: middle !important;
    /* float: right; */
    /* visibility: hidden; */
}

.researchProject_page .row .col-md-6 {
    height: 100% !important;
    margin-bottom: 1.4rem;
}

.researchProject_page .row .col-md-6 .project-info {
    height: 100% !important;
}

.project-info .card {
    padding: 2rem;
    box-shadow: 0px 0px 8px #00000029;
    /* height: 100% !important; */
    min-height: 23rem;
}

.project-info .card h2 {
    font-size: 1rem;
    color: #9d9d9d;
}

.project-stat {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.project-stat img {
    margin-bottom: 0.4rem;
    margin-right: 0.4rem;
}

.project-info .card #project-number a {
    text-decoration: none;
    color: #1da1f2;
}

.project-info .card #candidate-required {
    color: #1da1f2;
}

.border-para {
    font-size: 1rem;
    border-bottom: 1px solid #70707033;
    padding-bottom: 1rem;
}

.project-info .card p {
    font-size: 1rem;
    min-height: 3rem;
}

.h2-imp {
    font-size: 1rem !important;
    font-weight: 600;
    color: #005b9d !important;
    /* min-height: 3rem; */
}

.supervisor-ul {
    margin-left: -0.8rem;
    /* list-style-type: none; */
}

.responsive-margin {
    margin-top: 2rem;
}

@media screen and (min-width:768px) {
    .project-info .card:hover {
        transform: scale(1.01) !important;
        /* box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06); */
        border: 1px solid #1DA1F2 !important;
    }
}

@media screen and (max-width:768px) {
    .responsive-margin {
        margin-top: 3rem !important;
    }
}


/* --------------------Research Projects CSS Ends-------------------------- */


/* --------------------Research Themes CSS Starts-------------------------- */

.research-themes-page {
    background-image: url("../images/Inner_page/researchThemes/Group\ 1201.webp");
    background-repeat: no-repeat;
}

.research-info-para {
    font-size: 1.3rem;
    text-align: left;
    color: #142f55;
}

@media screen and (max-width:768px) {
    .research-themes-img {
        justify-content: center;
    }

    .auto-wd {
        width: auto;
    }
}

.research-themes-img .front_box {
    margin-bottom: 1.3rem;
    position: relative;
    overflow: hidden;
}

.front_box:after {
    content: "";
    position: absolute;
    bottom: 0;
    /* z-index: 0; */
    /* background: transparent linear-gradient(180deg, #00000000 0%, #000000cb 49%, #000000 100%) 0% 0% no-repeat padding-box; */
    width: 100%;
    height: 45%;
    left: 0;
}

.front_box h3 {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 9999;
    color: #fff;
    width: 100%;
    height: 29%;
    margin: 0;
    margin-bottom: 1rem;
    padding: 2rem;
    text-align: center;
    /* transition: height 0.1s ease-in; */
    overflow: hidden;
}

.flip-card .content {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* overflow: hidden; */
    background: rgb(4 37 64 / 67%);
    transition: top 2s ease;
    padding: 1.5rem;
}

.flip-card .content a {
    text-decoration: none;
    color: #F9820D;
}

.front_box:hover .content {
    display: block;
    position: absolute;
    /* z-index: 999; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    padding: 1rem;
}

.front_box:hover h3 {
    /* height: 0;
    padding: 0rem; */
    display: none;
}

.front_box:hover:after h3 {
    /* height: 100%; */
    transform: scale(-1, -1);
    display: none !important;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}


/* Do a horizontal flip when you move the mouse over the flip box container */

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


/* Position the front and back side */

.front_box {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* Safari */
}


.flip-card-front,
.flip-card-back {
    position: absolute;
    /* width: 100%; */
    height: 100%;
    /* top: 0; */
    /* visibility: hidden !important; */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* Safari */
}

/* Style the front side (fallback if image is missing) */

.flip-card-front {
    background-color: #bbb;
    color: black;
}


/* Style the back side */

.flip-card-back {
    background-color: dodgerblue;
    color: white;
    transform: rotateY(180deg);
    top: 0;
}

.blur-img {
    filter: blur(8px);
    -webkit-filter: blur(3px);
}

.content a {
    text-decoration: none;
    color: #F9820D;
}

@media (min-width:992px) and (max-width:1200px) {
    #ai-theme-title {
        margin-bottom: 8rem !important;
        overflow: initial !important;
    }

    #sustainable-theme-title {
        margin-bottom: 5rem !important;
        overflow: initial !important;
    }

    .flip-card .content {
        font-size: 1rem;
    }
}

@media screen and (max-width:768px) {
    .flip-card-back .content p {
        font-size: 1.4rem;
    }

    .flip-card-back .content a {
        font-size: 1.6rem;
    }
}

@media (min-width:769px) and (max-width:992px) {
    .flip-card-back .content p {
        font-size: 1.3rem;
    }

    .flip-card-back .content a {
        font-size: 1.3rem;
    }
}

@media screen and (min-width:1500px) {
    .flip-card-back .content p {
        font-size: 1.2rem !important;
    }

    .flip-card-back .content a {
        font-size: 1.2rem !important;
    }
}

.flip-card-back .content a img {
    margin-top: -0.15rem;
}


/* --------------------Research Themes CSS Ends-------------------------- */


/* --------------------Program Highlights CSS Starts-------------------------- */

.program-highlights {
    background-image: url("../images/Inner_page/programHighlights/Group\ 1202.webp");
}

.program-highlights-block {
    display: flex;
    justify-content: space-between;
}

.program-highlights-ul li {
    text-decoration: none;
    list-style: square outside url("../images/Inner_page/programHighlights/blue_arrow.svg");
    margin-bottom: 1rem;
    margin-left: 0rem;
}

.program-highlights-ul li a {
    /* font-size: 1.563rem; */
    font-size: 1rem !important;
    color: #3b5998;
    text-decoration: none;
}

.program-highlights-ul li a:hover {
    color: #052343 !important;
}


/* --------------------Program Highlights CSS Ends-------------------------- */


/* --------------------Program Outline CSS Starts -------------------------- */

.program-outline {
    background-image: url('../images/Inner_page/programOutline/Group\ 1203.webp');
}

#program-outline-p {
    font-size: 1.125rem;
    color: #1D1D1D;
}

#program-outline-h1 {
    font-size: 1.5rem;
    color: #005B9D;
    font-weight: bold;
}

#program-outline-h1-border {
    margin-left: 0.8rem;
    background: #005B9D;
    height: 0.5rem;
}


/* --------------------Program Outline CSS Ends-------------------------- */


/* --------------------Scholorship CSS Starts-------------------------- */

.scholarships {
    background-image: url("../images/Inner_page/scholarships/Group\ 1204.webp");
    ;
}

.scholarships-heading {
    font-size: 1.5rem;
    color: #1d1d1d;
    font-weight: bold;
    margin-bottom: 1rem;
}

.scholarships-ul li {
    list-style: circle outside url("../images/Inner_page/scholarships/done_black_24dp.svg");
    /* margin-left: 2rem; */
    margin-bottom: 1rem;
}

.scholarships-ul li {
    font-size: 1.125rem;
    color: #1d1d1d;
    text-decoration: none;
}

.scholarships-p {
    font-size: 1.125rem;
}

.scholarships-p span {
    font-size: 1.125rem;
    color: #1d1d1d;
    font-weight: bold;
}

.scholarships-ul li a:hover {
    color: inherit !important;
}


/* --------------------Scholorship CSS Ends-------------------------- */


/* --------------------IITB-Faculty CSS Starts-------------------------- */

.iitb-faculty {
    background-image: url("../images/Inner_page/iitb-faculty/Group\ 1205.webp");
    /* ; */
}

.faculty-navigation {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
}

.faculty-navigation button {
    background-color: #ffffff;
    font-size: 1.563rem;
    color: #142f5599;
    border: none;
    margin: 0;
}

.faculty-navigation button:hover {
    color: #005b9d;
    /* font-size: 1.700rem; */
    font-weight: bold;
}

.faculty-navigation button:focus {
    color: #005b9d;
    /* font-size: 1.700rem; */
    font-weight: bold;
}

.faculties_container .col-md-4 {
    margin-bottom: 1.4rem;
}

.faculty {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #00000029;
    border-radius: 8px;
    padding: 1.5rem;
    /* height: 100%; */
    cursor: pointer;
}

#faculty-name {
    font-size: 1.3rem;
    color: #142f55;
    font-weight: 600;
}

#faculty-name img {
    margin-top: -0.3rem;
}

#faculty-email {
    font-size: 1.313rem;
    color: #142f55;
    font-weight: normal;
    display: flex;
    word-break: break-all;
    margin-left: 0.2rem;
}

.faculty-info {
    border-bottom: 1px solid #00000029;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}

.faculty-info img {
    display: inline-block;
    margin-right: 0.8rem;
}

.faculty-ul li {
    font-size: 1.188rem;
    color: #000000;
    list-style: disc outside url("../images/Inner_page/iitb-faculty/tick.svg");
    margin-bottom: 0.3rem;
}

.bold-text-faculty {
    font-weight: bold;
    color: #142f55 !important;
}

ul.faculty-custom-ul li {
    font-size: 1.125rem;
    list-style: url('../images/icons/list.svg');
    margin-bottom: 1.5rem;
}

ul.faculty-custom-ul li a {
    text-decoration: none;
    color: #142f55;
}

ul.faculty-custom-ul li a:hover {
    color: #F9820D;
}

@media screen and (min-width:768px) {
    .faculties_container .faculty:hover {
        transform: scale(1.02);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
        border: 1px solid #1DA1F2 !important;
    }

    .faculty {
        min-height: 30rem;
        max-height: 30rem;
        overflow-y: auto;
    }
}

.faculty-card-ht {
    height: 12rem;
}

@media (min-width:501px) and (max-width:768px) {
    .faculty-card-ht {
        height: 14rem;
    }
}

@media screen and (max-width:500px) {
    .faculty-card-ht {
        height: 16rem;
    }
}

/* .faculty-nw-card a{
    color: #142f55;
}


.faculty-nw-card:hover {
    transform: scale(1.0) !important;
    background-color: #005b9d;
    color: #fff;
}
.faculty-nw-card:hover span{
    color: #ffffff !important;
}

.faculty-nw-card:hover a{
    color: #ffffff !important;
} */

.faculty-nav {
    text-decoration: none !important;

}

.faculty-new-br {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #00000029;
}

.faculty-nw-card a {
    font-size: 1rem;
    color: #142f55;
    font-weight: normal;
    word-break: break-all;
    margin-left: 0.2rem;
    text-decoration: none;
}

.faculty-nw-card a:hover {
    color: #F89820;
}

input.facultyCheckBox {
    height: 1.2rem;
    width: 1.2rem;
}


/* --------------------IITB-Faculty CSS Ends-------------------------- */


/* --------------------Monash-Faculty CSS Starts-------------------------- */

.monash-faculty {
    background-image: url('../images/Inner_page/monash-faculty/Group\ 1206.webp');
}

.monash-faculty-card1 {
    /* min-height: 25rem !important; */
}

.monash-faculty-card2 {
    min-height: 34rem !important;
}


/* --------------------Monash-Faculty CSS Ends-------------------------- */


/* --------------------Faculty Testimonials CSS Starts-------------------------- */

#faculty-testimoniasl-section .faculty-testimonial-card {
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 1rem;
    border: none !important;
}

#faculty-testimoniasl-section .faculty-testimonial-card:hover {
    background-color: #066DAB;
    color: #ffffff;
    transform: scale(1.0) !important;
}

#inverted-faculty {
    visibility: visible;
}

#inverted-faculty-hover {
    visibility: hidden;
    width: 6rem;
    margin-top: -5.8rem;
    /* margin: 0; */
    position: absolute;
    /* top: -0.2rem; */
}

#faculty-testimoniasl-section .faculty-testimonial-card:hover #inverted-faculty-hover {
    visibility: visible !important;
}

#faculty-testimoniasl-section .faculty-testimonial-card:hover #inverted-faculty {
    visibility: hidden !important;
}


.faculty-inverted-quotes {
    width: 5rem;
    margin-top: -2rem;
    margin: 0;
    position: absolute;
    top: -3rem;
}

.testimonial-mb {
    margin-bottom: 5rem;
}

.inverted-img-mbl {
    visibility: hidden;
}

.inverted-img-desktop {
    visibility: visible;
}

.inverted-img-mini {
    visibility: hidden;
}

/* @media (min-width:992px) and (max-width:1200px){
    .testimonial-ht {
        height: 13rem !important; 
    }
}

@media (min-width:1201px) and (max-width:1400px){
    .testimonial-ht {
        height: 17rem !important; 
    }
} */


@media screen and (max-width:768px) {
    .faculty-inverted-quotes {
        top: -6rem !important;
    }

    .inverted-img-mbl {
        visibility: visible !important;
    }

    .inverted-img-desktop {
        visibility: hidden !important;
    }

    .inverted-img-mini {
        visibility: hidden !important;
    }

    .testimonial-mb {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width:992px) {
    .faculty-inverted-quotes {
        top: -6rem !important;
    }

    .faculty-inverted-quotes {
        width: 0.5rem;
        margin-top: -2rem;
        /* top: 4rem; */
        position: absolute;
    }

    .inverted-img-mbl {
        visibility: hidden !important;
    }

    .inverted-img-desktop {
        visibility: hidden !important;
    }

    .inverted-img-mini {
        visibility: visible !important;
    }
}

/* 
@media (min-width:768px) and (max-width:992px) {
    .testimonial-ht {
        height: 16rem;
    }
} */

@media (min-width:993px) and (max-width:1920px) {
    .inverted-img-desktop {
        width: 5rem;
    }
}


/* --------------------Faculty Testimonials CSS Ends-------------------------- */


/* --------------------Becoming a research superior CSS Starts-------------------------- */

.becoming-a-research {
    background-image: url("../images/Inner_page/becoming-research/Group_1207.webp");
    ;
}

.becoming-research-pills button {
    cursor: default;
}

.program-information h2 {
    font-size: 1.62rem;
    font-weight: bold;
    color: #2c2929;
}

.pro-information .img-section {
    display: flex;
}

.intake-information .img-section {
    display: flex;
}

.img-section h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #005b9d;
}

.pro-information p {
    font-size: 1.25rem;
}

.intake-information p {
    font-size: 1.25rem;
}

.pro-information p a {
    color: #1da1f2;
    text-decoration: none;
}

.program-information ul li {
    font-size: 1.125rem;
    color: #1d1d1d;
    list-style: square inside url("../images/Inner_page/becoming-research/tick.svg");
    list-style-position: outside !important;
    margin-bottom: 1rem;
}

.put-project {
    background: #066dab;
    padding: 3rem;
}

.put-project h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #e5f4ff;
}

.put-project p {
    font-size: 1.125rem;
    color: #e5f4ff;
}

.have-project {
    background: linear-gradient(90deg, #066dab 50%, #e8f6ff 50%);
    padding: 3rem;
}

.have-project h2,
.have-project h2.bb {
    font-size: 1.25rem;
    font-weight: bold;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    font-family: "Segoe UI Bold";
}

.have-project h2.bb:after {
    position: absolute;
    content: "";
    height: 3px;
    background: #fff;
    width: 23%;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.have-project ul li {
    font-size: 1.125rem;
    color: #1d1d1d;
    list-style: square inside url("../images/Inner_page/becoming-research/tick.svg");
    margin-bottom: 1rem;
    list-style-position: outside !important;
}


/* .project-template .img-section h2 {
	font-size: 1.875rem;
	font-weight: bold;
	color: #1d1d1d;
} */

.project-proposal-template {
    display: flex;
}

.project-proposal-template p {
    font-size: 1.25rem;
}

.project-proposal-template .img-section {
    /* margin-right: 1rem; */
}

h2.custom_subheading {
    font-size: 1.6rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    color: #005b9d;
    position: relative;
    display: inline-flex;
}

h2.custom_subheading:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 50%;
    left: 0;
    bottom: 0;
    border-bottom: 3px solid;
}

.project-proposal-template ul li {
    font-size: 1.125rem;
    color: #1d1d1d;
    list-style: square inside url("../images/Inner_page/becoming-research/tick.svg");
    list-style-position: outside !important;
    /* margin-left: 2rem; */
    margin-bottom: 1rem;
}


/* .research-clusters-inner {
	display: flex;
}
.research-clusters-inner .img-section {
	width: 15rem !important;
} */

.research-clusters-inner h2 {
    font-size: 1.5;
    font-weight: bold;
    color: #005b9d;
}

.research-clusters-inner p {
    font-size: 1.25rem;
}

.research-clusters ul li {
    font-size: 1.125rem;
    color: #1d1d1d;
    list-style: circle outside url("../images/Inner_page/becoming-research/tick.svg");
    margin-bottom: 1rem;
}


/* .becomeSupervisors ul li::marker{
	margin-top: 0.5rem !important;
} */

.research-keywords {
    /* display: flex; */
}

.research-keywords .img-section {
    /* width: 12rem !important; */
}

.research-keywords h2 {
    font-size: 1.5;
    font-weight: bold;
    color: #005b9d;
}

.research-keywords p {
    font-size: 1.25rem;
}

.align_items_vertical {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.pills a,
button {
    padding: 0.5rem 0.8rem;
    font-size: 0.85rem;
    color: #1d1d1d;
    border-radius: 4px;
    display: inline-flex;
    margin: 0 0.7rem 0.7rem 0;
    text-decoration: none;
}


.search-btn,
button#projectform-btn {
    padding: 0.2rem 0.3rem;
    margin: 0 !important;
}


.pills a:hover {
    color: #1d1d1d !important;
}

.pills button span:first-child {
    margin-right: 1rem;
    display: inline-flex;
}

.pills .bg_1 {
    background: #f9820d29;
}

.pills .bg_2 {
    background: #ecf7fe;
}

.pills .bg_3 {
    background: #1da1f229;
}

.becomeSupervisors .img-section .pe-3 {
    width: 12rem;
}

.becomeSupervisors .img-section .pe-3.w1 {
    width: 8rem;
}

@media screen and (max-width: 767px) {
    .have-project {
        background: linear-gradient(90deg, #066dab 50%, #066dab 50%);
        color: #fff;
    }

    .have-project ul li {
        color: #fff;
        list-style: square inside url("../images/icons/tick.svg");
    }

    .project-proposal-template {
        margin-top: 3rem;
    }

    .responsive-margin {
        margin-top: 2rem;
    }
}


/* --------------------Becoming a research superior CSS Ends-------------------------- */


/* --------------------Initiating a collaboration CSS Starts-------------------------- */

.initiating-collaboration {
    background-image: url("../images/Inner_page/initiating-collaboration/Group_1208.webp");
    ;
}

.collaboration-ul li {
    font: normal normal normal 18px/24px Segoe UI;
    color: #1d1d1d;
    list-style: url("../images/Inner_page/initiating-collaboration/tick.svg");
    margin-bottom: 1rem;
    margin-left: 2rem;
}

#collaboration-heading {
    font-size: 1.6rem;
    font-weight: bold;
    color: #005b9d;
}

.collaboration-blocks {
    display: flex !important;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.collaboration-blocks div {
    background: #e5f4ff 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font-size: 1.125rem;
    color: #005b9d;
    padding: 0.8rem;
}

@media (min-width:300px) and (max-width:510px) {
    .collaboration-blocks div {
        padding: 0.5rem;
    }
}

.overlay_content {
    padding: 6rem 7rem;
    color: #fff;
}

.custom_listing_white li {
    list-style: square outside url("../images/Inner_page/initiating-collaboration/whitetick.svg");
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.custom_listing_white li::marker {
    margin-top: 0.2rem !important;
}

.collaboration_tab_bg {
    background: url("../images/Inner_page/initiating-collaboration/Group\ 1218.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.overlay_content {
    padding: 8rem 7rem;
    color: #fff;
}

.collaboration-ul a {
    text-decoration: none;
    color: #005b9d;
}

.collaboration-ul a:hover {
    color: #f89820;
}

@media (min-width:992px) and (max-width:1199px) {
    .rp-mt {
        margin-top: 1rem !important;
    }
}

@media screen and (max-width: 767px) {
    .collaboration-blocks div {
        margin-bottom: 0.75rem;
    }

    .overlay_content {
        padding: 3rem;
    }
}

@media screen and (max-width: 992px) {
    .collaboration-blocks div {
        margin-bottom: 10px;
    }
}


/* --------------------Initiating a collaboration CSS Ends-------------------------- */


/* --------------------Program overview CSS Starts-------------------------- */

.program-overview {
    background-image: url("../images/Inner_page/program-overview/overview.webp");
    ;
}

.overview-nav .row {
    background: #066dab 0% 0% no-repeat padding-box;
    font-size: 1.438rem;
}

.overview-nav .nav-item {
    border-right: 1px solid #ffffff;
}

.overview-section h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #f89820;
}

.overview-padding {
    background: #e5f4ff 0% 0% no-repeat padding-box;
    padding: 3rem !important;
}

.application-form h2,
.system-support h2 {
    font-size: 1.6rem;
    color: #005b9d;
}

.overview-ul li {
    font-size: 1.125rem;
    color: #1d1d1d;
    list-style: square outside url("../images/Inner_page/research-links-services/tick.svg");
    margin-bottom: 1rem;
}

.afors-form {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 2.5rem;
}

.afors-form h2 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #f89820;
}

.afors-form h3 {
    font-size: 1.25rem;
    color: #005b9d;
}

.aforms input[type="text"],
input[type="password"] {
    margin-top: 1rem;
    width: 100%;
    border: 1px solid #005b9d;
    border-radius: 4px;
    background: #ffffff;
    padding: 1rem !important;
}

.aforms ::placeholder {
    color: #005b9d99;
    font-size: 1.125rem;
}

.aforms .login-btn {
    background: #f89820;
    color: #ffffff;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    padding: 0.8rem 5rem;
    font-size: 1.25rem;
    font-weight: 600;
    border: none;
}

.afors-form a {
    margin-top: 2rem !important;
    text-decoration: none;
}

.afors-form a:hover {
    color: #005b9d !important;
}

.overview-sec {
    display: flex;
    flex-direction: row;
    padding: 0 !important;
    justify-content: space-between !important;
}

.overview-sec span {
    color: #ffffff !important;
    font-size: 1.438rem;
}

.overview-sec .nav-link {
    text-align: center;
    font-size: 1.438rem;
    color: #ffffff;
    padding: 1rem;
    margin: 0;
}

.overview-border {
    background: #f89820;
    width: 8rem;
    margin-left: 0.8rem;
    height: 0.5rem;
}

@media screen and (max-width:768px) {
    /* .overview-border {
        display: none !important;
    } */
}


/* --------------------Program overview CSS Ends-------------------------- */


/* --------------------ContactsUs CSS Starts-------------------------- */

.contact-us {
    background-image: url("../images/Inner_page/contact-us/Group\ 1211.webp");
    ;
}

.mail-us:hover {}

#upClick {}

#contact-us-section {
    /* background: #ffffff 0% 0% no-repeat padding-box; */
    /* box-shadow: 0px 6px 30px #00000029; */
    position: relative;
    top: -10rem;
    margin-bottom: -10rem;
}

@media screen and (max-width:768px) {
    #contact-us-section {
        top: 0rem;
        margin-bottom: 0rem;
    }
}

.address-section {
    padding: 4rem !important;
}

#address {
    font-size: 1.875rem;
    font-weight: bold;
    color: #f89820;
}

#location {
    font-size: 1.25rem;
    color: #005b9d;
    font-weight: bold;
}

img.location-logo {
    width: 2rem !important;
}

#call {
    font-size: 1.25rem;
    color: #066dab;
    font-weight: 500;
}

#call a {
    font-size: 1.25rem;
    color: #066dab;
    font-weight: 500;
    text-decoration: none;
}

#call a.mail-us:hover {
    color: #142f55;
}

#get-to-academy {
    font-size: 1.5rem;
    font-weight: bold;
    color: #f89820;
}

#address,
#get-to-academy {
    margin-bottom: 1rem;
}

.address-section p {
    font-size: 1rem;
}

.address-links a {
    font-size: 1.12rem;
    color: #1da1f2;
    text-decoration: none;
}

.address-links a img {
    display: inline-block;
    margin-right: 0.5rem;
}

.address-links a:hover {
    color: #142f55 !important;
}

.address-link .row {
    margin-top: 0.5rem !important;
}

#click-here {
    font-size: 1rem !important;
}

#click-here a {
    text-decoration: none;
}

#click-here a:hover {
    color: #f89820;
}

.get-in-touch {
    background: #066dab 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    padding: 4rem;
}

@media screen and (max-width:500px) {
    .get-in-touch {
        padding: 2rem 0.5rem !important;
    }
}

@media (min-width:501px) and (max-width:992px) {
    .get-in-touch {
        padding: 2rem 1.5rem !important;
    }
}

@media (min-width:992px) and (max-width:1300px) {
    .get-in-touch {
        padding: 2rem !important;
    }
}

#get-in-touch {
    font-size: 1rem;
    font-weight: bold;
    color: #c1e4ff;
}

.get-in-touch h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.contact_us_page input[type="text"] {
    width: 100%;
    background-color: #066dab;
    color: white;
    border: 1px solid #c1e4ff;
    padding: 1rem;
    border-radius: 4px;
    font-size: 1rem;
}

.contact_us_page input[type="email"] {
    width: 100%;
    background-color: #066dab;
    color: white;
    border: 1px solid #c1e4ff;
    padding: 1rem;
    border-radius: 4px;
    font-size: 1rem;
}

.contact_us_page input[type="tel"] {
    width: 100%;
    background-color: #066dab;
    color: white;
    border: 1px solid #c1e4ff;
    padding: 1rem;
    border-radius: 4px;
    font-size: 1rem;
}

.contact_us_page ::placeholder {
    color: #ffffff;
    opacity: 1;
}

.contact_us_page .input-top-mr {
    margin-top: 1.5rem;
}

.contact_us_page textarea {
    width: 100%;
    background-color: #066dab;
    color: white;
    border: 1px solid #c1e4ff;
    padding: 1rem;
    font-size: 1rem;
    border-radius: 4px;
}

.contact-submit {
    background: #f89820;
    font-size: 1.2rem;
    color: #ffffff;
    padding: 0.9rem 3.5rem;
    font-weight: bold;
}

.contact_us_page .g-recaptcha>div:first-child {
    margin: 0 auto !important;
}

@media screen and (min-width:450px) {
    #contactus-row {
        width: 90%;
        background-color: #ffffff;
    }
}

@media screen and (max-width:449px) {
    #contactus-row {
        background-color: #ffffff;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .g-recaptcha {}
}


/* @media (min-width:400px) and (max-width:600px) {
    #contactus-row {
        width: 80%;
        background-color: #ffffff;
    }
} */


/* --------------------ContactsUs CSS Ends-------------------------- */


/* --------------------Engaging with us CSS Starts-------------------------- */

.engaging-with-us {
    background-image: url("../images/Inner_page/engaging-with-us/Group_1212.webp");
}

.engaging-top p {
    font-size: 1.25rem;
    color: #1d1d1d;
}

.engaging-top ul li {
    font-size: 1.125rem;
    color: #1d1d1d;
    list-style: square outside url("../images/Inner_page/engaging-with-us/tick.svg");
    margin-bottom: 1rem;
}

.ways-of-engagement h2,
.range-of-services h2 {
    font-size: 1.5rem;
    color: #005b9d;
    font-weight: bold;
}

.engagement-img {
    display: flex;
    margin-bottom: 1rem;
}

.engagement-img img {
    margin-right: 0.5rem;
}

.ways-of-engagement ul li,
.range-of-services ul li {
    font-size: 1.125rem;
    color: #1d1d1d;
    list-style: square outside url("../images/Inner_page/engaging-with-us/tick.svg");
    margin-bottom: 1rem;
}

.links-and-services h2 {
    font-size: 1.875rem;
    font-weight: bold;
    color: #1d1d1d;
}

.links-and-services p {
    font-size: 1.25rem;
}


/* --------------------Engaging with us CSS Ends-------------------------- */


/* --------------------Academy Strengths CSS Starts-------------------------- */

.academy-strengths {
    background-image: url("../images/Inner_page/academy-strengths/Group_1214.webp");
}

.academy-strengths-section h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #005b9d;
}

.academy-strengths-section p {
    font-size: 1.125rem;
    color: #1d1d1d;
    margin-bottom: 2rem;
}

.academy-strengths-inner {
    display: flex;
    /*margin-bottom: 0.4rem;*/
}

.academy-strengths-inner img {
    margin-top: 0;
    /* margin-right: 1rem !important; */
}

.academy-strength-img-div {
    margin-right: 0.5rem;
    width: 4rem;
    height: 4rem;
}

.academy-strengths-inner span {
    font-size: 1.2rem;
    color: #3b5998;
    font-weight: 600;
}

.academy-strengths-inner p {
    font-size: 1.125rem;
    color: #1d1d1d;
}

.academy_strengths .img-section {
    /* margin-bottom: 1rem; */
}

@media screen and (min-width:1200px) {
    .xl-padding {
        padding-left: 0.5rem;
    }
}


/* --------------------Academy Strengths CSS Ends-------------------------- */


/* --------------------Research Links And Services CSS Starts-------------------------- */

.research-links-services {
    background-image: url("../images/Inner_page/research-links-services/Group\ _215.webp");
}

.research-links-services-section p {
    margin-top: 3rem;
    font-size: 1.125rem;
    color: #1d1d1d;
}

.research-links-services-section h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #005b9d;
}

.research-links-services-section ul li {
    font-size: 1.125rem;
    color: #1d1d1d;
    list-style: square inside url("../images/Inner_page/research-links-services/tick.svg");
    list-style-position: outside !important;
    margin-bottom: 1rem;
}

.services-img-heading {
    margin-top: 2rem;
    display: flex;
}

.services-img-heading img {
    margin-right: 1rem;
}

.app-requirement-sec a {
    color: #1DA1F2;
    text-decoration: none;
}

.app-requirement-sec p {
    font-size: 1.2rem;
    margin-bottom: none !important;
}

.app-requirement-sec a:hover {
    color: #F89820;
}

.app-requirement-sec .li-color {
    font-weight: 600;
    color: #005B9D;
}

.li-color li {
    margin-bottom: 0.5rem !important;
    font-size: 1.1rem;
    /* position: relative;
    bottom: 0.8rem !important; */
}

.app-requirement-bold-para {
    font-size: 1.4rem;
    margin-bottom: none !important;
}

.app-requirement-sec #tick-list {
    font-size: 1.1rem;
    list-style: square inside url("../images/Inner_page/becoming-research/tick.svg");
    list-style-position: outside !important;
    position: relative;
    bottom: 0.6rem;
}


/* --------------------Research Links And Services CSS Ends-------------------------- */


/* --------------------Academy Industry Partners CSS Starts-------------------------- */

.industry-partners {
    background-image: url("../images/Inner_page/industry-partners/Group_1216.webp");
}

a.partners-viewall {
    text-decoration: none;
}

h2.industry-partners-head {
    font-size: 1.5rem;
    font-weight: bold;
    color: #3b5998;
}

.industry-partner {
    padding: 1rem;
}

.industry-partner p {
    margin-top: 1rem;
    font-size: 1rem;
    color: #1d1d1d;
}

.partner-btn {
    background: #f89820 0% 0% no-repeat padding-box;
    padding: 0.8rem 2.5rem;
    border: none !important;
    color: #ffffff;
    font-size: 1.125rem;
    border-radius: 0 !important;
}

.innovation-partners h2 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #3b5998;
}

.technical-collaborators h2 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #3b5998;
}

.overseas-industry-partners .col-md-4 {
    margin-bottom: 1.4rem;
}

.card {
    /* height: 100%; */
    box-shadow: 0px 1px 3px #00000029;
    /* border: 1px solid #1d1d1d4d !important; */
    border-radius: 8px !important;
}

@media screen and (min-width: 768px) {
    .industry-card {
        min-height: 30rem;
        max-height: 30rem;
        overflow-y: auto;
    }

    .card:hover {
        transform: scale(1.05);
        /* box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06); */
        border: 1px solid #1DA1F2 !important;
    }
}


/* --------------------Academy Industry Partners CSS Ends-------------------------- */


/* --------------------Overseas Partners CSS Starts-------------------------- */

img.sticky-img {
    position: -webkit-sticky !important;
    position: sticky;
}


/* --------------------Overseas Partners CSS Ends-------------------------- */


/* --------------------Indian Industry Partners CSS Starts-------------------------- */


/* --------------------Indian Industry Partners CSS Ends-------------------------- */


/* --------------------Overseas partners CSS Starts-------------------------- */


/* --------------------Overseas partners CSS Ends-------------------------- */


/* --------------------Our Research CSS Starts-------------------------- */

.our-researches {
    background-image: url("../images/Inner_page/our-research/our-research-back.webp");
}

.our-research-section p {
    font-size: 1.125rem;
}

.our-research-section h2 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #005b9d;
    margin-top: 3rem;
}

.our-research-border {
    background: #005b9d;
    height: 0.5rem;
    margin-bottom: 2rem;
    margin-left: 1rem;
}

.our-research-ul p {
    font-size: 1.6rem;
    font-weight: 600;
}

.our-research-ul li {
    list-style: square outside url("../images/Inner_page/our-research/arrow.svg");
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.our-research-ul li a {
    text-decoration: none;
    font-size: 1.6 rem;
    font-weight: 600;
    color: #005b9d;
}

.our-research-ul li a:hover {
    color: #052343 !important;
}


/* --------------------Our Research CSS Ends-------------------------- */


/* --------------------Individual Research themes CSS Starts-------------------------- */

.AI-and-advanced-comp {
    background-image: url('../images/bg.webp');
}

.AI-advanced-comp-sec p {
    font-size: 1.20rem;
    line-height: 1.5;
}


/* @media screen and (max-width:768px){
    .AI-advanced-comp-sec img{
        position: static;
        margin-bottom: 1rem;
    }
} */

.clean-energy {
    background-image: url('../images/bg.webp');
}

.clean-energy-sec p {
    font-size: 1.20rem;
    line-height: 1.5;
}

.health-sciences {
    background-image: url('../images/bg.webp');
}

.health-science-sec p {
    font-size: 1.20rem;
    line-height: 1.5;
}

.smart-materials {
    background-image: url('../images/bg.webp');
}

.smart-materials-sec p {
    font-size: 1.20rem;
    line-height: 1.5;
}

.sustainable-societies {
    background-image: url('../images/bg.webp');
}

.sustainable-societies-sec p {
    font-size: 1.20rem;
    line-height: 1.5;
}

.circular-economy {
    background-image: url('../images/bg.webp');
}

.circular-economy-sec p {
    font-size: 1.25rem;
}

.circular-economy {
    background-image: url('../images/bg.webp');
}

.circular-economy-sec p {
    font-size: 1.20rem;
    line-height: 1.5;
}


/* --------------------Individual Research themes CSS Ends-------------------------- */


/* --------------------Infrastruce CSS Starts-------------------------- */

.infrastructure {
    background-image: url("../images/Inner_page/infrastructure/infrastructure-back.webp");
}

.infrastructure-sec p {
    font-size: 1.125rem;
}

.infra-ex {
    display: flex;
    /* align-items: center;
    padding: 0; */
}

.infra-ex-2 {
    display: flex;

}

.infra-info {
    padding: 4rem 2rem;
    background: #066dab 0% 0% no-repeat padding-box;
    /* height: 100%; */
    color: #fff;
    height: 21.5rem;
    height: 100%;
}

@media screen and (max-width:991px) {
    .infra-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .infra-info-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}


@media screen and (max-width:400px) {
    .infra-info {
        padding: 2rem 2rem;
        height: max-content;
    }

    .infra-info-2 {
        padding: 1.5rem;
        height: max-content;
    }
}

.infra-info h2 {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.infra-info-2 h2 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #005b9d;
}

.infra-info p,
.infra-info-2 p {
    font-size: 1.125rem;
}

.infra-info-2 {
    padding: 3.5rem;
    height: 21.5rem;
    background: #ffffff 0% 0% no-repeat padding-box;
    height: 100%;

}

@media screen and (max-width: 991px) {
    .infra-ex-2 {
        margin-bottom: 1.3rem;
        flex-direction: column;
    }

    .infra-ex {
        flex-direction: column;

    }
}


/* @media only screen and (width: 992px) {
    
} */

@media (min-width:450px) and (max-width:1200px) {
    #leisure-area-height {
        height: 21rem;
    }
}

@media screen and (min-width:992px) {
    .infra-info-2 {
        height: 100%;
        /* margin-right: 5rem; */
    }
}

@media (min-width:992px) and (max-width:992px) {
    #atrium-height {
        height: 21rem;
    }
}





/* --------------------Infrastruce CSS Ends-------------------------- */


/* --------------------Laboratories CSS Starts-------------------------- */

.laboratories {
    background-image: url("../images/Inner_page/laboratories/backg.webp");
}

.laboratories-sec p {
    font-size: 1.25rem;
}

.laboratories-sec h2 {
    font-size: 1.438rem;
    font-weight: 600;
}

.accordion-item {
    background-color: #fff;
    border: none !important;
    border-bottom: 1px dashed #82b3d6 !important;
}

.accordion-item button {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: #005B9D !important;
    padding-left: 3rem;
}

.accordion-body {
    background: #ffffff !important;
}

.accordion-button:not(.collapsed) {
    background-color: #ffffff !important;
}

.accordian-custom-ul li {
    font-size: 1.125rem;
    list-style: url('../images/icons/list.svg');
    margin-bottom: 1rem;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 !important;
    position: absolute;
    margin-right: auto !important;
    content: "";
    left: 0;
    background-image: url('../images/icons/add.svg') !important;
    background-repeat: no-repeat;
    /* background-size: 1.50rem; */
    transition: transform .4s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/icons/layer.svg') !important;
    position: absolute;
}


/* --------------------Laboratories CSS Ends-------------------------- */


/* --------------------In the media CSS Starts-------------------------- */

.in-the-media {
    background-image: url("../images/Inner_page/in-the-media/media-bg.webp");
}

.news-section-2015 {
    font-size: 1rem;
}

.news-and-archive-section .research-content {
    border: none !important;
}

.news-and-archive-section .research-content span {
    font-size: 1.2rem;
    line-height: 18px;
    font-weight: 600;
}

.collection-of-articles {
    background-image: url('../images/Inner_page/in-the-media/img-12.webp');
    padding: 1rem;
}

.collection-of-articles h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #E5F4FF;
}

.collection-of-articles p {
    font-size: 1rem;
    color: #E5F4FF;
}

.media-latest-news-section {
    border-left: 1px dashed #76a8c7;
}

.media-latest-news-section h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #066DAB
}

.latest-news-br {
    padding-bottom: 0.5rem;
    border-bottom: 1px dashed #76a8c7;
}

.left-border {
    border-left: 1px dashed #76a8c7;
}

.left-border a {
    text-decoration: none;
}

.toi-news {
    border-top: 1px dashed #76a8c7;
    border-bottom: 1px dashed #76a8c7;
}

.toi-news h2 {
    font-size: 1.25rem;
    font-weight: 600;
}

.toi-news p {
    font-size: 1rem;
}

.toi-padding {
    margin: 3rem 0;
    margin-bottom: 0 !important;
}

.h2-font {
    font-size: 1.25rem;
    font-weight: 600;
}

.toi-img-padding {
    padding: 2.5rem 0;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
}

.toi-img-border {
    border-left: 1px dashed #76a8c7;
}

.news-and-archive-section .about-btn {
    border-radius: 0;
    padding: 0.8rem 2.5rem;
}

#latestNews-hd {
    font-size: 1.2rem;
    font-weight: 600;
    color: #066DAB;
}

.latestNews-div a {
    font-size: 1rem;
    font-weight: 600;
    color: #101010;
    text-decoration: none;
}

.news-br {
    padding-top: 0.6rem;
    border-top: 1px dashed #a9dbfa;
    margin-right: 0.5rem;
}

.news-br a:hover {
    color: #066DAB;
}

.latestNews-div p {
    margin-top: 0.4rem;
    font-size: 0.8rem;
}

.latestNews-div a:hover {}

@media screen and (max-width:768px) {
    .toi-img-border {
        border: none;
    }

    .left-border {
        border: none;
    }

    .media-latest-news-section {
        border: none;
    }

    #latestNews-hd {
        margin-top: 1rem;
    }
}


/* --------------------In the media CSS Ends-------------------------- */


/* --------------------Keyoutputa CSS Starts-------------------------- */

.key-outputs {
    background-image: url("../images/Inner_page/key-outputs/key-bg.webp");
    background-size: contain;
}

.key-outputs-sec p {
    font-size: 1.25rem;
}

.key-output-img h2 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #005B9D;
}

.key-output-img #fig-no {
    font-size: 1.6rem;
    font-weight: 600;
    color: #F89820;
    min-width: 7rem !important;
}

.key-output-title {
    display: flex;
    flex-direction: row;
}

.key-output-rb {
    border-right: 1px solid #dadee0;
}

.key-output-tb {
    border-top: 1px solid #dadee0;
}

.key-output-pd {
    padding: 0 4rem;
    padding-bottom: 2rem;
}

@media screen and (min-width:768px) {
    .mar-left {
        margin-left: 20rem;
    }
}


/* --------------------Keyoutputa CSS Ends-------------------------- */


/* --------------------Events CSS Starts-------------------------- */

.events {
    background-image: url("../images/Inner_page/events/bg.webp");
}

#anual_academy_event_2019 a {
    text-decoration: none;
    color: #FFD7AA;
    ;
}

#anual_academy_heading {
    font-size: 1.25rem;
    font-weight: 600;
}

.events-section {
    font-size: 1rem;
}

.events-section a {
    text-decoration: none;
    color: #1DA1F2;
}

.events-ul-heading {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.anual_events_ul li {
    list-style-position: outside;
    list-style: url('../images/icons/arrow.svg');
    font-size: 1rem;
    margin-bottom: 1rem;
}

.events-section .convocation-ceremony {
    background-image: url('../images/Inner_page/events/back.webp');
    padding: 2.5rem;
    color: #fff;
}

#symposium-2013 ul li span {
    font-weight: bold;
}

@media screen and (min-width:768px) {
    .event-p-margin {
        margin-top: 10rem;
    }
}


/* --------------------Events CSS Ends-------------------------- */


/* --------------------New and Archive CSS Starts-------------------------- */

.news-archive {
    background-image: url("../images/Inner_page/news-archive/bg.webp");
}

.news-archive-color {
    color: #3B5998;
}

.news-archive-videos {
    background-color: #E5F4FF;
}

.news-archive-videos .row {
    height: 45rem;
    overflow-y: hidden;
}

.news-archive-videos p {
    font-size: 1.2rem;
    margin-top: 1rem;
}

.br-btm {
    border-bottom: 1px dashed #7fbeeb;
}


#newsAndArchive_carousel.owl-theme .owl-dots {

    margin-top: 3rem;
}

#newsAndArchive_carousel.owl-theme .owl-dots .owl-dot span {
    background: #eedbc3;
}

#newsAndArchive_carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #f89820 !important;
}

#newsAndArchive_carousel.owl-theme .owl-nav {
    display: none;
}

#newsAndArchive_carousel p {
    font-size: 1.3rem;
}



/* --------------------New and Archive CSS Ends-------------------------- */


/* --------------------Research Stories CSS Starts-------------------------- */

.research-stories {
    background-image: url("../images/Inner_page/researchStories/Group 1150.webp");
}

.btm-br {
    border-bottom: 1px dashed rgb(141, 139, 139);
}

.research-storieshd {
    font-weight: 600;
    font-size: 1.3rem;
}

.stories-redmore {
    text-decoration: none;
    color: #F9820D !important;
}

.stories-redmore:hover {
    color: #005b9d !important;
}

.research-stories-page a {
    text-decoration: none;
    color: #005b9d;
}

.research-stories-page a:hover {
    color: #F9820D;
}

.research-stories-int {
    background-image: url("../images/Inner_page/researchStories/researchstories-bg.webp");
    background-repeat: no-repeat;
}

.stories-para {
    font-size: 1rem;
}

.stories-int a {
    text-decoration: none;
    color: #005b9d !important;
}

.stories-int a:hover {
    color: #F9820D !important;
}

.stories-int p {
    font-size: 1.2rem;
}


/* --------------------Research Stories CSS Ends-------------------------- */

.error-page {
    background-image: url("../images/error-bg.webp");
    background-repeat: no-repeat;
}

#more {
    display: none;
}

.timeline-TweetList,
.timeline-Viewport,
.timeline-Widget {
    visibility: hidden !important;
}

#twitter-widget-2 {
    visibility: hidden !important;
    display: none !important;
}

.news-events-page p {
    font-size: 1.2rem;
}

#hide-show-2 {
    display: none;
}

#hide-show-1 {
    display: block;
}

@media (min-width:992px) and (max-width:1200px) {

    #hide-show-2 {
        display: block;
    }

    #hide-show-1 {
        display: none;
    }

}



@media (min-width:768px) and (max-width:992px) {
    .project-iitb-supervisor {
        height: 3.6rem;
    }

    .project-card {
        height: 30rem;
    }
}

@media (width:992px) {
    .project-iitb-supervisor {
        height: 2.5rem !important;
    }
}

@media (min-width:993px) and (max-width:1200px) {
    .project-iitb-supervisor {
        height: 2.25rem;
    }
}

.active-nav-link {
    color: #F9820D;
}

.active-nav-link2 {
    color: #052343 !important;
}

/*Home page testimonials*/

#more1,
#more2,
#more3,
#more4,
#more5,
#more6,
#more8 {
    display: none;
}

#myBtn1,
#myBtn2,
#myBtn3,
#myBtn4,
#myBtn5,
#myBtn6,
#more8 {
    font-size: 1rem;
    padding: 0;
    margin: 0;
}

#myBtn1:hover {
    color: #F9820D;
}

#myBtn2:hover {
    color: #F9820D;
}

#myBtn3:hover {
    color: #F9820D;
}

#myBtn4:hover {
    color: #F9820D;
}

#myBtn5:hover {
    color: #F9820D;
}

#myBtn6:hover {
    font-size: 1.1rem !important;
    font-weight: 600;
    color: #ffffff;
}

/* #myBtn6:hover{
    color: #ffffff;
} */

#myBtn6,
#myBtn8 {
    font-weight: 600;
}

.faculty-testimonial-card:hover #myBtn6 {
    color: #ffffff;
    text-decoration: underline;
}

.faculty-testimonial-card:hover #myBtn8 {
    color: #ffffff;
    text-decoration: underline;
}

.student-section #read-more {
    text-decoration: none;
}

/* 
.faculty-testimonial-card .fw-bold{
    color: ;
} */

@media screen and (max-width:768px) {
    #allerror_c {
        font-size: 1rem;
    }

    /* .main-item{
        border-top: 1px solid #ffffff;
    } */
}

@media screen and (max-width:500px) {
    .responsive-br-2 {
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }
}

/* Navbar Responsiveness */

@media (min-width: 768px) and (max-width: 992px) {
    #for-prospective-submenu {
        left: 0;
        position: absolute;
        left: 40% !important;
        top: 4rem !important;
        width: 250px !important;
    }

    #for-supervisor-dropdown {
        left: 0;
        position: absolute;
        left: 40% !important;
        top: 2.5rem !important;
        width: 250px !important;
    }

    #for-industry-dropdown {
        left: 0;
        position: absolute;
        left: 40% !important;
        top: 0;
        top: -0.5rem !important;
        width: 300px !important;
    }
}


/* .dropdown-toggle::after {
    color: #f89820 !important;
} */


.forProspectiveStudentsHyperlink::after,
.forSupervisorsHyperlink::after,
.forIndustryHyperlink::after,
.researchThmesOuterLink::after,
.FacilityInfrastructureHyperlink::after {
    color: #f89820 !important;
    transform: rotate(-90deg);
    margin-left: 0 !important;
}

@media screen and (min-width:768px) {
    .dropdown-menu>li:hover>.dropdown-submenu {
        display: block;
    }

}

/* Navbar Responsiveness Ends */

#student-testimonials-card {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

#student-testimonials-card img {
    fill: #d1dbe8;
}

#student_testimonials .owl-item .active:first-child {
    margin-left: 1rem;
}

#student_testimonials .owl-item.center #student-testimonials-card {
    background-color: #005b9d;
    color: white;
}

#student_testimonials .owl-item.center #student-testimonials-card button {
    color: white;
}

#inverted-quotes-hover {
    display: none;
}

#student_testimonials .owl-item.center #student-testimonials-card #inverted-quotes {
    display: none;
}

#student_testimonials .owl-item.center #student-testimonials-card #inverted-quotes-hover {
    display: block;
}

.data-privacy-link a {
    color: #ffffff;
    font-size: 1.2rem;
    text-decoration: none;
}

.privacy-no-sec h2 {
    color: #C4D7E0;
    font-size: 1.5rem;
}

.privacy-no-sec span {
    color: #C4D7E0;
    font-size: 1.2rem;
}

.privacy-no-sec p {
    color: #C4D7E0;
    font-size: 1.2rem;
}

.lifeLink:hover {
    color: #FC8D12 !important;
    /* text-decoration: underline !important; */
}


@media screen and (max-width:350px) {
    .hideonmobile {
        display: none !important;
    }
}

@media screen and (min-width:351px) {
    .hideondesktop {
        display: none !important;
    }
}
.more-btn{
margin-bottom: -5rem !important;
}

.text-black{
    color: black;
}

.text-decoration{
    text-decoration: none;
}

@media screen and (max-width:480px) {
   .carousel-caption h1 {
        font-size: 18px;
    }
    .home-carousel::after{
        height: 80px;
    }
}
