
body, h1, h2, h3, h4, h5, h6,
p, a, li, span, div, button, input, label, td, th {
  font-family: 'Poppins', sans-serif !important;
}



body{
    /* font-family: 'Poppins', sans-serif !important; */
    /*font-family: "Open Sans", "Mukta Malar", Helvetica, Arial, sans-serif !important; */
    height: 100%;
    width: 100%;
    margin: 0;
    border: 0;
}



/*
body, h1, h2, h3, h4, h5, h6,
p, a, li, span, div, button, input, label, td, th {
  font-family: "Open Sans", "Mukta Malar", Helvetica, Arial, sans-serif !important;
}
*/

.fa, .fa-link, i {
  font-family: FontAwesome !important;
}

a
{
    text-decoration: none;
/*    color: black;*/
}

.topbar{
    background: #047442;
    height: 2.5em;
    color: #ffffff;
    font-size: 12px;
    padding-top: 5px;
}

.topbar a {
    color: #fff;
}

.topbar a:hover {
    text-decoration: none;
}

    /** START IMPORTANT NOTIFICATION CSS  **/
.imp-notification-marquee {
    height: 337px;
    overflow: hidden; /* Hide content overflow */
    position: relative;
/*    background-color: #f0f0f0;*/
/*    border: 1px solid #ddd;*/
}
.imp-notification-marquee-content {
    position: absolute;
    width: 100%;
    animation: marqueeVertical 20s linear infinite;
}
.imp-notification-marquee-content p {
    margin: 0;
    padding: 10px;
/*    text-align: center;*/
    border-bottom: 1px solid #ddd; /* Underline effect */
}
.imp-notification-marquee-content p:last-child {
    border-bottom: none; /* Remove underline from the last paragraph */
}
.gifClass {
    width: 20%;
    height: auto;
}

/* Animation */
@keyframes marqueeVertical  {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}
/** END IMPORTANT NOTIFICATION CSS  **/

.fa-leaf  {
    padding-right: 7px;
    color: green;
}

.bg-green {
    background: #194565;
}

.bgimg {
    /* height: 352px; */
    height: 100%;
    width: 100%;
    /*background: url("../bg.jpg") repeat-x top center;*/
    /*background-color: #FFF9D7;*/
    -webkit-background-size: auto;
    background-attachment: fixed;
    /*position: relative;*/
    /*min-height: 100vh;*/
    /*margin: 0;*/
}

/* navbar */
.main-navbar {
    z-index: 999;
}
.main-navbar .nav-link{
    color: #ffffff !important;
    font-size: 14px !important;
}
.main-navbars .nav-link{
    color: #ffffff !important;
    font-size: 13px !important;
}
.main-navbar .nav-item, .main-navbar .dropdown{
    padding: 0px 5px;
}
.collapse >ul > li > a:hover {
    color: red;
}



.main-navbar .navbar-nav{
    /* background: #000; */
    width: 100%;
    height: 100%;
    font-weight: 500;
}

.dropdown-menu{
    margin: -1px 0 0;
    background: #ffffff;
    color: #fff;
    border: 0;
    font-size: 12px;
}

.dropdown-item{
    color: darkgreen;
    font-weight: bolder;
    
}

.dropdown-item:hover{
    color: #fff !important;
/*    background: #AD4634;*/
        background: #194565;
}

/* Dropdown submenu */

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
    border-radius: 0 !important;
}

.dropdown-submenu {
    position:relative;
}

.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:0px;
/*    background: #D45830;*/

}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 


.bg-white{
    background-color: #FFF9D7;
}

.whatsnew > .card-title{
    font-weight: 600;
    padding: 10px 20px;
}

.card-body > .card-text{
    font-size: 14px !important;
}

/* vertical navbar */
.vertical-navbar{
    background: #F1F9D6;
    border: #FFE4B5 0.5px solid;
}
.vertical-navbar > .nav-link{
    color: #000;
    font-size: 13px;
    border-bottom: #85AA3B 1px dashed;
}

.vertical-navbar > .nav-link::before{
/*    content: url("../img/leaf.jpg");*/
    padding-right: 7px;
    vertical-align: top;
    display: inline-block;
}

.whatsnew, .cm{
    height: 10em;
    overflow: hidden;
}

.card-title-whatsnew, .card-title-cm{
    font-size: 15px;
    font-weight: 700;
    display: block;
    color: #f7f7f7;
    background: #fff;
    padding: 15px 20px 5px;
}

.whatsnew-marquee {
    padding-left: 0px;
    position: absolute;
    top: 4em;
}

.whatsnew-marquee a{
    color: #000;
    font-size: 13px;
    margin-bottom: 0px;
}

.whatsnew-marquee > li{
    list-style: none;
    padding-left: 0px;
}

.whatsnew-marquee > li > p{
    margin: 1em;
}

.whatsnew-marquee{
    top: 3em;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    animation: marquee 15s linear infinite;
}

.whatsnew-marquee:hover {
    animation-play-state: paused;
}



.mag{
    background: #FCE2AB;
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #D45830;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
.miniature{
    background-color: khaki;
    padding: 6px;

}
.miniatures{
    background-color: #ffff66;
    padding: 6px;
}
.med{
    color: #D45830;
}
.gallery{
    background: #e5f2f2;
    text-align: center;
    color: #D45830;
    font-size: 14px;
    font-weight: 700;
    padding: 20px;
    text-decoration: none;
}   

/* center columns */
/* link cards */
.link-cards{
    display: inline-block;
    margin: 10px 10px 10px 10px;
    width: 71px;
    height: 90px;
    vertical-align: top;
}

.link-cards > span{
    font-size: 12px;
    text-align: center;
    color: #D45830;
    word-break: normal;
}

.impoNotiCls{
    background: #e5f2f2;
    color: #000;
/*    font-size: 13px;*/
}
.impoNotiCls h6{
    color: white;
    font-weight: 700;
    text-align: center;
    padding-bottom: 1em;
    background-color: #028482;padding: 8px;
}
.onlinefacility{
    background: #FFF3DE;
    color: #000;
/*    font-size: 13px;*/
    border: rgb(231, 220, 193) 1px solid;
}

.onlinefacility > .nav-link{
    padding: 5px;
}

.onlinefacility > .nav-link::before{
    padding-right: 7px;
    vertical-align: top;
    display: inline-block;
}

.onlinefacility h6{
    color: #D45830;
    font-weight: 700;
    text-align: center;
    padding-bottom: 1em;
}

.onlinefacility a{
    color: #000;
    border-bottom: #85AA3B 1px dashed;
    display: block;
    padding: .5rem 1rem;
}


.backs{
    background-color: #FDF9E4;
}

.unknownList {
    background: #e5f2f2;
    color: #000;
/*    font-size: 13px;*/
/*    border: rgb(231, 220, 193) 1px solid;*/
}
.unknownList a { 
    color: #000;
    border-bottom: #85AA3B 1px dashed;
}



.impo_link {
    background: #FFF3DE;
}
.impo_link a {
    color: #000;
    border-bottom: #85AA3B 1px dashed;
}

.bg-footer{
    background: #86CD82;
    width: 100%;
}

.footer{
/*    font-size: 10px;*/
    background: #E7F3BB;
    /* position: absolute; */
    /* bottom: 0; */
}

.dept_title {
    text-transform: capitalize;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
    color: #402a89;
}

.dept_title_sub {
    font-weight: bold;
    color: #5d5a5a;
}
.tab-content-css {
    border-radius: 25px;
    border: 2px solid #194565;
/*    padding: 14px;*/
    padding: 0px 0px 3px 10px;
}

/*Carousel Gallery*/
/* .carousel-gallery {
     margin: 50px 0;
     padding: 0 30px;
}
 .carousel-gallery .swiper-slide a {
     display: block;
     width: 100%;
     height: 200px;
     border-radius: 4px;
     overflow: hidden;
     position: relative;
     -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
     -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
     box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
}
 .carousel-gallery .swiper-slide a:hover .image .overlay {
     opacity: 1;
}
 .carousel-gallery .swiper-slide a .image {
     width: 100%;
     height: 100%;
     background-size: cover;
     background-position: center center;
}
 .carousel-gallery .swiper-slide a .image .overlay {
     width: 100%;
     height: 100%;
     background-color: rgba(20, 20, 20, .8);
     text-align: center;
     opacity: 0;
     -webkit-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     transition: all 0.2s linear;
}
 .carousel-gallery .swiper-slide a .image .overlay em {
     color: #fff;
     font-size: 26px;
     position: relative;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     display: inline-block;
}
 .carousel-gallery .swiper-pagination {
     position: relative;
     bottom: auto;
     text-align: center;
     margin-top: 25px;
}
 .carousel-gallery .swiper-pagination .swiper-pagination-bullet {
     -webkit-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     transition: all 0.2s linear;
}
 .carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
     opacity: 0.7;
}
 .carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
     background-color: #d63031;
     transform: scale(1.1, 1.1);
}*/
/*# Carousel Gallery*/
