* {
    padding: 0%;
    font-family: 'Gabriela';
    margin: 0%;
}

/*==================================== Color CSS  ==============================*/

.blue_color {
    color: #0c2855 !important;
}

.coral_color {
    color: rgb(226, 82, 29) !important;
}

.red {
    background-color: rgb(226, 82, 29);
}

.middle {
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%) !important;
    background-color: rgb(226, 82, 29) !important;

}

.lside {
    clip-path: polygon(0% 0%, 100% 0%, 88% 100%, 0% 100%) !important;
    background-color: #0c2855 !important;
}

.rside {
    clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    background-color: #0c2855 !important;
}

.text-verticle-align {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
}

.block {
    display: block !important;
}

/*==================================== Color CSS  ==============================*/

/*===================================== Heading Bg Cutting CSS ========================*/


.bg-design {
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
    display: block;

}

/*===================================== Hrading Bg Cutting CSS ========================*/

/*======================================= Community Cells Page  CSS =================================*/

.community-cells-btn {
    background-color: #0c2855 !important;
    color: white !important;
}

.community-cells-btn:hover {
    background-color: #0c2855 !important;
    color: white !important;
}

/*======================================= Community Cells Page  CSS =================================*/

/*======================================= All Page Img Border CSS =================================*/


.img-shadow {
    box-shadow: 5px 5px 15px black;
}

.gallery-img-shadow {
    box-shadow: 5px 5px 3px 0px black;
}

/*======================================= All Page Img Border CSS =================================*/


/*========================================= Main Carousel Css  =================================*/

.ritesh-slider {
    background-color: rgba(0, 0, 0, 0.6);
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
    padding-top: 13%;
    font-size: 40px;
    text-align: center;

}

/*========================================= Main Carousel Css  =================================*/

/*========================================= Header Social Icons Css  =================================*/

.envelope,
.insta,
.le,
.phone {
    color: white;
    font-size: 15px;
    padding: 5px;
    border-radius: 50%;
    border: 1.5px solid white;
}

.envelope:hover,
.phone:hover,
.le:hover,
.insta:hover {
    transform: scale(1.1);
    transition: 0.1s ease-in-out;
}

/*========================================= Header Social Icons Css  =================================*/

/*========================================= Welcome message Marquee Css  =================================*/

.wlcm_msg span {
    padding: 0%;
    transform: translateY(100%);
    font-weight: 800;
}

/*========================================= Welcome message Marquee Css  =================================*/

/*========================================= Notice Row Cutting Css  =================================*/


.notice-row-design {
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
}

.notice-row-design:hover {
    box-shadow: 315px 0px 0px rgb(226, 82, 29) inset, 315px 0px 0px rgb(226, 82, 29) inset, 315px 0px 0px rgb(226, 82, 29) inset, 315px 0px 0px rgb(226, 82, 29) inset;
    transition: 0.5s ease-in-out;
    color: black;
}

/*========================================= Notice Row Cutting Css  =================================*/

/*========================================= Grievance Row  Css  =================================*/

.grievance {
    background-color: #0c2855;
    font-size: 14px;
}

.font {
    font-weight: 600;
}

.grievance a {
    text-decoration: none;
    color: white;
}

/*========================================= Grievance Row  Css  =================================*/

/*========================================= Cllg Auto Sys  Css  =================================*/


.cllg-auto-sys a {
    text-decoration: none;
    padding: 5px 8px;
    background-color: #0c2855;
    color: white;
    border-radius: 10px;
    display: inline-block;
    font-size: 16px;
}

.cllg-auto-sys a:hover {
    background-color: rgb(226, 82, 29);
    color: white;
}

/*========================================= Cllg Auto Sys  Css  =================================*/

/* ================================ Vision Page Logo Css ================================= */

.vision_eye,
.internet,
.mission_logo {
    font-size: 200px !important;
}

/* ================================ Vision Page Logo Css ================================= */

/* ================================ About cllg Page  Css ================================= */


.abt-cllg .col-sm-4 img {
    border-radius: 30px;
    border: 3px solid;
    filter: brightness(1);
}

/* ================================ About cllg Page  Css ================================= */

/* ================================ Navbar Css ================================= */


.navbar ul li a {
    color: white !important;
    font-size: 14px;
}

.navbar ul li,
.navbar ul {
    background-color: #0c2855;
}

@media all and (min-height:200px) {
    .nav-item:hover .dropdown-menu {
        display: block;
    }
}

.bottom-border {
    border-bottom: 1px solid black;
}

.dropdown-item:hover {
    color: black !important;
    background-color: white;
    border-bottom: 2px solid rgb(226, 82, 29);
    border-top: 2px solid rgb(226, 82, 29);
}

/* ================================ Navbar Css ================================= */


/* ================================ Gallery Css ================================= */


.gallery .col-sm-3 img:hover {
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}

.gallery img {
    border: 10px double #0c2855;
}

/* ================================ Gallery Css ================================= */

/* ================================  Button Css ================================= */

.read_button {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 5px;
    text-transform: uppercase;
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
    font-weight: 600;
    background: white;
    overflow: hidden;
    transition: 0.6s;
    display: inline-block;
    padding: 8px 8px;
    text-align: center;
    text-decoration: none;
}

.read_button {
    color: black;
    border-color: #206592;
}

.read_button:before,
.read_button:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    filter: blur(30px);
    opacity: 0.4;
    transition: 0.6s;
}

.read_button:before {
    width: 60px;
    background: rgba(255, 255, 255, 0.6);
    transform: translateX(-130px) skewX(-45deg);
}

.read_button:after {
    width: 30px;
    background: rgba(255, 255, 255, 0.6);
    transform: translateX(-130px) skewX(-45deg);
}

.read_button:hover:before,
.read_button:hover:after {
    opacity: 0.6;
    transform: translateX(320px) skewX(-45deg);
}

.read_button:hover {
    color: #f2f2f2;
}

.read_button:hover {
    background: #0c2855;
}


.admission-btn {
    border-radius: 50%;
    text-decoration: none;
    position: fixed;
    top: 48%;
    background-color: #0c2855;
    z-index: 1020;
    right: 0px;
    text-align: center;
    animation-name: fix_btn;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    padding: 9px 20px;
    font-size: 25px;
}

.go_to_top {
    position: fixed;
    top: 90%;
    right: 6px;
    z-index: 1100;
}

.enquiry-btn {
    border-radius: 50%;
    text-decoration: none;
    position: fixed;
    top: 35%;
    background-color: #0c2855;
    right: 0px;
    text-align: center;
    z-index: 1020;
    animation-name: fix_btn;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    padding: 11px 16px;
    font-size: 25px;
}

@keyframes fix_btn {
    0% {
        background-color: rgb(231, 72, 15);
        color: white;
    }

    50% {
        background-color: #0c2855;
        /* color: black; */
    }

    100% {
        background-color: rgb(239, 77, 18);
        color: white;
    }

}


/* ======================================== Button Css ================================= */

/* ================================ Underline Heading Animation Css ================================= */

.border-center {
    height: 0.25rem;
    width: 70rem;
    position: relative;
    left: 0%;
    margin: auto;
    margin-bottom: 1%;
    animation: slideme 2s infinite;
    background-color: white;
    border-radius: 0.5rem;
}

.slider-animation {
    height: 0.3rem;
    width: 70rem;
    position: relative;
    left: 0%;
    margin: auto;
    margin-bottom: 1%;
    animation: slideme2 2s infinite;
    border-radius: 0.5rem;
}

@keyframes slideme {
    0% {
        width: 0rem;
    }

    100% {
        width: 11rem;
    }
}

/* ================================ Underline Heading Animation Css ================================= */


/*================================ Testimonial css ==================================*/

.testi-card {
    border: 2px solid black;
    position: relative;
    outline: 5px solid white;
}

.testi-card .card-body h5 {
    color: #0c2855;
}

.testi-card img {
    position: absolute;
    height: 40%;
    width: 35%;
    border-radius: 20%;
    top: -28%;
    left: 35%;
    border: 2px solid black;
    outline: 5px solid white;
    box-shadow: 0px 10px 10px black;

}

.testi-card .card-body i {
    color: goldenrod;
}

.r-quote {
    position: absolute;
    font-size: 40px;
    top: 50%;
    right: -9%;
    padding: 5px;
    background-color: white;
    color: goldenrod;
    border-radius: 50%;

}

.l-quote {
    position: absolute;
    font-size: 40px;
    top: 20%;
    left: -8%;
    padding: 5px;
    background-color: white;
    border-radius: 50%;
    color: goldenrod;

}

/*================================ Testimonial End ==================================*/

/*================================ Breadcum CSS ==================================*/

.breadcum {
    background-image: url('../images/bg1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.breadcum .col-sm-12 {
    background-color: rgba(0, 0, 0, 0.6);
}

.breadcum a {
    text-decoration: none;
    color: coral;
}

/*================================ Breadcum CSS ==================================*/

/*================================ Notice Board CSS ==================================*/

.notice-board marquee p a,
.ntc_brd p a,
.imp-notice marquee span a {
    text-decoration: none;
    color: black;
}

.notice-board marquee p a:hover,
.imp-notice marquee span a:hover,
.ntc_brd p a:hover {
    color: red;
}

/*================================ Notice Board CSS ==================================*/

/*================================ Principal or Vice Chancellor CSS ==================================*/

.vc-img {
    border-radius: 50%;
    height: 15rem;
    height: 80%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0px 0px 15px #000000;
}

.vc-img:hover {
    transform: scale(1.3);
    transition: 0.6s ease-in-out;

}

.p-img {
    height: 70%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0px 0px 15px #000000;

}

.p-img:hover,
.vc-img:hover {
    transform: scale(1.1);
    transition: 0.6s ease-in-out;
}

/*================================ Principal or Vice Chancellor CSS ==================================*/


.justify {
    text-align: justify !important;
}

/*================================ Row Bg Img CSS ==================================*/


.bg {
    background-image: url('../images/bg1.jpg');
    background-size: 100% 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.std-bg {
    background-image: url('../images/bg1.jpg');
    background-size: 100% 200%;
    background-attachment: fixed;
}

/*================================ Row Bg Img CSS ==================================*/

/*================================ Facility CSS ==================================*/


.facility i {
    font-size: 40px;
}

.facility {
    color: black;
}

.facility-body a {
    color: white;
    text-decoration: none;
}

.facility-body {
    border-radius: 10% !important;
    padding: 20px 10px;
    clip-path: polygon(0% 25%, 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%);

}

.facility-body:hover,
.facility-body:hover .facility {
    background-color: #0c2855;
    color: white;
}

/*================================ Facility CSS ==================================*/


/*================================ Footer CSS ==================================*/


.footer {
    background: url('../images/bg4.jpg');
    background-size: cover;
}

.footer .opacity {
    background-color: rgba(0, 0, 0, 0.7);
}

.other-links {
    border: 1px dashed white;
}

.footer-list h4 {
    color: coral !important;
}



.footer-list li {
    list-style: none;
}

.footer-list li a {
    color: white;
    text-decoration: none;
    line-height: 2.5rem;
    font-size: 14px;
}

.footer-list li a:hover {
    color: red;
}

.footer-list li a i:hover {
    transition: 0.5s ease-in-out;
}

.footer-icons {
    font-size: 20px !important;
}

.other-links p a {
    color: white;
    text-decoration: none;
}

.other-links .col-sm-12 p {
    font-size: 15px;
}

#fb,
#linked-in {
    padding: 4px 8px;
    background-color: rgb(17, 17, 237);
    border-radius: 5px;
}

.footer-icons:hover {
    transform: none !important;
    color: white !important;
}

#insta {
    padding: 4px 8px;
    background-color: red;
    border-radius: 5px;
}

#twitter {
    padding: 4px 8px;
    background-color: rgb(36, 235, 245);
    border-radius: 5px;
}

.other-links p a:hover {
    color: red;
    text-decoration: none;
}

.other-links p {
    word-spacing: 4px;
    text-align: center;
}

.lstrow-bg {
    background-color: #0c2855;
    /* border: 3px dashed black; */
}

.spi-name a {
    color: white;
    text-decoration: none;
}

.designer_name a {
    color: redr;
    text-decoration: none;
    font-weight: 700;
}

.designer_name span {
    font-size: 15px;
}


.designer_name a:hover {
    color: red;
}

/*================================ Footer CSS ==================================*/


/* @keyframes moving_line {
    0% {
        height: 0%;
        width: 0%;
        margin: auto;
    }

    100% {
        height: 3px;
        width: 100%;

    }
} */

/*====================================== Table CSS ==================================*/

table a {
    text-decoration: none;
}

table tr {
    border: 1px solid #0c2855;
}

table a:hover {
    color: red;
}


.bg_blue {
    background-color: #0c2855;
    border-bottom: 1px solid rgb(239, 77, 18);
    color: white;


}

table {
    box-shadow: 0px 0px 8px black;
}

/*====================================== Table CSS ==================================*/



.fa-eye,
.mission_logo {
    color: #0c2855 !important;
    font-size: 25px;
}

#eye {
    font-size: 16px !important;
    color: #000000 !important;
}

.read_button:hover #eye {
    color: white !important;
}

.fa-eye:hover,
.mission_logo:hover,
.internet:hover {
    color: red !important;
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}

.img_border {
    border: 5px double #0c2855;
}

.row_border {
    border: 10px double #0c2855;

}

.image {
    display: block;
    width: 40%;
    height: 40%;
}

.abt-cllg p {
    text-align: justify;
}

/*===================================== Abt cllg CSS ==============================*/

.design-moon {
    /* width: ; */
    shape-outside: circle();
    margin: 10px !important;
    height: 18rem;
    width: 18rem;
    border-radius: 50% !important;
    border: 5px double #0c2855;
}

.abt-cllg img:hover {
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}

@media (max-width:909px) {
    .design-moon {

        display: block;
        width: 12rem;
        height: 12rem;
        margin: auto;
    }
}

/*===================================== Abt cllg CSS ==============================*/


.logo {
    float: left;
}

.info {
    float: right;
}


/* ================= Media Query ===================== */


@media screen and (min-width:0px) and (max-width:909px) {
    .lnmu_img img {
        margin: auto !important;
        display: flex;
        margin-top: 10px !important;
    }

    .cllg-auto-sys a {
        margin-left: 15%;
        margin-bottom: 20px;
        display: block !important;
        margin: 20px auto !important;
        text-align: center !important;
    }

    .cllg_name {
        text-align: center;
    }

    .social-icons,
    .grievance {
        text-align: center !important;
    }

    .p-img {
        margin-top: 10px !important;
        height: 90%;
        width: 90%;
    }

    .vc-img {
        height: 90%;
        width: 90%;
    }

    .abt-cllg .col-sm-4 {
        margin-bottom: 20px !important;
    }

    .footer-list {
        text-align: center !important;
    }
}

.dropdown-submenu {
    position: relative;
}

/* ALWAYS hidden by default */
.dropdown-submenu>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: none !important;
}

/* ONLY show when parent has .show */
.dropdown-submenu.show>.dropdown-menu {
    display: block !important;
}

.notice-marquee {
    height: 285px;
    overflow: hidden;
}

/* ================= MOBILE HEADER REORDER ================= */
@media (max-width: 576px) {

    /* parent row ko flex bana do */
    .row {
        display: flex;
        flex-wrap: wrap;
    }

    /* College Logo */
    .lnmu_img {
        order: 1;
        width: 50%;
        /* text-align: left; */
    }

    /* University Logo */
    .col-sm-1 {
        order: 2;
        width: 50%;
        /* text-align: center; */
    }

    .lnmu_img img,
    .col-sm-1 img {
        max-width: 85px;
        margin: auto;
        display: block;
    }

    .col-sm-1 img {
        height: 90px !important;
        max-height: 90px !important;
    }

    /* College Name */
    .cllg_name {
        order: 3;
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

    /* College Automation System */
    .cllg-auto-sys {
        order: 4;
        width: 100%;
        text-align: center;
        margin-top: 8px;
    }

    .cllg-auto-sys a {
        display: inline-block;
        font-size: 14px;
    }

    /* Carousel overall height control */
    #carouselExampleControls {
        max-height: 200px;
        overflow: hidden;
    }

    /* Carousel images */
    #carouselExampleControls .carousel-item img {
        height: 200px !important;
        /* 👈 mobile height */
        object-fit: cover;
        /* image crop hogi, stretch nahi */
        width: 100%;
    }

    /* Caption hide / adjust */
    #carouselExampleControls .carousel-caption {
        display: none;
        /* mobile pe caption band */
    }

    /* Notice board height kam */
    .notice-marquee {
        height: 140px;
        /* mobile ke liye */
    }

    /* Notice text thoda compact */
    .notice-marquee span a {
        font-size: 14px;
        line-height: 1.4;
    }

    /* Heading thoda chhota */
    .notice-marquee+.read_button {
        margin-top: 6px;
        padding: 4px 10px;
        font-size: 13px;
    }
}