/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&display=swap'); */
@import 'nav.css';

:root {
    --primary-color: #006767;
    --secondary-color: #f68c09;
}

p {
    text-align: justify;
}

body {
    margin: 0;
    /* font-family: 'Montserrat'; */
}

.box-shadow {
    border: 0;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.fa-1x {
    font-size: 20px;
}

.logo {
    max-height: 35px;
}

/* .logo-2 {
    max-height: 25px;
    display: none;
    margin-top: 10px;
} */

.bg-library {
    background-image: url('/assets/img/library/L1.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


@media (max-width: 1366px) {
    /* .logo {
        display: none;
    }

    .logo-2 {
        display: block;
    } */
}

@media (max-width: 786px) {
    /* .logo {
        display: block;
    }

    .logo-2 {
        display: none;
    } */
}

.list-none {
    list-style: none;
}

.mb-list>li {
    margin-bottom: 10px;
}

.font-italic {
    font-style: italic;
}

tbody {
    font-size: 14px;
    color: rgb(83, 83, 83)
}

table td {
    padding: 1.125rem 1.375rem !important;
    white-space: nowrap;
}

thead {
    font-weight: 600;
    font-size: 14px;
    color: rgb(83, 83, 83);
    background-color: #f5f5f5;
}


.banner {
    min-height: 100%;
    background: url('/assets/img/hero-carousel/1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(11, 12, 131, 0.8);
}

.video-banner-item {
    height: 100vh;
    width: 100%;
    background: url('/assets/img/hero-carousel/2.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    box-shadow: inset 0 0 0 2000px rgba(11, 12, 131, 0.5);
}


.section-title {
    padding: 10px;
    border-bottom: 4px solid var(--secondary-color);
}


.section-title h2 {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: var(--primary-color);
}

.text-theme-secondary {
    color: var(--secondary-color);
}

.text-theme-primary {
    color: var(--primary-color);
}

.bg-theme {
    background-color: var(--primary-color);
}

.bg-theme-primary {
    background-color: var(--primary-color);
}

.bg-theme-secondary {
    background-color: var(--secondary-color);
}

/* hero */


#vid {
    position: absolute;
    z-index: -1;
    width: 100%;
    object-fit: cover;
    height: 100vh;
}


#video-banner div {
    display: none;
}


#video-banner video {
    display: block;
}


@media(max-width:786px) {
    #video-banner div {
        display: block;
    }

    #video-banner video {
        display: none;
    }
}

.hero-wrap {
    width: 100%;
    height: 80vh;
    position: relative;
    top: 0;
    left: 0;
}

@media (max-width: 991px) {
    .hero-wrap {
        height: 80vh;
    }

    #vid {
        width: auto;
    }
}



#hero {
    overflow: hidden;
    width: 100%;
    position: relative;
}


#hero h1 {
    margin: 0 0 20px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: rgba(255, 255, 255, 0.8);
}

#hero h2 {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    font-size: 24px;
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}


.bg-research {
    background-image: url('/assets/img/research/research.jpg');
}

@media (max-width: 991px) {

    #hero h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.hero-waves {
    display: block;
    margin-top: 60px;
    width: 100%;
    height: 60px;
    z-index: 5;
    position: relative;
}

.wave1 use {
    animation: move-forever1 10s linear infinite;
    animation-delay: -2s;
}

.wave2 use {
    animation: move-forever2 8s linear infinite;
    animation-delay: -2s;
}

.wave3 use {
    animation: move-forever3 6s linear infinite;
    animation-delay: -2s;
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}


#main {
    overflow: hidden;
}

.section-padding {
    padding: 60px 0;
}

.intro-h3 {
    font-weight: 700;
    color: var(--secondary-color);
    text-transform: uppercase;
}

.bg-grey {
    background-color: #f6f9ff;

}


/* VC */

.vc-photo {
    height: 100px;
    width: 100px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%
}

.vc h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #fff;
}

.vc h4 {
    font-size: 14px;
    color: #ddd;
    margin: 0 0 15px 0;
}


.vc .quote-icon-left,
.vc .quote-icon-right {
    color: rgba(255, 255, 255, 0.4);
    font-size: 26px;
}

.vc .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.vc .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.vc p {
    font-style: italic;
    margin: 0 auto 15px auto;
    color: #eee;
}

.home-library-content {
    width: 70%;
}


@media (max-width: 1280px) {
    .home-library-content {
        width: 100%;
    }

}

.home-library {
    background-color: #004274;
    background: url('/assets/img/hero-carousel/4.jpg');
    background-size: cover;
    min-height: 350px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
    background-color: #f6f9ff;

}

.home .about h3 {
    font-weight: 700;
    color: var(--secondary-color);
    text-transform: uppercase;
}

.home .about h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
}

.home .about p {
    margin: 15px 0 30px 0;
    line-height: 24px;
}

.bg-blue {
    background-color: #0098df
}


.text-blue {
    color: #0098df
}


.facility-card {
    background: linear-gradient(to left, #00A0EB, #0098df 75%);
}

.facility-card .card {
    border: none;
    background: transparent;
    color: white;
}


@media (max-width: 998px) {
    .facility-card {
        background: linear-gradient(to top, #00A0EB, #0098df 75%);
    }

}

.card-bend {
    z-index: 1;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: -webkit-linear-gradient(45deg, rgb(0, 92, 92) 50%, white 50%);
    box-shadow: -10px 0px 10px -10px black;
}



/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.post-entry-1 {
    margin-bottom: 30px;
}

.post-entry-1 img {
    margin-bottom: 30px;
}

.post-entry-1 h2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    font-weight: 500;
}

.post-entry-1 h2 a {
    color: var(--color-black);
    text-decoration: none;
    /* font-size: 18px; */
}

.post-entry-1.lg h2 {
    font-size: 40px;
    line-height: 1;
}

.post-meta {
    font-size: 11px;
    letter-spacing: 0.07rem;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--font-secondary);
    color: rgba(var(--color-black-rgb), 0.4);
    margin-bottom: 10px;
}


.box-overlap-container {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.box-overlap-container .top {
    position: absolute;
    top: -50px;
    left: 50px;
    z-index: 2;
}

.box-overlap-container .top h1 {
    font-size: 80px;
    font-weight: bolder;
}

.box-overlap-container .left {
    width: 60%;
    min-height: 700px;
    background-color: #ffc53a;
    display: flex;
    align-items: center;
    padding: 30px;
}

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

.box-overlap-container .right {
    width: 50%;
    min-height: 500px;
    color: #444;
    margin-left: -100px;
    background-image: url("/assets/img/academic/convo-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.box-overlap-container .content {
    width: 80%;
}

.box-overlap-container .right h1 {
    font-size: 40px;
    font-weight: lighter;
}

.box-overlap-container .right p {
    margin: 20px 0;
    font-weight: 500;
}

@media only screen and (max-width:786px) {
    .box-overlap-container .top {
        top: -30px;
    }

    .box-overlap-container .top h1 {
        font-size: 54px;
    }
}

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

    .box-overlap-container {
        flex-direction: column;
        width: 100%;
        margin: 0;
    }

    .box-overlap-container .left {
        width: 100%;
        height: 400px;
    }

    .box-overlap-container .right {
        width: 90%;
        margin-left: 0;
        margin-top: -100px;
    }

}

.research-container {
    width: 60%;
    margin: 0 auto;
}

.research-widget {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    flex-direction: column;
    width: 100%;
}

.research-widget .bottom {
    margin-top: -100px;
    width: 70%;
    min-height: 400px;
    color: white;
    background-color: transparent;
    display: flex;
    align-items: center;
}

#res {
    font-size: 100px;
}


.research-widget .top {
    width: 100%;
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.research-widget .content {
    padding: 20px;
    text-align: center;
    color: white;
}


.floating-div {
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}

.floating-div-2 {
    display: none;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #eee;
}


@media only screen and (max-width:786px) {
    #res {
        font-size: 50px;
    }


    .floating-div {
        display: none;
        padding-right: 0px;
        width: 100%;
    }

    .floating-div-2 {
        display: block;
    }

}


.cursor-pointer {
    cursor: pointer;
}

.bg-extension {
    background-image: url('/assets/img/students/5.jpg');
}

@media only screen and (max-width:990px) {
    .research-container {
        width: 100%;
    }

    .research-widget .content {
        padding: 0;
    }

    .research-widget .bottom {
        width: 100%;
    }
}

.border-radius-none {
    border-radius: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: rgb(0, 56, 56);
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 15px;
    color: #fff;
    border-top: 4px solid var(--secondary-color);
    text-align: left;
    padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
}




#footer .footer-top h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-color);
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #61ebba;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
}

#footer .footer-top .footer-links ul a:hover {
    color: #4be8b0;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px 6px 15px;
    position: relative;
    border-radius: 50px;
}


#footer .copyright {
    border-top: 1px solid rgba(18, 42, 61, 0.8);
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

@media (max-width: 575px) {
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0;
    }
}



/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
    padding-bottom: 0;
}

.gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    margin-bottom: 20px;

}

.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
    object-fit: cover;
    height: 300px !important;
}

.gallery .gallery-item:hover img {
    transform: scale(1.1);

}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs a {
    text-decoration: none;
}

.breadcrumbs {
    padding: 20px 0;
    background-color: #fafaff;
    min-height: 40px;
    margin-top: 80px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 64px;
    }
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}


.img-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.img-contain {
    object-fit: contain;
    width: 100%;
    height: 100%;
}


.college-banner {
    height: 400px;
    width: 100%;
    position: relative;
}

.college-banner-overlay {
    height: 400px;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}


.department-list ul {
    padding: 0;
    border-radius: 3px;
    box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
}

.department-list li {
    padding: 10px;
    border-bottom: solid 1px #ccc;
}

.department-list li:hover {
    background-color: #f6f9ff;
}

.department-list a {
    text-decoration: none
}

.border-none {
    border: none;
}

/* Bordered Tabs */


.nav-tabs-bordered .nav-link {
    margin-bottom: -2px;
    border: none;
    color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
    color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
    background-color: #fff;
    color: #4154f1;
    border-bottom: 2px solid #4154f1;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-list {
    padding: 0;
}

.faq .faq-list ul {
    padding: 0;
    list-style: none;
}

.faq .faq-list li+li {
    margin-top: 15px;
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}

.faq .faq-list .icon-help {
    font-size: 18px;
    position: absolute;
    right: 0;
    left: 20px;
    color: var(--secondary-color);
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #343a40;
}


.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

.job h6>a {
    text-decoration: none;
}

.job h6>a:hover {
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# team
--------------------------------------------------------------*/
.team {
    background: #fff;
}

.team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
    padding: 10px;
    border-radius: 8px;
}


.team .member .pic {
    transition: ease-in-out 0.3s;
    height: 70px;
    width: 70px;
    object-fit: cover;
}

.team .member:hover img {
    transform: scale(1.1);
}

.team .member .member-info {
    padding-left: 30px;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
    color: #2c4964;
}



.team .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

/*   .team .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #b2c8dd;
    bottom: 0;
    left: 0;
  }
   */

.profile-banner {
    background: url('/assets/img/hero-carousel/1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
}


.hm-event ul {
    max-width: 500px;
    list-style: none;
}

.hm-event li {
    margin: 10px 0;
}

.hm-event a {
    display: flex;
    flex-wrap: no-wrap;
    align-items: center;

    text-decoration: none;
    color: #000;
    position: relative;
    background-color: #eee;
    padding: 1em 1em 1em 0;
}

.hm-event .date {
    min-width: 100px;
    text-align: center;
    color: #fff;
    z-index: 0;
    margin-right: 10px;
}

.hm-event .date::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background-color: #333;
    z-index: -1;
}