@font-face {
    font-family: Barlow-Regular;
    src: url(../fonts/Barlow-Regular.ttf)
}

@font-face {
    font-family: Overpass-Regular;
    src: url(../fonts/Overpass-Regular.ttf)
}

@font-face {
    font-family: Righteous-Regular;
    src: url(../fonts/Righteous-Regular.ttf)
}

ol, ul {
    padding-left: 0;
}

body, html {
    width: 100%;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    outline: none
}

body, html {
    font-family: Barlow-Regular;
    overflow-x: hidden;
    font-weight: 500;
    color: #676767
}

li {
    list-style: none;
    font-family: Barlow-Regular;
    color: #000000;
}

a {
    text-decoration: none
}

.Admissioninr p {
    background: red;
    padding: 0 5px;
    color: white;
    width: max-content;
    float: right;
}

/* .container {
    max-width: 85%;
} */

h1, h2, h3, h4 {
    font-family: Overpass-Regular;
}

h1 {
    color: #020334; /* font-weight: 600; */
    margin-bottom: 0px;
    line-height: 1.17em;
    font-family: Overpass-Regular;
    font-size: 35px;
    padding-bottom: 8px;
}

    h1 span {
        color: #e77918;
    }

        h1 span a i {
            padding: 0 4px;
            font-size: 33px;
            color: #000000;
        }

        .news-area h1 span i {
            color: #ffffff;
        }

        h1 span a i:hover {
            padding: 0 4px;
            font-size: 33px;
            color: #fa2149;
        }

h3 {
    font-weight: 600;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 14px;
    color: #085283;
}

p {
    color: #383838;
    font-size: 17px;
    line-height: 35px;
    font-family: Barlow-Regular;
}

    p span {
        color: #bb1518;
        font-weight: 600;
    }

    p.link a {
        color: white;
        background: #132a3a;
        padding: 5px 10px;
    }

.main-subtitle {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 1.2em;
    margin-bottom: 11px;
}

.main-title {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1.17em;
    color: #1d015c;
    font-weight: 600;
}

    .main-title span {
        font-weight: 800;
        color: #e77918;
    }

.erp_links {
    left: 0px;
    position: fixed;
    bottom: 19px;
    z-index: 99;
}

    .erp_links img {
        width: 120px;
    }

.viewall {
    padding-top: 25px
}

    .viewall a {
        color: #e77918;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Righteous-Regular';
    }

        .viewall a:hover {
            color: green
        }

.viewmore a {
    color: white;
}

.visitor-count{position: fixed;bottom: 0px;right: 0px;background: #eb444c;padding: 10px;display: flex;align-items: center;flex-direction: column;z-index: 99;}
.visitor-count h3{color: #fff;margin: 0px;font-weight: normal;font-size: 20px;}
.visitor-count h5{color: #ffd400;margin: 0px;font-size: 15px;}

.viewmore {
    background: red;
    height: 35px;
    line-height: 35px;
    width: fit-content;
    padding: 0px 13px 0px 13px;
}

    .viewmore:hover {
        background: #0570b6;
        transition: all 0.5s ease;
    }

.carouselimg {
    padding: 60px 0px;
    position: relative;
    z-index: 9;
    right: 80px;
}

    .carouselimg img {
        height: 600px;
        object-fit: contain;
    }

.oreg {
    right: 0;
    position: fixed !important;
    top: 190px;
    z-index: 99;
}

    .oreg img {
        width: 130px;
    }

    .oreg a.reg-attach {
        position: absolute;
        color: white;
        background: #970206;
        padding: 0px 8px;
        bottom: 2px;
        left: 25px;
        border-radius: 5px;
        font-size: 14px;
    }

    .oreg.second-ad {
        top: 440px;
        display: none;
        z-index: 999;
    }

.carousel-control-next-icon {
    background-color: #000000;
    border-radius: 20px;
}
.carousel-control-next, .carousel-control-prev{
    width: 8%;
}
.carousel-control-prev-icon {
    background-color: #000000;
    border-radius: 20px;
}
.contained-img{
        height: 270px;
    width: 100%;
    background: #ebebeb;
    object-fit: contain;
}
/******Modal*******/
.modal-dialog { min-width: 750px; }
.modal-dialog .modal-header {background: #962a29;padding: 7px 10px;}
.modal-dialog img { width: 100%; height: 432px; object-fit: contain; background: #f1f1f1; object-position: center; }
.modal-dialog h1 {margin-bottom: 0;letter-spacing: 0;text-align: center;font-size: 16px;color: #fff;overflow: hidden;text-overflow: ellipsis;font-weight: bold;padding: 0;}
.modal-dialog .carousel-control-next, .modal-dialog .carousel-control-prev { top: 77px; }
.modal-dialog .modal-header .btn-close { color: #fff; padding-right: 31px; }
.modalcard .card-body p {margin-bottom: 15px;line-height: 24px;padding-top: 15px;text-align: center;}
.modalcard { border: none; }
.modal-body { padding: 0 1rem; background: #fff; }
.card-body a { margin-right: 5px; }
.modal { background: #000000ba; z-index: 99999; }
.modal-content { animation-name: zoom; animation-duration: .6s; }
@keyframes zoom { from { transform: scale(.1); } to { transform: scale(1); } }
/*--------------------------------------------------------------
Button
----------------------------------------------------------------*/
.themebtnbg {
    background-color: #ffe1c6;
}

.themebtn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.5em;
    color: #000;
    padding: 15px 30px;
    border-radius: 10px;
    position: relative;
    outline: none;
    border: none;
    margin-bottom: 20px;
}

    .themebtn:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        border-radius: inherit;
        background-color: inherit;
        opacity: .5;
        z-index: -1;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

    .themebtn.cs-btn_lg {
        font-size: 111%;
    }

    .themebtn:after {
        top: 6px;
        left: 6px
    }

    .themebtn:hover {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
        color: white;
        background: #e77918;
    }

        .themebtn:hover:after {
            top: -6px
        }
/******highlights_sec********/
.topbar {
    background: #0570b6;
    padding: 0px;
    position: relative;
}

    .topbar .call {
        color: White;
        flex: 0 0 25%;
        padding-left: 20px;
        align-items: center;
        display: flex;
    }

        .topbar .call a {
            color: white;
        }

        .topbar .call i {
            font-size: 18px;
            padding-right: 7px;
        }

.highlights_sec {
    z-index: 9;
    flex: 0 0 75%;
}

    .highlights_sec marquee {
        float: left;
    }

    .highlights_sec p {
        margin: 0px;
        line-height: 33px;
        color: #ffffff;
        font-size: 16px;
    }

        .highlights_sec p a {
            width: 25px;
            height: 25px;
            padding: 10px;
            color: white;
        }

            .highlights_sec p a i:hover {
                color: yellow;
            }

        .highlights_sec p i:hover {
            color: #cfe2f1;
            border: solid 1px #cfe2f1;
        }

        .highlights_sec p i {
            padding: 5px 5px;
            color: #ffffff;
            border-radius: 15px;
            border: solid 1px #ffffff;
            font-size: 14px;
        }
/*.highlights_sec h3 {margin-bottom: 0px;background: #0395f5;text-align: center;position: relative;z-index: 99;width: 41px;float: right;margin-top: -35px;padding: 2px;} 
.highlights_sec h3 i { color: white; }*/
h3.arrow {
    position: absolute;
    width: 41px;
    right: 0;
    top: 0px;
    margin-bottom: 0;
    height: 34px;
    padding-top: 4px;
    background: #0b5491;
    z-index: 9;
}

    h3.arrow i {
        margin-bottom: 0;
        color: white;
    }

div[data-trigger]:before {
    content: "No Data Found";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    background: #ddddddbf;
    z-index: -1;
}

.blankDiv:before {
    background: transparent !important;
}
.blankDiv:before {
    display: none !important;
}
/* ------------------------------------
Navigation Sec
---------------------------------------*/
.header-item.item-right h3 a:hover {
    color: white;
    background: #0570b6;
    transition: all 0.5s ease;
}.row.v-center {
    display: flex
;
    align-items: center;
}

.header-item.item-right h3 a {
    background: #e7474c;
    color: white;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    width: 136px;
    font-family: Barlow-Regular;
    letter-spacing: 1px;
}
.header .inter_national_logo{width: 90px;position: absolute;right: 0px;top: 6px;}
.menu-main i {
    font-size: 12px;
}

.menu-main {
    margin-bottom: 0px;
    padding-left: 10px;
}

.header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    text-align: center;
    border-top: solid 3px #0570b6;
}

    .header .item-left {
        flex: 0 0 25%;
    }

    .header .logo a {
        font-size: 30px;
        color: #000000;
        font-weight: 700;
        text-decoration: none;
    }

    .header .item-center {
        flex: 0 0 75%;
        line-height: 122px;
    }

    .header .item-right {
        flex: 0 0 10%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .header .item-right a {
            text-decoration: none;
            font-size: 16px;
            color: #555555;
            display: inline-block;
            margin-left: 10px;
            transition: color 0.3s ease;
        }

    .header .menu > ul > li {
        display: inline-block;
        line-height: 50px;
        margin-left: 5px;
    }

        .header .menu > ul > li > a {
            font-size: 17px;
            position: relative;
            text-transform: capitalize;
            transition: color 0.3s ease;
            color: #1e1d1d;
            font-weight: 500;
            font-family: Barlow-Regular;
            padding: 6px;
        }

        .header .menu > ul > li .sub-menu {
            position: absolute;
            z-index: 500;
            box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3);
            padding: 20px 30px;
            transition: all 0.5s ease;
            margin-top: 34px;
            opacity: 0;
            visibility: hidden;
            list-style: none;
            background: linear-gradient(45deg, white, #fdfdfd);
            border-top: 5px solid #0570b6;
        }

@media(min-width: 992px) {
    .header .menu > ul > li.menu-item-has-children:hover .sub-menu { /* margin-top: 0; */
        visibility: visible;
        opacity: 1;
    }
}

.header .menu > ul > li .sub-menu > ul > li {
    line-height: 1;
    list-style: none;
    text-align: left;
}

    .header .menu > ul > li .sub-menu > ul > li > a {
        display: inline-block;
        padding: 10px 0;
        font-size: 16px;
        color: #555555;
        transition: color 0.3s ease;
        text-decoration: none;
        text-transform: capitalize;
    }

.header .menu > ul > li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
    line-height: 1;
    display: block;
}

    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
        padding: 15px 0;
        display: inline-block;
        font-size: 16px;
        color: #000000;
        transition: color 0.3s ease;
    }

.header .menu > ul > li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
}

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
        flex: 0 0 25%;
        padding: 0 15px;
        text-align: left;
    }

        .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
            font-size: 16px;
            color: #e77918;
            font-weight: 500;
            line-height: 1;
            padding: 10px 0;
        }

        .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
            text-align: center;
        }

        .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
            max-width: 100%;
            width: 100%;
            vertical-align: middle;
            border: 10px solid #ebebeb;
        }

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover, .header .menu > ul > li .sub-menu > ul > li > a:hover, .header .menu > ul > li:hover > a {
    color: #052748;
}
/* banner section */
.mobile-menu-head, .mobile-menu-trigger {
    display: none;
}
/*responsive*/
@media(max-width:1199px) {
    
    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }

    .header .item-left, .header .item-right {
        flex: 0 0 auto;
    }

    .v-center {
        justify-content: space-between;
    }

    .header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        color: white;
    }

        .header .mobile-menu-trigger span {
            display: block;
            height: 2px;
            background-color: #ffffff;
            width: 24px;
            position: relative;
        }

            .header .mobile-menu-trigger span:before, .header .mobile-menu-trigger span:after {
                content: '';
                position: absolute;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #fffefe;
            }

            .header .mobile-menu-trigger span:before {
                top: -6px;
            }

            .header .mobile-menu-trigger span:after {
                top: 6px;
            }

    .header .item-right {
        align-items: center;
        background: #004f8f;
        padding: 6px;
    }

    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

        .header .menu.active {
            transform: translate(0%);
        }

        .header .menu > ul > li {
            line-height: 1;
            margin: 0;
            display: block;
        }

            .header .menu > ul > li > a {
                line-height: 50px;
                height: 50px;
                padding: 0 50px 0 15px;
                display: block;
                border-bottom: 1px solid rgba(0,0,0,0.1);
                text-align: left;
            }

                .header .menu > ul > li > a i {
                    position: absolute;
                    height: 50px;
                    width: 50px;
                    top: 0;
                    right: 0;
                    text-align: center;
                    line-height: 50px;
                    transform: rotate(-90deg);
                }

        .header .menu .mobile-menu-head {
            display: flex;
            height: 50px;
            border-bottom: 1px solid rgba(0,0,0,0.1);
            justify-content: space-between;
            align-items: center;
            z-index: 501;
            position: sticky;
            background-color: #ffffff;
            top: 0;
        }

            .header .menu .mobile-menu-head .go-back {
                height: 50px;
                width: 50px;
                border-right: 1px solid rgba(0,0,0,0.1);
                cursor: pointer;
                line-height: 50px;
                text-align: center;
                color: #000000;
                font-size: 25px;
                display: none;
            }

            .header .menu .mobile-menu-head.active .go-back {
                display: block;
            }

            .header .menu .mobile-menu-head .current-menu-title {
                font-size: 15px;
                font-weight: 500;
                color: #000000;
            }

            .header .menu .mobile-menu-head .mobile-menu-close {
                height: 50px;
                width: 50px;
                border-left: 1px solid rgba(0,0,0,0.1);
                cursor: pointer;
                line-height: 50px;
                text-align: center;
                color: #000000;
                font-size: 25px;
            }

        .header .menu .menu-main {
            height: 100%;
            overflow-x: hidden;
            overflow-y: auto;
        }

        .header .menu > ul > li .sub-menu.mega-menu, .header .menu > ul > li .sub-menu {
            visibility: visible;
            opacity: 1;
            position: absolute;
            box-shadow: none;
            margin: 0;
            padding: 15px;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding-top: 65px;
            max-width: none;
            min-width: auto;
            display: none;
            transform: translateX(0%);
            overflow-y: auto;
        }

            .header .menu > ul > li .sub-menu.active {
                display: block;
            }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
        margin-top: 0;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
        margin-bottom: 20px;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
        flex: 0 0 100%;
        padding: 0px;
    }

    .header .menu > ul > li .sub-menu > ul > li > a, .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
        display: block;
    }

    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
        margin-bottom: 15px;
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0,0,0,0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

        .menu-overlay.active {
            visibility: visible;
            opacity: 1;
        }
}
/*****************************************************
Slider Sec
****************************/
.carousel-control-next, .carousel-control-prev{z-index:99;}
.carousel-indicators{z-index:99;}
.slider-sec-left {
    flex: 0 0 30%;
    background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/sldbg.jpg);
    padding: 0px;
    display: flex;
    align-items: center;
    z-index: 9;
    position: relative;
}

.slider-sec-right {
    flex: 0 0 70%;
    background: #0570b6;
    height: 720px;
    z-index: 9;
}
.slider-sec-right .carousel-inner{overflow:inherit;}
.slider-sec-left::before {
    background: red;
    content: '';
    position: absolute;
}

.slider-sec-left:before {
    content: "";
    width: 100%;
    height: 100vh;
    position: absolute;
    background: #ffffffd9;
    z-index: 8;
    height: 720px;
}

.carouselcaption h5 {
    color: #e7474c;
    font-size: 19px;
    font-family: 'Overpass-Regular';
    font-weight: 600;
    margin-bottom: 26px;
}

.carouselcaption p {
    color: #262424;
    font-size: 25px;
    line-height: 40px;
    font-family: 'Righteous-Regular';
    letter-spacing: 2px;
    max-width: 400px;
}

.carouselcaption {
    z-index: 9;
    text-align: left;
    width: 300px;
    position: relative;
    display: flex;
    flex-direction: column;
    left: 42px;
}
/*****************************************************
About Us
****************************/
.red {
    color: Red;
}

section.aboutus {
    padding-top: 80px;
    padding-bottom: 80px;
}

.aboutus h3 {
    font-size: 21px;
    margin-bottom: 6px;
}

.aboutus p {
    text-align: justify;
}

.about-img-border {
    border: solid 10px #0570b6;
    height: 500px;
    width: 74%;
}

.about-img {
    margin-top: -490px;
    width: 100%;
    padding: 60px;
}
/*****************************************************
Study Area
****************************/
.study-area {
    background: #1f7ebe;
    padding-top: 80px;
    height: 534px;
}

.study-area {
    color: white
}

    .study-area h1 {
        color: white;
    }

    .study-area p {
        color: #caeaff;
        line-height: 29px;
    }

.academic-box {
    background: white;
    margin-top: 15px;
    border: solid 1px #ebebeb;
    padding: 20px;
    transition: 0.5s;
}

    .academic-box:hover {
        border: solid 11px #1f7ebe;
    }

    .academic-box h2 {
        color: black;
        font-size: 23px;
        font-weight: 600;
        padding-top: 19px;
    }

.academic-box-icon i {
    color: white;
    font-size: 35px;
    line-height: 70px;
}

.academic-box p {
    color: #706969;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 30px;
}

.academic-box-icon {
    background: #1f7ebe;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    text-align: center;
}

.academic-box h5 {
    color: Red;
}

    .academic-box h5 a {
        color: black;
        font-size: 15px;
        font-weight: 600;
    }

        .academic-box h5 a i {
            color: black;
        }

        .academic-box h5 a:hover {
            color: red;
        }
/*****************************************************
mesdesk-sec
****************************/
.mes-desk {
    padding-top: 160px;
    padding-bottom: 80px;
}

.pri-mes-con {
    background: #ec3235;
    padding: 70px;
    height: 500px;
}

.mes-desk img {
    height: 500px;
    width: 100%;
}

.pri-mes-con h5 {
    color: white;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 15px;
}

.pri-mes-con p {
    color: snow;
    font-weight: 400;
    line-height: 29px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    height: 295px;
}

.pri-mes-con h1 {
    color: white;
    font-size: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 143px;
    line-height: 35px;
    margin-bottom: 31px;
}

.more a {
    color: white;
    font-size: 15px;
    font-weight: 600;
}

    .more a:hover {
        color: #fbf242;
    }

h5.more {
    padding-top: 22px;
}

.pri-mes-con p span {
    color: white;
    font-weight: normal;
}

li.nav-item {
    background: #dbdbdb;
    color: black;
}

button#pills-home-tab {
    color: black;
}


/*****************************************************
toppersec
****************************/
.toppersec {
    padding-bottom: 60px;max-height: 550px;
}
.toppersec .nav-link{color:#fff;}
    .toppersec h1 {
        text-align: center;
    }

    .toppersec h5 {
        text-align: center;
        color: #544f4f;
        font-size: 18px;
        padding-bottom: 20px;
    }

.topper-area h3 {
    text-align: center;
    color: red;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 25px;
    margin-bottom: 5px;
    height: 2rem;
    font-size: 18px;
    font-weight: normal;
}

.topper-area h4 {
    text-align: center;
    color: #101010;
    font-size: 15px;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 25px;
    margin-bottom: 5px;
    height: 2rem;
}

.topper-area {
    border: solid 1px #f1e7e7;
    padding: 30px;
}

    .topper-area img {
        padding-bottom: 16px;
        height: 200px;
        width: 200px;
    }

.toppersec .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
}
/*****************************************************
News Event
****************************/
.news-area .lSSlideOuter.vertical .lightSlider>* {
    margin-bottom:10px !important;
}
.news-event-sec {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f9f6f1;
    position: relative;
    z-index: 9;
}

.event-box {
    border-radius: 12px;
    transform: rotate(0deg);
    padding: 4px;
    margin-bottom: 0px;
}

    .event-box h3 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: .38px;
        color: #121212;
        font-style: normal;
        margin-bottom: 6px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        /* margin-top: 7px; */
        text-transform: uppercase;
        font-family: 'Overpass-Regular';
        font-weight: bold;
        padding-top: 10px;
    }

    .event-box p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 25px;
        margin-bottom: 5px;
        height: 3rem;
    }

.event-left {
    margin-left: 45px;
    margin-right: -45px;
}

.event-box h4 i {
    color: #000000;
}

.event-box h4 a {
    color: #000000;
    font-size: 14px;
    list-style: none;
    font-family: Barlow-Regular;
    font-weight: bold;
}

.event-box a:hover {
    color: red;
}

.event-box img {
    width: 134px;
    float: left;
    padding-right: 10px;
    border-radius: 5px;
}

.meta {
    padding-left: 0;
    margin-bottom: 0px;
    list-style-type: none;
}

    .meta li {
        display: inline-block;
        margin-right: 4px;
        position: relative;
        color: #4a4848;
        font-size: 15px;
    }

        .meta li i {
            color: #e77918;
            padding-right: 3px;
            font-size: 13px;
        }

.event-box h5 {
    font-size: 50px;
    line-height: 27px;
    text-align: center;
    justify-content: center;
}

    .event-box h5 span {
        font-size: 20px;
    }
/*********News Sec*****************/
.news-area {
    background: #1f7ebe;
    height: 621px;
    padding: 30px;
}

    .news-area h1 {
        color: white
    }

.news-box {
    border-radius: 12px;
    transform: rotate(0deg);
    padding: 15px 0;
    margin-bottom: 20px;
}

    .news-box h3 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: .38px;
        font-family: 'Righteous-Regular';
        color: #121212;
        font-weight: 400;
        font-style: normal;
        margin-bottom: 3px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 7px;
    }

    .news-box p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 26px;
        color: white;
        text-transform: uppercase;
        font-weight: 500;
    }

.news-left {
    margin-left: 45px;
    margin-right: -45px;
}

.news-box h4 i {
    color: #e77918;
    padding-right: 3px;
    font-size: 16px;
}

.news-box h4 {
    color: #ffffff;
    font-size: 15px;
    list-style: none;
    font-family: Barlow-Regular;
}

.news-box a:hover h4 {
    color: #fdff9e;
}

.news-box img {
    width: 80px;
    float: left;
    border-radius: 50px;
    height: 80px;
    margin-right: 11px;
    background: white;
    padding: 4px;
    box-shadow: 1px 6px 18px #00000078;
}

.news-box h4 a {
    color: #d9e3e3;
}

.news-area hr {
    background: white;
}
/*****************************************************
Footer
****************************/
.footer {
    background: #0864a1;
    padding-top: 40px;
    padding-bottom: 20px;
    clear: both
}

.footer-contact {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

    .footer-contact li {
        position: relative;
        margin-bottom: 12px;
        padding-left: 24px;
        color: #0e0e0e
    }

        .footer-contact li i {
            position: absolute;
            left: 0;
            top: 4px;
            color: #ffffff;
        }

        .footer-contact li a {
            color: #ffffff;
        }

.info-links li a {
    display: inline-block;
    color: #ffffff;
}

    .info-links li a:hover {
        color: #b0d6ef;
    }

.info-links li {
    margin-bottom: 7px;
}

.copyright {
    background: #0a507e;
}

    .copyright p {
        text-align: center;
        margin-bottom: 0;
        padding: 0;
        color: #fff;
        font-size: 14px
    }

        .copyright p a {
            color: #fff
        }

.single-footer-widget h1 {
    font-size: 22px; /* font-weight:700; */ /* text-transform:uppercase; */
    margin-bottom: 17px;
    color: white;
    letter-spacing: 1px;
}

.sociallinks {
    list-style: none;
    display: inline;
    padding-left: 5px;
}

    .sociallinks li {
        display: inline;
        font-size: 13px;
    }

ul.sociallinks li a {
    background: white;
    color: red;
    padding: 4px 7px;
    margin: 2px;
}

.single-footer-widget h5 {
    color: White;
    font-size: 17px;
    line-height: 35px;
    font-family: Barlow-Regular;
}

.single-footer-widget p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #e8f2f9;
}

.navcenter {
    justify-content: center;
}

ul.sociallinks li a:hover {
    background: white;
    color: #0570b6;
}


li.erp {
    background: #e7474c;
    color: white;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    width: 136px;
    font-family: Barlow-Regular;
    letter-spacing: 1px;
    float: right;
    margin-top: 35px;
}

    li.erp a {
        color: white !important;
    }

    li.erp:hover {
        transition: all 0.5s ease;
        background: #1b70b5;
    }
/*********Media quiry*****************/
@media (max-width: 1500px) {
    .header .menu > ul > li > a {
        padding: 0px;
    }
}
@media (max-width: 1400px) 
{
    .header .inter_national_logo{width:90px;}
    .header .menu > ul > li > a {font-size: 16px;}
    .menu-main{text-align:left;}

    .header .menu > ul > li {
        margin-left: 0px;
        float: inherit;
        padding: 0px 3px 0px 3px;
    }

    .news-area {
        padding: 30px 10px;
    }

    .aboutus p {
        text-align: justify;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 11;
        -webkit-box-orient: vertical;
    }

    .carouselcaption p {
        /* line-height: 54px; */
        font-size: 20px;
    }
}

@media (max-width: 1350px) {
    li.erp {
        margin-top: 15px
    }

    .header .item-center {
        flex: 0 0 75%;
        line-height: 70px;
    }
}

@media (max-width: 1199.98px) {
    .navbg {
        background: #e77918;
    }

    .topbar .call {
        flex: 0 0 30%;
    }

    .highlights_sec {
        flex: 0 0 70%;
    }

    .study-area {
        background: #1f7ebe;
        padding-top: 80px;
        height: auto;
    }

    .carouselcaption p {
        font-size: 26px;
        line-height: 35px;
    }
}

@media (max-width: 991.98px) {.carouselcaption{width:max-content;}
    li.erp {
        width: 110px;
    }

    .topbar .call {
        flex: 0 0 40%;
    }

    .highlights_sec {
        flex: 0 0 60%;
    }

    .about-img-border {
        border: none;
        width: 100%;
    }

    .slider-sec-right {
        flex: 0 0 100%;
        background: #0570b6;
        height: 720px;
    }

    .slider-sec-left {
        flex: 0 0 100%;
    }

        .slider-sec-left:before {
            width: 100%;
            height: auto;
        }

    .about-img {
        margin-top: -519px;
        width: 100%;
        padding: 9px;
        border: solid 10px #1b70b5;
        margin-bottom: 20px;
    }

    .carouselimg {
        right: 0px;
    }

    .carouselcaption {
        left: 0px;
        padding: 16px;
        background: #ffffffd9;
    }
}

@media (max-width:767px) {

.Admissioninr p {
    float: none!important;
}

    .topbar .call {
        flex: 0 0 45%;
    }

    .highlights_sec {
        flex: 0 0 50%;
    }

    h1 {
        font-size: 23px;
    }
}

@media (max-width: 575.98px) {
}
/*********Inner Pages Css Start*****************/
.inrhgt {
    min-height: 600px;
    padding: 40px 65px 40px;
    margin-bottom: 30px;
}

.trust-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/trust-bg.jpg) !important;
}

.vision-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/vision-bg.jpg) !important;
}

.mc-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/mc-bg.jpg) !important;
}

.abc-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/abc-bg.jpg) !important;
}

.logo-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/logo-bg.jpg) !important;
}

.ml-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/ml-bg.jpg) !important;
}

.pm-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/pm-bg.jpg) !important;
}

.pta-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/pta-bg.jpg) !important;
}

.nl-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/nl-bg.jpg) !important;
}

.rd-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/rd-bg.jpg) !important;
}

.of-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/of-bg.jpg) !important;
}

.sc-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/sc-bg.jpg) !important;
}

.bl-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/bl-bg.jpg) !important;
}

.sm-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/sm-bg.jpg) !important;
}

.lab-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/lab-bg.jpg) !important;
}

.art-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/art-bg.jpg) !important;
}

.music-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/music-bg.jpg) !important;
}

.faci-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/faci-bg.jpg) !important;
}

.lib-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/lib-bg.jpg) !important;
}

.atl-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/atl-bg.jpg) !important;
}

.oct2-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/2oct-bg.jpg) !important;
}

.fit-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/fit-bg.jpg) !important;
}

.sports-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/sports-bg.jpg) !important;
}

.AtalTinkering-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/AtalTinkering-bg.jpg) !important;
}


.curri-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/curri-bg.jpg) !important;
}

.hw-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/hw-bg.jpg) !important;
}

.cs-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/cs-bg.jpg) !important;
}

.adm-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/adm-bg.jpg) !important;
}

.as-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/as-bg.jpg) !important;
}

.dm-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/dm-bg.jpg) !important;
}

.vac-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/vac-bg.jpg) !important;
}

.cu-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/cu-bg.jpg) !important;
}

.erp-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/erp-bg.jpg) !important;
}

.trb-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/trb-bg.jpg) !important;
}

.pph-bg {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/pph-bg.jpg) !important;
}

.inr-slider {
    background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/abt-bg.jpg);
    background-position: top;
    background-size: cover;
    height: 400px;
    position: relative;
    overflow: hidden;
}

    .inr-slider:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #2e0524);
        width: 100%;
    }

    .inr-slider ol.breadcrumb {
        margin-bottom: 0px;
        display: flex;
        justify-content: flex-start;
        position: absolute;
        bottom: 30px;
        margin: 0 65px;
        flex-wrap: wrap;
    }

        .inr-slider ol.breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

        .inr-slider ol.breadcrumb li {
            display: inline-block;
            font-size: 15px;
            color: #fff8f8;
            font-weight: 500;
            margin-left: 0px;
        }

        .inr-slider ol.breadcrumb > .active a {
            color: #fff313;
            text-decoration: none;
        }

            .inr-slider ol.breadcrumb > .active a i {
                font-size: 15px;
                margin-bottom: 0;
                padding: 0;
            }

.our-patron {
    float: right;
    position: relative;
    width: 30%;
    margin-left: 50px;
    margin-bottom: 14px;
}

    .our-patron .partonimg {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: top;
        box-shadow: 0 0 25px rgb(0 0 0 / 13%);
        border-radius: 20px;
        position: relative;
        z-index: 22;
    }

.back__shape__1 {
    position: absolute;
    left: -39px;
    top: 60px;
    -webkit-animation: slide-top 5000ms linear infinite alternate;
    animation: slide-top 5000ms linear infinite alternate;
    z-index: 1
}

@keyframes about2-shape-1 {
    0% {
        transform: translateY(-30px)
    }

    100% {
        transform: translateY(0px)
    }
}

@keyframes about2-shape-3 {
    0% {
        transform: translateY(-30px)
    }

    100% {
        transform: translateY(0px)
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
}

.mainhead {
    font-size: 30px;
    color: #020334;
    margin-bottom: 20px;
    letter-spacing: 0px;
    width: max-content;
}

    .mainhead:after {
        content: '';
        display: block;
        width: 40%;
        height: 2px;
        background: linear-gradient(45deg, #83326f, #fff313);
        transition: .3s;
    }

.mainhead1 { /* position: relative; */
    text-align: center;
    margin-bottom: -30px !important;
    font-size: 65px;
    letter-spacing: -1px;
    margin: 0 auto;
    display: block;
    opacity: 0.5;
}

.mainhead:hover:after {
    width: 100%;
}

.subhead {
    font-size: 22px;
    color: #ff0000;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    margin-top: 15px;
}

.subsubhead {
    font-size: 18px;
    color: #1c70b7;
    font-weight: 600;
}

.bodysec {
    padding-right: 0;
    padding-left: 0;
}

.rightbox {
    float: right;
    margin-left: 30px;
    width: 35%;
    margin-bottom: 20px;
}

.overview {
    position: relative;
}

    .overview img {
        background: transparent;
        padding: 30px;
        ;
        position: relative;
        z-index: 9;
        width: 100%;
        height: auto;
    }

    .overview:after {
        position: absolute;
        content: "";
        width: 90%;
        height: 100%;
        left: -20px;
        top: 0px;
        background: transparent;
        border: 10px solid #99625a;
    }

.leftbox {
    float: left;
    margin-right: 30px;
    width: 35%;
    margin-bottom: 20px;
}

.mainsec {
    width: 100%;
    display: flex;
    flex-direction: row;
}

    .mainsec .innermainsec {
        width: 100%; /* margin: 10px; */
    }

.co-curriculardiv {
    background: #83326f;
    padding: 60px 20px 60px 20px;
    margin-left: -50px;
    margin-top: 20px;
}

    .co-curriculardiv p {
        font-size: 16px;
        line-height: 34px;
        color: #fff;
    }

.co-curricularicn {
    margin: 20px auto 20px auto;
    display: block;
    width: 25%;
}

    .co-curricularicn img {
        margin: 26px auto;
        width: 50px;
        height: 50px;
    }

    .co-curricularicn p {
        text-align: center;
        color: #fc232b;
        font-weight: bold;
        font-size: 16px;
        padding-top: 15px;
        line-height: 25px;
    }

.co-curriculardiv h3 {
    color: #f7adcd;
}

.vision p {
    font-size: 24px;
}

.vision .innermainsec img {
    float: right;
}

.mission .innermainsec img {
    float: left;
}

.mission .co-curriculardiv {
    margin-left: 0;
    position: absolute;
    width: 55%;
}

.mission {
    position: relative;
}

.faculty .staff_pic {
    overflow-x: auto
}

.faculty img {
    height: 75px;
    width: 75px;
    margin: auto;
    object-fit: contain;
    background: #c5c5c5
}

thead {
    background: #dbc7d7;
    color: #000;
}

table {
    border-color: #838383 !important;
    vertical-align: middle !important;
    margin-bottom: 35px !important;
}

    table td a {
        color: #b01a29;
        font-weight: 600;
    }

    table th.sno {
        width: 10%;
    }

tr.bgtable {
    background: #65836a;
    border: white;
}

.timeline ul {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 2px solid #132a3a;
}

    .timeline ul li {
        padding-left: 29px;
        position: relative;
        list-style: none;
        font-size: 15px;
        margin: 5px 0;
        line-height: 30px;
        margin-bottom: 10px;
        color: #242424;
    }

        .timeline ul li a {
            color: #212529;
            font-weight: 600;
        }

        .timeline ul li:before {
            content: "";
            width: 20px;
            height: 20px;
            background: radial-gradient(#ffffff,#132a3a,#fff);
            position: absolute;
            border-radius: 50%;
            left: -12px;
            top: 5px;
        }

.media {
    width: 100%;
    padding: 5px 10px;
    background: #ffffff;
    color: #000;
    border-left: 4px solid #e17210;
    box-shadow: 0 0 7px #00000038;
    margin: 10px 0;
}

.media-body {
    margin-left: 10px
}

    .media-body p {
        margin: 0 !important
    }

.mis-box {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 15px;
}

    .mis-box h3 {
        margin-top: 15px;
        color: #427c30;
        font-weight: 600;
    }

    .mis-box .num {
        background: #e77918;
        color: white;
        font-size: 34px;
        width: max-content;
        padding: 5px 20px;
        border-top-left-radius: 10px;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 10px;
    }

.logo-main {
    background: #ffdfed;
    padding: 20px 30px;
    margin-top: 110px;
    border: 5px double pink;
}

.logo-img {
    float: left;
    margin-right: 20px;
    border: 5px double #9a5e8b;
    background: white;
    margin-top: -110px !important;
}

    .logo-img p {
        line-height: 25px;
        background: #852e68;
        color: white;
        padding: 4px;
        margin-bottom: 0;
    }

.member .col {
    margin-left: 5px;
    background: grey;
    height: 150px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 20px;
}

.member {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .member .col h6 {
        line-height: 33px;
        color: black;
        font-weight: 600;
        font-size: 18px;
        position: relative;
    }

    .member .col:nth-child(01) {
        background: #ffd393;
    }

    .member .col:nth-child(02) {
        background: #ffb0b2;
    }

    .member .col:nth-child(03) {
        background: #d4edff;
    }

    .member .col:nth-child(04) {
        background: #a2b4b8;
    }

    .member .col:nth-child(05) {
        background: #bdd3bd;
    }

    .member .col:nth-child(06) {
        background: #d3cad0;
    }

.blk-w {
    flex: 1 0 31%;
    position: relative;
    overflow: hidden;
}

    .blk-w:before {
        position: absolute;
        content: "";
        top: -50px;
        left: -50px;
        height: 100px;
        width: 100px;
        background: #ffffffdb;
        transform: rotate(1deg);
        border-radius: 50%;
    }

.principal .overview:after {
    border: 10px solid #e7e3da;
}

.stu-counsil .content {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    /* background: #e5e5e5; */
    padding: 20px 25px;
    height: 100%;
    border: 10px double white;
}

.stu-counsil img {
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: cover; */
    border: 9px solid #d9d9d9;
    /* padding: 5px; */
    margin: 0 auto;
    display: block;
}

.smart img {
    width: 500px;
    margin: 0 auto;
    display: block;
}

.border1 {
    border: 1px solid #cdcdcd;
    padding: 5px;
}
/*Gallery Category page*/
.evntdate, .lastdate, .totalphoto {
    background: #132a3a;
    color: #fff;
    display: block;
    margin: 0px auto 15px auto;
    box-shadow: 5px 4px 0px 0px #d5a303;
    border-radius: 35px 0px 35px 0px;
    padding: 7px 18px;
    width: 230px;
    font-size: 15px;
}

.innercate .col p {
    padding: 0px 5px;
}

.evntdate:hover, .lastdate:hover, .totalphoto:hover {
    color: #fff;
}

.zoompic img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: top;
    min-height: 200px;
    max-height: 200px;
    margin: 10px auto 20px auto;
    display: block;
    border: 6px double #d7d7d7;
    padding: 15px;
    background: #bbbbbb;
}

.innercate .morecontent div {
    display: none;
}

.innercate .morecontent a {
    display: inline-block;
    color: #ef2d39;
    font-size: 21px;
}

.back {
    margin: 10px auto 10px auto;
    display: block;
    text-align: center;
}

    .back a {
        background: linear-gradient(45deg, #d5a303, #132a3a);
        color: #fff;
        padding: 1em 1.3em;
        border-radius: 50%;
        text-align: center;
    }

.innercate .col h4 {
    text-transform: uppercase;
    padding: 31px 0px 5px 0px !important;
    font-weight: 600;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}
/*Magnify pop up*/
.mid-img {
    width: 500px;
    margin: auto;
}

.videogal h4 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
}

.play_icon {
    background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/RRPSD/public/images/inr-img/video_icon.png) no-repeat center;
    width: 58px;
    height: 39px;
    position: absolute;
    z-index: 99;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.videogallerybox {
    margin-bottom: 19px;
}

    .videogallerybox img {
        height: 250px;
        object-fit: cover;
        object-position: top;
        display: block;
        margin-bottom: 0;
        width: 100%;
    }

    .videogallerybox .videogallerybox-img {
        position: relative;
    }

    .videogallerybox h4 {
        font-size: 16px;
        background: #83326f;
        color: white;
        padding: 8px;
        text-transform: uppercase;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        margin-top: -20px !important;
        text-overflow: ellipsis;
        position: relative;
        width: 80%;
        margin: 0 auto;
    }

.magnify-modal {
    position: fixed !important;
    z-index: 999999999 !important;
    padding-top: 10px !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
    background-color: rgba(0, 0, 0, 0.8509803921568627) !important;
}

.magnify-header .magnify-toolbar {
    float: right;
    position: relative;
    z-index: 9;
}
.magnify-title {
    display: none;
}
.magnify-stage {
    position: absolute;
    top: 40px;
    right: 10px;
    bottom: 40px;
    left: 10px;
    z-index: 1;
    background: #0000000a;
    overflow: hidden;
}

.magnify-image {
    position: relative;
    display: inline-block;
    border: 5px solid white;
}

    .magnify-image.image-ready {
        max-width: 100%;
        max-height: 100%;
    }

.magnify-footer {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 40px;
    color: #fff;
    text-align: center;
}

    .magnify-footer .magnify-toolbar {
        display: inline-block;
    }

.magnify-button i {
    margin-left: 0 !important;
    font-size: 17px;
    color: white;
}

.magnify-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    background: #83326f;
}

    .magnify-button:hover {
        color: #fff;
        background-color: #e00000;
    }

.magnify-button-close:hover {
    background-color: #e00000;
}

.magnify-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    color: #333;
}

    .magnify-loader::before {
        content: '';
        display: inline-block;
        position: relative;
        width: 36px;
        height: 36px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-width: 5px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) rgba(255, 255, 255, 0.5);
        border-radius: 100%;
        -webkit-animation: magnifyLoading 1s infinite linear;
        animation: magnifyLoading 1s infinite linear;
    }

    .magnify-loader::after {
        content: '';
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle;
        overflow: hidden;
    }

@-webkit-keyframes magnifyLoading {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
        transform: rotateZ(0deg) translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
        transform: rotateZ(360deg) translate3d(0, 0, 0);
    }
}

@keyframes magnifyLoading {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
        transform: rotateZ(0deg) translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
        transform: rotateZ(360deg) translate3d(0, 0, 0);
    }
}

:full-screen {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

    :full-screen .magnify-stage {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-width: 0;
        background-color: #000;
    }

:-webkit-full-screen {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

:-moz-full-screen {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

:-ms-fullscreen {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

:fullscreen {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

:-webkit-full-screen .magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    background-color: #000;
}

:-moz-full-screen .magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    background-color: #000;
}

:-ms-fullscreen .magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    background-color: #000;
}

:fullscreen .magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    background-color: #000;
}

.magnify-toolbar.magnify-foot-toolbar button i {
    color: #fff;
    font-size: 20px;
    margin-left: 0;
}
/*Magnify pop up*/
/*parent Portal and ERP*/
.details img {
    margin-bottom: 0;
}

.details {
    line-height: 37px;
    font-size: 16px;
    color: #4e4e4e !important
}

    .details a {
        color: #83326f;
        text-decoration: none
    }

.imgheading {
    font-size: 18px;
    text-transform: none;
    color: #005919;
    margin-top: 0;
    text-align: center;
    margin-bottom: 20px;
    text-decoration: none
}

.clr25 {
    clear: both;
    height: 25px;
    margin: 0;
    padding: 0;
    border: 0
}

.innerhead {
    font-family: 'Lato',sans-serif;
    color: #194b7b;
    text-align: left;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px
}

.assistance {
    background: rgba(68,23,20,0.06);
    padding: 13px;
    border: solid 1px #ddd
}

h4.sub_head1 {
    font-size: 20px;
    margin: 13px 0;
    color: #83326f;
    font-weight: 600
}

#myImg, #myImg1, #myImg2 {
    width: 100%;
    border: 5px solid rgba(158,158,158,0.1);
    background: #eaeaea;
    cursor: pointer;
    transition: .3s
}

    #myImg:hover {
        opacity: .7
    }

.animodal {
    display: none;
    position: fixed;
    z-index: 99999999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,0.9)
}

.animodal-content {
    margin: auto;
    display: block
}

#anicaption, #anicaption2, #anicaption3 {
    margin: auto;
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    height: 150px;
    font-size: 24px;
    text-transform: capitalize
}

.animodal-content, #anicaption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: .6s;
    animation-name: zoom;
    animation-duration: .6s
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.close {
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 15px;
    right: 35px;
    font-size: 30px;
    font-weight: 700;
    transition: .3s;
    opacity: .5;
    color: #fff
}
/*Year Selection*/
.year_selction_sec {
    margin-bottom: 40px;
}

.dyn-cal {
    width: 20px;
    margin-right: 5px;
}

.month-selection ul {
    text-align: center;
    padding-left: 0px;
}

div[data-trigger] {
    display: none;
    min-width: 100%;
    min-height: 300px;
    position: relative;
}

.myDiv {
    display: none;
}

    .myDiv .headtitle {
        margin-bottom: 30px;
        font-size: 20px;
    }

.selected_year {
    display: block;
}

#ddlYear option {
    color: white;
}

#ddlYear {
    border: solid 2px #bd9bb4;
    color: #fff;
    height: 30px;
    padding: 0px 0px 0px 4px;
    background: #83326f;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 1px;
    width: 6.5em;
    font-size: 15px;
    float: right;
    margin-top: 0;
}

.new-high-eve #ddlYear {
    margin-top: -25px;
}

.year_selction_sec select {
    margin: 0px;
}

.year_selction_sec select {
    width: 100%;
    background: #c30038;
    border: solid 1px #c30038;
    height: 28px;
    color: #fff;
    margin-top: 15px;
}

.myDiv {
    height: auto !important;
}

.ui-tabs-vertical {
    height: auto !important;
    min-height: 500px;
}

    .ui-tabs-vertical .ui-tabs-nav {
        padding: .2em .1em .2em .2em;
        float: left;
        width: 13em;
        margin: 0px 15px 0px 0px;
    }

        .ui-tabs-vertical .ui-tabs-nav li {
            clear: left;
            width: 100%;
            border-bottom-width: 1px !important;
            border-right-width: 0 !important;
            margin: 0 -1px .2em 0;
        }

            .ui-tabs-vertical .ui-tabs-nav li a {
                display: block;
            }

            .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
                padding-bottom: 0;
                padding-right: .1em;
                border-right-width: 1px;
            }

    .ui-tabs-vertical .ui-tabs-panel {
        padding: 10px 5px 0px 50px;
    }

.year_selction_sec h3 {
    width: 11em;
    background: #ef2d39;
    padding: 8px 11px;
    color: #fff;
    box-shadow: -2px 5px 4px 2px #ef2d396e;
    clear: both;
    font-size: 21px;
    line-height: 27px;
}

.month-selection .active_month {
    border: solid 1px #8f6901;
    background: #cd9700;
}

.month-selection ul li {
    cursor: pointer;
    list-style: none;
    margin: 5px 0px;
    list-style-image: none;
    background: #132a3a;
    text-transform: capitalize;
    padding: 3px 10px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid #2e6185;
    width: 64px;
    color: white;
    display: inline-block;
    TEXT-ALIGN: CENTER;
}

.month-selection ul {
    text-align: LEFT;
    margin-bottom: 15px;
}

.month-selection {
    margin: 0px;
    float: left;
    width: 100%;
    z-index: 99;
    position: relative;
}

.art article {
    margin-bottom: 25px;
}

    .art article h6 {
        color: black;
        font-weight: 600;
        margin: 8px 0;
    }

.com-img {
    height: 250px;
    width: 100%;
    margin-bottom: 15px;
    object-fit: contain;
    transition: 0.5s;
    padding: 20px;
}

    .com-img:hover {
        filter: grayscale(1);
    }

.fit-vedio {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: flex-start;
}

    .fit-vedio img {
        width: 100%;
        height: 100%;
    }

    .fit-vedio a {
        margin-right: 24px;
    }

.house {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 2px dotted #dbc7d7;
    background: #ede4eb;
    padding: 5px 0;
}

    .house img {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }

    .house h6 {
        color: black;
        font-weight: 600;
        font-style: italic;
    }

.heritage img {
    object-fit: contain;
    background: #e5e5e5;
}

.withdrawal-content-blk {
    margin-left: -100px;
    margin-top: 30px;
    padding: 30px 30px;
    background: #132a3a;
    color: white;
}

    .withdrawal-content-blk p {
        color: white;
    }

.withdrawal-img-blk img {
    width: 100%;
    height: 400px;
}

.withdrawal-img-blk {
    width: 100%;
    height: 100%;
}

.table a img {
    width: 54px;
    height: 54px;
}

/*******TC Issued******/
.tc label {
    color: #312d2d;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}

.tc label p {
    margin-bottom: 0;
}

.tc .form-group {
    margin-bottom: 20px;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #ccc;
}

a.viewdetailsbtn {
    color: #fff;
    font-size: 14px;
}

.viewdetailsbtn {
    background: #00653bb8;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    border: none;
}

.viewdetailsbtn:hover {
    background: #00653b;
}

.shakebutton {
    background: linear-gradient(45deg, #1c70b7, #4e9acc);
    box-shadow: -6px 0px 0 0 #823d77;
    border-radius: 0 0 0 0;
    padding: 1px 17px;
    text-decoration: none;
    color: #fff
}

    .shakebutton:hover {
        text-decoration: none;
        color: #fff
    }

@keyframes wobble-skew-on-hover {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.wobble-skew-on-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0)
}

    .wobble-skew-on-hover:hover, .wobble-skew-on-hover:focus, .wobble-skew-on-hover:active {
        -webkit-animation-name: wobble-skew-on-hover;
        animation-name: wobble-skew-on-hover;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

.program-info span {
    color: #ffcea3;
}

.program-block .btn-primary {
    background: #21c4f3;
    color: #fff;
}

    .program-block .btn-primary:focus {
        box-shadow: none;
    }

.program-block {
    margin-bottom: 20px;
}

.attachment {
    position: absolute;
    bottom: 0;
    background: #fb1d23;
    z-index: 99;
    padding: 10px;
    border-radius: 2px 10px 0px 0px;
    color: #fff;
}

.newsec.date {
    width: 10%;
    float: left;
    position: relative;
    left: -160px;
    top: 60px;
    font-size: 25px;
    color: #fff;
}

article p {
    height: 73px;
    overflow-y: scroll;
    line-height: 26px;
    padding-right: 10px;
}

.program-block .inner-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.program-block .image-box {
    position: relative;
}

.program-block .image {
    position: relative;
    margin-bottom: 0;
    background-color: #ffdec1;
    overflow: hidden;
}

    .program-block .image img {
        display: block;
        width: 100%;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        height: 250px;
        object-fit: contain;
        width: 100%;
    }

.program-block .lower-content {
    position: relative;
    padding: 18px 18px 0;
    background-color: #f1f1f1;
}

.program-block h4 {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    color: #ed3236;
    /* font-weight: 400; */
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .program-block h4 a {
        color: #393d72;
        display: inline-block;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

.program-block .text {
    position: relative;
    /* margin-bottom: 15px; */
}

    .program-block .text p {
        line-height: 30px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0px;
        text-align: left;
        height: 70px;
    }

.program-block .program-info {
    position: absolute;
    border-top: 2px solid #cd9700;
    padding: 10px 17px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    color: #ffffff;
    top: -34px;
    background: #132a3a;
    width: 100%;
    left: 0;
}

    .program-block .program-info li {
        position: relative;
        display: inline-block;
        font-size: 14px;
        line-height: 30px;
        color: #ff4880;
        font-weight: 400;
        margin-right: 35px;
    }

        .program-block .program-info li span {
            color: #393d72;
            margin-right: 4px;
        }

.program-block .inner-box:hover .image img {
    opacity: .80;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.location {
    margin-bottom: 20px !important;
}

.contact-bg {
    background: #dfecf5;
}

.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .contact article img {
        width: 110px;
        margin-bottom: 15px !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0 auto;
        display: block;
    }

    .contact article {
        box-shadow: 0px 0px 20px 1px #d5d5d5;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
        flex-direction: column;
        background: linear-gradient(45deg, rgb(28 112 183 / 31%), #f7adcd59);
        padding: 50px 10px;
    }

        .contact article p {
            overflow: unset;
            line-height: 28px;
            height: unset;
        }

            .contact article p a {
                color: black;
                font-weight: 600;
                font-size: 20px;
            }

.cont1 {
    border-top-right-radius: 150px;
}

.cont3 {
    border-bottom-left-radius: 150px;
}

.feedback_sec article {
    background: #f5e9ea;
    padding: 15px;
    border-bottom: solid 1px #eee;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .feedback_sec article img {
        width: 64px;
        margin-bottom: 15px;
    }

    .feedback_sec article h3 {
        font-size: 20px;
    }

    .feedback_sec article h6 a {
        color: #400d34;
        font-weight: 600;
    }

.mdimg {
    width: 150px;
    height: 100px;
}

.newsletter-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 15px 20px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.newsletter-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.newsletter-img {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    margin-right: 20px;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsletter-content h3 {
    font-size: 17px;
    color: #2b2b2b;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.newsletter-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
}


/******OnlineR *******/
.OnlineR a {color: #fff;}
a.parantlogo {padding: 12px 10px;}
.OnlineR {position: fixed; right: 0;z-index:99;text-align: center;color: #fff;top: 280px;font-family: Open Sans, sans-serif;}
@keyframes bounce1 {
0% {background-color: #123e5f;}
33% {background-color: #951f00;}
66% {background-color: #123e5f;}
100% {background-color: #951f00;}
}
.bounce1 {border-radius: 25px 0px 0px 25px;color: #fff;font-size: 14px;font-weight: 700;-webkit-animation: colorchange 20s infinite alternate;z-index: 99;text-align: center;animation: bounce1 1s infinite;-moz-animation: bounce1 1s infinite;-webkit-animation: bounce1 1s infinite;padding: 12px;}
/******Modal*******/

.fulwidth {
    margin: 0px;
    margin-bottom: 20px;
}

/*Inner Event section*/
.inr-event-blk {
    display: flex;
    flex-direction: row;
    position: relative;
    height: 100%;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 25%);
}

.inr-event-img {
    min-width: 290px;
    height: auto;
    margin-right: 5px;
    overflow: hidden;
    will-change: transform;
    max-width: 290px;
}

    .inr-event-img img {
        width: 100%;
        height: 200px;
        transition: all 1.5s cubic-bezier(0, 0, .2, 1);
        will-change: transfrom;
        object-fit: contain;
        background: #dddddd;
    }

.inr-event-content {
    padding: 10px 15px;
    word-break: break-word;
}

    .inr-event-content h6.datenews {
        font-size: 13px;
        line-height: 22px;
        font-weight: 400;
        color: #960417;
        margin-bottom: 8px;
        font-weight: 600;
    }

    .inr-event-content h3 {
        color: #232323;
        font-size: 16px;
        line-height: 28px;
        display: block;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .inr-event-content p {
        margin-bottom: 25px !important;
        font-size: 14.5px;
        line-height: 30px;
        color: #383838;
        padding: 0;
        margin: 0;
        letter-spacing: unset;
    }

    .inr-event-content h6.loc {
        font-size: 13px;
        line-height: 22px;
        font-weight: 400;
        color: #985619;
        margin-bottom: 8px;
    }

        .inr-event-content h6.loc a {
            color: #985619;
        }

        .inr-event-content h6.loc span {
            margin-left: 20px;
        }

            .inr-event-content h6.loc span i {
                color: #9c5a1a;
            }

.inr-event-blk:hover .inr-event-img img {
    opacity: 0.8;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.2, 1.2, 1.2);
}

.faculty-member {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 5px;
    will-change: transform
}

.faculty-member-img {
    position: relative;
    overflow: hidden;
    will-change: transform;
    width: 100%;
    margin: 0 auto
}

    .faculty-member-img img {
        height: 250px;
        max-width: 100%;
        border: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 5px double #c8c6c7;
        width: 100%;
        object-fit: contain;
        background: #cbe1ed;
        object-position: center;
    }

.faculty-member-details {
    background-color: transparent;
    background-image: linear-gradient(45deg,#300624,#1c70b6);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s,visibility .3s;
    padding: 30px 20px
}

.faculty-member:hover .faculty-member-details {
    opacity: 1;
    visibility: visible
}

.faculty-member-details h5 {
    color: #fff;
    font-weight: 600;
    font-size: 13px
}

.faculty-member-details h6 {
    color: #fbc800;
    font-size: 12px
}

.topper-tab .nav-tabs .nav-item.show .nav-link, .topper-tab .nav-tabs .nav-link.active {
    background: #1c70b6;
    color: #fff !important;
}

.topper-tab .nav-tabs .nav-link {
    background: #e3e3e3;
    color: #000;
    margin-bottom: 0px;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    border-color: #dee2e6;
}

.active {
    color: #e7474c !important;
}

.homeeventdate {
    width: 130px;
    float: left;
    border-radius: 5px;
    background: #0570b6;
    height: 120px;
    text-align: center;
    color: white;
    margin-right: 10px;
    line-height: 130px;
    font-size: 17px;
    padding: 34px;
}


/* Inner page year selction*/
/* Inner News */
.load-more .next {width: max-content;background: #0657a1;color: #fff;padding: 6px 14px;border-radius: 4px;margin: auto;cursor: pointer;} 
.month-selection select.monthSelect, .month-selection select, .searchBox input {width: 100%;padding: 10px 11px;border: 0px;border-bottom: 1px solid #c8cacd;border-radius: 5px;margin-bottom: 0px;} 
.tabs-dynamic {background: #0e3f6a1c;padding: 10px;margin: 0px  0px 30px;} 
.count-val p {margin-bottom: 0px;color: #000000;}
/****** Photo Gallery**********/
.photo-date i{ font-size:10x; padding-left: 5px;}
.photocontainer { display: flex; flex-direction: row; justify-content: flex-start; flex-wrap: wrap; } 
.photo-details { background: #f1f1f1; margin: 10px 0px 25px 0px; position: relative; border-radius: 5px; } 
.photo-img { padding: 10px; } 
.photono { position: absolute; top: -17px; left: 0; width: 100%; } 
.photono p { color: #fff; font-size: 12px; background: #055a91; padding: 0px 15px; border-radius: 5px; text-align: center; margin: 0 auto; width: max-content; } .photo-img img { width: 100%; height: 190px; object-fit: contain; background: #055a9126; } .photo-desc p {overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;text-align: center;color: #000000b8;font-weight: bold;padding-top: 3px;margin-bottom: 0px;font-size: 16px;} 
.photo-date {flex-direction: row;display: flex;background: #e8e9e9;padding: 0px 10px;justify-content: space-between;align-items: center;justify-content: center;color: #000;} 
.photo-date i { color: #000; } 
.photo-date p { text-align: center; font-size: 12px; color: #000; margin-bottom: 0px; }
.datedetails { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-items: center; background: #fff; border: 1px solid #ccc; border-radius: 25px; margin-bottom: 10px; } .datedetails span:before { border-right: 0px solid #bbb0b0; } .datedetails span {position: relative;padding: 5px 10px;font-family: 'PT_Sans-Web-Regular';font-size: 16px;} .datedetails span:before { position: absolute; width: 100%; height: 80%; top: 4px; left: 0; border-right: 1px solid #bbb0b0; content: ' '; } .datedetails span:last-child:before { border-right: 0px solid #bbb0b0; content: ' '; } .back { padding-right: 20px; } .fulldesc { margin-top: 30px; word-break: break-all; } .gallerydetails { display: flex; align-items: center; flex-wrap: wrap; flex-direction: row; } .gallerydesc { width: calc(20% - 13px); margin: 10px 6px 10px 6px; background: #fff; padding: 0px 5px; border: 5px solid #4689b463; border-radius: 3px; } 
.gallerydesc img { width: 100%; height: 200px; object-fit: contain; border-radius: 4px; background: #f3f3f3; }
.back a {color: #000;font-size: 17px;position: relative;font-family: 'PT_Sans-Web-Regular';} */
.innercate .col h4{text-transform:uppercase;padding:31px 0 5px!important;font-weight:600}
.morecontent span{display:none}
.morelink{display:block}
.magnify-modal{position:fixed!important;z-index:999999999!important;padding-top:10px!important;left:0!important;top:0!important;width:100%!important;height:100%!important;overflow:auto!important;background-color:rgba(0,0,0,0.8509803921568627)!important}
.magnify-header .magnify-toolbar{float:right;position:relative;z-index:9}
.magnify-stage{position:absolute;top:40px;right:10px;bottom:40px;left:10px;z-index:1;background:#0000000a;overflow:hidden}
.magnify-image{position:relative;display:inline-block;border:5px solid #fff}
.magnify-image.image-ready{max-width:100%;max-height:100%}
.magnify-footer{position:absolute;bottom:0;z-index:2;width:100%;height:40px;color:#fff;text-align:center}
.magnify-footer .magnify-toolbar{display:inline-block}
.magnify-button i{margin-left:0!important;font-size:17px;color:#fff}
.magnify-button{display:inline-block;width:40px;height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:10px;font-size:16px;color:#fff;text-align:center;border-width:0;border-radius:0;cursor:pointer;outline:none;background:#af251b}
.magnify-button:hover{color:#fff;background-color:#e00000}
.magnify-button-close:hover{background-color:#e00000}
.magnify-loader{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;text-align:center;background-color:rgba(0,0,0,0.3);color:#333}
.magnify-loader::before{content:'';display:inline-block;position:relative;width:36px;height:36px;-webkit-box-sizing:border-box;box-sizing:border-box;border-width:5px;border-style:solid;border-color:rgba(0,0,0,0.5) rgba(0,0,0,0.5) rgba(0,0,0,0.5) rgba(255,255,255,0.5);border-radius:100%;-webkit-animation:magnifyLoading 1s infinite linear;animation:magnifyLoading 1s infinite linear}
.magnify-loader::after{content:'';display:inline-block;width:0;height:100%;vertical-align:middle;overflow:hidden}
@-webkit-keyframes magnifyLoading {
0%{-webkit-transform:rotateZ(0deg) translate3d(0,0,0);transform:rotateZ(0deg) translate3d(0,0,0)}
100%{-webkit-transform:rotateZ(360deg) translate3d(0,0,0);transform:rotateZ(360deg) translate3d(0,0,0)}
}
@keyframes magnifyLoading {
0%{-webkit-transform:rotateZ(0deg) translate3d(0,0,0);transform:rotateZ(0deg) translate3d(0,0,0)}
100%{-webkit-transform:rotateZ(360deg) translate3d(0,0,0);transform:rotateZ(360deg) translate3d(0,0,0)}
}
:full-screen{top:0!important;left:0!important;width:100%!important;height:100%!important}
:full-screen .magnify-stage{top:0;right:0;bottom:0;left:0;border-width:0;background-color:#000}
:-webkit-full-screen{top:0!important;left:0!important;width:100%!important;height:100%!important}
:-moz-full-screen{top:0!important;left:0!important;width:100%!important;height:100%!important}
:-ms-fullscreen{top:0!important;left:0!important;width:100%!important;height:100%!important}
:fullscreen{top:0!important;left:0!important;width:100%!important;height:100%!important}
:-webkit-full-screen .magnify-stage{top:0;right:0;bottom:0;left:0;border-width:0;background-color:#000}
:-moz-full-screen .magnify-stage{top:0;right:0;bottom:0;left:0;border-width:0;background-color:#000}
:-ms-fullscreen .magnify-stage{top:0;right:0;bottom:0;left:0;border-width:0;background-color:#000}
:fullscreen .magnify-stage{top:0;right:0;bottom:0;left:0;border-width:0;background-color:#000}
.magnify-toolbar.magnify-foot-toolbar button i{color:#fff;font-size:20px;margin-left:0}
.mid-img{width:500px;margin-bottom:20px}
/* 24-06-2026 */
/* Book List Accordion */
.book_list .booklist-accordion{
    margin-top: 10px;
}

.book_list .booklist-item{
    border: 1px solid #e7e3da;
    margin-bottom: 12px;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffffd9;
}

.book_list .booklist-toggle{
    background: #f7f7f7;
    border: 0;
    padding: 14px 18px;
    font-size: 18px;
    font-weight: 600;
    color: #020334;
    cursor: pointer;
    position: relative;
    outline: none;
}

.book_list .booklist-toggle.collapsed{
    background: #ffffff;
}

.book_list .booklist-toggle:after{
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #e77918;
    font-size: 22px;
    line-height: 1;
}

.book_list .collapse.show .booklist-toggle:after{
    content: "-";
}

.book_list .booklist-declaration{
    padding: 14px 18px 0 18px;
}

.book_list .booklist-iframe-wrap{
    padding: 10px 0 18px 0;
}

.book_list .booklist-iframe-wrap iframe{
    border: 0;
    display: block;
    width: 100%;
    max-width: 100%;
}

@media (max-width: 767px){
    .book_list .booklist-toggle{
        font-size: 16px;
        padding: 12px 14px;
    }
    .book_list .booklist-toggle:after{
        right: 14px;
    }
    .book_list .booklist-declaration{
        padding-left: 14px;
        padding-right: 14px;
    }
}
/* Inner News */
.newsCount { position: relative; background: #fff; } 
.inr-news-content { padding: 10px 15px; word-break: break-word; position: relative } 
.inr-news-blk {margin-bottom: 20px;justify-content: flex-start;/* align-items: center; */box-shadow: 0 0 20px 0 rgb(0 0 0 / 25%)} 
.inr-news-content h3 {color: #232323;font-size: 17px;line-height: 28px;display: block;margin-bottom: 5px !important;font-weight: 600;position: relative;margin: 0;text-transform: uppercase;} 
.inr-news-content p {line-height: 27px !important;color: #383838 !important;padding: 0;margin: 0;position: relative;margin-bottom: 15px !important;font-size: 16px;} 
.inr-news-content h6.loc {line-height: 22px;font-weight: 400;color: #14436c;margin-bottom: 8px !important;position: relative;margin: 0;text-transform: uppercase;font-size: 11px;font-weight: bold;}
.inr-news-content h6.loc:hover {color: #000000;} 
.inr-news-blk h6.date {font-size: 12px;text-align: center;font-weight: 600;margin: 0 0;color: #fff;height: 100%;background: #14436c;padding: 7px 7px;width: fit-content;letter-spacing: 1px;position: relative;} 
.news-content p { margin-bottom: 6px; max-height: 160px; overflow-y: scroll } 
.news-content p::-webkit-scrollbar { width: 0 } 
.month-selection ul { text-align: center; padding-left: 0 }
.month-selection .active_month { border: 1px solid #dd522a } 
#ddlYear { float: right; background-color: #10406a;border: 1px solid #0b5647; color: #fff; height: 40px; padding: 5px 0 5px 10px; font-weight: 700; margin-bottom: 7px; letter-spacing: 1px; width: 9em; font-size: 18px } 
.year_selction_sec select { margin: 15px 0 0; width: 100%; background: #c30038; border: 1px solid #c30038; height: 28px; color: #fff } 
.latestcontent h4, .latestcontentdesc { margin-bottom: 5px; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden } 
.myDiv { height: auto !important } 
.latestcontent h4 { -webkit-line-clamp: 1; font-size: 18px } 
.latestcontentdesc { -webkit-line-clamp: 5 } 
.latestcontent .viewbtn { margin-left: 13px; float: left } 
.latestcontent { padding-left: 30px }
.white {color: white;}





/* Section spacing */
section.\31 0X {
  padding:0px 0px 50px 0px;
  background: #f5f7fb;
}

/* Card styling */
.ftr {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  height: 100%;
  transition: 0.3s ease;
}

.ftr:hover {
  transform: translateY(-5px);
}

/* Top layout */
.footerdiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* Text area */
.footerfstdiv h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footerfstdiv p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* School code */
.schoolcode h5 {
  margin-top: 10px;
  font-size: 15px;
  color: #007bff;
  font-weight: 600;
}

/* Image */
.footerscddiv img {
  max-width: 80px;
}

/* Bottom section */
.footerbtm {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.mobile-app {
  display: flex;
  align-items: center;
  gap: 15px;
}

.mobile-app img {
  width: 100px;
  transition: 0.3s;
}

.mobile-app img:hover {
  transform: scale(1.05);
}

/* Portal help link */
.phelp {
  margin-left: auto;
  font-size: 14px;
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
}

.phelp:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .footerdiv {
    flex-direction: column;
    text-align: center;
  }

  .mobile-app {
    flex-direction: column;
  }

  .phelp {
    margin-left: 0;
  }
}




/* Media Quiry */
@media (max-width: 1400px) {.slider-sec-left:before{}.carouselimg img{object-fit: contain;}
.rightbox{width:40%}
.topper-area img{height:210px}
}
@media (max-width: 1199.98px) {.carouselimg img{height:auto;}.carouselimg{right:0px;}.slider-sec-left{display:none;}.slider-sec-right{flex: 0 0 100%;height: auto;}
.oreg{top:300px}
.topper-area img{height:200px;width:200px}
.contact article{height:300px}
.stu-counsil .content{margin-top:15px}
.blk-w{flex:1 0 48%}
.rightbox{width:45%}
.modal-dialog {min-width: 80%; margin-top: 35px;}
.visitor-count h3{
font-size: 15px;
}
.logo img{
    width: 380px;
}
}
@media (max-width: 991.98px) {.event-box h3{font-size:15px;margin-bottom: 2px;}
.toppersec{max-height: 800px;}
#myModal .modal-body{padding:10px}
#myModal .carousel-inner{height:auto}
#myModal .popup_main{padding-bottom:20px;flex-direction:column}
#myModal .modal-body img{width:300px;height:300px;margin-bottom:20px;background:none;border:solid 5px #fbeded}
.news-area{height:auto;margin-top: 20px;}
iframe{margin-bottom:15px}
.logo-img{width:max-content;float:unset;margin:0 auto 12px!important}
.mission .co-curriculardiv{position:unset;width:100%;margin-bottom:25px}
.vision .innermainsec img{float:unset}
.mainsec{flex-direction:column}
.mainsec .innermainsec{margin-bottom:-15px}
.co-curriculardiv{margin-left:0;margin-bottom:50px}
}
@media (max-width:767px) {
.modal-dialog {width: 100%;padding: 15px;margin: 0px auto;} 
.topper-area h3, .topper-area h4{font-size: 15px;height: 24px;}.toppersec {max-height: 670px;}
.mid-img{width:100%}
.pri-mes-con{background:#ec3235;padding:30px}
.mes-desk img{height:auto}
.container{max-width: 95%;margin: 0 auto;}
.inr-event-img{min-width:100%;max-width:100%}
.inr-event-blk{flex-direction:column}
.cont3{border-bottom-left-radius:unset}
.cont1{border-top-right-radius:unset}
.contact article{height:auto}
.withdrawal-content-blk{margin-left:0}
.leftbox{float:none;margin:0 auto 20px;width:100%;display:block;text-align:center}
.fit-vedio{width:100%;flex-direction:column;height:auto}
.fit-vedio a{margin-bottom:15px}
.smart img{width:100%}
.member .col h6{line-height:28px;font-size:15px}
.inr-slider{height:250px}
.co-curriculardiv{margin-bottom:20px}
.inrhgt p{font-size:16px;line-height:30px}
.mainhead{font-size:26px}
.overview:after{display:none}
.overview img{padding:5px;border:1px solid grey}
.rightbox{float:none;margin:0 auto 20px;width:100%;display:block;text-align:center}
.inrhgt{padding:40px 15px 50px}
.inr-slider ol.breadcrumb{margin:0 20px;line-height:28px}
.inr-slider ol.breadcrumb > .active a i{font-size:14px}
.inr-slider ol.breadcrumb li{font-size:13px;margin-bottom:-6px}
.table img{width:74px;height:auto}
}
@media (max-width: 575.98px) {
.logo-img{width:100%}
.topper-area img{height:auto;width:100%}
.event-box h5{font-size: 34px;line-height: 22px;}
.date{width:100px;/* float:unset; */height: 90px;padding:20px;padding-top: 25px;}
.topbar-reverse{flex-direction:column-reverse}
.carouselimg img{height: 370px;object-fit:cover}
.slider-sec-right{height: 460px;}
.com-img{height:auto}
.blk-w{flex:1 0 100%}
.member .col:nth-child(06){padding-left:50px}
.member .col{height:100px}
.visitor-count{
    position: relative;
    width: fit-content;
}
.logo img{
    display: flex   ;
}
}
@media(max-width:476px){
    .header .inter_national_logo{
        width: 80px;
        top: 100%;
    }
}