@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@media (max-width: 767.98px) {
    .dropdown-menu .dropdown-item {
        font-size: 1rem;
        padding: 10px 20px;

        .navbar .dropdown-menu {
            position: static;
            float: none;
        }
    }
}

.content {
    font-size: 1vw;
    font-weight: 300;
    text-align: justify;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
}

.page-image {
    height: 70vh;
}

.text-decoration {
    text-decoration: none;
}



.main-slider-img {
    height: 45rem;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.gov-overlays {
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 600px;
    height: 20%;
    background-color: #FF7601;
}

.overlay:hover {
    display: block;

}

.vice-overlays {
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-155%, -50%);
    color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 600px;
    height: 20%;
    background-color: #00809D;
}

.principal-overlays {
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(55%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 600px;
    height: 20%;
    background-color: #00809D;
}

.detail-font {
    font-size: 20px;
}

.nav-link {
    font-size: 20px !important;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: larger;
    color: black !important;
}

.nav-link:hover {
    color: #FDFAF6 !important;
    background-color: #FF4F0F;
}

.ani-hr {
    width: 100%;
    opacity: 1;
    height: 2px;
    border: 2px !important;
    background-image: linear-gradient(to right, rgba(0, 0, 255, 0), rgb(70, 169, 205), rgba(0, 0, 255, 0));
}


.text-reset {
    font-size: 20px;
    font-family: "Work Sans", sans-serif;
}

.imgess1 {
    /* border: 4px solid rgb(137, 207, 240) ;
    box-shadow: 0px 2px 4px rgb(137, 207, 240); */
    height: 250px;
}

.mentorsImg {
    height: 24rem;
    border: 2px solid whitesmoke;
    box-shadow: 1.5px 0px 0px #cd6e08, 5px 4px 2px rgb(204, 0, 0);
    animation-name: mentors;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 4px #CC0000;
    animation: border-angle-rotate 2s infinite linear;
    border: 0.5rem solid transparent;
    position: relative;
    transition: border-width 0.10s linear;
}

.mentorsImg:hover {
    border-width: 10px;
}


.text-white {
    color: #fff;
}

.font {
    font-size: 15px;
}

.swiper {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 60px;
}

.swiper-slide-active img {
    transform: scale(1.03);
}

.swiper-slide .card {
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
}

.myGallerySwiper {
    width: 100%;
    padding: 50px 0;
}

.swiper-slide {
    transition: transform 0.4s ease, opacity 0.4s ease;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;

}

.swiper-wrapper,
.swiper-slide {
    height: auto !important;
}

.myGallerySwiper {
    padding-top: 40px;
    padding-bottom: 60px;
    max-width: 1000px;

}

.swiper-slide img {

    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.swiper-slide-active {
    transform: scale(1.08);
    z-index: 2;
}

.card {

    width: 100%;
    background: white;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card:hover {
    transform: scale(1.05);
}

.row mx-0 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.title-default-center {
    /* text-transform: capitalize; */
    font-weight: 600;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 0px;
    color: #ed530c;
    font-family: "Work Sans", sans-serif;
}



.logo {
    height: 150px;
    width: 300px;
    padding: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 50px 0 50px 0;
    background-image: linear-gradient(to top, #b9ebec 0%, #97d6ef 100%);


}

.logo:hover {
    background-image: linear-gradient(to top, #ef975c 0%, #ef8d54 100%);
    border-radius: 0 50px 0 50px;
}

.dept {
    height: 73px;
    width: 103px;
    border: 2px solid rgb(48, 48, 227);
    border-radius: 10px;

}

.dept:hover {
    border-radius: 20px;
    background-color: #82caec;


}

.dept-head {
    font-family: "Work Sans", sans-serif;

    color: #890d1c;
}

.view-all-primary-btn {
    text-align: center;
    color: #FFFFFF;
    padding: 8px 0;
    background: #60B5FF;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    border: none;
    width: 100px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/*  */


.marq {
    font-size: 18px;
    color: #fff;
}

.title-default-left {
    text-transform: capitalize;
    text-align: left;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #c28aea;
}

.box {
    background: linear-gradient(90deg, #f26e30 0%, #eb4706 100%) !important;
    color: #ffffff;

}

.about-section {
    background-color: #fff;
    font-family: "Work Sans", sans-serif;
}

.about-section h2 span {
    color: #ff6933;
}


.event-inner-area .event-btn-holder {
    margin-top: 5px;
    text-align: center;

}

.boxes {
    border: 1px solid #ff7350;
    background-color: #FCECDD;
}



.card1 {
    pointer-events: none;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    text-align: center;
    align-items: center;
    max-width: 260px;
    width: 225px;
    height: 225px;
    background-color: #dbfaff;
    border-radius: 4px;
    padding: 20px 20px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
}

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: rgb(137, 207, 240);
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: "Work Sans", sans-serif;
}

#scrollUp {
    background-color: rgb(137, 207, 240);
    bottom: 5px;
    color: #ffffff;
    display: block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
    width: 45px;
    z-index: 99999;
    border-radius: 50%;
}



.header-top {
    background: #ffffff1a none repeat scroll 0 0;
    color: #ffffff;
    font-size: 15px;
    /*position: relative;*/
}

.header-top span {
    padding: 14px 0;
    display: inline-block;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.header-top .header-top-right {
    float: right;
    padding-top: 23px;
}

.header-top .header-top-right .content .button-black {
    background: #87d4d7 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 5px 20px;
    text-transform: uppercase;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 7px;
}

.button-anitation .neonShadow {
    border: none;
    transition: 0.3s;
    animation: glow 1s infinite;
    transition: 0.5s;
}

.wts-font {
    color: green;
}

.top-bar {
    background-color: #00809D;
    height: 40px;
    padding: 1-linkpx 0;

}

.top-bar .btn,
.top-bar .btn img {
    height: 30px;
    /* Decrease button and icon height */
    padding: 0;
    margin: 0;
}

.top-bar .btn-outline-primary {
    font-size: 0.8rem;
    /* Smaller text */
    padding: 2px 6px;
    /* Reduce button padding */
    line-height: 1.2;
}


.navbar:hover {
    /* border: 2px solid #cc87f6; */
    background-color: #afe3f0;
    /* border-right: none;
    border-top: none; */
    /* border: 1px solid white;
    padding: 1px; */
}

.icon:hover {}

.linkbutton {
    transition: transform .7s ease-in-out;

}

.linkbutton:hover {
    background-color: #ad91dd;
    transform: (180deg);
}



.flip-card {
    background-color: transparent;
    width: 250px;
    height: 250px;
    perspective: 1000px;
    margin: 1%;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

}

.flip-card-front {
    background-color: #b30d0d;
    color: black;
}

.flip-card-back {
    background-color: #8B0000;
    color: rgb(10, 2, 2);
    transform: rotateY(180deg);
}

.flip-card-back h3 {
    margin-top: 10%;
}

scrolling-content {}

.scrolling {
    border-radius: 50px 0 50px 0;

}

.scrolling:hover {
    border-radius: 0 50px 0 50px;
}

/* end include header css */

/* faculty Pages  */

section {
    position: relative;
}

/*section .container-fluid {*/
/*    padding-top: 21px;*/
/*    padding-bottom: 21px;*/
/*}*/

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.pt-10 {
    padding-top: 10px !important;
}

.pricing-table {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    position: relative;
}

.bg-silver-deep {
    background-color: #cb9f2b;
}

.fact {
    color: #fff;
}

.dean {
    color: #fff;
}

.dean:hover {
    color: #cdb9ef;
    ;
}

.para {
    font-size: 25px;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    padding: 20px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.line-bottom-centered {
    position: relative;
    margin: 10px 0 20px;
}

ul.list {
    list-style: outside none none;
    margin-top: 13px;
    padding-left: 0;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.text-left {
    text-align: left;
}

.pricing-table .price-list li:first-child {
    margin-top: 0;
}

.pricing-table .price-list li {
    border-top: 1px solid #eee;
    padding: 4px 15px 4px 45px;
}

ul.list li {
    margin: 5px 0;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
}


/* add for check*/

ul.list.theme-colored li:before,
ul.list.theme-colored.angle-double-right li:before,
ul.list.theme-colored.angle-right li:before,
ul.list.theme-colored.check-circle li:before,
ul.list.theme-colored.check li:before,
.list-icon.theme-colored li i {
    color: #5d088a;
}

ul.list.check-circle li:before {
    content: "\f058";
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
}

.pricing-table .price-list li::before {
    left: 18px;
    position: absolute;
    top: 5px;
}

ul.list li:before {
    border: none;
    color: #a9a9a9;
    content: "\f111";
    display: inline-block;
    font-family: "Work Sans", sans-serif;
    margin-right: 10px;
    padding: 0;
    left: 0;
    position: absolute;
    top: 1px;

}



/* ############# Media Query ##############*/
@media (max-width: 576px) {

    /* General layout adjustments */
    body {
        font-size: 14px;
        /* smaller, readable text */
        padding: 0 10px;
    }

    .container,
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* Navbar */
    .navbar-nav .nav-link {
        font-size: 14px;
        padding: 10px 5px;
        /*text-align: center;*/
    }
    

    .overlays-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar {
        padding: 0.5rem 1rem;
    }

    /* Headings */
    h1,
    h2,
    h3 {
        font-size: 1.5rem;
    }

    /* Images and videos */
    img,
    video {
        max-width: 100%;
        /* height: auto; */
    }

    /* Buttons */
    .btn {
        padding: 8px 12px;
        font-size: 14px;
    }

    /* Custom class examples */
    .my_nav {
        flex-direction: column !important;
        gap: 0.5rem;
    }

    /* Any specific sections you want to stack or shrink */
    .row {
        flex-direction: column;
    }
}
@media only screen and (max-width: 600px) {
  .overlays {
    margin-top: 1rem;       
    z-index: 0 !important;   
    position: relative;       
    padding: 0.5rem;          
    width: 100%;             
    box-sizing: border-box;   
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .responsiverr {
        width: 70% !important;
        height: 70% !important;
    }

    .page-image {
        width: 100%;
        height: 18rem;
    }

    .nav-link {
        font-size: 4vw !important;
        margin-left: 10px;
    }

    .main-slider-img {
        height: 11rem;
    }

    .content {
        font-size: 4vw;
    }

    .card1 {
        width: 100%;
        margin-left: 13%;
    }

    .imgess1 {
        height: 35vh;
    }

    .mentorsImg {
        height: 18rem;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .responsiverr {
        width: 70% !important;
        height: 70% !important;
    }

    .header-top-right {
        display: none;
    }

    .nav-link {
        font-size: 1.1vw !important;
    }

    .page-image {
        height: 30vw;
    }


}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .imgess1 {
        height: 35vw;
    }

    .content {
        font-size: 1.5vw;
    }

    .nav-response {
        display: flex;
    }

    .nav-link {
        font-size: 1.1vw !important;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .nav-link {
        font-size: 1.1vw !important;
    }

    .content {
        font-size: 1.5vw;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
/* @media only screen and (min-width: 1200px) {} */




/* @media only screen and (max-width: 768px) {

    .responsiverr {
        width: 70% !important;
        height: 70% !important;
    }

    .header-top-right {
        display: none;
    }

    .nav-link {
        font-size: 4vw !important;
    }
}

@media only screen and (max-width: 600px) {}


@media only screen and (max-width: 1024px) {
    .imgess1 {
        height: 60vw;
    }

    .nav-response {
        display: flex;
    }

    .nav-link {
        font-size: 1.01vw !important;
    }
}

@media only screen and (max-width: 600px) {
    .dean:hover {
        color: #060818;
        ;
    }
} */

/* ###################  End  Media Query ####################*/