@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Overpass:wght@600&family=Russo+One&family=Gochi+Hand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
.roboto {
    font-family: 'Roboto', sans-serif;
}
.poppins {
    font-family: 'Poppins', sans-serif;
}
.russo {
    font-family: 'Russo One', sans-serif;
}
.architects {
    font-family: 'Architects Daughter', sans-serif;
}
.gochi {
    font-family: 'Gochi Hand', sans-serif;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: linear-gradient(109.476575498932deg, rgba(250, 247, 245, 1) 5.911420204978038%, rgba(226, 210, 196, 1) 95.95534407027817%);
}
.middle {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#loading {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    background-color: ivory;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    border-left: 16px solid pink;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.row {
    text-align: center;
}
.box {
    display: flex;
    width: 100%;
    height: 4px;
    margin: 5px 0px 0px 0px;
}
.box-sm {
    height: 4px;
    margin: 0;
    flex-grow: 1;
    transition: all .8s ease-in-out;
    cursor: pointer;
}
.red {
    background-color: #FF5852;
}
.orange {
    background-color: #FF9000;
}
.yellow {
    background-color: #FFD300;
}
.green {
    background-color: #3DCD49;
}
.blue {
    background-color: #0089D7;
}
.purple {
    background-color: #9E44C4;
}
.box-sm:hover {
    flex-grow: 12;
}
.logo {
    max-width: 100%;
    max-height: 150px;
    vertical-align: middle;
    border-style: none;
}
.middle1,
.middle2,
.middle3 {
    padding: 5px;
}
.topbg {
    /* background-color: #ffffff; */
    padding-top: 20px;
}
.principalimage {
     max-width: 100%; 
    max-height: 200px;
}
.pmsg {
    height: 200px;
    overflow: scroll;
}
.pmsg::-webkit-scrollbar {
    display: none;
}
.pmsg {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
/* .pcarosel {
    height: 100px !important;
} */
.noticeboard {
    width: 100%;
    min-height: 150px;
    display: grid;
    color: whitesmoke;
    font-family: 'Gochi Hand', cursive;
    letter-spacing: 1.5px;
    place-items: center;
    border: tan solid 6px;
    border-top: #bda27e solid 6px;
    border-left: #b19876 solid 6px;
    border-bottom: #c9ad86 solid 6px;
    background-image: radial-gradient(circle at top 50%, rgba(34, 34, 34, 0.3), rgba(34, 34, 34, 0.3) 80px, rgba(34, 34, 34, 0.5) 100px, rgba(51, 51, 51, 0.5) 160px, rgba(51, 51, 51, 0.5)), linear-gradient(215deg, transparent, transparent 100px, #222 260px, #222 320px, transparent), radial-gradient(circle at right, #111, rgba(51, 51, 51, 1));
    background-color: #333;
    position: relative;
    margin-bottom: 10px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100px !important;
    height: 100px !important;
    margin: auto !important;
}
.owl-carousel {
    max-height: 150px !important;
    background: transparent;
}
pre {
    margin-bottom: 5px !important;
}
.btns {
    width: 90%;
    border-radius: 10px;
    border: none;
    background-color: aquamarine;
    cursor: pointer;
    padding: 5px;
    margin: 0px 5px 5px 5px;
    font-size: small;
    outline: none;
}
.notificationheader {
    border-radius: 10px 10px 0 0;
    background: linear-gradient(117.63074603564246deg, rgba(1, 96, 186, 1) 54.226451927769645%, rgba(0, 0, 0, 1) 100.11530014641288%);
    padding-top: 5px;
    font-weight: bold;
    padding-bottom: 1px;
    text-align: center;
    color: white;
    width: 100%;
}
.imparea {
    height: 200px;
}
.carousel-inner .carousel-item {
    height: 260px;
}
.carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    height: 260px;
    width: 100%;
    border: 5px solid whitesmoke;
    border-radius: 15px;
}
.notice-bodystyle {
    height: 220px;
}
.notice-post {
    margin-bottom: 30px;
    padding-bottom: 8px;
    border-bottom: 1px solid blue;
}
.notice-icon {
    color: #26cbbd;
    font-size: 10px;
    font-weight: 600;
    margin-left: 15px;
    text-align: left;
}
.notice-content {
    padding-left: 45px;
    margin-top: -40px;
    text-align: left;
    position: relative;
}
.notice-content a {
    font-size: 12px;
    color: #000000;
    font-weight: 600;
}
.implinks {
    background: linear-gradient(109.476575498932deg, rgba(236, 236, 236, 1) 5.911420204978038%, rgba(195, 229, 248, 1) 95.95534407027817%);
    border-radius: 10px;
    text-align: center;
    /* padding: 5px; */
}
.pgallery {
    border-radius: 10px;
    text-align: center;
    padding: 5px;
    /* background: linear-gradient(109.476575498932deg, rgba(229, 221, 204, 1) 5.911420204978038%, rgba(113, 190, 194, 1) 95.95534407027817%); */
}
.impdocs {
    background: linear-gradient(109.476575498932deg, rgba(236, 236, 236, 1) 5.911420204978038%, rgba(195, 229, 248, 1) 95.95534407027817%);
    border-radius: 10px;
    text-align: center;
}
footer {
    display: block;
    width: 100vw;
    /* height: 20px; */
    background: #FFD300;
    color: black;
    /*font-size: 13px;*/
    font-weight: bold;
    /* padding: 2px; */
    margin-left:-15px;
    margin-right:-15px;
}
.visitor {
    float: left;
    margin-left: 5px;
}
.sitecreated {
    /*letter-spacing: 1px;*/
    float: right;
    /*margin: 3px;*/
}
pre h6 {
    font-family: sans-serif;
}
::-webkit-scrollbar {
    width: 20px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}
pre {
    font-family: sans-serif !important;
}
.about{
    overflow:scroll;
}
.aboutimg {
    max-height: 200px;
}
.aboutus {
    /*background: linear-gradient(108.17873687162864deg, rgba(98, 185, 183, 1) 6.348059454995871%, rgba(236, 246, 237, 1) 95.11767134599503%);*/
    width:100%;
}
.aboutus h2 {
    padding-top: 20px;
    padding-bottom: 10px;
}
.about p {
    max-height: 200px;
    overflow-y: scroll;
    text-align:left;
}
.hrabt {
    border: 0;
    margin-top: -20px;
    max-width: 100%;
    background-position: 50%;
    /* box-sizing: border-box; */
    /*height: auto;*/
    color: gold;
    text-align: center;
}
.hrabt::after {
    content: "★";
    font-size: 2em;
    text-shadow:
        -2em 0,
        -1em 0,
        1em 0,
        2em 0;
}
  @media only screen and (max-width: 768px) {
      .table-sm{
          font-size: 10px;
      }
      footer{
          font-size:10px;
      }
  }
  .footer{
      display: flex;
      justify-content: space-between;
      max-width: -webkit-fill-available;
  }
  .f-small {
    font-size: small;
  }
  .f-xsmall {
    font-size: x-small;
  }
  .f-xxsmall {
    font-size: xx-small;
  }
 