﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

/* common css starts */

body {
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0;
    line-height: 1.7;
    color: #6b6b6b;
    font-size: 15px;
    box-sizing: border-box;
}

.dark-bg {
    background-color: #eaeaea;
}

.bold-blue {
    color: #042e60;
    font-weight: 600;
}

.grey-1 {
    transition: all .3s ease;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    background-color: #fafafa;
    border-top: 2px solid #2E6F40;
    border-bottom: 2px solid #2E6F40;
}

.grey-bg {
    background: #fafafa !important;
}

body * {
    border-color: #e6e6e6;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

.bor {
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.partition {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    margin: 10px 5px;
    min-height: 415px;
    background-color: #fff;
}

.partition p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.8em;
    max-height: 7.2em;
}

.bg-blue {
    /* background-color: #1b2945; */
    background-color: #2E6F40;
}

.neg-margin {
    margin-left: 30px;
}

.padd-80 {
    padding: 40px 0px;
}

.p--70 {
    padding-top: 40px;
}

.pad-top-10 {
    padding-top: 10px;
}

.pad-btm-20 {
    padding-bottom: 20px;
}

.pad-50 {
    padding: 50px 0px;
}

.line-ht {
    line-height: 25px;
}

.let-spac {
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-weight: 600;
}

.container-fluid1 {
    padding-left: 40px;
    padding-right: 40px
}

.text-right {
    text-align: right;
}

/* common css ends */

/* header css start  */

/* Fixed Navbar starts */

.navbar {
    z-index: 999;
    padding-top: 0px;
    padding-bottom: 0px;
}

.logo-large {
    display: none;
}

/* Fixed Navbar ends */

.top-row {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* .top-add {
    text-align: center;
} */

.top-row a {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}

.bor-left {
    border-left: 1px solid #ffffff8c;
    padding-left: 10px;
}

.bor-right {
    border-right: 1px solid #ffffff8c;
    padding-right: 10px;
}

.content-float-right li {
    display: inline-block;
    margin-right: 8px;
}

.sticky-nav .navbar {
    transition: top 0.3s;
}

.man-text1 h3 {
    font-weight: 600;
    color: #042e60;
    font-size: 16px;
}

.man-text1 p {
    font-size: 16px;
    color: #042e60;
}

.navbar-nav .nav-item .nav-link {
    font-size: 15px;
    border-bottom: 5px solid transparent;
    color: #042e60;
    font-weight: 600;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #2E6F40;
    border-top: 3px solid #2E6F40;
}

/* .navbar-nav .nav-item .nav-link.active {
    color: #2E6F40;
} */

.dropdown-item:hover {
    background-color: #2E6F40;
    color: #fff;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url(https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/mamcbhopal.com/images/toggle-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.05rem;
}

.dropdown-menu1 .dropdown-item {
    white-space: normal;
}

/* Media query for devices with a maximum width of 768 pixels */

/* header css ends  */

#enquiry {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 380px;
    margin-left: -3px;
    margin-bottom: -3px;
    z-index: 1;
}

#feedback-tab {
    float: right;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    width: 250px;
    height: 36px;
    background-color: #042e60;
    margin-top: 180px;
    margin-left: -105px;
    padding-top: 5px;
    border-radius: 3px;
    transform: rotate(270deg);
}

.radio_udaan_light {
    position: fixed;
    right: -80px;
    top: 50%;
    z-index: 1;
    transform: rotate(270deg);
    border-radius: 3px;
}

.radio_udaan_light .block_text {
    position: relative;
    color: #fff;
    cursor: pointer;
    text-align: center;
    background-color: #042e60;
    padding: 5px 10px;
    border-radius: 0px 10px;
    transition: background-color 0.5s ease;
    animation-name: backgroundChange;
    animation-duration: 4s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

@keyframes backgroundChange {
    0% {
        background-color: #51be78;
    }

    25% {
        background-color: #5fc383;
    }

    50% {
        background-color: #042e60;
    }

    75% {
        background-color: #2d4678;
    }

    100% {
        background-color: #042e60;
    }
}

.radio_udaan_light .side_tab_img {
    transform: rotate(90deg);
    position: relative;
    right: -5px;
    width: 40px;
}

.radio_udaan_light .block_text a {
    color: #fff;
}

/* Marquee Css Starts */

.bg-green-marq {
    background-color: #2E6F40;
}

.blue-marq {
    background-color: #042e60;
    color: #fff;
    font-weight: 600;
    padding: 10px 0px;
}

.green-marq {
    background-color: #2E6F40;
    color: #fff;
    font-weight: 500;
    padding: 10px 0px 0px 0px;
}

.marq-news {
    white-space: nowrap;
}

.marq-news li {
    display: inline;
    padding-right: 20px;
    font-size: 18px;
}

.marq-news li:before {
    content: "• ";
    color: #fff;
    font-size: 20px;
    padding-right: 10px;
}

/* Marquee Css Ends */

/* blinker css starts */

.blinking-background {
    text-align: center;
    color: white;
    font-size: 18px;
    background-color: #042e60;
    animation: blink-background 1s infinite;
    padding: 10px;
}

.blinking-background a:hover {
    color: white;
}


@keyframes blink-background {
    0% {
        background-color: #042e60;
    }

    50% {
        background-color: #2E6F40;
    }

    100% {
        background-color: #042e60;
    }
}

/* blinker ends */


/* Our Department Start  */

.depart-container {
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 50px;
}

.blue-text {
    color: #042e60;
}

.depart-para {
    color: #222;
    font-size: 16px;
    text-transform: none;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: center;
}

.depart-container a {
    color: #2E6F40;
    padding-bottom: 20px;
    font-weight: 600;
}

/* Our Department ends  */

/* About us start */

.about-container {
    padding: 70px 0px 70px 0px;
    background-image: url('../images/man-bg-img.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-img {
    padding: 70px 0px 70px 0px;
    background-image: url('../images/man-bg-img.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.about-row {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
}

.text-green {
    color: #2E6F40;
    font-weight: 600;
}

.text-dark {
    color: #222 !important;
    font-weight: 500;
}

.about-heading {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
}

.opaque {
    background-color: #fff;
    padding: 15px;
    border: 2px solid #042e60;
}

.text-white {
    color: #fff;
}

.about-para {
    font-size: 16px;
    text-transform: none;
    color: #d8e3fb;
    margin-bottom: 20px;
    font-weight: 500;
}

.read-button {
    transition: background-color 0.3s ease;
    font-size: 15px;
    color: #ffffff;
    padding: 12px 29px 17px 31px;
    background-color: #2E6F40;
}

.read-button:hover {
    background-color: #042e60;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
}

.meet-button {
    transition: background-color 0.3s ease;
    font-size: 15px;
    color: #ffffff;
    padding: 12px 29px 17px 31px;
    background-color: #042e60;
}

.submit-button {
    transition: background-color 0.3s ease;
    font-size: 15px;
    color: #ffffff;
    padding: 5px 20px;
    background-color: #042e60;
    border: 1px solid #042e60;
}

.submit-button:hover {
    background-color: #2E6F40;
    border: 1px solid #2E6F40;
}

.close-button {
    transition: background-color 0.3s ease;
    font-size: 15px;
    color: #ffffff;
    padding: 5px 20px;
    background-color: #2E6F40;
    border: 1px solid #2E6F40;
}

.close-button:hover {
    background-color: #042e60;
    border: 1px solid #042e60;
}

/* Media query for devices with a maximum width of 768 pixels */


/* About us ends*/

/* Aboutus-2 start*/

.about2-container {
    padding: 75px 0px 40px 0px;
}

.about2-row {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
}

.icon-style {
    margin-bottom: 35px;
}

.about2-heading {
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
}

.about2-container p {
    color: #d4e1fa;
}

.about2-container a {
    color: #51be78;
    padding-bottom: 20px;
    font-weight: 600;
}

.about2-container a:hover {
    color: #d4e1fa;
    cursor: pointer;
}

/* Aboutus-2 ends*/


/* News & links */

.news-title {
    font-size: 24px;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0px;
    color: #042e60;
}

.news-col-1 {
    padding: 50px;
    padding-bottom: 0px;
}

.news-col-2 {
    padding: 20px;
    background-image: url('../images/news-img.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.holder {
    background-color: #fff;
}

.list_control .list-item {
    list-style-type: none;
    padding: 0px 5px;
}

.list_control .list-item ul a {
    color: inherit;
}

.list_control .list-item .fa {
    color: #fff;
    font-size: 16px;
    float: left;
    padding: 5px 5px;
    background: #2E6F40;
}

.latest-news {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #ffffff;
}

.btn:hover {
    background-color: #222;
}

.list-item li {
    margin-bottom: 8px;
}

.list-item li i {
    margin-right: 10px;
}

.list-item li a {
    color: #6b6b6b;
}

.bg-green {
    background-color: #2E6F40;
    margin-bottom: 15px;
    padding: 20px 15px
}

.bg-green:hover {
    background-color: #042e60;
}

.blink1 {
    background-color: #042e60;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #fff;
}

.blink1:hover {
    background-color: #222;
    color: #fff
}


/* video start*/

.video-img {
    background-image: url('../images/video-img.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.faq-container {
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.faq-padd {
    padding: 50px 30px 0px 30px;
}

.faq-para {
    color: #222;
    font-size: 16px;
    text-transform: none;
    margin-bottom: 20px;
    font-weight: 500;
}

/* video ends*/


/* footer start here  */

.footer-container {
    background-color: #042e60;
}

.pad-btm {
    border-bottom: 2px solid #3db166;
    padding-bottom: 20px;
}

.footer-tittle {
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.footer-text {
    color: #adabab;
    line-height: 1.7;
}

.footer-text i,
.footer-text a {
    color: #adabab;
    line-height: 1.7;
}

.footer-text a:hover {
    color: #fff;
}

.footer-container ul li a {
    color: #adabab;
}

.footer-container ul li :hover {
    color: #fff;
}

.footer-container ul li {
    padding-top: 2px;
}


/* footer ends here  */


/* footer copy-right start here  */

.foot-copy-container {
    background-color: #2E6F40;
    color: #fff;
    padding: 15px 0px 0px 8px;
}

.foot-copy-container p {
    margin-bottom: 0px;
}

.foot-copy-container a {
    text-decoration: none;
    color: inherit;
}

.foot-copy-container span:hover {
    color: #042e60;
}


/* footer copy-right ends here  */

#back-to-top .top {
    position: fixed;
    bottom: 70px;
    right: 30px;
    margin: 0px;
    color: #fff;
    background: #2E6F40;
    z-index: 999;
    /* border: 2px solid #042e60; */
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-align: center;
    align-content: center;
    line-height: 45px;
    border-radius: 50%;
    border: 1px solid #fff
}

.dropdown-large {
    padding: 1rem;
}


/* ============ desktop view ============ */

/* @media all and (min-width: 992px) {
    .dropdown-large {
        min-width: 700px;
    }
} */


/* ============ desktop view .end// ============ */

.holder {
    width: 100%;
    height: 450px;
    overflow: hidden;
    padding: 0px;
}

.holder .mask {
    position: relative;
    left: 0px;
    top: 10px;
    width: 100%;
    height: 540px;
    overflow: hidden;
}

.holder ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.holder ul li {
    padding: 0px 20px;
}

.holder ul li a {
    color: #2E6F40;
    text-decoration: none;
    font-weight: 600;
}

.breadcrumb {
    margin-bottom: 0px !important;
    padding: 5px 0 !important;
}

.p70 {
    padding: 40px 0;
}

.department .card-shedow a {
    color: #2E6F40;
    font-size: 15px;
}

ul.square {
    list-style-type: square;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: -15px;
}

ul.square li {
    position: relative;
    list-style: none;
    padding: 3px 0;
    padding-left: 1.5em;
    margin-left: 15px;
}

ul.square li::before {
    content: '\2666';
    color: #4ab26f;
    position: absolute;
    left: 1px;
    top: 2px;
}

.dean_sign {
    color: #5b5b5b;
    font-weight: 600;
}

.campus-style img {
    width: 13%;
}

.campus-style {
    padding: 8px 10px;
}

ul.square2 li::before {
    content: '\2666';
    color: #4ab26f;
    position: absolute;
    left: 1px;
    top: 0px;
}

ul.square2 {
    list-style-type: square;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: -15px;
}

ul.square2 li {
    position: relative;
    list-style: none;
    padding: 0px 0;
    padding-left: 13px;
    margin-left: 12px
}

.campos-bg {
    background-image: url('../images/blue-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

/* .t-h3 {
    margin-bottom: 2px;
    font-size: 22px;
    color: var(--primery-color);
    padding: 6px 0 2px 0;
} */

.box-shedow {
    box-shadow: 1px 2px 8px #8080807d;
}

.campos-bg tr {
    font-size: 15px;
}

.contactForm .form-select {
    padding: 0px 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #6b6b6b;
    font-size: 13px;
    line-height: 42px;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    transition: border linear .2s, box-shadow linear .2
}

.contactForm .form-control {
    padding: 0px 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #6b6b6b;
    font-size: 13px;
    line-height: 42px;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    transition: border linear .2s, box-shadow linear .2
}

.apply-box {
    box-shadow: -5px 1px 23px #6b6b6b;
    margin-top: 20px;
    padding: 49px 60px;
}

/* .h3_sub {
    margin-bottom: 2px;
    font-size: 22px;
    color: var(--primery-color);
    padding: 6px 0 2px 0;
} */


/* contact us css starts  */

.icons i {
    font-size: 35px;
    color: #042e60;
    margin-bottom: 10px;
}

.icons h6 {
    font-size: 15px;
}

.icons p {
    margin-bottom: 10px;
    font-size: 16px;
}

.icons p a:hover {
    color: #042e60;
}


.contact-table .table>tbody>tr>td {
    border: 1px solid #042e60;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    vertical-align: middle;
}



.contact-table a {
    color: #042e60;
    font-size: 15px;
}

.contactForm label {
    color: #042e60;
    padding-top: 14px;
    padding-bottom: 2px;
    font-weight: 600;
}

sup {
    top: -.3em;
    color: #d02c20;
    left: 3px
}

.contact-bg-1 {
    background-image: url(../images/contact-bg-1.jpg);
    background-size: cover;
    background-position: center;
    padding: 37px 50px;
}

.contact-bg-1 h3 {
    font-size: 28px;
    letter-spacing: 0px;
    text-transform: none;
    color: #fff;
    font-weight: 600;
    padding-bottom: 5px;
}

.contact-bg-1 p {
    line-height: 1.7;
    color: #fff;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 600;
}

.contact-bg-1 a {
    color: inherit;
}

.contact-bg-1 a:hover {
    color: #2E6F40;
}

.bor-wt {
    border: 1.5px solid #fff;
    max-width: 200px;
}

/* contact us css starts  */

.border-g {
    border: 2px solid #042e60;
    padding: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;

}

.border-g .hover-box {
    border: 1px solid #efefef;
    position: absolute;
    display: grid;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    height: 100%;
    background: rgb(0 23 50 / 83%);
    color: #fff;
    opacity: 0;
    font-size: 30px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 5
}

.border-g:hover .hover-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s .0s;
    -moz-transition: .3s .0s;
    -ms-transition: .3s .0s;
    -o-transition: .3s .0s;
    transition: .3s .0s
}

.blog-shedow {
    box-shadow: 1px 0px 9px #1b294542;
    padding: 15px 10px;
    margin: 12px 0;
    background-color: white;
    min-height: 370px;
}

.blog-shedow h4 {
    font-size: 18px;
    padding-top: 13px;
    color: #2E6F40;
    margin-bottom: 4px;
}

.blog-shedow p {
    color: #666565;
    line-height: 19px;
    font-size: 14px;
    margin: 0;
}

.know-more {
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 400;
    border: none;
    margin-top: 10px;
    background: #51be78;
}

.details-title h2 {
    font-size: 30px;
    color: #042e60;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.details-title h3 {
    font-size: 24px;
    color: #2E6F40;
    margin-top: 15px;
    font-weight: 600;
}

.details-title h4 {
    font-size: 20px;
    color: #2E6F40;
    margin-top: 15px;
    font-weight: 600;
}

.details-title p {
    font-size: 15px;
    margin: 10px auto;
    line-height: 21px;
}

ul.arrow li::before {
    content: "\f101";
    font-family: "FontAwesome";
    color: #2E6F40;
    margin-right: 5px;
}

.bold-txt {
    color: #042e60;
    font-weight: 700;
    font-size: 16px;
}
.bold-green {
    color: #2E6F40;
    font-weight: 700;
    font-size: 16px;
}
.bold-green:hover {
    color: #042e60;
}

.one_list h4 {
    font-size: 17px;
    color: black;
}

.block-list {
    box-shadow: 1px 0px 15px #80808061;
    padding: 22px 15px;
}

.block-list p {
    line-height: 17px;
    font-size: 14px;
    color: black;
}

.block-list .row {
    padding: 6px 0;
    border-bottom: 1px solid #8080802e;
}

.block-list .row:hover {
    padding: 6px 0;
    cursor: pointer;
    background: #95b7fa24;
}

.block-list img {
    box-shadow: 0px 0px 2px #8080809e;
}

.p_one {
    padding: 15px 0px;
    font-size: 15px;
}

.gallery-wrap,
#gallery {
    overflow: hidden;
}

#filters {
    margin: 1%;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

#filters li {
    float: left;
}

#filters li span {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    text-transform: uppercase;
    transition: all ease-in-out 0.25s;
}

#filters li:hover span {
    color: #000;
}

#filters li span.active {
    background: #1fbae7;
    color: #fff;
}

.gallery-item {
    float: left;
    width: 33.333%;
    padding: 10px;
    position: relative;
    z-index: 10;
    display: none;
}

.inside {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 2px solid #042e60;
    padding: 5px;
}

.details,
.overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}

.details {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.details h5 {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    background-color: #042e60;
    padding: 10px;
    text-transform: capitalize;
}

.details p {
    color: #fff;
    font-size: 1em;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

.inside img {
    float: left;
    width: 100%;
}

.overlay {
    background: rgba(32, 68, 44, 0.8);
    z-index: 1;
    transition: all 0.7s ease-in-out;
}

.gallery-item:hover .details,
.gallery-item:hover .overlay {
    opacity: 1;
}

@media (max-width: 30em) {
    .wrap {
        padding-left: 1em;
        padding-right: 1em;
    }

    .gallery-item {
        float: none;
        width: 100%;
    }
}

.grey-btn {
    background: #1b29451a;
    padding: 10px 15px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    color: #222;
}

.grey-btn:hover {
    background: #042e60;
    color: #fff;
}

.grey-btn:hover i {
    color: #fff;
}

.grey-btn i {
    padding-right: 10px;
    font-weight: bold;
    color: #3db166;
    font-size: 18px;
}

.hl_p {
    background: #2E6F40;
    padding: 15px;
    color: #fff;
    border-left: 5px solid #5b5b5b;
    font-size: 15px;
    transition: all 500ms ease;
}

.hl_p:hover {
    background: #042e60;
}

.enquiry-model .modal-content {
    background: #ddd;
    width: 100%;
    padding: 20px;
    max-width: 500px;
    margin: 2rem auto;
    border-radius: 10px;
    text-align: center;
    z-index: 111;
    position: relative;
}

/* .model-bg {
    padding: 15px;
    background-color: var(--primery-color);
} */

.model-bg .form-control {
    background: white;
    font-size: 14px;
    font-weight: 300;
    margin: 6px 0;
}

.model-bg .form-select {
    font-size: 14px;
    font-weight: 300;
    margin: 6px 0;
    color: #838b91;
}


/* new css */


/* top- header css starts*/

.top-add i {
    font-size: 13px;
    color: #fff;
}

.top-section a:hover {
    color: #042e60;
}


/* top- header css ends*/


/* Header csss starts*/

.dropdown-menu {
    border-radius: 0px;
}


/* Header csss ends*/

.depart-img {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#departments.owl-carousel .owl-item img {
    display: block;
    width: 40%;
}

#departments h6 {
    color: #2E6F40;
    font-weight: 600;
    font-size: 16px;
}


/* Departments Css */

.breadcrumb-bg {
    background-image: url('../images/bread-crumb-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.breadcrumb-title h1 {
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
}

.breadcrumb-container {
    text-align: center;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    justify-content: center;
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
}

.breadcrumb-container .breadcrumb li {
    list-style-type: none;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: capitalize;
    background: #fff;
}

.breadcrumb-container .breadcrumb li.active {
    color: #2E6F40;
    font-weight: 500px;
    padding-right: 10px;
}

.breadcrumb-container .breadcrumb li {
    list-style-type: none;
    text-transform: capitalize;
    background: #fff;
}

a {
    text-decoration: none;
    color: inherit;
}

.breadcrumb li {
    color: #042e60;
}

.breadcrumb-item:hover,
.breadcrumb-item a:hover {
    color: #2E6F40;
}

.depart {
    padding: 20px 10px;
}

.department h4 {
    padding: 20px 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border: 1px solid #042e60;
}

#departments a:hover {
    color: #042e60;
}

.accordion .head {
    font-size: 18px;
    font-weight: 500;
    color: #042e60
}

.accordion-item {
    border: 1px solid #042e60;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-body {
    margin: 10px 0px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    font-weight: 600;
    background-color: #042e60;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

#innerAccordion1 .accordion-button {
    color: #212529 !important;
    background-color: #fff !important;
}

/* faculty */

.faculty-heading {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 15px;
    position: relative;
}

.faculty-heading:before {
    background: #042e60 none repeat scroll 0 0;
    bottom: 2px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 230px;
}

.faculty-heading:after {
    background: rgba(0, 0, 0, 0) url(../images/award.png) no-repeat scroll 0 0;
    bottom: -10px;
    color: #ffffff;
    content: "";
    font-size: 14px;
    height: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
    z-index: 9;
}

.acco {
    margin: 20px 0px 10px 0px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #2E6F40;
    /*text-align: left;*/
    padding: 5px;
    color: #222;
}

td a {
    color: #222;
    font-weight: 600;
}

td a:hover {
    color: #2E6F40;
    font-weight: 600;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.accordion-button {
    font-weight: 600;
}


/* news css */

.newsticker li span {
    color: #042e60;
    font-weight: 600;
}

.newsticker a:hover {
    color: #042e60;
}

.newsticker hr {
    color: #222;
}

.newsticker li p {
    color: #222;
}


/************************************************About us css starts *********************************************/

.princi-detail a:hover {
    color: #2E6F40;
}

.about-page {
    padding: 0px 20px;
}

.about-para-1 {
    color: #222;
    font-size: 16px;
}

.about-detail ul {
    margin: 15px 0;
}

.grey-hr {
    padding: 10px 0 10px 30px;
    border-bottom: 1px dashed #eee;
}

.about-detail ul li {
    margin-bottom: 0;
    line-height: 1.5;
    color: #042e60;
    font-size: 16px;
    display: inline-block;
    padding: 0;
    font-weight: 500;
    padding: 10px 0px;
}

.about-detail-1 ul li {
    color: #042e60;
    font-size: 16px;
    font-weight: 600;
}

.about-detail-1 ul li:hover {
    color: #2E6F40;
}

.about-detail ul li i {
    font-size: 18px;
    margin-right: 5px;
}

.m--25 {
    margin-bottom: 25px;
}

.quote {
    background-color: #2E6F40;
    padding: 20px;
    margin: 5px 0px 20px 0px;
}

.quote:hover {
    background-color: #042e60;
}

.quote p {
    padding: 0;
    color: #fff;
    font-weight: 500;
    position: relative;
    text-align: center;
}

.quote img {
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
}

.quote span {
    padding: 10px;
}

.blue-box {
    background-color: #042e60;
    padding: 20px;
    text-align: center;
}

.blue-box-1 {
    background-color: #042e60;
    padding: 20px;
    color: #fff;
    text-align: left;
}

.blue-box-1 h5 {
    text-align: left;
}

.blue-box-1 h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.green-box-1 {
    background-color: #2E6F40;
    padding: 20px;
    color: #fff;
    text-align: center;
}

.green-box-1 h5 {
    text-align: left !important;
}

.green-box-1 h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}

.green-box-1 .one_list .list-item .fa {
    color: #fff;
    font-size: 16px;
    float: left;
    padding: 5px 5px;
}

.green-box-1 .one_list .list-item {
    text-align: left;

}

.white-box {
    background-color: #fff;
    padding: 20px;
    border: 2px solid #042e60;
    text-align: center;
}

.white-box:hover,
.white-box:hover h3 {
    background-color: #2E6F40;
    color: #fff;
}

.box img {
    margin-bottom: 10px;
    margin-top: 10px;
}

.blue-box h3 {
    color: #fff;
    font-size: 25px;
    padding: 10px 0px;
}

.white-box h3 {
    color: #222;
    font-size: 25px;
    padding: 10px 0px;
}

.blue-box p {
    color: #fff;
}

.aim {
    text-align: center;
}

.aim h3 {
    padding-bottom: 15px;
}

.aim img {
    background-color: #2E6F40;
    border-radius: 50%;
    padding: 10px;
    border: 2px solid transparent;
}

.aim p {
    padding-top: 15px;
}

.aim-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    padding: 15px;
    margin-top: 20px;
    border: 2px solid transparent;
    background-color: #fff;
}

.aim-shadow:hover {
    border: 2px solid #042e60;
}

.aim-shadow:hover img {
    border: 2px solid #042e60;
}

.objective {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 20px;
    position: relative;
}

.objective:before {
    background: #042e60 none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 230px;
}

.objective:after {
    background: rgba(0, 0, 0, 0) url(../images/award.png) no-repeat scroll 0 0;
    bottom: -22px;
    color: #ffffff;
    content: "";
    font-size: 14px;
    height: 20px;
    left: 14%;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
    z-index: 9;
}

.objective-div {
    padding: 10px 25px;
}

.objective-div ul {
    padding: 10px 0px;
}

.objective-div ul li {
    padding-bottom: 5px;
}

.objective-div ul li i {
    font-size: 18px;
    margin-right: 5px;
}


/************************************************About us css ends *********************************************/


/************************************************About Group css starts *********************************************/

.about-grp p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.8em;
    max-height: 7.2em;
}

.group-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    padding: 15px 15px 30px 15px;
    border: 2px solid #2E6F40;
}

.group-box:hover {
    border: 2px solid #042e60;
}

.group-box h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
}

.group-box img {
    margin-bottom: 20px;
}


/************************************************About Group css ends *********************************************/


/************************************************Campus page css starts *********************************************/

.facilities {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 20px;
    position: relative;
}

.facilities:before {
    background: #042e60 none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 65%;
}

.facilities:after {
    background: rgba(0, 0, 0, 0) url(../images/award.png) no-repeat scroll 0 0;
    bottom: -22px;
    color: #ffffff;
    content: "";
    font-size: 14px;
    height: 20px;
    left: 25%;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
    z-index: 9;
}

.facilities-para {
    padding-top: 10px;
}

.bor-btm {
    border-bottom: 3px solid #2E6F40;
}

.bor-btm-wt {
    border-bottom: 3px solid #fff;
}

.one_list {
    padding: 10px 0px;
    text-align: justify;
}

.one_list-1 {
    padding: 0px;
    text-align: justify;
}

.one_list .list-item {
    list-style-type: none;
    padding: 0px 5px;
}

.one_list-1 .list-item {
    list-style-type: none;
    padding: 0px 5px;
}

.one_list .list-item .fa {
    color: #2E6F40;
    font-size: 16px;
    float: left;
    padding: 5px 5px;
}

.one_list-1 .list-item .fa {
    color: #2E6F40;
    font-size: 16px;
    float: left;
    padding: 5px 5px;
}

.one_list .list-item li {
    padding: 2px 25px;
    font-size: 15px;
}

.one_list-1 .list-item li {
    padding: 2px 25px;
    font-size: 15px;
}

.amenities-col {
    padding: 70px 25px 10px 25px;
}

.amenities-container {
    overflow: hidden;
}

.amenities-icon {
    float: left;
    margin-right: 10px;
}

.amenities-text {
    float: left;
    padding-top: 5px;
}

.amenities-col img {
    padding-bottom: 10px;
}

.hostel {
    padding: 20px;
    background-color: #2E6F40;
    color: #fff;
}

.hostel:hover {
    background-color: #042e60;
}

.sports .list-item .fa {
    color: #fff;
    font-size: 16px;
    float: left;
    padding: 5px 5px;
}

.library-col {
    padding: 20px;
}

.library {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 20px;
    position: relative;
}

.library:before {
    background: #042e60 none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 15%;
}

.library:after {
    background: rgba(0, 0, 0, 0) url(../images/award.png) no-repeat scroll 0 0;
    bottom: -22px;
    color: #ffffff;
    content: "";
    font-size: 14px;
    height: 20px;
    left: 5%;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
    z-index: 9;
}

.code {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 20px;
    position: relative;
}

.code:before {
    background: #042e60 none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 30%;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40%;
}

.code:after {
    background: rgba(0, 0, 0, 0) url(../images/award.png) no-repeat scroll 0 0;
    bottom: -22px;
    color: #ffffff;
    content: "";
    font-size: 14px;
    height: 20px;
    left: 50%;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
    z-index: 9;
}

.campus-heading {
    text-align: center;
    padding-bottom: 0px;
    font-size: 30px;
}


/************************************************ Campus page css ends *********************************************/


/************************************************Ayurvedic Hospital page css starts *********************************************/

.therapy h4 {
    font-weight: 600;
    padding: 10px 0px 5px 0px;
    font-size: 17px;
}

.treatment span {
    font-weight: 600;
    color: #042e60;
    font-size: 16px;
}

.team_box_outer .member_image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.team_box_outer:hover .member_image img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05)
}

.read-info {
    transition: background-color 0.3s ease;
    font-size: 15px;
    color: #ffffff;
    padding: 15px 30px;
    background-color: #2E6F40;
}

.read-info:hover {
    background-color: #042e60;
    color: #fff;
    border: 1px solid #fff;
}


/************************************************Ayurvedic Hospital page css ends *********************************************/


/************************************************Research & Activity page css starts *********************************************/

.research {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 20px;
    position: relative;
}

.research:before {
    background: #042e60 none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0%;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30%;
}

.research:after {
    background: rgba(0, 0, 0, 0) url(../images/award.png) no-repeat scroll 0 0;
    bottom: -22px;
    color: #ffffff;
    content: "";
    font-size: 14px;
    height: 20px;
    left: 11%;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
    z-index: 9;
}


/************************************************Research & Activity page css ends *********************************************/


/************************************************Qualification page css starts *********************************************/

.qualify-container {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.qualify-content {
    display: flex;
    align-items: center;
}

.qualify-icon {
    position: relative;
    margin-right: 10px;
}

.qualify-text {
    position: relative;
    padding-top: 5px;
    font-weight: 600;
    font-size: 40px;
}

.white-box-1 {
    background-color: #fff;
    padding: 20px;
    border: 2px solid #042e60;
    text-align: center;
}

.white-box-1 .one_list {
    text-align: left;
}

.one_list span {
    font-weight: 600;
    color: #042e60;
    font-size: 16px;
}

.white-box-1 .one_list .fa:hover {
    color: #fff;
}

.white-box-1:hover,
.white-box-1:hover h3 {
    background-color: #2E6F40;
    color: #fff;
}

.blue-box-1 {
    background-color: #042e60;
    padding: 20px;
    text-align: center;
    color: #fff;
}

.blue-box-1 .one_list {
    text-align: left;
}


/************************************************Qualification page css ends *********************************************/


/************************************************info for NCISM css starts *********************************************/

.teaching-staff .accordion-body {
    padding: 0rem 1.25rem;
}

.mt-40 {
    margin-top: 40px;
}

.pt-16 {
    padding-top: 16px;
}

.pb-16 {
    padding-bottom: 16px;
}

.teacher-depart-head {
    padding: 5px;
    text-align: center;
    background: #042e60;
    color: #fff;
    border: 1px solid #2E6F40;
}

.teacher-depart-head h5 {
    font-size: 16px;
    padding-bottom: 0;
    padding-top: 5px;
}

.student-list .accordion-body {
    padding: 0rem 1.25rem;
}

.student-list .accordion-body ul li {
    font-weight: 500;
}

.institutional-committees .accordion-body {
    padding: 0rem 1.25rem;
}

.various-education .accordion-body {
    padding: 0rem 1.25rem;
}

.various-education .accordion-item {
    margin: 10px 0px;
}

.dark-txt {
    color: #222222 !important;
    font-weight: 500;
}

.text-green-1 {
    color: #2E6F40;
    font-weight: 600;
    font-size: 17px !important;

}

@media (max-width: 767px) {
    table {
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }
}

/************************************************info for NCISM css ends *********************************************/


/* gallery css starts */

.t-bg {
    background: #042e60;
    color: #fff;
    padding: 20px 10px 15px;
    text-align: center;
    margin-top: -20px
}

.box:after,
.box:before {
    content: "";
    height: 96.5%;
    top: 0
}

.box .box-content,
.box:after,
.box:before {
    position: absolute;
    width: 100%
}

.box:before {
    left: 0;
    background-color: rgb(255 255 255 / 75%);
    opacity: 0;
    transition: .5s
}

.box:hover:before {
    opacity: 1
}

.box {
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.box:after {
    left: 170%;
    transform: skewX(45deg);
    transition: 1s;
    background-color: #042e60;
    z-index: 1
}

.box:hover:after {
    left: -170%;
    top: 0
}

.box img {
    width: 100%;
    height: auto
}

.box .box-content {
    bottom: -100%;
    left: 0;
    transition: .5s
}

.box:hover .box-content {
    bottom: 40%
}

.box .box-content .name {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px
}

.box .box-content .post {
    display: block;
    font-size: 15px;
    font-style: italic;
    font-weight: 600
}

.box-content .fa {
    font-size: 30px;
    color: #2E6F40
}

/* gallery css ends */

/* media query starts */
@media (max-width: 768px) {

    .faq-padd {
        padding: 10px;
    }

    .top-add {
        display: none;
    }

    .man-text1 h3 {
        font-size: 15px;
    }

    .apply-box {
        padding: 49px 0 0 0px !important;
    }

    .man-text1 p {
        font-size: 15px;
    }

    .department .card-shedow {
        padding: 14px 5px !important;
    }

    .text-right {
        text-align: center;
    }

    .mar-btm {
        margin-bottom: 20px;
    }

    .mar-top {
        margin-top: 10px;
    }

    .top-row {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .blue-marq {
        padding: 5px 0px 0px 0px;
    }

    .green-marq {
        padding: 5px 0px 0px 0px;
    }

    .p70 {
        padding: 20px 0;
    }

    .news-col-1 {
        padding: 20px 10px;
    }

    .news-col-2 {
        padding: 20px 10px;
    }

    .about-heading {
        text-align: center;
        padding-bottom: 0px;
        font-size: 30px;
    }

    .about-para {
        text-align: center;
        padding-bottom: 25px;
    }

    .read-more {
        text-align: center;
    }

    .padd-80 {
        padding: 20px 0px;
    }

    #feedback-tab {
        border: 1px solid #fff;
        margin-top: 230px;
    }

    .one_list .list-item li {
        padding: 0px 5px 5px 10px;
    }

    .depart-container {
        padding: 50px 10px;
    }

    .amenities-col {
        padding: 20px 10px;
    }

    .breadcrumb-container .breadcrumb li {
        list-style-type: none;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-transform: capitalize;
        background: #fff;
    }

    .one_list {
        padding: 0px;
    }

    .library-col {
        padding: 20px 0px;
    }

    .library:before {
        width: 40%;
    }

    .library:after {
        left: 8%;
    }

    .campus-heading {
        text-align: left;
    }

    .code:before {
        left: 0%;
        width: 85%;
    }

    .code:after {
        left: 40%;
    }
}

@media (min-width: 768px) {

    .logo-small {
        display: none;
    }

    .logo-large {
        display: block;
    }

    .home-header.scrolled {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        border-bottom: 2px solid #ede8e8;
        background-color: #fff;
    }

    .drop {
        min-width: 500px;
    }

    .dropdown-item {
        color: #000;
        font-size: 15px;
        font-weight: 500;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown-menu {
        display: none;
        transition: all .3s ease-in-out;
    }


}

@media (min-width: 768px) and (max-width: 1024px) {
    .news-col-1 {
        padding: 50px 20px;
    }

    .news-col-2 {
        padding: 50px 30px;
    }

    .about-container {
        padding: 50px 0px;
    }

    .text-center {
        text-align: left;
    }

    .content-float-right li {
        margin-right: 0px;
    }

    .faq-container {
        padding: 50px 20px;
    }
}