/*Fonts Css*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&amp;display=swap');

/*font-family:'Open Sans',sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

/*font-family: 'Poppins', sans-serif;*/

@import url('font-icons.css');
@font-face {
    font-family: 'HelveticaNeue-Roman';
    src: url('../fonts/HelveticaNeue-Roman.html');
    src: url('../fonts/HelveticaNeue-Roman.woff2') format('woff2'), url('../fonts/HelveticaNeue-Roman.woff') format('woff'), url('../fonts/HelveticaNeue-Roman.ttf') format('truetype'), url('../fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg'), url('../fonts/HelveticaNeue-Romand41d.html?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

:focus {
    outline: none;
}

html {
    height: 100%;
    -webkit-text-size-adjust: none;
}

body {
    height: 100%;
    font-size: 1.0rem;
    color: #000000;
    background: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    touch-action: manipulation;
    font-family: 'HelveticaNeue-Roman';
}

a {
    text-decoration: none;
    outline: none;
    color: #000;
    outline: none;
    transition: all 0.3s ease 0s;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none !important;
}

img {
    padding: 0;
    margin: 0;
    max-width: 100%;
    border: none;
}

p {
    width: 100%;
    text-align: justify;
    line-height: 22px;
}


/*Section*/

section {
    padding: 0;
    margin-bottom: 0;
    width: 100%;
    float: left;
}


/*HEADING CSS*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
    width: 100%;
}


/*LIST CSS*/

ul,
ul li,
ol li,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 500;
}


/*INPUT CSS*/

select,
select option {
    width: 100%;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

input:focus {
    outline: none;
    background: transparent !important;
}

input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.form-control {
    background: transparent;
    height: 55px !important;
    -webkit-border-radius: 0;
    border-radius: 3px;
    font-size: 14px;
    color: #212529;
    border: 3px solid #47AAE1;
}

.form-group {
    position: relative;
}

.custom-selects {
    float: left;
    width: 100%;
    position: relative;
}

.custom-selects:after {
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    color: #151B26;
    ;
    font-size: 14px;
    pointer-events: none;
    content: '\e917';
    font-family: 'icomoon' !important;
}


/*Tooltip*/

a.anchor-tips {
    position: relative;
}

a.anchor-tips[title]:hover:after {
    content: attr(title);
    top: -60%;
    left: 50%;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    background: #47aae1;
    padding: 2px 5px;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    transform: translate(-50%, -60%);
    text-align: center;
    transition: all 500ms linear;
    visibility: visible;
}

a.anchor-tips[title]:after {
    transition: all 500ms linear;
    top: 0%;
    position: absolute;
    transition: all 500ms linear;
}


/*NORMAL CSS*/

::selection {
    background: #0067ab;
    color: #fff;
}

::-moz-selection {
    background: #0067ab;
    color: #fff;
}

.event-none {
    pointer-events: none;
}


/*BUTTON CSS*/

.btn {
    height: 45px;
    text-align: center;
    color: #fff;
    line-height: normal;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 15px;
    position: relative;
    background: #071d5e;
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    border: none;
    letter-spacing: 1px;
    min-width: 150px;
    max-width: max-content;
    border-radius: 5px;
    margin: 2px;
}

.btn:hover {
    background: #dc3545;
    color: #fff;
    border-color: #dc3545;
}

.btn.disabled {
    background: #adb5bd;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
}

.btn:hover,
.btn:focus,
.btn.focus {
    outline: none;
}

figure {
    margin: 0px;
    padding: 0px;
}

.container {
    max-width: 1260px;
}


/*Header Start*/

.top {
    background: #071d5e;
    height: 40px;
}

.top-header {
    height: 100%;
}

.top-links ul li {
    margin-bottom: 5px;
    display: inline-block;
}

.top-links ul li a {
    font-size: 13px;
    line-height: 19px;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 13px 8px;
    font-family: 'Poppins', sans-serif;
}

.top-links ul li a:hover {
    color: #dc3545;
}

ul.sub-drop {
    position: absolute;
    background: #f8f9fa;
    padding: 5px 0px;
    min-width: 150px;
    top: 0;
    bottom: auto;
    transform: translate3d(0px, 100%, 0px);
    z-index: 9;
    transition: all 200ms linear;
    opacity: 0;
    pointer-events: none;
}

ul.sub-drop li {
    display: block;
    border-bottom: solid 1px #e9ecef;
}

ul.sub-drop li:last-child {
    border-bottom: none;
}

ul.sub-drop li a {
    padding: 6px 10px;
    display: block;
    color: #071d5e;
}

.top-links ul li.login-drop:hover ul.sub-drop {
    transform: translate3d(0px, 35%, 0px);
    opacity: 1;
    pointer-events: all;
}

header {
    background: #fff;
    float: left;
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
}

header.sticky {
    height: 50px;
    top: 0;
    position: fixed;
    transition: all 0.4s ease;
    top: 0px;
    z-index: 9;
}

header.sticky .logo img {
    width: 150px;
}

header.sticky .ace-responsive-menu>li>a {
    padding: 0 12px;
    line-height: 50px;
}


/*Nav*/

.kalindi-nav {
    width: 100%;
}


/*Slider*/

.slider {
    width: 100%;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    height: 400px;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    line-height: 1;
}

.slider .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
}


/*Marquee*/

.scroller {
    height: 55px;
    background: #071d5e;
}

marquee {
    height: 55px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    width: calc(100% - 40px);
    float: left;
}

.left-a {
    width: 20px;
    float: left;
    font-size: 26px;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
}

.right-a {
    width: 20px;
    float: right;
    font-size: 26px;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
}

.middle-section {
    background: #F1F3F6;
    padding: 30px 0;
}


/*Notices, Events */

.event-and-notice {
    background: #f3f6f9;
    padding: 30px 0 55px;
}

.box-wrap {
    float: left;
    width: 100%;
    height: 100%;
    box-shadow: 0px 1px 9px rgba(153, 120, 120, 0.2);
    border-radius: 10px;
    cursor: pointer;
}

.box-head {
    float: left;
    width: 100%;
    background: #071d5e;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.01);
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}

.box-head span {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}

.box-body {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 15px;
    border-radius: 0 0 10px 10px;
    height: calc(100% - 45px);
}


/*Notices*/

.notices {
    float: left;
    width: 100%;
}

.notices ul li {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.notices ul li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.notices-row {
    width: 100%;
}

.notices-row p {
    line-height: 18px;
    margin: 0;
    text-align: left;
}

.notices-row a {
    display: flex;
    align-items: center;
    color: #071d5e;
    margin-top: 5px;
}

.notices-row a span {
    float: left;
    line-height: normal;
    margin-left: 10px;
}

.notice-tab {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 8px;
}

.notice-tab li a {
    text-align: center;
    background: #071d5e;
    color: #fff;
}

.notice-tab li .nav-link.active {
    background: #464c71 !important;
}

.view-btn {
    display: block;
    text-align: center;
    padding: 0 10px;
    font-weight: 600;
    color: #071d5e;
}

.notice-tab a {
    background: #071d5e;
    color: #fff;
    text-align: center;
    border-radius: 9px;
    height: 35px;
    display: grid;
    place-content: center;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}


/*Principal's Desk*/

.principal-img {
    text-align: center;
}

.principal-img img {
    width: 550px;
    border-radius: 5px;
}

.principal-msg {
    width: 100%;
}

.principal-msg p {
    padding: 20px 0;
    line-height: 20px;
    margin: 0;
}

.principal-msg a {
    background: #071d5e;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.07);
    border-radius: 9px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 7px 35px;
}


/*Events*/

.event-row {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-column-gap: 15px;
    align-items: flex-start;
}

.event-calend {
    background: #FFFFFF;
    box-sizing: border-box;
}

.evnt-month {
    background: #071d5e;
    font-weight: bold;
    font-size: 11px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    height: 22px;
    font-family: 'Poppins', sans-serif;
}

.evnt-date {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #373737;
    height: 30px;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    border: 1px solid #071d5e;
}

.events-btns {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

.events-btns a {
    background: #071d5e;
    flex: 1;
    text-align: center;
    padding: 8px 0;
    margin: 0 2px;
    color: #fff;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.event-and-notice .owl-carousel {
    height: 100%;
}

.event-and-notice .owl-stage-outer {
    height: calc(100% - 75px);
}

.event-and-notice .owl-stage {
    height: 100%;
}

.event-and-notice .owl-item {
    height: 100%;
}

.event-and-notice .owl-item.cloned {
    height: 100%;
}

.event-and-notice .item {
    height: 100%;
    background: #fff;
}


/**/

.scroller-event {
    padding: 0 0 30px;
    background: #dee2e6;
    background-image: url("../images/bg.png");
    background-blend-mode: multiply;
}

.event-wallets {
    background: #fff;
    box-shadow: 0px 1px 9px rgba(153, 120, 120, 0.08);
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    min-height: 200px;
    display: grid;
    place-content: center;
    cursor: pointer;
}

.event-wallets h3 {
    font-size: 17px;
}

.event-wallets figure {
    margin: 0 auto;
}

.event-wallets:hover {
    transition: all 200ms cubic-bezier(0.55, 0.09, 0.68, 0.53);
    transform: translateY(-10px);
}

.event-wallets.library-crousl {
    display: block;
}


/*Flip*/

.flip-card {
    background-color: transparent;
    width: 100%;
    /*height:180px;*/
    perspective: 1000px;
    height: 100%;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #fff;
    color: black;
}

.flip-card-back {
    background-color: #071d5e;
    color: white;
    transform: rotateY(180deg);
    display: grid;
    align-content: center;
}

.flip-card-back:after {
    position: absolute;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: transparent;
    border: solid 2px #cfb681;
    margin: 10px;
}

.flip-card-back h1 {
    font-size: 18px;
}

.flip-card-back h1,
.flip-card-back p {
    color: #fff;
    margin: 0px;
    text-align: center;
}

.ncc-flip-f {
    box-shadow: 0px 1px 9px rgba(153, 120, 120, 0.08);
    border-radius: 5px;
    display: grid;
    grid-template-rows: 174px auto;
}

.ncc-flip-b {
    box-shadow: 0px 1px 9px rgba(153, 120, 120, 0.08);
    border-radius: 5px;
    background: #fff;
    display: grid;
    grid-template-rows: 165px auto;
}

.ncc-flip-f figure,
.ncc-flip-b figure {
    width: 100%;
    height: 175px;
    padding: 10px 0 0;
}

.ncc-flip-f figure img {
    width: 255px;
}

.ncc-flip-b figure img {
    width: 162px;
}

.ncc-flip-f h1,
.ncc-flip-b h1 {
    font-size: 17px;
    color: #000;
}

.flip-card-back.ncc-flip-b:after {
    display: none;
}


/*Gallery*/

.gallery {
    background: #fff;
    padding-bottom: 60px;
}

.title-gal {
    text-align: center;
    padding: 10px 0 30px;
    font-weight: 600;
    font-size: 22px;
    color: #071d5e;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.title-gal:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 4px;
    background: #071d5e;
    left: 50%;
    top: auto;
    bottom: 30%;
    transform: translate3d(-50%, 0px, 0px);
}


/*Links*/

.main-focus {
    width: 100%;
    background: #fff;
    padding: 15px 0 30px;
}

.title-focus {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    padding: 0 0 30px;
    color: #071d5e;
    position: relative;
}

.title-focus:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 4px;
    background: #071d5e;
    left: 50%;
    top: auto;
    bottom: 30%;
    transform: translate3d(-50%, 0px, 0px);
}

.user-links {
    padding: 0px;
}

.user-links ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 15px;
    justify-content: center;
}

.user-links ul li {
    margin-bottom: 0px;
    height: 100%;
}

.user-links ul li a {
    width: 100%;
    padding: 4px 5px 7px;
    border-radius: 5px;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: grid;
    background: #071d5e856;
}

.link-box {
    height: auto;
    display: grid;
    align-content: center;
    margin-top: 10px;
}

.icon-l {
    text-align: center;
    height: 50px;
    display: grid;
    align-items: center;
}

.icon-l figure img {
    width: 40px;
}

.link-text {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    display: grid;
    align-items: flex-start;
    height: 36px;
    margin: 10px 0;
    color: #fff;
}

.user-links ul li a:hover {
    background: #2b2e44;
}

.user-links ul li a:hover .link-text {
    color: #f8f9fa;
}

.custom-ordr-list ul li a {
    color: #d60b0b;
}


/*Testimonials*/

.student-test-img {
    height: 205px;
    overflow: hidden;
}

.testim-blk h3 {
    padding: 3px 0;
    line-height: normal;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    text-align: center;
}

.testim-blk span {
    padding: 0;
    text-align: center;
    display: block;
}


/*Footer*/

footer {
    background: #071d5e;
    padding: 15px 0 0px;
    float: left;
    width: 100%;
}

.social-icons {
    text-align: left;
    padding-bottom: 15px;
}

.social-icons ul li {
    display: inline-block;
    margin-right: 5px;
}

.social-icons ul li a {
    width: 30px;
    height: 30px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #f8f9fa;
}

.social-icons ul li a:hover {
    background: #dc3545;
    color: #fff;
}

.fac {
    background: #3b5998;
}

.twi {
    background: #00acee;
}

.tub {
    background: #FF0000;
}

.ins {
    background: #bc2a8d;
}

.lin {
    background: #0e76a8;
}

.title-footer {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #e9ecef;
    font-size: 16px;
}

.site-menu ul li a {
    color: #fff;
    padding: 5px 0;
    display: inline-block;
}

.site-menu ul li a:hover {
    color: #adb5bd;
}

.visitor-count span {
    border: 1px solid #9E9E9E;
    box-sizing: border-box;
    border-radius: 3px;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.3em;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.visitor-count {
    text-align: left;
}

.visitor-count p {
    font-weight: normal;
    font-size: 15px;
    color: #fff;
}

.site-map {
    display: flex;
    justify-content: flex-end;
}

.site-menu {
    width: 215px;
}

.copyright {
    border-top: 1px solid #fff;
    padding: 15px 0;
}

.copyright p {
    font-size: 12px;
    line-height: 28px;
    color: rgb(248 248 248 / 0.7);
    text-align: center;
    margin: 0;
}

.footer-menu {
    padding: 0;
}

.footer-menu h3 {
    color: #e9ecef;
    margin: 0 0 10px;
    font-size: 16px;
    padding: 0;
}

.footer-menu ul li a {
    color: #e9ecef;
    padding: 6px 0;
    display: block;
    line-height: normal;
    font-size: 14px;
}


/*=============== Inner Page =======================*/

.inner-banner {
    width: 100%;
    background: #071d5e;
}

.title-1 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.sidebar {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.06);
    border-radius: 7px;
    padding: 15px;
    padding-top: 0;
    position: sticky;
    top: 70px;
}

.side-title {
    width: calc(100% + 30px);
    background: #071d5e;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    margin-left: -15px;
    border-radius: 7px 7px 0 0;
    font-family: 'Poppins', sans-serif;
}

.side-menu {
    width: 100%;
    padding: 15px 0;
}

.side-menu ul {
    width: 100%;
}

.side-menu ul li a {
    font-size: 15px;
    font-weight: 600;
    padding: 7px 6px;
    display: block;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.side-menu ul li {
    width: 100%;
    border-bottom: solid 1px #e9ecef;
}

.side-menu ul li a i {
    position: absolute;
    right: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    font-size: 10px;
}


/*side Sub menu*/

.navbar ul li.dropdown-nav {
    position: relative;
}

.navbar ul.sub-nav {
    width: 100%;
    display: none;
}

.navbar ul.sub-nav li {
    width: 100%;
    float: left;
    position: relative;
    border-bottom-color: #e9ecef;
}

.navbar ul.sub-nav li:last-child {
    border: none;
}

.navbar ul.sub-nav li a {
    color: #f8f9fa;
    padding: 10px 15px;
    text-align: left;
    position: relative;
    font-weight: 500;
}

.navbar ul.sub-nav li a:hover,
.navbar ul.sub-nav li.active a {
    color: #071d5e !important;
}

.navbar ul li.dropdown-nav.opennav a {
    background: #f8f9fa;
    color: #071d5e;
}

.navbar ul li.dropdown-nav.opennav>a {
    color: #071d5e;
}

.navbar ul.sub-nav li a i {
    position: absolute;
    right: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    font-size: 10px;
}

.navbar ul.sub-nav li.opennav a i {
    transform: rotate(-180deg);
}

.navbar ul.sub-nav li ul.sub-nav li a {
    padding-left: 30px;
}


/*Page 2*/

.sec-bg {
    background: #fff;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.06);
    padding: 30px 15px;
    border-radius: 7px;
    margin-bottom: 15px;
}

.visitors-section {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-gap: 15px;
    justify-content: center;
}

.thumbnail {
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 7px;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.06);
    cursor: pointer;
}

.thumbnail:hover {
    transform: translateY(-10px);
    transition: all 300ms linear;
}

.caption {
    width: 100%;
    margin: 20px 0 0;
}

.tumb-title {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #752E97;
}


/*.kalindi-tabs ul li a{font-weight:500;border:none !important;font-family: 'Poppins',sans-serif;}*/

.kalindi-tabs ul li a {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    /*border:solid 1px #dee2e6 !important;margin-right:5px;background:#f8f9fa;*/
    border-bottom: none !important;
    border-top-left-radius: .35rem !important;
    border-top-right-radius: .35rem !important;
}

.kalindi-tabs ul li .nav-link.active {
    background: #071d5e;
    color: #fff;
    border-color: #071d5e !important;
}

.content-tab {
    padding: 15px;
    width: 100%;
}

.kalindi-tabs .tab-content {
    background: #f8f9fa;
}


/*List Style*/

.list-order-wrap {
    padding: 20px;
}

.unorder-list li {
    list-style: disc;
    padding: 5px 0;
    margin-left: 2%;
}

.order-list li {
    list-style: decimal;
    padding: 5px 0;
    margin-left: 2%;
}

.circle-list li {
    list-style: circle;
    padding: 5px 0;
    margin-left: 2%;
}

.small-roman li {
    list-style: lower-roman;
    padding: 5px 0;
    margin-left: 2%;
}

.lower-alpha li {
    list-style: lower-alpha;
    padding: 5px 0;
    margin-left: 2%;
}

.custom-unorder-list {
    width: 100%;
}

.custom-unorder-list li {
    list-style: none;
    margin-left: 2%;
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
    line-height: 160%;
    text-align: justify;
}

.custom-unorder-list li:before {
    position: absolute;
    content: "\f111";
    left: 0;
    top: 8px;
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    font-size: 7px;
    color: #343a40;
}

.custom-ordr-list {
    width: 100%;
    counter-reset: section;
}

.custom-ordr-list ul li {
    counter-increment: section;
    margin-top: 1rem;
    text-align: justify;
}

.custom-ordr-list ul li:before {
    content: counter(section) '. ';
    font-size: 1.0rem;
    color: #343a40;
    margin-right: 5px;
}

.custom-alpha-ordr-list {
    counter-reset: listStyle;
}

.custom-alpha-ordr-list ul li {
    margin-top: 1rem;
    counter-increment: listStyle;
}

.custom-alpha-ordr-list ul li::before {
    content: counter(listStyle, lower-alpha) '.';
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #071d5e;
    margin-right: 5px;
}

.custom-romanlist {
    counter-reset: listStyle;
}

.custom-romanlist ul li {
    margin-top: 1rem;
    counter-increment: listStyle;
}

.custom-romanlist ul li::before {
    content: counter(listStyle, lower-roman) '.';
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #071d5e;
    margin-right: 5px;
}


/*Table*/

.table-wrap,
.table-wrap table {
    width: 100%;
}


/*.table-wrap table tr th{border:none;vertical-align: bottom;font-size: 15px;font-weight: 600;padding:5px 0.75rem 1px;}*/

.table-wrap table tr th {
    vertical-align: bottom;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 0.75rem;
    background: #071d5e;
    color: #fff;
    border: none !important;
    border-right: 1px solid #790404 !important;
    font-family: 'Poppins', sans-serif;
}

.table-wrap table tr td {
    border: 1px solid #dee2e6;
    padding: 0.75rem;
    background: #fff;
}

.table-heading {
    background: #071d5e !important;
    color: #fff;
    border: none !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.35px;
    text-align: left !important;
}

.table-wrap table tr td a {
    color: #d60b0b;
}

.table-wrap table tr td a i {
    font-size: 25px;
    font-weight: normal;
}

.column-3 table tr td:nth-child(1) {
    width: 5%;
    text-align: center;
}

.column-3 table tr td:nth-child(2) {
    width: 90%;
}

.column-3 table tr td:nth-child(3) {
    width: 5%;
}

.tier-1 table tr th:nth-child(1) {
    width: 5%;
    text-align: center;
}

.tier-1 table tr td:nth-child(1) {
    text-align: center;
}

.tier-2 table tr td:nth-child(1) {
    width: 5%;
    text-align: center;
}

.tier-2 table tr td:nth-child(2) {
    width: 47.2%;
}

.tier-2 table tr td:nth-child(3) {
    width: 47.2%;
}

.tier-5 table tr td:nth-child(1) {
    width: 5%;
    text-align: center;
}

.tier-5 table tr td:nth-child(3) {
    width: 15%;
}

.tier-5 table tr td:nth-child(4) {
    width: 12%;
}

.table.has-name tr td:nth-child(2) {
    font-weight: 600;
}

.white-space {
    white-space: nowrap;
}


/*accordion*/

.accordion-card>a {
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 10px;
    display: block;
    background: #e9ecef;
    color: #071d5e !important;
    margin-top: 15px;
    border-radius: 5px;
}

.accordion-card>a:hover {
    color: #dc3545;
    text-decoration: none;
}

.faq-info {
    padding: 10px;
    background: #f8f9fa;
}


/**/

.publication-thumb-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 15px;
    justify-content: center;
}

.publication-thumb {
    text-align: center;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    border: solid 1px #e9ecef;
}

.publication-thumb .caption {
    margin: 0;
}

.publication-tumb-title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #071d5e;
    margin: 0;
}

.links-btn {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.thumb-cover {
    position: relative;
}

.img-texts {
    position: absolute;
    background: rgb(59 64 95 / 0.95);
    width: 100%;
    bottom: 0;
    padding: 10px;
    color: #fff;
}

.nss-head {
    width: 100%;
    background: #071d5e;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    margin: 10px 0;
}


/*Inner pages revisions*/

.kalindi-seal {
    text-align: center;
}

.kalindi-seal img {
    width: 150px;
    padding: 0 0 1rem;
}

.for-pricple {
    width: 33.33%;
    float: left;
}

.for-pricple p {
    margin: 0 0 5px;
    font-size: 22px;
}

.for-gaur {
    width: 33.33%;
    float: left;
}

.for-gaur p {
    margin: 0;
}

.msmanjul {
    width: 33.33%;
    float: left;
}

.msmanjul p {
    margin: 0;
}

.for-pricple ul li {
    font-size: 18px;
}

.rti-btn {
    display: flex;
    width: 100%;
    margin: 2rem 0 0;
    float: left;
}


/*Testimonials*/

.testimonial-list .thumbnail {
    padding: 15px 0;
}

.stream-year {
    width: 100%;
    padding-bottom: 5px;
}

.stream-year span {
    width: 100%;
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.view-text a {
    color: #071d5e;
}

.testimonial-list .ev_desc p {
    line-height: normal;
    text-align: left;
    height: 55px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 18px;
}

.testimonial-list .caption {
    margin: 0;
    background: #071d5e;
}

.testimonial-list .tumb-title {
    margin: 0;
    color: #fff;
}

.ev_desc {
    padding: 15px 15px 0;
}

.testimonial-list [class*=col-] {
    margin-bottom: 1rem;
}

.testimonial-list .thumbnail img {
    width: 100%;
    height: auto;
    max-height: 250px;
    min-height: 250px;
    object-fit: contain;
    object-position: top;
}

#lightgalleryMain .caption {
    display: none;
}

.lehren-album {
    padding: 2rem 0;
}

.lehren-album .cultr-fest {
    padding-bottom: 2rem;
}

.student-union-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-gap: 15px;
    justify-content: center;
}

.vid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}


/*Library Landing page*/

.abt-video {
    width: 100%;
    margin-bottom: 15px;
}

.for-resources-one ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}

.for-resources-one ul li {
    border: solid 1px #003470;
    border-radius: 5px;
    padding: 4px;
    height: 135px;
}

.for-resources-one ul li a {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: 100%;
}

.for-resources-one ul li figure {
    height: 65px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.for-resources-one ul li a .resrc-nam {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    line-height: 14px;
    height: 30px;
    width: 100%;
}

.text-src {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 16px;
}

.enet-resorc ul li {
    margin-bottom: 15px;
}

.enet-resorc ul li a {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr max-content;
    padding: 0 15px;
    padding-left: 25px;
    align-items: center;
    height: 65px;
    border-radius: 5px;
    color: #fff;
}

.enet-resorc ul li a:hover {
    border-color: #dc3545;
}


/*.enet-resorc ul li a > img {
    height: 50px;
}*/

.enet-resorc ul li a span {
    width: 20px;
}

.bg_1 {
    background: radial-gradient(ellipse at center, #3e83c9 0%, #1e3c72 100%);
}

.bg_2 {
    background: radial-gradient(ellipse at center, #606c88 0%, #3f4c6b 100%);
}

.bg_3 {
    background: radial-gradient(ellipse at center, #870000 0%, #190a05 100%);
}

.bg_4 {
    background: radial-gradient(ellipse at center, #485563 0%, #29323e 100%);
}

.bg_5 {
    background: radial-gradient(ellipse at center, #f9d423 0%, #f83600 100%);
}

.bg_6 {
    background: radial-gradient(ellipse at center, #dc1e1b 0%, #a70703 100%);
}

.bg_7 {
    background: radial-gradient(ellipse at center, #DCE35B 0%, #45B649 100%);
}

.bor-bg {
    border: solid 1px #003471;
    background: #fff;
}

.time-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding: 0 0 10px;
}

.lib-day {
    width: 40%;
}

.lib.hours-bx {
    background: url(../images/lib-bg.jpg) no-repeat;
    padding: 20px;
    display: flex;
    width: calc(100% - 40px);
    flex-wrap: wrap;
    margin: 4rem 0;
    border-radius: 7px;
    background-size: cover;
    justify-content: space-between;
}

.lib.hours-bx h5 {
    padding: 0 0 25px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.lib-t {
    height: calc(100% - 34px);
    display: grid;
    align-content: space-evenly;
}

.time-lib {
    display: flex;
    align-items: center;
}

.time-lib span {
    color: #fff;
    flex: 1;
    width: calc(50% - 20px);
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.lib-day p {
    color: #fff;
    margin: 0;
    font-size: 12px;
    text-align: left;
}

.circular-tbl {
    width: 50%;
}

.lib-issue {
    background: rgb(255 255 255 / 0.25);
    border: solid 1px #fff;
    padding: 0px;
    border-radius: 5px;
}

.lib-services ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    justify-content: center;
}

.lib-services ul li {
    height: 155px;
}

.lib-services ul li a {
    width: 100%;
    height: 100%;
    /*background: #003470;*/
    display: grid;
    place-content: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
    grid-template-rows: 70px 34px;
}

.lib-services ul li a:hover span {
    color: #ffe400;
}

.lib-services ul li figure {
    width: 60px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.lib-services ul li span {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 14px;
}

.blks {
    color: #fff;
    line-height: 18px;
    padding: 15px 20px;
}

.blks:last-child {
    border-left: solid 1px #fff;
}

.time-row {
    display: grid;
    grid-template-columns: auto max-content max-content;
    align-items: center;
    border-bottom: solid 1px #fff;
}

.time-row:last-child {
    border-bottom: none;
}

.forums-box {
    background: #071d5e;
    padding: 30px;
    border-radius: 7px;
    margin-bottom: 40px;
}

.notice-forum {
    float: left;
    width: 50%;
    position: relative;
}

.notice-forum h5 {
    margin: 0;
    padding: 0 0 20px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-align: center;
}

.notice-forum figure {
    text-align: center;
}

.notice-forum a {
    text-align: center;
    display: block;
    color: #ffe400;
    padding: 5px 0 0;
}

.notice-forum a:hover {
    color: #f8f9fa;
}

.notice-forum.sept:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #570000;
    top: 0;
    left: auto;
    right: 0;
}

.webinar-btn a {
    display: flex;
    background: linear-gradient(to right, #a70703 0%, #480048 100%);
    border-radius: 7px;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.webinar-btn a span {
    margin-left: 15px;
}

.webinar-btn {
    width: 100%;
    margin: 15px 0;
}

.book-collec {
    background: #efefef;
    padding: 20px 0;
    margin: 50px 0;
}

.lib-banner {
    background: url(../images/lib-bg1.jpg) no-repeat;
    height: 250px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    margin-bottom: 60px;
    position: relative;
}

.lib-banner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.5);
    top: 0;
}

.lib-banner h1 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

#book-carousel img {
    width: 100%;
    height: auto;
    max-height: 270px;
    min-height: 270px;
    object-fit: cover;
    object-position: top;
}

#esource-slide .item figure {
    border: solid 1px #adb5bd;
    padding: 5px;
    border-radius: 5px;
    margin: 0 1px;
}

.mid-abt h5 {
    font-size: 25px;
    padding: 0 0 20px;
    position: relative;
    margin: 0;
}

.mid-abt h5:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 5px;
    background: #c51411;
    bottom: 15px;
    left: 0;
}

.library-landing-pg {
    float: left;
    width: 100%;
}

.e-logos h5 {
    margin: 0;
    padding: 0 0 15px;
}

.reso-title {
    width: 100%;
    display: grid;
    grid-template-columns: max-content auto;
    align-content: center;
    align-items: center;
    padding: 10px 0 20px;
}

.reso-title h5 {
    padding: 0;
    margin: 0;
}

.reso-title a {
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    padding: 4px 0 0 20px;
    color: #a30706;
}


/*Question Paper*/

.sem-box {
    padding: 15px;
    background: #fff;
    border-radius: 7px;
    /*background-image:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);*/
    height: 100%;
}

.sem-box h5 {
    font-size: 16px;
    margin: 0;
    padding: 0 0 10px;
}

.sem-box ul li a {
    font-size: 14px;
}

.sem-box ul {
    margin-left: 20px;
}

.sem-box ul li {
    padding: 0;
}


/*Sitemap*/

.sitemap-wrap [class*=col-] {
    margin-bottom: 2rem;
}

.map-box {
    padding: 15px;
    background: #e4f1ff;
    border-radius: 7px;
    height: 100%;
    background-image: linear-gradient(60deg, #abecd6 0%, #fbed96 100%);
}


/*.map-box h5{font-size:16px;margin:0;padding:0 0 10px;}*/

.map-box h5 {
    font-size: 16px;
    margin: 0;
    padding: 12px 10px;
    background: #071d5e;
    color: #fff;
    margin-left: -15px;
    margin-top: -15px;
    width: calc(100% + 30px);
    border-radius: 7px 7px 0 0;
    margin-bottom: 10px;
}

.map-box ul li a {
    font-size: 14px;
}

.map-box ul {
    margin-left: 20px;
}

.map-box ul li {
    padding: 0;
}

.thumbnail .ev_desc p b span+br+span a {
    line-height: normal;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
}

.thumbnail .ev_desc p b span+br+span {
    padding: 10px 0 0;
}

.event-list .event-col h4.tumb-title+b {
    font-size: 14px;
}

.thumbnail .ev_desc>p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    min-width: 100%;
    float: left;
}


/*.btn-shine {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 12px 48px;
    color: #fff;
    background: linear-gradient(to right, #4d4d4d 0, #fff 10%, #4d4d4d 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
  }*/

.btn-shine {
    position: relative;
    background: linear-gradient(to right, #f44336 0, #ffeb3b 10%, #fff 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    font-weight: bold;
}

@-webkit-keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 180px;
    }
    100% {
        background-position: 180px;
    }
}

@keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 180px;
    }
    100% {
        background-position: 180px;
    }
}