@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&display=swap');
:root {
    --primary: #000;
    --light: #89CDE0;
    --dark: #181d38;
    --white: #fff;
    --c1: #8549A0;
    --c2: #1E73BE;
    --c3: #1ABFB9;
    --c4: #12347C;
    --c5: #E7423E;
    --c6: #19AA5A;
    --c7: #F89335;
    --c8: #C24C6C;
    --c9: #DA853A;
    --c10: #7E3B6A;
    --c11: #919145;
    --c12: #92322D;
    --c13: #F6F0FA;
    --c14: #DEE1E6;
    --primary-c: #f19038;
    --logo: #E31E24;
}

.primary {
    background: #12347c;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/

.btn {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #ffffff;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/


/* navbar */

.dropdown-item {
    /* width: 50%;*/
    padding: 8px;
    clear: inherit;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    /* white-space: nowrap; */
    background-color: transparent;
    border-bottom: solid 1px #ffc107;
    /* float: left;
   background: red; */
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 12px 30px;
    color: #ffffff;
    font-size: 15px;
    outline: none;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.bg-menu {
    background: #12347c;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
    background: #f19038;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
    .navbar-light .navbar-nav {
        border-top: 1px solid #eeeeee;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--white);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }
    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        min-width: 240px;
        padding: 0px;
    }
    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }
}

@media (min-width: 1200px) h1,
.h1 {
    font-size: 2.7rem;
}


}

/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        f105 width: 100%;
        height: 400px;
        object-fit: cover;
    }
}
.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}
.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    font-size: 22px;
    transition: 0.5s;
}
.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

/* priciple sir*/
.commonimg-effect {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.common-header {
    background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)), url("../img/common_header.jpg");
}
.academic-cal-header {
    background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)), url("../img/common_header.jpg");
}
.page-header {
    background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)), url(../img/dr_surendra_tiwari.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.arun-header {
    background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)), url("../img/mr_arun_yadav.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.secretary-header {
    background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)), url("../img/secretary_photo_banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.founder-header {
    background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)), url("../img/LT_subhashyadave.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-header-inner {
    background: rgba(15, 23, 43, 0.7);
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}
.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}
.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}
.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}

/*** Service ***/
.services-box {
    background: var(--c14);
}
.service-item {
    transition: 0.5s;
    border-radius: 4px;
}
.c1 {
    background: var(--c1);
}
.c2 {
    background: var(--c2);
}
.c3 {
    background: var(--c3);
}
.c4 {
    background: var(--c4);
}
.c5 {
    background: var(--c5);
}
.c6 {
    background: var(--c6);
}
.c7 {
    background: var(--c7);
}
.c8 {
    background: var(--c8);
}
.c9 {
    background: var(--c9);
}
.c10 {
    background: var(--c10);
}
.c11 {
    background: var(--c11);
}
.c12 {
    background: var(--c12);
}
.service-item h5 {
    color: #fff;
}
.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}
.service-item * {
    transition: 0.5s;
}
.service-item:hover * {
    color: var(--light) !important;
}

/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: 0.5s;
}
.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}

/*** Team ***/
.team-item img {
    transition: 0.5s;
}
.team-item:hover img {
    transform: scale(1.1);
}

/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}
.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}
@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}
@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: 0.5s;
}
.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}
.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #ffffff !important;
}
.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #cccccc;
    transition: 0.5s;
}
.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

/* top header */
.top-header-bar {
    background: #F0F4F9;
}
.header-bar-text,
.header-bar-email {
    padding: 5px 20px;
}
.header-bar-text .fa,
.header-bar-email .fa {
    margin-right: 12px;
    font-size: 20px;
    color: #12347c;
}
.header-bar-text p {
    margin: 0;
}

/*
# Header Bar Email
--------------------------------*/
.header-bar-email {
    padding-left: 16px;
    border-right: 1px solid #ebebeb;
}
.header-bar-email a {
    color: #383749;
    text-decoration: none;
}
.header-bar-menu ul {
    padding: 0 16px 0 32px;
    margin: 0;
    list-style: none;
}
.header-bar-menu li {
    float: left;
}
.header-bar-menu li a {
    position: relative;
    display: block;
    padding: 0 6px;
    color: #383749;
}
.header-bar-menu li a::after {
    content: "/";
    position: absolute;
    top: 50%;
    right: -3px;
    width: 6px;
    margin-top: -12px;
}
.header-bar-menu li:nth-last-of-type(1) a::after {
    display: none;
}

/* logo section */
.logo-section {
    padding: 10px 0px;
}
.logo-svg img {
    width: 120px;
}
.logo {
    float: left;
    padding-right: 50px;
}
.logo img {
    width: 100px;
}
.college_name h1 {
    font-size: 1.8rem;
    color: var(--logo);
    font-weight: 900;
    letter-spacing: 0px;
}
.college_name p {
    text-align: center;
    margin: 0px;
}

/* nav bar */
.bg-nav {
    background-color: navy;
}

/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #ffffff;
    border-radius: 35px;
    transition: 0.3s;
}
.footer .btn.btn-social:hover {
    color: var(--primary);
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.3s;
}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}
.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
}
.footer .copyright a {
    color: var(--primary-c);
}
.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* responsve */
@media (min-width: 1400px) {
    .logo-section,
    .top-header-bar {
        padding-left: 40px;
        padding-right: 40px;
    }
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 500px;
    background-size: 100% 100%;
}

/* left section */
.left_box {
    background: #D8F0FF;
    padding: 30px 10px 30px 10px;
    border-radius: 6px;
    box-shadow: rgb(50 50 93 / 20%) 0px 6px 12px -2px, rgb(0 0 0 / 0) 0px 3px 7px -3px;
}
.notice_board {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: solid 2px #f19038;
    padding-bottom: 8px;
}
.listing_service ul {
    padding: 0px;
}
.listing_service li {
    padding: 12px;
    list-style-type: none;
    margin-bottom: 5px;
    background: #fff;
}
.listing_service li:hover {
    background: #DEE5E9;
    cursor: pointer;
}
.listing_service li a {
    color: #0E0D0D;
}
.brl_c1 {
    border-left: solid 5px #00AFF6;
}
.brl_c2 {
    border-left: solid 5px #F67F07;
}
.brl_c3 {
    border-left: solid 5px #ADBB2A;
}
.brl_c4 {
    border-left: solid 5px #F20B14;
}

/* right section */
.right_box {
    background: #fff7b5;
    padding: 30px 10px 30px 10px;
    border-radius: 6px;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    max-height: 360px;
}

/* center section */
.aboutus_centered h1 {
    font-size: 24px;
}
.aboutus_centered p {
    text-align: justify;
}

/* about college */
.college_info {
    background: #e7f4f6;
}
.common_icon {
    text-align: center;
}
.common_icon img {
    width: 40%;
}
.msg_desc {
    padding: 20px;
}
.msg_desc h5 {
    text-align: center;
}
.msg_desc h6 {
    font-size: 12px;
    text-align: center;
}
.vision li {
    font-size: 16px;
}
.vision_img img {
    width: 90%;
}
.light_text {
    font-size: 40px;
    color: #B5B5B5;
    line-height: 1.2;
}
.btn-primary,
.btn-primary:hover {
    background-color: #181d38;
    border-color: #181d38;
}
a {
    color: var(--primary-c);
    text-decoration: none;
}
a:hover {
    color: var(--primary-c);
    text-decoration: none;
}
.text-primary {
    color: var(--primary-c) !important;
}
.course-item {
    padding-bottom: 15px;
    border: solid 1px #e0e0e0;
}
.bg_pink {
    background: #F2EDF6;
}
.bg-dark {
    background-color: #000 !important;
}
.wave {
    background: url(../img/wave.svg) no-repeat;
    width: 100%;
    height: 70px;
    position: relative;
    top: 8px;
}
.footer {
    position: relative;
    background: #45444c;
}

/*breadcrumb*/
.site-breadcrumb {
    padding: 5px;
    color: #b7b7b7;
    font-size: 18px;
    background: #F5F5F5;
}
.site-breadcrumb i {
    margin: 0 10px 0px 0px;
}
marquee {
    height: 230px;
    color: #000;
}
marquee div a {
    color: blue;
    margin-top: 10px;
    text-align: right;
    font-weight: 600;
}
marquee div a:hover {
    color: red;
    text-decoration: underline;
}
.download-pdf {
    max-width: 200px;
    margin: 0px auto;
    background: #ffff;
    padding: 10px;
    border-radius: 5px;
}
.download-pdf img {
    width: 40px;
    margin-right: 10px;
}
.download-pdf-c {
    max-width: 260px;
    margin: 0px auto;
    background: var(--c14);
    padding: 15px 20px;
    border-radius: 5px;
}
.download-pdf-c:hover {
    background: var(--c2);
    color: #fff;
}
.download-pdf-c img {
    width: 40px;
    margin-right: 10px;
}
.border {
    border: solid 1px #ccc;
}
.common_img.course-item {
    border: none;
}
.bg-none {
    background: none !important;
}

/* table */
.pdf-download {
    border-radius: 60px;
    padding: 10px 30px;
    background: var(--c2);
    border: navajowhite;
}
.googlefrom {
    background: #f4511e !important;
}
.pdf-download i {
    margin-right: 5px;
}
.pdf-download:focus {
    outline: none;
    border: none;
}
.row_brd {
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
}
.row_brd .pdf-download {
    float: right;
}
.vhm {
    line-height: 40px;
}
.pull-left {
    float: left;
}
.mr-15 {
    margin-right: 15px;
}
.pdf-icon img {
    margin-right: 16px;
}

/* mobile css */
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
    .mobile-h {
        display: none;
    }
    
    .wave {
        display: none;
    }
    
    .logo {
        padding-right: 20px;
    }
    
    .logo img {
        width: 70px;
    }
    
    .college_name h1 {
        font-size: 1rem;
        padding-top: 5px;
    }
    
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 20px;
    }
    
    .navbar-nav .dropdown-menu {
        position: absolute;
    }
}
table.table.table-bordered.has-background {
    vertical-align: middle;
}
.staff_photo {
    width: 80px;
    text-align: center;
}
.socity_certy {
    float: right;
    margin: 30px;
}
.socity_certy a {
    background: #dedede;
    padding: 15px;
    border-radius: 8px;
    font-weight: 600;
    color: red;
}
.socity_certy a img {
    margin-right: 10px;
}
.socity_certy a:hover {
    background: #ccc;
}
.ulliboxh li {
    list-style-type: none;
    margin-right: 10px;
    display: inline-block;
}
.ckm9-iqac {
    background: #d8d8d85e;
    padding: 24px;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
}
.pdf-icon {
    font-weight: bold;
}
.box-adm {
    padding: 20px;
    border: solid 1px #ccc;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.accordion-button {
    font-size: 1.5rem;
    background-color: #1e73be;
    color: #fff;
    font-weight: bold;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--logo);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
@media (min-width: 1200px) {
    h2,
    .h2 {
        font-size: 14px;
    }
}
.dropdown-menu {
    background-color: #f19038;
}
.row.hostel img {
    width: 100%;
    border: solid 1px #fc4242;
    margin-bottom: 20px;
}
.common-img img {
    width: inherit;
    max-width: 600px;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #12347C;
}
.hostel .col-lg-6.col-md-6 {
    margin-bottom: 15px;
}
.table-bordered> :not(caption)>*>* {
    border-width: 0 1px;
    vertical-align: middle;
}
.books {
    text-align: center;
}
.nimaredu ul {
    list-style-type: none;
}
.nimaredu li {
    list-style-type: none;
    line-height: 40px;
}
.nimaredu li a {
    text-decoration: none;
}
.nimaredu li a:hover {
    text-decoration: underline;
}
.ptext {
    padding: 20px;
    text-align: justify;
    margin-top: 0px;
    margin-bottom: 0px;
}
.alignright {
    float: right;
    margin: 5px 0 15px 15px;
}
.ragging {
    padding: 50px;
    background: #a7a761;
    border-radius: 60px;
}
.ragging li {
    line-height: 48px;
    color: #454508;
    font-size: 20px;
    list-style-type: disclosure-closed;
}
.awarded th.has-text-align-left {
    background: #FFB900;
    color: #000;
}
.awarded tr:nth-child(even) {
    background: #CBCBCB;
}
tr:nth-child(odd) {
    background: #DFDEDE;
}
.awarded .pdf-download {
    padding: 10px 10px;
    font-size: 12px;
}
.lms img {
    width: 100%;
}
a.btn.btn-primary.pdf-download.lms {
    float: none;
    background: none !important;
}
a.btn.btn-primary.pdf-download.lms img {
    width: 60%;
}
.service-item.yellow.text-center {
    background: yellow;
    color: #000;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    margin: 0px auto;
}
.yellow h5 {
    color: #000;
    text-align: center;
}
li.brl_c4.yellow {
    background: yellow;
}
a.nav-item.nav-link.lmsicon {
    padding: 0 3px;
}
.rulexbox{ text-align: justify; border-radius: 6px;}
.rulexbox ul {
    padding: 0;
    margin: 15px 30px;
    
}
.rulexbox li {
    padding: 0px;
    margin: 10px 0px;
	line-height: 26px;
}

.arrow {
    position: relative;
    width: 120px;
    background: #1abc9c;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
  }
  
  /*right arrow*/
  .arrow-right:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #1abc9c;
  }
  


