                body {
                    box-sizing: border-box;
                    z-index: 100;
                    font-family: 'Montserrat';
                    background-repeat: repeat-y;
                    background-attachment: fixed;
                }

                .color1 {
                    color: #143258 !important;
                }

                .color2 {
                    color: #FFB80D !important;
                }

                .img-small {
                    float: left;
                    max-width: 200px;
                    margin-right: 20px;
                    padding: 3px;
                    box-shadow: inset 0 0 5px 2px rgb(0 0 0 / 10%);
                    border: 1px solid #ccc;
                }

                /*Universal*/

                .p-normal {
                    font-size: 16px;
                    font-family: 'Lato';
                }

                .p-special {
                    font-size: 18px;
                    font-family: 'Roboto';
                }

                .img-frame {
                    max-width: 100%;
                    height: auto;
                    float: left;
                    margin-bottom: 20px;
                    margin-right: 20px;
                    padding: 20px;
                    box-shadow: inset 0 0 5px 2px rgb(0 0 0 / 10%);
                    border: 1px solid #ccc;
                }

                .heading2 {
                    font-size: 32px;
                    font-weight: 600;
                    color: #143258;
                    font-family: 'Montserrat';
                }

                .heading3 {
                    font-size: 26px;
                    font-weight: 600;
                    font-family: 'Montserrat';
                }

                .heading4 {
                    font-size: 22px;
                    font-weight: 500;
                    font-family: 'Assistant';
                }

                .bg-image-box {
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: cover;
                }

                .tp-btn {
                    display: inline-block;
                    color: #fff;
                    padding: 10px 18px;
                    border: 1px solid #fff;
                    border-radius: 8px;
                    margin-top: 20px;
                    text-transform: uppercase;
                    line-height: 15px;
                }

                .tp-btn:hover {
                    color: #000;
                    font-weight: 600;
                    background-color: #fff;
                    text-decoration: none;
                }

                /*Information*/

                .info-container {
                    background-color: #143258;
                }

                .info {
                    display: flex;
                    color: white;
                    user-select: none;
                }

                .info-text {
                    width: 90%;
                    padding: 6px 0px;
                    overflow: hidden;
                }

                .info-text p {
                    position: relative;
                    left: 0%;
                    font-size: 14px;
                    white-space: nowrap;
                    margin-bottom: 0;
                    animation-name: marquee;
                    animation-duration: 40s;
                    animation-play-state: running;
                    animation-iteration-count: infinite;
                    animation-timing-function: linear;
                    z-index: 50;
                }

                @keyframes marquee {
                    0% {
                        left: 96%;
                    }
                    100% {
                        left: -120%;
                    }
                }

                .admin-button {
                    overflow: hidden;
                    width: 10%;
                    letter-spacing: 0.5px;
                    font-size: 16px;
                    text-align: center;
                    padding: 5px 0px;
                    color: #143258;
                    font-weight: 800;
                    background-color: #ffc107;
                    text-transform: uppercase;
                    z-index: 100;
                }

                .admin-button:hover {
                    color: #143258;
                    text-decoration: none;
                    background-color: #fff;
                }

                .info-container:hover .info-text p {
                    animation-play-state: paused;
                }

                /*Header*/

                .header {
                    position: sticky;
                    top: -2px;
                    z-index: 1000;
                    background-color: #fff;
                    border-top: 1px dotted #fff;
                }

                .navbar {
                    padding-top: 4px;
                    padding-bottom: 3px;
                }

                .navbar-brand {
                    display: flex;
                }

                .school-logo {
                    width: 100%;
                }

                .school-name-cont {
                    display: flex !important;
                    justify-content: flex-start;
                    text-align: left;
                    flex-direction: column;
                    justify-content: center;
                    color: #143258;
                    margin-left: 10px;
                }

                .school-name {
                    font-size: 29px;
                    font-weight: 600;
                    line-height: 30px;
                    font-family: 'Montserrat';
                }

                .school-address {
                    font-size: 16px;
                    font-family: 'Lato';
                    line-height: 22px;
                    font-weight: 500;
                    opacity: 0.8;
                    text-indent: 1.2px;
                }

                .navbar-toggler {
                    padding: 0 2px;
                }

                .navbar-toggler i {
                    color: #143258 !important;
                }

                .nav-link {
                    color: #143258 !important;
                    opacity: 0.8 !important;
                    font-weight: 600;
                }

                .nav-link:hover {
                    opacity: 0.9;
                }

                /*Slider*/

                .swiper-slide img {
                    display: block;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

                .swiper1 {
                    width: 100%;
                    height: 100%;
                }

                /*Main*/

                /*About School*/

                .mini-about {
                    padding: 0 !important;
                }

                .mini-about-container .button-filled {
                    display: inline-block;
                    margin-top: 20px;
                    color: #fff;
                    font-size: 18px;
                    padding: 6px 18px;
                    background-color: #143258;
                    opacity: 0.9;
                    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
                }

                .mini-about-container .button-filled:hover {
                    color: #fff;
                    text-decoration: none;
                    opacity: 1;
                }

                /*Notices*/

                .notices-container h3,
                .downloads h3 {
                    color: #fff;
                    padding: 13px;
                    font-weight: 500;
                    margin-bottom: 0;
                    background-color: #143258;
                }

                .notice-box,
                .download-box {
                    overflow: hidden;
                }

                .notice-swiper .swiper-slide {
                    height: auto !important;
                }

                .notice,
                .download {
                    display: flex;
                    height: auto !important;
                    margin-top: 16px;
                    color: #000;
                    font-weight: 600;
                    background-color: #fefeff;
                }

                /*.download {*/

                /*    margin-top: 18px;*/

                /*}*/

                .notice-date,
                .download-number-box {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    width: 50px;
                    color: #fff;
                    text-align: center;
                    padding: 5px 10px;
                    background-color: #143258d4;
                }

                .date,
                .download-number {
                    font-size: 18px;
                }

                .month {
                    font-size: 14px;
                    text-transform: uppercase;
                }

                .notice-text {
                    padding: 5px 10px;
                }

                .notice-text p {
                    font-size: 14px;
                    margin: 0px;
                }

                /*Mission*/

                .mission-container {
                    color: #fff;
                    margin: 40px 0px;
                    background-attachment: fixed;
                }

                .mission-container .overlay {
                    height: auto;
                    background-color: rgba(14, 32, 58, 0.8) !important;
                }

                .mission {
                    padding: 0 120px;
                }

                .mission h2 {
                    color: #fff;
                }

                /*Principal*/

                .principals-message-container {
                    display: inline-flex;
                }

                .principal-img {
                    border-radius: 5px;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: cover;
                }

                .principals-message,
                .mini-about {
                    padding: 8px 20px;
                    text-align: justify;
                }

                .principals-message p,
                .mini-about p {
                    margin-bottom: 0;
                }

                /*Links*/

                .more-link {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 18px;
                    font-weight: 500px;
                    padding: 5px 10px;
                    font-family: 'Montserrat';
                }

                .more-link a {
                    display: block;
                    font-size: 18px;
                    color: #fff;
                    text-decoration: none;
                    font-family: 'Montserrat';
                }

                /*Downloads*/

                .download-text {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 18px;
                    padding: 5px 10px;
                    font-family: 'lato';
                }

                .download-number-box {
                    width: 45px;
                    padding: 10px 0;
                }

                /*Stats*/

                .stats-container {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    flex-wrap: wrap;
                    margin: 30px 0;
                }

                .stat-box {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    width: 130px;
                    height: 130px;
                    color: #fff;
                    margin: 10px;
                    border-radius: 50%;
                    background-color: #143258;
                    font-family: 'Montserrat';
                    transition-duration: 0.5s;
                    user-select: none;
                    font-weight: 600;
                    box-shadow: 0px 0px 30px rgba(20, 50, 88, 0.2);
                }

                .stat-box:hover {
                    transform: scale(1.1);
                    color: #143258;
                    background-color: #ffc107;
                }

                .stat-value {
                    font-size: 26px;
                    line-height: 20px;
                }

                .stat-name {
                    font-size: 22px;
                }

                /*Facilities*/

                .facilities {
                    color: #fff;
                    margin: 0px 0px;
                    background-attachment: fixed;
                }

                .facilities .overlay {
                    background-color: rgba(14, 32, 58, 0.9) !important;
                    height: auto;
                }

                .facilities h2 {
                    color: #fff;
                }

                .swiper3 {
                    height: 150px;
                    margin: 50px 0 20px 0;
                }

                .facilities .swiper-slide img {
                    width: 90px;
                    margin-bottom: 10px;
                }

                .facility-name {
                    font-size: 18px;
                }

                /*Faculties
.faculty-container {
margin: 60px auto;
}
.faculty-container h2 {
margin-bottom: 30px;
}
.swiper2 {
height: 320px;
}
.swiper2 .swiper-slide {
border-radius: 10px;
overflow: hidden;
height: 320px;
border: 2px solid #143258;
background-color: #fff;
}
.header-box {
display: flex;
width: 100%;
height: 130px;
padding-top: 30px;
border-radius: 10px;
margin-bottom: 20px;
transition-duration: 0.7s;
border-bottom-left-radius: 200px 30px;
border-bottom-right-radius: 200px 30px;
background-color: #143258;
}
.faculty-dp {
position: relative;
top: 20px;
width: 100px;
height: 100px;
margin: 0 auto;
overflow: hidden;
padding-top: 8px;
border-radius: 50%;
border: 2px solid #143258;
background-color: #fff;
}
.faculty-name {
font-size: 20px;
font-family: 'Roboto';
font-weight: 600;
color: #143258;
text-transform: uppercase;
}
.faculty-subject {
font-size: 12px;
line-height: 10px;
font-family: 'Lato';
color: #143258;
opacity: 0.8;
text-transform: uppercase;
}
.faculty-text {
margin: 0 auto;
padding: 20px 15px;
text-align: justify;
font-size: 13px;
}
.faculty-container .swiper-slide:hover .header-box {
height: 150px;
padding-top: 15px;
margin-bottom: 0px;
border-radius: 0px;
z-index: 100;
}*/

                /*Tab*/

                .project-tab #tabs {
                    background: #007b5e;
                    color: #eee;
                }

                .project-tab #tabs h6.section-title {
                    color: #eee;
                }

                .project-tab #tabs .nav-tabs .nav-item.show .nav-link,
                .nav-tabs .nav-link.active {
                    color: #0062cc;
                    background-color: #ffc107;
                    border-color: transparent transparent #f3f3f3;
                    border-bottom: 3px solid !important;
                    font-size: 16px;
                    font-weight: bold;
                }

                .project-tab .nav-link {
                    border: 1px solid transparent;
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem;
                    color: #0062cc;
                    font-size: 16px;
                    font-weight: 600;
                }

                .project-tab .nav-link:hover {
                    border: none;
                }

                .project-tab thead {
                    background: #f3f3f3;
                    color: #333;
                }

                .project-tab a {
                    text-decoration: none;
                    color: #333;
                    font-weight: 600;
                }

                /*Toppers*/

                .toppers {
                    background-attachment: fixed;
                }

                .toppers .overlay {
                    padding: 70px 0 50px 0;
                    background-color: rgba(14, 32, 58, 0.9) !important;
                }

                .toppers-images-container {
                    justify-content: space-around;
                    flex-wrap: wrap;
                }

                .topper-img {
                    width: 18%;
                    padding-top: 20px;
                    margin-bottom: 25px;
                    border-radius: 10px 10px 0 0;
                    background-color: #fff;
                }

                .toppers-text span {
                    font-size: 42px;
                    font-weight: 600;
                    text-transform: uppercase;
                    color: #fff;
                    font-family: 'Assistant';
                }

                .toppers-text a {
                    display: inline-block;
                    padding: 10px 20px;
                    font-size: 24px;
                    color: #143258;
                    font-weight: 900;
                    margin-top: 30px;
                    text-transform: uppercase;
                    font-family: 'Assistant';
                    background-color: #ffb80d;
                }

                .toppers-text a:hover {
                    text-decoration: none;
                }

                /*Visitors Count*/

                .visitors-count {
                    padding: 20px 0;
                    background-color: #fff;
                }

                .visitors-count h5 {
                    font-size: 28px;
                    font-weight: 600;
                    text-transform: uppercase;
                    margin-bottom: 0;
                }

                /*Footer*/

                footer {
                    background-color: #143258;
                }

                footer h4 {
                    font-weight: 700;
                }

                footer a {
                    display: block;
                    font-size: 18px;
                    color: #fff;
                    text-decoration: none;
                    font-family: 'Assistant';
                }

                footer .school img {
                    width: 110px;
                    filter: invert();
                }

                footer address {
                    display: inline-block;
                }

                .quick-links {
                    padding: 20px 0px;
                }

                .quick-links img {
                    display: block;
                    margin: 10px auto;
                    width: 80px;
                }

                .quick-links a {
                    display: inline-block;
                    padding: 0 10px;
                    line-height: 15px;
                    border-right: 2px solid #fff;
                }

                .quick-links a:last-child {
                    border-right: none;
                }

                footer a:hover {
                    color: #fff;
                    text-decoration: none;
                }

                .copyrights-credits {
                    padding: 20px 0;
                    font-weight: 900;
                    background-color: #fff;
                }

                .copyrights-credits a {
                    color: #143258;
                }

                .copyrights-credits a:hover {
                    color: #143258;
                }

                .copyrights-credits div:first-of-type {
                    color: #000;
                    display: flex;
                    justify-content: space-between;
                }

                /*ABOUT PAGE*/

                .pagename {
                    height: 300px;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: cover;
                }

                .overlay {
                    background-color: rgba(0, 0, 0, 0.4);
                }

                .pagename .overlay {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                }

                .pagename img {
                    display: block;
                    width: 68px;
                    margin-bottom: 20px;
                    opacity: 0.8;
                }

                .pagename h1 {
                    font-size: 36px;
                    color: #fff;
                    font-weight: 600;
                    letter-spacing: 1.9px;
                    text-transform: uppercase;
                    opacity: 0.8;
                    /*	font-family: '';*/
                }

                .objectives-box {
                    display: flex;
                    margin-top: 30px;
                }

                .objective {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                }

                .objectives-icon {
                    width: 40%;
                }

                .objectives-icon img {
                    width: 100%;
                    margin-bottom: 12px;
                }

                .infrastructure {
                    margin: 40px 0;
                }

                .infrastructure .overlay {
                    background-color: rgba(14, 32, 58, 0.9);
                }

                .infrastructure-image {
                    border-radius: 10px;
                }

                .infrastructure-text {
                    padding-left: 20px;
                    text-align: justify;
                }

                /*ACADEMICS*/

                .academics-image {
                    height: 330px;
                }

                .adm-form .overlay {
                    background-color: rgba(14, 32, 58, 0.9);
                }

                .adm-form input,
                .adm-form select {
                    margin-bottom: 15px;
                }

                .adm-form label {
                    margin-bottom: 3px;
                }

                .adm-form input[type="submit"] {
                    background-color: #ffb80d;
                    color: #143258;
                    font-weight: 700;
                    width: 30%;
                    min-width: 130px;
                    margin-top: 10px;
                    border: none;
                    cursor: pointer;
                }

                .adm-form input::placeholder {
                    font-size: 13px;
                    opacity: 0.8;
                }

                /*GALLERY PAGE*/

                .photos-box {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: flex-start;
                }

                .photos-box img {
                    display: block;
                    width: 24%;
                    height: 170px;
                    border-radius: 5px;
                    margin: 0px 0.5% 5px 0.5%;
                    opacity: 1;
                    cursor: pointer;
                }

                .photos-box img:hover {
                    opacity: 0.7;
                }

                #modal {
                    position: fixed;
                    top: 0;
                    display: flex;
                    transition-duration: 0.5s;
                    transition-timing-function: ease-out;
                    transform: scale(0);
                    width: 100vw;
                    height: 100vh;
                    justify-content: center;
                    align-items: center;
                    z-index: 2500000;
                    background-color: rgba(0, 0, 0, 0.9);
                }

                #modal-content {
                    display: block;
                    width: 90%;
                    margin: 0 auto;
                }

                #closeButton {
                    position: absolute;
                    font-size: 82px;
                    color: #fff;
                    top: 0;
                    opacity: 0.7;
                    cursor: pointer;
                    right: 90px;
                }

                #closeButton:hover {
                    opacity: 1;
                }

                /*CONTACT PAGE*/

                .contact-page input,
                .contact-page textarea {
                    margin-bottom: 15px;
                    border: 1px solid #143258;
                }

                .contact-page label {
                    font-size: 17px;
                    margin-bottom: 2px;
                }

                .contact-page input::placeholder {
                    font-size: 14px;
                }

                .contact-page textarea {
                    min-height: 150px;
                    max-height: 180px;
                }

                .contact-page input[type="submit"] {
                    background-color: #143258;
                    color: #fff;
                    cursor: pointer;
                    width: 150px;
                }

                .get-in-touch .button {
                    text-align: center;
                    padding: 0 15px;
                }

                .get-in-touch .button a {
                    padding: 20px 20px;
                    border-radius: 10px;
                    color: #fff;
                    background-color: #143258;
                }

                .get-in-touch .button a:hover {
                    text-decoration: none;
                    opacity: 0.95;
                }

                .get-in-touch .button img {
                    width: 20%;
                    margin-bottom: 10px;
                    filter: brightness(0%) invert();
                }

                .sm-button-container {
                    justify-content: flex-start;
                }

                .sm-icon-box {
                    width: 10%;
                }

                .connect-with-us img {
                    width: 60%;
                }

                /*TRANSFER CERTIFICATE PAGE*/

                .search-box {
                    display: flex;
                    flex-direction: row;
                    border-radius: 60px;
                    padding: 0px;
                    overflow: hidden;
                    background-color: #fff;
                }

                .search-box #adm-no {
                    position: relative;
                    display: inline-block;
                    border: none;
                    border-radius: 0px;
                    padding: 0px 30px;
                    margin-bottom: 0;
                    z-index: 2;
                    background-color: #14325833;
                }

                .search-box #adm-no:focus,
                .search-box #adm-no:hover,
                .search-box #adm-no:active {
                    border: none !important;
                    outline: none !important;
                }

                .search-box .search-button {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 45px;
                    text-align: center;
                    padding: 0px 40px;
                    margin-bottom: 0;
                    font-size: 18px;
                    color: #fff;
                    cursor: pointer;
                    background-color: #143258;
                }

                .search-box input[type="submit"] {
                    width: 0;
                    padding: 0;
                    height: 0;
                    opacity: 0;
                    cursor: pointer;
                    position: absolute;
                    z-index: 0;
                }

                .details-box {
                    width: 100%;
                    border: 1px solid #143258;
                    background-color: #fff;
                }

                .details-box thead tr th {
                    background-color: #143258;
                    color: #fff;
                    font-family: 'Montserrat';
                    text-transform: uppercase;
                    text-align: center;
                    padding: 15px 5px;
                }

                .details-box tbody tr {
                    border-bottom: 1px solid #143258;
                }

                .details-box tbody a {
                    background-color: #143258;
                    color: #fff;
                    padding: 7px 15px;
                    border-radius: 5px;
                }

                .details-box tbody a:hover {
                    color: #fff;
                    text-decoration: none;
                }

                .details-box tbody td,
                .details-box tbody th {
                    padding: 15px 12px;
                    border: 1px solid #143258;
                    font-family: 'Assistant';
                }

                .card:hover {
                    background-color: rgba(14, 32, 58, 0.9) !important;
                    cursor: pointer !important;
                }

                /*MEDIA QUERIES*/

                /*Media Queries for tab <768px breakpoint*/

                @media screen and (max-width:768px) {
                    /*Universal*/
                    .p-normal {
                        font-size: 15px;
                    }
                    .p-special {
                        font-size: 17px;
                    }
                    .heading2 {
                        font-size: 30px;
                    }
                    .heading3 {
                        font-size: 24px;
                    }
                    .tp-btn {
                        padding: 9px 15px;
                        border-radius: 6px;
                        margin-top: 15px;
                        font-size: 15px;
                        line-height: 16px;
                    }
                    .tp-btn:hover {
                        color: #000;
                        font-weight: 600;
                        background-color: #fff;
                        text-decoration: none;
                    }
                    .info-text {
                        width: 87%;
                        padding: 5px 0px;
                    }
                    .info-text p {
                        font-size: 13px;
                        animation-duration: 25s;
                    }
                    @keyframes marquee {
                        0% {
                            left: 95%;
                        }
                        100% {
                            left: -170%;
                        }
                    }
                    .admin-button {
                        width: 13%;
                        font-size: 15px;
                        padding: 4px 0px;
                    }
                    .admin-button:hover {
                        color: #143258;
                        text-decoration: none;
                        background-color: #fff;
                    }
                    .info-container:hover .info-text p {
                        animation-play-state: paused;
                    }
                    /*Header*/
                    .school-logo {
                        width: 60px;
                    }
                    .school-name-cont {
                        margin-left: 7px;
                    }
                    .school-name {
                        font-size: 24px;
                        line-height: 24px;
                    }
                    .school-address {
                        font-size: 14px;
                    }
                    .nav-link {
                        font-weight: 600;
                    }
                    .navbar-toggler {
                        border: none !important;
                        outline: none !important;
                    }
                    .navbar-toggler:hover,
                    .navbar-toggler:focus,
                    .navbar-toggler:active {
                        border: none !important;
                        outline: none !important;
                    }
                    /*Slider*/
                    .swiper1 {
                        height: 400px;
                    }
                    /*About School*/
                    .welcome .row {
                        padding: 0 !important;
                    }
                    .mini-about {
                        padding: 0 !important;
                    }
                    .mini-about-container .button-filled {
                        margin: 20px 0;
                        font-size: 17px;
                        padding: 5px 15px;
                    }
                    .mini-about-container .button-filled:hover {
                        color: #000;
                        text-decoration: none;
                        background-color: #FEB506ff;
                    }
                    /*Notices*/
                    .notices-container {
                        padding: 0 15px;
                    }
                    .notices-container h3,
                    .downloads h3 {
                        padding: 12px;
                    }
                    .notice,
                    .download {
                        margin-top: 10px;
                    }
                    .date {
                        font-size: 16px;
                    }
                    .month {
                        font-size: 13px;
                    }
                    /*Mission*/
                    .mission {
                        padding: 0 70px;
                    }
                    /*Principal*/
                    .principals-message-container {
                        margin-bottom: 40px;
                        padding: 0 15px;
                    }
                    .principals-message,
                    .mini-about {
                        padding: 0;
                        padding-left: 20px;
                    }
                    /*Stats*/
                    .stats-container {
                        flex-wrap: wrap;
                        margin: 30px 0;
                    }
                    .stat-box {
                        width: 90px;
                        height: 90px;
                        margin: 10px;
                        overflow: hidden;
                        font-weight: 600;
                        box-shadow: 0px 0px 20px rgba(20, 50, 88, 0.1);
                    }
                    .stat-box:hover {
                        transform: scale(1.07);
                    }
                    .stat-value {
                        font-size: 18px;
                        line-height: 15px;
                    }
                    .stat-name {
                        font-size: 16px;
                    }
                    /*Facilities*/
                    .facilities {
                        margin: 0px 0px;
                    }
                    .swiper3 {
                        margin: 40px 0 0 0;
                    }
                    .facilities .swiper-slide img {
                        width: 65px;
                        margin-bottom: 10px;
                    }
                    .facility-name {
                        font-size: 16px;
                    }
                    /*Faculties*/
                    .faculty-container {
                        margin: 50px auto;
                    }
                    .swiper2 .swiper-slide {
                        border-radius: 8px;
                        height: 300px;
                    }
                    .header-box {
                        height: 115px;
                        padding-top: 30px;
                        border-radius: 8px;
                        margin-bottom: 20px;
                        border-bottom-left-radius: 200px 30px;
                        border-bottom-right-radius: 200px 30px;
                    }
                    .faculty-dp {
                        position: relative;
                        top: 12px;
                        width: 90px;
                        height: 90px;
                        padding-top: 5px;
                    }
                    .faculty-name {
                        font-size: 19px;
                    }
                    .faculty-subject {
                        font-size: 11px;
                    }
                    .faculty-text {
                        padding: 10px;
                    }
                    .faculty-container .swiper-slide:hover .header-box {
                        height: 130px;
                        padding-top: 15px;
                        margin-bottom: 6px;
                    }
                    /*Toppers*/
                    .toppers .overlay {
                        padding: 60px 0 30px 0;
                    }
                    .toppers-images-container {
                        padding: 0;
                    }
                    .topper-img {
                        width: 14%;
                        padding-top: 20px;
                        margin: 10px 20px;
                        border-radius: 7px 7px 0 0;
                    }
                    .toppers-text {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        margin-top: 30px;
                        padding: 0 20px;
                    }
                    .toppers-text span {
                        font-size: 28px;
                        font-weight: 500;
                    }
                    .toppers-text a {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        height: 42px;
                        font-size: 18px;
                        margin-top: 10px;
                    }
                    .toppers-text a:hover {
                        text-decoration: none;
                    }
                    /*Visitors Count*/
                    .visitors-count {
                        padding: 15px 0;
                        background-color: #fff;
                    }
                    .visitors-count h5 {
                        font-size: 22px;
                    }
                    /*Footer*/
                    footer h4 {
                        font-size: 22px !important;
                        font-weight: 600;
                    }
                    footer a {
                        display: block;
                        font-size: 13px;
                        font-family: 'Assistant';
                    }
                    footer address {
                        display: inline-block;
                        font-size: 13px;
                        margin-bottom: 0;
                        font-family: 'Assistant';
                    }
                    .quick-links {
                        padding: 15px 0px;
                    }
                    .quick-links img {
                        display: block;
                        margin: 0px auto 5px;
                        width: 60px;
                    }
                    footer a:hover {
                        color: #fff;
                        text-decoration: none;
                    }
                    .copyrights-credits {
                        padding: 15px 0;
                        font-weight: 900;
                        font-size: 14px !important;
                        background-color: #fff;
                    }
                    .copyrights-credits a {
                        color: #143258;
                    }
                    .copyrights-credits a:hover {
                        color: #143258;
                    }
                    /*	NEW PAGE  */
                    /*	ABOUT PAGE */
                    .pagename {
                        height: 270px;
                    }
                    .pagename img {
                        width: 54px;
                        margin-bottom: 15px;
                    }
                    .pagename h1 {
                        font-size: 32px;
                        color: #fff;
                        letter-spacing: 1.5px;
                    }
                    .abt-page .notices-container {
                        padding: 0;
                    }
                    .objectives-box {
                        margin-top: 25px;
                    }
                    .objective {
                        text-align: center;
                    }
                    .objectives-icon {
                        width: 35%;
                    }
                    .objectives-name {
                        font-size: 15px;
                    }
                    .infrastructure {
                        margin: 30px 0;
                    }
                    .infrastructure .overlay {
                        padding: 30px 0 !important;
                    }
                    .infrastructure-image {
                        border-radius: 7px;
                        height: 180px;
                        width: 50%;
                        margin: 0px auto 20px auto;
                    }
                    .infrastructure-text {
                        padding: 0 20px;
                        text-align: justify;
                    }
                    /* ACADEMICS PAGE */
                    .acdm-page .notices-container {
                        margin-top: 30px;
                        padding: 0
                    }
                    /* GALLERY PAGE */
                    .photos-box img {
                        margin-bottom: 10px;
                    }
                    #modal-content {
                        width: 70%;
                    }
                    #closeButton {
                        font-size: 72px;
                        right: 40px;
                    }
                    .gallery-page .notices-container {
                        padding: 0;
                        margin-top: 40px;
                    }
                    /*CONTACT PAGE*/
                    .contact-page .col-lg-8 {
                        margin-bottom: 0 !important;
                    }
                    .contact-page .notices-container {
                        padding: 0px;
                    }
                    .contact-page textarea {
                        min-height: 140px;
                        max-height: 170px;
                    }
                    .get-in-touch .button a {
                        padding: 20px 20px;
                        border-radius: 8px;
                    }
                    .get-in-touch .button a:hover {
                        text-decoration: none;
                        opacity: 0.95;
                    }
                    .get-in-touch .button img {
                        width: 25%;
                    }
                    .connect-with-us {
                        margin-bottom: 0 !important;
                    }
                    .sm-button-container {
                        margin-bottom: 0 !important;
                    }
                    /*TRANSFER CERTIFICATE*/
                    .search-box #adm-no:focus,
                    .search-box #adm-no:hover,
                    .search-box #adm-no:active {
                        border: none !important;
                        outline: none !important;
                    }
                    .search-box .search-button {
                        padding: 0px 35px;
                        font-size: 17px;
                    }
                    .details-box tbody a {
                        padding: 5px 18px;
                        border-radius: 5px;
                    }
                    .details-box tbody a:hover {
                        color: #fff;
                        text-decoration: none;
                    }
                    .details-box tbody td,
                    .details-box tbody th {
                        padding: 12px 10px;
                    }
                }

                /*Media Queries for tab <576px breakpoint*/

                @media screen and (max-width:576px) {
                    /*Universal*/
                    .p-normal {
                        font-size: 14px;
                    }
                    .p-special {
                        font-size: 16px;
                    }
                    .heading2 {
                        font-size: 24px;
                    }
                    .heading3 {
                        font-size: 21px;
                    }
                    .tp-btn {
                        padding: 8px 12px;
                        border-radius: 4px;
                        margin-top: 10px;
                        font-size: 14px;
                        line-height: 13px;
                    }
                    .tp-btn:hover {
                        color: #000;
                        font-weight: 600;
                        background-color: #fff;
                        text-decoration: none;
                    }
                    .info-text {
                        width: 80%;
                        padding: 3px 0px;
                    }
                    .info-text p {
                        font-size: 11px;
                        animation-duration: 20s;
                    }
                    @keyframes marquee {
                        0% {
                            left: 90%;
                        }
                        100% {
                            left: -355%;
                        }
                    }
                    .admin-button {
                        width: 20%;
                        font-size: 12px;
                        padding: 3px 0px;
                    }
                    .admin-button:hover {
                        color: #143258;
                        text-decoration: none;
                        background-color: #fff;
                    }
                    .info-container:hover .info-text p {
                        animation-play-state: paused;
                    }
                    /*Header*/
                    .school-logo {
                        width: 45px;
                    }
                    .school-name-cont {
                        margin-left: 5px;
                    }
                    .school-name {
                        font-size: 19px;
                        letter-spacing: -0.4px;
                        line-height: 20px;
                    }
                    .school-address {
                        font-size: 10px;
                        line-height: 12px;
                    }
                    .nav-link {
                        font-size: 13px;
                        padding: 5px 0;
                        font-weight: 600;
                    }
                    .navbar-toggler {
                        border: none !important;
                        outline: none !important;
                    }
                    .navbar-toggler:hover,
                    .navbar-toggler:focus,
                    .navbar-toggler:active {
                        border: none !important;
                        outline: none !important;
                    }
                    /*Slider*/
                    .swiper1 {
                        height: 100%;
                    }
                    /*About School*/
                    .mini-about {
                        padding: 0px !important;
                    }
                    .mini-about-container .button-filled {
                        margin: 15px 0;
                        font-size: 15px;
                        padding: 3px 12px;
                    }
                    .mini-about-container .button-filled:hover {
                        color: #000;
                        text-decoration: none;
                        background-color: #FEB506ff;
                    }
                    /*Notices*/
                    .notices-container {
                        padding: 0px 15px;
                    }
                    .notices-container h3,
                    .downloads h3 {
                        padding: 10px;
                    }
                    .notice,
                    .download {
                        margin-top: 8px;
                    }
                    .date {
                        font-size: 15px;
                    }
                    .month {
                        font-size: 12px;
                    }
                    .notice-text p {
                        font-size: 13px;
                    }
                    /*Mission*/
                    .mission-container .overlay {
                        padding: 30px 0px !important;
                    }
                    .mission {
                        padding: 0 30px;
                    }
                    .mission p {
                        text-align: justify;
                    }
                    /*Principal*/
                    .principals-message-container {
                        padding: 0 15px;
                    }
                    .principal-img {
                        min-height: 170px;
                        margin-bottom: 10px;
                        background-position: top;
                    }
                    .principals-message,
                    .mini-about {
                        padding: 0;
                    }
                    /*Downloads*/
                    .downloads {
                        margin-top: 30px;
                    }
                    .download-text {
                        font-size: 15px;
                    }
                    /*Stats*/
                    .stats-container {
                        margin: 25px 0;
                        justify-content: space-around;
                    }
                    .stat-box {
                        width: 85px;
                        height: 85px;
                        margin: 8px;
                    }
                    .stat-box:hover {
                        transform: scale(1.07);
                    }
                    .stat-value {
                        font-size: 15px;
                        line-height: 13px;
                    }
                    .stat-name {
                        font-size: 14px;
                    }
                    /*Facilities*/
                    .facilities {
                        margin: 0px 0px;
                    }
                    .facilities .overlay {
                        padding: 30px 0 !important;
                    }
                    .swiper3 {
                        margin: 30px 0 0 0;
                    }
                    .facilities .swiper-slide img {
                        width: 45px;
                        margin-bottom: 5px;
                    }
                    .facility-name {
                        font-size: 12px;
                    }
                    /*Faculties*/
                    .faculty-container {
                        margin: 40px auto;
                    }
                    .swiper2 .swiper-slide {
                        border-radius: 5px;
                        height: 280px;
                    }
                    .header-box {
                        border-top-left-radius: 5px;
                        border-top-right-radius: 5px;
                    }
                    /*Toppers*/
                    .toppers .overlay {
                        padding: 40px 0;
                    }
                    .toppers-images-container {
                        padding: 10px !important;
                    }
                    .topper-img {
                        width: 13%;
                        padding-top: 10px;
                        margin: 8px;
                        border-radius: 5px 5px 0 0;
                    }
                    .toppers-text {
                        display: block;
                        margin-top: 0px;
                    }
                    .toppers-text span {
                        font-size: 20px;
                        font-weight: 500;
                    }
                    .toppers-text a {
                        width: 100px;
                        padding: 0 !important;
                        height: 30px;
                        font-size: 14px !important;
                    }
                    .toppers-text a:hover {
                        text-decoration: none;
                    }
                    /*Visitors Count*/
                    .visitors-count {
                        padding: 10px 0;
                        background-color: #fff;
                    }
                    .visitors-count h5 {
                        font-size: 15px;
                    }
                    /*Footer*/
                    footer h4 {
                        font-size: 18px !important;
                    }
                    footer a {
                        font-size: 14px;
                    }
                    footer address {
                        font-size: 14px;
                    }
                    .quick-links img {
                        width: 40px;
                    }
                    .quick-links a {
                        padding: 0 8px 0 5px;
                        margin: 0 !important;
                        font-size: 13px !important;
                        border-width: 1px;
                    }
                    footer a:hover {
                        color: #fff;
                        text-decoration: none;
                    }
                    .copyrights-credits {
                        padding: 10px 0;
                        font-weight: 900;
                        font-size: 11px !important;
                        background-color: #fff;
                    }
                    .copyrights-credits div:first-of-type {
                        flex-direction: column;
                    }
                    .copyrights-credits a {
                        color: #143258;
                        font-size: 13px;
                    }
                    .copyrights-credits a:hover {
                        color: #143258;
                    }
                    /*	NEW PAGE*/
                    /*ABOUT PAGE*/
                    .pagename {
                        height: 140px;
                    }
                    .pagename img {
                        width: 30px;
                        margin-bottom: 8px;
                    }
                    .pagename h1 {
                        font-size: 20px;
                        letter-spacing: 1px;
                    }
                    .abt-page .notices-container {
                        margin-top: 30px;
                    }
                    .abt-page .downloads {
                        margin: 30px 0 !important;
                    }
                    .objectives-icon {
                        width: 60%;
                    }
                    .objectives-name {
                        font-size: 12px;
                    }
                    .tpa,
                    .committee {
                        padding: 0 15px;
                    }
                    .infrastructure .overlay {
                        padding: 30px 0 10px 0 !important;
                    }
                    .infrastructure-image {
                        width: 100%;
                    }
                    .infrastructure-text {
                        padding: 0;
                    }
                    .rules {
                        padding: 0 15px;
                    }
                    /*ACADEMICS PAGE*/
                    .academics-image {
                        height: 180px;
                    }
                    .adm-form label {
                        font-size: 14px;
                    }
                    .adm-form input::placeholder {
                        font-size: 12px;
                    }
                    .adm-form input,
                    .adm-form select {
                        padding: 4px 10px;
                        margin-bottom: 10px;
                    }
                    /* GALLERY PAGE */
                    .photos-box img {
                        width: 100%;
                        height: 200px;
                    }
                    #modal-content {
                        width: 85%;
                    }
                    #closeButton {
                        font-size: 48px;
                        right: 20px;
                    }
                    /*CONTACT PAGE*/
                    .contact-page input,
                    .contact-page textarea {
                        margin-bottom: 12px;
                        padding: 5px 10px;
                    }
                    .contact-page label {
                        font-size: 15px;
                    }
                    .contact-page input::placeholder,
                    .contact-page textarea::placeholder {
                        font-size: 12px;
                    }
                    .contact-page textarea {
                        min-height: 120px;
                        max-height: 150px;
                    }
                    .contact-page input[type="submit"] {
                        width: 120px;
                        font-size: 15px;
                    }
                    .get-in-touch .button {
                        padding: 0 15px;
                        margin-bottom: 15px;
                    }
                    .get-in-touch .button a {
                        padding: 20px 20px;
                        border-radius: 5px;
                    }
                    .get-in-touch .button a:hover {
                        text-decoration: none;
                        opacity: 0.95;
                    }
                    .get-in-touch .button img {
                        width: 15%;
                        margin-bottom: 5px;
                    }
                    .sm-icon-box {
                        width: 15%;
                    }
                    .connect-with-us img {
                        width: 60%;
                    }
                    /*TRANSFER CERTIFICATE*/
                    .search-box #adm-no:focus,
                    .search-box #adm-no:hover,
                    .search-box #adm-no:active {
                        border: none !important;
                        outline: none !important;
                    }
                    .search-box .search-button {
                        height: 40px;
                        padding: 0px 25px;
                        font-size: 15px;
                    }
                    .details-box thead tr th {
                        padding: 8px 5px;
                        font-size: 14px;
                    }
                    .details-box tbody a {
                        padding: 5px 10px;
                        font-size: 12px;
                    }
                    .details-box tbody a:hover {
                        color: #fff;
                        text-decoration: none;
                    }
                    .details-box tbody td,
                    .details-box tbody th {
                        padding: 8px 10px;
                        font-size: 13px;
                    }
                }