@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@700&family=Secular+One&family=Spectral:ital,wght@1,500&display=swap');

/* font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif; */


/* font-family: 'Merienda', cursive;
font-family: 'Secular One', sans-serif;
font-family: 'Spectral', serif; */

body {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

@media(max-width:420px) {
    body {
        overflow-x: hidden;
    }
    .navbar {
        padding: 0px;
        margin: 0px;
    }
}


/* Navbar CSS Starts here */

.nav-item a {
    color: #fff;
    margin-right: 30px;
    font-weight: 500;
}

.nav-item a:hover {
    color: rgba(242, 219, 12, 1);
    transform: scale(1.2);
}

.nav-item a.active {
    color: rgba(242, 219, 12, 1);
}

.navbar-brand img {
    position: absolute;
    top: 12px;
    left: 70px;
    width: 200px;
    background-color: rgba(242, 219, 12, 1);
    padding: 10px;
    border-radius: 5px;
}

@media(max-width:780px) {
    .nav-item a {
        color: #fff;
        margin-right: 0px;
        font-weight: 500;
    }
    .navbar-brand img {
        position: relative;
        top: 0px;
        left: 0px;
        width: 150px;
        background-color: rgba(242, 219, 12, 1);
        padding: 10px;
        border-radius: 5px;
    }
    .navbar li {
        background-color: rgb(50, 50, 50);
        text-align: center;
    }
}

@media(max-width:420px) {
    .nav-item a {
        color: #fff;
        margin-right: 0px;
        font-weight: 500;
    }
    .navbar-brand img {
        position: relative;
        top: 0px;
        left: 0px;
        width: 120px;
        background-color: rgba(242, 219, 12, 1);
        padding: 10px;
        border-radius: 5px;
    }
    .navbar li {
        background-color: rgb(50, 50, 50);
        text-align: center;
    }
}


/* Navbar CSS Starts here */

.head-image img {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    object-fit: cover;
}

@media(max-width:780px) {
    .head-image img {
        height: 75vh;
    }
}

@media(max-width:420px) {
    .head-image img {
        height: 65vh;
    }
    .carousel-slide2-text {
        font-size: 18px;
        font-weight: 800;
    }
}

#about {
    overflow-x: hidden;
    padding: 50px 100px;
    font-weight: 400;
    max-width: 1400px;
    margin: auto;
}

#about h2 {
    padding-top: 30px;
    padding-bottom: 20px;
}

#about img {
    /* max-height: 400px; */
    width: 100%;
    object-fit: cover;
}

.principal-img {
    /* padding-top: 100px; */
}

.principal {
    background-color: rgb(245, 245, 245);
    padding: 0px 0px;
    margin: 0px 0px;
}

#about p {
    padding: 0px 30px;
}

@media(max-width:1040px) {
    #about {
        font-weight: 400;
    }
    #about h2 {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    #about img {
        max-height: 600px;
        height: auto;
        max-width: 100%;
    }
}

@media(max-width:780px) {
    #about {
        padding: 10px 20px;
        font-weight: 400;
    }
    #about h2 {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    #about img {
        max-height: 600px;
        height: auto;
        max-width: 100%;
    }
}

@media(max-width:420px) {
    #about {
        padding: 10px 20px;
        font-weight: 400;
    }
    #about h2 {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    #about img {
        max-height: 400px;
        height: auto;
        max-width: 100%;
    }
    .principal-img {
        padding-top: 10px;
    }
}

#whyus {
    overflow-x: hidden;
    padding: 50px 100px;
    font-weight: 400;
    max-width: 1400px;
    margin: auto;
}

#whyus img {
    width: 100%;
    height: auto;
    padding: 0px;
}

#whyus .chooseus {
    /* background-color: rgb(245, 245, 245); */
    padding: 10px;
    background-color: rgb(50, 50, 50);
}


/* COUNTER */

#counter span.percent:after {
    content: "%";
    display: inline-block;
}

#counter span.count {
    font-size: 40px;
    font-weight: 600;
}

#counter {
    justify-content: space-evenly;
}

#whyus .counter-text {
    font-size: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 7px;
    padding: 20px;
}

#whyus h2 {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}

@media(max-width:1040px) {
    #whyus {
        padding: 0px;
        font-weight: 400;
    }
    #whyus .chooseus {
        padding: 0px 0px 10px 0px;
        background-color: rgb(50, 50, 50);
    }
    #whyus img {
        width: 100%;
        height: auto;
        padding-right: 30px;
        /* padding-left: 30px; */
    }
    /* COUNTER */
    #counter span.percent:after {
        content: "%";
        display: inline-block;
    }
    #counter span.count {
        font-size: 30px;
        font-weight: 600;
    }
    #counter {
        justify-content: space-evenly;
    }
    #whyus .counter-text {
        font-size: 20px;
        background-color: rgb(255, 255, 255);
        border-radius: 7px;
        padding: 10px;
    }
}

@media(max-width:780px) {
    #whyus {
        padding: 0px 0px 0px 0px;
        font-weight: 400;
    }
    #whyus .chooseus {
        padding: 0px 0px 20px 0px;
        background-color: rgb(50, 50, 50);
    }
    #whyus img {
        width: 100%;
        height: auto;
        padding: 0px;
    }
    /* COUNTER */
    #counter span.percent:after {
        content: "%";
        display: inline-block;
    }
    #counter span.count {
        font-size: 25px;
        font-weight: 600;
    }
    #counter {
        justify-content: space-evenly;
    }
    #whyus .counter-text {
        font-size: 15px;
        background-color: rgb(255, 255, 255);
        border-radius: 7px;
        padding: 10px;
    }
}

@media(max-width:420px) {
    #whyus {
        padding: 10px 20px 10px 20px;
        font-weight: 400;
    }
    #whyus .chooseus {
        padding: 10px 0px 50px 0px;
        background-color: rgb(50, 50, 50);
    }
    #whyus img {
        width: 100%;
        height: auto;
        /* padding: 10px; */
    }
    /* COUNTER */
    #counter span.percent:after {
        content: "%";
        display: inline-block;
    }
    #counter span.count {
        font-size: 25px;
        font-weight: 600;
    }
    #counter {
        justify-content: space-evenly;
    }
    #whyus .counter-text {
        font-size: 15px;
        background-color: rgb(255, 255, 255);
        border-radius: 7px;
        padding: 20px;
    }
    #whyus h2 {
        padding-top: 30px;
        padding-bottom: 10px;
        color: #fff;
    }
}


/* Carousel Animation Starts here */

.middle {
    position: absolute;
    top: 50vh;
    left: 10vw;
    transform: translate(-50%, -50%);
    margin: auto;
    width: max-content;
    text-align: center;
    z-index: 1;
}

.text-type-animation {
    font-size: 15px;
    color: rgb(255, 255, 255);
}

.txt-rotate {
    color: rgb(255, 234, 50);
    font-size: 40px;
    font-weight: 500;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.content {
    padding: 40px 70px 40px 70px;
}

@media(max-width:780px) {
    .middle {
        position: absolute;
        top: 40vh;
        left: 40vw;
        transform: translate(-50%, -50%);
    }
    .text-type-animation {
        font-size: 20px;
        color: rgb(255, 255, 255);
    }
    .txt-rotate {
        color: rgb(255, 234, 50);
        font-size: 40px;
        font-weight: 500;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }
    .content {
        padding: 40px 70px 40px 70px;
    }
}

@media(max-width:420px) {
    .middle {
        position: absolute;
        top: 30vh;
        left: 40vw;
        transform: translate(-50%, -50%);
    }
    .text-type-animation {
        font-size: 10px;
        color: rgb(255, 255, 255);
    }
    .txt-rotate {
        color: rgb(255, 234, 50);
        font-size: 20px;
        font-weight: 500;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }
    .content {
        padding: 40px 70px 40px 70px;
    }
}


/* Carousel Animation Starts here */


/* Facility Section End Here */

#facility {
    overflow-x: hidden;
    padding: 25px 75px;
    max-width: 1400px;
    margin: auto;
}

#facility img {
    width: 100%;
}

#facility p {
    line-height: 28px;
}

#facility h2 {
    margin-top: 0px;
    margin-bottom: 5px;
}

@media(max-width:1040px) {
    #facility {
        padding: 20px;
    }
    #facility img {
        width: 100%;
        max-width: 100%;
        margin-top: 5%;
    }
    #facility p {
        line-height: 20px;
        padding-right: 0px;
    }
}

@media(max-width:780px) {
    #facility {
        padding: 10px 10px;
    }
    #facility img {
        width: 100%;
        max-width: 100%;
    }
    #facility p {
        line-height: 20px;
    }
}

@media(max-width:420px) {
    #facility {
        padding: 10px 20px;
    }
    #facility img {
        width: 100%;
    }
    #facility p {
        line-height: 25px;
        padding: 0px;
    }
    #facility h2 {
        font-size: 20px;
        padding-top: 20px;
    }
}


/* Facility Section End Here */


/* footer */

#footer {
    background-color: rgb(230, 230, 230);
    font-weight: 400;
    margin-top: 25px;
}

#footer .footer-bg {
    clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
    background-color: rgba(242, 219, 12, 1);
    padding: 50px 75px;
}

#footer .footer-bg p {
    line-height: 30px;
}

#footer .footer-tagline {
    background-color: rgb(50, 50, 50);
    padding: 25px 75px;
    color: rgb(255, 255, 255);
}

#footer a {
    text-decoration: none;
    color: rgba(242, 219, 12, 1);
    font-family: 'Montserrat', sans-serif;
}

#footer .footer-content {
    padding: 35px 25px 25px 25px;
    font-family: 'Poppins', sans-serif;
}

@media(max-width:780px) {
    #footer {
        background-color: rgb(230, 230, 230);
        font-weight: 400;
        margin-top: 25px;
        max-width: 100%;
    }
    #footer .footer-bg {
        clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
        background-color: rgba(242, 219, 12, 1);
        max-width: 100%;
        width: 100%;
        /* padding: 20px; */
        margin: 0px;
        text-align: center;
    }
    #footer .footer-bg p {
        line-height: 20px;
    }
    #footer .footer-tagline {
        background-color: rgb(50, 50, 50);
        color: rgb(255, 255, 255);
    }
    #footer a {
        text-decoration: none;
        color: rgba(242, 219, 12, 1);
        font-family: 'Montserrat', sans-serif;
    }
    #footer .footer-content {
        /* padding: 35px 75px 25px 25px; */
        font-family: 'Poppins', sans-serif;
    }
}

@media(max-width:420px) {
    #footer {
        background-color: rgb(230, 230, 230);
        font-weight: 400;
        margin-top: 25px;
        max-width: 100%;
        padding: 0px;
        margin: 0px;
    }
    #footer .footer-bg {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        background-color: rgba(242, 219, 12, 1);
        max-width: 100%;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    #footer .footer-bg p {
        line-height: 30px;
        padding: 10px;
    }
    #footer h4 {
        padding: 10px;
    }
    #footer .footer-tagline {
        background-color: rgb(50, 50, 50);
        color: rgb(255, 255, 255);
    }
    #footer a {
        text-decoration: none;
        color: rgba(242, 219, 12, 1);
        font-family: 'Montserrat', sans-serif;
    }
    #footer .footer-content {
        /* padding: 35px 75px 25px 25px; */
        font-family: 'Poppins', sans-serif;
    }
}

span.tag {
    color: red;
    font-size: 20px;
}

.bx {
    font-size: 40px;
    vertical-align: middle;
}

#passingYear {
    justify-content: space-evenly;
}

.yellow {
    color: rgba(242, 219, 12, 1);
}

.white {
    color: rgb(255, 255, 255);
}

.year {
    background-color: rgba(242, 219, 12, 1);
    padding: 10px 0px 10px 0px;
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 20px;
}

#tcIssued {
    margin-top: 120px;
}

#tcIssued a {
    text-decoration: none;
}

#y2018-19,
#y2019-20 {
    padding: 5px 55px 50px 55px;
}

.student {
    padding: 10px;
}

.img-caption {
    color: white;
    text-align: center;
    font-size: 20px;
    /* margin-top: 2%; */
}

#y2018-19 img,
#y2019-20 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

#y2018-19 a,
#y2019-20 a {
    text-decoration: none;
    color: rgba(242, 219, 12, 1);
}

#y2018-19 a:hover,
#y2019-20 a:hover {
    transform: scale(1.1);
    color: red;
}

#about-image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

@media(max-width:420px) {
    #sant img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    #sant p {
        text-align: justify;
        font-weight: 400;
    }
}

#sant {
    padding: 25px;
    max-width: 1400px;
    margin: auto
}

#sant img {
    width: 100%;
    height: auto;
    object-fit: cover;
    padding: 30px;
}

#sant p {
    padding: 0px 30px 30px 30px;
    text-align: justify;
    font-weight: 400;
}

.bg-grey {
    background-color: rgb(245, 245, 245);
}

@media(max-width:1040px) {
    #chairman img {
        padding: 20px;
    }
    #chairman h2 {
        padding: 10px 0px 0px 0px;
    }
}

@media(max-width:780px) {
    #chairman img {
        padding: 10px;
    }
    #chairman h2 {
        padding: 10px 0px 0px 0px;
    }
}

@media(max-width:420px) {
    #chairman {
        padding: 0px;
    }
}

#chairman {
    font-weight: 400;
    padding: 15px 100px;
    max-width: 1400px;
    margin: auto
}

#chairman img {
    width: 100%;
}

#chairman p {
    padding: 0px 50px;
    line-height: 27px;
}

#chairman h2 {
    padding: 30px 0px 10px 0px;
}

#faculty {
    font-weight: 400;
    padding-top: 50px;
    padding-bottom: 50px;
}

#faculty img {
    width: 100%;
    height: auto;
}

#faculty p {
    padding-top: 7px;
}

#faculty .space30 {
    padding-bottom: 30px;
}

@media(max-width:420px) {
    #contact {
        padding: 0px;
    }
    .contact-content {
        padding: 15px;
    }
    .form-bg {
        margin-left: 13%;
    }
    .mapouter {
        position: relative;
        text-align: right;
        padding-left: 15px;
    }
    .gmap_canvas {
        overflow: hidden;
        background: none !important;
    }
}

#contact {
    padding: 150px 50px 50px 50px;
}

#contact img {
    width: 100%;
}

.contact-heading {
    position: absolute;
    top: 20vh;
    left: 30vw;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.contact-content {
    padding: 15px;
}

#contact .bx {
    font-size: 25px;
    padding-right: 5px;
}

.mapouter {
    position: relative;
    text-align: right;
    padding-left: 75px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
}

.widget-contact-form {
    padding: 0px 50px 10px 50px;
}

#map {
    padding-bottom: 50px;
    padding-right: 75px;
    padding-top: 50px;
}

#map h3 {
    padding-bottom: 15px;
    padding-top: 25px;
}

.form-bg {
    background-color: rgb(245, 245, 245);
}

#tcgallery {
    padding-top: 100px;
}

#tcgallery li {
    padding-bottom: 20px;
}

#tcgallery h3 {
    color: rgb(255, 234, 50);
}

#tcgallery h3:hover {
    color: rgb(255, 50, 50);
}

#certificate {
    padding: 20px 100px;
    max-width: 1400px;
    margin: auto;
}

#certificate a {
    text-decoration: none;
}

#certificate ul {
    list-style: none;
}

#certificate ul p {
    font-size: 20px;
    font-weight: 500;
    color: black;
}

.disclosure a {
    text-decoration: none;
    color: red;
}

.mark-text {
    font-family: 'Merienda', cursive;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    color: red;
}

.bg-yellow {
    background-color: yellow;
    padding: 10px 20px;
    margin: 0px;
}

.li-pd {
    padding: 10px 0px;
}

.svg-mg {
    margin-top: auto;
    margin-bottom: auto;
}

#certificate p {
    margin: 0px;
}

#certificate li:hover {
    color: red;
}

#certificate ul p:hover {
    font-size: 20px;
    font-weight: 700;
    color: red;
}

.navbar-toggler-icon {
    padding: 5px;
    background-color: whitesmoke;
}

@media(max-width:420px) {
    #certificate {
        padding: 20px 10px;
        overflow-x: hidden;
    }
    #certificate h2 {
        font-size: 25px;
    }
}