@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&amp;family=Poppins&amp;display=swap');

@font-face {
    font-family: 'Kruti';
    src: url('../fonts/k010-webfont.html') format('woff2'),
        url('../fonts/k010-webfont-2.html') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.slick-dots {
    display: none !important;
}

@font-face {
    font-family: kruti dev;
    src: url('fonts/k010.html') format("truetype");
}

.hinditext {
    font-family: kruti dev;
}


h1,
h2,
h3,
h4 {
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
}

.py_50 {
    padding: 50px 0;
}

.py_70 {
    padding: 70px 0;
}

.my_50 {
    margin: 50px 0;
}

.my_70 {
    margin: 70px 0;
}

.mt_50 {
    margin-top: 50px;
}

.mt_70 {
    margin-top: 70px;
}

header {
    background-color: #fff;
    border-top: 4px solid rgb(1 69 80);
}

.top_menu .h4 {
    font-style: normal;
    font-size: 36px;
    line-height: 36px;
    color: #a00505;
    text-transform: uppercase;
    font-family: 'Alegreya', serif;
    margin-bottom: 10px;
    font-weight: 800;
    margin-top: 10px;
}

.top_menu p {
    color: #000 !important;
    font-weight: 600;
}

.btn_head {
    background-color: rgb(1 69 80);
    color: #fff;
    margin-right: 10px;
}

.btn_head:hover {
    background-color: rgb(1 69 80);
    color: #fff;
}

.top_menu .logo {
    height: 100px;
}

.title {
    width: 100%;
    height: 4px;
    background-color: #a00505;
    position: relative;
}

.title_content {
    position: absolute;
    top: -35px;
    padding: 10px 50px 10px 40px;
    background-color: #fff;
}

/* menu */
:root {
    --color-white-100: hsl(206, 5%, 100%);
    --color-white-200: hsl(206, 5%, 90%);
    --color-white-300: hsl(206, 5%, 80%);
    --color-white-400: hsl(206, 5%, 60%);
    --color-white-500: hsl(206, 5%, 50%);
    --color-black-100: hsl(213, 23%, 8%);
    --color-black-200: hsl(214, 21%, 6%);
    --color-black-300: hsl(210, 21%, 6%);
    --color-black-400: hsl(216, 22%, 4%);
    --color-black-500: hsl(220, 18%, 3%);
    --color-pink-100: hsl(326, 85%, 90%);
    --color-pink-200: hsl(327, 87%, 80%);
    --color-pink-300: hsl(329, 86%, 70%);
    --color-pink-400: hsl(330, 81%, 60%);
    --color-pink-500: hsl(333, 71%, 50%);
    --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
        0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.brand {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: var(--color-pink-500);
}

.header {
    position: relative;
    width: 100%;
    height: 46px;
    z-index: 100;
    margin: 0 auto;
    box-shadow: var(--shadow-medium);
    background-color: rgb(1 69 80);
}

.index_ban {
    margin-top: 10px;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 2rem;
    width: 100%;
    height: auto;
    margin: 0 auto;
}



@media screen and (max-width: 992px) {
    h1 {
        font-size: 25px;
    }

    .navbar {
        position: fixed !important;
        top: 0;
        left: -100%;
        width: 75%;
        height: 100%;
        z-index: 10;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
        box-shadow: var(--shadow-medium);
        background-color: var(--color-white-100);
        transition: all 0.5s ease;
    }

    .navbar.active {
        left: 0rem;
        opacity: 1;
        visibility: visible;
    }

    .wrapper {
        justify-content: end;
        height: 3rem;
    }
}

.menu-item {
    position: relative;
    display: inline-block;
    margin-left: 15px;
}

.menu-item2 {
    width: 100%;
}

.menu-item2 .menu-link2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.menu-item2 .menu-link2:hover>p {
    text-decoration: underline;
    color: var(--color-pink-500);
}

.menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    text-transform: capitalize;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.menu-link>i.bx {
    font-size: 1.35rem;
    line-height: 1.5;
    color: inherit;
    z-index: -1;
}

.menu-link:hover {
    outline: none;
    color: var(--color-pink-500);
}

.menu-link2 {
    color: #111111;
    margin-top: 5px;
}

.mini_menu {
    height: 100px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}


ul.mission-list li {
    margin-left: -10px;
}

@media (max-width:767px) {
    .s-s-hi img {
        object-fit: cover;
        height: 56px;
    }
}

.s-s-hi img {
    display: block;
    width: 352px;
    object-fit: fill;
    object-position: center;
    padding: 10px
}

@media (min-width:767px) {
    .slick-slider3 .card {
        width: 400px;
    }
}

/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #a00505 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 10px;
    height: 9px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #a00505;
    border-radius: 10px;
    border: 2px solid #ffffff;
}

/* Firefox */

.mini_menu img {
    height: 80px;
}

@media only screen and (min-width: 993px) {
    .menu-dropdown:hover>.submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 992px) {
    .menu {
        width: 100%;
        height: 100%;
        padding: 1rem 0;
    }

    .menu-item {
        display: block;
        margin: 0 15px;
    }

    .menu-link {
        justify-content: space-between;
        padding: 0.5rem 0;
        color: #111111;
    }
}

.submenu {
    position: absolute;
    top: 2.35rem;
    left: -2rem;
    min-width: 13rem;
    height: auto;
    padding: 0 1rem 1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: 2px solid var(--color-pink-400);
    box-shadow: var(--shadow-medium);
    background-color: var(--color-white-100);
    transition: all 0.3s ease-in-out;
}

ul.submenu2 {
    left: 90% !important;
    top: 30px;
    max-height: 250px;
    overflow-y: auto;
}

.submenu-item {
    display: block;
    margin-top: 0.75rem;
}

.submenu-link {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    color: var(--color-black-500);
    transition: all 0.35s ease;
}

.submenu-link:hover {
    outline: none;
    color: var(--color-pink-500);
}

@media only screen and (max-width: 992px) {
    .submenu {
        position: relative;
        top: -0.5rem;
        left: 1rem;
        width: 100%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
        background: transparent;
    }
}

.burger {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.6rem;
    height: 1.15rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 2.1px;
    opacity: 1;
    border: none;
    outline: none;
    border-radius: 1rem;
    background: #fff;
}

.burger-line:nth-child(1) {
    top: 0px;
}

.burger-line:nth-child(2) {
    top: 0.5rem;
    width: 70%;
}

.burger-line:nth-child(3) {
    top: 1rem;
}

@media only screen and (max-width: 992px) {
    .burger {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 992px) {
    .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

/* menu end */

.link_card {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #000;
    padding: 10px 10px;
    background-color: #ececec;
    text-transform: uppercase;
    font-weight: 500;
    transition-duration: .3s;
    margin-top: 10px;
}

.link_card i {
    margin-left: auto;
}

.link_card h6 {
    margin: 0;
    font-size: 14px;
}

.carousel-item img {
    display: flex;
    height: 370px;
}

.profile_card {
    background-color: #fff;
    padding: 10px;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-bottom: 3px;
}

.profile_card img {
    border-radius: 50%;
    max-height: 82px;
    margin: 0px auto;
    display: block;
    border: 2px solid #ccc;
}

.profile_card h4 {
    color: #003c72;
    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 3px;
    text-align: center;
    font-weight: bold;
}

.profile_card p {
    color: #000;
    margin-bottom: 5px;
    font-size: 0.8em;
    text-align: center;
}

.profile_card ul {
    padding: 0;
    list-style: none;
}

.profile_card ul li {
    background-color: #fff;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
}

.msg-link {
    margin: 10px -10px -10px -10px !important;
    height: auto;
    overflow: hidden;
}

.msg-link li a {
    display: block;
    padding: 5px 3px;
    text-align: center;
    background-color: #e0ab1b;
    text-transform: uppercase;
    font-size: 0.8em;
}

.msg-link li {
    padding: 0px !important;
    float: left;
    width: 50%;
    margin-bottom: 0px !important;
    border: 0px !important;
}

.msg-link li:first-child a {
    border-right: 1px solid #fff;
}

.msg-link li a {
    color: #111111;
}

/* slick slider  */
.important {
    overflow-x: hidden;
}

.slick-slider .element {
    height: 100px;
    width: 100px;
    color: #fff;
    margin: 0px 10px;
    display: flex;
    border: 1px solid #ddd;
    padding: 3px 5px;
    border-radius: 3px;
}

.slick-slider .slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.slick-slider2 .element,
.slick-slider3 .element,
.slick-slider4 .element {
    border: none;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

.slick-slider2 .element .strip {
    position: absolute;
    bottom: -35px;
    background-color: rgb(1 69 80);
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
}

.slick-slider2 .element .strip p {
    color: #fff;
}

.slick-slider2 img {
    width: 100%;
    height: 480px;
}

.slick-slider2 .slick-list {
    height: 490px;
}

.slick-slider3 {
    background: url('../img/bg6.png') no-repeat center center / cover;
    width: 100%;
    height: 100%;
    padding: 70px 50px;
    position: relative;
    z-index: 1;
}

.slick-slider3::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.slick-slider3 .element {
    height: auto;
}

.slick-slider3 .slick-list {
    height: auto;
}

.slick-slider3 .card {
    padding: 20px;
}

.slick-slider3 h2 {
    color: #a00505;
    margin-bottom: 20px;
}

.slick-slider4 {
    padding-left: 30px;
}

.slick-slider4 .card {
    text-align: center;
    border: none;
    background-color: #fff;
    border-radius: 10px;
    width: 290px;
    margin: 0 auto;
}

.slick-slider4 .card img {
    height: 200px;
    margin-bottom: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.slick-slider4 .card p {
    color: blue;
    text-align: center;
}

.faculty {
    background-color: rgb(243 244 246);
    padding: 70px 0;
}

.faculty .title_content {
    background-color: rgb(243 244 246);
    padding-left: 20px;
}

.important .title_content {
    padding-left: 40px;
}



@media (max-width: 767px) {
    .slick-slider2 img {
        width: 100%;
        height: 200px;
    }

    .slick-slider2 .element .strip {
        display: none;
    }

    .slick-slider2 .slick-list {
        height: 200px;
    }

    .slick-slider .element {
        height: auto;
    }

    .title_content {
        padding: 10px;
        top: -27px;
    }

    .slick-slider3 {
        padding: 20px;
    }

    .slick-slider4 {
        padding: 20px;
    }

    marquee {
        height: 200px;
    }

    .btn_head {
        font-size: 12px;
    }

    .top_menu .h4 {
        font-size: 20px;
        line-height: 25px;
    }

    .top_menu p {
        font-size: 12px;
    }

    .top_menu .logo {
        height: 50px;
    }
}

/* slick slider  */

/****news and event start*****/
.news-event {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.news-event h5 {
    background-color: #a00505;
    margin: 0;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
}

.news-event .nav-tabs {
    margin: 0 auto;
    border: none;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.news-event .nav-tabs .nav-link {
    color: #111111;
    font-weight: 500;
    width: 33%;
}

.news-event .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #a00505;
    background-color: #fff;
    border: none;
    border-bottom: 3px solid #a00505;
}

marquee .mr_first_div {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 0;
    display: flex;
    margin-top: 15px;
    align-items: center;
}

marquee a:hover {
    text-decoration: none;
}

marquee .mr_first_div .p_card {
    width: 70px;
    height: 70px;
    background-color: #F1DAC4;
    flex-shrink: 0;
    border-radius: 5px;
    display: flex;
    margin-right: 15px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    padding: 5px;
}

marquee .mr_first_div .p_card span {
    color: #B26700;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
}

.tab-content {
    position: relative;
}

.marquee_footer {
    position: absolute;
    background-color: #fff;
    padding-right: 10px;
    left: 0;
    text-align: end;
    bottom: 0px;
    width: 100%;
}

.marquee_footer .btn.focus,
.marquee_footer .btn:focus {
    outline: 0;
    box-shadow: none !important;
    border: none;
}


/****news and event end*****/

/* gallary */
.portfolio-menu {
    text-align: center;
}

.portfolio-menu ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all .5s ease;
}


.portfolio-item {
    width: 100%;
}


.portfolio-item .item {
    width: 303px;
    float: left;
    margin-bottom: 10px;
    margin: 0 auto;
}

.portfolio-item img {
    height: 200px;
}

/* gallery */

/* swiper  */
/* .swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

/* swiper */

/* social media */
.section7 h4 {
    font-size: 19px;
    transition: .3s linear;
}

.twitterBox h4 i {
    background: rgb(29, 161, 242);
    color: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    margin-bottom: -62px;
    font-size: 26px;
    position: relative;
    z-index: 0000;
}

.twitterBox>div {
    height: 250px;
    border: 4px solid rgb(29, 161, 242);
    box-shadow: 0px 2px 1px #cacaca;
    background: #fff;
    position: relative;
    width: 100%;
    overflow-y: scroll;
}

.facebookBox h4 i {
    background: #4267b2;
    color: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    margin-bottom: -62px;
    font-size: 26px;
    position: relative;
    z-index: 0000;
}

.facebookBox>div {
    height: 250px;
    border: 4px solid #4267b2;
    box-shadow: 0px 2px 1px #cacaca;
    background: #fff;
    position: relative;
    width: 100%;
    overflow-y: scroll;
}

.youtubeBox h4 i {
    background: #D10000;
    color: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    margin-bottom: -62px;
    font-size: 26px;
    position: relative;
    z-index: 0000;
}

.youtubeBox>div {
    height: 250px;
    border: 4px solid #D10000;
    box-shadow: 0px 2px 1px #cacaca;
    background: #fff;
    position: relative;
    width: 100%;
}

.box_shadow {
    box-shadow: 5px 5px 5px #e9e9ea !important;
}

@media(max-width: 768px) {
    .menu-item2 .menu-link2 {
        width: 86%;
    }

    ul.submenu2 {
        top: 0;
        left: 40px !important;
    }
}


.short-ban {
    position: relative;
    width: 100%;
    height: 200px;
    background-image: url('../images/univercity.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.short-ban-menu {
    cursor: pointer;
}

.short-ban::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(240deg, #8406063a, #460906ef);
    z-index: 1;
}

.short-ban-cont {
    position: absolute;
    top: 60px;
    z-index: 2;
}

/********************/
.nor-p {
    font-size: 15px;
    font-weight: 400 !important;
    color: #212529 !important;
}

.contact-left h6 {
    font-weight: 600 !important;
    margin-bottom: 4px !important;
}


.contact {
    padding-top: 100px;
}

.contact-icon {
    width: 60px;
    height: 60px;
    font-size: 25px;
    padding: 10px;
    background-color: #460906;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-left {
    background-color: var(--bg-pink);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.contact-left p {
    font-weight: bold;
}

.contact-right {
    border-radius: 10px;
}

.form-con-fo {
    outline: none;
    border: none;
    border-radius: 7px;
}

.form-con-fo:focus {
    box-shadow: none;
    outline: 1px solid #460906;
    border: none;
}

.form-btn:hover,
.form-btn:focus {
    font-weight: bold;
    background-color: #460906;
}

.map {
    border-radius: 10px;
}

/* sweet alert */
.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
    color: #fff;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
    color: #fff;
}

label {
    font-size: 15px;
}


/* swiper js  */
.swiper {
    width: 100%;
    height: 100%;
}

.mySwiper1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: left;
}

.mySwiper1 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper2 .swiper-slide {
    height: 100px;
    color: #fff;
    background-color: transparent;
    margin: 0px 10px;
    border: 1px solid #ddd;
    padding: 3px 5px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mySwiper2 .swiper-slide img {
    width: 100%;
    height: 80px !important;
    background-color: #fff;
}
/* swiper js  */

.mlogo{
    height: 100px !important;
}