
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@100..900&display=swap');

html {
    scroll-behavior: smooth;
}


body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans Devanagari", sans-serif !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5em;
    overflow-x: hidden !important;
    border-top: none !important;
    color: #ABA8A8 !important;
}

    body.model-open {
        padding: 0 !important;
    }

/*.inika{
  font-family: "Inika", serif !important;
}*/


.checked {
    color: orange;
}


.hide-in-mob {
    display: block !important;
}

.view-in-mob {
    display: none !important;
}

/*FONT Families*/


input::-ms-clear {
    display: none;
}


select::-ms-expand {
    display: none;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}


input[type=number] {
    -moz-appearance: textfield !important;
}


select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background: url(../img/down-arrow-3.png) no-repeat center right 6px/12px;
    border: none;
    padding-right: 24px;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


a,
a:hover {
    text-decoration: none;
    outline: none;
    color: #202020;
    transition: 0.3s all linear;
}

    a:hover {
        color: #FF7F49;
    }


img {
    max-width: 100%;
}


.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}


.pd5 {
    padding: 5px;
}

.pd10 {
    padding: 10px;
}

.pd15 {
    padding: 15px;
}

.pd20 {
    padding: 20px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}


.pt40 {
    padding-top: 40px;
}


.pt50 {
    padding-top: 50px;
}

.pt80 {
    padding-top: 80px;
}


.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}


.pb40 {
    padding-bottom: 40px;
}


.pb50 {
    padding-bottom: 50px;
}

.pb80 {
    padding-bottom: 80px;
}


.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pr0 {
    padding-right: 0px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}


/*----------Margin Styles----------*/

.mt0 {
    margin-top: 0px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}


.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mt80 {
    margin-top: 80px;
}


.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}


.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}


.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb80 {
    margin-bottom: 80px;
}

.mr5 {
    margin: 5px;
}

.mr10 {
    margin: 10px;
}

.mr15 {
    margin: 15px;
}

.mr20 {
    margin: 20px;
}


.mr25 {
    margin: 25px;
}


.wrapper {
    display: inline-block;
    width: 100%;
    clear: both;
    vertical-align: top;
}


/*----------Text Transform ----------*/


.txt-upr {
    text-transform: uppercase;
}


.txt-center {
    text-align: center;
}


.txt-left {
    text-align: left;
}


.txt-right {
    text-align: right;
}


/*----------WORD WRAPPING ----------*/

button, button:focus {
    outline: none !important;
    cursor: pointer;
}

    button:focus {
        box-shadow: none !important;
    }

.wordWrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}


.mob {
    display: none;
}


/*-----------BACKGROUND COLOR--------------*/


.bg-pink {
    background-color: #FF407D;
}

.bg-green {
    background-color: #2bb567;
}

.bg-blackgreen {
    background-color: #041e00;
}

.bg-whitegrey {
    background: #E8E8E8;
}

.bg-grey {
    background: #e3e3e3;
}


.bg-white {
    background-color: #fff;
}

.bg-blue {
    background-color: #1D337F;
}

.bg-dark-blue {
    background-color: #070F32;
}

.bg-black {
    background-color: #03080c;
}

.bg-Lightgray {
    background: #f3f3f3;
}


/* fonts-weight */

.thin {
    font-weight: 300;
}


.light {
    font-weight: 300;
}

.reguler {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}


.semiBold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.extrabold {
    font-weight: 800;
}

.bolder {
    font-weight: 900;
}


/* font-size */

.font9 {
    font-size: 9px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font17 {
    font-size: 17px;
}

.font18 {
    font-size: 18px;
}

.font19 {
    font-size: 19px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font23 {
    font-size: 23px;
}

.font24 {
    font-size: 24px;
}

.font25 {
    font-size: 25px;
}

.font26 {
    font-size: 26px;
}

.font27 {
    font-size: 27px;
}

.font30 {
    font-size: 30px;
}

.font35 {
    font-size: 35px;
}

.font40 {
    font-size: 40px;
}


.font45 {
    font-size: 45px;
}

.font50 {
    font-size: 50px;
}

.font60 {
    font-size: 60px;
}

.font75 {
    font-size: 75px;
}


/*----Text Color styles------ */


.clr-white {
    color: #fff;
}

.clr-green {
    color: #2bb567 !important;
}

.clr-black {
    color: #000;
}


.clr-whitegrey {
    color: #dfdfe0;
}

.clr-grey {
    color: #888888;
}


.clr-yellow {
    color: #FAAA3D;
}


.clr-red {
    color: #ec3237;
}


.input-focus {
    color: #342c29;
}


/* Button Style */


/* section-title */


.section-title {
    font-size: 35px;
    font-weight: bold;
    color: #000;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    line-height: 1.2em;
}


    .section-title:after {
        content: '';
        position: absolute;
        width: 207px;
        height: 2px;
        background: #17A2B8;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
    }


/* placeholder color change */


::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #bbb9b9;
}


::-moz-placeholder {
    /* Firefox 19+ */

    color: #bbb9b9;
}


:-ms-input-placeholder {
    /* IE 10+ */

    color: #bbb9b9;
}


:-moz-placeholder {
    /* Firefox 18- */

    color: #bbb9b9;
}


input[type=text] {
    outline: none;
}

/*------------------------Button Styles Starts---------------*/
.theme-btn {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px;
    border: solid 2px #27548A;
    color: #fff;
    text-decoration: none;
    background: #27548A;
    transition: 0.3s all ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 50px;
}


    .theme-btn:before {
        position: absolute;
        content: '';
        left: 110%;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 1;
        background-color: #d88900;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        transform: skewX(-25deg);
        z-index: -1;
    }


    .theme-btn:hover:before {
        left: 0%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }


.btn-radius {
    border-radius: 5px;
}

.theme-btn:hover {
    text-decoration: none;
    background: #d88900;
    border-color: #d88900;
    color: #fff;
}


/*------------------------Button Styles Ends---------------*/


/*------------------------Header Starts---------------*/

::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa;
    /* or add it to the track */
}


/* Add a thumb */

::-webkit-scrollbar-thumb {
    background: #000;
}

/*header*/
.top-header .logo-box {
    background: transparent;
    height: 52px;
    margin: 10px 0px;
}

    .top-header .logo-box img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.btm-header {
    background: #27548A;
}

    .btm-header ul.main-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }


        .btm-header ul.main-menu > li > a {
            font-size: 16px;
            display: block;
            padding: 13px 15px;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
        }

        .btm-header ul.main-menu > li.active > a, .btm-header ul.main-menu > li:hover > a {
            background: #1a3a60;
            color: #fff;
        }

        .btm-header ul.main-menu li.dropdowns.ml-auto {
            margin-left: auto;
        }

            .btm-header ul.main-menu li.dropdowns.ml-auto a {
                background: #fff;
                color: #000;
                margin: 4px 0px;
                padding: 7px 15px;
                border-radius: 55px;
            }

        .btm-header ul.main-menu li.dropdowns {
            position: relative;
        }

        .btm-header ul.main-menu > li > a span {
            font-size: 13px;
            padding-left: 5px;
        }

        .btm-header ul.main-menu li.dropdowns ul.sub-menu {
            position: absolute;
            top: 100%;
            left: 0;
            background: #fff;
            box-shadow: 0 0 5px #0000004a;
            margin: 0;
            list-style: none;
            width: max-content;
            padding: 0;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            -webkit-transform: translateY(10px);
            transition: 0.3s all ease;
            max-width: 23em;
            min-width: 200px;
            z-index: 11;
        }

        .btm-header ul.main-menu li.dropdowns.ml-auto ul.sub-menu {
            right: 0;
            left: auto;
        }

        .btm-header ul.main-menu li.dropdowns ul.sub-menu li {
            padding: 5px 24px;
        }

            .btm-header ul.main-menu li.dropdowns ul.sub-menu li.dropdown-headings {
                color: #000;
                font-weight: 600;
            }

            .btm-header ul.main-menu li.dropdowns ul.sub-menu li.divider {
                padding: 0;
                border-top: 1px solid rgb(233, 236, 239);
            }

        .btm-header ul.main-menu li.dropdowns:hover ul.sub-menu {
            visibility: visible;
            opacity: 1;
            transform: translateY(0);
            -webkit-transform: translateY(0);
        }

        .btm-header ul.main-menu li.dropdowns ul.sub-menu li a {
            color: #27548A;
            background: transparent;
            padding: 0;
            width: 100%;
            display: block;
        }

            .btm-header ul.main-menu li.dropdowns ul.sub-menu li a:hover {
                color: #D88900;
            }

.toggle-btn-new {
    position: absolute;
    top: 19px;
    right: 20px;
    width: 30px;
    height: 20px;
    transition: 0.3s all ease;
}

    .toggle-btn-new span {
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 3px;
        background: #27548A;
        transition: 0.3s all ease;
        z-index: 11;
    }

        .toggle-btn-new span.middle {
            top: 8px;
        }

        .toggle-btn-new span.bottom {
            top: 16px;
            width: 13px;
        }

        .toggle-btn-new span.top {
            width: 20px;
        }

.menu-open .toggle-btn-new span.top {
    width: 30px;
    transform: rotate(45deg);
    top: 10px;
}

.menu-open .toggle-btn-new span.middle {
    display: none;
}

.menu-open .toggle-btn-new span.bottom {
    width: 30px;
    transform: rotate(-45deg);
    top: 10px;
}

/*notificatiom*/

.notification {
    background-color: #D88900;
    padding: 4px 0px;
}

.home-page .notification {
    display: block;
}

.what-new {
    padding: 3px 0 0 4px;
}

.notification .notification-inner ul li {
    list-style: none;
    display: inline-block;
    border-right: 2px solid #fff;
    padding-right: 15px;
    padding-left: 15px;
}

    .notification .notification-inner ul li a {
        text-decoration: none;
        color: #fff !important;
    }

.notification .notification-inner ul {
    margin: 0px;
    padding: 0px;
}

.what-new h5 {
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
    margin-bottom: 0px;
    border-radius: 35px;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    max-width: 90%;
}

.notification-inner {
    margin-top: 5px;
}

.notification .container .row {
    align-items: center;
}

.notification .notification-inner ul li span {
    padding-right: 10px;
}


/*slider-main*/
.up-slider .slider-box {
    position: relative;
}

    .up-slider .slider-box .img-box {
        width: 100%;
        height: 511px;
    }

        .up-slider .slider-box .img-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top;
        }

    .up-slider .slider-box::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #08070773;
    }

    .up-slider .slider-box .caption-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        background: #d9d9d952;
        border: solid 2px #fff;
        backdrop-filter: blur(16px);
        padding: 30px 30px;
        border-radius: 10px;
    }

        .up-slider .slider-box .caption-box .icon-img {
            position: absolute;
            top: -40px;
            right: -37px;
            width: 75px;
        }

        .up-slider .slider-box .caption-box h3 {
            text-align: center;
            color: #fff;
            font-size: 45px;
            font-weight: bold;
        }

.up-slider {
    position: relative;
}

    .up-slider .owl-dots {
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        text-align: center;
    }

        .up-slider .owl-dots button.owl-dot {
            width: 22px;
            height: 22px;
            border: solid 2px #fff;
            border-radius: 50%;
            margin: 0px 3px;
            text-align: center;
        }

            .up-slider .owl-dots button.owl-dot span {
                width: 10px;
                height: 10px;
                display: block;
                background: transparent;
                border-radius: 50%;
                margin: auto;
                transition: 0.3s all ease;
            }

            .up-slider .owl-dots button.owl-dot.active span {
                background: #d88900;
            }

/*masseg-box*/
.msg-box {
    background: #fff;
    box-shadow: 0 0 4px #00000052;
    padding: 15px;
    border-radius: 5px;
}

.main-title {
    color: #000;
    font-size: 27px;
    font-weight: 600;
    position: relative;
}

.msg-box p {
    color: #000;
    text-align: justify;
    font-size: 15px;
    margin-bottom: 10px;
}

.msg-box .btm-faculties {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

    .msg-box .btm-faculties .box {
        flex: 0 0 24%;
        border: solid 1px #27548A;
        padding: 8px 3px;
        text-align: center;
        border-radius: 5px;
    }

        .msg-box .btm-faculties .box .img-bx {
            width: 86px;
            height: 100px;
            margin: auto;
        }

            .msg-box .btm-faculties .box .img-bx img {
                width: 100%;
                height: 100%;
                border-radius: 5px;
                object-fit: cover;
                border: solid 1px #D88900;
            }

        .msg-box .btm-faculties .box .heading {
            font-size: 15px;
            color: #000;
            font-weight: 700;
            margin: 15px 0px;
        }

        .msg-box .btm-faculties .box .deg-box {
            background: #D88900;
            padding: 6px;
            min-height: 51px;
            align-items: center;
            display: flex;
            justify-content: center;
            border-radius: 0 0 8px 8px;
        }

            .msg-box .btm-faculties .box .deg-box h3 {
                font-size: 14px;
                color: #fff;
                margin-bottom: 0;
                font-weight: 500;
            }


.cm-sir-box {
    border: solid 1px #27548A;
    background: #fafafa;
    text-align: center;
    margin-bottom: 20px;
}

    .cm-sir-box .heading {
        font-size: 23px;
        font-weight: 600;
        color: #000;
        margin: 20px 5px 10px;
    }

    .cm-sir-box .img-box {
        width: 142px;
        height: 142px;
        margin: 20px auto;
        border-radius: 50%;
        border: solid 3px #27548A;
        overflow: hidden;
    }

        .cm-sir-box .img-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .cm-sir-box .deg-box {
        background: #d88900;
        padding: 10px;
    }

        .cm-sir-box .deg-box h3 {
            font-size: 20px;
            color: #fff;
            font-weight: 600;
            margin-bottom: 0;
        }

    .cm-sir-box.mam .img-box {
        margin: 15px auto 20px;
    }

    .cm-sir-box.mam .heading {
        font-size: 20px;
    }

    .cm-sir-box.mam .deg-box h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .cm-sir-box.mam .img-box {
        margin: 10px auto;
        width: 110px;
        height: 110px;
    }

    .cm-sir-box.mam .heading {
        font-size: 18px;
        margin: 10px;
    }

    .cm-sir-box.mam .deg-box h3 {
        font-size: 16px;
    }


/*important links*/

.important-links .important-box {
    background: #fff;
    box-shadow: 0 0 4px #00000061;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

    .important-links .important-box .top-heading {
        background: #27548A;
        border-bottom: solid 3px #d88900;
        padding: 15px 10px;
        position: relative;
    }

        .important-links .important-box .top-heading h2 {
            font-size: 20px;
            color: #ffff;
            font-weight: 600;
            margin: 0;
        }

        .important-links .important-box .top-heading .ic-box {
            position: absolute;
            right: 10px;
            top: 7px;
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 5px;
            line-height: 40px;
            text-align: center;
            color: #27548A;
            font-size: 21px;
        }

    .important-links .important-box .content {
        height: 250px;
        padding: 15px;
    }

        .important-links .important-box .content marquee {
            height: 100%;
        }

        .important-links .important-box .content ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .important-links .important-box .content ul li {
                border-bottom: solid 1px #88888869;
                padding: 10px 0px;
                position: relative;
                padding-left: 30px;
            }

                .important-links .important-box .content ul li:last-child {
                    border: none;
                }

                .important-links .important-box .content ul li:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 10px;
                    background: url(../img/imp-icon.png) no-repeat center/contain;
                    width: 24px;
                    height: 24px;
                }

                .important-links .important-box .content ul li a {
                    font-size: 16px;
                    color: #000;
                    font-weight: 500;
                }

                    .important-links .important-box .content ul li a:hover {
                        color: #27548A;
                    }

/*school logins*/
.school-logins {
    padding: 30px 0px;
    background: url(../img/new-bg.png) no-repeat center/cover;
}

    .school-logins .schl-boxes {
        background: #fff;
        box-shadow: 0 0 5px #00000040;
        margin-bottom: 10px;
    }

        .school-logins .schl-boxes .top-heading {
            background: #D88900;
            padding: 13px 10px;
            text-align: center;
            margin-bottom: 10px;
        }

            .school-logins .schl-boxes .top-heading h3 {
                color: #fff;
                font-size: 19px;
                margin-bottom: 0;
                font-weight: 600;
            }

        .school-logins .schl-boxes .content {
            padding: 5px 15px;
            text-align: center;
        }

            .school-logins .schl-boxes .content p {
                color: #000;
                margin-bottom: 0;
            }

        .school-logins .schl-boxes .lgn-btn {
            text-align: center;
            padding: 15px;
        }

/*important downloads*/
.important-news.important-links .important-box .content {
    height: 480px;
}

    .important-news.important-links .important-box .content span.date-box {
        color: #000;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .important-news.important-links .important-box .content li {
        padding-right: 90px;
    }

    .important-news.important-links .important-box .content ul li::before {
        content: '\f101';
        background: transparent;
        font-family: 'FontAwesome';
        color: #d88900;
    }

/*footer*/
footer {
    background: #E5F1FF;
    text-align: center;
}

    footer .footer-content p {
        color: #000;
        font-size: 14px;
        margin-bottom: 5px;
    }

    footer .tp-footer-new {
        padding: 10px;
        position: relative;
        z-index: 1;
    }

    footer .btm-logo {
        height: 52px;
    }

        footer .btm-logo img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    footer .btm-menus {
        margin: 14px 0px;
        border-bottom: solid 1px #C2C2C2;
        padding-bottom: 5px;
    }

        footer .btm-menus ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            footer .btm-menus ul li {
                display: inline-block;
                padding: 10px;
            }

    footer .footer-content p {
        color: #000;
        font-size: 14px;
        margin-bottom: 0px;
    }

    footer .copyright-txt {
        color: #000;
        font-size: 14px;
        font-weight: 600;
        background: #C8D9EE;
        padding: 8px;
        position: relative;
        z-index: 1;
    }

.side-box-new {
    position: fixed;
    top: 30%;
    right: 0;
    transform: translateY(-50%);
    z-index: 999;
}

    .side-box-new .main-icon {
        width: 47px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-size: 20px;
        position: absolute;
        right: 0;
        top: 0;
        background: #D9D9D9;
        color: #fff;
        border-radius: 5px 0px 0px 5px;
        cursor: pointer;
    }

        .side-box-new .main-icon img {
            padding: 4px;
            animation: round 2s linear infinite;
        }

@keyframes round {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.side-box-new .btm-icons {
    position: absolute;
    top: 55px;
    right: 0;
    width: 250px;
    background: #fff;
    box-shadow: 0 0 5px #00000033;
    transition: 0.3s all ease;
    transform: translateX(160%);
}

    .side-box-new .btm-icons ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .side-box-new .btm-icons ul li {
            padding: 5px 10px;
            border-bottom: solid 1px #cccccc73;
            transition: 0.3s all linear;
        }

.side-boxes .side-box-new .btm-icons {
    transform: translateX(0);
}

.side-box-new .btm-icons ul li a span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: #d88900;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-right: 6px;
    transition: 0.3s all linear;
}

.side-box-new .btm-icons ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: block;
}

.side-box-new .btm-icons ul li:hover a {
    color: #fff;
}

.side-box-new .btm-icons ul li:hover {
    background: #d88900;
}

    .side-box-new .btm-icons ul li:hover span {
        background: #fff;
        color: #d88900;
    }


/*login-page*/

.login-main {
    min-height: calc(100vh - 213px);
}
.login-main .login-frm, .login-main .lgn-instructions {
    background: #fff;
    box-shadow: 0 0 4px #00000061;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    min-height: 400px;
}

    .login-main .login-frm .top-heading, .login-main .lgn-instructions .top-heading {
        background: #27548A;
        border-bottom: solid 3px #d88900;
        padding: 15px 10px;
        position: relative;
    }

        .login-main .login-frm .top-heading h3, .login-main .lgn-instructions .top-heading h3 {
            font-size: 20px;
            color: #ffff;
            font-weight: 600;
            margin: 0;
        }

        .login-main .login-frm .top-heading .ic-box, .login-main .lgn-instructions .top-heading .ic-box {
            position: absolute;
            right: 10px;
            top: 7px;
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 5px;
            line-height: 40px;
            text-align: center;
            color: #27548A;
            font-size: 21px;
        }

    .login-main .login-frm .lg-form, .login-main .lgn-instructions .mrq-inst {
        padding: 15px;
    }

        .login-main .login-frm .lg-form .form-group {
            margin-bottom: 10px;
        }

            .login-main .login-frm .lg-form .form-group label {
                color: #000;
                display: block;
                margin-bottom: 5px;
                font-size: 16px;
                font-weight: 600;
            }

            .login-main .login-frm .lg-form .form-group input {
                width: 100%;
                height: auto;
                padding: 8px 6px;
                border: none;
                border-radius: 5px;
                outline: none;
                background: #fff;
                border: solid 1px #d5d5d5;
                color: #000;
                box-shadow:none;
            }

                .login-main .login-frm .lg-form .form-group input::placeholder {
                    color: #888;
                }

            .login-main .login-frm .lg-form .form-group.sub-btn {
                text-align: center;
            }

                .login-main .login-frm .lg-form .form-group.sub-btn input {
                    width: auto;
                    display: inline-block;
                    text-align: center;
                    font-size: 16px;
                    font-weight: 400;
                    padding: 8px 20px;
                    border: solid 2px #27548A;
                    color: #fff;
                    text-decoration: none;
                    background: #27548A;
                    transition: 0.3s all ease;
                    position: relative;
                    overflow: hidden;
                    z-index: 1;
                    border-radius: 50px;
                }

                    .login-main .login-frm .lg-form .form-group.sub-btn input:hover {
                        background: #d88900;
                        border-color: #d88900;
                    }

            .login-main .login-frm .lg-form .form-group.forgot-pss {
                margin-bottom: 0;
                text-align: center;
                color: #000;
            }

                .login-main .login-frm .lg-form .form-group.forgot-pss p {
                    color: #000;
                    margin-bottom: 0;
                }

                .login-main .login-frm .lg-form .form-group.forgot-pss a {
                    color: #27548A;
                    font-weight: 600;
                }

    .login-main .lgn-instructions ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .login-main .lgn-instructions ul li {
            color: #000;
            font-size: 15px;
            margin-bottom: 11px;
        }

    .login-main .lgn-instructions marquee {
        height: 406px;
    }

.otp-instructions p.italic {
    font-style: italic;
}

.login-main .login-frm .lg-form .otp-instructions {
    border-top: solid 1px #ebebeb;
    padding: 10px 0px;
    margin-top: 10px;
}

    .login-main .login-frm .lg-form .otp-instructions p {
        margin-bottom: 0;
    }

    .login-main .login-frm .lg-form .otp-instructions.scnt {
        margin-top: 0;
    }

.user.form-group.captcha-container.inner-captacha .captcha-box {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    margin-bottom: 10px;
    border-radius: .25rem;
}

.user.form-group.captcha-container.inner-captacha {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

    .user.form-group.captcha-container.inner-captacha button.btn-n.rld {
        position: absolute;
        right: 0px;
        top: 10px;
        border: none;
        background: #27548A;
    }

        .user.form-group.captcha-container.inner-captacha button.btn-n.rld img {
            filter: brightness(0) invert(1);
        }

    .user.form-group.captcha-container.inner-captacha .half-box {
        flex: 0 0 49%;
        margin: 0 !important;
        position: relative;
    }

.form-group.cpt-sub-btn {
    text-align: center;
    margin-top: 10px;
}

    .form-group.cpt-sub-btn button.theme-btn {
        display: inline-block;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        padding: 8px 20px;
        border: solid 2px #27548A;
        color: #fff;
        text-decoration: none;
        background: #27548A;
        transition: 0.3s all ease;
        position: relative;
        overflow: hidden;
        z-index: 1;
        border-radius: 50px;
    }

        .form-group.cpt-sub-btn button.theme-btn:hover {
            background: #d88900;
            border-color: #d88900;
        }

/*new added css */

.login-main .login-frm .top-content {
    padding: 15px 15px 0px 15px;
}

    .login-main .login-frm .top-content p {
        color: #000;
        font-size: 15px;
        margin-bottom: 0;
    }

        .login-main .login-frm .top-content p a {
            color: #ec3237;
        }

.login-main .lgn-instructions.downloads {
    min-height: auto;
}

    .login-main .lgn-instructions.downloads a.card-link {
        text-decoration: none;
        padding: 8px 15px;
        display: inline-block;
        border: solid 1px #27548a;
        margin: 5px;
        border-radius: 5px;
        color: #27548a;
    }
        .login-main .lgn-instructions.downloads a.card-link:hover {
            background-color: #27548a;
            color: #fff;
        }
.login-main .lgn-instructions .mrq-inst table {
    margin-bottom: 0;
}

    .login-main .lgn-instructions .mrq-inst table tr td {
        padding: 6px;
        font-size: 14px;
    }

    .login-main .lgn-instructions .mrq-inst table tr th {
        background: #d88900;
        color: #fff;
        padding: 6px;
    }

.tp-line-box {
    background: #d88900;
    padding: 5px;
    text-align: center;
}

    .tp-line-box p {
        color: #fff;
        margin-bottom: 0;
        font-size: 16px;
        line-height: normal;
    }

.inner-tbls table tr th, .inner-tbls table tr td {
    padding: 5px;
    font-size: 14px;
    text-align: left !important;
}

.inner-tbls .dataTables_wrapper .dt-buttons button {
    padding: 5px 15px;
    border: none;
    background: #27548a;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
    border: none !important;
}

.inner-tbls .dataTables_wrapper .dataTables_length label {
    color: #000;
}

    .inner-tbls .dataTables_wrapper .dataTables_length label select {
        min-width: 60px;
    }

.inner-tbls .dataTables_wrapper .dt-buttons {
    margin-right: 8px;
}

    .inner-tbls .dataTables_wrapper .dt-buttons button.buttons-excel {
        background: green;
    }

.inner-tbls .dataTables_wrapper .dataTables_info {
    color: #000;
    font-size: 14px;
}

.inner-tbls .dataTables_wrapper .dataTables_paginate {
    margin-top: 10px;
}

    .inner-tbls .dataTables_wrapper .dataTables_paginate .paginate_button {
        color: #000 !important;
    }

        .inner-tbls .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .inner-tbls .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
            color: #666 !important;
            background: transparent !important;
            border: none;
        }

    .inner-tbls .dataTables_wrapper .dataTables_paginate .paginate_button {
        border: solid 1px #ccc;
        margin: 0px 4px;
    }

        .inner-tbls .dataTables_wrapper .dataTables_paginate .paginate_button.current, .inner-tbls .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
            background: #27548a;
            color: #fff !important;
            border-color: #27548a;
        }

.inner-tbls table {
    border-color: #869cb7 !important;
}
/*responsive*/

@media (max-width:1399px) {
    .up-slider .slider-box .caption-box h3 {
        font-size: 40px;
    }

    .side-box-new .btm-icons ul li {
        padding: 5px 10px;
    }

        .side-box-new .btm-icons ul li a span {
            width: 25px;
            height: 25px;
            line-height: 25px;
            font-size: 14px;
        }

    .login-main .login-frm .top-content p {
        font-size: 14px;
    }

    .login-main .login-frm .lg-form .tp-txt.font14 {
    }

    .login-main .lgn-instructions .mrq-inst table tr th {
        font-size: 15px;
        padding: 4px;
    }

    .login-main .lgn-instructions .mrq-inst table tr td {
        font-size: 13px;
        padding: 4px;
        line-height: 1.5em;
    }

    .login-main .lgn-instructions .mrq-inst {
        padding: 7px;
    }

    .login-main .lgn-instructions.downloads a.card-link {
        padding: 7px 14px;
        font-size: 14px;
        line-height: normal;
    }

    .login-main .login-frm .lg-form .otp-instructions P {
        font-size: 14px;
    }
}

@media (max-width:1199px) {
    .up-slider .slider-box .caption-box h3 {
        font-size: 30px;
    }

    .up-slider .slider-box .img-box {
        height: 361px;
    }

    .msg-box p {
        font-size: 14px;
    }

    .msg-box .btm-faculties .box .heading {
        font-size: 13px;
    }

    .msg-box .btm-faculties .box .deg-box h3 {
        font-size: 12px;
    }

    .msg-box .btm-faculties .box .deg-box {
        min-height: 42px;
    }

    .what-new h5 {
        font-size: 13px;
    }
}

@media (max-width:991px) {
    .top-header .logo-box {
        padding: 10px;
        height: 60px;
        margin: 0;
    }

        .top-header .logo-box img {
            width: auto;
        }

    .top-header {
        position: relative;
        z-index: 1;
        background: #fff;
        background: #fff;
    }

    .btm-header .main-menu {
        position: absolute;
        left: -100%;
        top: 60px;
        width: 100%;
        background: #27548A;
        height: 100vh;
        transition: 0.5s all ease;
        overflow: auto;
        padding-bottom: 80px !important;
        z-index: 9999;
    }

    .btm-header ul.main-menu li {
        display: block;
    }

        .btm-header ul.main-menu li.dropdowns.ml-auto a {
            background: transparent;
            color: #fff;
            padding: 13px 15px;
        }

        .btm-header ul.main-menu li.dropdowns ul.sub-menu, .btm-header ul.main-menu li.dropdowns:hover ul.sub-menu {
            visibility: visible;
            opacity: 1;
            position: relative;
            top: auto;
            left: auto;
            transform: none;
            width: 100%;
            right: auto;
            max-width: 100%;
            display: none;
        }

        .btm-header ul.main-menu li.dropdowns.active ul.sub-menu {
            display: block;
        }

        .btm-header ul.main-menu li:hover a, .btm-header ul.main-menu li.active a {
            background: transparent;
        }

        .btm-header ul.main-menu li.dropdowns span {
            position: absolute;
            right: 10px;
            color: #fff;
            top: 12px;
        }

    .btm-header ul.main-menu > li {
        border-bottom: solid 1px #fdfdfd4f;
    }

    .menu-open .btm-header .main-menu {
        left: 0;
        display: block;
    }

    body.menu-open {
        overflow: hidden;
    }

        body.menu-open:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #0000003d;
            z-index: 0;
        }

    .container {
        max-width: 100%;
    }

    .up-slider .slider-box .caption-box h3 {
        font-size: 27px;
    }

    .up-slider .slider-box .caption-box .icon-img {
        position: absolute;
        top: -34px;
        right: -30px;
        width: 64px;
    }

    .sid-boxes {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 15px;
    }

        .sid-boxes .cm-sir-box {
            flex: 0 0 48%;
            margin-bottom: 0;
        }

    .what-new {
        display: none;
    }
}

@media (max-width:767px) {
    .up-slider .slider-box .caption-box h3 {
        font-size: 19px;
    }

    .msg-box .btm-faculties .box {
        flex: 0 0 48%;
        margin-bottom: 10px;
    }
}

@media (max-width:576px) {
    .up-slider .slider-box .caption-box {
        padding: 20px;
        width: 79%;
    }

    .up-slider .slider-box .img-box {
        height: 240px;
    }

    .sid-boxes .cm-sir-box {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
}
