.heading1 {
    font-family: 'Trajan Pro Regular';
    font-size: 29px;
    text-transform: uppercase;
    color: #000
}

a.ip {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

a.ip:hover {
    background-color: #000;
    border-color: #fff;
    color: #fff;
}

ff7d7f .heading2 {
    font-family: 'Trajan Pro Regular';
    font-size: 30px;
    text-transform: uppercase;
    color: #000
}

.heading3 {
    font-family: 'Trajan Pro Bold';
    font-size: 14px;
    text-transform: uppercase;
    color: #000
}

.form-box {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

#enquiry.form-box {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.form-box:last-child {
    margin-bottom: 0
}

.form-box .heading2 {
    font-size: 21px;
    text-transform: capitalize;
    color: #000 !important
}

.red,
.text-red {
    color: red !important
}

.bg-white {
    background: #fff !important
}

ol.p {
    list-style-type: lower-latin;
    padding-left: 30px
}

ol.p li {
    list-style: inherit;
    font-size: 12px;
    margin-bottom: .5rem
}

#videoBanner {
    position: relative;
    margin-top: 135px;
    height: 600px;
    overflow: hidden
}

#myVideo {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block
}

.content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px
}

#myBtn {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 5px solid #afaaa9;
    font-size: 18px;
    color: #afaaa9;
    padding: 10px;
    background: 0 0;
    cursor: pointer
}

#myBtn:hover {
    background: 0 0
}

#result {
    padding: 30px 0
}

#result .w-20 {
    width: 20%
}

#result .w-60 {
    width: 60%
}

#result .w-40 {
    width: 40%
}

#result .icons {
    padding: 18px 10px;
    border-bottom: 1px dotted #74a5d4
}

#result .icons span {
    background: url(../images/result-icons.png) no-repeat;
    width: 80px;
    height: 80px;
    display: inline-block
}

#result .icons .average {
    background-position: 0 0
}

#result .icons .years {
    background-position: -80px 0
}

#result .icons .average-class {
    background-position: -160px 0
}

#result .icons .kishore-vaigyanik {
    background-position: -240px 0
}

#result .icons .schools {
    background-position: -320px 0
}

#result .icons .scholarships {
    background-position: -400px 0
}

#result .icons .teams {
    background-position: -480px 0
}

#result .icons p {
    margin-bottom: 5px
}

#result .bigNumbers {
    font-family: 'Trajan Pro Regular';
    text-align: center;
    color: #4175a7;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase
}

#result .bigText {
    font-family: 'Trajan Pro Regular';
    text-align: center;
    color: #333;
    font-size: 15px;
    text-transform: uppercase
}

#result .toppers {
    border: 1px dotted #74a5d4;
    padding: 15px;
    width: 60%
}

#result .toppers .heading2 {
    text-align: center;
    font-size: 24px
}

#result .toppers .heading3 {
    font-family: 'Trajan Pro Regular';
    text-align: center;
    color: #4175a7;
    font-size: 18px
}

#result .toppers .topper-detail .rank {
    background: #e0aa86;
    width: 90%;
    height: 40px;
    position: relative;
    text-align: center;
    font-family: 'Trajan Pro Regular';
    color: #000;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 12px;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

#result .toppers .topper-detail .rank:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 40px solid #dfa985;
    border-right: 20px solid transparent;
    position: absolute;
    left: 100%;
    top: 0
}

#result .toppers .topper-detail .rankNumber {
    background: #cf8c5f;
    width: 101%;
    height: 40px;
    position: relative;
    text-align: center;
    font-family: 'Nimbus Sans L Regular';
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 700
}

#result .toppers .topper-detail .rankNumber sup {
    font-size: 15px;
    text-transform: lowercase;
    top: -.7em
}

#result .toppers .topper-detail .rankNumber:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 40px solid #cf8c5f;
    border-left: 12px solid transparent;
    position: absolute;
    right: 100%;
    top: 0
}

#result .toppers .topper-detail img {
    width: 100%
}

#result .toppers .topper-detail p {
    font-family: 'Trajan Pro Regular';
    text-align: center;
    font-size: 18px;
    color: #444;
    margin-bottom: 30px
}

#result .w-25 {
    width: 25%
}

#result .w-50 {
    width: 50%
}

#result .selections {
    border: 1px dotted #74a5d4;
    padding-top: 15px;
    margin-top: -30px;
    background: #fff;
    border-bottom: 0
}

#result .w-25.top-margin {
    margin-top: -70px
}

#result .selections .heading2 {
    text-align: center;
    font-size: 24px
}

#result .selections .col-md-4 {
    border-bottom: 1px dotted #74a5d4;
    border-right: 1px dotted #74a5d4
}

#result .selections .col-md-4:nth-child(3n+1) {
    border-right: 0
}

#result .selections .selections-detial {
    padding: 25px 10px
}

#result .selections .selections-detial .bigNumbers {
    font-size: 45px;
    line-height: 48px
}

#result .selections .selections-detial .bigText {
    font-family: 'Trajan Pro Bold';
    font-size: 14px;
    margin-top: 8px
}


#enquiry a {
    width: 100%;
    display: inline-block;
    text-align: center;
    height: 80px;
    padding: 20px;
    margin-top: 42px;
    font-family: 'Zurich Bold Condensed';
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    background: #e5aa83;
    background: -moz-linear-gradient(top, #e5aa83 0, #d08d60 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #e5aa83), color-stop(100%, #d08d60));
    background: -webkit-linear-gradient(top, #e5aa83 0, #d08d60 100%);
    background: -o-linear-gradient(top, #e5aa83 0, #d08d60 100%);
    background: -ms-linear-gradient(top, #e5aa83 0, #d08d60 100%);
    background: linear-gradient(to bottom, #ffa07a 0, #ffa07a 100%);
}

#enquiry a span {
    background: url(../images/enquiry.png) no-repeat #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    margin-top: -25%;
}

#enquiry a .admission {
    background-position: 0 0
}

#enquiry a .erp {
    background-position: -90px 0
}

#enquiry a .contact-us {
    background-position: -180px 0
}

#enquiry a .pay-fee {
    background-position: -270px 0
}

#enquiry a span:nth-child(2) {
    display: inline-block;
    width: 100%;
    margin: 0;
    background: 0 0
}

#about {
    padding: 30px 0
}

#about img {
    width: 100%
}

#about .features {
    width: 100%;
    margin-bottom: 20px
}

#about .features .feature-icon {
    width: 100%;
    margin-bottom: 15px
}

#about .features .feature-icon span {
    display: inline-block;
    padding: 8px 10px;
    font-size: 40px;
    line-height: 40px;
    background: #fff;
    color: #FFA07A;
    border: 1px solid #b2b2b2;
    position: relative
}

#about .features .feature-icon span:after,
#about .features .feature-icon span:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

#about .features .feature-icon span:after {
    border-top-color: #fff;
    border-width: 7px;
    margin-left: -7px
}

#about .features .feature-icon span:before {
    border-top-color: #b2b2b2;
    border-width: 8px;
    margin-left: -8px
}

#about .features p span {
    display: block
}

#gallery {
    padding: 50px 0;
    background: #FFA07A
}

#gallery.bg-white {
    background: #fff;
    padding: 0
}

#gallery.bg-white .gallery-block {
    padding: 0
}

#gallery .heading2 {
    color: #fff
}

#gallery .navigation button {
    background-color: #fff;
    border-radius: 0;
    border: none;
    outline: 0;
    bottom: 50px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
    color: #030604;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    right: 50px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    cursor: pointer
}

#gallery a.palatin-btn {
    background: #fff;
    color: #030604
}

#gallery a.palatin-btn:hover {
    background: #fff;
    color: #030604
}

#newsEvents {
    padding: 30px 0;
    background: #e9f0d9
}

#newsEvents .col-md-4:nth-child(1),
#newsEvents .col-md-4:nth-child(2) {
    border-right: 1px solid #bec7b9
}

.newsEventPic {
    border: 8px solid #fff;
    margin-right: 15px
}

.newsEventPic img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block
}

.newsletter a {
    font-size: 30px;
    color: #f07a33
}

.blinking {
    animation: blinkingText 1.2s infinite
}

@keyframes blinkingText {
    0% {
        color: #f07a33
    }

    49% {
        color: #f07a33
    }

    60% {
        color: #eb3270
    }

    99% {
        color: #eb3270
    }

    100% {
        color: #f07a33
    }
}

#blogs {
    padding: 30px 0
}

#blogs img {
    width: 100%;
    margin-bottom: 10px
}

#blogs h4 {
    font-size: 18px;
    font-family: 'Trajan Pro Bold'
}

#blogs .fImage {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    padding: 0;
    border-radius: 4px;
    position: relative;
    border: 1px solid #e4e4e4
}

#blogs .fImage img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block
}

#connect-us {
    padding: 30px 0;
}

.social .fa {
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
    border-radius: 50%
}

.social .fa:hover {
    opacity: .7
}

.social .fa-facebook {
    background: #3b5998;
    color: #fff
}

.social .fa-twitter {
    background: #55acee;
    color: #fff
}

.social .fa-google {
    background: #dd4b39;
    color: #fff
}

.social .fa-linkedin {
    background: #007bb5;
    color: #fff
}

.social .fa-youtube {
    background: #b00;
    color: #fff
}

.social .fa-instagram {
    background: #125688;
    color: #fff
}

.social .fa-pinterest-p {
    background: #e0001e;
    color: #fff
}

.social .fa-wikipedia-w {
    background: #fff
}

#testimonials {
    padding: 30px 0;
    background-color: #FFA07A
}

#testimonials p {
    color: #fff
}

#testimonials h2 {
    color: #fff
}

#testimonials .carousel-item {
    min-height: auto;
    height: auto
}

#testimonials .carousel-indicators {
    bottom: -30px
}

/*#testimonials .carousel-caption img{width:100%}*/
#testimonials .carousel-caption {
    position: relative;
    right: inherit;
    left: inherit;
    top: inherit;
    bottom: inherit;
    z-index: 10;
    padding: 20px;
    text-align: center
}

#testimonials .carousel-caption p {
    color: #000;
    line-height: 24px
}

#testimonials .carousel-caption p.quote {
    text-align: center;
    font-size: 36px
}

#getInTouch {
    padding: 30px 0
}

#getInTouch .form-box {
    max-width: 800px;
    margin: auto
}

#getInTouch .form-box .form-control {
    border-radius: 0;
    font-size: 14px
}

#getInTouch .form-box .custom-select {
    height: calc(2.875rem + 2px)
}

.form-control.form-control-sm.custom-select {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.input-group-sm .custom-file,
.input-group-sm .custom-file .custom-file-input,
.input-group-sm .custom-file .custom-file-label {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.input-group-sm .custom-file .custom-file-label::after {
    height: calc(1.71rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem
}

#partners {
    padding: 30px 0
}

#partners {
    background: #f3f4f3
}

#partners .spnsors-logo {
    text-align: center;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    width: 100%;
    background: #fff
}

#partners .spnsors-logo:hover {
    border-color: transparent;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .2);
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#footer {
    padding: 30px 0 0 0;
    background: #FFA07A
}

#footer .column_1 ul {
    margin-bottom: 15px;
    margin-top: 8px;
    margin-left: -25px;
}

#footer .column_1 a {
    font-size: 17px;
    color: #fff
}

#footer .column_1 span {
    font-family: 'Trajan Pro Regular';
    text-transform: uppercase;
    font-size: 17px
}

#footer .column_1 {
    font-size: 17px;
    color: #fff
}

#footer address .column_1 span {
    padding-right: 10px;
    font-size: 17px
}

#copyright {
    background: #FFA07A;
    padding: 10px 0
}

#copyright .column-1 {
    color: #fff
}

.footer-social {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    text-align: center
}

.footer-social li {
    margin: 0 8px 0 0;
    display: inline-block;
    vertical-align: top
}

.footer-social li:last-child {
    margin-right: 0
}

.footer-social li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 25px
}

.footer-social li a i {
    color: #fff;
    line-height: 36px
}

.footer-social li a:hover i {
    display: block;
    color: #FFA07A;
    background: #fff;
    border-radius: 25px
}

#innerBanner {
    position: relative;
    max-height: 350px;
    overflow: hidden
}

#innerBanner img {
    position: relative;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block
}

#page-content {
    padding: 0;
    background: #e7ecdb;
    background: -moz-linear-gradient(left, #e7ecdb 0, #e7ecdb 50%, #fff 50%, #fff 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #e7ecdb), color-stop(50%, #e7ecdb), color-stop(50%, #fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(left, #e7ecdb 0, #e7ecdb 50%, #fff 50%, #fff 100%);
    background: -o-linear-gradient(left, #e7ecdb 0, #e7ecdb 50%, #fff 50%, #fff 100%);
    background: -ms-linear-gradient(left, #e7ecdb 0, #e7ecdb 50%, #fff 50%, #fff 100%);
    background: linear-gradient(to right, #e7ecdb 0, #e7ecdb 50%, #fff 50%, #fff 100%)
}

#page-content .py-30 {
    padding: 30px 0
}

#page-content .bg-white {
    background: #fff
}

#page-content .heading2 {
    color: #FFA07A
}

#page-content .inner-navigation {
    padding: 0
}

#page-content .inner-navigation ul li {
    padding-right: 15px
}

#page-content .inner-navigation ul li a {
    color: #111210;
    line-height: 38px;
    display: block;
    margin-left: -4px;
    text-transform: uppercase
}

#page-content .inner-navigation ul li.active,
#page-content .inner-navigation ul li:hover {
    background: #fff;
    padding: 8px 0
}

#page-content .inner-navigation ul li.active a,
#page-content .inner-navigation ul li:hover a {
    border-left: 4px solid #869d53;
    color: #87a93c;
    padding-left: 10px;
    line-height: 22px
}

#page-content .content-page {
    padding-left: 15px
}

#page-content .content-page .fImage {
    max-width: 190px;
    height: 210px;
    float: left;
    margin: 0 15px 15px 0;
    padding: 10px;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

#page-content .content-page .fImage img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block
}

#page-content .content-page .d-flex div p {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase
}

#page-content .content-page .d-flex div p.name {
    font-weight: 700;
    color: #048e4c;
    margin-bottom: 12px
}

#page-content .content-page .student-counsil .fImage {
    float: inherit;
    margin: 0 0 15px 0
}

#page-content .content-page .student-counsil .cauvery-house,
#page-content .content-page .student-counsil .ganga-house,
#page-content .content-page .student-counsil .godavari-house,
#page-content .content-page .student-counsil .jhelum-house,
#page-content .content-page .student-counsil .ravi-house,
#page-content .content-page .student-counsil .satluj-house,
#page-content .content-page .student-counsil .yamuna-house {
    padding: 10px;
    margin-bottom: 15px;
    position: sticky;
    position: -webkit-sticky;
    top: 61px;
    z-index: 1
}

#page-content .content-page .student-counsil .cauvery-house {
    background: #ff0
}

#page-content .content-page .student-counsil .ganga-house {
    background: #66cbff
}

#page-content .content-page .student-counsil .godavari-house {
    background: #0071c1
}

#page-content .content-page .student-counsil .jhelum-house {
    background: #ff7d7f
}

#page-content .content-page .student-counsil .ravi-house {
    background: #fac090
}

#page-content .content-page .student-counsil .satluj-house {
    background: #c3d79c
}

#page-content .content-page .student-counsil .yamuna-house {
    background: #fe0000
}

#page-content .content-page .student-counsil .mono-logo {
    height: 60px
}

#page-content .content-page .student-counsil h4 {
    font-family: 'Trajan Pro Bold';
    font-size: 27px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0
}

#page-content .content-page ol,
#page-content .content-page ul {
    padding-left: 30px;
    margin-bottom: 15px
}

#page-content .content-page ol li,
#page-content .content-page ul li {
    font-size: 18px;
    line-height: 1.5rem
}

#page-content .content-page ul li {
    list-style: circle
}

#page-content .content-page ol li {
    list-style: decimal
}

#page-content .content-page h3,
#page-content .content-page h4,
#page-content .content-page h5,
#page-content .content-page h6,
#page-content .content-page li,
#page-content .content-page p {
    color: #7d7d7d
}

#page-content .content-page b,
#page-content .content-page h3 b,
#page-content .content-page h3 strong,
#page-content .content-page h4 b,
#page-content .content-page h4 strong,
#page-content .content-page h5 b,
#page-content .content-page h5 strong,
#page-content .content-page h6 b,
#page-content .content-page h6 strong,
#page-content .content-page p b,
#page-content .content-page p strong,
#page-content .content-page span b,
#page-content .content-page span strong,
#page-content .content-page strong {
    font-family: 'Nunito Sans Bold', sans-serif;
    font-weight: 700
}

#page-content #admissionopen {
    background: #f5930f;
    border: 8px solid #fff;
    margin-top: 15px;
    margin-right: 15px
}

#page-content #admissionopen {
    background: -moz-radial-gradient(center, ellipse cover, #06b360 0, #02743d 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #06b360), color-stop(100%, #02743d));
    background: -webkit-radial-gradient(center, ellipse cover, #06b360 0, #02743d 100%);
    background: -o-radial-gradient(center, ellipse cover, #06b360 0, #02743d 100%);
    background: -ms-radial-gradient(center, ellipse cover, #06b360 0, #02743d 100%);
    background: radial-gradient(ellipse at center, #06b360 0, #02743d 100%)
}

#page-content #admissionopen .palatin-btn,
#page-content #admissionopen .palatin-btn:hover {
    background-color: #f1da6e;
    color: #17651e
}

#page-content #admissionopen h2 {
    color: #fff
}

#page-content #admissionopen.subscribe-inner {
    padding: 30px 0;
    text-align: center
}

.subscribe-inner .heading2 {
    font-size: 30px
}

.subscribe-inner p {
    color: #e9ffb4;
    margin-bottom: 30px;
    font-size: 20px
}

.time-countdown {
    margin: 15px 0 15px 0
}

.text-green {
    color: #065833;
    font-size: 16px;
    font-weight: 600
}

.time-countdown p {
    margin-bottom: 10px;
    overflow: visible;
    font-size: 14px;
    color: #141414
}

.time-countdown p .linkforseo {
    text-decoration: none;
    color: #212121
}

.time-countdown p .linkforseo:hover {
    text-decoration: none;
    color: #212121
}

.time-countdown h2 {
    font-size: 22px;
    text-align: left
}

.time-countdown .team-item {
    float: left;
    margin: 0 20px 0 0
}

.time-countdown .team-item p {
    text-align: center;
    font-weight: 700;
    margin: 0
}

.time-countdown p span.address {
    padding: 0;
    background: #f5930f;
    color: #fff;
    display: inline-block;
    width: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 3px;
    margin-right: 5px
}

.time-countdown p span.address i {
    margin: 0
}

.time-countdown .container-form {
    padding: 0;
    margin: 0 0 30px 0
}

.time-countdown .container-form:last-child {
    padding: 0;
    margin: 0
}

.time-countdown .container-form .form-wrapper {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

ul.gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    margin: 0;
    flex-wrap: wrap;
    text-align: center;
    padding: 0 !important
}

ul.gallery li {
    width: 33.33333%;
    list-style: none !important
}

ul.gallery li img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block
}

ul.gallery li a {
    color: #000;
    margin: 0 7px 15px 8px;
    display: inline-block;
    height: 200px;
    padding-bottom: 32px
}

ul.gallery li a h3 {
    color: #000
}

ul.gallery li a p {
    text-align: center;
    margin: 5px 0 0 0;
    color: #000
}

.team-item {
    float: left;
    margin: 0 15px 15px 0;
    padding: 10px;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

#slider1_container img[u=image] {
    width: auto !important;
    height: 100% !important;
    right: 0 !important;
    left: 0 !important;
    margin: 0 auto !important
}

#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100% !important
}

#customers td,
#customers th {
    border: 1px solid #ddd !important;
    padding: 8px !important;
    width: auto !important
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2
}

#customers tr:hover {
    background-color: #ddd
}

#customers th {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    text-align: left;
    background-color: #4caf50;
    color: #fff
}

#customers td p,
#customers th p {
    font-size: 13px !important;
    margin-bottom: 0
}

#page-content .content-page .student-counsil .gomti-house {
    background: #afabab;
}

#page-content .content-page .student-counsil .indus-house {
    background: #800000;
}

#page-content .content-page .student-counsil .bhramputra-house {
    background: #cc6600;
}

#page-content .content-page .student-counsil .narmada-house {
    background: #385723;
}

#page-content .content-page .student-counsil .gomti-house {
    padding: 10px;
    margin-bottom: 15px;
    position: sticky;
    position: -webkit-sticky;
    top: 61px;
    z-index: 1;
}

#page-content .content-page .student-counsil .indus-house {
    padding: 10px;
    margin-bottom: 15px;
    position: sticky;
    position: -webkit-sticky;
    top: 61px;
    z-index: 1;
}

#page-content .content-page .student-counsil .bhramputra-house {
    padding: 10px;
    margin-bottom: 15px;
    position: sticky;
    position: -webkit-sticky;
    top: 61px;
    z-index: 1;
}

#page-content .content-page .student-counsil .narmada-house {
    padding: 10px;
    margin-bottom: 15px;
    position: sticky;
    position: -webkit-sticky;
    top: 61px;
    z-index: 1;
}



.hupso-share-buttons {
    display: none !important
}

.gallery-block {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 15px;
    margin-top: 15px
}

.dropdown {
    position: relative;
}

/* Hide the dropdown by default */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    /* Position below the parent */
    left: 0;
    background-color: #000;
    /* Match your theme */
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 200px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 999;
    border-radius: 4px;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}

/* Style dropdown links */
.dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

/* Hover effect on dropdown items */
.dropdown-menu li a:hover {
    background-color: #e60000;
    color: #fff;
}

.banner-section {
    position: relative;
    margin-top: 0 !important;
    color: white;
    text-align: center;
}

.banner-section .overlay {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    padding: 80px 0;
}

a.g_anchor {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.news-section {
    height: 340px;
    overflow: hidden;
    background: #f1fdf3;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    position: relative;
}

.news-scroll {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.news-scroll-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    animation: scrollUp 20s linear infinite;
}

.news-card {
    display: flex;
    background: #ffffff;
    border-radius: 14px;
    padding: 15px;
    align-items: flex-start;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
}

.news-card img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 15px;
}

.news-info h4 {
    font-size: 17px;
    margin: 0;
    color: #114b2e;
}

.news-info p {
    margin: 6px 0;
    color: #444;
    font-size: 14px;
}

.news-info a {
    font-size: 13px;
    color: #12885d;
    text-decoration: none;
    font-weight: bold;
}

/* Vertical scroll animation */
@keyframes scrollUp {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-50%);
    }
}

/* Optional: pause on hover */
.news-section:hover .news-scroll-inner {
    animation-play-state: paused;
}


/* Animations */
@keyframes scrollFancy {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-60%);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1);
    }
}

/* Pause scroll on hover */
.news-section:hover .news-scroll {
    animation-play-state: paused;
}


.vertical-marquee-container {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.vertical-marquee {
    display: flex;
    flex-direction: column;
    animation: scroll-up 30s linear infinite;
}

@keyframes scroll-up {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

.news-item {
    display: flex;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
}

.news-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 1rem;
}


a#scrollUp {
    padding: 5px;
}

/* Examination CSS */
.section-title {
    background-color: #ffa07a;
    color: white;
    padding: 12px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    font-size: 1.5rem;
    font-weight: 600;
}

.evaluation-box {
    background-color: #fff;
    border: 2px solid #ffa07a;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 100%;
}

.evaluation-box h6 {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

ul {
    padding-left: 18px;
    margin-bottom: 0;
}

ul li {
    margin-bottom: 6px;
    font-size: 14px;
}

.table-bordered th,
.table-bordered td {
    vertical-align: middle;
}



@media (max-width: 767px) {
    .section-title {
        font-size: 1.25rem;
    }

    .evaluation-box {
        margin-bottom: 15px;
    }
}

h6.exam-title {
    font-size: 18px;
    margin-top: 20px;
}

.card-box {
    align-items: center;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 10px;
    transition: transform 0.2s ease-in-out;

    background: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.card-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.check-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    object-fit: contain;
}

ul.subject-list {
    list-style: none;
    padding: 0;
}

ul.subject-list li {
    margin-bottom: 5px;
    display: flex;
    font-size: 14px;
    gap: 10px;
}

ul.subject-list i {
    color: #004aad;
    margin-right: 8px;
    width: 20px;
    text-align: center;
    font-size: 16px;
}

ul.achievement-list {
    list-style: none;
    padding: 0;
}

ul.achievement-list li {
    margin-bottom: 10px;
    font-size: 16px;
    display: flex;

}

ul.achievement-list li i {
    font-size: 14px;
    margin-right: 8px;
    color: #28a745;
    /* success green */
    width: 20px;
    text-align: center;
}

/* Typography & Structure */
.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #191a1b;
    text-align: center;
    margin: 3rem 0 1.5rem;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #000000;
    margin: 0.5rem auto 0;
    border-radius: 5px;
}


/* Highlight box */
.highlight {
    background-color: #f0f8ff;
    padding: 1.5rem;
    border-left: 6px solid #ffa07a;
    border-radius: 8px;
    margin-bottom: 2.5rem;
    animation: fadeIn 1s ease-in-out;
}

/* Grid system */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

/* Card design */
.card,
.testimonial,
.highlight {

    display: block;
    background: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Card icons */
.card i {
    font-size: 1.8rem;
    color: #ffa07a;
    ;
    margin-bottom: 0.8rem;
    display: block;
}

/* Testimonial box */
.testimonial {
    font-style: italic;
    background: #fff8e1;
    border-left: 5px solid #ffa07a;
    margin-top: 1rem;
}

/* List styles */
ul {
    padding-left: 1.5rem;
}


/* Banner section */
.banner-section {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 5rem 0;
    margin-bottom: 2rem;
}

.banner-section .overlay {
    background: rgba(0, 0, 0, 0.4);
    padding: 3rem 0;
}

.banner-title {
    font-size: 2.8rem;
    font-weight: bold;
}

/* Animation */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* About us Page */
.admission-ips {
    padding: 0px 20px;
    background: #fff;
}



.admission-ips h1 {
    font-size: 36px;
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
    font-weight: 600;
}

.admission-ips section {
    background: #f9f9f9;
    padding: 30px 25px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.admission-ips h2 {
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
    border-left: 5px solid #ffa07a;
    padding-left: 10px;
}

.admission-ips ul {
    list-style-type: none;
    padding-left: 0;
}

.admission-ips ul li {
    padding: 8px 0;
    border-bottom: 1px dashed #ccc;
    padding-left: 25px;
    position: relative;
}

.admission-ips ul li::before {
    content: "✔";
    color: green;
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 14px;
}

.admission-ips table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 15px;
}

.admission-ips table th,
.admission-ips table td {
    border: 1px solid #ccc;
    padding: 12px;
    text-align: left;
}

.admission-ips table th {
    background-color: #e2f0fb;
    color: #000000;
}

.admission-ips .note {
    font-size: 14px;
    color: #ff0000;
    margin-top: 10px;
    font-style: italic;
}

@media (max-width: 768px) {
    .admission-ips h1 {
        font-size: 28px;
    }

    .admission-ips h2 {
        font-size: 20px;
    }
}

p.about-text {
    font-size: 16px;
    color: #000;
    text-align: justify;
}



.about-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

.section-heading {
    font-size: 1.6rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 1rem;
    border-left: 5px solid #ffa07a;
    padding-left: 10px;
}

@media (max-width: 768px) {
    .about-text {
        font-size: 1rem;
    }

    .section-heading {
        font-size: 1.4rem;
    }
}

.school-side-img {
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}



.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0d3d56;
}

.subheading {
    font-size: 1.2rem;
    font-weight: 500;
    color: #6c757d;
}

.beyond-text {
    font-size: 1rem;
    color: #343a40;
    margin-bottom: 1rem;
    line-height: 1.7;
}

.value-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

.value-list li {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    color: #212529;
}

.value-list i {
    font-size: 1rem;
}

.icon-card {
    background: #Ffff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin: 5px;
    border: 1px solid #e9e9e9;
}

.icon-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.icon-card i {
    font-size: 2rem;
    color: #ffa07a;
    margin-bottom: 0.5rem;
}

.icon-card p {
    margin-bottom: 0;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    font-family: 'Trajan Pro Regular';
}




.house-system .card-style {
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    transition: transform 0.3s ease;
    height: 100%;
}

.card-style:hover {
    transform: translateY(-5px);
}

.card-style .card-body {
    padding: 1.5rem;
    background: #efefef;
    height: 100%;
    cursor: pointer;
    border-radius: 10px;
}

.card-style .card-title {
    font-weight: 600;
    color: #444;
    margin-bottom: 0.75rem;
}

.icon-box i {
    font-size: 28px;
    color: #ffa07a;
    margin-bottom: 10px;
}

table.table {
    margin-top: 25px;
}

table th,
table td {
    text-align: center;
    vertical-align: middle;
}

.icon-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffa07a;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
    margin-bottom: 20px;
}

p.house-system {
    font-size: 16px;
    color: #000;
    text-align: justify;
    line-height: 25px;
    margin-bottom: 40px;
}

.custom-list {
    list-style: none;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.8;
}

.custom-list li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.custom-list i {
    margin-right: 10px;
    font-size: 18px;
}

.text-primary {
    color: #007bff;
}

.text-success {
    color: #28a745;
}

.text-info {
    color: #17a2b8;
}

.text-warning {
    color: #ffc107;
}

.text-danger {
    color: #dc3545;
}

.text-secondary {
    color: #6c757d;
}

p.house-text {
    font-size: 14px;
    color: #000;
}





.event-title {
    font-size: 32px;
    color: #222;
    margin-bottom: 10px;
    font-weight: bold;
}

.event-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 25px;
}

.event-description {
    font-size: 16px;
    color: #000000;
    margin-bottom: 40px;
    text-align: justify;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card i {
    font-size: 32px;
    margin-bottom: 15px;
}

.card p {
    font-size: 15px;
    color: #333;
    margin: 0;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* Icon Colors */
.text-pink {
    color: #e91e63;
}

.text-blue {
    color: #2196f3;
}

.text-orange {
    color: #ff9800;
}

.text-purple {
    color: #9c27b0;
}

.text-green {
    color: #4caf50;
}

.text-yellow {
    color: #ffeb3b;
}

.text-red {
    color: #f44336;
}

.text-teal {
    color: #009688;
}

.text-gray {
    color: #607d8b;
}

.icon-custom-color {
    color: #ffa07a;
}

.ip-list {
    padding-left: 1.5rem;
    margin-top: 10px;
}

.ip-list li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
    line-height: 1.6;
}

.ip-list li::before {
    content: "✔";
    /* custom bullet (tick mark) */
    position: absolute;
    left: 0;
    top: 0;
    color: #28a745;
    /* green tick */
    font-weight: bold;
}

.object-fit-cover {
    object-fit: cover;
}

@media (max-width: 768px) {
    .banner-title {
        font-size: 1.8rem;
        text-align: center;
    }
}

/* General Table */
.table {
    font-size: 15px;
}

.custom-list {
    list-style-type: disc;
    padding-left: 25px;
}

.custom-list li {
    margin-bottom: 6px;
}

/* Section subheadings */
.section-subheading {
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

/* Responsive */
@media (max-width: 768px) {
    .table {
        font-size: 14px;
    }

    .table th,
    .table td {
        white-space: normal;
        padding: 8px;
    }

    .custom-list li {
        font-size: 14px;
    }

    .banner-title {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .table {
        font-size: 13px;
    }

    .table th,
    .table td {
        padding: 6px;
    }

    .banner-title {
        font-size: 1.6rem;
    }
}

/* Subjects Table Styling */
.table th,
.table td {
    padding: 10px 8px;
    font-size: 15px;
}

@media (max-width: 768px) {

    .table th,
    .table td {
        padding: 8px 6px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {

    .table th,
    .table td {
        padding: 6px 4px;
        font-size: 13px;
    }
}

/* Excursion Card Hover */
.excursion-card {
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: default;
    /* Non-clickable */
}

.excursion-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.card-img-top {
    object-fit: cover;
    height: 180px;
}

.card-body p {
    font-size: 0.9rem;
    color: #555;
    margin: 0;
}

@media (max-width: 576px) {
    .card-img-top {
        height: 140px;
    }
}
p.admission_test {
    font-size: 16px;
}

.custom-list {
    list-style: none;
    padding-left: 0;
}

.custom-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

.custom-list li::before {
    content: "\2713"; /* Unicode for checkmark */
    position: absolute;
    left: 0;
    top: 0;
    color: #ffa07a;
    font-size: 1.2rem;
    font-weight: bold;
}
select#enquiry {
        border: 1px solid #e1dfdf;
    width: 100%;
}
button.btn.btn-primary {
    width: 100%;
    background: #ffa07a;
    border: navajowhite;
}
.zoom-on-hover {
    overflow: hidden;
    position: relative;
}

/* .zoom-on-hover img {
    transition: transform 0.5s ease;
}

.zoom-on-hover:hover img {
    transform: scale(1.1);
    cursor: pointer;
} */

button.carousel-control-prev {
    background: none;
    border: none;
    cursor:pointer;
}

button.carousel-control-next {
    background: none;
    border: none;
    cursor:pointer;
}
   /* Gallery Styles */
    .gallery-img {
        width: 100%;
        height: 250px;
        padding: 5px;
        object-fit: cover;
        border: none;
        border-radius: 8px;


    }