html, body {
    margin:0;
    padding:0;
}
a {
    cursor:pointer;
    text-decoration:none;
}
body {
    background: blanchedalmond;
}
.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 {
    font-family:Verdana;
    font-family:system-ui;
    max-width:1500px;
    font-size:0;
    margin:0 auto;
}
.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;
}
.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;
}
.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: 0 10px 10px;
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    background: aliceblue;
}
.notice_bard h3 {
    -moz-box-shadow: inset 0px 1px 0px 0px #151573;
    -webkit-box-shadow: inset 0px 1px 0px 0px #151573;
    box-shadow: inset 0px 1px 0px 0px #151573;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #151573), color-stop(1, #0061a7));
    background: -moz-linear-gradient(top, #151573 5%, #0061a7 100%);
    background: -webkit-linear-gradient(top, #151573 5%, #0061a7 100%);
    background: -o-linear-gradient(top, #151573 5%, #0061a7 100%);
    background: -ms-linear-gradient(top, #151573 5%, #0061a7 100%);
    background: linear-gradient(to bottom, #151573 5%, #0061a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#151573', endColorstr='#0061a7',GradientType=0);
    background-color: #151573;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 20px;
    border: 1px solid #124d77;
    padding: 5px 10px;
    color: white;
    margin: 0;
}
.notice_bard marquee {
    height: 40vh;
}
.notice_bard ul li {
    list-style: bengali;
    padding: 5px;
}
.notice_bard ul li a {
    color:black;
}
.notice_bard a {
    text-decoration:none;
}
.righttoleft {
    -webkit-box-shadow: 0px 1px 5px 0 rgb(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%);
    margin: 10px 0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #940612));
	background:-moz-linear-gradient(top, #fe1a00 5%, #940612 100%);
	background:-webkit-linear-gradient(top, #fe1a00 5%, #940612 100%);
	background:-o-linear-gradient(top, #fe1a00 5%, #940612 100%);
	background:-ms-linear-gradient(top, #fe1a00 5%, #940612 100%);
	background:linear-gradient(to bottom, #fe1a00 5%, #940612 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#940612',GradientType=0);
	background-color:#fe1a00;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:5px;
	border:1px solid #d83526;
	color:#ffffff;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.righttoleft a {
    color:white;
    margin:0 10px;
}
.topmarquee {
    font-size:12px;
    margin:0 10px 10px;
}
.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%);
    margin-bottom: 10px;
    background: aliceblue;
}
.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;
    font-variant: small-caps;
}
.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: firebrick;
}
.navigationbar {
    background: #151573;
    z-index: 4;
    position: relative;
}
.dropdown .showdropdown > .dropdownlink > 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:400;
    padding: 10px 10px;
    display: block;
}
.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);
}

.menuarrow {
    border: solid orangered;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    margin-top: -20.5px;
    right: 10px;
    position: absolute;
}
.secondmenubar > .secondmenulinks .dropdownlink .menudown {
    margin-top: -12.5px;
}
.secondmenulinks .navlinks .dropdownlink .menudown {
    margin-top: -18px;
}
.thebody, .linkopened {
    margin: 10px 5px;
    padding: 10px;
    background: honeydew;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
}
.linkopened {
    margin: 0 10px 10px;
}
.thebody h2 {
    color: firebrick;
}
.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: Arial;
    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:110vh;
}
.footer {
    -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, #151573), color-stop(1, #0061a7));
    background: -moz-linear-gradient(top, #151573 5%, #0061a7 100%);
    background: -webkit-linear-gradient(top, #151573 5%, #0061a7 100%);
    background: -o-linear-gradient(top, #151573 5%, #0061a7 100%);
    background: -ms-linear-gradient(top, #151573 5%, #0061a7 100%);
    background: linear-gradient(to bottom, #151573 5%, #0061a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#151573', endColorstr='#0061a7',GradientType=0);
    background-color: #151573;
    -moz-border-radius: 3px;
    border: 1px solid #124d77;
    color: white;
}
.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:10px 5px;
}
.nav6 .links .footerlinksheader a {
    font-size: 25px;
    color: goldenrod;
}
.footer .nav6 #count a:first-child {
    display:none;
}
.clearfix {
    clear:both;
}
.line {
    border-top:1px solid white;
}
#final {
    font-size:18px;
    margin:0 0 17px;
}
.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;
}
.zoom, .close {
    padding:10px 20px;
    margin:10px 20px 0 0;
    background:white;
    color:gray;
    cursor:pointer;
}
.floatright {
    float:right;
}
#fade2 {
    display:none;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.5);
    z-index:54;
}
#fade2 img {
    margin:1% auto 2%;
    max-height:550px;
    max-width:97%;
    min-width:200px;
    min-height:200px;
}
.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: 80px;
    height: 80px;
}
.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: #333 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 > .navlinks > .dropdown {
    left: 0;
}

.navlinks {
    display:inline-block;
    position:relative;
}
.dropdown .navlinks {
    margin:0;
    display: block;
}
.navigationbar .navlinks > .dropdown, .secondmenubar .dropdown {
    display:none;
}
.navigationbar > .navlinks > .dropdownlink {
    padding:10px;
}
.dropdown {
    padding:5px;
    position:absolute;
    left:10%;
    top:100%;
    width:250px;
    z-index: +1;
}
.navigationbar > .navlinks > .dropdown {
    left: 0;
}
.dropdown.dropright {
    left:5px;
}
.navlinks.showdropdown > .dropdown, .secondmenubar .showdropdown  > .dropdown {
    display:block !important;
}
.navlinks.showdropdown > .dropdownlink, .dropdown .dropdownlink:hover, .dropdown a:hover {
    background:#304c4f;
    color:white;
}
.dropdown .dropdownlink, .dropdown a {
    color: black;
}
.secondmenulinks .navlinks a {
    padding:5px;
}
.dropdownlink, a {
    cursor:pointer;
    text-decoration:none;
}
.dropdownlink {
    font-weight: 500;
}
.dropdownlink {
    color:#1e293b;
}
.dropdownmenu {
    box-shadow: 0px 0px 10px -5px #000;
    border-radius: 0;
    background:white;
}
.dropdownarrow:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ed3535;
    top: -5px;
    left:20%;
    display: block;
    position: relative;
}
.dropdownarrow {
    background: #ed3535;
    height: 5px;
}
.navlinks.showdropdown > .dropdownlink .menuarrow, .dropdown .dropdownlink:hover .menuarrow {
    border-color: #fff;
}
.paddingright {
    padding-right:12.5px;
    position:relative;
}
.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: 700px;
    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;
}
@media only screen and (max-width: 600px) {
    .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 {
        font-size: 15px;
        color: firebrick;
    }
    .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 .navbar a {
        color:black;
    }
    .dropdown .showdropdown > .dropdownlink > a {
        color:black !important;
    }
    .navlinks.showdropdown > .dropdownlink, .dropdown .dropdownlink:hover, .dropdown a:hover {
        background: #ffebdd;
        color:black;
    }
    .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: inherit;
        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;
    }
    .dropdown.dropright {
        left: 0;
    }
    .dropdownarrow {
        background: #ff7722;
        height: 1.5px;
    }
    .dropdownmenu {
        box-shadow: none;
        border-radius: 0;
        background: white;
        border-bottom: 1px solid #d8d8d8;
    }
}