body{
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
.header-text-first{
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 2vh;
}
.index-college-logo{
    height: 10vh;
    width: auto;
}
.index-menu-first>li>a{
    text-transform: capitalize;
    font-weight: 400;
    font-size: 2vh;
}
.slider-image{
    height: 120vh;
}
.carousel-caption {
    position: absolute;
    bottom: 80%;
    background-color: rgba(0,0,0,0.6);
    border-radius: 50px;
}
.program-heading-f1{
    text-transform: capitalize;
}
.program-image-img1{
    height: 50vh;
    width: 90%;
}
.about-image{
    height: 50vh;
    width: auto;
}
.gallery-image-f1{
    height: 30vh;
    width: auto;
}
.footer-section{
    background-color: #28283F;
}
.footer-list>li{
    list-style: none;
}
.index-Sidemenu-first>li{
    list-style: none;
}
.index-Sidemenu-first>li>a{
    text-transform: capitalize;
    font-weight: 400;
    font-size: 3vh;
}
.page-header-part{
    background-image: url(../image/img3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-header-part-f1{
    text-transform: capitalize;
}
.about-college-logo{
    height: 20vh;
    width: auto;
}
.desk-message-image-f1{
    height: 40vh;
    width: auto;
    border-radius: 5%;
}
.recruitment-partner-img{
    height: 10vh;
    width: 10vh;
}
.qr-code-image{
    margin: 20px;
    height: 50vh;
    width: auto;
}

.adm-print-f1{
    text-transform: uppercase;
}
.college-logo-print{
    height: 5vh;
    width: 5vw;
}
.adm-print-f2{
    text-transform: capitalize;
}
.adm-form-std-img-i1{
    height: 15vh;
    width: auto;
}
.notice-data-section{
    min-height: 20vh;
}
@media screen and (max-width: 768px){
    .slider-image{
        height: 40vh;
    }
}
@media print{
  .no-print{
    display: none !important;
  }
}
.certificate_section{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.cc-span-f1{
    font-size: 3vh;
    margin-top: 10%;
    font-weight: 600;
    text-transform: uppercase;
}
.cc-logo{
    width: 5vw;
    height: auto;
}
.cc-span-f2{
    text-transform: capitalize;
    font-size: 3vh;
    background-color: #F4A460;
    color: #ffffff;
    padding: 1vh 2vw;
    border-radius: 20px;
    font-weight: 500;
}