@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
/* font-family: 'Poppins', sans-serif; */


body {
    font-family: 'Poppins', sans-serif;
}

a {
    display: inline-block;
    transition: .5s;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.top-header {
    padding: 10px 0;
    background: #bdea17;
}
.top-header .call-icon{float: left;
    margin-right: 10px;}
.material-symbols-outlined {
    color: #4bbd27;
}

.top-head-rgt {
    display: flex;
    justify-content: end;
}

.theme-bg{
    background:#aad887;
}

.search-bar {
    display: flex;
}

.btn1 {
    padding: 7px 11px;
    border: 1px solid #29db14;
    color: #fff;
    background: #058d04;
    border-radius: 3px;
}

    .btn1:hover, .login {
        background: #1ea507;
        border-color: #56f146;
        color: #fff;
    }

        .login:hover {
            border: 1px solid #e77e1d;
            background: #e77e1d;
        }

.search-bar {
    margin-right: 4px;
}

    .search-bar .form-control {
        border-radius: 0;
        border: 1px solid #e77e1d;
    }

.middle-header {
    background: #e7ffdd;
}

.logo {
    text-align: left;
}

    .logo img {
        width: 120px;
    }

.flashbg {
    background: url(/img/flashbg.png);
}

.search-bar button {
    background: #e77e1d;
    border: 1px solid #e77e1d;
    color: #fff;
    padding: 5px 20px;
    transition: .5s;
}

    .search-bar button:hover {
        background: #28176e;
        border-color: #28176e;
    }

.navbar-collapse {
    justify-content: center;
}

.main-header {
    background: #85a707;
}

.navbar-nav li a {
    font-size: 14px;
    font-weight:400;
    color: #fff !important;
}

.navbar-nav .dropdown-menu {
    background: #e77e1d;
    border-radius: 0;
    padding: 0;
    border: 0;
    top: 46px;
}

.navbar-nav > li {
    margin-right: 30px;
}

    .navbar-nav > li:last-child {
        margin-right: 0px;
    }

.navbar-nav .dropdown-menu li a {
    padding: 10px 20px;
    border-bottom: 1px solid #f48c2b;
}

    .navbar-nav .dropdown-menu li a:hover {
        background: #28176e;
    }


.choose-us .container-fluid {
    padding-right: 92px;
    padding-left: 92px;
}

.choose-negative-mrg {
    margin-top: 0px;
    z-index: 9;
    position: relative;
}

.single-choose-us {
    height: 100%;
    padding: 13px 3px 3px;
    display: flex;
}

    .single-choose-us .material-symbols-outlined {
            min-width: 45px;
    margin: 0px 1px 0 12px;
    color: #fff;
    }

        .single-choose-us .choose-img img {
            width: 100%;
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
        }

    .single-choose-us .choose-content h3 {
        font-size: 20px;
        margin: 0 0 10px;
        color: #fff;
    }

    .single-choose-us .choose-content p {
        line-height: 26px;
        font-size: 16px;
        color: #fff;
    }

.choose-us .row [class*=col-] {
    padding: 0;
}

.choose-bg-green {
    background-color: #4bbd27;
}

.choose-bg-yellow {
    background-color: #fdc735;
}
.choose-bg-red {
    background-color: #FF5722;
}
.choose-bg-blue {
    background-color: #307ad5;
}
.choose-bg-gray {
    background-color: #009688;
}

.v-box .directorimg{border: #ababab solid 0px;
    border-radius: 3px;}


.about-us{background: #f1f1f1; margin:75px; padding:10px; }
.directordesk{background: #fff; margin:75px;  }
.directorquote{color: #6a726d;
    font-size: 18px;
    font-family: cursive;
    
}
.about-img img:hover {
    background:  #baea04 !important; }
.about-img img {
    transition: .5s;
}
.rotate { transform: rotate(10deg);}

.color-bg-lamon{background:#d4f360;}

/*--------------News Events-------*/









/* Calendar sec start */
/* .cal__main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
.calendar-sec {
    padding: 60px 0;
    /* height: auto;
    background: url("../images/ban-2.jpg") no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    color: rgb(255, 255, 255);
    padding: 30px 80px 30px 30px; */
}

.cal__main h1 {
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.491);
    text-align: center;
    text-transform: uppercase;
}

.cal__main p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.491);
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

/* .cal__container {
  width: 700px;
  height: 470px;
} */

.calendar__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    /* background: rgba(255, 255, 255, 0.383); */
    background: #28176e;
    backdrop-filter: blur(0px);
    /* border-radius: 20px 20px 0 0; */
}

    .calendar__top .arrow {
        font-size: 2rem;
        padding: 1rem;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        color: rgb(190, 190, 190);
    }

        .calendar__top .arrow:hover {
            background-color: rgba(255, 255, 255, 0.102);
            border-radius: 50%;
        }

    .calendar__top .calendar__day {
        position: absolute;
        left: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: left;
        /* padding-right: 15rem; */
        overflow: hidden;
    }

    .calendar__top .calendar__time {
        position: absolute;
        right: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: right;
        height: 100%;
        color: white;
        display: none;
    }

        .calendar__top .calendar__time .cal__time {
            font-size: 1.7rem;
            text-transform: uppercase;
        }

    .calendar__top .cal__month {
        font-size: 1.8rem;
        text-transform: uppercase;
        color: white;
    }

    .calendar__top .cal__date {
        font-size: 1rem;
        color: rgb(199, 199, 199);
    }

.calendar__bottom {
    padding: 1rem;
    height: 50px;
    /* background-color: rgba(255, 255, 255, 0.077);
  backdrop-filter: blur(200px); */
    /* background: rgba(104, 104, 104, 0.47); */
    backdrop-filter: blur(50px);
    width: 100%;
    height: 100%;
    /* border-radius: 0 0 20px 20px; */
}

    .calendar__bottom .cal__weekdays {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        place-items: center;
    }

        .calendar__bottom .cal__weekdays span {
            padding: 1rem;
            font-size: 1.5rem;
            color: rgb(199, 199, 199);
        }

    .calendar__bottom .cal__days {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        place-items: center;
        color: white;
    }

        .calendar__bottom .cal__days span {
            padding: 1rem;
            font-size: 1.2rem;
            width: 100%;
            text-align: center;
            border-radius: 20px;
            cursor: pointer;
            transition: all 200ms;
        }

            .calendar__bottom .cal__days span:hover {
                /* background-color: rgba(240, 248, 255, 0.573); */
                background: #e77e1d;
            }

        .calendar__bottom .cal__days .today {
            /* background: rgba(194, 194, 194, 0.47); */
            background: #28176e;
        }

/* .background {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(219, 0, 255, 0.75);
  filter: blur(100px);
  position: absolute;
  top: 10%;
  right: 50%;
  animation: spin1 3.5s linear infinite alternate;
} */

@keyframes spin1 {
    0% {
        top: 10%;
        right: 50%;
    }

    100% {
        top: 30%;
        right: 50%;
    }
}

/* .background1 {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #27ffc5;
  filter: blur(100px);
  position: absolute;
  top: 20%;
  left: 40%;
  animation: spin2 3s linear infinite alternate;
} */

@keyframes spin2 {
    0% {
        top: 20%;
        left: 40%;
    }

    100% {
        top: 30%;
        left: 40%;
    }
}

/* .background2 {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #fb3d3d;
  filter: blur(100px);
  position: absolute;
  top: 50%;
  left: 30%;
  animation: spin3 2.5s linear infinite alternate;
} */

@keyframes spin3 {
    0% {
        top: 50%;
        left: 30%;
    }

    100% {
        top: 60%;
        left: 30%;
    }
}

.monthly-events-header h3, .notification-sec-header h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.calendar__top .cal__month {
    font-size: 24px;
    font-weight: 600;
}

.calendar-sec-itm-header {
    background: #bdea17;
    padding: 15px 0;
}

.calendar-sec-itm {
    background: #ffffff
    ;
}

.notifications {
    color: #3e3d3d;
    padding: 15px 19px;
    border-bottom: 1px solid #bdea17;
    transition: .8s;
}
.notifications:hover{background:#dbf579; transition: .5s;}

.notification-itm .notifications:last-child {
    border: 0;
}

.notifications h4 {
    font-size: 15px;
    font-weight: 600;
}

.download-btn {
   font-size: 14px;
    color: #8db108;
    /* background: #819d19; */
    /* padding: 4px 8px; */
    transition: .5s;
}

    .download-btn:hover {
        color: #0cbf09;
       
    }
/* .notification-sec {
    height: 340px;
    overflow: auto;
} */
.notification-itm {
    height: 376px;
    overflow: auto;

}

    .notification-itm::-webkit-scrollbar-track {
        background: #bdea17;
        height: 1px;
        width: 1px;
    }

    .notification-itm::-webkit-scrollbar-thumb {
        background: #4b5e04;
    }

    .notification-itm::-webkit-scrollbar {
        width: 10px;
    }

.monthly-event {
    padding: 20px;
}
/* calendar sec end */

/* tabs */
.principal-msg {
    padding: 0 0 50px;
}

    .principal-msg .nav-tabs {
        justify-content: center;
        border-bottom: 0;
        margin-bottom: 20px;
    }

        .principal-msg .nav-tabs button {
            border: 0 !important;
            border-radius: 0 !important;
            margin: 0 5px 10px !important;
            color: #fff !important;
        }

        .principal-msg .nav-tabs li:nth-child(1) button {
            background-color: #72d2ff !important;
        }

        .principal-msg .nav-tabs li:nth-child(2) button {
            background-color: #ff3b3a !important;
        }

        .principal-msg .nav-tabs li:nth-child(3) button {
            background-color: #ff723a !important;
        }

        .principal-msg .nav-tabs li:nth-child(4) button {
            background-color: #ffd200 !important;
        }


    .principal-msg .heading-typ1 {
        text-align: center;
        margin-bottom: 30px;
    }

.principal-msg-in {
    margin: auto;
}
/* .principal-msg-in{max-width: 850px; margin: auto;} */

.msgs-tab h3 {
    margin-bottom: 20px;
}

.msgs-tab-con a {
    background: #28176e;
    padding: 8px 16px;
    color: #fff;
}

    .msgs-tab-con a:hover {
        background: #e77e1d;
        padding: 8px 16px;
    }
/*  */
footer {
    background-color: #43443d;
    padding-top: 60px;
}

.default-overlay {
    position: relative;
}
/* .footer-top.default-overlay:before {
  background-color: #003502;
  opacity: .89;
}
.default-overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  right: 0;
  bottom: 0;

} */
.footer-area {
    background-image: url(../images/school_background.png);
    background-size: cover;
}

.footer-widget .footer-title h4 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 36px;
    padding: 0 0 14px;
}

    .footer-widget .footer-title h4:before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        height: 2px;
        width: 50px;
        background-color: #bdea17;
    }

.footer-widget .footer-about p {
    color: #fff;
    line-height: 23px;
    margin: -5px 0 3px;
}
.ml-2{margin-left:20px !important;}

.footer-widget .f-contact-info {
    margin-top: 16px;
}

    .footer-widget .f-contact-info .single-f-contact-info {
        margin-bottom: 9px;
    }

        .footer-widget .f-contact-info .single-f-contact-info i {
            color: #ebebeb;
            font-size: 15px;
            margin-right: 6px;
        }

        .footer-widget .f-contact-info .single-f-contact-info a {
            color: #fff;
        }

        .footer-widget .f-contact-info .single-f-contact-info span {
            font-size: 14px;
            font-weight: 400;
            color: #fff;
        }

.footer-menu-social {
    margin-top: 12px;
}

    .footer-menu-social .footer-social {
        margin-left: 0;
    }

        .footer-menu-social .footer-social ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .footer-menu-social .footer-social ul li:first-child {
                margin-right: 0;
            }

            .footer-menu-social .footer-social ul li {
                margin-left: 6px;
            }

                .footer-menu-social .footer-social ul li a.facebook {
                    color: #0054a6;
                }

                .footer-menu-social .footer-social ul li a {
                    display: inline-block;
                    width: 28px;
                    height: 28px;
                    background-color: #fff;
                    border-radius: 100%;
                    text-align: center;
                    line-height: 28px;
                    font-size: 12px;
                }

                    .footer-menu-social .footer-social ul li a.youtube {
                        color: #c4302b;
                    }

                    .footer-menu-social .footer-social ul li a.twitter {
                        color: #38a1f3;
                    }

.visits {
    background: #fff;
    padding: 2px 20px;
    font-weight: 600;
    margin-left: 10px;
    position: initial;
    right: 0px;
}

.footer-menu-social .footer-social {
    margin-left: 0;
    position: relative;
}

.footer-social.row a img {
        padding: 5px;
}

.footer-widget .footer-list {
    margin-top: -10px;
}

    .footer-widget .footer-list ul {
        padding: 0;
    }

        .footer-widget .footer-list ul li {
            margin-bottom: 8px;
            list-style: none;
        }

            .footer-widget .footer-list ul li a {
                color: #fff;
                display: block;
            }

.footer-widget .subscribe-style p {
    color: #fff;
    line-height: 23px;
    margin: -10px 0 13px;
}

.footer-widget input {
    background: #ffffff;
    border: none;
    height: 43px;
    padding: 2px 20px;
    font-size: 14px;
    color: #333;
    display: block;
    width: 100%;
}

    .footer-widget input[type=button] {
        width: auto;
        font-weight: bold;
        text-transform: uppercase;
        color: #e77e1d;
        height: auto;
        padding: 9px 40px;
        margin-top: 20px;
        font-size: 14px;
        letter-spacing: .5px;
    }

.footer-bottom {
    background-color: #2e2e2e;
    padding: 10px 0;
    margin-top: 50px;
}

.copyright p {
    color: #fff;
    margin: 0;
}

.mid {
    float: right;
}

.footer-social ul li {
    list-style: none;
}

/* about us section start */
.about_btn {
    background-color: #28176e;
    color: #fff;
    padding: 6px 18px;
}

/* about us section start */
.hero{height:400px; background-size:cover; background-repeat:no-repeat;}
.about_bg{background-image: url(/img/about-banner.jpg); }
.Timetable-bg{background-image: url(/img/Timetable_bg.jpg); }
.ourfaculty-bg{background-image: url(/img/OurFaculty.jpg); }
.gallery-bg{background-image: url(/img/gallery_bg.jpg); }
.syllabus-bg{background-image: url(/img/syllabus_bg.jpg); }
.activities-bg{background-image: url(/img/activities_bg.jpg); }
.achievements-bg{background-image: url(/img/achievements_bg.jpg); }
.Events-bg{background-image: url(/img/UPCOMINGEVENTS.jpg); }
.Contacthero{background-image: url(/img/Contact_banner.jpg); height:400px; background-size:cover; background-repeat:no-repeat;}

.contactform {width: 80%;
    background: #90be56;
    padding: 10px;
    border: 2px solid #4CAF50;
    border-radius: 5px;
}

@media(max-width:767px) {
    .contactform {
        width: 100%;
    }
}

.border-lamon{
border-color:#29db14 !important;
}
.info-item .single-f-contact-info p { margin:0 3px 0 0;}


/* student achievement start */
.student-achievement {
    background-image: url(../images/student.png);
}

    .student-achievement h5 {
        color: #e77e1d;
    }

.student-achievement {
    padding: 50px 0;
}

.student_achievement a {
    background-color: #28176e;
    padding: 6px 20px;
    border: none;
}

    .student_achievement a:hover {
        background-color: #e77e1d;
        border: none;
    }

/* student achievement start */

/* text crolling start */
.text-crolling {
    padding: 20px 0;
    color: #28176e;
    font-size: 20px;
}
/* text crolling enf */

/* useful links section start */
.full {
    padding: 50px 0;
}

.user_box01 {
    float: left;
    border: 1px solid #eee;
    margin: 0;
    width: 100%;
}

.userLink_img img {
    text-align: center;
    float: none;
    display: block;
    margin: 27px auto;
}

.userLink_img {
    float: left;
    width: 100%;
    height: 150px;
}

.user_link p {
    float: left;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    background: #fbba7d;
    font-size: 15px;
    margin: 0px;
}

.useful-main-heading {
    text-align: center;
    color: #e77e1d;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

/* useful links section end */

/* school Photo Gallery start */
.event-content h3 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: #e77e1d;
    padding: 20px 0;
}

    .event-content h3 a {
        color: #fff;
    }

.event-img {
    overflow: hidden;
}

    .event-img img {
        transition: .5s;
    }

        .event-img img:hover {
            transform: scale(1.2);
        }

/* school Photo Gallery end */


/* Our News start */
.event-area {
    height: auto;
    background: url("../images/our_news_our_event.png") no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    padding: 80px 0;
    background-position: center;
}

.section-title h2 {
    color: #4bbd27;
    font-size: 36px;
    font-weight: 600;
}

.about_btn:hover {
    color: #fff;
    background-color: #e77e1d;
}

.section-title h2 span {
    color: #e77e1d;
}

.date-coln a {
    background-color: #e77e1d;
    padding: 4px 10px;
    color: #fff;
}

.submit_btn {
    background-color: #bdea17;
    padding: 4px 10px;
    color: #fff;
    border:1px solid #85a707;
    border-radius:3px;
}
.submit_btn:hover {
    background-color: #87a909;
    padding: 4px 10px;
    color: #fff;
}

.index-video-main {
    margin: 60px 0;
}
/* Our News end */

/* certificate section start */
.blog-area {
    padding: 50px 0;
}
/* certificate section end */

/* video sec start */
.video-inner video {
    border: solid 5px #28176e;
    margin-bottom: 40px;
}
/* video sec end */

/* photo gallery sec start */
.image-gallery-page .single-event .event-img img {
    margin: 13px 0;
}
/* photo gallery sec end */














































@media(max-width:1399px) {
    .navbar-nav > li {
        margin-right: 12px;
    }

    .calendar__bottom .cal__days span {
        font-size: 12px;
    }
}

@media(max-width:1199px) {
    /* .main-header a.navbar-brand {
    display: none;
  } */
    .main-header .navbar .container-fluid {
        justify-content: end;
    }

    .main-header {
        background: #85a707;
    }

    .top-header {
        background: #ddffc4;
    }

    .calendar__bottom .cal__days span {
        padding: 12px;
    }

    .calendar__top .calendar__day {
        left: 75px;
    }

    .navbar-collapse {
        background: #346e17;
        padding: 10px 30px;
        margin-top: 10px;
        position: absolute;
        width: 100%;
        top: 45px;
        left: 0;
        z-index: 11;
    }

    .top-head-rgt {
        justify-content: center;
    }

    .calendar-sec-itm {
        margin-bottom: 20px;
    }

    .student_achievement {
        margin-bottom: 20px;
    }

    .student-achievement .row {
        justify-content: center;
    }

    .student-achievement {
        background-size: cover;
    }

    .navbar-toggler-icon {
        background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%280, 0, 0, 100%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
    }

    .navbar-toggler {
        border: 0;
    }
}

@media(max-width:991px) {
    .top-header {
        display: none;
    }

    .user_box01 {
        margin-bottom: 20px;
    }

    .about-us .row {
        flex-direction: column-reverse;
    }

    .about-content {
        margin-top: 30px;
    }

    .blog-area .accreditation-img {
        max-width: 120px;
    }

    .footer-widget {
        margin: 30px 0;
    }

    footer {
        padding-top: 30px;
    }

    .footer-bottom {
        margin-top: 25px;
    }
}

@media(max-width:767px) {
    .top-header {
        display: none;
    }
    .notification-itm
    {
        height:435px;

    }

    .notification-itm::-webkit-scrollbar {
        width: 5px;
    }

    .choose-negative-mrg {
        margin: 0;
    }

    p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .single-choose-us .choose-content h3 {
        font-size: 18px;
    }

    .single-choose-us {
        padding: 30px 15px;
    }

    .section-title h2 {
        font-size: 26px;
    }

    .about-us p {
        margin-bottom: 10px;
    }

    .calendar-sec-itm-header {
        padding: 20px 0;
    }

    .calendar__top .cal__month {
        font-size: 20px;
    }

    .useful-main-heading {
        font-size: 30px;
    }

    .msgs-tab-img img {
        max-width: 150px;
        margin: auto;
        display: block;
        margin-bottom: 25px;
    }

    .msgs-tab-con {
        text-align: center;
    }

    .msgs-tab h3 {
        margin-bottom: 15px;
    }

    .msgs-tab p {
        margin-bottom: 10px;
    }

    .custom-row .row [class*=col-] {
        margin-bottom: 20px;
    }

        .custom-row .row [class*=col-]:last-child {
            margin-bottom: 0;
        }

    .student-achievement {
        padding: 30px 0 20px;
    }

    .calendar-sec {
        padding: 50px 0 30px;
    }

    .principal-msg {
        padding: 0 0 35px;
    }

    .event-content h3 {
        font-size: 18px;
        padding: 15px 0;
    }

    .custom-row {
        padding-bottom: 30px !important;
    }

    .event-area {
        padding: 30px 0 0;
    }

        .event-area .row [class*=col-] {
            margin-bottom: 30px;
        }

    .full {
        padding: 0px 0;
    }

    .blog-area {
        padding: 25px 0 40px;
    }

        .blog-area .accreditation-img {
            max-width: 70px;
        }

    .footer-area {
        padding: 25px 0 0;
    }

    .footer-widget {
        margin: 10px 0;
    }
}

@media(max-width:575px) {
    .choose-us .container-fluid {
        padding: 0;
    }
    /* .choose-negative-mrg {
        margin-top: 0px;
    } */
    .blog-area .accreditation-img {
        margin: 5px 0;
    }

    .footer-widget .footer-title h4 {
        margin: 0 0 20px;
    }
}





/* Aabout-us-ttl Start */
.in-page-ttl {
    padding: 150px 0 100px 0;
    text-align: center;
   
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 25%);
}

    .in-page-ttl .sec-heading h2 {
        font-size: 60px;
        color: #fff;
        font-weight: 700;
        padding-bottom: 35px;
    }

    .in-page-ttl .breadcrumb {
        display: flex;
        justify-content: center;
    }

        .in-page-ttl .breadcrumb .breadcrumb-item a {
            font-size: 16px;
            font-weight: 600;
            color: #fff;
        }

.about-page {
    padding-top: 50px;
}

.page-icon {
    background: #fff;
    border-radius: 50%;
    width: 220px;
}

.pull-right {
    float: right;
}

#vision h3 {
    color: #28176e;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}

#vision p {
    margin-bottom: 20px !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    margin-bottom: 15px;
}

#vision {
    padding: 20px 0;
}
/* about-us-ttl end */

/* infrastructure page start */
.s-3 {
    text-align: justify;
    padding: 50px 0;
}

    .s-3 p {
        padding-top: 20 px;
    }

.infrastructure-space {
    padding: 25px 0;
}
/* infrastructure page end */

.aca-block {
    align-items: center;
    text-align: center;
    background: white;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
    border: solid 1px #ffffff;
    margin-bottom: 30px;
}

    .aca-block h1 {
        font-size: 20px;
        font-weight: 600;
    }

    .aca-block img {
        padding: 3px;
    }

.studentc img {
    background: #ffffff;
    /* border: solid 1px red; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    border-radius: 10px;
    padding: 8px;
    object-fit: cover;
    position: relative;
    height: 200px;
    width: 100%;
    border-radius: 10px;
}

.studentcn {
    background: #ffffff;
    border: solid 1px #e7e7e7;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    border-radius: 10px;
    padding: 8px;
    object-fit: cover;
    text-align: center;
    position: relative;
    justify-content: center;
    t: 100%;
    width: 100%;
    /* border-radius: 10px; */
}


    .studentcn a {
        color: #f54605;
    }


.simg img {
    background: #ffffff;
    /* border: solid 1px red; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    border-radius: 10px;
    padding: 8px;
    object-fit: cover;
    position: relative;
    height: 30%;
    width: 30%;
    border-radius: 10px;
}

.single-choose-us .choose-img img {
    width: 60% !important;
    margin-top: -11px !important;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.table-main {
    margin: 50px 0;
}

.tab-main-heading {
    padding-top: 50px;
}

    .tab-main-heading h2 {
        text-align: center;
        color: #e77e1d;
        font-size: 40px;
        font-weight: 600;
        text-transform: uppercase;
    }

.ncert-url {
    background: #28176e;
    display: inline-block;
    max-width: 560px;
    margin: auto;
    text-align: center;
    padding: 15px;
}

    .ncert-url a {
        color: #fff;
    }

.ncert-pdf-main iframe {
    width: 100%;
    margin: 25px 0 50px 0;
}


@media only screen and (min-width: 600px) {
    /* .owl-carousel .owl-item img {*/
    /*    display: block;*/

    /*    object-fit: fill;*/
    /*    position: relative;*/
    /*    height: 600px;*/
    /*    width: 100%;*/
    /*} */


    .owl-carousel .owl-item img {
        display: block;
        object-fit: cover;
        position: relative;
        height: 641px;
        width: 100%;
        object-position: 1px 7% !important;
    }


    /*  .owl-carousel .owl-item img {*/
    /*    height: 430px !important;*/
    /*    object-fit: none !important;*/
    /*    object-position: 1px 27% !important;*/
    /* border: 5px solid red; */
    /*    display: flex!important !important;*/
    /*}*/
}

@media only screen and (max-width: 600px) {
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        object-fit: cover;
        position: relative;
        height: 300px;
        width: 100%;
    }
}

.float {
    position: fixed;
    width: 202px;
    height: 33px;
    bottom: 114px;
    padding: 6px;
    right: -85px;
    background-color: #00a326;
    color: #FFF;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-align: center;
    font-size: 17px;
    z-index: 100;
    -webkit-transform: rotate(-90deg);
}

    .float a:hover {
        color: #e5ff0a;
    }

.my-float {
    margin-top: 16px;
}

.wimg {
    background: linear-gradient(#ffffffc9, #f1f1f1f0 ), url(../images/wmark.jpeg) center center no-repeat;
    background-size: cover;
}

.sec-heading h2 {
    font-size: 36px !important;
}


.in-page-ttl {
    padding: 13px 0 4px 0 !important;
    text-align: center;
   
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 25%);
}

    .in-page-ttl .sec-heading h2 {
        font-size: 60px;
        color: #fff;
        font-weight: 700;
        padding-bottom: 0px !important;
    }


.owl-carousel .owl-item img {
    display: flex !important;
    width: 100%;
}


.ban-itm {
    width: 1185px;
    margin: 0 auto;
    height: 562px;
}


@media only screen and (max-width: 700px) {
    .ban-itm {
        width: 100% !important;
        margin: 0 auto !important;
        height: auto !important;
    }
}

.owl-item {
    width: 100%;
    height: 100%;
    
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}



/*--------------------------------------------------*/
.marquee-head{ width:90%; float:right;}

.visual-aid {
    font-size: 23px;
    height: 90px;
    width: 100%;
    margin: 5px -110px 0 0px;
    position: relative;
    color: #fff;
}

.marquee {
    overflow: hidden;
}

    .marquee > * {
        white-space: nowrap;
        position: absolute;
        animation: marquee 10s linear 0s infinite;
        margin-top: 30px;
    }

@keyframes marquee {
    0% {
        left: 100%;
        transform: translateX(0%);
    }

    100% {
        left: 0%;
        transform: translateX(-100%);
    }
}


@media(max-width:768px) {

    .visual-aid {
        font-size: 16px;
        height: 23px;
        width: 100%;
        margin: 5px -110px 0 67px;
        position: relative;
        color: #fff;
    }

    .marquee > * {
        white-space: nowrap;
        position: absolute;
        animation: marquee 10s linear 0s infinite;
        margin-top: -3px;
    }
}



/*------menu-------------*/
 .topnav {
  
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}


@media screen and (max-width: 767px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 767px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}





