/* @import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:regular,italic,700,700italic); */



@font-face {
    font-family: HelveticaNeueMedium;
    src: url(../fonts/HelveticaNeueMedium.otf);
}

@font-face {
    font-family: HelveticaNeueBold;
    src: url(../fonts/HelveticaNeueBold.otf);
}

@font-face {
    font-family: HelveticaNeueRoman;
    src: url(../fonts/HelveticaNeueRoman.otf);
}



body {
    font-family: HelveticaNeueRoman;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

h1 {
    font-family: "HelveticaNeueBold";
    font-weight: 700;
    text-transform: capitalize;
}

h2 {
    text-transform: capitalize;
    font-family: "HelveticaNeueBold";

}

h5 {
    font-weight: 400;
    color: #051025;
}

h6 {}

img {
    max-width: 100%;
}

p {
    margin-bottom: 0px !important;
}

#marquee {
    background: #051025;
    color: #fff;
    padding: 7px 20PX;
    margin-top: 0px;
    font-size: 20px;
}

#marquee-secondary {
    background: #132444;
    color: #fff;
    padding: 7px 20PX;
    margin-top: 0px;
    font-size: 20px;
}


::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}

.navbar-brand h1 {
    font-size: 24px;
}

.navbar-brand img {
    max-height: 140px;
    margin-bottom: -35px;
}

.navbar {
    background: #051025;
    flex-wrap: wrap !important;
}

.navbar a.nav-link {
    color: #fff;
    font-size: 24px;
}

.navbar-nav{
    margin-left: 190px;
}
.navbar .nav-link.active,
.navbar-nav .nav-link.show {
    color: #526DA1;
}
.navbar .fa-bars {
    color: #fff;
    font-size: 30px;
}

.video-hero {
    height: 100vh;
    position: relative;
}

video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-hero-content {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
}

.video-hero-content h1 {
    font-size: 90px;
    padding-left: 100px;
    color: #fff;
    font-weight: bold;
}

.video-card {
    min-height: 500px;
}

.welcome {
    padding-top: 100px;
    padding-bottom: 100px;
}

.welcome .text {
    padding-left: 50px;
}

.welcome .text h2 {
    color: #051025;
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: 49px;
}

.welcome .text p {
    color: #051025;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.welcome .learn_btn {
    color: #051025;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    margin-top: 30px;
}

.announcements {
    width: 100%;
    min-height: 400px;
    background: #051025;
    padding-bottom: 50px;
}
.announcements .owl-nav{
    display: block !important;
}

.announcements .card {
    background: #132444;
    color: #fff;
    height: 390px;
}

.announcements .card p {
    font-size: 16px;
    text-transform: capitalize;
}

.announcements .card img {
    width: 100% !important;
    height: 180px !important;
    object-fit: cover;
}

.announcements .card a {
    font-size: 12px;
}

.announcements h1 {
    color: #FFF;
    font-size: 36px;
}

.announcement-carousel h6 {
    font-size: 20px;
}

.announcements .owl-theme.announcement-carousel .owl-nav {
    /* position: absolute; */
    /* right: 30px;
    top: -70px; */
    /* color: #FFF; */
    width: 80px;
}

.announcements .owl-theme.announcement-carousel .owl-nav .owl-prev {
    font-size: 0px !important;
    background: url('../images/prev.svg');
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.2s;
}
.announcements .owl-theme.announcement-carousel .owl-nav .owl-prev:hover {
    transform: scale(1.2);
}
.announcements .owl-theme.announcement-carousel .owl-nav .owl-next:hover {
    transform: scale(1.2);
}

.announcements .owl-theme.announcement-carousel .owl-nav .owl-next {
    font-size: 0px !important;
    background: url('../images/next.svg');
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.2s;

}

.announcements .event_text {
    color: #FFF;
    padding-left: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 130px;
}

.announcements .event_text h6 {
    font-size: 18px;
}

.announcements .event_text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.announcements .event_text p span {
    color: #5F6A8B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}


.team_leader_students_alumni {
    background: #F4F4F4;
}

.team_leader_students_alumni .team_leader_students_alumni_details {
   padding-top: 100px;
   padding-bottom: 100px;
}

.team_leader_students_alumni_details .team_leader {
    width: 100%;
    /* height: 100%; */
    padding: 40px;
    background: #FFF;
    border-radius: 10px;
}

.team_leader_students_alumni .team_leader img {}

.team_leader_students_alumni_details .team_leader .team_leader_details {
    padding-right: 20px;
    padding-left: 15px;
}
.team_leader_details ul {
  padding-left: 10px;
}
.team_leader_details ul li{
    line-height: 36px;
    font-weight: 600;
}

.team_leader_students_alumni_details .team_leader h1 {
    color: #000;
    font-size: 36px;
    line-height: normal;
    text-align: center;
}

.team_leader_students_alumni_details .team_leader .team_leader_details h2 {
    color: #0D0D0D;
    font-size: 24px;
    line-height: normal;
}

.team_leader_students_alumni_details .team_leader .team_leader_details p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: justify;
    line-height: 38px;
}

.team_leader_students_alumni_details .team_leader .team_leader_details h6 {
    font-size: 20px;
    font-weight: 600;
}

.team_leader_students_alumni_details .team_leader .team_leader_details h6 span {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.team_leader_students_alumni_details .team_leader .team_leader_details .cv_button {
    padding: 0px 10px;
    height: 40px;
    border-radius: 5px;
    background: #DFE9FF;
    color: #0D0D0D;
    font-size: 15px;
    font-style: normal;
    border: none;
    outline: none;
}

.team_leader_students_alumni_details .team_leader .team_leader_details .google_button {
    padding: 0px 10px;
    height: 40px;
    border-radius: 5px;
    background: #DFE9FF;
    color: #0D0D0D;
    font-size: 15px;
    font-style: normal;
    border: none;
    outline: none;
}

.team_leader_students_alumni_details .team_leader .team_leader_details .orcid_button {
    padding: 0px 10px;
    height: 40px;
    border-radius: 5px;
    background: #DFE9FF;
    color: #0D0D0D;
    font-size: 15px;
    font-style: normal;
    line-height: 182%;
    border: none;
    outline: none;
}

.team_leader_students_alumni_details .team_leader .team_leader_details .social_button {
    padding: 0px 15px;
    height: 40px;
    border-radius: 5px;
    background: #DFE9FF;
    border: none;
    outline: none;
    font-size: 15px;
}

.team_leader_students_alumni_details .team_leader .team_leader_details button {
    margin-right: 2px;
    margin-top: 10px;
}


.research_section {
    background: #F4F4F4;
    padding-bottom: 60px;
}

.research_section h1 {
    color: #051025;
    font-size: 36px;
    line-height: 49px;
}

.research_section .card {
    border: none;
    border-radius: 5px;
    overflow-y: hidden;
    overflow-x: hidden;
    cursor: pointer;

}
.research_section .card a {
    text-decoration: none;
    color: #000;
    overflow-y: hidden;
    overflow-x: hidden;
}

.research_section .card img {
    border-radius: 3px;
    transition: 0.2s;
}
.research_section .card h3 {
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
    transition: 0.2s;
    height: 60px;
}
.research_section .card:hover img {
    transform:scale(1.1);
}
.research_section .card:hover h3 {
   color: #00638a;
}

.research_section .owl-theme.reaserch-section .owl-nav {
    margin-top: 0;
}
.research_section .owl-theme.reaserch-section .owl-nav .owl-prev {
    font-size: 0px !important;
    background: url('../images/prev_dark_arrow.svg');
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.2s;
    top: calc(50% - 50px);
}

.research_section .owl-theme.reaserch-section .owl-nav .owl-next {
    font-size: 0px !important;
    background: url('../images/next_dark_arrow.svg');
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.2s;
    top: calc(50% - 50px);

}
.research_section .owl-theme.reaserch-section .owl-nav .owl-prev:hover {
    transform: scale(1.2);
}
.research_section .owl-theme.reaserch-section .owl-nav .owl-next:hover {
    transform: scale(1.2);
}



/* .research-slider .slider {
    margin-top: -80px !important;
} */

.research_highlights {
    background: #F4F4F4;
    padding-bottom: 60px !important;
    padding-top: 60px !important;
}

.research_highlights h1 {
    color: #051025;
    font-size: 36px;
    line-height: 49px;
}

.research_highlights .card {
    border: none;
    border-radius: 8px;
    height: 500px;
}

.research_highlights .card img {
    border-radius: 8px;
}

.research_highlights .research_card h5 {
    color: #051025;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
}

.research_highlights .research_card p {
    color: #0D0D0D;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.research_highlights .research_card .research_button {
    color: #0D0D0D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.research_highlights .owl-theme.reaserch-carousel .owl-nav {
    /* position: absolute; */
    /* right: 30px; */
    /* top: -70px; */
    color: #FFF;
    width: 80px;
}

.research_highlights .owl-theme.reaserch-carousel .owl-nav .owl-prev {
    font-size: 0px !important;
    background: url('../images/prev_dark_arrow.svg');
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.2s;
}

.research_highlights .owl-theme.reaserch-carousel .owl-nav .owl-next {
    font-size: 0px !important;
    background: url('../images/next_dark_arrow.svg');
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.2s;
}
.research_highlights .owl-theme.reaserch-carousel .owl-nav .owl-prev:hover {
    transform: scale(1.2);
}
.research_highlights .owl-theme.reaserch-carousel .owl-nav .owl-next:hover {
    transform: scale(1.2);
}



.counter {
    width: 100%;
    padding: 40px 200px;
    text-align: center;
    background: #00638a;
    position: relative;
    margin-top: 15px;
}

.counter .gap_padding {
    width: 20%;
    flex: 20%;
}

.counter .counter_box h1 {
    color: #FFF;
    text-align: center;
    font-size: 64px;
}

.counter .counter_box p {
    color: #FFF;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center !important;
}

.gallery h1 {
    color: #051025;
    font-size: 36px;
}

.gallery .nav-pills .nav-link {
    color: #051025;
    font-size: 17px;
}

.gallery .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #051025;
}

.gallery .gallery_carousel {
    background: #051025;
}

.gallery .owl-theme.gallery-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: -20px;
}

.gallery .owl-theme.gallery-carousel .owl-nav .owl-next {
    font-size: 0px;
    background: url(../images/gallery_next.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}

.gallery .owl-theme.gallery-carousel .owl-nav .owl-prev {
    font-size: 0px;
    background: url(../images/gallery_prev.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}

.our-students-and-alumni {
    background: #101B32;
    padding: 30px;
    height: 100% !important;
    padding-top: 70px !important;
}

.our-students-and-alumni p {
    text-align: center !important;
}

.our-students-and-alumni img {
    width: 150px !important;
    border-radius: 100px;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

.facilities {
    padding-bottom: 150px !important;
}

.facilities h1 {
    color: #051025;
    font-size: 36px;
}
.facilities-slider-area .owl-theme.facilities-slider .owl-nav .owl-prev {
    font-size: 0px !important;
    background: url('../images/prev_dark_arrow.svg');
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.2s;
}

.facilities-slider-area .owl-theme.facilities-slider .owl-nav .owl-next {
    font-size: 0px !important;
    background: url('../images/next_dark_arrow.svg');
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.2s;
}
.facilities-slider-area .owl-theme.facilities-slider .owl-nav .owl-prev:hover {
    transform: scale(1.2);
}
.facilities-slider-area .owl-theme.facilities-slider .owl-nav .owl-next:hover {
    transform: scale(1.2);
}

.sponsors {
    background: #081123;
}

.sponsors h2 {
    color: #fff;
    font-size: 36px;
}

.sponsors h3 {
    font-size: 22px;
}

.sponsors img {
    width: 100% !important;
    aspect-ratio: 3/2;
    object-fit: contain;
}

.sponsors .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000;
    background-color: #ffffff;
}

.sponsors .nav-link {
    color: #ffffff;
    border: 1px solid #ffffff;
}


/* about page style start */
.vision-mission .our-vision {
    background: #132444;
}
.about-content-bold{
    font-size: 20px;
}
.vision-mission .our-mission {
    background: #051025;
}

.latest-news {
    background: #F4F4F4;
}

.awards .awards-view-more-button {
    padding-top: 57px;
}

.awards .awards-carousel p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 75PX;
}

.awards .awards-carousel .owl-nav {
    position: absolute;
    right: 100px;
    top: -70px;
    width: 20px;
}

.awards .awards-carousel .owl-nav .owl-next {
    background: url('../images/next_dark_arrow.png');
    background-repeat: no-repeat;
    font-size: 0 !important;
    width: 30px;
    height: 30px;
}

.awards .awards-carousel .owl-nav .owl-prev {
    background: url('../images/prev_dark_arrow.png');
    background-repeat: no-repeat;
    font-size: 0 !important;
    width: 30px;
    height: 30px;
}

.campus_life {
    /* padding: 100px 0px 0px 200px; */
    background: url('../images/campus_life_bg.png');
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.campus_life h1 {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
}

/* .campus_life .campus_text {
    padding-right: 20px;
  } */

.campus_life .campus_text p {
    color: #E2ECFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.campus_life .owl-theme.campus-carousel .owl-nav {
    position: absolute;
    right: 100px;
    top: -30px;
    width: 20px;
}

.campus_life .owl-theme.campus-carousel .owl-nav .owl-next {
    background: url(../images/next.png);
    font-size: 0 !important;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}

.campus_life .owl-theme.campus-carousel .owl-nav .owl-prev {
    background: url(../images/prev.png);
    font-size: 0 !important;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}

/* about page style end */

/* research page style start */

.research .research-details p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.research .research-details button {
    font-size: 16px;
}

.research-more .nav-tabs {
    display: grid !important;
    min-width: 300px !important;
}

.research-more .nav-tabs .nav-link {
    text-align: start;
    border: none;
    color: #051025;
    font-weight: 500;
}

.research-more .nav-tabs .nav-link.active {
    color: #DD1F2B;
    position: relative;
}

.research-more .nav-tabs .nav-link.active::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 30px;
    background: #DD1F2B;
    left: 5px;
    top: 5px;
}

.research-more .accordion-button:hover {
    z-index: none !important;
}

/* research page style end */


/* publications page style start */
.presentations {
    background: #F4F4F4;
}

#paperdetails button img {
    width: 300px !important;
    height: 300px;
}

.presentations .nav-link {
    color: #272042;
    font-weight: 400;
    font-size: 20px;
}

.presentations .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #272042;
    background-color: transparent;
    position: relative;
}

.presentations .nav-pills .nav-link.active::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 5px;
    background: #272042;
    bottom: 0;
    border-radius: 5px;
}

.presentations .national-conference .owl-nav {
    margin-top: 10px;
    position: absolute;
    right: 0;
    top: -46px;
}

.presentations .national-conference .owl-nav .owl-next {
    font-size: 0px;
    background: url(../images/next_dark_arrow.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}

.presentations .national-conference .owl-nav .owl-prev {
    font-size: 0px;
    background: url(../images/prev_dark_arrow.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}

.presentations .card p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.presentations .card {
    height: 100%;
}

.publication-view-all-button {
    border: 1px solid #0D0D0D;
    padding: 3px 30px;
    border-radius: 5px;
}

.publication-view-all-button:hover {
    background: #0D0D0D !important;
    color: #fff;
    transition: .3s ease-in-out;
}

.publiations-more .nav-tabs {
    display: grid !important;
    min-width: 300px !important;
}

.publiations-more .nav-tabs .nav-link {
    text-align: start;
    border: none;
    color: #051025;
    font-weight: 500;
}

.conferences .tab-pane {
    border: none;
}

.conferences #myTab {
    border: none;
}

.conferences .nav-link {
    color: #051025;
}

.conferences .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #051025;
    border-color: none;
    border-radius: 0px;
}


.publications .nav-link {
    color: #272042;
    font-weight: 400;
    font-size: 22px;
}
.publications h2 {
        font-size: 40px;
}

.publications .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #272042;
    background-color: transparent;
    position: relative;
}

.publications .nav-pills .nav-link.active::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 5px;
    background: #272042;
    bottom: 0;
    border-radius: 5px;
}

#publications-pills-tabContent ol li {
    position: relative;
    padding-left: 35px;
    list-style-type: none;
    font-size: 18px;
}

#publications-pills-tabContent ol li .list {
    position: absolute;
    left: 0;
    top: 0;
}

.bookyear-detail li{
    font-size: 18px;
}

.year-detail .nav-link {
    color: #272042;
    font-weight: 400;
    font-size: 18px;
    padding-right: 45px;
}

.year-detail .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #272042;
    background-color: transparent;
    position: relative;
}

.year-detail .nav-pills .nav-link.active::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
}


/* publications page style end */

/* sponsers page style start */
.sponsers {
    padding-left: 100px;
    padding-right: 100px;
}

/* .sponsers table .tr-bottom-border {
    border-bottom: 1px solid #8B8B8B;;
} */

.sponsers table tr {
    margin-bottom: 20px;
}

.sponsers table tr th {
    background: #F7F8FA;
    padding-top: 20px;
}

.sponsers p {
    padding-right: 100px;
    font-size: 18px;
}

.sponsers table img {
    height: 70px;
    object-fit: cover;
}

.sponsers .ongoing-status-button {
    padding: 10px 40px;
    border-radius: 50px;
    background: #D9FFCF;
    color: #009761;
    font-size: 16px;
    border: 1px solid #009761;
}

.sponsers .completed-status-button {
    padding: 10px 40px;
    border-radius: 50px;
    background: #132444;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #051025;
}

.sponsers .pagination .page-link {
    color: #000;
    background-color: transparent;
    border: none;
}

.sponsers li .page-item .active {
    background: #000;
    border-radius: 50px;
    color: #fff;
}

/* sponsers page style end */

/* teaching page style start */

.undergraduate-more .nav-tabs {
    display: grid !important;
    min-width: 300px !important;
}

.undergraduate-more .nav-tabs .nav-link {
    text-align: start;
    border: none;
    color: #051025;
    font-weight: 500;
}

.undergraduate-more .nav-tabs .nav-link.active {
    color: #DD1F2B;
    position: relative;
}

.undergraduate-more .nav-tabs .nav-link.active::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 30px;
    background: #DD1F2B;
    left: 5px;
    top: 5px;
}

.undergraduate .carousel-underline {
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 40px;
}

.undergraduate .card:hover {
    border: 1px solid #051025;
    transition: .3s ease-in-out;
}

.undergraduate-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
}

.undergraduate-carousel .owl-prev {
    position: absolute;
    left: -50px;
    top: -25px;
    background-image: url('../images/owl-prev.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    font-size: 0;
}

.undergraduate-carousel .owl-next {
    position: absolute;
    right: -50px;
    top: -25px;
    background-image: url('../images/owl-next.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.undergraduate p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.undergraduate img {
    width: 100%;
    height: 250px;
}

.postgraduate-more .nav-tabs {
    display: grid !important;
    min-width: 300px !important;
}

.postgraduate-more .nav-tabs .nav-link {
    text-align: start;
    border: none;
    color: #051025;
    font-weight: 500;
}

.postgraduate-more .nav-tabs .nav-link.active {
    color: #DD1F2B;
    position: relative;
}

.postgraduate-more .nav-tabs .nav-link.active::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 30px;
    background: #DD1F2B;
    left: 5px;
    top: 5px;
}


.postgraduate p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.postgraduate img {
    width: 100%;
    height: 250px;
}

.postgraduate .carousel-underline {
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 40px;
}

.postgraduate .card:hover {
    border: 1px solid #051025;
    transition: .3s ease-in-out;
}

.postgraduate-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
}

.postgraduate-carousel .owl-prev {
    position: absolute;
    left: -50px;
    top: -25px;
    background-image: url('../images/owl-prev.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    font-size: 0;
}

.postgraduate-carousel .owl-next {
    position: absolute;
    right: -50px;
    top: -25px;
    background-image: url('../images/owl-next.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

/* teaching page style end */

/* laboritory page style start */
.laboritory {
    padding-top: 250px !important;
}

.laboritory .nav-link {
    color: #051025;
    background: rgba(5, 16, 37, 0.10);
    margin-right: 20px;
    padding: 18px 30px;
    font-size: 18px;
    margin-bottom: 10px;
}

.laboritory .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #FFF;
    background: #051025;
}

.image-bg {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 50px;
}

.laboritory img {
    display: flex;
    margin: auto;
}

/* laboritory page style end */

/* events page style start */
.events-gallery {
    --s: 50px;

    display: grid;
    height: 500px;
    gap: 8px;
    grid-auto-flow: column;
    place-items: center;
}

.events-gallery>img {
    width: 0;
    min-width: calc(100% + var(--s));
    height: 0;
    min-height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: .5s;
}

.events-gallery>img:hover {
    width: 50vw;
}

.events-gallery>img:first-child {
    min-width: calc(100% + var(--s)/2);
    place-self: start;
}

.events-gallery>img:last-child {
    min-width: calc(100% + var(--s)/2);
    place-self: end;
}

/* announcement page style start */
.announcement-tweets {
    background: #F4F4F4;
}

.announcement-tweets .announcements-box {
    padding: 20px;
}

.announcement-tweets .announcement-details {
    max-height: 300px;
}

.announcement-tweets .announcement-status-button {
    padding: 2px 20px;
    font-size: 12px;
}

.announcement-tweets .tweets .tweets-card {
    background: #E5E8EE;
}


.latest-news .latest-news-carousel img {
    height: 400px;
    object-fit: cover;
}

.latest-news h3 {
    font-size: 23px;
}

.chemical-img {
    width: 500px !important;
    height: 300px !important;
}

/* .latest-news .latest-news-carousel .owl-nav {
    margin-top: 10px;
    position: absolute;
    right: 0;
    top: -95px;
} */

.latest-news .latest-news-carousel .owl-nav .owl-next {
    font-size: 0px;
    background: url(../images/next_dark_arrow.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}

.latest-news .latest-news-carousel .owl-nav .owl-prev {
    font-size: 0px;
    background: url(../images/prev_dark_arrow.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}

/* announcement page style end */

.resources-details button img {
    width: 300px !important;
    height: auto;
}

/* contact page style start */
/* .map {
    background: #F4F4F4;
} */

/* .contact-us {
    background: #F4F4F4;
} */

.contact-box {
    /* height: 242px; */
    background-color: #F4F4F4;
    cursor: pointer;
}

.contact-box .contact-desc {
    /* position: relative;
    top: 50%;
    transform: translateY(-50%); */
}

.contact-box .contact-desc p {
    text-align: center !important;
}

.join-us {
    margin-top: 30px;
}

.join-us-button {
    padding: 7px 80px;
    border-radius: 50px;
    background: #051025;
    color: #FFF;
    cursor: pointer !important;
}

.join-us-button:hover {
    background: none;
    border: 1px solid #051025 !important;
    color: #051025;
    transition: .3s;
}

.administrative-contact .team-contact-info h4 {
    color: #051025;
    font-family: Lato;
    font-size: 24px;
    font-weight: 800;
}

.administrative-contact .team-contact-info p {
    color: #474749;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
}

.administrative-contact .team-contact-info h6 {
    color: #000;
    font-size: 18px;
}

.administrative-contact .team-contact-info h6 span a {
    color: #000;
    font-weight: 400;
}

.team-section img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.course-details .card {
    width: 100%;
    height: 300px;
    position: relative;
}

.career .view-pdf-button {
    background: #aa1914;
    color: #fff;
    padding: 10px 30px;
    position: absolute;
    bottom: 40px;
}

.career .view-pdf-button:hover {
    background: #fd2e27d3;
    transition: .3s ease-in-out;
}

.person-contact-info {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.person-contact-info h3{
    font-weight: 600;
}
.person-contact-info h6{
    font-size: 20px;
}

.resource-carousel img {
    width: 100%;
    height: 300px;
    object-fit: fill;
}

/* contact page style end */

/* footer section start */
.footer {
    background: #081123;
    color: #FFF;
}
.footer .footer-logo a img{
    max-width: 200px !important;
    min-height: 200px;
}
.footer-logo-col{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .logo-social-info {
    background: #151F34;
}

.footer .logo-social-info .social-icons .fa-brands {
    color: #fff;
    font-size: 30px;
}

.footer .contact-link a {
    text-decoration: none;
}

.footer .links h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

.footer .iit-title {
    font-size: 15px;
}

.footer .links ul li {
    color: #fff;
    font-weight: 300;
    line-height: 35px;
    font-size: 16px;
    text-transform: capitalize;
}

.follow-us-icons i {
    font-size: 24px;
    color: #fff;
    transition: 0.2s;
}

.follow-us-icons i:hover {
    color: #0e559f;
}


/* .footer .address-desc {
    margin-left: 85px;
    margin-top: -15px;
} */

.footer .phone a,
.footer .mail a {
    color: #fff;
    text-decoration: none;
}

.footer .location img,
.footer .phone img,
.footer .mail img {
    position: absolute;
    margin-top: 4px;
}

.footer .location p,
.footer .phone p,
.footer .mail p {
    padding-left: 30px;
    font-size: 16px;
}

/* .footer .location,
.footer .phone,
.footer .mail {
    padding-left: 10px;
} */

.footer .links-one-two,
.footer .links-two {
    padding-top: 12px;
}

.copy_right {
    background: #151F34;
    color: #FFF;
    width: 100%;
    padding: 20px 200px;
    font-weight: 400;
    font-size: 14px;
}

/* footer section end */

.slider {
    padding-top: 180px !important;
    margin-bottom: 30px;
    position: relative;
}

/* .slider .owl-item.active.center .slider-card {
    transform: scale(1.15);
    opacity: 1;
    background: #f7f7f7;
    background: -webkit-linear-gradient(to bottom, #ff5e62, #ff9966); 
    background: linear-gradient(to bottom, #ff5e62, #ff9966);
    color: #fff;
} */

/* .slider-card {
    background: #fff;
    padding: 0px 0px;
    margin: 50px 15px 90px 15px;
    border-radius: 5px;
    box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
    transform: scale(0.9);
    opacity: 0.5;
    transition: all 0.3s;
} */

.slider-card img {
    border-radius: 5px 5px 0px 0px;
}

.owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: -40px;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
}

.owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    right: -40px;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
}

.owl-dots {
    text-align: center;
}


.plasma-social {
    align-items: center;
}

.facilities-slider .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #00638a;
}

.teaching-card {
    height: 470px;
}

.laboritary-tab-selecting-btn {
    justify-content: space-between;
}
.research-details .images-gap{
    width: 100%;
    padding: 20px;
}
.research-details-contents{
    display: flex;
}

.resource-carousel-slider .resource-carousel .owl-nav .owl-prev {
    font-size: 0px !important;
    background: url('../images/prev_dark_arrow.svg');
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.2s;
}

.resource-carousel-slider .resource-carousel .owl-nav .owl-next {
    font-size: 0px !important;
    background: url('../images/next_dark_arrow.svg');
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.2s;
}
.resource-carousel-slider .resource-carousel .owl-nav .owl-prev:hover {
    transform: scale(1.2);
}
.resource-carousel-slider .resource-carousel .owl-nav .owl-next:hover {
    transform: scale(1.2);
}

.awards-recognition-list li{
    font-size: 18px;
}