* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --yellow-color: #f5bb29;
    --text-color: #222224;
    --blue-color: #195c90;
}

body,
html {
    width: 100vw;
    overflow-x: hidden;
    color: #050000 !important;
    font-family: "Archivo", sans-serif;
}

a {
    text-decoration: none !important;
}

/* header section start */
.menu .navbar-nav .nav-item a {
    font: normal normal 700 15px Montserrat;
    color: var(--blue-color);
    transition: 0.5s;
    z-index: 1000;
    border-bottom: 2px solid transparent;
    margin-left: 35px;
    padding: 6px 0px;
    font-size: 14px;
    font-weight: 800;
    font-family: "Archivo", sans-serif;
}

.home_banner:after {
    position: absolute;
    left: 0;
    top: 50px;
    content: '';
    width: 100%;
    height: 100px;
    background-image: linear-gradient(180deg, #ffffff, #ffffff00);
}

.navbar {
    position: relative;
    z-index: 1000;
}

.sub_menu {
    display: none;
}

.hove_menu {
    position: relative;
}

.menu .navbar-nav .hove_menu .sub_menu li a {
    font: normal normal 600 14px Montserrat;
    /* color: #000; */
    display: flex;
    width: fit-content;
}

.menu .navbar-nav .hove_menu .sub_menu li {
    margin-top: 7px;
}

.hove_menu:hover .sub_menu {
    display: block;
    position: absolute;
    left: 103px;
    top: 26px;
    width: 202px !important;
    background: #fff;
    padding: 15px 9px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.btn_read {
    padding: 6px 12px;
    font-size: 12px;
    color: #fff;
    background: #f5bb29;
    font-weight: 500;
    border-radius: 5px;
    margin-left: 30px;
}

.btn_read_1 {
    padding: 10px 20px;
    font-size: 12px;
    color: #ffffff;
    background: #fabb16;
    font-weight: 600;
    border: 1px solid #fabb16;
    border-radius: 4px;
    box-shadow: rgb(255 255 255) 0px 4px 12px;
}

.table > :not(caption) > * > * {
    padding: 12px 10px !important;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
}

.logo img {
    width: 100%;
    max-width: 250px;
}

.menu .navbar-nav .nav-item a:hover {
    color: var(--yellow-color);
    border-bottom: 2px solid var(--yellow-color);
}

.top_header {
    background: var(--blue-color);
    padding: 5px 20px 5px 0px;
}

.social_media ul li a {
    color: #fff;
    font-size: 20px;
}

    .social_media ul li a i:hover {
        color: #f5bb29;
    }

.top_header .mobile_number a:hover {
    color: #f5bb29;
}




.my_page_title_new {
    font-size: 25px !important;
    color: #f5bb29 !important;
    margin-bottom: 15px !important;
    position: relative !important;
    font-weight: 700 !important;
    margin-top: 15px;
}

.gallery_img h4:hover {
    color: #f6bc2a !important;
}

.top_header .mobile_number a {
    font: normal normal 500 14px Montserrat;
    color: #fff;
    margin: 0px 5px;
}

.top_header .mobile_number ul li a:hover {
    color: #195c90;
}

/* header section end */

/* home section start */
.home_banner {
    background: url(../images/home-banner.jpg);
    height: 133vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -83px;
}

    .home_banner:before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        width: 100%;
        height: 160px;
        background-image: linear-gradient(180deg, #ffffff14, white);
        z-index: 0;
    }

.home_heading h1 {
    font: normal normal 500 50px Montserrat;
}

.study_heading h1 {
    font: normal normal 900 55px Montserrat;
    position: absolute;
    bottom: 0;
    z-index: 1000;
    left: 0;
    right: 0;
    color: var(--blue-color);
    letter-spacing: 10px;
    z-index: 99;
}

    .study_heading h1 span {
        font-weight: 500;
    }

/* home section end */

/* about section start */
.about_img img {
    object-fit: cover;
    object-position: top;
    clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
}

.about_img {
    background: var(--blue-color);
}

.about_content ul li a {
    font: normal normal 600 26px Montserrat;
    color: var(--yellow-color);
}

.about_content ul li {
    margin-top: 25px;
    list-style: inside;
    font-size: 23px;
    color: #f5bb29;
    /* margin-right: 5px !important; */
}

.about_content {
    background: var(--blue-color);
    height: 100%;
    display: flex;
    align-items: center;
}

/* about section end */

/* gallery section start */

.gallery_section {
    padding: 0px 0px;
}

.container-2 {
    margin: auto;
}

.gallery_section .main_heading {
    font: normal normal 900 50px Montserrat;
    color: var(--blue-color);
    letter-spacing: 3px;
    /* text-align: center; */
}

.leyer-style {
    position: absolute;
    bottom: 12px;
    left: 31%;
    background: var(--blue-color);
    padding: 10px;
    width: 200px;
    text-align: center;
    border-radius: 5px;
}

    .leyer-style h4 {
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        margin: auto;
    }

.gallery_img {
    position: relative;
}

.gallery_img {
    background: #fff;
}

    .gallery_img img {
        height: 100%;
        object-fit: cover;
    }

/* gallery section end */

/* spaeciality section start */
.spaeciality_section {
    background: url(../images/spaeciality_img.jpg);
    background-size: cover;
    background-position: center;
    margin-top: 400px;
}

.spaeciality_content {
    height: 100%;
    padding: 175px 30px;
    background: #195c90d9;
}

    .spaeciality_content h1 span {
        color: var(--yellow-color);
        font: normal normal 900 50px Montserrat;
    }

    .spaeciality_content h1 {
        font: normal normal 700 40px Montserrat;
        color: #fff;
    }

    .spaeciality_content ul li h5 {
        font: normal normal 500 15px Montserrat;
        color: #000;
    }

    .spaeciality_content ul li h4 {
        font: normal normal 600 36px Montserrat;
    }

    .spaeciality_content button {
        color: #fff;
        padding: 15px 40px;
        border: 1px solid #fff;
        background: transparent;
    }

        .spaeciality_content button a {
            color: #fff;
            font-weight: 600;
        }

            .spaeciality_content button a:hover {
                color: #fff;
                font-weight: 800;
            }

/* spaeciality section end */

/* testimonial section start */
.testimonial_section {
    background-color: var(--blue-color);
}

.testimonial_img img {
    max-width: 300px;
    border: 4px solid white;
    =: 5px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.testimonial_content p,
.name_testi h4 {
    font: normal normal 400 20px /30px Montserrat;
}

.testimonial_content h1 {
    font: normal normal 800 60px Montserrat;
    letter-spacing: 10px;
    color: var(--yellow-color);
}

.testimonial_content h2 {
    font: normal normal 800 45px Montserrat;
    letter-spacing: 10px;
}

.testimonial_section .carousel-control-next,
.carousel-control-prev {
    width: 56px;
    /* border: 1px solid #fff; */
    height: 35px;
    /* border-radius: 50%; */
    padding: 5px;
    margin: auto;
}

.testimonial_section .carousel-control-next {
    right: -50px;
}

.testimonial_section .carousel-control-prev {
    left: -50px;
}

.main_gallery_img img {
    object-fit: cover;
    height: 250px;
}

/* testimonial section end */


/* footer section start */

footer {
    background: linear-gradient(#091e2f, #091e2f), url(../images/footbg.png);
    position: relative;
    z-index: 100;
    background-attachment: fixed;
}

    footer:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../images/footbg.png);
        content: '';
        z-index: -1;
        opacity: 0.5;
    }

    footer .social_media li a i {
        color: #f5bb29;
        font-size: 15px;
    }

.footer_logo p {
    font: normal normal 400 14px /25px Montserrat;
    color: #ffffffc2;
    margin-top: 15px;
}

.footer_logo img {
    max-width: 250px;
}

.footer_links h3 {
    font: normal normal 600 21px /50px Montserrat;
    border-bottom: 2px solid #fdfdfd4a;
    width: fit-content;
    color: #fff;
    position: relative;
}

    .footer_links h3:before {
        width: 50%;
        height: 2px;
        background: var(--yellow-color);
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
    }

.footer_links ul li a i,
.footer_links ul li p i {
    color: var(--yellow-color);
    padding-right: 15px;
}

.footer_links ul li a,
.footer_links ul li p {
    font: normal normal 400 14px / 35px Montserrat;
    color: #ffffffb3;
    transition: 0.6s all ease;
}

    .footer_links ul li a:hover {
        color: var(--yellow-color);
        padding-left: 5px;
    }

.copy_right p,
.copy_right a {
    font: normal normal 400 14px Montserrat;
    color: #fff;
}

footer .copy_border {
    border-top: 1px solid #ffffff3d;
}



/* footer section end */


@media(max-width:1200px) {
    #blinking-button {
        padding: 8px 7px !important;
        border-radius: 6px 6px !important;
    }

    .btn_read {
        font-size: 12px !important;
    }
}

@media(max-width:1000px) {
    .mob {
        display: flex !important;
        MARGIN-TOP: 10PX;
    }

    .comp {
        display: none;
    }
}

@media(max-width:650px) {

    .testimonial_content h1 {
        font: normal normal 800 35px Montserrat;
        letter-spacing: 2px;
        padding-left: 15px;
    }

    .home_banner {
        height: 52vh;
    }

    .mob {
        display: flex !important;
        MARGIN-TOP: 10PX;
    }

    .top_header .mobile_number a {
        font: normal normal 600 13px Montserrat;
    }


    .mobile_number {
        padding: 0px !important;
        display: none !important;
    }

    .khushi {
        display: none !important;
    }


    .top_header .social_media ul {
        gap: 15px !important;
    }

        .top_header .social_media ul li a {
            font-size: 17px;
        }

    .home_banner {
        margin-top: -28px;
    }

    .comp {
        display: none;
    }

    .testimonial_content h2 {
        font: normal normal 800 30px Montserrat;
        letter-spacing: 2px;
        margin-top: 25px;
    }

    .testimonial_content p,
    .name_testi h4 {
        font: normal normal 500 12px /22px Montserrat;
    }

    .about_img img {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }

    .testimonial_section .carousel-control-prev {
        left: 0px;
    }

    .testimonial_section .carousel-control-next {
        right: 0px;
    }

    .spaeciality_content h1 {
        font: normal normal 700 25px Montserrat;
    }

        .spaeciality_content h1 span {
            font: normal normal 900 40px Montserrat;
        }

    .spaeciality_content ul li h5 {
        font: normal normal 600 16px Montserrat;
    }

    .home_heading h1 {
        font: normal normal 700 15px Montserrat;
        color: #195c90 !important;
        margin-top: 46px !important;
    }

    .home_banner:after {
        top: 0px !important
    }

    .col-12.home_heading {
        margin-top: 40px !important;
    }

    .study_heading h1 {
        font: normal normal 900 30px Montserrat;
        letter-spacing: 2px;
    }

    .logo img {
        max-width: 220px;
    }

    .about_content {
        padding-bottom: 25px;
        padding-left: 25px;
    }

        .about_content ul li a {
            font: normal normal 800 16px Montserrat !important;
        }

    .gallery_section .main_heading {
        font: normal normal 900 45px Montserrat;
        text-align: center;
        letter-spacing: 4px;
    }



    .about_content ul li {
        font: normal normal 800 20px Montserrat;
        margin-top: 15px;
    }

        .about_content ul li a:hover {
            color: white;
        }
}

@media(max-width:991px) {

    .menu .navbar-nav .nav-item a {
        margin-top: 15px;
    }

    .menu .navbar-nav {
        background: #fff;
        padding: 10px 0px;
        position: absolute;
    }

    .hove_menu:hover .sub_menu {
        top: 46px;
        z-index: 100;
        width: 260px !important;
        left: 56px !important;
    }


    .top_header .text {
        display: none;
    }

    #mob_cell .nav-link {
        padding: 8px 4px;
        font-size: 14px;
        width: auto;
    }
}

@media(max-width:776px) {
    .testimonial_content {
        text-align: center !important;
    }

    .gallery_img h4 {
        font-size: 16px;
        font-weight: 700;
        color: #fff !important;
    }

    .name_testi {
        text-align: center !important;
    }

    .about_content ul li a {
        font: normal normal 800 20px Montserrat;
    }

    .spaeciality_content {
        padding: 40px 15px;
    }

    .testimonial_img img {
        max-width: 200px;
        margin-top: 45px;
    }

    .gallery_section {
        padding-bottom: 0px !important;
    }

    .mob .btn_read {
        margin-left: 0px;
    }

    .spaeciality_content ul.d-flex.list-unstyled.justify-content-between.text-center.mt-5 li:nth-child(2) {
        margin: 0px 20px;
    }
}

.col-12.home_heading {
    margin-top: 100px;
}

.mob {
    display: none;
}

.about_content ul li a:hover {
    color: white;
}

.qrimg img {
    height: 100%;
    width: 101%;
    margin: auto;
    display: block;
}

.main_heading_payment {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    border: 1px solid;
    background-color: #2a327b;
    color: #fff;
    padding: 5px
}

.step-second-menu.st-programs {
    display: none;
}

.menu li.nav-item:hover a.nav-link {
    display: block !important;
}


/*mega menusss css */
.navbar-dark .navbar-nav a.nav-link {
    color: #ffffff;
    font-size: 1.1em;
}

.dropdown-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: none;
    border-radius: 0;
    padding: 1.7em;
}

@media only screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: flex;
    }

    .dropdown-menu.show {
        display: flex;
    }
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
}

.dropdown-menu li .dropdown-item {
    color: gray;
    font-size: 1em;
    padding: 0.5em 1em;
}

    .dropdown-menu li .dropdown-item:hover {
        background-color: #f1f1f1;
    }

.dropdown-menu li:first-child a {
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #516beb;
}

    .dropdown-menu li:first-child a:hover {
        background-color: #f1f1f1;
    }

@media only screen and (max-width: 992px) {
    .dropdown-menu.show {
        flex-wrap: wrap;
        max-height: 350px;
        overflow-y: scroll;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
    .dropdown:hover .dropdown-menu {
        width: 94vw;
        flex-wrap: wrap;
    }
}

.row.g-0.h-100 {
    min-width: 1000px;
}

.dropdown-menu.Aboutdrp {
    margin-top: 0px;
}

h4.heading_submenu {
    font-size: 14px;
    font-weight: 800;
    
    color: #195c90;
    margin-bottom: 15px;
    margin-top: 5px;
    border-bottom: 1px solid #f5bb29b5;
    padding-bottom: 5px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.row.g-0.h-100 a.dropdown-item {
    font-weight: 400;
    margin-bottom: 2px;
    font-size: 14px;
    margin-left:20px !important;
}

    .row.g-0.h-100 a.dropdown-item:hover {
        background: transparent !important;
        width: auto;
    }

.dropdown-menu.admissionsdrp .row.g-0.h-100 {
    min-width: 180px;
}

.dropdown-menu.Studentdrp {
    margin-left: -150px;
}

    .dropdown-menu.Studentdrp .row.g-0.h-100 {
        min-width: 837px;
    }

.row.g-0.h-100 ul {
    margin-bottom: 25px;
}

.dropdown-menu.Researchdrp {
    margin-left: -200px;
}

    .dropdown-menu.Researchdrp .row.g-0.h-100 {
        min-width: 650px;
    }

.dropdown-menu.Contactdrp .row.g-0.h-100 {
    max-width: 500px;
    min-width: 500px;
}

.dropdown-menu.Contactdrp {
    margin-left: -200px;
}

.imgheighttt {
    background: url('../contact-usimg.jpg');
    background-size: cover;
    height: 200px;
    background-position: right;
}

.dropdown-menu.Academicsdrp {
    margin-left: -400px;
}

@media(max-width:1800px) {
    .dropdown-menu.Aboutdrp {
        margin-left: -200px;
    }

    .dropdown-menu.Academicsdrp {
        margin-left: -400px;
    }

    .dropdown-menu.admissionsdrp {
        margin-left: -200px;
    }

    .dropdown-menu.Studentdrp {
        margin-left: -400px;
    }

    .dropdown-menu.Researchdrp {
        margin-left: -400px;
    }

    .dropdown-menu.Contactdrp {
        margin-left: -400px;
    }
}

@media(max-width:1500px) {
    .sticky {
        padding-right: 30px !important;
    }

    .dropdown-menu.Aboutdrp {
        margin-left: -200px;
    }

    .dropdown-menu.Academicsdrp {
        margin-left: -420px;
    }

    .dropdown-menu.admissionsdrp {
        margin-left: -200px;
    }

    .dropdown-menu.Studentdrp {
        margin-left: -400px;
    }

    .dropdown-menu.Researchdrp {
        margin-left: -400px;
    }

    .dropdown-menu.Contactdrp {
        margin-left: -400px;
    }
}

@media(max-width:991px) {
    .row.g-0.h-100 {
        min-width: 100% !important;
        width: 100% !important;
    }

    .dropdown-menu.Aboutdrp {
        margin-left: 0;
    }

    .dropdown-menu.Academicsdrp {
        margin-left: 0;
    }

    .dropdown-menu.admissionsdrp {
        margin-left: 0;
    }

    .dropdown-menu.Studentdrp {
        margin-left: 0;
    }

    .dropdown-menu.Researchdrp {
        margin-left: 0;
    }

    .dropdown-menu.Contactdrp {
        margin-left: 0;
    }

    .row.g-0.h-100 a.dropdown-item {
        font-weight: 500;
        margin-bottom: 3px;
        font-size: 14px;
        margin-top: 0;
    }

    h4.heading_submenu {
        font-size: 16px;
        font-weight: 650;
        margin-left: 11px;
        color: #195c90;
        margin-bottom: 15px;
        margin-top: 4px;
        border-bottom: 1px solid #9b9b9b42;
        padding-bottom: 5px;
        letter-spacing: .5px;
        margin-left: 0px;
    }

    .row.g-0.h-100 ul {
        margin-bottom: 15px;
    }

    .row.g-0.h-100 a.dropdown-item {
        font-weight: 500;
        margin-bottom: 3px;
        font-size: 11.5px;
        margin-top: 0;
        margin-left: 5px;
    }
}






/*Contact use page design start */

/* Conatct start */
div#contactpage {
    padding: 30px 0 30px;
}

.breadcrumnbsss {
    background: url('../breadcrumnb.png');
    padding: 100px 0;
    color: #fff;
    background-size: 100%;
    text-transform: uppercase;
    background-position: right;
    font-weight: 600 !important;
    background-repeat: no-repeat;
}

div#contactpage .header-title {
    text-align: center;
    color: #00bfff;
}

div#contactpage #tip {
    display: none;
}

div#contactpage .fadeIn {
    animation-duration: 3s;
}

div#contactpage .form-control {
    border-radius: 0px;
    border: 1px solid #EDEDED;
}

    div#contactpage .form-control:focus {
        border: 1px solid #00bfff;
    }

div#contactpage .textarea-contact {
    resize: none;
}

div#contactpage .btn-send {
    border-radius: 0px;
    border: 1px solid #1c80cd;
    background: #1c80cd;
    color: #fff;
    width: 100px;
    border-radius: 0px;
    font-weight: 550;
    text-transform: uppercase;
}

    div#contactpage .btn-send:hover {
        border: 1px solid #00bfff;
        background: #fff;
        color: #00bfff;
        transition: background 0.5s;
    }

div#contactpage .second-portion {
    margin-top: 50px;
}

@import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
@import "http://fonts.googleapis.com/css?family=Roboto:400,500";

div#contactpage .box > .icon {
    text-align: center;
    position: relative;
}

    div#contactpage .box > .icon > .image {
        position: relative;
        z-index: 2;
        margin: auto;
        width: 100px;
        height: 100px;
        border: 8px solid white;
        line-height: 100px;
        border-radius: 50%;
        background: #00bfff;
        vertical-align: middle;
    }

    div#contactpage .box > .icon:hover > .image {
        background: #333;
    }

    div#contactpage .box > .icon > .image > i {
        font-size: 36px !important;
        color: #fff !important;
    }

    div#contactpage .box > .icon:hover > .image > i {
        color: white !important;
    }

    div#contactpage .box > .icon > .info {
        margin-top: -24px;
        background: rgb(237 237 237 / 22%);
        border: 1px solid #195c9033;
        padding: 47px 0 10px 0;
        min-height: 180px;
    }

    div#contactpage .box > .icon:hover > .info {
        background: rgba(0, 0, 0, 0.04);
        border-color: #e0e0e0;
        color: white;
    }

    div#contactpage .box > .icon > .info > h3.title {
        font-family: "Archivo", sans-serif;
        font-size: 16px;
        color: #222;
        font-weight: 700;
    }

    div#contactpage .box > .icon > .info > p {
        font-family: "Archivo", sans-serif;
        font-size: 13px;
        color: #666;
        line-height: 1.5em;
        margin: 20px;
    }

    div#contactpage .box > .icon:hover > .info > h3.title,
    .box > .icon:hover > .info > p,
    .box > .icon:hover > .info > .more > a {
        color: #222;
    }

    div#contactpage .box > .icon > .info > .more a {
        font-family: "Archivo", sans-serif;
        font-size: 12px;
        color: #222;
        line-height: 12px;
        text-transform: uppercase;
        text-decoration: none;
    }

    div#contactpage .box > .icon:hover > .info > .more > a {
        color: #fff;
        padding: 6px 8px;
        background-color: #63B76C;
    }

div#contactpage .box .space {
    height: 30px;
}

div#contactpage .form-group {
    margin-bottom: 15px;
}

div#parent h3 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

div#contactpage .box > .icon > .image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 100px;
    height: 100px;
    border: 8px solid #f7f7f7;
    line-height: 100px;
    border-radius: 50%;
    background: #195c90;
    vertical-align: middle;
}

.col-lg-3.col-md-4.col-xs-6.thumb img {
    max-height: 100%;
    min-width: 204px;
    width: 100%;
    height: 204px;
    margin: 10px;
    box-shadow: 0 0 5px #99999921;
    padding: 2px;
    object-fit: cover;
}


@media only screen and (max-width: 768px) {
    .contact-form {
        margin-top: 25px;
    }

    .btn-send {
        width: 100%;
        padding: 10px;
    }

    .second-portion {
        margin-top: 25px;
    }

    div#contactpage {
        padding: 0 15px;
    }

    .breadcrumnbsss {
        background: url('../breadcrumnb.png');
        padding: 25px 0;
        color: #fff;
        font-weight: bold;
        margin-bottom: 10px;
        background-size: cover;
        text-align: center;
        background: #195c90;
    }

        .breadcrumnbsss h2 {
            margin: 0;
            font-size: 20px;
        }

    div#parent h3 {
        font-size: 26px;
        margin-bottom: 15px;
        font-weight: 600;
        margin-top: 40px;
    }

    .container.second-portion {
        padding: 0;
    }

    div#contactpage .box > .icon > .image {
        position: relative;
        z-index: 2;
        margin: auto;
        width: 100px;
        height: 100px;
        border: 8px solid #f0f0f0;
        line-height: 100px;
        border-radius: 50%;
        background: #00bfff;
        vertical-align: middle;
    }

    .col-lg-3.col-md-4.col-xs-6.thumb img {
        min-width: 100%;
        width: 100%;
        height: auto;
        margin: 10px;
        box-shadow: 0 0 5px #9999994a;
        padding: 3px;
        margin: 9px auto !important;
    }
}

.page-title {
    position: relative;
    color: #ffffff;
    padding: 35px 0px;
    background-color: #262626;
    /*background-size: cover;*/
    background-size: 100% 100%;
    background-position: center center;
    text-align: center;
}

    .page-title:before {
        position: absolute;
        content: '';
        background: rgb(38 38 38 / 0%);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .page-title .outer-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .page-title h1 {
        position: relative;
        font-size: 30px;
        line-height: 1em;
        font-weight: 600;
        margin-bottom: 0;
        letter-spacing: 1px;
        color: #ffffff;
        text-transform: uppercase;
    }

.bread-crumb {
    position: relative;
    padding: 15px 0;
}

    .bread-crumb li {
        position: relative;
        display: inline-block;
        line-height: 30px;
        margin-left: 20px;
        color: #ffffff;
        font-size: 15px;
        font-weight: 600;
        text-transform: capitalize;
    }

        .bread-crumb li:first-child {
            margin-left: 0px;
        }

        .bread-crumb li:before {
            content: "\f105";
            position: absolute;
            right: -21px;
            top: 0px;
            width: 20px;
            text-align: center;
            line-height: 34px;
            font-family: 'Font Awesome 5 Free';
        }

        .bread-crumb li a {
            color: #ffffff;
            font-weight: normal;
            text-transform: capitalize;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            font-size: 15px;
        }

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

ul.list-unstyled.m-0.sub_menu {
    margin-left: -48px;
    width: 215px !important;
    left: -100px;
}

/* Conatct end */
/*Contact use page design end */
@media (max-width: 250px) {

    #blinking-button {
        padding: 7px 4px !important;
        border-radius: 5px !important;
    }

    a#feePaymentLink2 {
        padding: 7px 4px;
    }

    .btn_read {
        font-size: 11px;
    }

    .btn_read2 {
        padding: 7px 4px;
        margin-left: 5px !important;
        font-size: 11px;
    }

    .mob {
        align-items: center !important;
    }

    .slide__heading {
        margin-bottom: 20px;
        font-size: 26px !important;
        font-weight: 500;
        line-height: 1.4;
    }

    .top_header {
        background: var(--blue-color);
        padding: 5px 4px 5px 0px;
        display: Block !important;
    }



    .slide__inner {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100vw;
        height: 500px !important;
        margin-left: -50vw;
        margin-top: -50vh;
        background-size: cover;
        background-position: center center;
    }

    .study_content {
        display: flex;
        flex-flow: column;
    }

        .study_content a {
            /* margin-top: 20px; */
        }

    .study_wrapper {
        padding: 0px 0px 0px 0px !important;
        z-index: 2;
        position: relative;
    }

    .slide__content {
        position: absolute;
        left: 2% !important;
        top: 22% !important;
        max-width: 1158px;
        color: #fff;
        text-align: center;
    }

    .apply_btn {
        margin-top: 14px;
        margin-bottom: 10px;
    }

    .study_content p {
        text-align: justify;
    }

    .sub_heading {
        font-size: 35px;
        color: #195c90;
        text-align: center;
    }

    .image-Block img {
        width: 100%;
        height: 100%;
    }

    .image-Block {
        margin-right: 0px !important;
    }

    .date {
        background-color: #f5bb29ba;
        height: 73px;
        width: 100px;
        position: absolute;
        left: -12px !important;
        bottom: 48px !important;
    }

    .campus_box {
        background: #195c909c;
        /* height: 90vh; */
        padding: 20px;
    }

    .campus_box {
        background: #195c909c;
        /* height: 90vh; */
        padding: 30px !important;
    }

    .extra_facilities h2 {
        font-size: 17px !important;
        color: #fff;
        padding-top: 10px;
    }

    .latest_box {
        background-color: var(--blue-color);
        display: flex;
        position: relative;
        padding: 7px;
        border-radius: 30px;
        padding: 15px;
    }
}


@media (min-width: 992px) {
    .dropdown-menu.Academicsdrp1 {
        position: absolute;
        left: -530px !important;
    }

    .dropdown-menu.Academicsdrp2 {
        position: absolute;
        left: -515px !important;
    }

    .dropdown-menu.Academicsdrp3 {
        position: absolute;
        left: -700px !important;
    }
}

/* ==================================== */
/* ==================================== */


.spaeciality_section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.study_wrapper {
    padding: 50px 0px 0px 0px;
    z-index: 2;
    position: relative;
}

    .study_wrapper h1 {
        font-size: 45px;
    }

        .study_wrapper h1 span {
            font-weight: 900;
            color: #195c90;
            letter-spacing: 16px;
        }

.sub_heading {
    font-size: 35px;
    /*color: #ffffff;*/
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    line-height: 48px;
}

.section__bluee .sub_heading {
    color: #ffffff;
}

.paira {
    font-size: 18px;
    color: #000;
}

.study_content a {
    /* padding: 14px 30px; */
    /* font-size: 16px; */
    /* font-weight: 600; */
    /* background: var(--yellow-color); */
    /* color: #000; */
    /* margin-right: 20px; */
    /* border-radius: 5px; */
}

.study_box {
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

    .study_box img {
        width: 100%;
    }

.heading_box {
    background-color: var(--blue-color);
    padding: 10px;
}

    .heading_box h4 {
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        padding: 8px 10px 0px;
    }

.award_box img {
    width: 60%;
    /* margin: 0px auto; */
}

.award_content h6 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: var(--blue-color);
}

.campus_wrapper {
    background-image: url('..//images/bg/campus.JPG');
    background-size: contain;
    height: 80vh;
}

.campus_box {
    background: #195c90d9;
    height: 80vh;
    padding: 100px 30px;
}

    .campus_box h1 {
        font-size: 50px;
        color: #fff;
        letter-spacing: 16px;
    }

        .campus_box h1 span {
            font-weight: 900;
            color: #fff;
            letter-spacing: 16px;
        }

    .campus_box p {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        padding-top: 18px;
    }

.extra_facilities {
    margin-top: 0px;
}

    .extra_facilities h2 {
        font-size: 20px;
        color: #fff;
        padding-top: 20px;
        font-weight: 600;
    }

.research {
    position: relative;
}

.research_under {
    position: absolute;
    bottom: 0;
    left: 25%;
}

    .research_under h5 {
        color: #fff;
    }

.research img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news_event {
    padding: 50px 0px;
}

    .news_event h1 {
        font: normal normal 900 50px Montserrat;
        color: var(--yellow-color);
        letter-spacing: 10px;
    }

.heading_2 {
    font-size: 28px;
    color: var(--blue-color);
    position: relative;
}

.image-Block {
    margin-right: 50px;
}

    .image-Block img {
        width: 100%;
        height: 330px;
    }

.heading_2::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 391px;
    background: #195c9036;
    left: 1px;
    bottom: -10px;
}

.latest_box {
    background-color: var(--blue-color);
    display: flex;
    position: relative;
    padding: 8px;
    border-radius: 3px;
}

.date {
    background-color: #f5bb29;
    height: auto;
    border-radius: 4px;
    padding: 4px 12px 6px;
    position: relative;
    width: 15%;
    align-items: center;
    display: flex;
    height: 80px;
}

    .date h2 {
        text-align: center;
        font-size: 20px;
        font-weight: 800;
        margin: 0;
        color: #fff;
    }


    .date h3 {
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        margin: 0;
        color: #fff;
    }

.evetn_content {
    margin-left: 20px;
    display: flex;
    align-items: center;
    width: 80%;
}

    .evetn_content h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 500;
        color: #fff;
    }

    .evetn_content p {
        font-size: 14px;
        color: #fff;
        margin: 0;
    }

.payment li a {
    font-size: 14px !important;
}

    .payment li a i {
        padding-right: 8px;
        color: var(--yellow-color);
    }

.payment a {
    font-size: 14px !important;
}

.payment p i {
    /*color: var(--yellow-color);*/
    color: #ffffff;
}

.apply {
    font-size: 14px;
    color: #000;
    padding: 10px 20px;
    background: var(--yellow-color);
    border-radius: 5px;
    font-weight: 600;
}

.paira {
    text-align: justify;
}

.central-block img {
    width: 100%;
}

.central-library img {
    width: 100%;
    border: 1px solid #195c9094;
    padding: 10px;
}

.central-library h4 {
    font-size: 20px;
}

.payment-options {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 240px;
}

    .payment-options img {
        width: 100%;
    }

.payment_content {
    padding: 10px;
}

    .payment_content h4 {
        font-size: 17px;
        font-weight: 600;
        text-align: center;
        padding-top: 7px;
    }

    .payment_content a {
        color: #000;
    }

        .payment_content a:hover {
            color: #1c80cd;
        }

.payment-options {
    margin-top: 20px;
}

.text-justify {
    text-align: justify;
}

.campus_facilities {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 0px 2px -4px, rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
    margin-top: 25px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid silver;
    padding: 20px;
    min-height: 230px;
}

    .campus_facilities img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

.facilities_content h4 {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.facilities_content {
    padding: 5px;
    background: #195c90;
    text-align: center;
}

    .facilities_content a {
        color: #fff;
        font-weight: 600;
    }

.infobox {
    padding: 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

    .infobox h3 {
        font-size: 26px;
        font-weight: 600;
    }

.more_info {
    display: flex;
    flex-flow: column;
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

    .more_info li {
        border-bottom: 1px solid #195c90;
        padding: 12px 15px;
        text-align: left;
    }

        .more_info li i {
            padding-right: 9px;
            font-size: 14px;
        }

        .more_info li a {
            font-size: 13px;
            font-weight: 600;
            color: #000;
        }

            .more_info li a:hover {
                color: #f5bb29;
            }

.border-none li {
    border-bottom: none !important;
    padding: 5px;
}

    .border-none li i {
        color: #195c90;
    }

.hospital {
    margin-top: 0px;
    border: 1px solid #f5bb29;
}

    .hospital img {
        width: 100%;
    }

    .hospital h3 {
        font-size: 16px;
        text-align: left;
        padding: 10px 20px 10px;
        margin: 0;
        background: #195c90;
        color: #fff;
    }

.images_style {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 0px;
    background: #195c90;
}

    .images_style img {
        width: 100%;
    }

.research_img {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

    .research_img img {
        width: 100%;
        padding: 10px;
    }

/*.leyer-style1 {
    position: absolute;
    bottom: 12px;
    left: 31%;
    background: var(--blue-color);
    padding: 10px;
}*/

.name-3 {
    border-radius: 6px;
}

.name {
    margin-bottom: 8px;
    font-weight: 600;
}

.Dignation {
    letter-spacing: 2px;
    font-size: 20px;
}


h3.my_page_title {
    font-size: 25px !important;
    color: #444444 !important;
    margin-bottom: 15px !important;
    position: relative !important;
    font-weight: 700 !important;
    margin-top: 15px;
}


    h3.my_page_title:after {
        position: absolute;
        width: 50px;
        height: 0px !important;
        background: #f7a600;
        left: 0px;
        bottom: -5px;
        content: '';
    }



.chaip {
    font-weight: 600;
    font-size: 20px;
    color: #5c5757;
    margin-bottom: 8px;
}


.text-justify {
    text-align: justify !important;
    line-height: 30px !important;
    font-size: 14px !important;
}


@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1420px !important;
    }
}


.khushi {
    margin-left: 30px;
    padding-right: 22px;
}

.ugcbtn {
    color: #000 !important;
    font-weight: 600;
}


.byy {
    text-align: right;
}


.more-btn {
    background: #fff;
    padding: 8px 20px;
    border: 2px solid #195c90;
    font-weight: 700;
    color: #195c90;
    font-size: 20px;
}

.bgaaa {
    background: #195c90;
    color: #fff;
}

.accc {
    color: #fff !important;
}



.sss {
    height: auto !important;
    overflow: auto;
    position: revert;
    position: fixed;
    width: 18%;
    top: 45%;
    background: #195c90;
    color: #fff;
    z-index: 999;
}


.adm {
    border-bottom: 0px solid white;
    padding: 6px;
    text-align: center;
    font-size: 20px !important;
    background: #f5bb29;
    margin-top: 12px;
    color: #000;
}

.accc1 {
    color: #fff !important;
}


.bbbbb {
    border: 2px solid #f5bb29;
    padding: 3px 11px 3px;
    border-radius: 80px;
    background: #f5bb29;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: rgb(255 255 255) 0px 1px 9px;
}


.expr {
    position: absolute;
    color: #0f0000;
    font-size: 20px;
    font-family: sans-serif;
    margin-top: -40px;
    margin-left: 20px;
    /* text-shadow: 0px 0px 8px #3b74a1; */
    background-color: #f5bb29;
    padding: 4px;
    border-radius: 3px;
}

.gallery img {
    height: 207px !important;
    object-fit: cover;
    margin: 2px;
    flex: 1 0 auto;
}

.gallery {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}


.sp-two {
    padding: 20px 0 20px !important;
}

.nn {
    font-weight: 600;
    font-size: 14px;
    font-family: 'Montserrat';
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    padding: 0px 0px 8px;
}

.vac {
    font-size: 20px;
    margin-top: 55px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: #f5bb29;
}

.fot {
    font-size: 16px;
}

.zoom {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

.student-f {
    background-color: #f5bb29;
    color: #195c90;
    border-radius: 49px;
    border: 3px solid #fff;
}

.bg-blue {
    background-color: #195c90;
    background-image: url("https://www.transparenttextures.com/patterns/brilliant.png");
    padding: 50px 0px;
}

/*.study_content a:hover{
    background-color: #195c90 !important;
    color: #fff !important;
}*/




.extra_facilities a :hover {
    color: #f5bb29 !important;
}



.border-new h4 {
    font: normal normal 600 36px Montserrat !important;
    color: white !important;
}

.border-new h5 {
    font: normal normal 500 13px Montserrat;
    color: #000;
    font-size: 16px;
    background: linear-gradient(white, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}



@media screen and (max-width: 768px) {
    .sss {
        display: none !important;
    }

    .byy {
        text-align: center;
        margin-top: 0px;
    }
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    padding-right: 25px;
    padding-left: 15px;
    left: 0;
}

div#accordionExample button.btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
}

main.main.gall__ery {
    padding-top: 20px;
    padding-bottom: 50px;
}

    main.main.gall__ery .card {
        margin-bottom: 20px;
    }


@keyframes blink {

    0%, 100% {
        background-color: #3F06FF;
    }

    50% {
        background-color: #8EDDBE;
    }
}

#scrollingImage {
    background-color: #8EDDBE;
    color: white;
    animation: blink 1s linear infinite;
}

    #scrollingImage h3 {
        color: white !important;
    }

h5.feature-title.excep__tionl {
    margin-bottom: 14px !important;
}

.home_pg-glry .expr {
    color: #ffffff;
    font-family: 'Montserrat';
    background: linear-gradient(white, #f5bb29);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.sectiontitle ul.list__sob {
    list-style: none;
}

.padding__inner-acc {
    padding: 16px 14px;
}

.sectiontitle ul.list__sob li {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    text-align: left;
    font-weight: 600;
    margin-bottom: 8px;
}

    .sectiontitle ul.list__sob li i {
        margin-right: 12px;
    }

.padding__inner-acc h3 {
    font-size: 20px;
    text-align: left;
    font-weight: 700;
}

.school_of-phr .sub_heading {
    color: #fff !important;
}

.sub_heading__sub {
    text-align: left;
    font-weight: 600;
    font-size: 22px;
}

.eligi__blty li.list-group-item {
    border: 1px solid black !important;
    border-radius: 0;
    margin-bottom: 5px;
}

ul.course__list li {
    list-style: none;
    text-align: left;
    font-weight: 500;
}

div#accordionExample1 button.btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
}

section.about-section-three__3.section-red {
    padding-top: 30px;
    margin-top: 58px;
    padding-bottom: 50px;
    text-align: center;
}

section.about-section-three__3 .sub_heading {
    color: #ffffff;
}

.course__meta .student__name {
    display: flex;
}

.course__meta .course_1 {
    display: flex;
}

.course__meta h5 {
    font-size: 20px;
    font-weight: 700;
    margin-right: 20px;
}

.school_of-phr .course__meta p {
    color: white;
}

.school_of-phr .course__meta h5 {
    color: var(--yellow-color);
}


@media(min-width:1200px) {
    .stdnt__ach .carousel.slide2 {
        background-color: white;
        padding: 0 15px 0 0;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
        border-radius: 24px 24px 24px 24px;
    }

    .stdnt__ach .course-style1.has-border .course-img {
        border-radius: 24px 0px 0px 24px;
    }

    .stdnt__ach .course-style1 {
        border-radius: 24px 0px 0px 24px;
    }
}

@media(max-width:1199px) {
    .stdnt__ach .carousel.slide2 {
        background-color: white;
        padding: 0 15px 0 0;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
        border-radius: 24px 24px 24px 24px;
    }

    .stdnt__ach .course-style1.has-border .course-img {
        border-radius: 24px 0px 0px 24px;
    }

    .stdnt__ach .course-style1 {
        border-radius: 24px 0px 0px 24px;
    }

    .course__meta p {
        margin-bottom: 1px;
        font-size: 13px;
    }

    .course__meta h5 {
        font-size: 15px;
    }

    .sticky {
        padding-right: 60px;
    }
}

@media(max-width:991px) {
    .stdnt__ach .carousel.slide2 {
        background-color: white;
        padding: 15px 15px 15px 0px;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
        border-radius: 0 24px 24px 0;
    }

    .stdnt__ach .course-style1.has-border .course-img {
        border-radius: 0 0px 0px 0px;
    }

    .stdnt__ach .course-style1 {
        border-radius: 24px 0px 0px 24px;
    }

    .course__meta p {
        margin-bottom: 1px;
        font-size: 13px;
    }

    .course__meta h5 {
        font-size: 15px;
    }

    .sticky {
        padding-right: 60px;
    }
}

@media(max-width:991px) {
    .stdnt__ach .carousel.slide2 {
        background-color: white;
        padding: 15px 15px 15px 15px;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
        border-radius: 24px;
    }

    .stdnt__ach .course-style1.has-border .course-img {
        border-radius: 20px 20px 0 0;
    }

    .stdnt__ach .course-style1 {
        border-radius: 24px 0px 0px 24px;
    }

    .course__meta {
        margin-top: 20px;
    }

    .stdnt__ach .student-f {
        font-size: 18px;
        padding: 12px 0;
    }
}

.card-header h2 button {
    font-weight: 700;
    text-transform: none;
    color: black;
    text-decoration: none;
    font-size: 16px;
}

div#accordionExample button.btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    color: #000000;
}

.card-header {
    margin-bottom: 15px;
    border: none;
    background: #eff6fe;
    border-bottom: 2px solid #ff980054;
}

.max_widht {
    width: 0 !important;
}

.brdr_img {
    border: 4px solid #003167;
}

ul.list_sustblty li {
    list-style: none;
}

    ul.list_sustblty li i {
        margin-right: 12px;
    }

.Sewerage_img {
    height: 500px;
}

p.bld_hd b {
    font-size: 22px;
}


.study_content a {
    margin: 0px 2px 13px;
}

.study_content .btn span {
    font-size: 12px;
    padding: 15px 8px;
}


@media only screen and (min-width: 1199px) and (max-width: 1399px) {
    .img_sec {
        min-height: 455px;
    }
}


.btn_enroll {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 18px;
    margin-left: 10px;
}

    .btn_enroll a {
        background: red;
        padding: 12px 20px;
        color: #fff;
        font-weight: 600;
        animation: blink 1s linear infinite
    }

@media(max-width:454px) {
    .btn_enroll a {
        padding: 12px 5px !important;
        font-size: 11px !important;
    }

    .evetn_content {
        margin-left: 15px;
    }
}

.contect-text {
    font-weight: 600;
}

.textjustify {
    text-align: justify;
}

.mob-text {
    /* background: #195c90; */
}

    .mob-text p {
        padding: 6px 18px;
        color: #fff;
        font-size: 15px;
    }

    .mob-text h4 {
        background: #f5bb29;
        text-align: center;
        font-size: 30px;
        /* justify-content: center; */
        color: #000;
        /* display: flex; */
        /* width: max-content; */
        /* padding: 0px 0px; */
    }

.coursetext h5 {
    font-size: 20px;
    font-weight: 600;
}

.contact_card img {
    height: 299px;
    width: 100%;
}

.Add_cards {
    padding: 0px 3px;
    color: #000;
    position: relative;
    border: 6px solid #ffffff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    border-top: 6px solid #195c90;
    height: 179px;
}

.mob_s h5 {
    background: #195c90;
    text-align: center;
    font-size: 22px;
    color: #fff;
    border-bottom: 1px solid #2f81c1;
}

.mob_s p {
    padding: 0px 15px;
    font-size: 14px;
}



@media(max-width:1100px) {
    .campus_box h1 {
        font-size: 30px !important;
        color: #fff;
        letter-spacing: 16px;
    }

    .image-Block {
        margin-right: 50px !important;
    }
}





@media(max-width:600px) {
    .Add_cards {
        height: auto;
    }

    .date h3 {
        text-align: center;
        font-size: 16px !important;
        font-weight: 600;
        margin: 0;
        color: #fff;
    }

    .date h2 {
        text-align: center;
        font-size: 20px !important;
        font-weight: 800;
        margin: 0;
        color: #fff;
    }

    .image-Block {
        margin-right: 0px !important;
    }

    .mega-hover {
        position: relative;
        overflow: hidden;
        width: 100% !important;
        height: auto;
    }


    .extra_facilities h2 {
        font-size: 16px !important;
        color: #fff;
        padding-top: 10px;
        font-weight: 600;
    }

    .campus_box p {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        padding-top: 38px;
    }

    .campus_box {
        background: #195c90d9;
        height: auto !important;
        padding: 30px 20px 50px;
    }

    .campus_wrapper {
        background-image: url(..//images/bg/campus.JPG);
        background-size: cover;
        height: auto !important;
    }

    .bld_hd1 {
        text-align: left;
        font-weight: 600;
        font-size: 24px;
        margin-top: 10px;
    }

    .bheading {
        text-align: left;
        margin-bottom: 10px;
        padding: 0;
        color: #fff !important;
        font-size: 25px !important;
        font-weight: 600 !important;
        padding-top: 26px !important;
    }

    .icons-f {
        padding: 24px 25px 19px 25px !important;
    }
}


.bbaa {
    color: #ff9400 !important;
    font-weight: 700;
}

.raees_wrapper {
    color: #195c90 !important;
    border-bottom: 0px solid #ffffff !important;
    background: none !important;
    border: none !important;
}



.img-thumbnail {
    padding: 4px;
    border: 2px solid #ffbb01;
    border-radius: 0;
    max-width: 100%;
    height: auto;
    box-shadow: rgb(7 7 7 / 20%) 0px 8px 24px;
}


.pds {
    padding: 60px 0px 60px;
}

.bheading {
    text-align: left;
    margin-bottom: 15px;
    padding: 0;
    color: #fff;
    font-weight: 700;
}


.tsm-cards {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #efefef;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 19px;
    background-color: #ffffff;
}

p {
    margin-top: 0;
    line-height: 28px;
    font-weight: 300;
    font-size: 14px;
    font-family: "Archivo", sans-serif;
}


.list-group li {
    position: relative;
    padding-left: 24px;
    padding-bottom: 4px;
    line-height: 29px;
}

    .list-group li:before {
        content: "\f101"; /* arrow icon */
        font-family: "FontAwesome"; /* use Font Awesome for the arrow icon */
        position: absolute;
        left: 0px;
        font-size: 12px;
        color: #f1b71d;
        top: 2px;
    }


.bld_hd1 {
    font-family: inherit;
    font-weight: 700;
}


.card-header h2 button {
    font-size: 14px !important;
}

.mobicon {
    font-size: 16px;
}

    .mobicon i, .fs_14 {
        color: #f69432;
        font-size: 15px;
    }

.fs14 li {
    font-size: 14px;
    padding: 6px 0px;
}

@media(max-width:1440px) {
    .latest_box {
        height: 100px;
    }

    .evetn_content p {
        line-height: 22px;
    }

    .date {
        width: 20%;
    }
}

@media(max-width:1199px) {
    .date {
        width: 22%;
    }
}

@media(max-width:991px) {
    .latest_box {
        height: auto !important;
    }

    .evetn_content p {
        font-size: 14px;
        line-height: 25px;
    }

    .date {
        width: 30%;
    }

    .respon {
        width: 100%;
    }
}

.bld_hd2 {
    font-weight: 600;
    font-size: 28px;
}

.bld_hd3 {
    font-weight: 600;
    font-size: 22px;
}

.mob_v {
    padding: 8px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}


.breadcrumnbsss h2 {
    font-size: 30px;
    line-height: 35px;
    font-family: revert;
    font-weight: 600;
}

#mob_cell .nav-link {
    position: relative;
    display: block;
    padding: 8px 15px;
    background-color: #14446a;
    text-align: center;
    border-radius: 4px;
    transition: color, background-color 0.3s ease;
    font-size: 17px;
    margin: 0px 2px;
    color: #fff;
    font-weight: 500;
    width: 24%;
}

    #mob_cell .nav-link.active {
        text-decoration: none;
        background-color: #f8b02a;
        color: #000000;
        transition: all 0.3s ease;
    }

        #mob_cell .nav-link.active::after {
            position: absolute;
            bottom: -31px;
            height: 0;
            width: 0;
            left: 42%;
            right: 0;
            transform: rotate(180deg);
            border: 16px solid transparent;
            border-bottom-color: #f8b02a;
            content: "";
        }

#mob_cell .nav-pills > .nav-link + .nav-link {
    margin-left: 2px;
}

#mob_cell .nav-tabs {
    /* justify-content: center; */
    border-bottom: transparent;
}

#mob_program .card-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#ayurveda h5 {
    font-size: 20px;
}

.form-box {
    width: 100%;
    /* margin: 0px auto; */
    background: #1f6b8c;
    border: 1px solid #ccc;
    padding: 16px;
    height: 100%;
    padding-top: 9px;
}

    /* Header */
    .form-box .form-header {
        /* background: #f5bb29; */
        border-bottom: 1px solid #fff;
        max-width: fit-content;
        display: inline;
        color: #ffffff;
        /* text-align: center; */
        font-size: 24px;
        font-weight: bold;
        padding: 0px;
        border-radius: 6px;
    }

    /* Phone prefix */
    .form-box .phone-group {
        display: flex;
    }

        .form-box .phone-group span {
            padding: 5px;
            background: #eee;
            border: 1px solid #ced4da;
            border-right: none;
            border-top-left-radius: .375rem;
            border-bottom-left-radius: .375rem;
        }

        .form-box .phone-group input {
            border-left: none;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
            width: 100%;
        }

    .form-box input.form-control {
        width: 100%;
        height: 44px;
    }

    /* Captcha box */
    .form-box .captcha-wrapper {
        /* width: 350px; */
        /* margin: 40px auto; */
        display: flex;
        gap: 10px;
    }

    /* Captcha box (left) */
    .form-box .captcha-box {
        height: 44px;
        position: relative;
        padding: .375rem .75rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
    }

    /* Refresh icon */
    .form-box .refresh {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 16px;
        color: #999;
        cursor: pointer;
    }

    /* Input field */
    .form-box .captcha-input {
        flex: 1;
        height: 40px;
        border: 1px solid #ccc;
        padding-left: 10px;
        font-size: 14px;
    }
    /* Button */
    .form-box .btn-submit {
        background: #e91c23;
        color: #fff;
        border-radius: 25px;
        padding: 10px 30px;
        display: block;
        margin: 20px auto;
    }

        .form-box .btn-submit:hover {
            background: #c4161c;
        }

    .form-box .addmision_box {
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #6e7071;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .375rem;
        height: 44px;
    }

.moblabel {
    margin-left: 8px;
    color: #fff;
    font-size: 13px;
}

.btnsubmit {
    background: #f5bb29;
    color: #0c0c0c;
    font-weight: 500;
    padding: 6px 30px;
    border: transparent;
    border-radius: 4px;
    margin-top: 10px;
}

.sticky-Admissions-vertical {
    position: fixed;
    top: 50%;
    right: 38px;
    transform: rotate(-90deg) translateY(50%);
    transform-origin: right center;
    background-color: #185e92;
    color: #fff;
    padding: 6px 20px;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px 8px 0 0;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    border: 1px solid #ffffffd1;
}

    .sticky-Admissions-vertical:hover {
        color: #fff;
    }

.mobcross {
    position: absolute;
    right: 22px;
    top: 11px;
    z-index: 2;
    border: none;
    filter: grayscale(1) invert(1);
}

.Laboratory {
    top: 50%;
}

.Laboratorybtm {
    position: absolute;
    right: -5px;
    top: -7px;
    width: 20px;
    background: #f0b819;
    border: none;
    color: #ffffff;
    font-size: 14px;
    height: 20px;
    border-radius: 50%;
    opacity: 1;
    z-index: 9;
}

#myModal1 .modal-content {
    position: relative;
    left: -283px;
}

#myModal2 .modal-content {
    position: relative;
    right: -340px;
}


@media(max-width:1400px) {
    #mob_cell .nav-link {
        padding: 8px 3px;
        font-size: 14px;
    }
}

@media(max-width:1299px) {

    .form-box .addmision_box, .form-box .captcha-box, .form-box input.form-control {
        height: 36px;
    }
}

@media(max-width:1199px) {
    .card-desc {
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 70px;
    }

    .card-wrap {
        height: 266px;
    }

    .form-box .addmision_box, .form-box .captcha-box, .form-box input.form-control {
        height: 36px;
    }

    #myModal2 .modal-content {
        right: -255px;
    }

    #myModal1 .modal-content {
        left: -255px;
    }

    #myModal1 .modal-dialog, #myModal2 .modal-dialog {
        max-width: 350px;
    }

    .Laboratory {
        top: 9%;
    }

    .sticky-Admissions-vertical {
        right: 50px;
    }
}

@media(max-width:991px) {
    #mob_cell .nav-link {
        padding: 8px 4px;
        font-size: 14px;
        width: auto;
        margin-top: 15px;
    }

    .form-box .addmision_box, .form-box .captcha-box, .form-box input.form-control {
        height: 36px;
    }

    #myModal1 .modal-content {
        left: -190px;
    }

    #myModal2 .modal-content {
        right: -179px;
    }
}

@media(max-width:767px) {
    #mob_cell .nav-tabs {
        justify-content: center;
    }

    .card-wrap {
        height: auto !important;
    }

    #myModal1 .modal-content, #myModal2 .modal-content {
        left: 0;
        right: 0;
    }

    .sticky-Admissions-vertical {
        right: 39px;
    }
}

@media(max-width:375px) {
    .mobcross {
        position: absolute;
        right: 6px;
        top: 12px;
    }

    #exampleModals .modal-body {
        padding: 10px;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --yellow-color: #f5bb29;
    --text-color: #222224;
    --blue-color: #195c90;
}

body,
html {
    width: 100vw;
    overflow-x: hidden;
    color: #050000 !important;
    font-family: "Archivo", sans-serif;
}

a {
    text-decoration: none !important;
}

/* header section start */
.menu .navbar-nav .nav-item a {
    font: normal normal 700 15px Montserrat;
    color: var(--blue-color);
    transition: 0.5s;
    z-index: 1000;
    border-bottom: 2px solid transparent;
    margin-left: 35px;
    padding: 6px 0px;
    font-size: 14px;
    font-weight: 800;
    font-family: "Archivo", sans-serif;
}

.home_banner:after {
    position: absolute;
    left: 0;
    top: 50px;
    content: '';
    width: 100%;
    height: 100px;
    background-image: linear-gradient(180deg, #ffffff, #ffffff00);
}

.navbar {
    position: relative;
    z-index: 1000;
}

.sub_menu {
    display: none;
}

.hove_menu {
    position: relative;
}

.menu .navbar-nav .hove_menu .sub_menu li a {
    font: normal normal 600 14px Montserrat;
    /* color: #000; */
    display: flex;
    width: fit-content;
}

.menu .navbar-nav .hove_menu .sub_menu li {
    margin-top: 7px;
}

.hove_menu:hover .sub_menu {
    display: block;
    position: absolute;
    left: 103px;
    top: 26px;
    width: 202px !important;
    background: #fff;
    padding: 15px 9px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.btn_read {
    padding: 6px 12px;
    font-size: 12px;
    color: #fff;
    background: #f5bb29;
    font-weight: 500;
    border-radius: 5px;
    margin-left: 30px;
}

.btn_read_1 {
    padding: 10px 20px;
    font-size: 12px;
    color: #ffffff;
    background: #fabb16;
    font-weight: 600;
    border: 1px solid #fabb16;
    border-radius: 4px;
    box-shadow: rgb(255 255 255) 0px 4px 12px;
}

.table > :not(caption) > * > * {
    padding: 12px 10px !important;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
}

.logo img {
    width: 100%;
    max-width: 250px;
}

.menu .navbar-nav .nav-item a:hover {
    color: var(--yellow-color);
    border-bottom: 2px solid var(--yellow-color);
}

.top_header {
    background: var(--blue-color);
    padding: 5px 20px 5px 0px;
}

.social_media ul li a {
    color: #fff;
    font-size: 20px;
}

    .social_media ul li a i:hover {
        color: #f5bb29;
    }

.top_header .mobile_number a:hover {
    color: #f5bb29;
}




.my_page_title_new {
    font-size: 25px !important;
    color: #f5bb29 !important;
    margin-bottom: 15px !important;
    position: relative !important;
    font-weight: 700 !important;
    margin-top: 15px;
}

.gallery_img h4:hover {
    color: #f6bc2a !important;
}

.top_header .mobile_number a {
    font: normal normal 500 14px Montserrat;
    color: #fff;
    margin: 0px 5px;
}

.top_header .mobile_number ul li a:hover {
    color: #195c90;
}

/* header section end */

/* home section start */
.home_banner {
    background: url(../images/home-banner.jpg);
    height: 133vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -83px;
}

    .home_banner:before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        width: 100%;
        height: 160px;
        background-image: linear-gradient(180deg, #ffffff14, white);
        z-index: 0;
    }

.home_heading h1 {
    font: normal normal 500 50px Montserrat;
}

.study_heading h1 {
    font: normal normal 900 55px Montserrat;
    position: absolute;
    bottom: 0;
    z-index: 1000;
    left: 0;
    right: 0;
    color: var(--blue-color);
    letter-spacing: 10px;
    z-index: 99;
}

    .study_heading h1 span {
        font-weight: 500;
    }

/* home section end */

/* about section start */
.about_img img {
    object-fit: cover;
    object-position: top;
    clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
}

.about_img {
    background: var(--blue-color);
}

.about_content ul li a {
    font: normal normal 600 26px Montserrat;
    color: var(--yellow-color);
}

.about_content ul li {
    margin-top: 25px;
    list-style: inside;
    font-size: 23px;
    color: #f5bb29;
    /* margin-right: 5px !important; */
}

.about_content {
    background: var(--blue-color);
    height: 100%;
    display: flex;
    align-items: center;
}

/* about section end */

/* gallery section start */

.gallery_section {
    padding: 0px 0px;
}

.container-2 {
    margin: auto;
}

.gallery_section .main_heading {
    font: normal normal 900 50px Montserrat;
    color: var(--blue-color);
    letter-spacing: 3px;
    /* text-align: center; */
}

.leyer-style {
    position: absolute;
    bottom: 12px;
    left: 31%;
    background: var(--blue-color);
    padding: 10px;
    width: 200px;
    text-align: center;
    border-radius: 5px;
}

    .leyer-style h4 {
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        margin: auto;
    }

.gallery_img {
    position: relative;
}

.gallery_img {
    background: #fff;
}

    .gallery_img img {
        height: 100%;
        object-fit: cover;
    }

/* gallery section end */

/* spaeciality section start */
.spaeciality_section {
    background: url(../images/spaeciality_img.jpg);
    background-size: cover;
    background-position: center;
    margin-top: 400px;
}

.spaeciality_content {
    height: 100%;
    padding: 175px 30px;
    background: #195c90d9;
}

    .spaeciality_content h1 span {
        color: var(--yellow-color);
        font: normal normal 900 50px Montserrat;
    }

    .spaeciality_content h1 {
        font: normal normal 700 40px Montserrat;
        color: #fff;
    }

    .spaeciality_content ul li h5 {
        font: normal normal 500 15px Montserrat;
        color: #000;
    }

    .spaeciality_content ul li h4 {
        font: normal normal 600 36px Montserrat;
    }

    .spaeciality_content button {
        color: #fff;
        padding: 15px 40px;
        border: 1px solid #fff;
        background: transparent;
    }

        .spaeciality_content button a {
            color: #fff;
            font-weight: 600;
        }

            .spaeciality_content button a:hover {
                color: #fff;
                font-weight: 800;
            }

/* spaeciality section end */

/* testimonial section start */
.testimonial_section {
    background-color: var(--blue-color);
}

.testimonial_img img {
    max-width: 181px;
    border: 4px solid white;
    =: 5px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.testimonial_content p,
.name_testi h4 {
    font: normal normal 400 20px /30px Montserrat;
}

.testimonial_content h1 {
    font: normal normal 800 60px Montserrat;
    letter-spacing: 10px;
    color: var(--yellow-color);
}

.testimonial_content h2 {
    font: normal normal 800 45px Montserrat;
    letter-spacing: 10px;
}

.testimonial_section .carousel-control-next,
.carousel-control-prev {
    width: 56px;
    /* border: 1px solid #fff; */
    height: 35px;
    /* border-radius: 50%; */
    padding: 5px;
    margin: auto;
}

.testimonial_section .carousel-control-next {
    right: -50px;
}

.testimonial_section .carousel-control-prev {
    left: -50px;
}

.main_gallery_img img {
    object-fit: cover;
    height: 250px;
}

/* testimonial section end */


/* footer section start */

footer {
    background: linear-gradient(#091e2f, #091e2f), url(../images/footbg.png);
    position: relative;
    z-index: 100;
    background-attachment: fixed;
}

    footer:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../images/footbg.png);
        content: '';
        z-index: -1;
        opacity: 0.5;
    }

    footer .social_media li a i {
        color: #f5bb29;
        font-size: 15px;
    }

.footer_logo p {
    font: normal normal 400 14px /25px Montserrat;
    color: #ffffffc2;
    margin-top: 15px;
}

.footer_logo img {
    max-width: 250px;
}

.footer_links h3 {
    font: normal normal 600 21px /50px Montserrat;
    border-bottom: 2px solid #fdfdfd4a;
    width: fit-content;
    color: #fff;
    position: relative;
}

    .footer_links h3:before {
        width: 50%;
        height: 2px;
        background: var(--yellow-color);
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
    }

.footer_links ul li a i,
.footer_links ul li p i {
    color: var(--yellow-color);
    padding-right: 15px;
}

.footer_links ul li a,
.footer_links ul li p {
    color: #ffffffd4;
    font-family: "Archivo", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px !important;
}

    .footer_links ul li a:hover {
        color: var(--yellow-color);
        padding-left: 5px;
    }

.copy_right p,
.copy_right a {
    font: normal normal 400 14px Montserrat;
    color: #fff;
}

footer .copy_border {
    border-top: 1px solid #ffffff3d;
}



/* footer section end */


@media(max-width:1200px) {
    #blinking-button {
        padding: 8px 7px !important;
        border-radius: 6px 6px !important;
    }

    .btn_read {
        font-size: 12px !important;
    }
}

@media(max-width:1000px) {
    .mob {
        display: flex !important;
        MARGIN-TOP: 10PX;
    }

    .comp {
        display: none;
    }
}

@media(max-width:650px) {

    .testimonial_content h1 {
        font: normal normal 800 35px Montserrat;
        letter-spacing: 2px;
        padding-left: 15px;
    }

    .home_banner {
        height: 52vh;
    }

    .mob {
        display: flex !important;
        MARGIN-TOP: 10PX;
    }

    .top_header .mobile_number a {
        font: normal normal 600 13px Montserrat;
    }


    .mobile_number {
        padding: 0px !important;
        display: none !important;
    }

    .khushi {
        display: none !important;
    }


    .top_header .social_media ul {
        gap: 15px !important;
    }

        .top_header .social_media ul li a {
            font-size: 17px;
        }

    .home_banner {
        margin-top: -28px;
    }

    .comp {
        display: none;
    }

    .testimonial_content h2 {
        font: normal normal 800 30px Montserrat;
        letter-spacing: 2px;
        margin-top: 25px;
    }

    .testimonial_content p,
    .name_testi h4 {
        font: normal normal 500 12px /22px Montserrat;
    }

    .about_img img {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }

    .testimonial_section .carousel-control-prev {
        left: 0px;
    }

    .testimonial_section .carousel-control-next {
        right: 0px;
    }

    .spaeciality_content h1 {
        font: normal normal 700 25px Montserrat;
    }

        .spaeciality_content h1 span {
            font: normal normal 900 40px Montserrat;
        }

    .spaeciality_content ul li h5 {
        font: normal normal 600 16px Montserrat;
    }

    .home_heading h1 {
        font: normal normal 700 15px Montserrat;
        color: #195c90 !important;
        margin-top: 46px !important;
    }

    .home_banner:after {
        top: 0px !important
    }

    .col-12.home_heading {
        margin-top: 40px !important;
    }

    .study_heading h1 {
        font: normal normal 900 30px Montserrat;
        letter-spacing: 2px;
    }

    .logo img {
        max-width: 220px;
    }

    .about_content {
        padding-bottom: 25px;
        padding-left: 25px;
    }

        .about_content ul li a {
            font: normal normal 800 16px Montserrat !important;
        }

    .gallery_section .main_heading {
        font: normal normal 900 45px Montserrat;
        text-align: center;
        letter-spacing: 4px;
    }



    .about_content ul li {
        font: normal normal 800 20px Montserrat;
        margin-top: 15px;
    }

        .about_content ul li a:hover {
            color: white;
        }
}

@media(max-width:991px) {

    .menu .navbar-nav .nav-item a {
        margin-top: 15px;
    }

    .menu .navbar-nav {
        background: #fff;
        padding: 10px 0px;
        position: absolute;
    }

    .hove_menu:hover .sub_menu {
        top: 46px;
        z-index: 100;
        width: 260px !important;
        left: 56px !important;
    }


    .top_header .text {
        display: none;
    }

    #mob_cell .nav-link {
        padding: 8px 4px;
        font-size: 14px;
        width: auto;
    }
}

@media(max-width:776px) {
    .testimonial_content {
        text-align: center !important;
    }

    .gallery_img h4 {
        font-size: 16px;
        font-weight: 700;
        color: #fff !important;
    }

    .name_testi {
        text-align: center !important;
    }

    .about_content ul li a {
        font: normal normal 800 20px Montserrat;
    }

    .spaeciality_content {
        padding: 40px 15px;
    }

    .testimonial_img img {
        max-width: 200px;
        margin-top: 45px;
    }

    .gallery_section {
        padding-bottom: 0px !important;
    }

    .mob .btn_read {
        margin-left: 0px;
    }

    .spaeciality_content ul.d-flex.list-unstyled.justify-content-between.text-center.mt-5 li:nth-child(2) {
        margin: 0px 20px;
    }
}

.col-12.home_heading {
    margin-top: 100px;
}

.mob {
    display: none;
}

.about_content ul li a:hover {
    color: white;
}

.qrimg img {
    height: 100%;
    width: 101%;
    margin: auto;
    display: block;
}

.main_heading_payment {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    border: 1px solid;
    background-color: #2a327b;
    color: #fff;
    padding: 5px
}

.step-second-menu.st-programs {
    display: none;
}

.menu li.nav-item:hover a.nav-link {
    display: block !important;
}


/*mega menusss css */
.navbar-dark .navbar-nav a.nav-link {
    color: #ffffff;
    font-size: 1.1em;
}

.dropdown-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: none;
    border-radius: 0;
    padding: 1.7em;
}

@media only screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: flex;
    }

    .dropdown-menu.show {
        display: flex;
    }
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
}

.dropdown-menu li .dropdown-item {
    color: gray;
    font-size: 1em;
    padding: 0.5em 1em;
    margin-left:20px !important;
}

    .dropdown-menu li .dropdown-item:hover {
        background-color: #f1f1f1;
    }

.dropdown-menu li:first-child a {
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #516beb;
}

    .dropdown-menu li:first-child a:hover {
        background-color: #f1f1f1;
    }

@media only screen and (max-width: 992px) {
    .dropdown-menu.show {
        flex-wrap: wrap;
        max-height: 350px;
        overflow-y: scroll;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
    .dropdown:hover .dropdown-menu {
        width: 94vw;
        flex-wrap: wrap;
    }
}

.row.g-0.h-100 {
    min-width: 947px;
}
.row.g-1.h-100 {
    min-width: 631px;
}

.dropdown-menu.Aboutdrp {
    margin-top: 0px;
}


h4.heading_submenu {
    font-size: 14px;
    font-weight: 800;
    margin-left: 20px;
    color: #195c90;
    margin-bottom: 15px;
    margin-top: 5px;
    border-bottom: 1px solid #f5bb29b5;
    padding-bottom: 5px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.row.g-0.h-100 a.dropdown-item {
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 14px;
    margin-left:20px !important;
}

    .row.g-0.h-100 a.dropdown-item:hover {
        background: transparent !important;
        width: auto;
    }

.dropdown-menu.admissionsdrp .row.g-0.h-100 {
    min-width: 180px;
}

.dropdown-menu.Studentdrp {
    margin-left: -150px;
}

    .dropdown-menu.Studentdrp .row.g-0.h-100 {
        min-width: 837px;
    }

.row.g-0.h-100 ul {
    margin-bottom: 25px;
}

.dropdown-menu.Researchdrp {
    margin-left: -200px;
}

    .dropdown-menu.Researchdrp .row.g-0.h-100 {
        min-width: 650px;
    }

.dropdown-menu.Contactdrp .row.g-0.h-100 {
    max-width: 500px;
    min-width: 500px;
}

.dropdown-menu.Contactdrp {
    margin-left: -200px;
}

.imgheighttt {
    background: url('../contact-usimg.jpg');
    background-size: cover;
    height: 200px;
    background-position: right;
}

.dropdown-menu.Academicsdrp {
    margin-left: -400px;
}

@media(max-width:1800px) {
    .dropdown-menu.Aboutdrp {
        margin-left: -200px;
    }

    .dropdown-menu.Academicsdrp {
        margin-left: -400px;
    }

    .dropdown-menu.admissionsdrp {
        margin-left: -200px;
    }

    .dropdown-menu.Studentdrp {
        margin-left: -400px;
    }

    .dropdown-menu.Researchdrp {
        margin-left: -400px;
    }

    .dropdown-menu.Contactdrp {
        margin-left: -400px;
    }
}

@media(max-width:1500px) {
    .sticky {
        padding-right: 30px !important;
    }

    .dropdown-menu.Aboutdrp {
        margin-left: -200px;
    }

    .dropdown-menu.Academicsdrp {
        margin-left: -450px;
    }

    .dropdown-menu.admissionsdrp {
        margin-left: -200px;
    }

    .dropdown-menu.Studentdrp {
        margin-left: -400px;
    }

    .dropdown-menu.Researchdrp {
        margin-left: -400px;
    }

    .dropdown-menu.Contactdrp {
        margin-left: -400px;
    }
}

@media(max-width:991px) {
    .row.g-0.h-100 {
        min-width: 100% !important;
        width: 100% !important;
    }

    .dropdown-menu.Aboutdrp {
        margin-left: 0;
    }

    .dropdown-menu.Academicsdrp {
        margin-left: 0;
    }

    .dropdown-menu.admissionsdrp {
        margin-left: 0;
    }

    .dropdown-menu.Studentdrp {
        margin-left: 0;
    }

    .dropdown-menu.Researchdrp {
        margin-left: 0;
    }

    .dropdown-menu.Contactdrp {
        margin-left: 0;
    }

    .row.g-0.h-100 a.dropdown-item {
        font-weight: 500;
        margin-bottom: 3px;
        font-size: 14px;
        margin-top: 0;
    }

    h4.heading_submenu {
        font-size: 16px;
        font-weight: 650;
        margin-left: 11px;
        color: #195c90;
        margin-bottom: 15px;
        margin-top: 4px;
        border-bottom: 1px solid #9b9b9b42;
        padding-bottom: 5px;
        letter-spacing: .5px;
        margin-left: 0px;
    }

    .row.g-0.h-100 ul {
        margin-bottom: 15px;
    }

    .row.g-0.h-100 a.dropdown-item {
        font-weight: 500;
        margin-bottom: 3px;
        font-size: 11.5px;
        margin-top: 0;
        margin-left: 5px;
    }
}






/*Contact use page design start */

/* Conatct start */
div#contactpage {
    padding: 30px 0 30px;
}

.breadcrumnbsss {
    background: url('../breadcrumnb.png');
    padding: 100px 0;
    color: #fff;
    background-size: 100%;
    text-transform: uppercase;
    background-position: right;
    font-weight: 600 !important;
    background-repeat: no-repeat;
}

div#contactpage .header-title {
    text-align: center;
    color: #00bfff;
}

div#contactpage #tip {
    display: none;
}

div#contactpage .fadeIn {
    animation-duration: 3s;
}

div#contactpage .form-control {
    border-radius: 0px;
    border: 1px solid #EDEDED;
}

    div#contactpage .form-control:focus {
        border: 1px solid #00bfff;
    }

div#contactpage .textarea-contact {
    resize: none;
}

div#contactpage .btn-send {
    border-radius: 0px;
    border: 1px solid #1c80cd;
    background: #1c80cd;
    color: #fff;
    width: 100px;
    border-radius: 0px;
    font-weight: 550;
    text-transform: uppercase;
}

    div#contactpage .btn-send:hover {
        border: 1px solid #00bfff;
        background: #fff;
        color: #00bfff;
        transition: background 0.5s;
    }

div#contactpage .second-portion {
    margin-top: 50px;
}

@import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
@import "http://fonts.googleapis.com/css?family=Roboto:400,500";

div#contactpage .box > .icon {
    text-align: center;
    position: relative;
}

    div#contactpage .box > .icon > .image {
        position: relative;
        z-index: 2;
        margin: auto;
        width: 100px;
        height: 100px;
        border: 8px solid white;
        line-height: 100px;
        border-radius: 50%;
        background: #00bfff;
        vertical-align: middle;
    }

    div#contactpage .box > .icon:hover > .image {
        background: #333;
    }

    div#contactpage .box > .icon > .image > i {
        font-size: 36px !important;
        color: #fff !important;
    }

    div#contactpage .box > .icon:hover > .image > i {
        color: white !important;
    }

    div#contactpage .box > .icon > .info {
        margin-top: -24px;
        background: rgb(237 237 237 / 22%);
        border: 1px solid #195c9033;
        padding: 47px 0 10px 0;
        min-height: 180px;
    }

    div#contactpage .box > .icon:hover > .info {
        background: rgba(0, 0, 0, 0.04);
        border-color: #e0e0e0;
        color: white;
    }

    div#contactpage .box > .icon > .info > h3.title {
        font-family: "Archivo", sans-serif;
        font-size: 16px;
        color: #222;
        font-weight: 700;
    }

    div#contactpage .box > .icon > .info > p {
        font-family: "Archivo", sans-serif;
        font-size: 13px;
        color: #666;
        line-height: 1.5em;
        margin: 20px;
    }

    div#contactpage .box > .icon:hover > .info > h3.title,
    .box > .icon:hover > .info > p,
    .box > .icon:hover > .info > .more > a {
        color: #222;
    }

    div#contactpage .box > .icon > .info > .more a {
        font-family: "Archivo", sans-serif;
        font-size: 12px;
        color: #222;
        line-height: 12px;
        text-transform: uppercase;
        text-decoration: none;
    }

    div#contactpage .box > .icon:hover > .info > .more > a {
        color: #fff;
        padding: 6px 8px;
        background-color: #63B76C;
    }

div#contactpage .box .space {
    height: 30px;
}

div#contactpage .form-group {
    margin-bottom: 15px;
}

div#parent h3 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

div#contactpage .box > .icon > .image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 100px;
    height: 100px;
    border: 8px solid #f7f7f7;
    line-height: 100px;
    border-radius: 50%;
    background: #195c90;
    vertical-align: middle;
}

.col-lg-3.col-md-4.col-xs-6.thumb img {
    max-height: 100%;
    min-width: 204px;
    width: 100%;
    height: 204px;
    margin: 10px;
    box-shadow: 0 0 5px #99999921;
    padding: 2px;
    object-fit: cover;
}


@media only screen and (max-width: 768px) {
    .contact-form {
        margin-top: 25px;
    }

    .btn-send {
        width: 100%;
        padding: 10px;
    }

    .second-portion {
        margin-top: 25px;
    }

    div#contactpage {
        padding: 0 15px;
    }

    .breadcrumnbsss {
        background: url('../breadcrumnb.png');
        padding: 25px 0;
        color: #fff;
        font-weight: bold;
        margin-bottom: 10px;
        background-size: cover;
        text-align: center;
        background: #195c90;
    }

        .breadcrumnbsss h2 {
            margin: 0;
            font-size: 20px;
        }

    div#parent h3 {
        font-size: 26px;
        margin-bottom: 15px;
        font-weight: 600;
        margin-top: 40px;
    }

    .container.second-portion {
        padding: 0;
    }

    div#contactpage .box > .icon > .image {
        position: relative;
        z-index: 2;
        margin: auto;
        width: 100px;
        height: 100px;
        border: 8px solid #f0f0f0;
        line-height: 100px;
        border-radius: 50%;
        background: #00bfff;
        vertical-align: middle;
    }

    .col-lg-3.col-md-4.col-xs-6.thumb img {
        min-width: 100%;
        width: 100%;
        height: auto;
        margin: 10px;
        box-shadow: 0 0 5px #9999994a;
        padding: 3px;
        margin: 9px auto !important;
    }
}

.page-title {
    position: relative;
    color: #ffffff;
    padding: 35px 0px;
    background-color: #262626;
    /*background-size: cover;*/
    background-size: 100% 100%;
    background-position: center center;
    text-align: center;
}

    .page-title:before {
        position: absolute;
        content: '';
        background: rgb(38 38 38 / 0%);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .page-title .outer-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .page-title h1 {
        position: relative;
        font-size: 30px;
        line-height: 1em;
        font-weight: 600;
        margin-bottom: 0;
        letter-spacing: 1px;
        color: #ffffff;
        text-transform: uppercase;
    }

.bread-crumb {
    position: relative;
    padding: 15px 0;
}

    .bread-crumb li {
        position: relative;
        display: inline-block;
        line-height: 30px;
        margin-left: 20px;
        color: #ffffff;
        font-size: 15px;
        font-weight: 600;
        text-transform: capitalize;
    }

        .bread-crumb li:first-child {
            margin-left: 0px;
        }

        .bread-crumb li:before {
            content: "\f105";
            position: absolute;
            right: -21px;
            top: 0px;
            width: 20px;
            text-align: center;
            line-height: 34px;
            font-family: 'Font Awesome 5 Free';
        }

        .bread-crumb li a {
            color: #ffffff;
            font-weight: normal;
            text-transform: capitalize;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            font-size: 15px;
        }

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

ul.list-unstyled.m-0.sub_menu {
    margin-left: -48px;
    width: 215px !important;
    left: -100px;
}

/* Conatct end */
/*Contact use page design end */
@media (max-width: 250px) {

    #blinking-button {
        padding: 7px 4px !important;
        border-radius: 5px !important;
    }

    a#feePaymentLink2 {
        padding: 7px 4px;
    }

    .btn_read {
        font-size: 11px;
    }

    .btn_read2 {
        padding: 7px 4px;
        margin-left: 5px !important;
        font-size: 11px;
    }

    .mob {
        align-items: center !important;
    }

    .slide__heading {
        margin-bottom: 20px;
        font-size: 26px !important;
        font-weight: 500;
        line-height: 1.4;
    }

    .top_header {
        background: var(--blue-color);
        padding: 5px 4px 5px 0px;
        display: Block !important;
    }



    .slide__inner {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100vw;
        height: 500px !important;
        margin-left: -50vw;
        margin-top: -50vh;
        background-size: cover;
        background-position: center center;
    }

    .study_content {
        display: flex;
        flex-flow: column;
    }

        .study_content a {
            /* margin-top: 20px; */
        }

    .study_wrapper {
        padding: 0px 0px 0px 0px !important;
        z-index: 2;
        position: relative;
    }

    .slide__content {
        position: absolute;
        left: 2% !important;
        top: 22% !important;
        max-width: 1158px;
        color: #fff;
        text-align: center;
    }

    .apply_btn {
        margin-top: 14px;
        margin-bottom: 10px;
    }

    .study_content p {
        text-align: justify;
    }

    .sub_heading {
        font-size: 35px;
        color: #195c90;
        text-align: center;
    }

    .image-Block img {
        width: 100%;
        height: 100%;
    }

    .image-Block {
        margin-right: 0px !important;
    }

    .date {
        background-color: #f5bb29ba;
        height: 73px;
        width: 100px;
        position: absolute;
        left: -12px !important;
        bottom: 48px !important;
    }

    .campus_box {
        background: #195c909c;
        /* height: 90vh; */
        padding: 20px;
    }

    .campus_box {
        background: #195c909c;
        /* height: 90vh; */
        padding: 30px !important;
    }

    .extra_facilities h2 {
        font-size: 17px !important;
        color: #fff;
        padding-top: 10px;
    }

    .latest_box {
        background-color: var(--blue-color);
        display: flex;
        position: relative;
        padding: 7px;
        border-radius: 30px;
        padding: 15px;
    }
}


@media (min-width: 992px) {
    .dropdown-menu.Academicsdrp1 {
        position: absolute;
        left: -530px !important;
    }

    .dropdown-menu.Academicsdrp2 {
        position: absolute;
        left: -515px !important;
    }

    .dropdown-menu.Academicsdrp3 {
        position: absolute;
        left: -700px !important;
    }
}

/* ==================================== */
/* ==================================== */


.spaeciality_section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.study_wrapper {
    padding: 50px 0px 0px 0px;
    z-index: 2;
    position: relative;
}

    .study_wrapper h1 {
        font-size: 45px;
    }

        .study_wrapper h1 span {
            font-weight: 900;
            color: #195c90;
            letter-spacing: 16px;
        }

.sub_heading {
    font-size: 35px;
    /*color: #ffffff;*/
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    line-height: 48px;
}

.section__bluee .sub_heading {
    color: #ffffff;
}

.paira {
    font-size: 18px;
    color: #000;
}

.study_content a {
    /* padding: 14px 30px; */
    /* font-size: 16px; */
    /* font-weight: 600; */
    /* background: var(--yellow-color); */
    /* color: #000; */
    /* margin-right: 20px; */
    /* border-radius: 5px; */
}

.study_box {
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

    .study_box img {
        width: 100%;
    }

.heading_box {
    background-color: var(--blue-color);
    padding: 10px;
}

    .heading_box h4 {
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        padding: 8px 10px 0px;
    }

.award_box img {
    width: 60%;
    /* margin: 0px auto; */
}

.award_content h6 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: var(--blue-color);
}

.campus_wrapper {
    background-image: url('..//images/bg/campus.JPG');
    background-size: contain;
    height: 80vh;
}

.campus_box {
    background: #195c90d9;
    height: 80vh;
    padding: 100px 30px;
}

    .campus_box h1 {
        font-size: 50px;
        color: #fff;
        letter-spacing: 16px;
    }

        .campus_box h1 span {
            font-weight: 900;
            color: #fff;
            letter-spacing: 16px;
        }

    .campus_box p {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        padding-top: 18px;
    }

.extra_facilities {
    margin-top: 0px;
}

    .extra_facilities h2 {
        font-size: 20px;
        color: #fff;
        padding-top: 20px;
        font-weight: 600;
    }

.research {
    position: relative;
}

.research_under {
    position: absolute;
    bottom: 0;
    left: 25%;
}

    .research_under h5 {
        color: #fff;
    }

.research img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news_event {
    padding: 50px 0px;
}

    .news_event h1 {
        font: normal normal 900 50px Montserrat;
        color: var(--yellow-color);
        letter-spacing: 10px;
    }

.heading_2 {
    font-size: 28px;
    color: var(--blue-color);
    position: relative;
}

.image-Block {
    margin-right: 50px;
}

    .image-Block img {
        width: 100%;
        height: 330px;
    }

.heading_2::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 391px;
    background: #195c9036;
    left: 1px;
    bottom: -10px;
}

.latest_box {
    background-color: var(--blue-color);
    display: flex;
    position: relative;
    padding: 8px;
    border-radius: 3px;
}

.date {
    background-color: #f5bb29;
    height: auto;
    border-radius: 4px;
    padding: 4px 12px 6px;
    position: relative;
    width: 15%;
    align-items: center;
    display: flex;
    height: 80px;
}

    .date h2 {
        text-align: center;
        font-size: 20px;
        font-weight: 800;
        margin: 0;
        color: #fff;
    }


    .date h3 {
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        margin: 0;
        color: #fff;
    }

.evetn_content {
    margin-left: 20px;
    display: flex;
    align-items: center;
    width: 80%;
}

    .evetn_content h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 500;
        color: #fff;
    }

    .evetn_content p {
        font-size: 14px;
        color: #fff;
        margin: 0;
    }

.payment li a {
    font-size: 14px !important;
}

    .payment li a i {
        padding-right: 8px;
        color: var(--yellow-color);
    }

.payment a {
    font-size: 14px !important;
}

.payment p i {
    /*color: var(--yellow-color);*/
    color: #ffffff;
}

.apply {
    font-size: 14px;
    color: #000;
    padding: 10px 20px;
    background: var(--yellow-color);
    border-radius: 5px;
    font-weight: 600;
}

.paira {
    text-align: justify;
}

.central-block img {
    width: 100%;
}

.central-library img {
    width: 100%;
    border: 1px solid #195c9094;
    padding: 10px;
}

.central-library h4 {
    font-size: 20px;
}

.payment-options {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 240px;
}

    .payment-options img {
        width: 100%;
    }

.payment_content {
    padding: 10px;
}

    .payment_content h4 {
        font-size: 17px;
        font-weight: 600;
        text-align: center;
        padding-top: 7px;
    }

    .payment_content a {
        color: #000;
    }

        .payment_content a:hover {
            color: #1c80cd;
        }

.payment-options {
    margin-top: 20px;
}

.text-justify {
    text-align: justify;
}

.campus_facilities {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 0px 2px -4px, rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
    margin-top: 25px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid silver;
    padding: 20px;
    min-height: 230px;
}

    .campus_facilities img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

.facilities_content h4 {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.facilities_content {
    padding: 5px;
    background: #195c90;
    text-align: center;
}

    .facilities_content a {
        color: #fff;
        font-weight: 600;
    }

.infobox {
    padding: 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

    .infobox h3 {
        font-size: 26px;
        font-weight: 600;
    }

.more_info {
    display: flex;
    flex-flow: column;
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

    .more_info li {
        border-bottom: 1px solid #195c90;
        padding: 12px 15px;
        text-align: left;
    }

        .more_info li i {
            padding-right: 9px;
            font-size: 14px;
        }

        .more_info li a {
            font-size: 13px;
            font-weight: 600;
            color: #000;
        }

            .more_info li a:hover {
                color: #f5bb29;
            }

.border-none li {
    border-bottom: none !important;
    padding: 5px;
}

    .border-none li i {
        color: #195c90;
    }

.hospital {
    margin-top: 0px;
    border: 1px solid #f5bb29;
}

    .hospital img {
        width: 100%;
    }

    .hospital h3 {
        font-size: 16px;
        text-align: left;
        padding: 10px 20px 10px;
        margin: 0;
        background: #195c90;
        color: #fff;
    }

.images_style {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 0px;
    background: #195c90;
}

    .images_style img {
        width: 100%;
    }

.research_img {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

    .research_img img {
        width: 100%;
        padding: 10px;
    }

/*.leyer-style1 {
    position: absolute;
    bottom: 12px;
    left: 31%;
    background: var(--blue-color);
    padding: 10px;
}*/

.name-3 {
    border-radius: 6px;
}

.name {
    margin-bottom: 8px;
    font-weight: 600;
}

.Dignation {
    letter-spacing: 2px;
    font-size: 20px;
}


h3.my_page_title {
    font-size: 25px !important;
    color: #444444 !important;
    margin-bottom: 15px !important;
    position: relative !important;
    font-weight: 700 !important;
    margin-top: 15px;
}


    h3.my_page_title:after {
        position: absolute;
        width: 50px;
        height: 0px !important;
        background: #f7a600;
        left: 0px;
        bottom: -5px;
        content: '';
    }



.chaip {
    font-weight: 600;
    font-size: 20px;
    color: #5c5757;
    margin-bottom: 8px;
}


.text-justify {
    text-align: justify !important;
    line-height: 28px !important;
    font-size: 14px !important;
    font-weight: 400;
}


@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1420px !important;
    }
}


.khushi {
    margin-left: 30px;
    padding-right: 22px;
}

.ugcbtn {
    color: #000 !important;
    font-weight: 600;
}


.byy {
    text-align: right;
}


.more-btn {
    background: #fff;
    padding: 8px 20px;
    border: 2px solid #195c90;
    font-weight: 700;
    color: #195c90;
    font-size: 20px;
}

.bgaaa {
    background: #195c90;
    color: #fff;
}

.accc {
    color: #fff !important;
}



.sss {
    height: auto !important;
    overflow: auto;
    position: revert;
    position: fixed;
    width: 18%;
    top: 45%;
    background: #195c90;
    color: #fff;
    z-index: 999;
}


.adm {
    border-bottom: 0px solid white;
    padding: 6px;
    text-align: center;
    font-size: 20px !important;
    background: #f5bb29;
    margin-top: 12px;
    color: #000;
}

.accc1 {
    color: #fff !important;
}


.bbbbb {
    border: 2px solid #f5bb29;
    padding: 3px 11px 3px;
    border-radius: 80px;
    background: #f5bb29;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: rgb(255 255 255) 0px 1px 9px;
}


.expr {
    position: absolute;
    color: #0f0000;
    font-size: 20px;
    font-family: sans-serif;
    margin-top: -40px;
    margin-left: 20px;
    /* text-shadow: 0px 0px 8px #3b74a1; */
    background-color: #f5bb29;
    padding: 4px;
    border-radius: 3px;
}

.gallery img {
    height: 207px !important;
    object-fit: cover;
    margin: 2px;
    flex: 1 0 auto;
}

.gallery {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}


.sp-two {
    padding: 20px 0 20px !important;
}

.nn {
    font-weight: 600;
    font-size: 14px;
    font-family: 'Montserrat';
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    padding: 0px 0px 8px;
}

.vac {
    font-size: 20px;
    margin-top: 55px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: #f5bb29;
}

.fot {
    font-size: 16px;
}

.zoom {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

.student-f {
    background-color: #f5bb29;
    color: #195c90;
    border-radius: 49px;
    border: 3px solid #fff;
}

.bg-blue {
    background-color: #195c90;
    background-image: url("https://www.transparenttextures.com/patterns/brilliant.png");
    padding: 50px 0px;
}

/*.study_content a:hover{
    background-color: #195c90 !important;
    color: #fff !important;
}*/




.extra_facilities a :hover {
    color: #f5bb29 !important;
}



.border-new h4 {
    font: normal normal 600 36px Montserrat !important;
    color: white !important;
}

.border-new h5 {
    font: normal normal 500 13px Montserrat;
    color: #000;
    font-size: 16px;
    background: linear-gradient(white, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}



@media screen and (max-width: 768px) {
    .sss {
        display: none !important;
    }

    .byy {
        text-align: center;
        margin-top: 0px;
    }
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    padding-right: 25px;
    padding-left: 15px;
    left: 0;
}

div#accordionExample button.btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
}

main.main.gall__ery {
    padding-top: 20px;
    padding-bottom: 50px;
}

    main.main.gall__ery .card {
        margin-bottom: 20px;
    }


@keyframes blink {

    0%, 100% {
        background-color: #3F06FF;
    }

    50% {
        background-color: #8EDDBE;
    }
}

#scrollingImage {
    background-color: #8EDDBE;
    color: white;
    animation: blink 1s linear infinite;
}

    #scrollingImage h3 {
        color: white !important;
    }

h5.feature-title.excep__tionl {
    margin-bottom: 14px !important;
}

.home_pg-glry .expr {
    color: #ffffff;
    font-family: 'Montserrat';
    background: linear-gradient(white, #f5bb29);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.sectiontitle ul.list__sob {
    list-style: none;
}

.padding__inner-acc {
    padding: 16px 14px;
}

.sectiontitle ul.list__sob li {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    text-align: left;
    font-weight: 600;
    margin-bottom: 8px;
}

    .sectiontitle ul.list__sob li i {
        margin-right: 12px;
    }

.padding__inner-acc h3 {
    font-size: 20px;
    text-align: left;
    font-weight: 700;
}

.school_of-phr .sub_heading {
    color: #fff !important;
}

.sub_heading__sub {
    text-align: left;
    font-weight: 600;
    font-size: 22px;
}

.eligi__blty li.list-group-item {
    border: 1px solid black !important;
    border-radius: 0;
    margin-bottom: 5px;
}

ul.course__list li {
    list-style: none;
    text-align: left;
    font-weight: 500;
}

div#accordionExample1 button.btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
}

section.about-section-three__3.section-red {
    padding-top: 30px;
    margin-top: 58px;
    padding-bottom: 50px;
    text-align: center;
}

section.about-section-three__3 .sub_heading {
    color: #ffffff;
}

.course__meta .student__name {
    display: flex;
}

.course__meta .course_1 {
    display: flex;
}

.course__meta h5 {
    font-size: 20px;
    font-weight: 700;
    margin-right: 20px;
}

.school_of-phr .course__meta p {
    color: white;
}

.school_of-phr .course__meta h5 {
    color: var(--yellow-color);
}


@media(min-width:1200px) {
    .stdnt__ach .carousel.slide2 {
        background-color: white;
        padding: 0 15px 0 0;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
        border-radius: 24px 24px 24px 24px;
    }

    .stdnt__ach .course-style1.has-border .course-img {
        border-radius: 24px 0px 0px 24px;
    }

    .stdnt__ach .course-style1 {
        border-radius: 24px 0px 0px 24px;
    }
}

@media(max-width:1199px) {
    .stdnt__ach .carousel.slide2 {
        background-color: white;
        padding: 0 15px 0 0;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
        border-radius: 24px 24px 24px 24px;
    }

    .stdnt__ach .course-style1.has-border .course-img {
        border-radius: 24px 0px 0px 24px;
    }

    .stdnt__ach .course-style1 {
        border-radius: 24px 0px 0px 24px;
    }

    .course__meta p {
        margin-bottom: 1px;
        font-size: 13px;
    }

    .course__meta h5 {
        font-size: 15px;
    }

    .sticky {
        padding-right: 60px;
    }
}

@media(max-width:991px) {
    .stdnt__ach .carousel.slide2 {
        background-color: white;
        padding: 15px 15px 15px 0px;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
        border-radius: 0 24px 24px 0;
    }

    .stdnt__ach .course-style1.has-border .course-img {
        border-radius: 0 0px 0px 0px;
    }

    .stdnt__ach .course-style1 {
        border-radius: 24px 0px 0px 24px;
    }

    .course__meta p {
        margin-bottom: 1px;
        font-size: 13px;
    }

    .course__meta h5 {
        font-size: 15px;
    }

    .sticky {
        padding-right: 60px;
    }
}

@media(max-width:991px) {
    .stdnt__ach .carousel.slide2 {
        background-color: white;
        padding: 15px 15px 15px 15px;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
        border-radius: 24px;
    }

    .stdnt__ach .course-style1.has-border .course-img {
        border-radius: 20px 20px 0 0;
    }

    .stdnt__ach .course-style1 {
        border-radius: 24px 0px 0px 24px;
    }

    .course__meta {
        margin-top: 20px;
    }

    .stdnt__ach .student-f {
        font-size: 18px;
        padding: 12px 0;
    }
}

.card-header h2 button {
    font-weight: 700;
    text-transform: none;
    color: black;
    text-decoration: none;
    font-size: 16px;
}

div#accordionExample button.btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    color: #000000;
}

.card-header {
    margin-bottom: 15px;
    border: none;
    background: #eff6fe;
    border-bottom: 2px solid #ff980054;
}

.max_widht {
    width: 0 !important;
}

.brdr_img {
    border: 4px solid #003167;
}

ul.list_sustblty li {
    list-style: none;
}

    ul.list_sustblty li i {
        margin-right: 12px;
    }

.Sewerage_img {
    height: 500px;
}

p.bld_hd b {
    font-size: 22px;
}


.study_content a {
    margin: 0px 2px 13px;
}

.study_content .btn span {
    font-size: 12px;
    padding: 15px 8px;
}


@media only screen and (min-width: 1199px) and (max-width: 1399px) {
    .img_sec {
        min-height: 455px;
    }
}


.btn_enroll {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 18px;
    margin-left: 10px;
}

    .btn_enroll a {
        background: red;
        padding: 12px 20px;
        color: #fff;
        font-weight: 600;
        animation: blink 1s linear infinite
    }

@media(max-width:454px) {
    .btn_enroll a {
        padding: 12px 5px !important;
        font-size: 11px !important;
    }

    .evetn_content {
        margin-left: 15px;
    }
}

.contect-text {
    font-weight: 600;
}

.textjustify {
    text-align: justify;
}

.mob-text {
    /* background: #195c90; */
}

    .mob-text p {
        padding: 6px 18px;
        color: #fff;
        font-size: 15px;
    }

    .mob-text h4 {
        background: #f5bb29;
        text-align: center;
        font-size: 30px;
        /* justify-content: center; */
        color: #000;
        /* display: flex; */
        /* width: max-content; */
        /* padding: 0px 0px; */
    }

.coursetext h5 {
    font-size: 20px;
    font-weight: 600;
}

.contact_card img {
    height: 299px;
    width: 100%;
}

.Add_cards {
    padding: 0px 3px;
    color: #000;
    position: relative;
    border: 6px solid #ffffff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    border-top: 6px solid #195c90;
    height: 179px;
}

.mob_s h5 {
    background: #195c90;
    text-align: center;
    font-size: 22px;
    color: #fff;
    border-bottom: 1px solid #2f81c1;
}

.mob_s p {
    padding: 0px 15px;
    font-size: 14px;
}



@media(max-width:1100px) {
    .campus_box h1 {
        font-size: 30px !important;
        color: #fff;
        letter-spacing: 16px;
    }

    .image-Block {
        margin-right: 50px !important;
    }
}





@media(max-width:600px) {
    .Add_cards {
        height: auto;
    }

    .date h3 {
        text-align: center;
        font-size: 16px !important;
        font-weight: 600;
        margin: 0;
        color: #fff;
    }

    .date h2 {
        text-align: center;
        font-size: 20px !important;
        font-weight: 800;
        margin: 0;
        color: #fff;
    }

    .image-Block {
        margin-right: 0px !important;
    }

    .mega-hover {
        position: relative;
        overflow: hidden;
        width: 100% !important;
        height: auto;
    }


    .extra_facilities h2 {
        font-size: 16px !important;
        color: #fff;
        padding-top: 10px;
        font-weight: 600;
    }

    .campus_box p {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        padding-top: 38px;
    }

    .campus_box {
        background: #195c90d9;
        height: auto !important;
        padding: 30px 20px 50px;
    }

    .campus_wrapper {
        background-image: url(..//images/bg/campus.JPG);
        background-size: cover;
        height: auto !important;
    }

    .bld_hd1 {
        text-align: left;
        font-weight: 600;
        font-size: 24px;
        margin-top: 10px;
    }

    .bheading {
        text-align: left;
        margin-bottom: 10px;
        padding: 0;
        color: #fff !important;
        font-size: 25px !important;
        font-weight: 600 !important;
        padding-top: 26px !important;
    }

    .icons-f {
        padding: 24px 25px 19px 25px !important;
    }
}


.bbaa {
    color: #ff9400 !important;
    font-weight: 700;
}

.raees_wrapper {
    color: #195c90 !important;
    border-bottom: 0px solid #ffffff !important;
    background: none !important;
    border: none !important;
}



.img-thumbnail {
    padding: 4px;
    border: 2px solid #ffbb01;
    border-radius: 0;
    max-width: 100%;
    height: auto;
    box-shadow: rgb(7 7 7 / 20%) 0px 8px 24px;
}


.pds {
    padding: 60px 0px 60px;
}

.bheading {
    text-align: left;
    margin-bottom: 15px;
    padding: 0;
    color: #fff;
    font-weight: 700;
}


.tsm-cards {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #efefef;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 19px;
    background-color: #ffffff;
}

p {
    margin-top: 0;
    line-height: 30px;
    font-weight: 300;
    font-size: 16px;
    font-family: "Archivo", sans-serif;
}


.list-group li {
    position: relative;
    padding-left: 24px;
    padding-bottom: 4px;
    line-height: 29px;
}

    .list-group li:before {
        content: "\f101"; /* arrow icon */
        font-family: "FontAwesome"; /* use Font Awesome for the arrow icon */
        position: absolute;
        left: 0px;
        font-size: 12px;
        color: #f1b71d;
        top: 2px;
    }


.bld_hd1 {
    font-family: inherit;
    font-weight: 700;
}


.card-header h2 button {
    font-size: 14px !important;
}

.mobicon {
    font-size: 16px;
}

    .mobicon i, .fs_14 {
        color: #f69432;
        font-size: 15px;
    }

.fs14 li {
    font-size: 14px;
    padding: 6px 0px;
}

@media(max-width:1440px) {
    .latest_box {
        height: 100px;
    }

    .evetn_content p {
        line-height: 22px;
    }

    .date {
        width: 20%;
    }
}

@media(max-width:1199px) {
    .date {
        width: 22%;
    }
}

@media(max-width:991px) {
    .latest_box {
        height: auto !important;
    }

    .evetn_content p {
        font-size: 14px;
        line-height: 25px;
    }

    .date {
        width: 30%;
    }

    .respon {
        width: 100%;
    }
}

.bld_hd2 {
    font-weight: 600;
    font-size: 28px;
}

.bld_hd3 {
    font-weight: 600;
    font-size: 22px;
}

.mob_v {
    padding: 8px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}


.breadcrumnbsss h2 {
    font-size: 30px;
    line-height: 35px;
    font-family: revert;
    font-weight: 600;
}

#mob_cell .nav-link {
    position: relative;
    display: block;
    padding: 8px 15px;
    background-color: #14446a;
    text-align: center;
    border-radius: 4px;
    transition: color, background-color 0.3s ease;
    font-size: 17px;
    margin: 0px 2px;
    color: #fff;
    font-weight: 500;
    width: 24%;
}

    #mob_cell .nav-link.active {
        text-decoration: none;
        background-color: #f8b02a;
        color: #000000;
        transition: all 0.3s ease;
    }

        #mob_cell .nav-link.active::after {
            position: absolute;
            bottom: -31px;
            height: 0;
            width: 0;
            left: 42%;
            right: 0;
            transform: rotate(180deg);
            border: 16px solid transparent;
            border-bottom-color: #f8b02a;
            content: "";
        }

#mob_cell .nav-pills > .nav-link + .nav-link {
    margin-left: 2px;
}

#mob_cell .nav-tabs {
    /* justify-content: center; */
    border-bottom: transparent;
}

#mob_program .card-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#ayurveda h5 {
    font-size: 20px;
}

.form-box {
    width: 100%;
    /* margin: 0px auto; */
    background: #1f6b8c;
    border: 1px solid #ccc;
    padding: 16px;
    height: 100%;
    padding-top: 9px;
}

    /* Header */
    .form-box .form-header {
        /* background: #f5bb29; */
        border-bottom: 1px solid #fff;
        max-width: fit-content;
        display: inline;
        color: #ffffff;
        /* text-align: center; */
        font-size: 24px;
        font-weight: bold;
        padding: 0px;
        border-radius: 6px;
    }

    /* Phone prefix */
    .form-box .phone-group {
        display: flex;
    }

        .form-box .phone-group span {
            padding: 5px;
            background: #eee;
            border: 1px solid #ced4da;
            border-right: none;
            border-top-left-radius: .375rem;
            border-bottom-left-radius: .375rem;
        }

        .form-box .phone-group input {
            border-left: none;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
            width: 100%;
        }

    .form-box input.form-control {
        width: 100%;
        height: 44px;
    }

    /* Captcha box */
    .form-box .captcha-wrapper {
        /* width: 350px; */
        /* margin: 40px auto; */
        display: flex;
        gap: 10px;
    }

    /* Captcha box (left) */
    .form-box .captcha-box {
        height: 44px;
        position: relative;
        padding: .375rem .75rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
    }

    /* Refresh icon */
    .form-box .refresh {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 16px;
        color: #999;
        cursor: pointer;
    }

    /* Input field */
    .form-box .captcha-input {
        flex: 1;
        height: 40px;
        border: 1px solid #ccc;
        padding-left: 10px;
        font-size: 14px;
    }
    /* Button */
    .form-box .btn-submit {
        background: #e91c23;
        color: #fff;
        border-radius: 25px;
        padding: 10px 30px;
        display: block;
        margin: 20px auto;
    }

        .form-box .btn-submit:hover {
            background: #c4161c;
        }

    .form-box .addmision_box {
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #6e7071;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .375rem;
        height: 44px;
    }

.moblabel {
    margin-left: 8px;
    color: #fff;
    font-size: 13px;
}

.btnsubmit {
    background: #f5bb29;
    color: #0c0c0c;
    font-weight: 500;
    padding: 6px 30px;
    border: transparent;
    border-radius: 4px;
    margin-top: 10px;
}

.sticky-Admissions-vertical {
    position: fixed;
    top: 50%;
    right: 38px;
    transform: rotate(-90deg) translateY(50%);
    transform-origin: right center;
    background-color: #185e92;
    color: #fff;
    padding: 6px 20px;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px 8px 0 0;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    border: 1px solid #ffffffd1;
}

    .sticky-Admissions-vertical:hover {
        color: #fff;
    }

.mobcross {
    position: absolute;
    right: 22px;
    top: 11px;
    z-index: 2;
    border: none;
    filter: grayscale(1) invert(1);
}

.Laboratory {
    top: 50%;
}

.Laboratorybtm {
    position: absolute;
    right: -5px;
    top: -7px;
    width: 20px;
    background: #f0b819;
    border: none;
    color: #ffffff;
    font-size: 14px;
    height: 20px;
    border-radius: 50%;
    opacity: 1;
    z-index: 9;
}

#myModal1 .modal-content {
    position: relative;
    left: -283px;
}

#myModal2 .modal-content {
    position: relative;
    right: -340px;
}


@media(max-width:1400px) {
    #mob_cell .nav-link {
        padding: 8px 3px;
        font-size: 14px;
    }
}

@media(max-width:1299px) {

    .form-box .addmision_box, .form-box .captcha-box, .form-box input.form-control {
        height: 36px;
    }
}

@media(max-width:1199px) {
    .card-desc {
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 70px;
    }

    .card-wrap {
        height: 266px;
    }

    .form-box .addmision_box, .form-box .captcha-box, .form-box input.form-control {
        height: 36px;
    }

    #myModal2 .modal-content {
        right: -255px;
    }

    #myModal1 .modal-content {
        left: -255px;
    }

    #myModal1 .modal-dialog, #myModal2 .modal-dialog {
        max-width: 350px;
    }

    .Laboratory {
        top: 9%;
    }

    .sticky-Admissions-vertical {
        right: 50px;
    }
}

@media(max-width:991px) {
    #mob_cell .nav-link {
        padding: 8px 4px;
        font-size: 14px;
        width: auto;
        margin-top: 15px;
    }

    .form-box .addmision_box, .form-box .captcha-box, .form-box input.form-control {
        height: 36px;
    }

    #myModal1 .modal-content {
        left: -190px;
    }

    #myModal2 .modal-content {
        right: -179px;
    }
}

@media(max-width:767px) {
    #mob_cell .nav-tabs {
        justify-content: center;
    }

    .card-wrap {
        height: auto !important;
    }

    #myModal1 .modal-content, #myModal2 .modal-content {
        left: 0;
        right: 0;
    }

    .sticky-Admissions-vertical {
        right: 39px;
    }
}

@media(max-width:375px) {
    .mobcross {
        position: absolute;
        right: 6px;
        top: 12px;
    }

    #exampleModals .modal-body {
        padding: 10px;
    }
}
/* Department links */
.department-list .dropdown-item {
    display: block !important;
    white-space: normal !important; /* Allow wrapping */
    word-break: normal !important;
    overflow-wrap: break-word;
    line-height: 1.25;
    padding: 3px 0 !important;
    width: 180px; /* Adjust as needed */
}

/* Reduce space between department names */
.department-list li {
    margin-bottom: 2px;
}

/* Remove extra padding from the list */
.department-list {
    padding-left: 0;
    margin: 0;
}