@import url('../fonts/dsdigital.css');

@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

* {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    font-family: "Geist", sans-serif;
    background-color: white;
    color: #000;
	overflow-x: hidden;
}

body.dark-mode,
div.dark-mode,
.table.dark-mode {
    background-color: black;
    color: rgb(217, 255, 0) !important;
}

body.dark-mode .table{
    color: rgb(217, 255, 0) !important;
}
body.dark-mode a, body.dark-mode label, body.dark-mode select, body.dark-mode input{
    color: rgb(217, 255, 0) !important
}
body.dark-mode table.dataTable tbody tr {
    background-color: black;
    color: rgb(217, 255, 0) !important;
}

body.dark-mode .dataTables_wrapper .dataTables_length, body.dark-mode .dataTables_wrapper .dataTables_filter, body.dark-mode .dataTables_wrapper .dataTables_info, body.dark-mode .dataTables_wrapper .dataTables_processing, body.dark-mode .dataTables_wrapper .dataTables_paginate{
    color: rgb(217, 255, 0) !important
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
span {
    font-family: "Geist", sans-serif;
}

.col,
.col-auto {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
th {
    text-align: center;
}
.top-2 {
    position: relative;
    transition: all 0.6s ease;
    background: #fff;
    z-index: 1000;
}

.top-nav-controller {
    position: relative;
    transition: all 0.6s ease;
    background: #fff;
    z-index: 1000;
}

/* Sticky state - applied after 50px scroll */
.top-nav-controller.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 2px -2px gray;
    transition: top 0.6s ease, box-shadow 0.4s ease;/
}


header,
section,
footer {
    width: 100%;
    float: left;
}

.container {
    width: 95%;
    max-width: 100%;
}

.main-menu-more {
    display: none;
}

ul.navbar-nav,
ul.navbar-nav li.nav-item {
    position: relative;
}
.logo-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.logo {
    margin: 0 !important;
    padding: 0 !important;
	padding-bottom: 0 !important;
}
.logo-caption {
    width: 100%;
    margin: 0 !important;
    text-align: center;
}
.top-2 .container-fluid {
    padding: 0;
}
/* header section */

button.color-btn.white-btn:hover,
button.color-btn.black-btn:hover {
    color: #e65333;
}

ul.top-1-contact li button.font-default:hover,
ul.top-1-contact li button.font-large:hover,
ul.top-1-contact li button.font-small:hover {
    color: #e65333;
}

.col a:hover {
    color: #e65333;
    text-decoration: none;
}

i.fas.fa-search:hover {
    color: #e65333;
}

ul.top-1-contact li a:hover {
    color: #e65333;
}

.top-left li a:hover {
    color: #e65333;
}

select#lang_choice_1 {
    background-color: #e65333;
    color: #ffff;
}

.mainslider {
    padding: 18px 0;
    background: url(../images/sliderbannerimage.png) no-repeat center center, linear-gradient(to right, #ff8e50, #fda06e);
    background-size: cover;
    padding-top: 0px;
    width: 100%;
    float: left;
}

ul.language-switcher {
    float: left;
    margin: 0px;
    padding: 0px;
}

.search-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

button#search-toggle {
    background-color: transparent;
    height: 25px;
    width: 25px;
    line-height: 23px;
    border-radius: 20px;
    border: none;
}

.search-popup-content {

    margin: 15% auto;
    padding: 30px;

    width: 80%;
    max-width: 500px;
    position: relative;
    text-align: center;
}

.search-popup input[type="text"] {
    width: 80%;
    padding: 10px;
    font-size: 16px;
}

.search-popup .search-submit {
    padding: 10px 15px;
}
ul.navbar-nav li.nav-item.active a:before{
	background : none !important;
	color: #000 !important;
}
.navbar-light .navbar-nav .active>.nav-link{
	color: #fff !important;
}
.close-popup {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
}

h3.bgcol_black {
    background-color: black;
    font-size: 20px;
    padding: 3px 3px;
    color: white;
    margin-top: 13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

h3.bgcol {
    background-color: white;
    font-size: 20px;
    padding: 3px 3px;
    color: black;
    margin-top: 13px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.color-btn {
    padding: 2px 8px;
    font-size: 14px;
    border: none;
    transition: 0.3s;
    margin: 2px 0px;
}

/*.white-btn {
    background-color: white;
    color: black;
}

.black-btn {
    background-color: black !important;
    color: rgb(255, 234, 0) !important;
}*/

.color-btn:hover {
    opacity: 0.8;
}

.light-a {
    border: 1px solid black;
    color: #000;
    padding: 0px 6px 0px 6px;
    height: 25px;
    margin-top: 4px;
    cursor: pointer;
}

.dark-a {
    background-color: black;
    color: rgb(255, 255, 255);
    padding: 0px 7px 0px 7px;
    height: 25px;
    margin-top: 4px;
    cursor: pointer;
}

.light-a:hover,
.dark-a:hover {
    background-color: #f15929;
    color: white;
}



.navbar-light .navbar-toggler-icon {
/*     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); */
	background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 255, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e) !important;
}

/*End color changer for website  */
.top-1 {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    background: rgb(255, 229, 215);
    overflow-x: clip;
    overflow-y: visible;
}

.top1-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.announcement-top {
    float: left;
    position: relative;
    width: 550px;
    max-width: 100%;
}

.announcement-top h4 {
    margin: 0;
    background: linear-gradient(80deg, #bc4701, #e16921);
    display: inline-flex;
    height: 100%;
    font-size: 14px;
    padding: 5px 10px 5px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    align-items: center;
    color: white;
}

.top-1-left {
    float: left;
}

.top-left {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-content: center;
    height: 100%;
}

.top-left li a {
    color: #000;
    font-size: 14px;
}

.top-1-right {
    float: right;
}

h3.bgcol {
    background-color: white;
    font-size: 20px;
    padding: 0px 3px;
    color: black;
    margin-top: 13px;
}

h3.bgcol_black {
    background-color: black;
    font-size: 20px;
    padding: 0px 3px;
    color: white;
    margin-top: 13px;
}

ul.top-1-contact {
    padding: 0;
    margin: 0;
    display: flex;
}

.avs {
    color: white;
}

img.language_box {
    padding-top: 0;
    width: 80px;
}

ul.top-1-contact li a img {
    width: 20px;
    display: inline-block;
    padding-right: 6px;
    margin: 0;
}

ul.top-1-contact li {
    padding: 0;
    color: #ffffff;
}

ul.top-1-contact li button.font-default,
ul.top-1-contact li button.font-large,
ul.top-1-contact li button.font-small {
    padding: 0;
    background: no-repeat;
    box-shadow: none;
    border: none;
    color: #000000;
}

button.font-small {
    font-size: 12px;
}

button.font-default {
    font-size: 13px;
}

button.font-large {
    font-size: 14px;
}

ul.top-1-contact li h3 {
    margin: 0;
}

ul.top-1-contact li a {
    color: #000000;
    font-size: 13px;
    text-decoration: none;
}

marquee.latest-news a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    padding-top: 8px;
    position: relative;
    padding-right: 20px;
}

.top-2 {
    width: 100%;
    float: left;
}

.logo img {
    width: 70px;
    float: left;
}

.top-2.sticky .logo img {
    width: 50px;
    float: left;
}

.top-2.sticky .logo-caption {
    float: left;
    width: 80%;
    margin: 10px 0 0;
}


.logo-caption {
    float: left;
    width: 80%;
    margin: 20px 0 0;
}

a.link-btn {
    background: #6a3ff0;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #FFF;
}

.logo-right img {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.section-content h5.title {
    font-size: 15px;
}

.top-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}
.art{
	transform: scaleX(-1);
}
.logo-caption h1 {
    font-size: 24px;
    color: #363954;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    margin-bottom: 2px;
}

.logo-caption h4 {
    font-size: 24px;
    color: #e65333;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.lead_ouhs .row {
    background: #FFF;
    padding: 10px 0;
    border-radius: 10px;
}

.top-3 {
    width: 100%;
    float: left;
    position: relative;
    z-index: 9;
    background: rgba(23, 19, 55, 0.29);
}

.logo-right h4 {
    color: #ffd339;
    font-style: italic;
    position: relative;
    margin: 0;
}

.top-3 i.fa-solid.fa-magnifying-glass {
    color: #ffb739;
}

.logo-right h5 {
    color: #fff;
    position: relative;
    margin: 0;
}

/* Navigation Bar Styles */
.top-3 .nav-item .nav-link {
    color: white;
    text-transform: capitalize;

}

ul.navbar-nav li.nav-item .nav-link {
    color: #000;
    text-transform: capitalize;
    padding: 5px 12px;
    text-decoration: none;
    transition: background-color 0.3sease;
    white-space: nowrap;
    font-weight: 500;
}

.navbar.navbar-expand-lg {
    margin: 0;
    padding: 0;
}

.top-3 .nav-item .nav-link {
    border-bottom: 2px solid transparent;
}

.top-3 .nav-link.active,
.top-3 .nav-link:hover {
    border-bottom: 2px solid rgb(6 118 81);
    color: #FFF !important;
}

.textwidget.custom-html-widget {
    margin: 5px 0 0 4px;
}

/* Dropdown Menu Styling */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-nav .dropdown-menu {
    background-color: #fff;
    color: #000;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    top: 30px;
    left: 0;
    border-radius: 10px;
    padding: 0px;
}

.dropdown-menu .dropdown {
    position: relative;
}

.dropdown-menu .dropdown-menu {
    top: 0;
    /* Align child submenu with parent menu */
    left: 100%;
    /* Position child submenu to the right */
    margin-top: 0;
    margin-left: 0;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    opacity: 1;
}

.dropdown-item.dropdown-toggle::after {
    content: "▶";
    float: right;
    margin-left: 10px;
}

.dropdown-menu.show {
    display: block;
    opacity: 1;
}

.dropdown-menu .dropdown-menu .dropdown-item {
    white-space: nowrap;
}

.dropdown-item {
    color: #000;
    padding: 8px 15px;
    transition: background-color 0.3s ease;
}

.dropdown-item:hover {
    background-color: #e65333;
    color: #fff;
    border-radius: 5px;
}

.dropdown-item {
    color: white;
    color: #000000 !important;
}

ul.navbar-nav li.nav-item.active a:before {
    background-color: #d9ede6;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    border-radius: 20px;
}

ul.navbar-nav li.nav-item:hover a {
    color: #FFF;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #FFF;
}

ul.navbar-nav li.nav-item:hover ul li a:hover span {
    color: white;
}

ul.navbar-nav li.nav-item:hover ul li a:hover {
    color: #FFF;
}

ul.navbar-nav li.nav-item:hover ul li a::before {
    background: none;
}

.home-left-important-links h2 {
    font-size: 16px;
    color: #ffffff;
    background: #a93b00;
    margin-bottom: 5px !important;
    border-radius: 5px;
    padding-left: 10px;
}

@keyframes gradientAnimation {
    0% {
        background-position: 100% 0;
    }

    50% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 100% 0;
    }
}

.scroll-container {
    max-height: 386px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #ff9256 #ffffff;
}

.scroll-container::-webkit-scrollbar {
    width: 6px;
}

.scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scroll-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.home-left-important-links h2 i {
    background-size: 400% 400%;
    animation: gradientAnimation 5s ease infinite;
    animation: blink-star 1s steps(5, start) infinite;
    -webkit-animation: blink-star 1s steps(5, start) infinite;
    color: #ffc963;
    font-size: 13px;
    margin: 0 15px 0 0;
}

@keyframes blink-star {
    to {
        visibility: hidden
    }
}

.scroll-container ul {
    padding: 0;
    margin: 0;
}

.important_leftside {
    width: 100%;
    margin: 0;
}

.scroll-container ul li {
    background-color: #ffffff;
    margin: 0 0 5px 0;
    border-radius: 6px;
}

.scroll-container ul li a {
    color: #000000;
    padding: 10px;
    display: block;
    text-decoration: none;
    font-size: 14px;
}

.scroll-container ul li a:hover {
    background: #F39E86;
    color: #000044;
    border-radius: 6px;
}

ul.top-1-contact li.fb a {
    color: #000000;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    text-align: center;
    font-size: 17px;
    line-height: 26px;
}

ul.top-1-contact li.tw a {
    color: #000000;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    text-align: center;
    font-size: 17px;
    line-height: 26px;
}

ul.top-1-contact li.insta a {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433", endColorstr="#bc1888", GradientType=1);
    color: #000000;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    text-align: center;
    font-size: 17px;
    line-height: 26px;
}

ul.top-1-contact li.link a {
    color: #000000;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    text-align: center;
    font-size: 17px;
    line-height: 26px;
}

.scroll-container ul li.sub-menu ul {
    display: inline-block;
    width: 100%;
}

.scroll-container ul li.sub-menu ul li {
    margin: 2px 0 3px 0;
    border-bottom: 1px solid #FFF;
    background: #C1CDEC;
}

.scroll-container ul li.sub-menu ul li a {
    color: #000044;
    text-decoration: none;
}

.scroll-container ul li.sub-menu ul li a:hover {
    background: #dcdcdc;
    color: #000;
}

.sub-menu .right {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right;
}

/* Additional Responsive Styling */
@media (max-width: 768px) {
    .nav-item {
        margin-right: 0;
    }

    .dropdown-menu {
        position: static;
        box-shadow: none;
        background-color: #6a3ff0;
    }

    .dropdown-item {
        color: white;
        color: #000000 !important;
    }

    .dropdown-item:hover {
        background-color: #2f3c6a;
        color: #ffffff !important;
    }


}

/* slider section */
.lead_ouhs .row {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.lead_ouhs .row:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

section.slider {
    position: relative;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}

.slider-image {
    position: relative;
    /* height: 100vh; */
    overflow: hidden;
}

/* section about us */
section.about {
    padding-bottom: 60px;
    background-color: #112c72;
    background-image: url('../images/bg-left.png'), url('../images/bg-right.png');
    background-repeat: no-repeat;
    background-position: left bottom, right bottom;
    margin-top: -1px;
}

section.slider .slider-caption .col-md-12 {
    max-width: 1000px;
}

section.slider .slider-caption {
    position: absolute;
    color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    padding: 0;
    display: none;
}

.pe-0 {
    padding: 0;
}

.ps-3 {
    padding-left: 1rem !important;
}

/*.slider-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
	background: linear-gradient(to right, #192561, rgba(23, 19, 55, 0.29));
}*/

.slider-caption h2 {
    font-size: 55px;
    color: white;
    line-height: 65px;
    margin: 0;
    text-shadow: 0px 4px 3px black;
    font-weight: 600;
}

.slider-caption h4 {
    color: #FFF;
    text-transform: uppercase;
    border-bottom: 3px solid rgb(6 118 81);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: normal;
}

.slider-caption p {
    color: #FFF;
    font-size: 18px;
}

.slider-caption h2 span {
    color: #ffb739;
}

.wrapper-box {
    /* background-color: #fff; */
    padding: 0 40px;
    border-radius: 60px;
    padding-bottom: 61px;
    background-image: url('../images/bg-shape-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: bottom;
    text-align: justify;
}


a.visit-link {
    position: absolute;
    right: 100px;
    bottom: 5px;
    font-size: 29px;
    color: #ffc000;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    ;
}

a.visit-link i.fa-solid.fa-play {
    padding-left: 10px;
}

.top-links ul li {
    /* flex-grow: 1;*/
    width: 20%;
}

.top-links ul {
    display: flex;
    text-align: center;
    padding: 0;
    margin: 0;
}

.top-links ul li figure {
    background: #112c72;
    width: 100px;
    height: 100px;
    border-radius: 69px;
    text-align: center;
    padding: 14px 0;
    margin: auto;
    margin-bottom: 10px;
}

.top-links ul li figure img {
    padding: 5px 19px 0px 20px;
}

.top-links ul li p {
    text-transform: uppercase;
    font-weight: 600;
}

.top-links {
    padding-top: 20px;
    border-bottom: 1px solid #9c9c9c;
}

.about-img {
    position: relative;
    padding: 0 116px 40px 0;
}


figure.fig2 {
    width: 320px !important;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 263px;
    border-radius: 0px;
    padding: 0 0px 15px 0;
}

.about-img img {
    width: 100%;
    box-shadow: 0 0 16px 0 #979797;
}

.heading-home p {
    margin: 0;
    color: #ffb739;
    font-weight: 600;
    font-size: 16px;
}

.about-data p {
    max-height: 240px;
    overflow: hidden;
    line-height: 24px;
}

.heading-home h2 {
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}

.home-btn,
.slider-btn a {
    padding: 10px 25px;
    color: #ffffff;
    border-radius: 24px;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    display: inline-block;
    background: linear-gradient(to right, #067c51, #06534f);
}

.home-btn:hover,
.slider-btn a:hover {
    color: white;
}

.slider-btn {
    margin-top: 50px;
}

.top-1-contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-bar {
    /* margin-left: auto; */
    margin-right: 20px;
}

.search-form {
    display: flex;
    align-items: center;
    gap: 5px;
}

.search-field {
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    width: 150px;
    /* Adjust width as needed */
}

.search-submit {
    background-color: #0073aa;
    border: none;
    color: #fff;
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 4px;
}

.search-submit:hover {
    background-color: #005c8a;
}

/* Marquee section */

.latestnews {
    float: left;
    width: 100%;
    background: linear-gradient(#ff4700, #8b1900);
}

.latestnewsbx h5 {
    float: right;
    color: #fff;
    padding: 11px 0px 0px 0px;
    font-weight: 400;
}

.latestnewssrl {
    border-top: 1px solid #e65333;
    border-bottom: 1px solid #e65333;
    border-left: 0;
    border-right: 0;
    background: #ffffff;
    padding: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.latestnewsbx {
    position: relative;
}

.latestnewsbx h5:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #d83800;
    position: absolute;
    right: -39px;
    top: 15px;
    z-index: 9;
}

.latestnewssrl a {
    color: #800c0c;
    padding-right: 50px;
    text-decoration: none;
}


.dapc_department .card .card-body img {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    width: 80px;
}

/* Marquee Section End */
/* Officers section  */
.col h4 {
    font-size: 15px;
}

.col a {
    color: #1f2962;
    font-weight: 600;
}

h4.mb-1 {
    color: #000;
}

.col-auto img {
    border: 1px dashed #dd4f27;
    padding: 5px;
}

.person-card {
    /*border-left: 1px solid #4caf50;*/
    width: 100%;
}

.person-card {
    background: #f1f1f1;
    margin: 0 0 10px 0;
    padding: 10px;
    align-items: center;
}

.officers_part {
    padding: 50px 0;
    background-color: #f5f5f5;
    background-size: 55%, cover;
    background: linear-gradient(#F0EFFF, #F5FEFF);
}

button.btn.btn-info.btn-sm.mt-2 {
    background-color: #252e67;
    border-radius: 13px;
}

.cm_majhi a {
    color: #1f2962;
}

.miniser_details {
    padding: 0;
    display: flex;
}

.person-card img {
    width: 116px !important;
    border-radius: 50%;
    border: 2px dashed #4caf50;
    padding: 5px;
}

.person-card h3 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.person-card p {
    font-size: 16px;
    color: #141414;
}

.ascc p {
    color: #d9d7d7;
    font-size: 14px;
}

.project-tab #tabs {
    background: #007b5e;
    color: #eee;
}

.project-tab #tabs h6.section-title {
    color: #eee;
}

.project-tab #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom: 3px solid #e65333 !important;
    color: #e65333;
    border-color: transparent;
}

.project-tab .nav-link {}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    color: black;
}

.project-tab thead {
    background: #f3f3f3;
    color: #333;
}

.project-tab a {
    text-decoration: none;
    color: #FFF;
    font-weight: 600;
}


.gallery .tab-content {
    border: none;
    padding-top: 10px;
    line-height: inherit;
    background: none;
    height: auto;
    padding: 0;
}

.nav-tabs {
    border-bottom: none;
}

div#nav-tab {
    color: #000000;
    font-size: 16px;
}

.nav-tabs .nav-link-face {
    background-color: #2A46A4;
    color: white;
    border: none;
    margin-right: 2px;
    border-radius: 5px 5px 0px 0px;
    padding: 10px 20px;
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

ul.navbar-nav li.nav-item:hover a:before {
    background: linear-gradient(29deg, #e65333, #e65333);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 20px;
    width: 100%;
    z-index: -1;
}

ul.navbar-nav li.menu-item-has-children .dropdown-menu li.menu-item-has-children>a::after {
    content: " ▶";
    font-size: 10px;
    margin-left: 5px;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
}

ul.navbar-nav li.menu-item-has-children:hover>a::after {
    transform: rotate(0deg);
}

ul.navbar-nav li.menu-item-has-children .dropdown-menu li.menu-item-has-children:hover>a::after {
    transform: rotate(90deg);
}
.social-icon{
	width: 20px;
	height:20px;
	margin-right:7px;
}
.nav-tabs .nav-link-face2 {
    color: white;
    background: #1DA1F2;
}
.nav-tabs .nav-link-face3 {
    color: white;
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}
.nav-tabs .nav-link-face.active {
    background-color: #2a46a4;
    color: white;
    font-size: 14px;
}

.nav-tabs .nav-link-face:hover {
    color: white;
    background: #000;
}

.project-tab .nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border-bottom: 1px solid #e65333;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

img.facebook_twitter {
    width: 100%;
}

div#photo-unique {
    border: 1px solid #d7d7d7;
}

.tab-content {
    height: auto;
    line-height: 1.4;
    transition: 0.5s;
    width: 100%;
    float: left;
    padding: 20px 0px;
}

.scrollbar {
    margin-left: 0;
    float: left;
    height: 330px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 0;
    overflow-x: hidden;
}

/* Hide the submenu expand button */
ul.navbar-nav li#menu-item-1959 a.nav-link {
    background: linear-gradient(180deg, #e65333, #dc3545);
    color: #ffffff !important;
    font-weight: 400;
    animation: blinkEffect 1s infinite alternate;
    width: 100%;
    border-radius: 20px;
    font-size: 14px;
    padding: 6px 25px;
}

ul.navbar-nav li#menu-item-1959 a.nav-link:before {
    background: linear-gradient(180deg, #e65333, #dc3545);
    color: #ffffff !important;
    font-weight: 400;
    animation: blinkEffect 1s infinite alternate;
    width: 100%;
}

ul.navbar-nav li#menu-item-2095 a.nav-link {
    background: linear-gradient(180deg, #098165, #8233E2);
    color: #ffffff !important;
    font-weight: 400;
    animation: blinkEffect 1s infinite alternate;
    width: 100%;
    border-radius: 20px;
    font-size: 14px;
    padding: 6px 25px;
}

ul.navbar-nav li#menu-item-2095 a.nav-link:before {
    background: linear-gradient(180deg, #098165, #8233E2);
    color: #ffffff !important;
    font-weight: 400;
    animation: blinkEffect 1s infinite alternate;
    width: 100%;
}

@keyframes blinkEffect {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}

.submenu-expand {
    display: none !important;
}

.submenu-expand svg {
    display: none !important;
}

.menu-item-link-return {
    display: none !important;
}

.menu-item-link-return svg {
    display: none !important;
}

.bg-light {
    background: none !important;
}

.date_box_mn_tender {
    display: block;
    margin-bottom: 10px;
    background: #ffffff;
    padding: 10px 15px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #E9DCEE;
}


.dt-hb {
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    width: auto;
    display: inline-block;
}

.date_box_mnp_tender {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #303030;
    display: block;
    margin-top: 5px;
    width: auto;
    word-wrap: break-word;
    text-align: left;
}

.view_al_notice_btn {
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 5px;
    outline: none !important;
    cursor: pointer;
    float: right;
    margin: 10px 0 0;
    background-color: #ff9156;
}

.view_al_notice_btn:hover {
    background-color: #e65333 !important;
}

.cdf {
    padding: 12px 30px;
    border-radius: 3px;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    position: absolute;
    right: 25px;
    top: 0px;
    background: #ff9156;
    text-decoration: none;
}

.cdf:hover {
    color: #fff;
    background-color: #e65333;
    text-decoration: none;
}
/* important links section start  */
.scroll-container nav ul li {
  position: relative !important;
}
.scroll-container nav ul li.sub-menu > ul {
  display: none;
  position: absolute;
  top: 100%;  /* place submenu right below the parent li */
  left: 0;
  background: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  margin: 0;
  padding: 0;
  z-index: 1000;
  min-width: 180px; /* optional, adjust as needed */
}

.scroll-container nav ul li.sub-menu:hover > ul {
  display: block !important;
}

.scroll-container nav ul li.sub-menu > ul li {
  list-style: none;
  white-space: nowrap !important;
}

.scroll-container nav ul li.sub-menu > ul li:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

.scroll-container nav ul li.sub-menu > ul li a {
  display: block;
  color: #333;
  text-decoration: none;
}

/* important link section end  */
/* calender  */
.wrapper {
    margin: 15px auto;
    max-width: 1100px;
}

.container-calendar {
    background: #ffffff;
    padding: 0px;
    max-width: 100%;
    margin: 0 auto;
    overflow: auto;
}

.button-container-calendar button {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #ff9156;
    color: #fff;
    border: 1px solid #ff9156;
    border-radius: 4px;
    padding: 5px 10px;
}

.table-calendar {
    border-collapse: collapse;
    width: 100%;
}

.table-calendar td,
.table-calendar th {
    padding: 10px;
    border: 1px solid #c9c9c9;
    text-align: center;
    vertical-align: top;
}

td.current-day {
    background-color: #ff9156;
    color: white;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.date-picker.selected {
    font-weight: bold;
    outline: 1px dashed #00BCD4;
}

.date-picker.selected span {
    border-bottom: 2px solid currentColor;
}

/* sunday */
.date-picker:nth-child(1) {
    color: red;
}

/* friday */
.date-picker:nth-child(6) {
    color: green;
}

#monthAndYear {
    text-align: center;
    margin-top: 0;
    color: #ffffff;
    font-weight: 600;
    background: #ff9156;
    padding: 7px 0px;
    margin-bottom: 10px;
}

.calendar {
    display: flex;
    color: #fff;
    background: #fa7b37;
    padding: 10px 50px;
    text-align: center;
    justify-content: center;
}

.button-container-calendar {
    position: relative;
    margin-bottom: 1em;
    overflow: hidden;
    clear: both;
}

#previous {
    float: left;
}

#next {
    float: right;
}

.footer-container-calendar {
    margin-top: 1em;
    border-top: 1px solid #dadada;
    padding: 10px 0;
    padding-bottom:0px;
}

.footer-container-calendar select {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #ffffff;
    color: #585858;
    border: 1px solid #bfc5c5;
    border-radius: 3px;
    padding: 5px 1em;
}

/* Calender End */
/* Demo */
.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.dapc_department .owl-dots {
    display: none;
}

.dapc_department .card-body img {
    width: 73px;
    text-align: center;
    margin: 0 auto;
}

.dapc_department h5 {
    color: white;
}

.item {
    width: 100%;
    padding: 0 30px 0 0;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}

/* Demo end */
/* Officers section  */
#footer_down p.orange {
    color: #f15929;
    letter-spacing: 1px;
}

/*Department Section */
.card {
    width: 100%;
    --bs-card-border-color: none;
    position: relative;
    box-shadow: 0 0 7px #dcdcdc;
    border-radius: 20px;
}

/* Transition for the card body content */
.card-body {
    margin: 0;
    text-align: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 10;
    width: 100%;
}

/* Hover effect for the card body */
.card:hover .card-body {
    transform: translateY(-10px);
    /* Moves content slightly upward */
    opacity: 1;
    /* Ensures content is fully visible */
}

/* Title hover effect */
h5.card-title {
    margin: 0 auto;
    text-align: center;
    padding: 20px 10px 10px 10px;
    color: black;
    transition: color 0.3s ease;
    font-size: 15px;
}

.card:hover h5.card-title {
    color: #3c2b5b;
    /* Changes color on hover */
}

.col-md-5.p-0.section-one a {
    text-decoration: none;
}

// Design Slider
.slider,
.slide {
    @media (min-width: 992px) {
        height: 80vh;
    }
}

.slide {
    position: relative;

    .slide__img {
        @media (min-width: 992px) {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
        }

        width: 100%;
        height: auto;
        overflow: hidden;

        img {
            max-width: 100%;
            height: auto;
            opacity: 1 !important;
            animation-duration: 3s;
            transition: all 1s ease;
        }
    }

    .slide__content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        &.slide__content__left {
            left: 15%;
            transform: translate(-15%, -50%);
        }

        &.slide__content__right {
            right: 15%;
            left: auto;
            transform: translate(5%, -50%);
        }

        &--headings {
            color: #FFF;

            h2 {
                font-size: 4.5rem;
                margin: 10px 0;
            }

            .animated {
                transition: all .5s ease;
            }

            .top-title {
                font-family: $playball;
                font-size: 2.5rem;
            }

            .title {
                font-size: 3.5rem;
            }

            .button-custom {
                text-decoration: none;
                color: #333;
                padding: 1.2rem 2.5rem;
                font-size: 1.5rem;
            }

        }
    }
}

.content-area {
    width: 100%;
    float: left;
}

// Change animation presets
.slider [data-animation-in] {
    opacity: 0;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

// Dots
.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;

    li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;

        button {
            border: 0;
            display: block;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            cursor: pointer;
            transition: all .3s ease;

            &:hover,
            &:focus {
                outline: none;
            }
        }
    }
}

.simple-dots {
    .slick-dots {
        li {
            width: $slick-dot-width;
            height: $slick-dot-height;

            button {
                border-radius: 50%;
                background-color: $slick-dot-color;
                opacity: $slick-opacity-not-active;
                width: $slick-dot-width;
                height: $slick-dot-height;

                &:hover,
                &:focus {
                    opacity: $slick-opacity-on-hover;
                }
            }

            &.slick-active button {
                color: $slick-dot-color-active;
                opacity: $slick-opacity-default;
            }
        }
    }
}

.stick-dots {
    .slick-dots {
        li {
            height: 3px;
            width: 50px;

            button {
                position: relative;
                background-color: $slick-dot-color;
                opacity: $slick-opacity-not-active;
                width: 50px;
                height: 3px;
                padding: 0;

                &:hover,
                &:focus {
                    opacity: $slick-opacity-on-hover;
                }
            }

            &.slick-active button {
                color: $slick-dot-color-active;
                opacity: $slick-opacity-default;

                &:hover,
                &:focus {
                    opacity: $slick-opacity-on-hover;
                }
            }
        }
    }
}

/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

.zoomInImage {
    animation-name: zoomInImage;
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.zoomOutImage {
    animation-name: zoomOutImage;
}


.slick-nav {
    --active: #fff;
    --border: rgba(255, 255, 255, .12);
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 44px);

    &.prev-arrow {
        left: 3%;
        transform: scaleX(-1);
        z-index: 999;
    }

    &.next-arrow {
        left: auto;
        right: 3%;
    }

    i {
        display: block;
        position: absolute;
        margin: -10px 0 0 -10px;
        width: 20px;
        height: 20px;
        left: 50%;
        top: 50%;

        &:before,
        &:after {
            content: '';
            width: 10px;
            height: 2px;
            border-radius: 1px;
            position: absolute;
            left: 50%;
            top: 50%;
            background: var(--active);
            margin: -1px 0 0 -5px;
            display: block;
            transform-origin: 9px 50%;
        }

        &:before {
            transform: rotate(-40deg);
        }

        &:after {
            transform: rotate(40deg);
        }
    }

    &:before,
    &:after {
        content: '';
        display: block;
        position: absolute;
        left: 1px;
        right: 1px;
        top: 1px;
        bottom: 1px;
        border-radius: 50%;
        border: 2px solid var(--border);
    }

    svg {
        width: 44px;
        height: 44px;
        display: block;
        position: relative;
        z-index: 1;
        color: var(--active);
        stroke-width: 2px;
        stroke-dashoffset: 126;
        stroke-dasharray: 126 126 0;
        transform: rotate(0deg);
    }

    &.animate {
        svg {
            animation: stroke 1s ease forwards .3s;
        }

        i {
            animation: arrow 1.6s ease forwards;

            &:before {
                animation: arrowUp 1.6s ease forwards;
            }

            &:after {
                animation: arrowDown 1.6s ease forwards;
            }
        }
    }
}

@keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }

    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }

    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@keyframes arrow {

    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }

    23% {
        transform: translateX(17px);
        opacity: 1;
    }

    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }

    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@keyframes arrowUp {

    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(.1);
    }
}

@keyframes arrowDown {

    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(.1);
    }
}

/*Department Section End */
/* Event Slider Section */
.news_event_title {
    font-size: 22px;
    font-weight: 600;
    color: black;
}

section.event_news {
    padding: 50px 0;
}

span.line_bordpublichealth {
    width: 100px;
    height: 4px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #e65333;
    display: block;
    margin-bottom: 30px;
}

.title_of_event {
    padding: 15px;
    color: black;
}

.title_of_event h5 {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
}

.title_of_event p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #2e2e2e;
    margin: 0;
    line-height: 19px;
}

.title_of_event p a {
    color: #e65333;
}

.view-all-link_event {
    padding: 8px 30px;
    color: white;
    display: inline-block;
    background: linear-gradient(77deg, #e65333, #ff9156, #f76c22);
    background-size: 300% 300%;
    background-position: left center;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background-position 0.5s ease;
}

.view-all-link_event:hover {
    background-position: right center;
    transform: translateY(-2px);
    color: #fff;
    text-decoration: none;
}

.view-all-link {
    padding: 8px 30px;
    color: white;
    display: inline-block;
    background: linear-gradient(77deg, #e65333, #ff9156, #f76c22) !important;
    background-size: 300% 300%;
    background-position: left center;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background-position 0.5s ease;
}

.view-all-link:hover {
    background-position: right center;
    transform: translateY(-2px);
}

.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Slider Wrapper */
.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

/* Slider Item */
.slider-item {
    flex: 0 0 100%;
    position: relative;
    border: 1px solid #d5d5d5;
    min-height: 380px;
}

.slider-item figure {
    width: 100%;
    height: 230px;
    position: relative;
    margin: 0;
}

/* Image */
.event-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-bottom: 3px solid #ff9156;
}

/* Date */
.event-date {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 8px 20px;
    border-radius: 0;
    font-size: 16px;
    background: #ff9156;
    margin-bottom: 2px;
    text-align: center;
}

.event-date span {
    font-size: 20px;
    font-weight: bold;
}

/* Navigation Arrows */
.slider-arrow {
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    font-size: 18px;
}

.left-arrow {
    left: 0px;
}

.right-arrow {
    right: 0px;
}

.slider-arrow:hover {
    background: rgba(0, 0, 0, 0.8);
}

.view_all_event {
    padding-top: 23px;
}

.view-all-link {
    padding: 8px 30px;
    color: white;
    display: inline-block;
    background: linear-gradient(77deg, #098165, #6853DD, #098165);
    background-size: 300% 300%;
    background-position: left center;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background-position 0.5s ease;
    /* Add this for animated background */
}

.view-all-link:hover {
    background-position: right center;
    /* Animate gradient position */
    transform: translateY(-2px);
}

/* End Event Slider Section */
/* Start Research & Publication Section*/
.view-all-link:hover {
    color: #fff;
    text-decoration: none;
}

.college_details_affi {
    margin: 2% 0 0 0;
}

.scholars_box::before {
    background: #3c2b5b;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 100%;
    border-radius: 5px;
}

.scholars_box {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.scholars_section {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 17px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.scholars_box h5 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.scholars_box span {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.section-title {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

/* Basic Slider Styling */
/* Basic Slider Styling */
.row.align-items-center.mb-3.aos-init.aos-animate .col-auto {
    margin: 0px;
    padding: 0px;
}

.slider-image .d-block.w-100 {
    border-radius: 10px;
}

img.d-block.w-100 {
    max-height: 425px;
}

slick-slide img {
    border-radius: 20px;
}

.publication_photo {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.slider-wrapper-publication {
    display: flex;
    transition: transform 0.5s ease;
    min-height: 372px;
}

.slider-item-publication {
    min-width: 100%;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    min-height: 380px;
}

.slider-item-publication figure {
    width: 100%;
    height: 230px;
    margin: 0;
    position: relative;
}

.event-img-publication {
    width: 100%;
    height: 100%;
    border-bottom: 3px solid #038E3C;
}

.title_of_publication {
    padding: 15px;
    color: #000000;
}

.title_of_publication h5 {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
}

.title_of_publication p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #2e2e2e;
    margin: 0;
    line-height: 22px;
}

.slider-arrow-publication {
    position: absolute;
    top: 33%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 1;
}

.left-arroww {
    left: 10px;
}

.right-arroww {
    right: 10px;
}

.view-all-link-publication {
    color: #ffcc00;
}

section.dapc_department {
    padding: 15px 0;
    width: 100%;
    float: left;
    position: relative;
}

/* End Research & Publication Section*/
/* Start At a Glance Section*/
.card-body.text-center {
    position: relative;
    background: linear-gradient(0deg, #f1c19f, #ffebd9);
    height: 201px;
    margin: 0 0 25px 0;
    border-radius: 10px;
    padding: 37px 0 0 0;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 10%);
    overflow: hidden;
    z-index: 1;
}

.card-body.text-center:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/sport.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
    border-radius: 10px;
}
.card-body.text-center:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/spor.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
    border-radius: 10px;
}
.card-body.text-center:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('http://192.168.0.50/ouhs_wp/wp-content/uploads/2025/06/e-lib.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
    border-radius: 10px;
}
.card-body.text-center:nth-child(4)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/spor.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
    border-radius: 10px;
}
.card-body.text-center:nth-child(5)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/spor.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
    border-radius: 10px;
}
.card-body.text-center:nth-child(6)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/spor.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
    border-radius: 10px;
}

.card-body.text-center:hover {
    transform: scale(1.05);
    background: linear-gradient(0deg, #e65333, #dc3545);
}
/* 
.card-body.text-center:hover {
    transform: scale(1.05);
    background: linear-gradient(0deg, #dc3545, #e65333);
} */

.card-body.text-center:hover::before {
    opacity: 0.3;
}

.card-body.text-center:hover h5 {
    color: #fff;
    position: relative;
    z-index: 111;
    opacity: 1;
}

.card-body.text-center:hover img {
    position: relative;
    z-index: 111;
    filter: brightness(0) invert(1);
}

.card-body.text-center img {
    max-width: 42%;
	filter: brightness(0) saturate(100%) sepia(100%) hue-rotate(-20deg) saturate(600%) brightness(1.2);
}

.ascc {
    position: relative;
    background-color: rgba(68, 64, 94, 1);
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    padding: 10px;
    width: 200px;
}

.ascc:hover {
    background-color: rgba(100, 100, 150, 1);
    transform: scale(1.05);
}

.ascc:hover .under_student {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.iconbase {
    width: 100%;
    float: left;
    padding: 50px 0 0;
    background: #d2d2d2 url(../images/ataglancebanner.png) bottom center fixed no-repeat;
    background-size: cover;
    text-align: center;
}

.line_bordglance {
    width: 100px;
    height: 4px;
    border-radius: 10px;
    background: #ffffff;
    display: block;
    margin: -11px auto 0;
}

.five-columns {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(5, 1fr);
    padding: 34px 0;
    margin: 0 auto;
}

.five-columns>div {
    text-align: center;
}

h3.glance_title {
    color: white;
    font-size: 28px;
    line-height: 42px;
}

.column_glance {
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 147px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 147px;
}

.content_below {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin: 11px 0 0 0;
    display: inline-block;
}

/* END At a Glance Section*/
/* chancellor section */
section.chancellor {
    padding: 60px 0;
    background-color: #4f8ab7;
    background-image: url('../images/bg.png'), url('../images/bg-chan.png');
    background-repeat: no-repeat;
    background-position: left, right bottom;
}

section.chancellor ul.nav.nav-tabs,
section.chancellor .nav-item,
section.chancellor .nav-tabs,
section.chancellor .nav-link {
    border: none;
}

section.chancellor .nav-link {
    font-size: 21px;
    color: white;
    width: 25%;
}

section.chancellor .nav-link {
    border-bottom: 2px solid #cdc9c9;
}

section.chancellor .nav-link.active {
    background: unset !important;
    color: white !important;
    position: relative;
    border-bottom: 2px solid #ffb739 !important;
}

section.chancellor .nav-link.active:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 15px solid #ffb739;
    top: 48px;
    left: 42%;
}

section.chancellor .tab-content figure {
    position: relative;
    background-color: #567591;
    border-radius: 20px;
    margin: 0;
    height: 320px;
    display: flex;
}

section.chancellor .tab-content figure img {
    border-radius: 20px;
    box-shadow: 0 0 10px #00000063;
    width: 100%;
    object-fit: contain;
    height: 100%;
    object-position: top;
    border: 1px solid white;
}

section.chancellor figcaption {
    background-color: white;
    color: black;
    padding: 10px 10px 10px 15px;
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

section.chancellor .profile {
    position: relative;
}

section.chancellor figcaption h5:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 18px;
    background-color: #ffb739;
    left: -5px;
    top: 0px;
}

section.chancellor figcaption h5,
figcaption p {
    margin: 0;
    position: relative;
}

section.chancellor .profile-content {
    line-height: 30px;
    max-width: 600px;
}


/* department section */
div.department {
    padding-top: 60px;
    background-color: #eee49e;
    z-index: 1;
    position: relative;
    padding-bottom: 30px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

div.department:before {
    content: '';
    position: absolute;
    left: 0;
    height: 69%;
    width: 51%;
    background: #eee49e;
    transform: skew(0deg, 2deg);
    bottom: 24px;
    z-index: -1;
    border-bottom-right-radius: 0;
}

div.department:after {
    content: '';
    position: absolute;
    /* top: 0; */
    right: 0;
    height: 69%;
    width: 51%;
    background: #eee49e;
    transform: skew(0deg, -2deg);
    bottom: 24px;
    z-index: -1;
}

.department-lists {
    display: flex;
    align-items: center;
}

.dept-icon figure {
    width: 50px;
    height: 50px;
    background-color: #ffb739;
    border-radius: 50%;
    padding: 10px;
}

.dept-data {
    margin-left: 20px;
    color: black;
}

.dept-data h5 {
    font-size: 23px;
    color: #d66000;
    font-weight: 400;
}

.dept-data a {
    color: #882121;
}


div.facilities {
    background-image: url('../images/bigger-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 104px;
    z-index: 0;
    position: relative;
    padding-bottom: 60px;
    margin-top: -44px;
}

div.facilities:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000008;
    z-index: -1;
}

div#nav-tabContentFacility {
    padding: 20px;
    color: black;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 #bcbcbc;
    border-radius: 0 0 15px 15px;
}

div.facilities ul.nav.nav-tabs,
div.facilities .nav-item,
div.facilities .nav-tabs,
div.facilities .nav-link {
    border: none;
}

.facility-tab .nav-link {
    margin: 0 10px 3px;
    color: black;
    font-weight: 500;
    background-color: white;
    border-radius: unset;
    padding: 25px 0;
}

.facility-tab .nav-link:last-child {
    margin-right: 0;
}

.facility-tab .nav-link:first-child {
    margin-left: 0;
}

.facility-details h5 {
    color: #6d6d6d;
    border-bottom: 1px solid #d0d0d0;
}

.inner-facility {
    padding-bottom: 20px;
}

.wrapper-facility {
    width: 50%;
    float: left;
    padding-right: 30px;
    line-height: 25px;
}

.wrapper-facility h6 {
    color: #d66000;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.wrapper-facility h5 {
    font-size: 16px;
    color: #6d6d6d;
    border-bottom: 1px solid gainsboro;
}

.wrapper-facility ul {
    padding: 0;
}

.image-facility {
    position: relative;
}

.image-facility figure.fig-2nd {
    width: 240px !important;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 194px;
    border-radius: 0px;
}

.image-facility figure img {
    width: 100%;
    border-radius: 5px;
}

.image-facility {
    position: relative;
    padding: 0 116px 60px 0;
}

.facility-tab .nav-link figure {
    width: 50px;
    margin: 0 auto 10px;
}

.facility-tab .nav-link.active {
    background: #d66000;
    color: white;
}

.facility-tab .nav-link.active figure img {
    filter: contrast(0%) brightness(2);
}

.facility-tab .nav-link:hover figure img {
    filter: contrast(0%) brightness(2);
    opacity: 0.5;
}

/* Odisha Map Section Start*/

/*---------------------------
	Map section
----------------------------*/
.warehouse_map {
    padding: 50px 0;
    background: url(../images/mapbackground.png) no-repeat center center, linear-gradient(to right, #ffbf88, #f19867);
    background-size: cover;
    border-radius: 40px 40px 0px 0px;
}

.warehouse_map .section-title {
    padding-top: 20px;
}

#myCarousel {
    position: relative;
    margin: 0 55px 0 33px;
}

.objects {
    position: relative;
}

#warehouse_1,
#warehouse_2,
#warehouse_3,
#warehouse_4,
#warehouse_5,
#warehouse_6,
#warehouse_7,
#warehouse_8,
#warehouse_9,
#warehouse_10,
#warehouse_11,
#warehouse_12,
#warehouse_13,
#warehouse_14,
#warehouse_15,
#warehouse_16,
#warehouse_17,
#warehouse_18,
#warehouse_19,
#warehouse_20,
#warehouse_21,
#warehouse_22,
#warehouse_23,
#warehouse_24,
#warehouse_25,
#warehouse_26,
#warehouse_27,
#warehouse_28,
#warehouse_29,
#warehouse_30 {
    fill: #0B096A;
    stroke: white;
    stroke-width: 0.5;
    stroke-miterlimit: 10;

}

#warehouse_1:hover,
#warehouse_2:hover,
#warehouse_3:hover,
#warehouse_4:hover,
#warehouse_5:hover,
#warehouse_6:hover,
#warehouse_7:hover,
#warehouse_8:hover,
#warehouse_9:hover,
#warehouse_10:hover,
#warehouse_11:hover,
#warehouse_12:hover,
#warehouse_13:hover,
#warehouse_14:hover,
#warehouse_15:hover,
#warehouse_16:hover,
#warehouse_17:hover,
#warehouse_18:hover,
#warehouse_19:hover,
#warehouse_20:hover,
#warehouse_21:hover,
#warehouse_22:hover,
#warehouse_23:hover,
#warehouse_24:hover,
#warehouse_25:hover,
#warehouse_26:hover,
#warehouse_27:hover,
#warehouse_28:hover,
#warehouse_29:hover,
#warehouse_30:hover {
    fill: red;
    stroke: DodgerBlue;
    stroke-width: 0.8;
    stroke-miterlimit: 10;
}

.object-label-ken,
.object-label-jhar,
.object-label-sam,
.object-label-bhad,
.object-label-debg,
.object-label-bargarh,
.object-label-subarn,
.object-label-anug,
.object-label-dhen,
.object-label-jagat,
.object-label-naya,
.object-label-subarna,
.object-label-bou,
.object-label-nuap,
.object-label-nabar,
.object-label-malikan,
.object-label-gajapat,
.object-label-rayag,
.object-label-kandh {
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #000000;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.object-label {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/medical-symbol.png);
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    left: 68%;
    top: 21%;
}

.sambalpur {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: -12px;
    margin-top: -43px;
    font-weight: 600;
    transform: rotate(296deg);
    transform-origin: center;
}

.jharsuguda {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: 2px;
    margin-top: -23px;
    font-weight: 600;
    transform: rotate(320deg);
    transform-origin: center;
}

.kendujhar {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: -12px;
    margin-top: 8px;
    font-weight: 600;
    transform: rotate(320deg);
    transform-origin: center;
}

.debagarh {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: -23px;
    margin-top: 5px;
    font-weight: 600;
    transform: rotate(336deg);
    transform-origin: center;
}

.boudh {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: 12px;
    margin-top: -9px;
    font-weight: 600;
    transform: rotate(350deg);
    transform-origin: center;
}

.nayagarh {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: -3px;
    margin-top: 15px;
    font-weight: 600;
    transform: rotate(37deg);
    transform-origin: center;
}

.nuapara {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: -13px;
    margin-top: 28px;
    font-weight: 600;
    transform: rotate(70deg);
    transform-origin: center;
}

.malkangiri {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: -2px;
    margin-top: -37px;
    font-weight: 600;
    transform: rotate(305deg);
    transform-origin: center;
}

.nabarangpur {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: -5px;
    margin-top: 33px;
    font-weight: 600;
    transform: rotate(52deg);
    transform-origin: center;
}

.rayagada {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: -16px;
    margin-top: 7px;
    font-weight: 600;
    transform: rotate(310deg);
    transform-origin: center;
}

.kandhamal {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: 1px;
    margin-top: -40px;
    font-weight: 600;
    transform: rotate(308deg);
    transform-origin: center;
}

.bhadrak {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: 9px;
    margin-top: 9px;
    font-weight: 600;
    transform: rotate(26deg);
    transform-origin: center;
}

.jagatsingpur {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: 8px;
    margin-top: 9px;
    font-weight: 600;
    transform: rotate(14deg);
    transform-origin: center;
}

.angul {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: -16px;
    margin-top: 14px;
    font-weight: 600;
}

.dhenkanal {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: -20px;
    margin-top: 11px;
    font-weight: 600;
}

.gajapati {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: -14px;
    margin-top: 19px;
    font-weight: 600;
}

.subarnapur {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: -23px;
    margin-top: 6px;
    font-weight: 600;
}

.bargarh {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: -4px;
    margin-top: -29px;
    font-weight: 600;
    transform: rotate(297deg);
    transform-origin: center;
}

.sundargarh1 {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: -8px;
    margin-top: 25px;
    font-weight: 600;
}

.rourkela {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: -3px;
    margin-top: 17px;
    font-weight: 600;
    transform: rotate(331deg);
    transform-origin: center;
}

.mayurbhanj {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: -26px;
    margin-top: 27px;
    font-weight: 600;
}

.baleswar {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: 8px;
    margin-top: 2px;
    font-weight: 600;
    transform: rotate(314deg);
    transform-origin: center;
}

.jajpur {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: 11px;
    margin-top: 14px;
    font-weight: 600;
    transform: rotate(7deg);
    transform-origin: center;
}

.kendrapada {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: 12px;
    margin-top: -4px;
    font-weight: 600;
    transform: rotate(349deg);
    transform-origin: center;
}

.cuttack {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: -37px;
    margin-top: 6px;
    font-weight: 600;
    transform: rotate(314deg);
    transform-origin: center;
}

.bhubaneswer {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 10px;
    font-family: inherit;
    margin-left: -40px;
    margin-top: 21px;
    font-weight: 600;
    transform: rotate(314deg);
    transform-origin: center;
}

.puri {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: 21px;
    margin-top: 5px;
    font-weight: 600;
}

.ganjam {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: -8px;
    margin-top: 21px;
    font-weight: 600;
}

.koraput {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: -8px;
    margin-top: 21px;
    font-weight: 600;
}

.bhawanipatana {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: -27px;
    margin-top: 23px;
    font-weight: 600;
    transform: rotate(301deg);
    transform-origin: center;
}

.bolangir {
    color: #000000;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 11px;
    font-family: inherit;
    margin-left: 3px;
    margin-top: 11px;
    font-weight: 600;
    transform: rotate(314deg);
    transform-origin: center;
}

.section-title h2 {
    font-size: 20px;
    color: #ffffff;
    position: relative;
    font-weight: 600;
}

ul.manager-details {
    list-style: none;
    padding: 0px;
    margin-top: 0;
    width: 100%;
}

ul.manager-details li {
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 15%);
    padding: 20px 20px 15px 20px;
    margin-bottom: 20px;
    border-left: 5px solid #a93500;
    width: 100%;
    align-items: center;
	background: #fff;
    justify-content: space-between;
}

ul.manager-details li>span {
    display: block;
}

.manager-details p {
    color: #000;
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
}

.manager-details strong {
    font-size: 16px;
    letter-spacing: 1px;
}

.roundicn-box1 {
    display: inline-block;
}

.blog-mid {
    position: absolute;
    top: 23px;
}

.storeimg1 {
    position: absolute;
    top: 13px;
    align-content: center;
    left: 43px;
    margin: auto;
}


.map_info {
    margin: 8px;
}

.blog-img a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    padding: 15px 15px;
    text-align: center;
    background: #fff;
    display: inline-block;
    text-decoration: none;
    width: 300px;
    max-width: 100%;
}

.blog-img p {
    margin-bottom: 0px;
}

.blog-img span {
    font-size: 16px;
    font-weight: bold;
}

ul.manager-details h3 {
    font-family: fangsong;
    text-align: justify;
    font-size: 17px;
    color: #ffffff;
}

ul.manager-details span {
    font-family: verdana;
    font-weight: 600;
}

ul.manager-details li>span {
    display: block;
    font-size: 18px;
    color: #000000;
}

.roundicn-box1 .map_info {
    display: inline-block;
    margin: 1px;
}
a:hover:{
	color: #e65333 ;
}
.website_link a:hover {
    background-color: #e65333;
    text-decoration: none;
}

.website_link a {
    border-radius: 3px;
    background-color: #a93500;
    padding: 10px 8px;
    color: white;
    font-size: 14px;
    margin-left: 5px;
}

/* Odisha Map Section End*/
/* PieChart Section Start*/
section.piechart_section.aos-init.aos-animate {
    background: linear-gradient(45deg, #f9d7ba, transparent);
}

.details li {
    position: relative;
    height: auto;
    line-height: 50px;
    margin-bottom: 12px;
    padding: 0 35px;
    border-radius: 50px;
    border: 1px solid #bbbbbb;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    transition: all 0.3s ease;
    font-family: inherit;
}

.details li::before,
.details li::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60%;

    transition: all 0.3s ease;
    z-index: -1;
}

.details li::before {
    left: 0;
    /* Default red background on the left */
}

.details li::after {
    right: -50%;
    /* Initially hidden (off-screen) */
    background-color: transparent;
    /* No color by default */
}

.details li:hover {
    color: #000000;
    transform: scale(1.05);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.details li:hover {
    color: #000000;
    /* Optional: Change text color on hover for contrast */
    transform: scale(1.05);
    /* Slight zoom effect */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    /* Add shadow */
}

.details .arrow-link {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 27px;
    color: black;
    text-decoration: none;
    transition: color 0.3s ease;
}

.details .arrow-link:hover {
    color: #ff9f40;
    width: 70px;
    font-weight: bold;
}

span.title_affiliated {
    display: inline-block;
    color: #3c2b5b;
    font-weight: 600;
    border-radius: 20px;
    line-height: 50px;
    padding: 0px 23px;
    border: 1px solid #d3d3d3;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
}

canvas#collegePieChart {
    margin: 0;
}

ul.details {
    margin: 0px;
    padding: 0px;
}

section.piechart_section {
    padding: 50px 0;
}

canvas#collegePieChart {
    height: 500px !important;
    width: 500px !important;
}

/* PieChart Section End*/
/*inner page start*/
.img-fluid_photo {
    width: 100%;
    height: 200px;
}

.affi_text {
    background-color: #181438;
}

.research_publications {
    background-color: #181438;
}

.dapc_department svg {
    padding: 8px;
}

#inner_page_cont_sect img.vicechancellor {
    height: auto;
    border: none;
}

#inner_page_cont_sect img.chancellor {
    height: auto;
    border: none;
}

.view_medical {
    background-color: #ff9156;
}

.nav-tabss .nav-link {
    background-color: #81340a !important;
    color: white !important;
    border: 1px solid #ddd;
    transition: background-color 0.3s ease-in-out;
	padding:10px;
}

.nav-tabss .nav-link.active {
    background-color: #e65333 !important;
    color: white !important;
    border: 1px solid #ddd;
}

div#nav-tabss {
    background-color: #d3d3d3;
    color: #000000;
    font-size: 15px;
    width: 70%;
}

h5.title.text-white.text-center a {
    background: #e65333;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #FFF;
}

.dataTable a:hover {
    background-color: #e65333;
}

.dataTable a {
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border: 1px solid #ff9156 !important;
}
section#inner_page_cont_regulation h2 {
    text-align: center;
    font-size: 30px !important;
    color: #701805;
}

table th {
    background-color: #ff9156;
    color: white;
}

p.event-description {
    font-size: 23px;
}

img.event-img.img-fluid.rounded.shadow {
    border: 1px solid #252146;
    margin: 0 0 10px 0;
}

h4.even_date {
    background-color: #9b9b9b;
    width: 224px;
    line-height: 40px;
    color: white;
    border-radius: 20px;
    padding: 0 5px;
    text-align: center;
}

.arcbtn {
    float: right;
    padding: 5px 10px;
    margin-bottom: 5px;
    left: 0px;
}

.content-btnnew.btnbtm.arcbtn {
    background: none;
    border: 1px solid #181437;
    color: #000;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 12px;
    padding: -5px 38px;
    border-radius: 100px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
}

a.btn.btn-primary.btn-sm {
    background-color: #181438;
}

section.page-header {
    padding: 100px 0;
    margin: 0 0 50px;
}

.page-content {
    margin: 0 0 20px 0;
}

.page-content p {
    text-align: justify;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#inner_page_cont_sect img {
    max-width: 100%;
    border-radius: 12px;
    margin: 0px;
    padding: 0px;
}


#inner_page_cont_sect h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

#inner_page_cont_sect p {
    text-align: justify;
    /* Justifies the text for better readability */
    line-height: 1.6;
}

.inner-header {
    padding: 100px 0;
    margin-top: -45px;
}



.row.align-items-center.mb-3.aos-init.aos-animate {
    background-color: #fff;
    width: 92%;
    padding: 10px;
    border-radius: 10px;
    margin-left: 11px;
}

.lead_ouhs p {
    font-size: 13px;
    color: #e65333;
    font-weight: 600;
}

/*inner page End*/
/* section whats happening */
section.news {
    padding: 60px 0;
    background-image: url('../images/bg-4.png');
    background-color: #19533f;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-content {
    background: #fff;
    border-radius: 5px;
    z-index: 1;
    position: relative;
    padding: 20px;
}

.news-content:before {
    position: absolute;
    content: '';
    width: 95%;
    bottom: -4px;
    height: 5px;
    background-color: #dfa031;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 3px;
    z-index: -1;
}

.inner-notice {
    height: 263px;
    overflow: auto;
    padding-right: 10px;
    overflow-x: clip;
}

ul.sai-list {
    padding-left: 20px;
}

ul.sai-list li {
    position: relative;
    margin-top: 10px;
    color: #6d6d6d;
    margin-bottom: 10px;
    font-size: 12px;
}

ul.sai-list li:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: #ff7350;
    left: -18px;
    top: 8px;
    border-radius: 34px;
    box-shadow: 1px 1px 0px 1px #c2c2c2;
}

.inner-notice span {
    color: #ff7350;
    font-weight: 600;
}

.inner-notice ul li a {
    color: grey;
}

.event-box {
    background-color: #fff;
    padding: 10px;
    color: black;
}

.event-box h6 {
    font-weight: 600;
}

.event-box .event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.event-box .event-img {
    width: 100%;
    height: 150px;
    position: relative;
    margin-bottom: 10px;
}

.event-box p {
    max-height: 65px;
    padding-bottom: 20px;
    overflow: hidden;
}

.event-content {
    max-height: 120px;
    padding-bottom: 9px;
    overflow: hidden;
}

.event-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ff7350;
    padding: 5px 10px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: white;
}

a.event-btn:hover {
    color: #080808;
}

.heading-home figure {
    width: 35px;
    margin-right: 10px;
}

section.news h2 {
    color: white;
}

.wow {
    visibility: visible;
    animation-name: fadeInUp;
}


/* section quick links */
section.quick-links {
    position: relative;
    padding: 50px 0 0;
}

.dropdown-item.dropdown-toggle::after {
    content: "";
    /* Use the right-facing arrow character */
    float: right;
    margin-left: 10px;
    font-size: 12px;
    /* You can adjust the font size as needed */
}

section.quick-links::before {
    position: absolute;
    content: '';
    width: 42%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
}

section.quick-links h2 {
    color: #0b3d5d;
}

.nav-link {
    font-size: 16px;
    padding: 0px 0px 5px 0px;
}

.menu-list {
    width: 100%;
    background: #fff;
    display: flex;
    height: 139px;
    margin-bottom: 20px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e5e5;
}

ul.row.quick-menu-wraper {
    padding: 0;
}

ul.quick-menu-wraper li:nth-child(1) .menu-list {
    background: #d45d34;
}

ul.quick-menu-wraper li:nth-child(2) .menu-list {
    background: #5b93c2;
}

ul.quick-menu-wraper li:nth-child(3) .menu-list {
    background: #b84447;
}

ul.quick-menu-wraper li:nth-child(4) .menu-list {
    background: #11437c;
}

ul.quick-menu-wraper li:nth-child(5) .menu-list {
    background: #fbe2b6;
}

ul.quick-menu-wraper li:nth-child(6) .menu-list {
    background: #0a3073;
}

section.quick-links ul.nav.nav-tabs,
section.quick-links .nav-item,
section.quick-links .nav-tabs,
section.quick-links .nav-link {
    border: none;
}

.fancybox-button.fancybox-button--close {
    display: block !important;
    /* Force display */
    position: absolute;
    top: 10px;
    /* Adjust spacing */
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.7) !important;
    /* Dark background */
    border-radius: 50%;
    z-index: 9999;
    opacity: 1 !important;
    /* Ensure visibility */
    visibility: visible !important;
    /* Force visibility */
}

.fancybox-button.fancybox-button--close svg {
    fill: white !important;
    /* Ensure X icon is visible */
    width: 20px;
    height: 20px;
    margin: 10px;
}

.fancybox-button.fancybox-button--close:hover {
    background-color: rgba(0, 0, 0, 0.9) !important;
    /* Darker on hover */
}

section#inner_page_cont_sect ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    /* Adjust spacing between images */
}

section#inner_page_cont_sect li {
    flex: 1 1 23%;
    /* Adjust based on layout (4 images per row) */
    max-width: 23%;
    /* Prevents overflow */
}

ul.photogaly{
    float:left;
    width:100%;
}

li.photo_galy{
    float:left;
    width:25%;
    padding:5px;
    margin:10px 12px;
    display:inline-block;
}

.pagination {
    justify-content: center;
    background-color: #edede9;
    float:left;
    width:100%;
}

.pagination a {
    padding: 10px 15px;
    margin: 0 5px;
    background-color: #f1f1f1;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
}

.pagination a:hover {
    background-color: #007bff;
    color: white;
}

.pagination .current {
    background-color: #007bff;
    color: white;
    padding: 10px 15px;
}

.gallery-tab span i {
    padding-right: 3px;
}

.gallery-tab button.nav-link {
    background-color: #ffffff;
    font-weight: 400;
    position: relative;
    padding: 10px 30px;
    border: 1px solid #ff9156;
    color: #000000;
    border-radius: 0 !important;
}

.gallery-tab button.nav-link:hover {
    border-color: #ff9156;
    background: #ff91567a;
}

.gallery-tab button.nav-link.active {
    background: #ff9156;
    color: #fff;
    border: none !important;
}

div#nav-tab-3 {
    margin-bottom: 10px;
}

.facebook .tab-content {
    background: none;
    border: none;
    height: auto;
    line-height: inherit;
    padding: 0;
    margin: 0;
}

.instagram-media {
    height: 340px !important;
    max-height: 340px !important;
    overflow: hidden;
}


.photo-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.photo-gallery a {
    position: relative;
    width: calc(33.333% - 10px);
    height: auto;
    border: 1px solid #a8a8a8;
    border-radius: 5px;
    padding: 4px;
    box-sizing: border-box;
    overflow: hidden;
    text-decoration: none;
    display: block;
}

.photo-gallery a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #090718cc;
    z-index: 1111;
    display: none;
}

.photo-gallery a:hover:before {
    display: block;
}

.photo-gallery a p {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: max-content;
    text-align: center;
    opacity: 0;
    font-size: 14px;
    z-index: 1112;
    color: white;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.photo-gallery a:hover p {
    opacity: 1;
}

.photo-gallery a img {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    object-fit: cover;
    display: block;
}

.gallery-tab button.nav-link:before {
    position: absolute;
    width: 100px;
    height: 39px;
    content: '';
    top: 1px;
    z-index: -1;
}

.btn-more {
    float: right;
    padding: 10px 0 10px 10px;
}

.btn-more:after {
    content: '';
    background: url('../images/arrow-right-long-solid.svg');
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    width: 17px;
    height: 15px;
    display: inline-block;
    margin-left: 7px;
    transition: all .2s ease-out;
    margin-bottom: -2px;
    margin-right: 10px;
}

.btn-more:hover {
    transform: translateY(0);
}

.btn-more:hover:after {
    margin-left: 10px;
    margin-right: 7px;
    filter: invert(1);
}


img.footer_logo {
    width: 103px;
}

.footer_top_box1_sb1 h3 {
    font-size: 20px;
    margin: 0;
}

h3.en_title {
    font-size: 18px;
}

.footer_top_box1_sb1 {
    padding: 10px 0 0 0;
    font-size: 17px;
}

#footer_down p {
    color: #cfcfcf;
    margin: 0;
}

/* footer */
.footer_top_box1 {
    padding-left: 0px;
    width: 100%;
    border-right: 1px solid #ff9156;
    height: 100%;
}

.footer_top_box3 {
    border-right: 1px solid #ff9156;
    height: 100%;
    padding: 0px 50px;
}

.footer_top_box4 {
    height: 100%;
    padding: 0px 50px;
}

#nav_menu-2 li {
    list-style-type: disc;
    padding-bottom: 5px;
}

#nav_menu-2 ul {
    padding-left: 30px;
}

#nav_menu-3 li {
    list-style-type: disc;
    padding-bottom: 5px;
}

#nav_menu-3 ul {
    padding-left: 30px;
}

.footer_top_box1 p {
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #fff;
    display: block;
    margin-left: 25px;
}

.footer_top_box2 {
    height: 0px;
    /* width: 310px; */
    padding-left: 41px;

}

.footer_top_box2 ul li {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #fff;
    display: block;
    margin-bottom: 3px;
}

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

.sp_le_fot {
    margin-left: 90px !important;
    margin-top: 27px !important;
}

.footer_social {
    padding: 0;
}

#footer_down {
    padding: 20px 0;
    background-color: #000000;
    color: white;
}

.footer_top_box2_ic {
    margin-right: 25px;
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}

.footer_top_box2_icc {
    margin-right: 25px;
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}

.footer_top_box1_sb {
    padding: 0 10px 0 0;
    display: flex;
    align-content: center;
}

.footer_top_box1_sb img {
    max-width: 100%;
    width: 15%;
    margin-right: 10px;
}

/* Style for the unordered list */
.address-list {
    list-style-type: none;
    padding: 0;
}

.social-icons {
    padding: 0;
}

.social-icons img {
    padding-right: 10px;
    text-decoration: none;
	width: 50px ;
}

#footer_down .p_right {
    text-align: right;
}

#footer_down .p_right a {
    color: #cfcfcf;
    font-size: 14px;
    padding: 0px 6px;
}

.address-item {
    font-size: 15px;
}

#footer_top {
    padding: 25px 0 25px 0;
/*     background: url('../images/footer_bg.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
	background: none ;
}

ul.address-list li {
    font-size: 16px;
    margin-top: 16px;
    display: flex;
    line-height: 20px;
}

li.menu-item a {
    color: #ffff;
    font-size: 16px;
}

/*li.menu-item::before {
    content: "";
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
}*/
.footer_lineboard {
    width: 157px;
    height: 1px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #0f446d;
    display: block;
    margin-bottom: 10px;
}

.menu-footer1-english-container ul {
    margin: 0px;
    padding: 0px;
}

.menu-footer2-english-container ul {
    margin: 0px;
    padding: 0px;
}

span.footer_top_box3_hd {
    font-size: 24px;
    margin: 0 0 10px 0;
    display: inline-block;
    border-bottom: 1px solid #ff9156;
    padding-bottom: 5px;
}

footer {
    background: linear-gradient(180deg, #ff9156 -20.23%, #742700 -20.22%, #ff9156 128.85%);
    color: white;
    margin: 50px 0 0;
}

.footer-1 {
    padding: 50px 0;
}

.footer-1 h2 {
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
}

.footer-1 ul {
    padding: 0;
    padding-left: 13px;
}

.footer-1 ul li a {
    color: white;
    font-size: 14px;
}

.footer-1 ul li a:hover {
    color: #ffb739;
}

.footer-1 ul li {
    line-height: 35px;
    position: relative;
}

.footer-1 ul li:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 8px solid #ffb739;
    border-bottom: 6px solid transparent;
    left: -11px;
    top: 11px;
}

.footer-2 {
    border-top: 1px solid #aeaeae;
    padding: 10px 0;
}

.footer-2 p {
    margin: 0;
}

.footer-1 h2:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background: #3d5a66;
    bottom: -15px;
    left: 0;
}

.footer-1 h2:after {
    position: absolute;
    content: '';
    width: 28px;
    height: 3px;
    background: #ffb739;
    bottom: -15px;
    left: 7px;
}

.list-w ul li {
    width: 24%;
    display: inline-block;
}

.screen {
    margin-right: 20px;
}

.fonta {
    margin-right: 20px;
}

.btn-container {
    margin-right: 20px;
}

li.menu-item a:hover {
    color: #f1ef97;
    text-decoration: none;
}

#footer_down .p_right a:hover {
    color: #e65333;
    text-decoration: none;
}

.social-img {
    width: 13%;
}

.nf-form-wrap.ninja-forms-form-wrap {
    border: 1px solid #ffffff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0px 4px 8px rgb(153 153 153 / 20%), 0px -4px 8px rgb(153 153 153 / 20%), 4px 0px 8px rgb(153 153 153 / 20%), -4px 0px 8px rgb(153 153 153 / 	20%);
}
div#nf-form-1-cont {
    max-width: 50%;
    margin: 0 auto;
    display: block;
}
#nf-form-1-cont input#nf-field-4:hover{
        background-color: #e65333;
    }






/*
 *  Custom Scrollbar
 */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f7f7f7;
}

::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
    background-color: #f7f7f7;
}

::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: #ff9156;
}

/*
 *  Custom Scrollbar End
 */








@media (max-width:1619px) {
    section.chancellor figcaption h5 {
        font-size: 15px;
    }

    figcaption p {
        font-size: 12px;
    }
}

@media (max-width:1400px) {
    body {
        font-size: 14px;
    }

    .scroll-container ul li a {
        font-size: 13px;
    }
    li.menu-item a {
        font-size: 14px;
    }

    .slider-caption h2 {
        line-height: 60px;
        font-size: 48px;
    }

    section.slider .slider-caption .col-md-12 {
        max-width: 880px;
    }

    ul.top-1-contact li a {
        font-size: 12px;
    }

    a.visit-link {
        font-size: 27px;
    }

    .footer-1 ul li a {
        font-size: 12px;
    }

    figure.fig2 {
        width: 230px !important;
        height: 133px;
    }

    .about-img {
        padding: 0 116px 0 0;
    }

    .image-facility {
        padding: 0 116px 0 0;
    }

    .image-facility figure.fig-2nd {
        width: 180px !important;
        height: 55px;
    }
}

@media (max-width:1300px) {
    section.chancellor figcaption h5 {
        font-size: 15px;
    }

    figcaption p {
        font-size: 11px;
    }
}

@media (max-width:1200px) {

    figure.fig2 {
        height: 80px;
    }

    figure.fig2 {
        width: 190px !important;
    }

    .about-data p {
        max-height: 126px;
    }

    a.visit-link {
        right: 40px;
    }

    ul.top-1-contact li a {
        font-size: 10px;
    }

    .logo a {
        padding-left: 70px;
    }

    .logo-caption h1,
    .logo-caption h4 {
        font-size: 18px;
    }

    .logo-right h4,
    .logo-right h5 {
        font-size: 18px;
    }

    section.slider .slider-caption {
        width: 860px;
        padding: 151px 0 0 0;
    }

    .slider-caption h2 {
        font-size: 48px;
    }

    .announcement-top {
        width: 460px;
        ;
    }

    .announcement-top h4 {
        font-size: 12px;
    }

    .logo a img {
        top: 8px;
        width: 60px;
    }

    section.chancellor figcaption h5 {
        font-size: 13px;
    }

    figcaption p {
        font-size: 9px;
    }

    section.chancellor .nav-link {
        font-size: 16px;
    }

    .profile-content h2 {
        font-size: 30px;
    }

    section.chancellor .nav-link.active:before {
        top: 43px;
    }

    section.chancellor .tab-content figure {
        height: 233px;
    }

    .top-3 .nav-item .nav-link {
        font-size: 12px;
    }

    .top-links ul li figure {
        width: 90px;
        height: 90px;
    }

    a.visit-link {
        font-size: 22px;
    }
}

@media (max-width:992px) {
    section.chancellor figcaption h5 {
        font-size: 14px;
    }

    figcaption p {
        font-size: 10px;
    }

    section.chancellor .nav-link {
        font-size: 13px;
        width: unset;

    }

    section.chancellor .nav-link.active:before {
        top: 36px;
    }

    .announcement-top {
        width: 270px;
    }

    .logo a {
        padding-left: 57px;
    }

    .logo a img {
        top: 0px;
        width: 50px;
    }

    .logo-caption h1,
    .logo-caption h4 {
        font-size: 13px;
    }

    .logo-right h4,
    .logo-right h5 {
        font-size: 12px;
    }

    .logo a {
        min-height: 50px;
    }

    section.slider .slider-caption {
        width: 750px;
        padding: 0 0 0 0;
    }

    .slider-caption h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .slider-btn {
        margin-top: 30px;
    }

    .about-img {
        padding: 0 39px 0 0;
    }

    figure.fig2 {
        width: 150px !important;
    }

    .top-links ul li figure {
        width: 80px;
        height: 80px;
    }

    a.visit-link {
        font-size: 18px;
        right: 20px;
    }

    .heading-home h2 {
        font-size: 22px;
    }

    .heading-home figure {
        width: 30px;
    }

    .list-w ul li {
        width: 49%;
    }

    div#collapsibleNavbar {
        background: #ffffff;
        padding: 10px 30px 20px;
        /* max-height: 250px;
        overflow-y: scroll; */
        border-radius: 10px;
        /* max-width: 300px !important; */
    }

    div#collapsibleNavbar ul li .nav-link {
        color: black !important;
        padding-bottom: 10px;
        font-size: 14px;
    }
}

@media (max-width:768px) {
	html{
		overflow-x: hidden !important;
	}
    .logo-caption h4 {
        font-size: 12px;
    }

    .col-md-5.p-0.section-one {
        margin: 0px;
        padding: 0px;
    }

	img.art{
		display:none;
	}

    .row-wrapper {
        max-height: 400px;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #bf0000 transparent
    }

    .row-wrapper::-webkit-scrollbar {
        width: 6px;
    }

    .row-wrapper::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 3px;
    }

    .row-wrapper::-webkit-scrollbar-track {
        background: transparent;
    }

    .title_of_event h5 {
        font-size: 16px;
        font-weight: 600;
    }

    .date_box_mnp_tender {
        width: 100%;
    }

    .top-navigation {
        padding: 8px 0 0 0;
    }

    section.slider {
        padding: 2px 0;
    }

    .officers_part {
        padding: 5px 0;
    }

    ul.manager-details h3 {
        font-size: 14px;
    }

    section.piechart_section.aos-init.aos-animate {
        margin-top: 0;
    }

    .social-icons img {
        width: 10%;
    }

    ul.address-list li {
        font-size: 13px;
        line-height: 20px;
        display: block;
        margin: 0px;
    }

    .view-all-link {
        margin-top: 0px;
    }

    .news_event_title {
        font-size: 15px;
    }

    .row.align-items-center.mb-3.aos-init.aos-animate {
        padding: 16px 0 0 0;
    }

    .footer_top_box1_sb img {
        width: 12%;
    }

    #footer_down .p_right {
        text-align: center;
    }

    #footer_down p.p_right.orange {
        text-align: center;
        margin-top: 8px;
    }

    #footer_down {
        text-align: justify;
        font-size: 12px;
    }

    .footer_top_box3 {
        min-height: 275px;
    }

    footer {
        margin: 10px 0 0;
    }

    .cdf {
        padding: 10px 11px;
        font-size: 12px;
        right: 25px;
        top: -1px;
    }

    .project-tab #tabs .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        font-size: 12px;
    }

    .nav-tabs .nav-link-face.active {
        font-size: 14px;
        padding: 0 27px;
    }

    .nav-tabs .nav-link-face {
        font-size: 17px;
        padding: 8px 9px;
    }

    section.quick-links {
        padding: 16px 0 0;
    }

    section.event_news {
        margin: 0px;
        padding: 0px;
    }

    span.title_affiliated {
        padding: 4px 4px;
        font-size: 14px;
        margin: 0px;
        line-height: 25px;
    }

    .website_link a {
        padding: 7px 13px;
        font-size: 11px;
    }

    .section-title {
        font-size: 18px;
        text-align: center;
        flex-direction: column;
    }

    .section-title h2 {
        font-size: 14px;
    }

    .col-md-7.section-one.aos-init.aos-animate {
        margin: 0px;
        padding: 0px;
    }

    .logo-caption {
        margin: 11px 0 0;
    }

    .card-body.text-center {
        height: auto;
        /* Adjust height if needed */
    }

    .top-1-contact {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        display: flex;
        gap: 0px;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        align-content: center;
        flex-wrap: wrap;
    }

    /* First row (Skip to Main Content to Search Bar) */
    .top-1-contact li:nth-child(-n+7) {
        /* Select first 7 elements */
        display: flex;
    }

    .search-bar {
        width: 10%;
    }

    .fontlist {
        margin-right: 10px;
    }

    .search-field {
        width: 80%;
        padding: 3px 4px;
    }

    /* Second row (Social Media to Language Switcher) */
    .top-1-contact li:nth-child(n+8) {
        /* Select elements from 8th onward */
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .fb,
    .tw,
    .insta,
    .link,
    .colorchanger {
        flex: 1;
        text-align: center;
        margin: 5px;
    }

    .language-switcher {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0px;
        padding: 0px;
    }

    .latestnewsbx h5:before {
        display: none;
    }

    .latestnewsbx h5 {
        text-align: center;
        width: 100%;
    }

    .home-left-important-links {
        padding: 19px 0 0 0;
    }

   .scroll-container {
		max-height: 100%;
		overflow-y: hidden;
	}

    .home-left-important-links h2 {
        font-size: 16px;
        /* Smaller heading */
        padding: 8px;
    }

    .scroll-container ul li {
        padding: 8px;
    }

    .scroll-container ul li a {
        font-size: 14px;
        padding: 6px;
    }

    .logo a {
        padding: 0;
    }

    li.search-bar {
        display: none;
    }

    .top-links ul li figure {
        width: 60px;
        height: 60px;
    }

    .footer-2 p {
        font-size: 10px;
    }

    #myCarousel {
        margin: 0px;
    }

    ul.manager-details {
        list-style: none;
        padding: 0px;
        margin-top: -6px;
        width: 100%;
    }

    .roundicn-box1 {
        padding: 20px 20px;
        left: 10px;
        margin: 0 auto;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .roundicn-box1 .map_info {
        margin: 0 auto;
        padding: 10px 0;
    }

    .blog-img {
        width: 100%;

    }

    .con_store {
        font-size: 19px;
    }

    canvas#collegePieChart {
        width: 350px !important;
        height: 350px !important;
        margin: 0 auto;
    }

    /* .footer_top_box1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-right: none;
        gap: 15px;
        width: auto;
    } */

    .footer_top_box3 {
        border-right: none;
    }

    .footer_logo {
        max-width: 100%;
        height: auto;
        /* Maintain aspect ratio */
    }

    .footer_top_box1_sb1 {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        /* Center all child elements */
    }

    .address-list {
        list-style: none;
        padding: 0;
    }

    .footer_social {
        margin: 5px;
        /* Add space between social icons */
        max-width: 30px;
        /* Adjust icon size */
        height: auto;
        /* Maintain aspect ratio */
    }

    .card img {
        margin: 0 auto;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width:576px) {
    .navbar-nav .sub-menu {
        display: none;
        position: static;
        background: #f8f9fa;
        padding-left: 15px;
    }

    .navbar-nav .menu-item-has-children>a::after {
        content: " ▼";
        float: right;
        font-size: 12px;
    }

    .menu-item-has-children>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu-item-has-children>a::after {
        content: "▼";
        /* Dropdown Arrow */
    }

    .menu-item-has-children .sub-menu {
        display: none;
        /* Hide submenus initially */
        background: #fff;
        padding: 10px;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    }

    .menu-item-has-children.open .sub-menu {
        display: block;
    }

    .sub-menu ul {
        border-top: 1px solid #ddd;
        /* Optional: Border for better visibility */
    }

    .logo-right {
        position: absolute;
        background-color: #d3e3fd;
        top: 44px;
        left: 0px;
        width: 100%;
        z-index: 999;
    }

    div#navbarNav {
        position: absolute;
        top: 28px;
        width: 100%;
    }

    ul.navbar-nav li.nav-item.active a:before {
        background-color: transparent !important;
        height: 100%;
    }

    ul.navbar-nav li.nav-item.active .nav-link {
        color: #ffebeb;
    }

    .navbar-light .navbar-nav .nav-link:hover {
        color: #000000;
    }
}


/*Max Width End*/
@media (max-width: 1024px) {

    /* Tablets */
    .five-columns {
        grid-template-columns: repeat(3, 1fr);
        /* 3 items per row */
    }
}

@media (max-width: 768px) {

    /* Mobile devices */
    .five-columns {
        grid-template-columns: repeat(2, 1fr);
        /* 2 items per row */
    }
}

@media (max-width: 480px) {

    /* Small mobile devices */
    .five-columns {
        grid-template-columns: 1fr;
        /* 1 item per row */
    }

    header {
        width: 100%;
    }

    .slider-caption h2 {
        font-size: 13px;
        line-height: 14px;
    }

    .slider-caption h4 {
        font-size: 13px;
        line-height: 14px;
    }

    section.slider .slider-caption {
        width: 400px;
        padding: 0 0 0 65px;
        /* margin: 0 auto; */
        display: none;
    }

    .person-card img {
        width: 111px !important;
    }

    .col-md-6.section-one {
        margin: 0px;
        padding: 0px;
    }

    .card img {
        margin: 0 auto;
        width: 100%;
    }

    .ascc {
        width: 100%;
    }

    .glance_title {
        font-size: 25px;
    }

    .footer_top_box1 {
        display: none;
    }

    .footer_top_box1_sb {
        text-align: center;
        align-items: center;
    }

    .footer_top_box1 {
        display: inline-block;
        /* margin: 0 auto; */
        width: 100%;
    }

    .footer_top_box1_sb1 h3 {
        margin: 0 auto;
        text-align: center;
        font-size: 13px;
    }

    .footer_top_box1 {

        border-right: none;
    }

    .footer_top_box3 {

        border-right: none;

    }

    .container {
        max-width: 100%;
    }

}

@media only screen and (max-width: 600px) {
    header {
        width: 100%;
    }

    body {
        width: 100%;
    }
}

@media (min-width:300px) and (max-width:700px) {
	body{
		overflow-x: hidden !important;
	}
	html{
		overflow-x: hidden !important;
	}
    div#navbarNav {
        width: 100% !important;
    }
	img.art{
		display: none ;
	}
	.logo-con{
		padding: 7px 0px;
	}
	.footer_top_box2_icc, .footer_top_box2_ic{
		margin-right:13px !important;
	}
	section.officers_part {
        margin-top: 35px !important;
    }
	.scrollbar{
		height:100%;
		overflow-y:hidden !important;
	}
	ul.address-list li{
		display:flex;
		align-items: flex-start;
	}
	.row.banner-row {
		display: flex !important;
		flex-direction: column !important;
	}
	.banner-row .col-xxl-7{
		order: -1 !important;
    	margin-top: 10px !important;
	}
	.scroll-container,.row-wrapper {
		max-height: 100%;
		overflow-y: hidden;
		overflow-x: hidden;
	}
	ul.navbar-nav li#menu-item-1959 a.nav-link{
		animation:none;
		width:35%;
		display: flex;
        align-items: center;
        justify-content: center;
	}
    .top-navigation {
        padding: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        background: none !important;
    }
    button.navbar-toggler {
        background-color: transparent;
        position: absolute;
        right: 16px;
        bottom: 82px !important;
    }

    ul#menu-main-menu {
        position: relative;
        bottom: 81px;
    }

    div#nav-tab-3 {
        margin-bottom: 10px;
        margin-top: 75px;
    }

    .home-left-important-links {
        margin-bottom: 20px;
    }

    .col-md-12.p-0.lead_ouhs {
        margin-top: 20px;
    }

    .row.ann-row {
        padding-bottom: 10px;
    }

    section.officers_part {
        margin-top: 20px;
    }

    div#tabs {
        margin-top: 40px;
    }

    .details li {
        padding: 0 12px;
    }

    section.event_news {
        margin-top: 20px;
    }

    .viewall {
        margin-bottom: 20px;
    }

    .slider-arrow-publication {
        top: 30%;
    }

    .footer_top_box1_sb {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
    }

    ul.address-list {
        margin-bottom: 30px;
    }

    .footer_top_box2_icc,
    .footer_top_box2_ic {
        margin-right: 5px;
    }

    ul.address-list li {
        margin-bottom: 10px;
    }

    .social-icons {
        padding: 0;
    }

    .footer_top_box3,
    .footer_top_box4 {
        padding: 0;
        margin-top: 30px;
    }

    .footer_top_box1 {
        border-right: none;
    }

    .gallery {
        margin-top: 30px;
    }

    a.cdf {
        margin-top: 10px;
    }

    ul#menu-main-menu {
        background-color: #f7b692;
        padding: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer_top_box1_sb1 h3 {
        font-size: 13px;
    }

    h3.en_title {
        font-size: 13px;
    }

    .footer_top_box1_sb1 {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .dropdown-toggle::after {
        border-top: 0px;
    }

    ul.top-1-contact li a {
        font-size: 12px;
    }

    .top-left {
        gap: 0;
    }


    /* navbar start  */
    .navbar-nav .sub-menu {
        display: none;
        position: static;
        background: #f8f9fa;
        padding-left: 15px;
    }

    .navbar-nav .menu-item-has-children>a::after {
        content: " ▼";
        float: right;
        font-size: 12px;
    }

    .menu-item-has-children>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu-item-has-children>a::after {
        content: "▼";
        /* Dropdown Arrow */
    }

    .menu-item-has-children .sub-menu {
        display: none;
        /* Hide submenus initially */
        background: #fff;
        padding: 10px;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    }

    .menu-item-has-children.open .sub-menu {
        display: block;
    }

    .sub-menu ul {
        border-top: 1px solid #ddd;
        /* Optional: Border for better visibility */
    }

    .logo-right {
        position: absolute;
        background-color: #d3e3fd;
        top: 44px;
        left: 0px;
        width: 100%;
        z-index: 999;
    }

    div#navbarNav {
        position: absolute;
        top: 28px;
        width: 100%;
    }

    ul.navbar-nav li.nav-item.active a:before {
        background-color: #e65333;
        height: 100%;
    }

    ul.navbar-nav li.nav-item.active .nav-link {
        color: #ffebeb;
    }

    .navbar-light .navbar-nav .nav-link:hover {
        color: #000000;
    }


    /* navbar end  */
	div#nf-form-1-cont {
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}
	#nf-form-1-cont input#nf-field-4{
		width:100% !important;
	}
}

@media(min-width:701px) and (max-width:970px) {
	body{
		overflow-x: hidden;
	}
	img.art {
    	display: none;
	}
	.banner-row .col-xxl-7{
		order: -1 !important;
    	margin-top: 10px !important;
	}
	.chart-row,#myCarousel,.event-row {
		display: grid; 
    	gap: 20px; 
        grid-template-columns: 1fr; 
    }
	.chart-row .col-md-6,#myCarousel .col-md-6,.event-row .col-md-4{
		max-width:100% ;
	}
	.chart-container.text-center {
		display: flex;
		justify-content: center;
	}
	.logo-caption{
		margin: 14px 0 0 !important;
	}
	.col-md-6.college_details_affi{
		width:100% !Important;
	}
    div#navbarNav {
        width: 100% !important;
    }
	.section-title{
		display: block;
	}
	.section-title h2{
		margin-bottom: 26px;
	}
	ul.navbar-nav li#menu-item-1959 a.nav-link{
		animation:none;
		width:24%;
		display: flex;
        align-items: center;
        justify-content: center;
	}
    .top-navigation {
        padding: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        /* display: flex;
        flex-direction: column; */
		background: none !important;
    }
	.navbar.navbar-expand-lg {
        margin: 0;
        padding: 0;
    }
	ul#menu-main-menu {
        position: relative;
        bottom: 81px;
    }
	button.navbar-toggler {
        background: transparent;
        position: absolute;
        right: 0;
        bottom: 82px;
    }
    .home-left-important-links {
        margin-bottom: 20px;
    }

    .col-md-12.p-0.lead_ouhs {
        margin-top: 20px;
    }

    .row.ann-row {
        padding-bottom: 10px;
    }

    section.officers_part {
        margin-top: 20px;
    }

    div#tabs {
        margin-top: 40px;
    }

    .details li {
        padding: 0 12px;
    }

    section.event_news {
        margin-top: 20px;
    }

    .viewall {
        margin-bottom: 20px;
    }

    .slider-arrow-publication {
        top: 30%;
    }

    .footer_top_box1_sb {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
    }

    ul.address-list {
        margin-bottom: 30px;
    }

    .footer_top_box2_icc,
    .footer_top_box2_ic {
        margin-right: 5px;
    }

    ul.address-list li {
        margin-bottom: 10px;
    }

    .social-icons {
        padding: 0;
    }

    .footer_top_box3,
    .footer_top_box4 {
        padding: 0;
        margin-top: 30px;
    }

    .footer_top_box1 {
        border-right: none;
    }

    .gallery {
        margin-top: 30px;
    }

    a.cdf {
        margin-top: 10px;
    }

    ul#menu-main-menu {
        background-color: #f7b692;
        padding: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer_top_box1_sb1 h3 {
        font-size: 13px;
    }

    h3.en_title {
        font-size: 13px;
    }

    .footer_top_box1_sb1 {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .dropdown-toggle::after {
        border-top: 0px;
    }

    ul.top-1-contact li a {
        font-size: 12px;
    }

    .top-left {
        gap: 8px;
    }


    .navbar-nav .sub-menu {
        display: none;
        position: static;
        background: #f8f9fa;
        padding-left: 15px;
    }

    .navbar-nav .menu-item-has-children>a::after {
        content: " ▼";
        float: right;
        font-size: 12px;
    }

    .menu-item-has-children>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu-item-has-children>a::after {
        content: "▼";
        /* Dropdown Arrow */
    }

    .menu-item-has-children .sub-menu {
        display: none;
        /* Hide submenus initially */
        background: #fff;
        padding: 10px;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    }

    .menu-item-has-children.open .sub-menu {
        display: block;
    }

    .sub-menu ul {
        border-top: 1px solid #ddd;
        /* Optional: Border for better visibility */
    }

    .logo-right {
        position: absolute;
        background-color: #d3e3fd;
        top: 44px;
        left: 0px;
        width: 100%;
        z-index: 999;
    }

    div#navbarNav {
        position: absolute;
        top: 28px;
        width: 100%;
    }

    ul.navbar-nav li.nav-item.active a:before {
        background-color: #d83b01;
        height: 100%;
    }

    ul.navbar-nav li.nav-item.active .nav-link {
        color: #ffebeb;
    }

    .navbar-light .navbar-nav .nav-link:hover {
        color: #000000;
    }
	div#nf-form-1-cont {
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}
	#nf-form-1-cont input#nf-field-4{
		width:30% !important;
	}
}
@media(min-width:971px) and (max-width:991px) {
	body{
		overflow-x: hidden;
	}
	img.art{
		display: none ;
	}
	.banner-row .col-xxl-7{
		order: -1 !important;
    	margin-top: 10px !important;
	}
    .top-navigation{
        background: none !important;
    }
	.navbar.navbar-expand-lg {
        margin: 0;
        padding: 0;
    }
	.chart-row,#myCarousel,.event-row {
		display: grid; 
    	gap: 20px; 
        grid-template-columns: 1fr; 
    }
	.chart-row .col-md-6,#myCarousel .col-md-6,.event-row .col-md-4{
		max-width:100% ;
	}
	.chart-container.text-center {
		display: flex;
		justify-content: center;
	}
	button.navbar-toggler {
        background: transparent;
        position: absolute;
        right: 0;
        bottom: 31px;
    }
	  ul#menu-main-menu {
        position: relative;
        bottom: 0px;
    }
	ul#menu-main-menu {
        background-color: #b59ff8;
        padding: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
		position: relative;
        bottom: 37px;
    }
	div#navbarNav {
        position: absolute;
        top: 28px;
        width: 100%;
    }
	ul.navbar-nav li#menu-item-1959 a.nav-link{
		animation:none;
		width:18%;
	}
	.logo-caption{
		margin: 11px 0 0;
	}
	.footer_top_box1_sb img{
		width:31% !important;
	}
	div#nf-form-1-cont {
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}

}

@media (min-width:992px) and (max-width:1139px) {
	.scroll-container {
		max-height: 261px;
	}
	img.rounded-circle {
		width: 50px !important;
		height: 50px !important;
	}
	img.d-block.w-100{
		max-height: 349px !important;
	}
	.lead_ouhs p,.mb-1 {
        font-size: 10px !important;
    }
	.row.align-items-center.mb-3 {
		margin: 0px !important;
		margin-bottom: 10px !important;
	}
	.logo-caption{
		margin: 13px 0 0;
	}
	.footer_top_box1_sb img{
		width:31% !important;
	}
	.title_of_event h5,.title_of_publication h5 {
		font-size: 16px;
		margin-bottom: 10px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 600;
		max-width: 249px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media(min-width:970px) and (max-width:1060px) {
	img.d-block.w-100 {
    	max-height: 301px !important;
	}
}
@media (min-width:1140px) and (max-width:1200px) {
	.scroll-container {
		max-height: 306px;
	}
	img.rounded-circle {
		width: 50px !important;
		height: 50px !important;
	}
	.title_of_event h5,.title_of_publication h5 {
		font-size: 16px;
		margin-bottom: 10px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 600;
		max-width: 249px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	img.d-block.w-100{
		max-height: 349px !important;
	}
	.logo-caption{
		margin: 13px 0 0;
	}
	.footer_top_box1_sb img{
		width:20%;
	}
}
@media (min-width:1201px) and (max-width:1300px) {
	.scroll-container {
		max-height: 322px;
	}
	img.d-block.w-100{
		max-height: 370px;
	}
	img.rounded-circle {
		width: 60px !important;
		height: 60px !important;
	}
	.title_of_event h5,.title_of_publication h5 {
		font-size: 16px;
		margin-bottom: 10px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 600;
		max-width: 249px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.logo-caption{
		margin: 11px 0 0;
	}
	.footer_top_box1_sb img{
		width:21%;
	}
}
@media (min-width:992px) and (max-width:1399px) {
    h4.slick-slide {
        font-size: 16px;
    }
	img.art {
		width: 25%;
		height: 96px;
	}
    .logo a {
        padding: 0;
    }
	.section-title{
		    display: block;
	}
	.section-title h2 {
		    margin-bottom: 20px;
	}
	.footer_top_box1_sb img{
		width:21%;
	}
	div#nf-form-1-cont {
		max-width: 80%;
		margin: 0 auto;
		display: block;
	}
	.title_of_event h5,.title_of_publication h5 {
		font-size: 16px;
		margin-bottom: 10px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 600;
		max-width: 350px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
