<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    margin:0;
    padding:0;
}
a {
    cursor:pointer;
    text-decoration:none;
}
.dropdownlinks::-webkit-scrollbar {
    width: 5px;
}
.dropdownlinks::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0,0,0,0);
    transition: background 0.5s;
}
.dropdownlinks::-webkit-scrollbar-track {
    background: none;
}
.dropdownlinks:hover::-webkit-scrollbar-thumb {
  	background: rgba(0,0,0,0.40);
}
.puttocenter {
    margin:0 auto;
    display:table;
}
.body, .header_menus {
    font-family:Verdana;
    font-family:system-ui;
    max-width:1500px;
    font-size:0;
    margin:0 auto;
}
.header_menus {
    text-align: right;
}
.header_menus .dropdownlink {
    padding: 2.5px;
    margin: -2.5px;
}
.leftsidebar, .rightsidebar {
    width:22.5%;
    display:inline-block;
    font-size:13px;
    vertical-align:top;
    min-height: 100vh;
    position:sticky;
    top:0;
    transition:0.5s all;
    z-index: 3;
}
.leftsidebar .secondmenulinks a {
    display:block;
}
.middlesection {
    width:55%;
    display:inline-block;
    font-size:13px;
    position:relative;
    z-index:2;
    padding-top:5px;
}
.middlesection_pg {
    width:77.5%;
}
.secondmenubar {
    padding-top: 5px;
}
.secondmenubar .secondmenulinks {
    display: block;
    padding: 5px 10px;
    border: 1px solid #d8d8d8;
    background: white;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	background-color:#f9f9f9;
	margin:1px 5px 5px;
	border-radius:5px;
	position:relative;
}
.pg_carousel {
	border-radius:10px;
}
.pg_leftsidebar {
    position:relative;
    min-height: inherit;
}
.secondmenulinks img {
    width: 20px;
    vertical-align: middle;
}
.secondmenulinks span {
    vertical-align: middle;
    display: inline;
    color: brown;
    font-weight: 600;
}
.navlinks {
    position:relative;
}
.secondmenubar .secondmenulinks:hover {
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	background-color:#e9e9e9;
}
.secondmenubar .secondmenulinks {
    text-decoration:none;
    color:brown;
}
.dropdowns {
    opacity:0;
    transition:0.5s all;
    z-index:-0101010101100;
}
.fixeddropdown {
    bottom: 0;
    position: fixed;
    max-width: 250px;
    max-height: 100vh;
    overflow: auto;
}
.secondmenubar .secondmenulinks:hover .dropdowns, .navlinks:hover .dropdowns {
    opacity:1;
    z-index: 0101010101100;
    max-width: 250px;
}
.notice_bard {
    margin: 5px;
    border: 1px solid #d8d8d8;
    border-top:0;
    border-radius: 10px;
}
.notice_headers_holder {
    font-size: 0;
    margin: 0 -0.7%;
    /* border-bottom: 2px solid #333; */
}
.notice_bard h3 {
    -moz-box-shadow: inset 0px 1px 0px 0px #726130;
    -webkit-box-shadow: inset 0px 1px 0px 0px #726130;
    box-shadow: inset 0px 1px 0px 0px #726130;
    background: linear-gradient(to bottom, #726130 5%, #322b07 100%);
    background-color: #726130;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 20px;
    border: 1px solid #124d77;
    padding: 5px 10px;
    color: white;
    margin: 0;
}
h2.notice_headers {
    background: #333;
    -moz-box-shadow: inset 0px 1px 0px 0px #726130;
    -webkit-box-shadow: inset 0px 1px 0px 0px #726130;
    box-shadow: inset 0px 1px 0px 0px #726130;
    background: linear-gradient(to bottom, #726130 5%, #322b07 100%);
    background-color: #726130;
    font-size: 12px;
    display: inline-flex;
    padding: 5px 1.5%;
    border-radius: 10px 10px 0 0;
    color: white;
    font-weight: 400;
    width: 30%;
    height: 25px;
    justify-items: center;
    align-items: center;
    text-align: center;
    justify-content: center;
    vertical-align: bottom;
    margin: 0 0.15%;
    cursor:pointer;
}
h2.active_header, h2.notice_headers:hover {
    -moz-box-shadow: inset 0px 1px 0px 0px #726130;
    -webkit-box-shadow: inset 0px 1px 0px 0px #e54242;
    box-shadow: inset 0px 1px 0px 0px #f03838;
    background: linear-gradient(to bottom, #f03838 5%, #743636 100%);
    background-color: #743636;
}
.notice_bard marquee {
    height: 40vh;
}
.notice_bard ul li {
    padding: 5px;
    color: #2e3309;
}
.notice_bard ul li a {
    color: #2e3309;
    font-size: 15px;
    font-weight: 400;
}
.notice_bard a, .linkopened a, .archieve a {
    text-decoration:none;
    color: #2e3309;
}
.righttoleft {
    margin: 0 auto;
    color: #ffffff;
    font-weight: bold;
    padding: 9px 0;
    text-decoration: none;
    text-shadow: 0px 1px 0px #000;
    max-width: 1500px;
    display: block;
}
.righttoleft a {
    color:white;
    margin:0 10px;
}
.topmarquee {
    font-size: 14px;
}
.header_menu_holder.navigationbar {
    /*background: #FB6542;*/
    padding:2.5px;
    z-index: 4;
    position: relative;
    border: none;
}
.header {
    -webkit-box-shadow: 0px 1px 5px -3px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 1px 5px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px -3px rgb(0 0 0 / 75%);
    background: linear-gradient(to bottom, #726130 5%, #322b07 100%);
    background: linear-gradient(to bottom, #726130 5%, #322b07 100%);
    margin-bottom: 5px;
}
.header .logo {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}
.header .headbody {
    padding:10px 0;
}
.headbody .navlinks {
    display: inline-block;
}
.institution_details {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
}
.institution_details h3, p {
    margin:0;
}
.header .logo img {
    max-width:110px;
    max-height:110px;
    border:5px solid transparent;
}
.institution_details h3 {
    font-size: 25px;
    color: #ffffa1;
    font-variant: small-caps;
}
.institution_details h3.fontsize35px {
    font-size: 35px;
}
p.headeraddress {
    font-weight:700;
    font-size: 15px;
    color: #ffffff;
}
.navigationbar {
    background-color: #1d1c0d;
    z-index: 4;
    position: relative;
    border-top: 2.5px solid #fff;
    border-bottom: 2.5px solid #ffffff;
}
.dropdown .showdropdown &gt; .dropdownlink &gt; a {
    color:white !important;
}
.navigationbar .navlinks {
    border-right: 1px solid #d8d8d8;
    display: inline-block;
    font-size: 13px;
    color: #fff;
}
.navigationbar a {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    padding: 10px 10px;
    display: block;
}
.navbar &gt; .navlinks &gt; .dropdownlink &gt; a {
    min-width: 40px;
    text-align: center;
}
.header_menu_holder.navigationbar a {
    font-size: 11px;
    padding: 2.5px 10px;
}
.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin: 6px;
}

.rightarrow {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  float: right;
}

.leftarrow {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.uparrow {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.downarrow {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.menudown {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.secondmenulinks .dropdownlink &gt; .menuarrow, .menuarrow {
    border: solid #2e3309;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    margin-top: -20.5px;
    right: 10px;
    position: absolute;
}
.dropdownlink &gt; .menuarrow, .header_menus &gt; .navlinks &gt; .dropdownlink &gt; .menuarrow {
    border: solid white;
    border-width: 0 2px 2px 0;
}
.header_menu_holder.navigationbar .menuarrow {
    margin-top: -13px;
}
.secondmenubar &gt; .secondmenulinks .dropdownlink .menudown {
    margin-top: -12.5px;
}
.secondmenulinks .navlinks .dropdownlink .menudown {
    margin-top: -18px;
}
.thebody, .linkopened {
    margin: 10px 5px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
}
.linkopened {
    margin: 10px;
    display: block;
    font-size: 13px;
    position: relative;
    z-index: 2;
}
.linkopened table {
    overflow: hidden;
    border-color: #9b2f27;
}
.linkopened table th {
    background: linear-gradient(180deg, #ffa155, #8e2020);
}
.homesectionsholder p, .linkopened p {
    margin:1em;
}
.secondmenulinks .dropdowns {
    position: absolute;
    left: 100%;
    max-width: 0;
    top: 5px;
}
.navlinks .dropdowns {
    position: absolute;
    top: 100%;
    max-width: 250px;
    left: 0;
}
.dropdowns .dropdownlinks {
    background: white;
    padding: 10px;
    -webkit-box-shadow: 0px 1px 5px 0 rgb(0,0,0,0.75%);
    -moz-box-shadow: 0px 1px 5px 0 rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0 rgb(0 0 0 / 75%);
    border-radius: 5px;
}
.secondmenulinks .dropdowns .dropdownlinks {
    margin-top: -15px;
    max-height: 90vh;
    overflow-y:auto;
    margin-left: 15px;
    z-index:-1;
}
.navlinks .dropdowns .dropdownlinks {
    margin-top: 15px;
    margin-left: -15px;
}
.dropdowns a {
    border-bottom: 1px solid #d8d8d8;
    color: brown;
    padding: 10px;
    display: block;
    white-space: pre-wrap;
    min-width: 195px;
}
.dropdowns a:last-child {
    border-bottom:0;
}
.triangle-left {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 10px solid transparent;
}
.triangle-up {
    position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #fff;
	left: 10%;
}
.redbuttons {
    box-shadow: inset 0px 1px 0px 0px #f29c93;
    background: linear-gradient(to bottom, #fe1a00 5%, #940612 100%);
    background-color: #fe1a00;
    border-radius: 6px;
    border: 1px solid #d83526;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family:Verdana;
    font-family:system-ui;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 10px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #b23e35;
    margin: 5px;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
.headers {
    color:maroon;
    text-align:center;
}
.redbuttons:hover {
	background:linear-gradient(to bottom, #940612 5%, #fe1a00 100%);
	background-color:#940612;
}
.redbuttons:active {
	position:relative;
	top:1px;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 6px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 6px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 6px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 6px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}
.verticalalignbottom {
    vertical-align:bottom;
}
.institution_details, .header .logo {
    display:table-cell;
}
.institution_details.headerlinks {
    text-align: center;
    display: block;
    max-width: 1000px;
    margin: 10px auto 0;
}
.menuicon {
    display:none;
    padding: 5px;
}
.menuiconbars {
    width: 20px;
    height: 2px;
    background-color: white;
    margin: 5px 0;
}
.menuiconbars:nth-child(2){
    width:25px;
}
.showinmobile {
    display:none;
}
.linkopened {
    min-height:80vh;
}
.footer {
    font-family:Verdana;
    font-family:system-ui;
    -webkit-box-shadow: 0px 1px 5px 0 rgb(0,0,0,0.75%);
    -moz-box-shadow: 0px 1px 5px 0 rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0 rgb(0 0 0 / 75%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #322b07), color-stop(1, #726130));
    background: -moz-linear-gradient(top, #322b07 5%, #726130 100%);
    background: -webkit-linear-gradient(top, #322b07 5%, #726130 100%);
    background: -o-linear-gradient(top, #322b07 5%, #726130 100%);
    background: -ms-linear-gradient(top, #322b07 5%, #726130 100%);
    background: linear-gradient(to bottom, #322b07 5%, #726130 100%);
    background: linear-gradient(to bottom, #322b07 5%, #726130 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#322b07', endColorstr='#726130',GradientType=0);
    background-color: #726130;
    -moz-border-radius: 3px;
    border: 1px solid #726130;
    color: white;
}
.copywrite {
    background: #1d1c0d;
    text-align: center;
    font-size: 13px;
    font-style: italic;
    padding: 10px;
}
.archieve {
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 600;
    text-align: right;
}
.footerlinksheader {
    margin: 0;
}
.nav6 {
    max-width:1500px;
    padding:0 10px;
    margin:0 auto;
}
.nav6 .links {
    width:30.6%;
    float:left;
    padding:1%;
    min-height:150px;
}
.nav6 .links a {
    color:white;
    padding:2.5px;
    display:block;
}
.nav6 .links .footerlinksheader a {
    font-size: 25px;
    color: goldenrod;
}
.footer .nav6 #count a:first-child {
    display:none;
}
.footer_header {
    font-size: 20px;
    position: relative;
    margin: 10px 0;
    font-family: math;
    color:white;
}
.footer_header:after {
    width: 100px;
    content: "";
    border-bottom: 2.5px solid #ffffa1;
    display: block;
    position: absolute;
    bottom: 0;
    left: 5px;
}

.clearfix {
    clear:both;
}
.line {
    border-top:1px solid white;
}
#final {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}
.thebody, .linkopened {
    line-height: 1.6;
    color: #333;
}
.pagetitle {
    font-size:22px;
    color:brown;
    text-align:center;
}

.search {
	border: 0 !important;
    padding: 0;
    margin: 0;
}
.search button img {
	margin-bottom: -4px;
}
.search button {
	background: white;
    outline: 0;
    border: 0;
    padding: 4.5px;
    border-radius: 0 10px 10px 0;
    position: absolute;
    right: 10px;
    border:1px solid #d8d8d8;
}
.search input {
	padding: 4.5px 5px;
    vertical-align: top;
    border: 0;
    outline: 0;
    border-radius: 10px;
    width:90%;
    width: -webkit-fill-available;
    border:1px solid #d8d8d8;
}
.roundit {
    width: 100%;
    padding-top: 380px;
    height: inherit;
    background-size: cover;
    background-position: center;
    /* border-radius: 50%;
    margin: 4.5% auto; */
    display: block;
}
.outertable1 {
    overflow:hidden;
    max-width:100%;
}
.outertable2 {
    overflow-x:scroll; 
    overflow-y:hidden; 
    text-align:left; 
    max-width:100%;
    padding-bottom:10px;
    margin-bottom:-20px;
}
.close {
    position: fixed;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: pointer;
}
.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #f5f5f5;
}
.close:after {
    transform: rotate(-45deg);
}
.close:before {
    transform: rotate(45deg);
}
i {
    border: solid white;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 8px;
    position: fixed;
    top: 50%;
    cursor: pointer;
}
i.right {
    right: 25px;
    transform: rotate(315deg);
}
i.left {
    left: 25px;
    transform: rotate(135deg);
}
.floatright {
    float:right;
}
#fade2 {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    text-align: center;
    z-index: 101010;
}
.zoom {
    max-height: 90%;
    max-width: 98%;
    position: relative;
    top: 10px;
    bottom: 40px;
    border: 5px solid white;
}
#fade2 .thetitle {
    color: white;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    margin: 0;
    bottom: 10px;
    position: absolute;
    background: none;
    right: 10px;
}
.fade .thetitle .facebook, .fade .thetitle .twitter {
    padding: 5px 10px;
    display: inline-block;
}
.fade .thetitle .facebook {
    background: #3b5998;
}
.fade .thetitle .twitter {
    background: #1DA1F2;
}
.listspage {
	font-size: 14px;
	text-align: left;
	list-style: decimal;
	font-weight: 600;
	cursor: pointer;
	margin-bottom: 50px;
	max-width:1000px;
}
.listspage li {	
	padding: 5px 0;
	border-bottom: 1px solid #D8D8D8;
}
.noticeboard ul a {
	color: black;
}
.listspage li a {
	color: blue;
}
.listspage li p {
	color: gray;
	margin-top:6px;
	word-break: break-all;
} 
.lds-ring {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    background: whitesmoke;
    border-radius: 10px;
    box-shadow: 0px 0px 5px -2px #000;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 8px;
    border: 4px solid #ff7722;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ff7722 transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.navigationbar &gt; .navlinks &gt; .dropdown {
    left: 0;
}

.navlinks {
    display:inline-block;
    position:relative;
}
.dropdown .navlinks {
    margin:0;
    display: block;
}
.navigationbar .navlinks &gt; .dropdown, .secondmenubar .dropdown {
    display:none;
}
.navigationbar &gt; .navlinks &gt; .dropdownlink {
    padding:10px;
}
.dropdown {
    padding:5px;
    position:absolute;
    left:10%;
    top:100%;
    width:250px;
    z-index: +1;
}
.navigationbar &gt; .navlinks &gt; .dropdown {
    left: 0;
}
.dropdown.dropright {
    left:5px;
}
.navlinks.showdropdown &gt; .dropdown, .secondmenubar .showdropdown  &gt; .dropdown {
    display:block !important;
}
.navlinks.showdropdown &gt; .dropdownlink, .dropdown .dropdownlink:hover, .header_menus .dropdownlink:hover a, .header_menus .dropdownlink:hover, .navbar .dropdownlink:hover a, .navbar .dropdownlink:hover {
    background:#646030;
    color:white;
}
.dropdown .dropdownlink, .dropdown a {
    color: black;
}
.shiftthedropleft .dropdownarrow:after {
    left:inherit;
    right:-90%;
}
.shiftthedropleft.dropdown.dropright, .shiftthedropleft .dropdown {
    left: inherit;
    right: 0;
}
.secondmenulinks .navlinks a {
    padding:5px;
}
.dropdownlink, a {
    cursor:pointer;
    text-decoration:none;
}
.dropdownlink, .dropdownlink_a {
    font-weight: 500;
    color:#2e3309;
}
.dropdownmenu {
    box-shadow: 0px 0px 10px -5px #000;
    border-radius: 0;
    background:white;
    text-align:left;
}
.dropdownarrow:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #41480b;
    top: -5px;
    left:20%;
    display: block;
    position: relative;
}
.dropdownarrow {
    background: #41480b;
    height: 5px;
}
.dropdownmenu .menuarrow {
    border-color: #2e3309;
}
.navlinks.showdropdown &gt; .dropdownlink .menuarrow, .dropdown .dropdownlink:hover .menuarrow {
    border-color: #fff;
}
.header_menus .dropdownlink.paddingright, .paddingright {
    padding-right:12.5px;
    position:relative;
}
.blink_it {
    animation: blink 1s infinite; 
}
@keyframes blink {
    50% {
        background: #e1b435;
        border-color: #ff7f7f;
        box-shadow: 0 0 3px 2px #ff6464;
    }
}
.blink_me {
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
    50% {
        background: #c63535;
    }
}
.modal {
    font-family: system-ui;
    z-index: 5;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.fullscreencover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.modal-content {
    background-color: white;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    width: 75%;
    max-width: 650px;
    margin: 130px auto;
    position: relative;
    z-index: +1;
}
.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
    font-weight: 700;
    padding: 0 1px;
}
.modal-content a {
    color: #3d1000;
    font-weight: 500;
}
.modal-content ul {
    max-height: calc(100vh - 273px);
    overflow: auto;
}
.guideline {
    top: 50px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    overflow: auto;
}
.guideline li {
    padding: 10px;
    list-style-type: disclosure-closed;
}
.slider_holder {
    position: relative;
}
.container {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.image-container {
    white-space: nowrap; /* Make sure images stay in a single line */
    text-align: center; /* Center images */
}
.image {
    display: inline-block;
    width: 200px; /* Adjust image width as needed */
    height: 150px; /* Adjust image height as needed */
    margin-right: 20px; /* Adjust spacing between images */
}
.controls_left, .controls_right {
    position: absolute;
    bottom: 40%;
    transform: translateX(-50%);
    z-index: 999;
    background: #38383857;
}
.controls_left {
    left: 15px;
}
.controls_right {
    right: -25px;
}
.control-button {
    cursor: pointer;
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
}
.slider_arrow {
    cursor: pointer;
    color: #ffffff;
    font-size: 24px;
    margin: 5px 10px 2.5px;
    display: block;
}
table.wrapTable tr {
    display: grid;
}
table.wrapTable * {
    max-width: 98%;
}
ul.Yulia li {
    font-size: 14px;
    list-style: decimal-leading-zero;
    padding: 2.5px 0;
}
ul.Yulia li a {
    font-size: 14px;
    color: #1e6db5;
    font-weight: 500;
}
.visitor_count_table {
    color: #f9ff99;
    text-align: left;
    font-size: 14px;
}
.page_side_bar {
    display: inline-block;
    width: 24%;
    margin: 10px 1% 10px 0;
    padding: 0 0;
    border: 0;
    vertical-align: top;
    font-size: 15px;
    position: sticky;
    top: 5px;
}
.page_side_bar_fixed_links {
    background: linear-gradient(45deg, #1d1c0d, #726130);
    border-radius: 10px;
}
.page_side_bar_fixed_links a {
    color: #ffffa1;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #7a8b91;
    font-weight: 600;
}
.page_side_bar_fixed_links a:last-child {
    border:0;
}
.page_side_bar_exists {
    display: inline-block;
    width: 71%;
    margin: 10px 1%;
    padding: 10px 1%;
    border: 0;
    box-shadow: 0 0 0 1px #dcdcdc;
}
.page_side_bar_fixed_notices {
    height: 380px;
    padding-bottom: 10px;
    box-shadow: 0 0 1px 1px #d8d8d8 inset;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}
.page_side_bar_fixed_notices h2 {
    margin: 0;
    padding: 5px;
    text-align: center;
    color: #ffff9e;
    background: linear-gradient(45deg, #1d1c0d, #726130);
    font-weight: 500;
    font-size: 20px;
}
.page_side_bar_fixed_notices marquee {
    height: 315px;
    padding: 0 13px 0 30px;
    overflow: hidden;
}
.page_side_bar_fixed_notices marquee a {
    color: #2e3309;
    padding: 5px 0px;
    font-weight: 500;
    display: list-item;
    list-style: disclosure-closed;
}
.sub_website {
    font-size: 35px;
    color: #ffffa1;
    font-variant: small-caps;
    text-align: center;
    padding: 10px;
    font-weight: 500;
    border-top: 2.5px solid #ffffff;
    background: linear-gradient(0deg, #9d3232, #280707);
}
.no_page_found {
    text-align: center;
    margin-top: 17vh;
    font-size: 15px;
}
.bodypageheader {
    font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-size:18px;
    font-weight: 500;
    margin: 1em;
}
.thebody img {
    max-width:100%;
    max-width: -webkit-fill-available;
}
.searchable_form {
    width: 100%;
    width: -webkit-fill-available;
    position: relative;
}
.searchable_form .input {
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    margin: 20px 0;
    overflow: hidden;
}
.searchable_form .input label {
    color: #5b5b5b;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    margin: -15px 10px;
    background: white;
    padding: 0 5px;
}
.searchable_form .input select {
    padding: 15px 20px;
    width: 98%;
    border: 0;
    width: -webkit-fill-available;
    outline: 0;
    font-size: 18px;
    margin-right: 2%;
    font-weight: 600;
    color: #43494d;
}
.searchable_form button[type=submit] {
    background: linear-gradient(45deg, #1d1c0d, #726130);
    border-radius: 10px;
    color: white;
    outline: 0;
    border: 0;
    padding: 10px 20px;
    display: inline-block;
    margin: 0 auto;
    font-size: 18px;
}
.searchable_table td a {
    display: block;
    text-align: center;
    font-weight: 500;
    color: #2667d4;
}
table.searchable_table th, table.searchable_table td {
    padding: 5px;
    border: 1px solid #c6603a;
}
table.searchable_table th {
    color: #663434;
    background: navajowhite;
}
table.searchable_table tr:nth-child(2n) {
    background: #f8f8f8;
}
.searchable_table {
    width: 100%;
    width: -webkit-fill-available;
    border-collapse: collapse;
    border-radius:0;
}
.searchable_table_holder {
    margin-bottom: 30px;
}
.middle_information {
    text-align: center;
}
@media only screen and (max-width: 600px) {
    .navbar &gt; .navlinks &gt; .dropdownlink &gt; a {
        min-width: 0;
        text-align: left;
    }
    table {
        width: 98% !important;
        margin: 1% !important;
    }
    #final div {
        margin:1% !important;
        display:block !important;
        width:inherit !important;
    }
    #final .searchable_form .input {
        margin: 20px 0 !important;
    }
    .no_page_found {
        margin-top: 17vh !important;
    }
    .roundit {
        padding-top: 160px;
    }
    .header .logo img {
        max-width: 70px;
        max-height: 70px;
        border:0 solid transparent;
    }
    .institution_details, .header .logo {
        display: block;
        text-align: center;
    }
    .institution_details h3, .institution_details h3.fontsize35px {
        font-size: 15px;
        color: #ffffa1;
    }
    .institution_details p {
        font-size: 10px;
    }
    .menuicon {
        display:block;
    }
    .navigationbar .navbar {
        position:fixed;
        top:0;
        bottom:0;
        left:-100%;
        width:200px;
        z-index: 12;
        background: white;
        -webkit-box-shadow: 0px 1px 5px 0 rgb(0 0 0 / 1%);
        -moz-box-shadow: 0px 1px 5px 0 rgba(0,0,0,0.75);
        box-shadow: 0px 1px 5px 0 rgb(0 0 0 / 75%);
        transition:0.5s all;
    }
    .navlinks .dropdowns {
        position: relative;
        top: 100%;
        max-width: none;
        max-height: 0;
        overflow: hidden;
    }
    .dropdowns {
        opacity: 1;
    }
    .navigationbar .navlinks {
        display: block;
    }
    .navigationbar .header_menus .navlinks {
        display: inline-block;
    }
    .navigationbar .header_menus .navlinks .navlinks {
        display: block;
        margin: 2.5px;
    }
    .navbar a {
        color:#2e3309;
    }
    .navlinks.showdropdown &gt; .dropdownlink a, .navigationbar .navbar a:hover, .navigationbar .dropdownlink:hover {
        color:#fff;
        background: #646030;
    }
    .dropdown .showdropdown &gt; .dropdownlink &gt; a {
        color:#fff !important;
    }
    .dropdownlink &gt; .menuarrow {
        border-color: #2e3309;
    }
    .navlinks.showdropdown &gt; .dropdownlink .menuarrow, .dropdownlink:hover .menuarrow {
        border-color: #fff;
    }
    .navigationbar .navlinks {
        border-right: 0;
    }
    .dropdowns .dropdownlinks {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .navbar {
        overflow:auto;
    }
    .navlinks .dropdowns .dropdownlinks {
        margin-top: 0;
        margin-left: 0;
    }
    .navigationbar .navbar.showmenu {
        left:0;
    }
    .fade {
        top:0;
        bottom:0;
        right:0;
        left:0;
        background:rgba(0,0,0,0.5);
        z-index:3;
        position: fixed;
    }
    .leftsidebar, .rightsidebar, .middlesection {
        width:100%;
        min-height: inherit;
    }
    .showinmobile {
        display:initial;
    }
    .hideinmobile {
        display:none;
    }
    .secondmenulinks .dropdowns {
        position: relative;
        left: 0;
        max-width: none;
        top: 0;
        max-height: 0;
        overflow: hidden;
    }
    .secondmenulinks .dropdowns .dropdownlinks {
        margin-top: 0;
    }
    .arrowdowninmobile {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .righttoleft {
        margin:10px 10px;
    }
    .navlinks .dropdowns.showlinks, .secondmenulinks .dropdowns.showlinks {
        max-height:100vh;
        z-index:1;
    }
    .dropdowns .dropdownlinks {
        background:none;
    }
    .nav6 .links {
        width: 100%;
        padding: 20px 0;
        min-height: inherit;
    }
    .slide img {
        width: 100%;
        height: 180px;
    }
	.carousel-caption {
        padding: 5px;
        font-size: 10px;
    }
    .carousel-controls-below {
        display: none;
    }
    .carousel-thumbnail-horizontal {
        display: none;
    }
    .carousel-controls {
        display: none;
    }
    .footer {
        margin: 10px 0 0;
    }
    .nav6 {
        padding: 10px;
    }
    .nav6 .links a {
        padding: 0 5px;
        display: block;
    }
    .righttoleft {
        margin: 0px 0 10px;
        border-radius: 0;
    }
    .notice_bard.showinmobile {
        margin: 10px;
        display:block;
    }
    .dropdown {
        padding: 0px 0;
        position: relative;
        left: 0;
        width: 183px;
    }
    .header_menus  .dropdown {
        padding: 5px;
        position: absolute;
        width:150px;
    }
    .dropdown.dropright {
        left: 0;
    }
    .dropdownarrow:after {
        border-bottom: 5px solid #2e3309;
    }
    .dropdownarrow {
        height: 1.5px;
        background: #2e3309;
        
    }
    .dropdownmenu {
        box-shadow: none;
        border-radius: 0;
        background: white;
        border-bottom: 1px solid #d8d8d8;
    }
    .page_side_bar_exists {
        display: block;
        width: auto;
        margin: 10px;
        padding: 10px;
        border: 1px solid #d8d8d8;
        box-shadow: none;
    }
    .page_side_bar {
        display: block;
        width: auto;
        margin: 10px;
    }
    .sub_website {
        font-size: 15px;
    }
}</pre></body></html>