/* Minification failed. Returning unminified contents.
(446,17): run-time error CSS1039: Token not allowed after unary operator: '-bs-yellow'
 */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}
body {
    background-color: #e7edf2;
}

@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }

    ul.nav li.dropend:hover > ul.dropdown-menu {
        display: block;
    }

    .slider-wrapper {
        width: 100%;
    }
}
.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #d80800;
    }

    49% {
        color: #d80800;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #d80800;
    }
}

/*
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}*/
.boxed {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin-top: 10px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.boxednobg {
    background-color: unset;
    box-shadow: unset;
    border: unset;
}

.boxedborder {
    background-color: unset;
}

.boxed h3:before {
    position: absolute;
    height: 5px;
    width: 15%;
    bottom: -3px;
    content: ''
}
 

.boxed h3 {
    position: relative;
    border-bottom: 1px solid #03356E;
    margin: 0 0 30px;
    padding: 0 0 10px;
}

a {
    color: rgb(21, 140, 186);    
}
.text-primary-emphasis {
    color: rgb(21, 140, 186) !important;
}

.stat i {
    font-size: 34px;
}

.stat span {
    font-size: 28px;
}

.stat p {
    font-weight: bold;
}

.bg-stat {
    background-color: #dc6800;
    color: #fff;
}

.boxgreen {
    background-color: #588157;
    padding: 10px;
    margin-top: 10px;
    color: #fff;
    border-radius: 3px;
}

.boxorange {
    background-color: #bb3e03;
    padding: 10px;
    margin-top: 10px;
    color: #fff;
    border-radius: 3px;
}

.boxblue {
    background-color: #0077b6;
    padding: 10px;
    margin-top: 10px;
    color: #fff;
    border-radius: 3px;
}

.boxteal {
    background-color: #219ebc;
    padding: 10px;
    margin-top: 10px;
    color: #fff;
    border-radius: 3px;
}

.bg-stat i {
    font-size: 65px;
}

.uniname {
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
}

    .uniname a:hover {
        text-decoration: none;
    }

.hline {
    border-left: 1px solid #8c8c8c;
    padding-left: 30px;
}


.nopad {
    padding: 0px;
}

.top-nav {
    font-family: 'Roboto', sans-serif;
    background-color: #f4f4f4;
    padding: 0 0;
    z-index: 10;
    position: relative;
    font-size: 13px;
    height: auto;
    font-weight: 300;
    transition-duration: .3s;
    border-bottom: 1px solid #ddd;
}

.top_menu > li > a {
    padding: 5px 7px;
    color: #212529;
}

.bg-darkblue {
    background-color: #173C69;
    color:#fff;
}
#logo {
    padding-top: 5px;
}

.logoname {
    padding: 5px 0 0 10px;
    line-height: 20px;
}

    .logoname .hindi-name {         
        margin-bottom: 0;
        font-size: 1.7em;
        font-weight: 600;
        font-family: 'Tiro Devanagari Sanskrit', serif;
    }

    .logoname .hindi-line {
        margin-bottom: 0;
        font-size: .95em; 
    }

    .logoname .eng-name {
        font-size: 1.5em;
        margin: 0; 
    }

    .logoname .eng-line {
        font-size: .95em;
        margin-bottom: 0; 
    }

@media only screen and (max-width: 767px) {
    .hindi-line, .logoname .hindi-name, .eng-line, .image_design::after, .image_design::before {
        display: none;
    }
}

.swiper-slide {
    position: relative;
}

    .swiper-slide img {
        width: 100%;
    }

    .swiper-slide .img-caption {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        color: white;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        transform: translateY(-50%);
        background: rgba(97, 97, 97, 0.23);
    }

.innerbanner {
    min-height: 128px;
    background-image: url(../images/03.jpg);
    background-repeat: repeat;
    padding-top: 27px;
}
 
.minusmrgin {
    margin-top: -80px;
}
.margin10 {
    margin-bottom: 10px;
    margin-right: 10px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.newicon:after {
    animation: blinker 1s linear infinite;
    color: var(--bs-yellow) !important;
    content: url('../images/newicon.png');
    margin-left: 5px;
}

.breaking-news-ticker {
    background-color: #fff !important;
}

.bg-body-secondary {
    background-image: linear-gradient(#0f8bf9, #12537a 60%, #097fc7);
}
    .bg-body-secondary .nav-link {
        color: #fff;
    }
    .dropdown-menu li {
        position: relative;
    }

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

.pull-right {
    float: right !important;
}

.prev, .next {     
    margin-right: 2px; 
}

.news-item {
    padding: 4px 4px;
    margin: 0px;
    border-bottom: 1px dotted #555;
  
}

    .panel-footer {
    padding: 10px 15px;
    background-color: #ecf0f1;
    border-top: 1px solid #ecf0f1;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.top_button {
    bottom: 15px;
    color: #fff;
    display: none;
    font-size: 0;
    height: 36px;
    position: fixed;
    right: 15px;
    width: 36px;
    z-index: 999
}

    .top_button::before {
        background-color: #25aef5;
        content: "";
        font-family: "FontAwesome";
        font-size: 18px;
        padding: 8px 12px;
        position: absolute
    }

    .top_button:hover,
    .top_button:focus {
        color: #fff
    }
.card-img-top{
    height:280px !important;
}
footer {
    background: #231F40;
    color:#fff;
}
input[type="date"] {
    width:250px;
}
