@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&amp;display=swap');

:root {
    --bg-blue: 12, 84, 160;
    --bg-blue1: #0C54A0;
    --red: #A33D35;
    --yellow: #F4C83F;
    --bg-gray: #e2e2e2;
    --bg-gradient-red1: 163, 61, 53;
    --bg-gradient-red2: 12, 84, 160;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: 'Open Sans', sans-serif;
    color: #444444;
    font-size: 18px;
    overflow-x: hidden;
}

.main-color {
    color: var(--bg-blue1);
}

a {
    color: var(--bg-blue1);
    text-decoration: none;
}

a:hover {
    color: var(--bg-blue1);
    transition:all 0.35s ease-in-out;
    text-decoration: none;
}
p {
    margin-bottom: 30px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    color: var(--bg-blue1);
    margin-bottom: 30px;
    font-weight: bold;
}
h4, h5, h6 {
    margin-bottom: 15px;
}
.h1, h1 {
    font-size: 2.2rem;
}
h2 {
    font-size: 34px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
    line-height: 22px;
}
.large-para {
    font-size: 22px;
}
.research h6 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 25px;
}
.research .author {
    font-size: 16px;
    font-style: italic;
}
.author {
    list-style-type: none;
    padding: 0;
}
.author li {
    font-size: 18px;
    margin-bottom: 15px;
}
.author li img {
    width: 104px;
    margin: 7px;
}
.author li .author-img {
    width: 120px;
    height: 120px;
    background: url(../images/faculty-bg.png) no-repeat center;
    background-size: cover;
}

.author li .co-author,.author li span {
    font-size: 16px;
}
.author li span {
    font-size: 16px;
    line-height: 22px;
    display: block;
}

#news-and-events {
    overflow: hidden;
}
#news-and-events .date {
    font-size: 15px;
}
#news-and-events .tag-cat {
    margin-top: 0px;
    border: 1px solid #777474;
    padding: 1px 8px;
    background: #fff;
    color: #000;
    letter-spacing: 1px;
}
.partnership .owl-carousel .owl-item {
}
.partnership .owl-carousel .owl-item img {
    max-height: 120px;
    max-width: 200px;
    width: auto;
    border: 1px solid #ccc;
    padding:15px 30px;
    border-radius: 10px;
}
.mb-30 {
    margin-bottom: 30px;
}

img {
    border-radius: 6px;
}

ol.marker-blue li::marker {
    color: var(--bg-blue1);
    font-weight: 700;
    font-size: 24px;
}

ol.marker-blue a {
    text-decoration: underline;
}

.alert-primary {
    background-color: rgba(var(--bg-blue), 0.1);
}
.steps {
    position: relative;
}
.steps::after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: var(--bg-blue1);
    opacity: 0.4;
    top: 0;
    bottom: 30px;
    left: 30px;
}

.steps .content p {
    margin-bottom: 1rem;
}

.steps .content h2 {
    font-weight: 600;
    font-size: 16px;
    color: #676767;
}

.steps-container {
    position: relative;
    background-color: inherit;
    width: 100%;
    left: 0;
    flex-direction: row-reverse;
}

.steps-container .content {
    padding: 22px 22px 8px 25px;
    background-color: #dfe9f3;
    position: relative;
    border-radius: 7px;
    margin-bottom: 30px;
    width: 100%;
}

.steps-container .content ul {
    padding-left: 20px;
}

.steps-container .content h5 {
    font-size: 20px;
}

.steps-container {
    display: flex;
}

.steps .steps-container .date {
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    width: 62px;
    height: 62px;
    background-color: var(--bg-blue1);
    border-radius: 50%;
    flex-shrink: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 777;
}

.step-line {
    width: 40px;
    background-color: var(--bg-blue1);
    height: 1px;
    margin-top: 31px;
    opacity: 0.4;
    flex-shrink: 0;
}

.pl-3 {
    padding-left: 30px;
}

.sharethis-inline-share-buttons {
    text-align: left !important;
}

.sponsor-logos figure {
    background: #f2f2f2;
    padding: 20px 30px;
    border-radius: 7px;
}

.pagination .page-item {
    font-size: 14px;
}

.mr-2 {
    margin-right: 10px;
}

.testimonials .loop .owl-dots {
    display: block;
}

.testimonials .loop.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    width: 12px;
    height: 12px;
}

.testimonials .loop.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.testimonials .loop.owl-theme .owl-dots .owl-dot.active span, .testimonials .loop.owl-theme .owl-dots .owl-dot:hover span {
    background: #2868ab;
}

.dropdown ul li {
    padding: 10px 20px;
}

.navbar .primary-menu .dropdown ul li a {
    padding: 0px;
}


@media (max-width: 767px) {
    section#impact h5 {
        font-size: 52px;
    }

    .steps::after {
        left: 32px;
    }
    .steps-container {
        left: 0;
        flex-direction: row-reverse;
        width: auto;
        margin-bottom: 16px;
    }
    .steps .steps-container:nth-child(even) {
        left: 0;
    }
    .program-action-btn h6 {
        font-size: 16px;
    }
    h1.banner-head {
        font-size: 1.8rem;
    }
    .fixed-top .navbar.navbar-mobile ul.second-navbar li a {
        padding: 0.5rem 0!important;
    }

}

.learn-more {
    font-size: 16px;
    float: right;
    padding: 5px 12px;
    text-align: right;
    transition:all 0.35s ease-in-out;
}
.learn-more:hover{
    background: var(--yellow);
    color: var(--bg-blue1) !important;
    border-radius: 6px;
}

.separate-line {
    margin: 90px 0 60px;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(var(--bg-blue), 0.1);
}

.btn.btn-primary, .btn1.btn-primary {
    background: var(--yellow);
    color: var(--bg-blue1);
    padding: 12px 25px;
    border: none;
    font-weight: 600;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn1.btn-primary:hover, .btn1.btn-primary:focus  {
    background: var(--bg-blue1);
    color: var(--yellow);
    outline: none;
    box-shadow: none;
}
.fees-main a b {
    font-weight: 400;
}
.fees-main a span {
    font-size: 14px;
    text-decoration: underline;
    font-weight: 500;
}
.nav-link.btn-primary {
    padding: 6px 25px;
}
section.carousel-banner {
    padding: 0;
}
section.carousel-banner .carousel-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%; /*background-color: rgba(0,0,0,0.4);*/
    top: 0;
}
section {
    padding: 70px 0;
}
.site-color {
    color: var(--bg-blue1);
}
.sticky-top {
    z-index: 89;
}
.sub-nav {
    background-color: var(--yellow);
    padding: 10px 0;
    z-index: 999;
}
.sub-nav.sticky-top {
    top:90px;
    z-index: 99;
}
#student-life-detail .sidebar.sticky-top {
    top: 160px;
}

.sub-nav .nav-link {
    color: var(--bg-blue1);
    text-transform: uppercase;
    font-size: 15px;
    padding: 0.2rem 0;
    margin: 0 0.8rem;
    transition: all 0.5s ease-in-out;
}
.sub-nav .nav-link::after,.sub-nav .nav-link.active::after {
    margin-top: 2px;
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: var(--bg-blue1);
    transition: width .3s;
}
.sub-nav .nav-link:hover::after {
    width: 100%;
}
.sub-nav .nav-link.active {
    font-weight: bold;
}
.sub-nav .nav-link.active::after {
    height:2px;
    width: 100%;
}

#faculty-details .faculty-list {
    top:120px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #106eea;
    border-top-color: #e2eefd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #6B9BCC;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
    padding: 10px;
    line-height: 20px;
}
.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 18px;
}
.back-to-top:hover {
    background: var(--bg-blue1);
    color: #fff;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.testimonials {
    background-color: rgba(var(--bg-blue), 0.45);
}

.testimonials h3 {
    color: #fff;
}

.timelineBlock {
    padding: 80px 0 80px;
}

.timelineBlock.right {
    border-left: 2px solid #CECECE;
    padding: 80px 0 80px 100px;
}

.slider-events .owl-dots, .testimonials .owl-dots  {
    display: none;
}

.testimonials-block {
    background: rgb(255 255 255 / 28%);
    border-radius: 7px;
    color: #fff;
    padding: 40px;
    margin-top: 60px;
    text-align: center;

}

.testimonials-block img {
    width: 100px !important;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
    margin-bottom: 10px;
}

.center .testimonials-block {
    background: rgba(var(--bg-blue), 0.79);
    padding: 60px;
    margin-top: 0px;
    box-shadow: 0 16px 43px #888888;
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

.testimonials-block p {
    font-size: 16px;
}

.testimonials-block span {
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    display: block;
}

.center .testimonials-block p {
    font-size: 18px;
}
.center .testimonials-block span {
    font-size: 16px;
    line-height: 20px;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
}

.events .owl-carousel .owl-nav {
    top: -84px;
}

.owl-carousel .owl-nav .owl-next {
    margin-left: 15px;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    background-image: none !important;
    background: var(--yellow) !important;
    border-radius: 50%;
    opacity: 1;
    width: 32px;
    height: 32px;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    background-image: none !important;
    background: var(--yellow) !important;
    transition:all 0.35s ease-in-out;

}
.owl-carousel .owl-nav .owl-prev:hover{
    background: var(--bg-blue1) !important;

}
.owl-carousel .owl-nav .owl-next:hover{
    background: var(--bg-blue1) !important;
}
/*.owl-carousel .owl-nav:hover{background: var(--bg-blue1) !important;}*/
.owl-carousel .owl-nav .owl-next:hover span{
    color: var(--yellow) !important
}
.owl-carousel .owl-nav .owl-prev:hover span{
    color: var(--yellow) !important
}

.owl-carousel .owl-nav span {
    font-size: 32px;
    line-height: 22px;
    color: var(--bg-blue1);
}
.video-banner {
    height: 85vh;
    overflow: hidden;
    position: relative;
}
.video-banner video {
    min-height: 100vh;
    width: 100%;
    pointer-events: none;
    position: absolute;
    height: 100vh;
    object-fit: cover;
}
.carousel-control-prev-icon i:before, .carousel-control-next-icon i:before {
    font-weight: 900 !important;
}

.events {
    margin-top: -4px;
}

.news .item p, .events .item p {
    margin: 20px 0 5px;
    color: #061C33;
    font-size: 15px;
}

.news img, .events img, .research img{
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    border-radius: 7px;
}
.research img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.news .item:hover img, .events .item:hover img, .research .card:hover img, .research .item:hover img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.research .mb-30{
    overflow: hidden;
}
.news .item , .events  .item{
    overflow: hidden;
}
.news h6 a:hover, .events h6 a:hover{
    color: #000000 !important;
}
.research-card img{
}
.research-card:hover img,
.research-card.hover img {

    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.two-blocks:not(:last-child) {
    margin-bottom: 70px;
}

.teach-list-block h5 {
    margin: 15px 0 10px;
}

#clients.owl-carousel .owl-nav.disabled {
    display: block;
}

ul.blue-dots {
    padding-left: 20px;
}
ul.blue-dots li {
    margin: 15px 0 0;
}
ul.blue-dots li::marker {
    color: var(--bg-blue1);
}
.page-sidebar ul li:last-child {
    border-bottom: 0px solid #e5e5e5;
}
.page-sidebar ul li {
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.page-sidebar ul li h6 {
    margin-bottom: 0px;
    line-height: 24px;
}
/****** Grid CSS ******/
#whats-new {
    padding: 0;
    background-color: #eee;
}
/*.whats-new {margin-right: -15px; margin-left: -15px;}*/
.grid-layout {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
    grid-auto-rows: minmax(400px, auto);
    grid-auto-flow: dense;
    padding: 0px;
}
.custom-grid-item {
    min-height: 400px;
}
.grid-layout .grid-item:nth-child(3) {
    margin-right: -10px;
}
.grid-item, .custom-grid-item {
    background-size: cover;
    position: relative;
    background-color: #333;
    &:nth-child(odd) {
        background-color: #424242;
    }
}
/*.custom-grid-item {margin-top: 15px;}*/
.custom-grid-item:hover::before {
    background-size: cover;
}
.grid-item:before, .custom-grid-item:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 70%, rgba(0,0,0,0.5) 100%);
    transition: all ease-in-out 0.3s;
}
/*.grid-item:hover::before, .custom-grid-item:hover::before {background-color: rgba(0,0,0,0.4);}*/
.grid-item a, .custom-grid-item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
}
.grid-item .description {
    z-index: 9;
    position: relative;
}
.grid-item .description h4, .custom-grid-item h4 {
    font-family: 'Playfair-Bold';
    color: #fff;
    margin-bottom: 0px;
}
.grid-item .description p {
    text-transform: none;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0;
}
.span-2 {
    grid-column-end: span 2;
    grid-row-end: span 1;
}
.span-2-square {
    grid-row-end: span 2;
    grid-column-end: span 2;
}
.span-2-vertical {
    grid-row-end: span 2;
    grid-column-end: span 1;
}
.span-4 {
    grid-column-end: span 4;
    grid-row-end: span 2;
}
.span-4-1 {
    grid-column-end: span 4;
    grid-row-end: span 1;
}
.sponsor-img {
    text-align: center;
}
.pr-5 {
    padding-right: 5px;
}
.pl-5 {
    padding-left: 5px;
}

.cf-blue-bg {
    background: url(../images/faculty-bread-crumb.png) no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}
.bg-over-image {
    border-radius: 7px;
    background: var(--bg-gray);
    padding: 40px;
}
.nav-tabs .nav-link {
    color: #666;
    font-size: 20px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-weight: 600;
    background-color: var(--bg-blue1);
    color: #fff;
}
.bg-over-image p {
    color: #444444;
}

.news h6 {
    margin-bottom: 30px;
}

.banner-head {
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: 1px;
    text-shadow: 2px 2px rgb(0 0 0 / 60%);
}

.video-over-text {
    position: absolute;
    /*    top: 50%;
        transform: translateY(-50%);*/
    bottom: 50px;
    width: 100%;
}
.btn1.btn-primary {
    border-radius: 0.25rem;
    font-size: 16px;
    display: inline-block;
}

.newsletter span {
    font-size: 16px;
}


@media screen and (min-width: 1200px) {
    .content-offset {
        margin-left: calc((100% - 1140px)/ 2);
    }
}

@media screen and (min-width: 1400px) {
    .content-offset {
        margin-left: calc((100% - 1320px)/ 2);
    }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
    .video-banner {
        max-width: 100vw!important;
        height: auto;
        min-height: 460px;
    }
    .video-banner video {
        min-height: 50vh;
        width: 100%;
        pointer-events: none;
        position: absolute;
        height: 50vh;
        object-fit: cover;
    }

}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #106eea;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
}
#topbar .contact-info i {
    font-style: normal;
    color: #fff;
}
#topbar .contact-info i a, #topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}
#topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
    transition: 0.3s;
}
#topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: underline;
}
#topbar .social-links a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
}
#topbar .social-links a:hover {
    color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.4s;
    z-index: 997;
    height: 120px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header.fixed-top {
    height: 90px;
}
#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.8px;
    font-family: "Poppins", sans-serif;
}
#header .logo a {
    color: #222222;
}
#header .logo a span {
    color: #106eea;
}

.scrolled-offset {
    margin-top: 90px;
}

.logo span {
    margin-left: 20px;
}

.logo a img {
    margin-top: 5px;
    border-radius: 0;
    transition: all 0.3s;
    height: 50px;
}
#header.fixed-top .logo a img {
    height: 68px;
}
#header.fixed-top .logo span img {
    height: 45px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
}
.navbar > ul > li {
    white-space: nowrap;
    padding: 5px 0 10px 32px;
}
.navbar > ul.second-navbar > li {
    white-space: nowrap;
    padding: 10px 0 0 15px;
}
.fixed-top .navbar ul.second-navbar li a {
    /*padding: 8px 0 0;*/
}
.navbar > ul.second-navbar {
    position: absolute;
    height: 40px;
    right: 0px;
}
.navbar .second-navbar a {
    color: #494949;
}
.navbar .second-navbar a, .navbar .second-navbar a:hover, .navbar .second-navbar a:focus {
    font-size: 14px;
    text-transform: inherit;
}
.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    text-transform: uppercase;
}
.navbar .primary-menu  {
    margin-top: 40px;
}
.navbar .primary-menu li a {
    font-weight: 600;
}
.navbar .primary-menu li a::after, .navbar .primary-menu li a.active::after {
    margin-top: 22px;
    left:0;
    content: '';
    position:absolute;
    width: 0;
    height: 2px;
    background-color: var(--bg-blue1);
    transition: width .3s;
}
.navbar .primary-menu li a:hover::after, .navbar .primary-menu li a.active::after {
    width: 100%;
}
.navbar .primary-menu a.btn-primary::after {
    display: none;
}
/*.navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #106eea;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}*/
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
    visibility: visible;
    width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a, .navbar .second-navbar a:hover, .navbar .second-navbar a:focus  {
    color: #0c54a0;
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    right: 0px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}
.navbar .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 10px 20px;
    font-weight: 400;
}
.navbar .dropdown ul a i {
    font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: var(--bg-blue1);
}
.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

/* Search Form */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
    z-index: 1030;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="text"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -60px;
    border-radius: 0px;
    padding: 15px 41px 14px;
    border-radius: 0.25rem;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: var(--yellow);
    border: none;
    border-radius: 0.25rem;
    outline: none;
    opacity: 1;
    padding: 0px 17px;
    font-size: 27px;
}



@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
    .navbar > ul > li {
        padding: 5px 0 10px 24px;
    }
    .navbar a, .navbar a:focus {
        font-size: 14px;
    }
}

@media (max-width: 1025px) {
    .video-over-text {
        left: 12px;
        transform: translateY(-50%);
    }
    .custom-grid-item {
        min-height: 320px;
    }
    .program-action-btn li i.bi {
        font-size: 22px;
        margin-right: 0.8rem !important;
    }
    .program-action-btn li h6 {
        font-size: 16px;
    }
    .author li .author-img {
        min-width: 120px;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #222222;
    font-size: 36px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
    color: #000;
}

@media (max-width: 991px) {
    ul.program-action-btn li {
        padding: 12px;
    }
    .custom-grid-item {
        min-height: 240px;
    }
    .custom-grid-item a {
        padding: 15px;
    }
    .custom-grid-item h4 {
        font-size: 22px;
    }
    .navbar a:focus {
        display: inline-block;
        padding: 10px 0px;
    }
    .banner-head {
        font-size: 2.4rem;
    }
    .intro .sidebar nav {
        padding: 20px;
    }
    .facility-title h5 {
        font-size: 20px;
    }
    .navbar-nav {
        flex-direction: row;
    }
    .fixed-top .navbar.navbar-mobile ul.second-navbar li a{
        padding: 10px 0;
    }
    .navbar .primary-menu {
        margin-top: 15px;
    }
    .navbar.navbar-mobile .second-navbar {
        margin-top: 8px
    }
    .mdi h3.section-title, .mdi h2.section-title {
        display: inline-block;
    }
    .mobile-nav-toggle {
        display: block;
        margin-left: 12px;
    }
    a.search-link.nav-link {
        color: #222222;
    }
    .navbar-mobile .search-link {
        position: absolute;
        top: -60px;
        right: 30px;
    }
    .card-link-reasearch {
        font-size: 16px;
    }
    .navbar ul {
        display: none;
    }
    .navbar.navbar-nav.navbar-mobile {
        top: 90px;
    }
    .navbar > ul.second-navbar > li {
        padding: 0;
    }
    .logo a img, .logo span img {
        height: 45px;
    }
    #header {
        height: 90px;
    }
}
.navbar-mobile {
    position: fixed;
    /*    overflow: hidden;*/
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--yellow);
    transition: 0.3s;
    z-index: 999999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: -60px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    /*    position: absolute;*/
    width: 100%;
    padding: 0px 30px;
    /*    background-color: #fff;*/
    overflow-y: auto;
    transition: 0.3s;
}
.navbar-mobile ul.second-navbar {
    position: relative;
}
.navbar-mobile .primary-menu, .navbar-mobile .second-navbar {
    height: 50% !important;
    overflow-y: auto;
}
.navbar-mobile .second-navbar {
    padding-bottom: 40px;
}

.navbar-mobile ul li a {
    display: inline-block;
}
.navbar-mobile .btn.btn-primary {
    background: var(--bg-blue1);
    color: var(--yellow);
}
.navbar-mobile > ul > li {
    padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
    visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #0c54a0;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
    min-width: 200px;
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
    color: var(--bg-blue1);
}
.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}
.inner-counter {
    background-color: #E6EDF5;
    padding: 30px 30px 0;
}
.inner-counter h5 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}
.inner-counter h5 span {
    font-size: 34px;
    font-weight: 700;
}
.inner-counter .item {
    padding-left: 15px;
    border-left: 2px solid #0c54a0;
}
.inner-counter p {
    margin-bottom: 0px;
}
.inner-counter.red {
    background-color: var(--red);
}
.inner-counter.red h5, .inner-counter.red h5 span, .inner-counter.red p {
    color: #fff
}
.inner-counter.red .item {
    border-color: #fff;
}


/* Carousel */

.carousel-caption {
    text-align: center;
    bottom: 0px;
    left: auto;
    right: auto;
}

.carousel-caption h3 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.carousel1 {
    position: relative;
}

/*--------------------------------------------------------------
# Intro
--------------------------------------------------------------*/

.intro {
    text-align: center;
}
.intro h3 {
    margin-bottom: 12px;
}
.intro p.category {
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Program
--------------------------------------------------------------*/

.program {
    text-align: center;
}


.program-icon {
    background: var(--bg-blue1);
    display: inline-block;
    padding: 35px 38.5px;
    border-radius: 7px;
    box-shadow: 0 16px 43px #888888;
    margin-bottom: 25px;
    width: 150px;
}
/*.program-icon:hover{background: var(--bg-blue1); cursor: pointer; }*/
.btn {
    transition:all 0.35s ease-in-out !important;
}

.program h6{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.middle-line {
    position: relative;
}

.middle-line hr {
    border-top: 1px solid var(--bg-blue1);
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: -1;
}


.bg-blue {
    background-color: rgba(var(--bg-blue), 0.1);
}

.bg-blue1 {
    background-color: var(--bg-blue1);
    color: #fff !important;
}
.bg-blue1 h1, .bg-blue1 h2, .bg-blue1 h3, .bg-blue1 h4, .bg-blue1 h5, .bg-blue1 h6, .bg-blue1 p, .bg-blue1 ul li, .bg-blue1 a, .bg-blue1 table {
    color: #fff !important;
}
.bg-blue1 a, .bg-gradient-red a {
    color: #fff !important;
    text-decoration: underline;
}

.bg-gray {
    background-color: var(--bg-gray);
}

.bg-gradient-red {
    background: linear-gradient(90deg, rgba(var(--bg-gradient-red1), 1), rgba(var(--bg-gradient-red2), 1));
    color: #fff !important;
}
.bg-gradient-red h1, .bg-gradient-red h2, .bg-gradient-red h3, .bg-gradient-red h4, .bg-gradient-red h5, .bg-gradient-red h6, .bg-gradient-red p, .bg-gradient-red ul li, .bg-gradient-red table {
    color: #fff !important
}

.bg-white {
    background: #fff;
    padding: 50px;
}

.bg-blue-img {
    background: url(../images/bg-blue-img.png) center top;
    background-size: cover
}

/*--------------------------------------------------------------
# MDI
--------------------------------------------------------------*/

.mdi hr {
    margin: 40px 0;
}
.mdi h2 {
    font-size: 50px;
    font-weight: 600;
}
.mdi h5 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
}
.mdi h3 {
    margin-bottom: 0;
    font-weight: 400;
}

.section-title h3 {
    font-size: 40px;
}
.announcements {
    padding: 90px 0;
}
.announcements ul {
    padding-left: 20px;
    margin-top: 5px;
}
.announcements ul li {
    margin-bottom: 10px;
}
.announcements ul li a {
    color: #444;
}
.announcements ul li a:hover {
    color: var(--bg-blue1);
}

.announcements .tenders {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.announcements .tenders .date {
    color: var(--bg-blue1);
    font-weight: 600;
}
.announcements .tenders li {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.announcements .tenders li i {
    color:var(--red);
    font-size: 26px;
}
.announcements .tenders li ul li {
    border: none;
    padding: 0px;
    margin-bottom: 10px;
    font-size: 16px;
}

.announcements .media li {
}

/*--------------------------------------------------------------
# Trending Research
--------------------------------------------------------------*/

.tag-cat {
    /*    border: 1px solid #777474;*/
    border-radius: 4px;
    font-size: 12px;
    /*    padding: 1px 8px;*/
    margin: 10px 0;
    display: inline-block;
    text-transform: uppercase;
    /*    background: #fff;*/
    color: var(--red);
    letter-spacing: 1px;
}

ul.custom-list {
    list-style: none;
    padding-left: 0px;
}
ul.custom-list small {
    font-style: italic;
}

ul.custom-list li .gray-bg {
    background: #E5E5E5;
    color: var(--bg-blue1);
    font-size: 25px;
    margin-bottom: 30px;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
ul.custom-list li .gray-bg a {
    display: block;
    padding: 15px;
}
ul.custom-list li .gray-bg::before {
    content: "";
    position: absolute;
    background: var(--yellow);
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}
ul.custom-list li .gray-bg:hover::before {
    background: var(--yellow);
    top: 0px;
}

.more-link {
    font-size: 16px;
    margin-top: 23px;
}
#research .learn-more {
    margin-top: -60px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #fff;
    padding: 0 0 20px 0;
    color: #444444;
    font-size: 16px;
}
#footer .footer-newsletter {
    padding: 50px 0;
    background: #f1f6fe;
    text-align: center;
    font-size: 15px;
}
#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
}
#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
}
#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #106eea;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
    background: #0d58ba;
}
#footer .footer-top {
    padding: 60px 0 ;
    background: #E5E5E5;
}
#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact img{
    border-radius: 0;
}
#footer .footer-top .footer-contact h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    color: #061C33;
}
#footer .footer-top .footer-contact h3 span {
    color: #106eea;
}
#footer .footer-top .footer-contact p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #061C33;
}
#footer .footer-top .footer-contact p a {
    color: #061C33;
}
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    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: #106eea;
    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: #061C33;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    transform: translateX(4px);
    color: var(--bg-blue1);
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #106eea;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
    background: #3b8af2;
    color: #fff;
    text-decoration: none;
}
#footer .copyright {
    text-align: center;
    float: left;
}
#footer .credits {
    float: right;
    text-align: center;
    font-size: 15px;
    color: #666;
}
#footer .credits a {
    color: #666;
}
@media (max-width: 768px) {
    #footer .copyright, #footer .credits {
        text-align: center;
        padding: 2px 0;
    }
}

.bread-crumb-section {
    background-repeat: no-repeat;
    height: 40vh;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: var(--bg-blue1);
}
@-webkit-keyframes waving {
    from {
        background-position: 0
    }

    to {
        background-position: -1000px
    }
}
@keyframes waving {
    from {
        background-position: 0
    }

    to {
        background-position: -1000px
    }
}
.bread-crumb-section.banner-sm {
    height: 220px;
}
.bread-crumb-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 70%, rgba(0,0,0,0.5) 100%);
    top: 0;
}
.overlay-bg {
    position: relative;
    width: 100%;
    height: 100%;
}
.block-pattern {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.block-pattern.wave {
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: waving;
    animation-name: waving;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.block-pattern.wave {
    background-position: 0 0;
    background-size: 1000px;
}
.block-pattern.wave.yellow {
    background-image: url(../images/waves.svg);
    visibility: visible;
    opacity: 0.12;
    transition: opacity 1s cubic-bezier(0.5, 0, 0, 1) 0s;
}
.overlay-none:before {
    display: none;
}
.overlay-about {
    position: absolute;
    background: #061C33;
    opacity: .4;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.small-banner .hero-banner-content {
    margin-top: 2em;
}
#hero.carousel-banner .carousel-item {
    height: 60vh;
}
#hero.carousel-banner .carousel-item.dark-text .carousel-caption h3, #hero.carousel-banner .carousel-item.dark-text .carousel-caption {
    color: #000;
}
.hero-banner-content {
    text-align: left;
    /*    margin-left: 15px;*/
    /*    margin-top: 10em;*/
    width: 100%;
    position: relative;
    transform: inherit!important;
    z-index: 2;
}
#hero .carousel-item img {
    border-radius: 0px;
}
.banner-title {
    font-weight: normal;
    font-family : 'Open Sans', sans-serif;
    font-size: 40px;
    color: #fff;
    padding: 10px 0px 0px;
    margin:0px 0px 15px 0px ;
    text-transform: capitalize;
}
#hero .video-banner {
    background: url(../images/loader.gif) #E6EDF5 no-repeat center center;
    background-size: 75px;
}
.loader {
    background: url(../images/loader.gif) #E6EDF590 no-repeat center center;
    background-size: 42px;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}
.contactus-bg {
    background-image: url(../images/faculty-bread-crumb.png);
}

.hero-banner-content .breadcrumb {
    background: transparent;
    padding: 0;
}
.overlay-bg:after {
    position: absolute;
    content: "";
}
.bread-crumb-section  .breadcrumb li a{
    color: #fff;
}
.bread-crumb-section  .breadcrumb li {
    color: #fff;
    font-size: 15px;
}
.facility-title h1{
    font-weight: 500;
}
.facility-content P{
    max-width: 75%;

    color: #000000;
    width: 100%;
    margin-bottom: 20px;
}
.research-programme{

}
.bg-card-white {
    background: #fff;
    border-radius: 7px;
}
.bg-card-white figure {
    margin: 0;
}
.bg-card-white .card {
    border: none;
}
.card-img-top {
    max-height: 267px;
    object-fit: cover;
    border-radius: 0px 0px 7px 7px;
}
.research-card{
    border-radius: 10px;
}
.research-card .card-title{
    font-size: 20px;
    margin-bottom: 15px !important;
}
.research-card .card-text{
    color: #777474;
}
.research-card    {
    overflow: hidden;
}

.bg-card-white .card-link-reasearch a{
    padding: 0px;
    display: block;
    width: auto;
    margin: 0px;
    font-size: 16px;
}
.bg-card-white .card-body {
    padding: 30px 15px 20px 0;
}
.bg-card-white .card-link-reasearch a:hover, .bg-card-white .card-link-reasearch a:focus {
    color: var(--bg-blue1);
    background: none;
}

.card-link-reasearch a{
    padding: 15px 10px;
    display: block;
    width: 33.33%;
    margin: 0px;
    font-size: 16px;
    text-transform: uppercase;
}
.card-link-reasearch a:hover{
    background: var(--yellow);
    border-radius: 0px;
    color: var(--bg-blue1);
}
.card-link-reasearch a:last-child{
    border-right: 0px !important
}
.card-link-reasearch a{
    color: #777474;
    border-right: 1px solid #ccc;
    position: relative;
}
.card-last-link{
    color: var(--bg-blue1);
    font-weight: bold;
}
/*.card-link-reasearch a:before {
    content: "";
    position: absolute;
    right: -10px;
    background: #7070708f;
    width: 2px;
    height: 25px;
}
.card-link-reasearch a:last-child:before {display: none;}*/
.list-block .card-link-reasearch a:before {
    display: none;
}
.card-link-reasearch.card-footer {
    padding: 0;
}
a.card-last-link:before{
    display: none;
}
.research-card .card-body{
    padding-left: 25px !important;
}
.card-link-reasearch {
    display: flex;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.bg-gradient-red-lhs{
    background: linear-gradient(90deg, rgba(163,61,53,1) 0%, rgba(12,84,160,1) 100%);
    color: #fff;
}
.bg-gradient-red-rhs{
    background: linear-gradient(90deg, rgba(12,84,160,1) 0%, rgba(163,61,53,1) 100%);
    color: #fff;
}
.research-list{
    margin-bottom: 40px;
}
.research-list .research-list-img {
    border-radius: 7px;
}
.conf-work-sec p, .conf-work-sec h6, .conf-work-sec a{
    color: #fff !important;
}
#impact h5 {
    font-size: 65px;
    color: #fff;
}


.flip-card {
    background-color: transparent;
    width: 100%;
    height: 500px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner{
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    border-radius: 7px;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-front {
    background: #061C33;
    color: black;
    color: #fff;
    padding: 100px 30px 30px;
    z-index: 2;
}
.flip-card-front img {
    width: 100px;
}

.flip-card-back {
    background: #A33D35;
    color: white;
    transform: rotateY(180deg);
    z-index: 2;
    padding: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
.flip-card-back  a{
    color: #fff;
    float: none;
}
.flipcard-h3{
    color: #fff;
}
.flip-card-front-hr{
    width: 100px;
    text-align: center;
    opacity: 1;
    height: 2px !important;
    border: #fff;
    margin: 50px auto 30px;
}
.flip-card-back-hr{
    margin: 20px auto !important;
}
.vision-img img {
    width: 100%;
}
.vision-content {
    padding-left: 15px;
}
/*.vision-content a {float: left; }*/

.flipbox {
    background-color: transparent;
    min-height: 240px;
    height: 100%;
    perspective: 1000px;
}

.flipbox-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(12,84,160,0.2);
    border-radius: 7px;
}

.flipbox:hover .flipbox-inner {
    transform: rotateY(180deg);
}

.flipbox .item, .flipbox .item-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 30px;
    border-radius: 7px;
    text-align: center;
}

.flipbox .item {
    background-color: #fff;
}
.flipbox .item img {
    height: 80px;
    margin-bottom: 20px;
}
.flipbox .item h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}
.flipbox .item h4 small {
    font-size: 18px;
}

.flipbox .item-back {
    background-color: #0C54A0;
    color: #fff;
    transform: rotateY(180deg);
}
.flipbox .item-back h2 {
    color: #fff;
    font-size: 70px;
    margin-bottom: 15px;
}
.flipbox .item-back h3 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 28px;
    margin-bottom: 0;
    font-weight: normal;
}
.flipbox .item-back p {
    margin-bottom: 0;
}


.advantage .item h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 0;
}
.advantage .item p.title {
    border-bottom: 3px solid #0C54A0;
    color: #0C54A0;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.advantage .item p {
    font-size: 16px;
    margin-bottom: 12px;
}
.advantage .item a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
}
.advantage .item a i {
    font-size: 20px;
    margin-top: 5px;
    line-height: 16px;
}

@media (max-width: 768px) {
    .flipbox {
        min-height: 200px;
    }
    .flipbox .item img {
        height: 70px;
    }
    .flipbox .item h4 {
        font-size: 20px;
    }
    .flipbox .item-back h2 {
        font-size: 50px;
    }
    .flipbox .item-back p {
        font-size: 16px;
    }
    .flipbox .item-back {
        padding: 20px;
    }
    .flipbox .item-back h3 {
        font-size: 22px;
    }
    .card-link-reasearch a{
        width: auto;
        padding: 15px 18px;
    }

}
.h-150 {
    height: 150px !important;
}
.hero-banner-content-program{
    margin-top: 10em;
}
.programmes-list{
    background: #A33D35;
}
.programmes-list ul{
    padding: 5px 0px;
    margin: 0px;
    width: 100%;
}

.programmes-list ul li a{
    text-transform: uppercase;
    padding:  15px;
    display: block;
    position: relative;
    webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.programmes-list ul li a:hover{
    background: var(--yellow);
    color: var(--bg-blue1) !important;
    border-radius: 5px;
}
.programmes-list ul li a:before{
    content: "";
    position: absolute;
    right: 0px;
    background: #fff;
    width: 2px;
    height: 25px;
}
.programmes-list ul li a:hover::before {
    content: inherit;
}
.programmes-list ul li:last-child a::before{
    display: none;
}
.apply-program {
    padding-left: 0;
    margin: 0;
}
.apply-program li{
    width: 100%;
    min-height: 60px;
    display: inline-block;
    padding: 15px 0px;
}
.apply-program-inner h3{
    font-size: 18px;
}
.apply-program li i{
    vertical-align: middle;
}
.apply-program li h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}


.color-blue {
    color: #fff !important;
    background: var(--bg-blue1);
}
.color-blue  h3 {
    color: #fff;
    margin: 0px 0px 0px 10px;
    font-family: 'Open Sans', sans-serif;
}

.color-gray i, .color-gray span{
    color: #777474;
}
.color-gray {
    color: #fff !important;
    background: #e2e2e2;
}
.color-gray  h3 {
    color: #777474;
    margin: 0px 0px 0px 10px;
    font-family: 'Open Sans', sans-serif;
}

.color-yellow  i, .color-yellow span{
    color: var(--bg-blue1);
}
.color-yellow {
    color: var(--bg-blue1) !important;
    background: #FCD86B;
}
.color-yellow  h3 {
    color: var(--bg-blue1);
    margin: 0px 0px 0px 10px;
    font-family: 'Open Sans', sans-serif;
}

.intro h5{
    font-family: 'Open Sans', sans-serif;
}
/*
.apply-program-brochure{background: #e2e2e2; color: #777474;display: flex;  justify-content: center;   align-items: center; }
.apply-program-brochure h3{color: #777474; margin: 0px 0px 0px 10px; font-family: 'Open Sans', sans-serif;}
.apply-program-apply{background: #FCD86B; color: var(--bg-blue1);display: flex;  justify-content: center;   align-items: center; }
.apply-program-apply h3{color: var(--bg-blue1); margin: 0px 0px 0px 10px; font-family: 'Open Sans', sans-serif;}
.program-diploma-content p{max-width: 85%;}
.program-diploma-content{margin-bottom: 40px;}*/
.programme-learning-goals h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
}
.programme-learning-goals-list{
    border-left: 3px solid var(--bg-blue1);
    padding-left: 15px;
}
.programme-learning-goals-list p{
    font-size: 16px;
    margin-bottom: 5px;
}
.site-bg{
    background: var(--bg-blue1);
}
.teaching-learning-content{
    color: #fff;
}
.teach p {
    max-width: 95%;
}
.teach h6{
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}
.teach h5{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}
.cources-div{
    display: flex;
}
.cources-div ul {
    margin-right: 30px;
}
.cource-list li a{
    color: #fff;
    border-left: 2px solid #fff ;
    margin-bottom: 20px;
    display: block;
    padding-left: 10px;
}
.programme-structure li{
    list-style: square;
    font-size:20px;
    color: var(--bg-blue1);
    margin-bottom: 30px;
}
.programme-structure li h6 {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    margin: 0px 0px 10px 0px;
}
.programme-structure p{
    color: #000000
}
.special-program-ul{
    display: flex;
}
.special-program-ul ul {
    margin-right: 50px;
    padding-left: 20px;
}
.special-program-ul li {
    list-style: square;
    font-size:20px;
    color: #606060;
    margin-bottom: 0px !important;
}
.social-icons-footer i {
    color: #061C33;
    padding: 0px 20px 0px 0px;
    font-size: 26px;
}


.Signup__text{
    color: #061C33;
    padding-bottom: 5px;
    font-size: 18px;
}
.Signup__form {
    display: flex;

}
@media (max-width: 540px) {
    .Signup__form {
        display: block;
    }
    .logo a img, .logo span img {
        height: 36px;
    }
    #header.fixed-top .logo a img, #header.fixed-top .logo span img {
        height: 36px;
    }
    #search input[type="text"] {
        font-size: 26px;
    }
    #hero.carousel-banner .carousel-item {
        height: 320px;
    }
}
.Signup input {
    border: none;
    border-radius: 3px 0px 0px 3px;
    padding: 15px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;

    color: #6d6d6d;
    transition: border 0.3s, box-shadow 0.3s;
    width: 90%;
    max-width: 300px;
}


@media (max-width: 540px) {
    .Signup  input {
        display: block;
        margin:0px 0px 20px;
        max-width: 100%;
        width: 100%;
    }
    .video-banner {
        max-width: 100vw!important;
        height: auto;
        min-height: 230px;
    }
    .video-banner video {
        min-height: 35vh;
        width: 100%;
        pointer-events: none;
        position: absolute;
        height: 35vh;
        object-fit: cover;
    }
    h1.banner-head {
        font-size: 1.5rem;
    }
    .video-over-text {
        bottom: -20px;
        width: 95%;
    }
    .bread-crumb-section {
        height: 25vh;
    }
}
.Signup input:focus {
    outline: 2px solid var(--yellow);
    border: 0;
    box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}
.Signup .Signup__button {

    border-radius:0px 3px 3px 0px;

}

.captcha {
    height: 0px!important;
    width: 0px!important;
    margin!important: 0px;
    padding: 0px!important;
}

.counter {
    animation-duration: 1s;
    animation-delay: 0s;
}


.no-hover:hover{
    color: inherit;
}
.program .program-icon {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
/*.program  .col-lg-3:hover .program-icon  {
    background: var(--bg-blue1);
    cursor: pointer;
    
}*/
.program .program-icon::before {
    content: "";
    position: absolute;
    background: #6B9BCC;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}
.program  .col-lg-3:hover .program-icon::before {
    background: var(--yellow);
    top: 0;
}
.program  .col-lg-3:hover h6{
    color: var(--bg-blue1);
    cursor: pointer;
}
.social-icons-footer i:hover{
    filter: brightness(0.5);
    transition: all .5s;
    color: #000;
    transform: scale(1.05);
}
.social-icons-footer i{
    transition: all .5s;
}

.sidebar {
    background: url(../images/sidebar-bg1.png) #FFF no-repeat left;
    background-size: cover;
    margin: 00px 40px 40px 0px ;
    border-radius: 7px;
    top:120px;
}
.program-details .sidebar {
    top:180px;
}
.sidebar nav {
    position: relative;
    padding: 40px 40px;
}
.sidebar nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar nav ul li {
    padding: 10px 0px;
}
.sidebar nav ul li a {
    display: block;

    padding: 0px 15px;
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.sidebar nav ul li a:hover {
    border-left: 3px solid var(--bg-blue1);
    color: #515151;
}
.sidebar nav ul li a.active {
    border-left: 3px solid var(--bg-blue1);
    color: var(--bg-blue1);
    font-weight: bold;
}
.sidebar nav ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float:right;
}
.sidebar nav ul ul {
    background-color:#ebebeb;
}
.sidebar nav ul li ul li a {
    background: #f8f8f8;
    border-left: 4px solid transparent;
    padding: 10px 20px;
}
.sidebar nav ul li ul li a:hover {
    background: #ebebeb;
    border-left: 4px solid #3498db;
}
/* Feel free to change duration  */
.animated  {
    -webkit-animation-duration : 1000 ms  ;
    animation-duration : 1000 ms  ;
    -webkit-animation-fill-mode : both  ;
    animation-fill-mode : both  ;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
    z-index : 1
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
    z-index : 0
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut  {
    -webkit-animation-name : fadeOut  ;
    animation-name : fadeOut  ;
}
@-webkit-keyframes  fadeOut  {
    0% {
        opacity : 1   ;
    }
    100% {
        opacity : 0   ;
    }
}
@keyframes  fadeOut  {
    0% {
        opacity : 1   ;
    }
    100% {
        opacity : 0   ;
    }
}
.search-item figure , .news figure , .events figure{
    overflow: hidden;
    margin-bottom: 0;
}
.search-item .card {
    border-radius: 7px;
    overflow: hidden;
}
.search-item .item:hover img , .news .item:hover img , .events .item:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.flip-card{
    margin-bottom: 30px;
}
.carousel-caption h3{
    font-family: 'Playfair Display', serif;
}
#program-action-bar {
    top:90px;
    z-index: 99;
}
.program-action-btn  {
    margin: 0px;
    padding: 0px;
}
.program-action-btn li {
    margin: 0px;
    padding: 15px;
    color: #fff;
    border-right:1px solid;
    border-color: rgba(250,250,250,0.3)
}
.program-action-btn li h6 {
    margin-bottom: 0px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.program-action-btn li i {
    font-size: 26px;
    margin-top: -2px;
    transition: 0.5s ease-in-out;
}
.program-action-btn li a {
    text-decoration: none;
}
.program-action-btn li.btn-primary {
    border-radius: 0;
    padding: 15px;
}
.program-action-btn li.btn-primary:hover {
    background-color: var(--yellow);
    opacity: 0.8;
}
.program-action-btn li.btn-primary:hover i {
    color: var(--bg-blue1);
}
.program-action-btn li.btn-primary h6 {
    color: var(--bg-blue1) !important;
    text-align: left;
}
.program-action-btn li.btn-primary i {
    color: var(--bg-blue1) !important;
}
.faculty-list .card {
    border: none;
    border-radius: 0px;
    overflow: hidden;
    border-top-left-radius:7px;
    border-top-right-radius:7px;
}
.faculty-list .card figure {
    overflow: hidden;
    margin-bottom: 4px;
    border-radius: 7px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.faculty-list .card img {
    transition: 0.5s ease-in-out;
    border-radius: 0px;
    width: 100%;
}
.faculty-list .card .card-body {
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition:all 0.3s ease-in-out;
    background-color: var(--yellow);
}
.faculty-list .card .card-body .card-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
    color: var(--bg-blue1);
    font-family:'Open Sans', sans-serif;
    font-weight: 600;
}
#news-and-events .faculty-list .card .card-body .card-title {
    font-size: 20px;
}
.faculty-list .card a, .faculty-list .card a .card-body {
    height: 100%;
    color: var(--bg-blue1);
}
.faculty-list .card {
    border-bottom: 4px solid var(--bg-blue1);
    overflow: hidden;
}
.faculty-list .card:hover .card-body, .faculty-list .card:hover a{
    color:var(--bg-blue1);
}
.faculty-list .card:hover .card-title {
    color: var(--bg-blue1);
    font-weight: 600;
}
.faculty-list .card:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.faculty-list.faculty-list-main .card .card-body {
    background-color: #fff;
}
.faculty-list.faculty-list-main .card:hover .card-body {
    background-color: var(--yellow);
}
.faculty-list .card .card-body p {
    font-size: 16px;
    color: var(--bg-blue1);
}
.bog .card .card-body .card-title {
    font-size: 18px !important;
    line-height: 22px !important;
}
.bog .card .card-body p {
    font-size: 15px!important;
}
.faculty-list .card .card-body::before {
    content: "";
    position: absolute;
    background: var(--bg-blue1);
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}
/*.faculty-list .card:hover .card-body::before {
    background: var(--yellow);
    top: 0;
}*/
.accordion-flush .accordion-item {
    border-bottom: 0px;
}
.accordion-flush .accordion-item .accordion-button {
    color: #666;
    background-color: #E7E6E6;
    border-radius: 7px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.accordion-button {
    padding: 23px 1.25rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}
.accordion-button:not(.collapsed) {
    color: var(--bg-blue1) !important;
    background-color: #CEDDEC !important;
    font-weight: bold;
    box-shadow: none;
}
.search-form {
    background-color: #E5E5E5;
    padding: 30px;
    border-radius: 7px;
}
.form-select, .form-control {
    padding: 11px 15px;
}

.pgdm-video iframe {
    width: 100%;
    height: 400px;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.error {
    color: red !important;
    font-style: italic !important;
    font-size : 12px !important;
    display: block;
}
.form-group small {
    font-size: 12px;
}
.contact .info-box {
    padding: 20px 30px;
    background-color: var(--yellow);
    border-radius: 7px;
    height: 100%;
}
.contact .info-box i {
    font-size: 32px;
    color: var(--bg-blue1);
    border-radius: 50%;
    /*  padding: 8px;*/
    /*  border: 2px dotted #6B9BCC;*/
}
.contact .info-box h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0;
}
.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
/*.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}*/
.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .error-message br + br {
    margin-top: 25px;
}
.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
    margin-bottom: 20px;
}
.contact .php-email-form input, .contact .php-email-form textarea, .contact .php-email-form select  {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
    border-color: #106eea;
}
.contact .php-email-form input {
    padding: 10px 15px;
}
.contact .php-email-form input.form-check-input {
    padding: 12px;
}
label.main-label {
    font-weight: 700;
    margin-bottom: 10px;
}
.contact .php-email-form .form-check {
    padding-left: 1.2em;
    margin-right: 1.2rem;
}
.contact .php-email-form .form-check label {
    vertical-align: middle;
}
.contact .php-email-form textarea {
    padding: 12px 15px;
}
.modal-body {
    padding: 60px;
}
.modal-body .btn-close {
    position: absolute;
    right: 30px;
    top: 30px;
}
.search-result {
    padding-left: 0;
}
.search-result li {
    list-style: none;
}
.search-result li {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.job-link {
    background: #a33d35;
    text-align: center;
    padding: 8px;
    padding-top: 12px;
}
.job-link a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    /*    animation: blinker 1s linear infinite;*/
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.lab-img {
    width: 100%;
    float: right;
    margin-left: 15px;
}

@media (max-width: 767px) {
    .job-link a {
        font-size: 17px;
    }
    .chairperson-profile-img {
        width: 100%;
    }
    .carousel-caption {
        right: 15%;
        left: 15%;
        margin: 0 20%;
    }
    .carousel-caption .btn.btn-primary {
        margin: 0%;
    }
}

.author-thumb {
    width: 70px;
}
.panelist-details {
    text-align: center;
}
.panelist-details img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.panelist-details a {
    color: #444444;
}
.panelist-details h6 {
    margin-bottom: 5px;
    color: #444444;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.panelist-details p {
    font-size: 16px;
}