@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto+Slab:wght@100..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/*

/* Regular * /
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Medium * /
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova-medium.woff') format('woff');
    font-weight: 500; /* Medium weight * /
    font-style: normal;
}

/* Bold * /
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova_bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* Extra Bold * /
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova_extrabold.woff') format('woff');
    font-weight: 800; /* Extra Bold weight * /
    font-style: normal;
}
*/
body{
    /* font-family: "proxima-nova", sans-serif; */
    font-family: "Work Sans", sans-serif;
}
:root{
    /* --alternate-font: "alternate-gothic-extra-cond", sans-serif; */
    --alternate-font: "oswald", sans-serif;
    --fw-800 : 800;
    --font-xs : 0.85rem;
    --font-sm: 0.95rem;
    --fw-300 : 300;
    --fw-400 : 400;
    --fw-500 : 500;
    --fw-700 : 700;
}

@media screen and (min-width: 1601px) {
    :root{
        --h1 : 3.5rem;
        --h2 : 2.5rem;
        --h3 : 2.25rem;
        --h4 : 1.75rem;
        --h5 : 1.5rem;
        --h6 : 1.25rem;
        --fontsm : 0.95rem;
    }
}
@media (min-width: 1201px) and (max-width: 1600px) {
    :root{
        --h1 : 3.25rem;
        --h2 : 2.25rem;
        --h3 : 2.0rem;
        --h4 : 1.75rem;
        --h5 : 1.5rem;
        --h6 : 1.25rem;
        --fontsm : 0.92rem;
    }

}
@media (min-width: 992px) and (max-width: 1200px) {
    :root{
        --h1 : 3.0rem;
        --h2 : 2.0rem;
        --h3 : 2.0rem;
        --h4 : 1.75rem;
        --h5 : 1.5rem;
        --h6 : 1.25rem;
        --fontsm : 0.9rem;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    :root{
        --h1 : 2.75rem;
        --h2 : 1.75rem;
        --h3 : 1.6rem;
        --h4 : 1.4rem;
        --h5 : 1.3rem;
        --h6 : 1.1rem;
        --fontsm : 0.875rem;
    }
}
@media (max-width: 767px) {
    :root{
        --h1 : 2.5rem;
        --h2 : 1.75rem;
        --h3 : 1.5rem;
        --h4 : 1.4rem;
        --h5 : 1.3rem;
        --h6 : 1rem;
        --fontsm : 0.85rem;
    }
}

h1 {
    font-size: var(--h1);
}
h1 b, h1 strong{
    font-weight: var(--fw-700);
}
h2{
    font-size: var(--h2);
}
h2 b, h2 strong{
    font-weight: var(--fw-700);
}
h3{
    font-size: var(--h3);
}
h3 b, h3 strong{
    font-weight: var(--fw-600);
}
h4{
    font-size: var(--h4);
}
h4 b, h4 strong{
    font-weight: var(--fw-600);
}
h5{
    font-size: var(--h5);
}
h4 b, h4 strong{
    font-weight: var(--fw-600);
}
h6{
    font-size: var(--h6);
}
h4 b, h4 strong{
    font-weight: var(--fw-600);
}
p{
    font-size: var(--fontsm);
    line-height: 1.5rem;
}
p b, p strong{
    font-weight: var(--fw-600);
}
.footer-menu li a{
    font-size: var(--fontsm);
}

a{
    text-decoration: none;
    color: var(--blue);
}
.navigation li a{
    font-size:var(--font-sm);
}
.navigation li a:hover{
    text-decoration: none;
    color: var(--blue);
}
.navbar-brand{
    padding: 0;
    margin: 0;
}
.navbar{
     background-color: var(--white);
     padding-top: 0.6rem;
     padding-bottom: 0.6rem;
     box-shadow: 0 1px 5px rgba(0,0,0,0.2);

 }
.navigation {
    list-style: none !important;
    display: flex !important;;
    align-items: center;
    gap: calc(2rem - 10px);
    margin-left: 0;
}
/*.collapse ul{*/
/*    list-style: none !important;*/
/*    display: flex !important;;*/
/*    align-items: center;*/
/*    gap: calc(2rem - 10px);*/
/*    margin-left: 0rem;*/
/*}*/

.accordion-button:focus{
    outline: none !important;
    box-shadow: none !important;
}
.navigation li {
    padding: 5px;
    position: relative;
    text-transform: initial !important;
}
.navigation li a{
    color: var(--fontsm);
}
.sub-menu{
    display: none;
    position: absolute;
}

.navigation li:hover .sub-menu{
    display: flex;

}

.site-content {
    min-height: 90vh;
}

.blog-card {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 5px 0;
}

.navbar-brand img {
    height: auto;
    width: 95%;
    object-fit: contain;
    object-position: center;
}

.navigation {
    margin-bottom: 0;
    padding-left: 0;
}

.site-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    background: #000000;
    color: #fff;
    width: 100vw;
    padding: 2.5rem 1rem 3.35rem;
}

.item-description__logo {
    height: auto;
    width: 9rem;
    object-fit: contain;
}
b, strong{
    /* font-family: "proxima-nova", sans-serif; */
    font-family: 'Work Sans', sans-serif;
    font-weight: var(--fw-700);
}

.item-description__text {
    font-size: 0.81rem;
    line-height: 145%;
    font-family: ProRegular, sans-serif;
    padding-top: 0;
    max-width: 20rem;
}

.container {
    max-width: 1315px;
}
.top-sec{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.top-sec h4{
    font-size: 1rem;
    color: #fff;
    border-left: 1px solid #fff;
    padding-left: 1rem;
}
.top-sec h4 p{
    line-height: 1.3rem;
    margin-bottom: 0;
}
.top-sec h4 p, .top-sec h4 div, .top-sec h4 span{
    font-size: 1rem;
    color: #fff;
}
.sub-menu{
    background: #fff;
    border: 1px solid #dadada;
    list-style: none;
    padding: 1rem;
    z-index: 3;
    flex-wrap: wrap;
    /*top: calc(100% + 1rem);*/
}
.sub-menu li{
    width: 350px;
    border-bottom: 1px solid #efefef;
    line-height: 18px;
    padding: 0.6rem 0 !important;

}
.sub-menu li a{
    font-size: var(--fontsm);
}

#mega-menu-wrap-primary #mega-menu-primary{
    position: static;
}
#mega-menu-wrap-primary{
    position: static;
}
.mega-sub-menu .mega-menu-link{
    text-transform: capitalize !important;
}
.theme_btn{
    border-radius: 5px;
    background: var(--secondary);
    padding: 0.65rem 1rem;
    margin-right: auto;
    color: var(--white);
    font-size: var(--fontsm);
    display: inline-block;
    font-size: 0.9rem;
}
.theme_btn:hover{
    color: #fff;
    text-decoration: none;
}
.top-sec .tr-auto{
    text-align: right;
}
.top-sec{
    align-items: center;
}
.mega-block-title{
    font-weight: var(--fw-700);
    font-size: 1.1rem;
    padding-bottom: 0.75rem;
}
.top-sec .row{
    align-items: center;
}
.signup{
    background-color: var(--blue);
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}
.signup h4 {
    color: var(--white);
    margin-bottom: 0;
}
.signup .form-control{
    max-width: 480px;
    height: 50px;
    flex-shrink: 0;
    background: #E0E3E9;
    margin-right: 10px;
    border-radius: 0;
}
.signup button{
    height: 50px;
    border-radius: 0;
    border: none;
}
.signup .input-group{
    justify-content: flex-end;
}
.form-control:focus{
    border: none;
}
.footer_{
    background: #DFE3EC;
    padding-top: 3rem;
    padding-bottom: 2rem;
}
.footer-menu{
    list-style: none;
    padding-left: 0;
}
.footer-menu li a{
    color: var(--secondary);
    line-height: 2rem;
    font-weight: 500;
}
.footer-menu li a:hover{
    color: var(--blue);
    text-decoration: none;
}
.footer_ h4{
    font-size: 1.3rem;
    text-transform: uppercase;
    padding-bottom: 1rem;
}
.contact_ ul{
    list-style: none;
    padding-left: 0;
}
.contact_ ul span{
    color: var(--secondary);
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 500;
    display: block;
}
.contact_ ul a{
    color: var(--blue);
    font-size: var(--fontsm);
    line-height: 1.5rem;
}
.contact_ ul a:hover{
    color: #000;
}

.theme_link{
    font-size: 1rem;
    color: var(--secondary);
}
.theme_link:hover{
    color: var(--secondary);
    text-decoration: none;
}
.social_media{
    list-style: none;
    padding:2rem 0 0;
    margin-top: 1rem;
    border-top: 1px solid var(--blue);
    display: flex;
}
.social_media li{
    padding: 0 0.6rem;
}
.social_media a{
    color: #333;
    font-size: 1.1rem;
}
.copyright{
    padding: 1rem 0;
    color: #737373;
}
.copyright ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-left: 0;
    width: 100%;
    list-style: none;
}
.copyright li{
    padding: 0 0.5rem;
    border-right: 1px solid #dadada;
}
.copyright li:last-child{
    border-right: none;
}
.copyright li  a{
    color: #737373;
}
.copyright li  a:hover{
    color: var(--blue);
    text-decoration: none;
}
.copyright p, .copyright ul{
    margin-bottom: 0;
}
.about_sec{
    padding: 3rem 0 5rem;
}
.about_sec img{
    height: 28rem;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.about_sec h2, .research_story h3,
.research-addressing h3,
.major-initiative h2{
    padding-bottom: 1rem;
    /* font-family: 'Proxima Nova'; */
    font-family: 'Work Sans';
    font-weight: bold;
}
.featured-section img{
    height: 20rem;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.featured-section{
    border-bottom: 1px solid #0a2c74;
}
.research_story h2{
    padding-bottom: 1rem;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-family: var( --alternate-font);
    font-weight: var(--fw-800);
}
.research_story h3,.research-addressing h3{
    padding-bottom: 1rem;
    /* font-family: 'Proxima Nova'; */
    font-family: 'Work Sans';
    font-weight: bold;
    color: #000;
    text-align: left;

}
.news_content img{
    width: auto;
    object-fit: contain;
}
p{
    line-height: 1.5rem !important;
    font-weight: 400;
}
.hightligted{
    position: absolute;
    background: var(--blue);
    bottom: -3rem;
    left: -1rem;
    padding: 1rem;
    color: #fff;
}
.hightligted p{
    margin-bottom: 0;
}
.hightligted p strong{
    font-weight: var(--fw-700);
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 2rem 0 0;
    padding: 1rem 0;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
    cursor: pointer;
}

.slick-dots button {
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: var(--blue);
    text-indent: -9999px;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background-color: var(--secondary);
}
button:focus{
    outline: none;
}
.research_story{
    padding: 3.5rem 0;
    background-color: #fff;
}
.research_story {
    font-size: 3.6rem;
    padding-bottom: 1.5rem;
}
.slick-initialized .slick-slide{
    padding-bottom: 1.5rem;
}
.fix-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
    position: fixed;
    left: 0;
    z-index: 1010;
}
.fix-top .navbar-brand img{
    width: 13rem;
}
#navbar_top .navbar-brand{
    display: none;
}
#navbar_top.fix-top  .navbar-brand{
    display: inline-block;
    padding-right: 1rem;
}
.intiative_slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}
.intiative_slider .item{
    padding: 0.25rem;
}
.intiative_slider .initiative-card{
    position: relative;
    height: 20rem;
    overflow: hidden;
    /* display: block; */
}
.intiative_slider .initiative-card:hover img{
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}

.intiative_slider .initiative-card:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(0, 45, 114, 0.25) 44.79%);
}
.intiative_slider .initiative-card p{
    opacity: 0;
    visibility: hidden;
}
.intiative_slider .initiative-card:hover p{
    opacity: 1;
    visibility: visible;
}
.intiative_slider .initiative-card:hover .content{
    background-color: rgba(0,45,114,0.5);
}
.intiative_slider .content{
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 6rem;
    padding: 1rem;
    transition: 0.5s ease-in-out;
    
}
.intiative_slider .initiative-card:hover .content{
    transform: translateY(calc(10% - 10px));
    transition: 0.5s ease-in-out;
}
.major-initiative{
    padding: 4rem 0 2rem;
    background-color: #f0f0f0;
}
.intiative_slider .initiative-card .content h5{
    color: #FFF;
    font-weight: var(--fw-700);
}
.initiative-card .content p{
    color: #fff;
    line-height: 1.3rem;
}
.initiative-card .content a{
    font-size:var(--font-sm);
    color: var(--secondary);
    line-height: 1.3rem;
}
.intiative_slider{
    padding: 1rem 0;
}
.hero_slide {
    position: relative;
}

.hero_slide  .slide img {
    width: 100%;
    height: auto;
}
.hero_slide  .text-content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translate(-5%, -50%);
    text-align: left;
    color: #fff;
    z-index: 2;
    width: 55%;
}
.hero_slide  .animated-text {
    opacity: 0;
}
.hero_slide .slider-nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    padding: 2px;
    border-radius: 5px;
}
.hero_slide  .slider-nav button {
    border: none;
    color: white;
    font-size: 2.5rem;
    margin: 0;
    cursor: pointer;
    background-color: var(--secondary);
    width: 2.75rem;
    height: 2.75rem;
    line-height: 10px;
}
.hero_slide  .slider-nav button:hover {
    color: lightgray;
}
.hero_slide .slide {
    position: relative;
}
.hero_slide .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.hero_slide .slick-dots li {
    margin: 0 4px;
}
.hero_slide .slick-initialized .slick-slide{
    padding-bottom: 0;
}
.hero_slide .slick-initialized .slick-slide:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 45, 114, 1), rgba(0, 114, 206, 0.7) 70%, rgba(0, 114, 206, 0.4));
    z-index: 1;
}
.hero_slide .text-content h1{
    /*font-family: "proxima-nova", sans-serif;*/
    padding-bottom: 1rem;
    /* font-family: 'Proxima Nova'; */
    font-family: 'Work Sans';
    font-weight: bold;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
}
.hero_slide .text-content p{
padding-bottom: 1rem;
}
.hero_slide .text-content h4{
color: var(--white);
text-transform: uppercase;
font-size: 1rem;
text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
}
.hero_slide .slick-slide img{
height: 530px;
object-fit: cover;
}
.hero_slide .slick-dots button{
background-color: var(--white);
}
.measures-of-excellence{
padding: 4rem 0;
}
.measures-of-excellence h2{
text-align: center;
font-size: 3.6rem;
color: var(--white);
padding-bottom: 2rem;
font-family: var( --alternate-font);
font-weight: var(--fw-800);
}
.measures-of-excellence.bdp-excellence h2{
color: var(--secondary);
text-transform: uppercase;
font-size: 3rem;
display: inline-block;
padding-bottom: 2rem;
font-family: var( --alternate-font);
font-weight: var(--fw-800);
}
.excellence-card{
text-align: center;
}
.excellence-count{
color: #FFF;
font-size: 5rem;
font-family: "Work Sans", sans-serif;
font-weight: var(--fw-700);
line-height: 6rem;
}
.excellence-title{
color: var(--secondary);
font-size: 1.8rem;
text-transform: capitalize;
/* font-family: "factoria", serif; */
font-family: "Roboto Slab", serif;
font-weight: var(--fw-700);
}
.measures-of-excellence.bdp-excellence .excellence-title{
color: var(--white);
font-size: 1.75rem;
text-transform: capitalize;
/* font-family: "factoria", serif; */
font-family: "Roboto Slab", serif;
font-weight: var(--fw-700);
}
.excellence-content{
color: #FFF;
text-align: center;
font-size: 0.85rem;
text-transform: capitalize;
}
.measures-of-excellence.bdp-excellence .excellence-content{
font-size: 1rem;
}
.measures-of-excellence.bdp-excellence{
margin-top: 2rem;
}
.research_story .slick-slide img{
height: 100%;
width: 100%;
object-fit: cover;
}
.research_story .slick-dots{
margin-top: 0;
}
.page-content{
padding: 4rem 0;
position: relative;
}
.major-inti-section{
width: 30%;
background-color: #E0E3EC;
height: auto;
position: absolute;
top: -5rem;
right: 0;
}
.major-inti-section .inti-content{
padding: 1.5rem 1.5rem 0;
}
.quick-contact{
background-color: var(--blue);
padding: 1.5rem;
}
.contact-flex{
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.contact-flex i{
    margin-right: 0.5rem;
    opacity: 0.75;
}
.major-inti-section .inti-content ul{
padding-left: 0;
list-style: none;
padding-top: 1rem;
}
.major-inti-section .inti-content ul li{
font-size: 1rem;
padding: 0.7rem 0;
border-bottom: 1px solid #cecfd3;
}
.major-inti-section .inti-content ul li a{
color: var(--fontsm);
}
.major-inti-section .inti-content ul li a:hover{
text-decoration: none;
color: var(--secondary);
}
.major-inti-section h3{
color: #000;
line-height: 32px;
}
.quick-contact h5{
color: var(--white);
}
.quick-contact a{
color: var(--secondary);
font-size: 1.15rem;
padding: 0.5rem 0;
display: block;
}
.quick-contact a:hover{
color: var(--white);
text-decoration: none;
}
.hero_slide.inner_slide{
height: 268px;
overflow: hidden;
}
.hero_slide.inner_slide .slide{
height: 100%;
}
.hero_slide.inner_slide .slide h2{
    /*font-family: "proxima-nova", sans-serif;*/
    padding-bottom: 1rem;
    width: 90%;
    /* font-family: 'Proxima Nova'; */
    font-family: 'Work Sans';
    font-weight: bold;
}
.bd-proffessors-sec{
padding: 4rem 0;
background-color: #E0E3EC;
}
.bd-proffessors-sec a{
text-decoration: none;
color: #000;
}
.bd-proffessors-sec a:hover{
text-decoration: none;
color: var(--secondary);
}
.bd-proffessors-sec .prof_name{
font-size: 1.15rem;
padding-top: 1rem;
margin-bottom: 0;
}
.bd-proffessors-sec img{
height: 15rem;
width: 100%;
object-fit: cover;
object-position: center;
}
.bd-proffessors-sec .item{
padding: 1rem;
}
.bd-proffessors-sec  .proxima_head{
text-align: center;
}
.proxima_head{
text-transform: uppercase;
padding-bottom: 1rem;
font-weight: var(--fw-700);
}
.bdp_cluster_card img{
width: 100%;
height: 15rem;
object-fit: cover;
}
.bdp_cluster_card .title{
font-size: 1.25rem;
overflow: hidden;
font-weight: 700;
}
.bdp_cluster_sec{
padding: 4rem 0;
background-color: #EDEDED;
}
.bdp_cluster_sec .col-md-4{
padding-bottom: 1rem;
padding-top: 1rem;
}
.bdp_cluster_card .content-box{
background-color: #fff;
padding: 1.25rem;
}
.bdp_cluster_card{
height: 100%;
background-color: #fff;
}
.bdp_cluster_card .content{
font-size: var(--fontsm);
}
.default-content p,
.default-content ul,
.default-content ol {
font-size: 0.95rem;
}
.default-content li {
padding-bottom: 0.3rem;
padding-top: 0.3rem;
}
.post-content{
padding: 4rem 0;
}
.post-thumbnail img{
width: 100%;
height: 20rem;
}
.postcont-section{
background-color: var(--secondary);
padding: 1rem 1.5rem;
color: #fff;
text-align: center;
}

.post-content h3{
    /* font-family: 'Proxima Nova'; */
    font-weight: 600;
}
.prof_division{
font-size: 1.2rem;
font-weight: var(--fw-700);
color: var(--secondary);
}
.prof_department{
font-size:var(--font-sm);
color: var(--blue);
padding-bottom: 1rem;
}
.prof_department a{
color: var(--blue);
}
.prof_department a:hover{
color: var(--dark);
text-decoration: none;
}
.prof_contact_number, .prof_contact_email {
font-size: 1rem;
padding: 0.25rem 0;
font-weight: 700;
}
.prof-imgCard{
padding-bottom: 1rem;
object-fit: contain;
}
.prof-imgCard img{
height: 20rem;
width: 100%;
object-fit: contain;
object-position: top;
}
.prof-imgCard img{
height: auto;
max-height: 20rem;
width: 100%;
object-fit: contain;
object-position: top;
}
.major-initiative-post img{
height: 20rem;
width: 100%;
}
.meet_bdp_section{
padding: 4rem 0;
}
.more-information{
background: #f6f6f6;
padding: 2rem 1.5rem;
margin-top: 2rem;
}
.more-information{
margin-top: 1rem;
    margin-bottom: 1rem;
}
.more-information h3{
color: var(--dark);
}
.more-information ul{
list-style: none;
padding-left: 0;
}
.more-information li{
position: relative;
padding:0.5rem 1.2rem;
border-bottom: 1px solid #dadada;
}
.more-information li a{
color: var(--blue);
}
.more-information li:after{
content:'\f054';
position: absolute;
left: 0;
top: 0.8rem;
font: normal normal normal 14px/1 FontAwesome;
color: var(--blue);
}
.more-information li:hover:after{
color: var(--secondary);
}
.more-information li a:hover{
text-decoration: none;
color: var(--secondary);
}
.filterSection{
background-color: #F6F6F6;
padding: 1rem 1rem;
}
.filterSection ul{
list-style: none;
padding-left: 0;
}

.filterSection ul label{
display: inline-block;
padding: 10px 10px 10px 0;
background-color: rgba(255, 255, 255, 0);
cursor: pointer;
transition: all 0.3s ease;
border-bottom: 1px solid #dadada;
width: 100%;
font-size: 0.95rem;
}
.filterSection label.active{
color: #f16022;
border-bottom: 1px solid #012d72;
}
.filter-header input{
width: 33%;
padding: 9px 15px;
border-radius: 6px;
border: 1px solid #ccc !important;
}
.filter-header .btn.btn-outline-secondary{
height: 100% !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border-color: #ccc;
}
.filter-header{
width: 40%;
margin-left: auto;
}
button:focus, .btn-outline-secondary.focus, .btn-outline-secondary:focus,
.form-control:focus{
box-shadow: none;
}
input[type=checkbox]:checked + label {
text-decoration: line-through;
}
.theme_btn.clear-all-btn{
padding: 0.3rem 1rem;
cursor: pointer;
background: transparent;
color: #333;
border: 1px solid #333;
margin-top: 2rem;
}
.filterSection input[type=checkbox] {
display: none;
}
.filter-items .item{
height: 100% !important;
border: none;
}
.filter-items a{
display: block;
width: 100%;
height: 100%;
}
.filter-items img{
width: 100%;
height: 12rem;
object-fit: cover;
/* filter: grayscale(100%); */
transform: translateY(10px);
transition: 0.3s ease-in-out;
}
.filter-items h4{
font-size: 1.1rem;
padding-top: 1rem;
color: #000;
font-weight: 700;
width: 100%;
margin-bottom: 5px;
}
.filter-items .prod-degree{
    font-size: 0.95rem;
}
.proffessor_name span{
    font-size: 1.2rem;
    color: #012d72;
}
.filter-items .item:hover img{
transform: translateY(0px);
transition: 0.3s ease-in-out;
filter: grayscale(0%);
}
.filter-items .item:hover a{
text-decoration: none;
}
.meet_bdp_section .meet_professors a:hover{
text-decoration: none;
}
.d-name-flex{
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.meet_bdp_section.bdp-staffs-list .filter-items .item:hover img{
transform: translateY(10px);
transition: 0.3s ease-in-out;
filter: grayscale(0%);
border-radius: 20px;
}
.meet_bdp_section.bdp-staffs-list .filter-items .item:hover a{
text-decoration: none;
}
.meet_bdp_section.bdp-staffs-list .meet_bdp_section .meet_professors a:hover{
text-decoration: none;
}

.meet_bdp_section .meet_professors .department{
font-size: 0.85rem;
color: #444;
}
.meet_bdp_section h2{
font-weight: var(--fw-700);
}
.meet_bdp_section h4{
font-weight: var(--fw-700);
}
.meet_bdp_section .item {
width: calc(25% - 20px);
height: 100px;
transition: transform 0.3s ease, opacity 0.3s ease;
/*border: 1px solid #ccc;*/
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
}
.meet_bdp_section.bdp-staffs-list  .filter-items a{
    text-align: center;
}
.meet_bdp_section.bdp-staffs-list .prof_name{
    width: 100%;
}
.meet_bdp_section .item.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.meet_bdp_section .item.hide {
    opacity: 0;
    display: none;
    transform: scale(0.9);
}

.meet_bdp_section .item.show-animation {
    animation: showAnimation 0.3s ease forwards;
}

.meet_bdp_section .item.hide-animation {
    animation: hideAnimation 0.3s ease forwards;
}
.news_contents img{
    height: 25rem;
    width: auto;
    object-fit: contain;
}
.news_contents h4{
    padding-top: 1rem;
    color: var(--secondary);
}
.news_sub_title{
    padding-top: 1rem;
    font-size: 1.2rem;
    color: var(--secondary);
}
.news_sub_title h5{
    line-height: 1.75rem;
    padding-bottom: 2.5rem;
}
.latestBlog-card img{
    width: 100%;
    height: 22rem;
    object-fit: cover;
    object-position: center;
}
.faq_section h2{
    padding-bottom: 1rem;
    /* font-family: 'Proxima Nova'; */
    font-family: 'Work Sans';
    font-weight: bold;
    color: #000;
    text-align: left;
}
.bdp-sfaff-row .prof-imgCard{
    text-align: center;
}
.bdp-sfaff-row .prof-imgCard img {
    height: auto;
    width: 80%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    margin: auto;
}
.bdp-sfaff-row h2.proffessor_name{
    margin-bottom: 0;
}
.prof_department span{
    padding-left: 3px;
    padding-right: 3px;
}

.latestBlog-card .highlight{
    color: var(--secondary);
    font-size: 1rem;
    padding-top: 2.5rem;
}
.latestBlog-card .blog-title{
    font-size: 1.5rem;
    color: #000;
    font-weight: 700;
    /* font-family: "proxima-nova", sans-serif; */
    font-family: 'Work Sans', sans-serif;
}
.latestBlog-card span{
    color: var(--blue);
    font-size: var(--font-sm);
}
.latestBlog-card p{
    color: #000;
}
.latestBlog-list{
    display: flex;
    padding-bottom: 2rem;
}
.latestBlog-list:hover, .latestBlog-card:hover{
    text-decoration: none;
}
.latestBlog-list img{
    height: auto;
    width: auto;
    max-width: 8rem;
    margin-right: 1rem;
    object-fit: contain;
    object-position: top;
}
.inline.align-left{
    float: left;
    padding-right: 1.5rem;
}
.news_content ul{
    font-size: 1rem;
    line-height: 22px;
    width: 80%;
    list-style: none;
}
.news_content ul li{
    line-height: 26px;
    padding-bottom: 0.5rem;
    position: relative;
    padding-left: 1.25rem;
}
.news_content ul li:before{
    content: '\f101';
    font: normal normal normal 14px/1 FontAwesome;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0.5rem;
    bottom: 0;
    border-radius: 50%;
    color: var(--blue);
}
.cluster-image{
    padding-bottom: 1rem;
}
.cluster-image img{
    width: 100%;
    object-fit: cover;
    height: 400px;
    object-position: left;
}
.faq-accordion .accordion-button{
     /*font-size:var(--font-sm);*/
     color: #000;
     font-weight: var(--fw-600);
     /* font-family: "proxima-nova", sans-serif; */
     font-family: 'Work Sans', sans-serif;
     background-color: #fff;
     font-size: 1.2rem;

}

.faq-accordion .accordion-header{
    padding: 0;
}
.post-content ul li{
    font-size:var(--font-sm);
}
.accordion-button:not(.collapsed) {
    color: var(--dark);
}
.accordion-button.collapsed{
    color: var(--dark);
}

.listcontent p{
    font-size: 0.85rem;
    color: #000;
    line-height: 1.1rem;
    margin-bottom: 2px;
}
.listcontent span{
    color: var(--blue);
    font-size: 0.75rem;
}
.listcontent .highlight{
    color: var(--secondary);
}
.listcontent .blog-title{
    font-size: 1.1rem;
    color: #000;
    font-weight: 500;
}
.listcontent h6.highlight{
    font-size: 0.95rem;
    margin-bottom: 8px;
}
.latest-news-sec{
    background-color: #F3F3F3;
    padding: 3rem 0;
}
.related-posts{
    padding: 3rem 0;
}
.related-posts h2{
    font-size: 1.5rem;
    padding-top: 1rem;
    color: #000;
}
.publication-post{
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
    display: flex;
}
.author, .date{
    color: #666;
    line-height: 150%;
}
.separator_-ost_on {
    width: 4px;
    height: 4px;
    background-color: #666;
    border-radius: 27px;
    margin-left: 10px;
    margin-right: 10px;
}
.highlight_content p,
.highlight_content h1,
.highlight_content h2,
.highlight_content h3,
.highlight_content h4,
.highlight_content h5,
.highlight_content h6{
    font-weight: 500;
    color: #012d72;
}
.related-posts-details{
    padding-top: 2rem;
}
.related-posts-details .latestBlog-list{
    flex-direction: column;
}
.related-posts-details .item{
    margin-right: 1rem;
}
.related-posts-details .slick-slide img{
    border-radius: 4px;
    border-style: solid;
    border-width: 0;
    border-color: #ffffff;
    height: 10rem;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    object-position: center;
}
.related-posts-details .proxima_head{
    font-size: 1.75rem;
}
.related-posts-details .highlight{
    padding-top: 0.5rem;
}
.relatedPostCard{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.related-posts-details .slick-dots{
    margin-top: 0;
    padding-top: 0;
}
.relatedPostCard .latestBlog-list{
    flex-direction: column;
}
.relatedPostCard  img{
    max-width: 100%;
    height: 12rem;
    object-fit: cover;
    margin-bottom: 1rem;
}
.trendigNewsCard{
    box-shadow: 4px 4px 16px rgba(0,0,0,0.1);
}
@media screen and (max-width: 768px){
    .top-sec{
        display: none;
    }
    #navbar_top .navbar-brand {
        display: block;
    }
    .navigation{
        flex-direction: column;
    }
    .hero_slide .text-content{
        width: 90%;
        left: 10%;
    }

    .hero_slide .text-content h2{
        width: 100%;
        line-height: 2.2rem;
        padding-bottom: 0.5rem;
    }
    .hero_slide p{
        line-height: 1.25rem;
    }
    .hero_slide .slick-slide img{
        object-position: right;
        height: 30rem;
    }
    .hero_slide .slider-nav{
        display: none;
    }
    .hightligted{
        bottom: 0;
        left: 0;
    }
    .about_sec h2, .research_story h3, .major-initiative h2, .research-addressing h3{
        padding-bottom: 0.5rem;
        padding-top: 1rem;
    }
    .about_sec{
        padding: 3rem 0 3rem;
    }
    .research_story h2, .measures-of-excellence h2{
        line-height: 3rem;
    }
    .slick-dots{
        margin-top: 0;
    }
    .major-initiative, .research_story{
        padding: 3rem 0;
    }
    .signup h4{
        padding-bottom: 1rem;
        text-align: center;
    }

    footer .navbar-brand{
        display: block;
        text-align: center;
    }
    .navbar-brand img{
        width: 14rem;
    }
    .footer_{
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .social_media{
        list-style: none;
        padding: 1rem 0 0;
        margin-top: 0.25rem;
        border-top: 1px solid #c2c2c4;
        display: flex;
        justify-content: center;
    }
    .footer_ h4{
        padding-bottom: 0;
        padding-top: 1rem;
        border-top: 1px solid #c2c2c4;
        font-size: 1.1rem;
    }
    footer .theme_link{
        display: block;
        margin-bottom: 1rem;
    }
    .copyright .row{
        flex-direction: column-reverse;
        text-align: center;
    }
    .copyright ul{
        justify-content: center;
        margin-bottom: 1rem;
    }
    .slick-dots button {
        width: 0.8rem;
        height: 0.8rem;
    }
    .navigation li .sub-menu,
    .navigation li:hover .sub-menu{
        display: none;
    }
    .navigation li.active .sub-menu{
        display: flex;
        position: relative;
    }
    .sub-menu{
        border: none;
        padding: 0.5rem 1rem;
    }

    .hero_slide.inner_slide{
        height: 200px;
    }
    .hero_slide .slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-height: 20rem;
    }
    .hero_slide .text-content h4{
        font-size: 0.85rem;
    }
    .hero_slide p{
        display: none;
    }
    .major-inti-section {
        width: 100%;
        background-color: #E0E3EC;
        height: auto;
        position: relative;
        top: 2rem;
        right: 0;
    }
    .page-content{
        padding: 4rem 0 2rem;
    }
    .major-inti-section h3 {
        color: #000;
        line-height: 18px;
    }
    .bd-proffessors-sec .proxima_head{
        font-size: 1.5rem;
    }
    .bd-proffessors-sec .prof_name{
        text-align: center;
    }
    .item{
        width: calc(50% - 10px);
    }
    .filter-header {
        width: 100%;
        margin-left: auto;
    }
    .meet_bdp_section .item{
        width: calc(50% - 10px);
    }
    .overlay a {
        font-weight: 400 !important;
    }
    .submenu{
        list-style: none;
        padding-left: 0;
    }
    .submenu li{
        padding-left: 22px;
    }
    .submenu a{
        font-weight: 300 !important;
    }
    .hero_slide .text-content h1{
        font-size: 2.25rem;
    }
    .cluster-image img{
        max-height: 400px;
        height: auto;
        object-fit: contain;
        object-position: center;
    }
    .cluster-accordian{
        margin-top: 1.5rem;
    }
}
@media screen  and (min-width: 768px) and (max-width: 1200px){
    .meet_bdp_section .item{
        width: calc(33% - 20px);
    }
    .cluster-image img{
        max-height: 400px;
        height: auto;
        object-fit: contain;
        object-position: center;
    }
}
@media screen  and (min-width: 768px) and (max-width: 1024px){
    .hero_slide .slide img{
        height: 30rem;
    }
    .hero_slide.inner_slide img{
        height: 100%;
        object-fit: cover;
    }
    .copyright .col-md-4, .copyright .col-md-8{
        max-width: 100%;
    }
    .footer_ .col-md-3{
        max-width: 33.3%;
        flex: auto;
    }
    .footer_ .col-md-3:first-child{
        flex: auto;
        max-width: 100%;
    }

}
p :where(b, strong){
    /* font-family: "proxima-nova", sans-serif; */
    font-family: 'Work Sans', sans-serif;
    font-weight: var(--fw-700);
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.video-wrapper iframe, .videoWrapper object, .videoWrapper embed, .videoWrapper #full-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.research-addressing{
    background: #f0f0f0;
    padding: 3.5rem 0;
}
.proffessor_title{
    display: flex;
    justify-content: space-between;
}
.proffessor_title button{
    border-radius: 5px;
    background: var(--white);
    padding: 0 1rem;
    color: var(--secondary);
    border: 1px solid var(--secondary);
    font-size: var(--fontsm);
    display: inline-block;
    height: 40px;
    cursor: pointer;
}
.proffessor_title button:hover{
    background: var(--blue);
    color: var(--white);
    border: 1px solid var(--blue);
}

.cluster-leads-section{
    background-color: #ffffff;
    border: 1px solid #dadada;
}
.cluster-leads-section .inti-content {
    padding: 1.5rem 1.5rem 0;
}
.cluster-leads-section h3 {
    color: var(--blue);
    font-size: 1.4rem;
    line-height: 32px;
}
.cluster-leads-section .inti-content ul {
    padding-left: 0;
    list-style: none;
    padding-top: 0rem;
}
.cluster-leads-section .inti-content ul li {
    font-size: 1rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid #cecfd3;
}
.cluster-leads-section .inti-content ul li a {
    color: var(--fontsm);
}
.download-link {
    background-color: var(--blue);
    padding: 1.5rem;
}
.download-link h3 {
    color: var(--white);
    font-size: 1.2rem;
    text-transform: capitalize;
}
.download-link a {
    color: var(--secondary);
    font-size: 1rem;
    padding: 0.2rem 0;
    display: block;
    font-weight: 400;
}
.download-link ul{
    list-style-type: none;
    padding-left: 0;
}
.lim-3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical !important;
}
.contact_ ul span{
    padding-bottom: 0.25rem;
}
.m-profile img{
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}
.m-profile h3 span{
    font-weight: var(--fw-700);
}
@media screen and (min-width: 1601px) {
    .bdp_cluster_card .title{
        font-size: 1.15rem;
    }
    .content-box p{
        line-height: 1.25rem !important;
    }
    .theme_link{
        font-size: var(--fontsm);
    }
    .intiative_slider .initiative-card .content h5{
        font-size: 1.1rem;
    }
    .measures-of-excellence h2{
        font-size: 3.1rem;
    }
}
.cluster-accordian .accordion-button.collapsed,
.cluster-accordian .accordion-button:not(.collapsed){
    background-color: var(--blue);
    font-size: 1.1rem;
    color: var(--white);
    padding: 0.75rem 0.5rem;
    border-radius: 0 !important;
}
.cluster-accordian  .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.cluster-accordian .accordion-body{
    padding: 0.5rem 1rem;
}
.cluster-accordian .accordion-body ul{
    padding-left: 0rem;
    list-style: none;
    margin-bottom: 0;
}
.cluster-accordian .accordion-body ul li {
    font-size: 1rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid #cecfd3;
}
.cluster-accordian .accordion-body ul li a:hover{
    color: var(--secondary);
}
.cluster-accordian .accordion-button:after{
    filter: brightness(0) invert(1) !important;
}
.more-info-accordian{
    background-color: var(--blue);
}
.more-info-accordian .accordion-body ul a {
    color: var(--secondary);
    font-size: 1rem;
    padding: 0.2rem 0;
    display: block;
    font-weight: 400;
}
.more-info-accordian .accordion-body ul a:hover{
    color: var(--white);
}
.more-info-accordian .accordion-body ul li{
    border-bottom: none;
}
.more-info-accordian .accordion-button:not(.collapsed){
    box-shadow: none;
}

.cluster-details-accordion .accordion-item{
    border: none;
    border-bottom: 1px solid #dadada;
}
.cluster-details-accordion .accordion-button{
    font-size: 1.2rem;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
}
.cluster-details-accordion .accordion-body{
    padding-left: 10px;
    padding-right: 10px;
}
.accordion-button:not(.collapsed){
    background-color: transparent;
    border-bottom: 1px solid #dadada;
}
.cluster-details-accordion .button:focus:not(:focus-visible){
    border-bottom: 1px solid #0a2c74;
}
a.bdp_cluster_card .introduction{
    color: #5a5a5a;
    font-weight: 400;
}
.theme_link:hover{
    font-size: var(--fontsm);
}
a.bdp_cluster_card{
    display: inline-block;
    transform: translateY(-10px);
    transition: 0.5s ease-in-out;
    border: 1px solid transparent;
    width: 100%;
}
a.bdp_cluster_card:hover{
    transform: scale(1.03);
    transition: 0.5s ease-in-out;
    border: 1px solid var(--blue);
}
.sidebar .nav-item a{
    display: inline-block !important;
    width: auto;
}
.submenu-toggle{
    margin-left: 0.5rem;
    color: #0a2c74;
    cursor: pointer;
 
}
.submenu-toggle i{
    transition: 0.25s ease-in;
    transform: rotate(0deg);
}
.submenu-toggle.active i{
    transform: rotate(180deg);
    transition: 0.25s ease-in;
}
.sidebar{
    max-height: 85vh;
    overflow: auto;
}
.sidebar li.nav-item {
    border-top: 1px solid #ededed;
}
section .row{
    row-gap: 20px;
}