body {
    background: #ffffff;
    /* fallback for old browsers */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #011950;
}

a {
    text-decoration: none;
    color: #011950;
}

    a:hover {
        color: #febf3a;
    }

.pu-link:hover {
    text-decoration: underline;
    color: #011950;
}

.pu-link::after {
    content: " →";
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.small, small {
    font-size: .7em;
}

.pu-btn-primary {
    background: #011950;
    border-color: #01305f;
    color: #febf3a;
    transition: 0.3s;
    font-weight: bold;
}

    .pu-btn-primary:hover {
        background: #febf3a;
        border-color: #FFD700;
        color: #011950;
        font-weight:bold;
    }

.pu-btn-secondary {
    background: #febf3a;
    border-color: #FFD700;
    color: #011950;
    transition: 0.3s;
}

    .pu-btn-secondary:hover {
        background: #011950;
        border-color: #01305f;
        color: #febf3a;
    }
.margin-top-md {
margin-top:100px;
}
.icon i {
    display: inline-block;
    font-size: 40px;
    color: #ffb606;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    border: 1px solid rgba(253, 253, 253, 0.7);
}

.loader-container {
    animation: fadeInOut 2s infinite;
}

.loader-image {
    max-width: 200px;
    /* Adjust the size as needed */
}

@keyframes fadeInOut {

    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-text {
    transform: rotate(-90deg);
    font-size: 14px;
    margin-bottom: 5px;
}

.menu-icon {
    font-size: 24px;
}

.menu-button {
    background: #011950;
    color: #febf3a;
    padding: 10px 10px;
    border-radius: 5px;
}

.fixed-button {
    position: fixed;
    top: 120px; /* Adjust as needed */
    right: 0px; /* Adjust as needed */
    transition: 0.5s;
    border: none !important;
    cursor: pointer;
    z-index: 9999;
}

    .fixed-button:hover {
        background: #febf3a;
        color: #011950;
        border: none !important;
    }

.offcanvas {
    width: 100% !important;
    transition: 0.5s;
}

.offcanvas-menu-inner {
    overflow-y: auto;
    height: calc(100vh - 45px);
    margin-right: 50px;
}

.offcanvas-menu-left {
    text-align: left;
}

.offcanvas-menu-right {
    /* text-align: right; */
    overflow: hidden;
}

.shadoww {
    position: relative;
    z-index: 1;
}

    .shadoww.dark-hard::after {
        background: #000000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.7;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

.fun {
    background: url(../images/SliderImage_MainCampusGEC.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

    .fun::after {
        background: #ffb606;
    }

.thumb {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.video-main {
    position: relative;
    display: inline-block;
}

.video {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    background: #000000;
    z-index: 999;
}

.events-card {
    border-right: #000046 3px solid;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .events-card {
        border-right: 0px;
        border-radius: 10px;
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.fa-play:before {
    content: "\f04b";
}

.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.convo_title span b:nth-child(1) {
    color: #ec398b;
}

.convo_title span b:nth-child(2) {
    color: #efa506;
}

.convo_title span b:nth-child(3) {
    color: #00acee;
}

#countdown .days {
    color: #fff200;
}

#countdown .hr {
    color: #ff8a00;
}

#countdown .min {
    color: #00b9ff;
}

#countdown .sec {
    color: #8dc63f;
}

#countdown span {
    text-align: center;
    font-size: 6rem;
    line-height: 2.2rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5rem;
    letter-spacing: .16rem;
    position: relative;
    bottom: -15px;
}

#countdown i {
    font-family: Poppins,sans-serif;
    font-size: 2rem;
    /* line-height: 3rem; */
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: normal;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-style: normal;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: -55px;
}

.card-text {
    font-size: 16px;
}

.premier-news .card {
    border: 0;
    padding: 180px 10px 5px 10px;
    position: relative;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    height: 280px;
}

.premier-news .card-body {
    z-index: 10;
    opacity: 0.80;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    transition: ease-in-out 0.4s;
    border-radius: 5px;
}

    .premier-news .card-body:hover {
        opacity: 1;
        cursor:pointer
    }

.premier-news .card-title {
    font-size: small;
}

.premier-news .card-body a {
    font-size: 14px;
    color: #011950;
}
.events-card .zoomHover {
    transition: 0.3s;
}
.events-card:hover .zoomHover{
    transform: scale(1.1);
}
.notice-section h5, a {
    font-size: 16px;
}

.course {
    position: relative;
    color: #fff;
    margin-top: -70px;
    background: #011950;
    opacity: 0.8;
    transition: 0.5s;
}

.course-list {
    display: flex;
    padding: 20px;
    flex-wrap: wrap;
}

    .course-list li {
        list-style: none;

    }

.course-list-item {
    padding: 10px;
    transition: 0.5s;
    border-radius: 5px;
}

    .course-list-item a {
        color: #fff;
    }

    .course-list-item:hover {
        background: #ffb606;
    }

        .course-list-item:hover a {
            color: #011950; /* Six characters for RGB */
        }

.courses-link-item {
    padding: 10px;
    transition: 0.5s;
}
    .courses-link-item:hover {
        text-decoration: underline #fff solid;
    }
.courses-link li {
    list-style: none;
}
    

    .courses-link li::after {
        content: " →";
    }

.notice-section {
    background-color: white;
    overflow-x: scroll;
    height: 575px;
    padding: 5px;
}

    .notice-section .item {
        display: flex;
        align-items: center;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #e7e7e7;
    }

.bg-red-gradient {
    background: #333333;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #dd1818, #333333);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #dd1818, #333333);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.footer-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/convo.jpg');
    background-size: cover;
    filter: brightness(0.5) blur(5px); /* Apply blur effect */
    z-index: -1; /* Place behind content */
}

footer .nav-link {
    color: #fff !important;
}

    footer .nav-link:hover {
        text-decoration: underline;
    }

#logo {
    transition: 0.5s;
}

@media screen and (max-width: 480px) {
    /* Styles for mobile devices */
    #logo {
        max-width: 20%;
        /* Adjust this value as needed */
        max-height: 20%;
        /* Adjust this value as needed */
    }

    .fixed-button {
        top: -40px;
    }

    .menu--text {
        display: none;
    }

    .home_page_slider {
        margin-top: 50px;
        max-height: 200px;
    }
    .margin-top-md{
        margin-top:10px;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    #countdown span {
        font-size: 2rem; /* Adjust the font size for mobile */
    }

    #countdown i {
        font-size: .5rem;
    }
    .convo_title {
        font-size: 1.5rem;
    }
    .course{
        margin-top:0px;
    }
}


/* Media queries for different screen sizes */
@media screen and (max-width: 768px) {
    /* Styles for tablets and smaller screens */
    #logo {
        max-width: 40%;
        /* Adjust this value as needed */
        max-height: 40%;
        /* Adjust this value as needed */
    }

    .fixed-button {
        top: 60px;
    }

    .menu--text {
        display: none;
    }

    .home_page_slider {
        margin-top: 50px;
    }
    .course{
        margin-top:10px;
    }
    .margin-top-md {
        margin-top: 10px;
    }

    .convo_title {
        font-size: 6rem;
    }

    #countdown span {
        font-size: 3rem; /* Adjust the font size for tablet */
    }

    #countdown i {
        font-size: 1rem;
    }
    .convo_title {
        font-size: 3rem;
    }

}

/* Media queries for different screen sizes */
@media screen and (max-width: 1200px) and (min-width:768px) {
    #logo {
        max-width: 50%;
        /* Adjust this value as needed */
        max-height: 50%;
        /* Adjust this value as needed */
    }

    .fixed-button {
        top: 100px;
    }

    .home_page_slider {
        margin-top: 80px;
    }
    .margin-top-md {
        margin-top: 100px;
    }
    #countdown span {
        font-size: 5rem; /* Adjust the font size for desktop */
    }

    #countdown i {
        font-size: 1.2rem;
    }
    .convo_title {
        font-size: 4rem;
    }
    .border-sides {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
}


/* Additional media queries for larger screens if needed */
@media screen and (min-width: 1200px) {
    /* Styles for larger screens */
    #logo {
        max-width: 60%;
        /* Adjust this value as needed */
        max-height: 60%;
    }

    .fixed-button {
        top: 120px;
    }

    .home_page_slider {
        margin-top: 100px;
    }
    .margin-top-md {
        margin-top: 100px;
    }
    #countdown span {
        font-size: 6rem; /* Adjust the font size for desktop */
    }

    #countdown i {
        font-size: 1.2rem;
    }
    .convo_title {
        font-size: 6rem;
    }
}
.menu .list-group-item::before {
    content: "\25B6"; /* Unicode character for a bullet point */
    margin-right: 5px;
}

.program-menu .list-group-item::before {
    content: "\2751"; /* Unicode character for a bullet point */
    margin-right: 5px;
}


/* .notice-section::-webkit-scrollbar {
  width: 1em;
}
 
.notice-section::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.notice-section::-webkit-scrollbar-thumb {
  background-color: #011950;
  outline: 1px solid slategrey;
} */


.error-wrapper {
    background-color: #012169;
    height: 100%;
    padding-top: 10%
}

    .error-wrapper .error-container {
        -webkit-transform: skew(0deg, -10deg);
        -moz-transform: skew(0deg, -10deg);
        -o-transform: skew(0deg, -10deg);
        -ms-transform: skew(0deg, -10deg);
        transform: skew(0deg, -10deg);
        background-color: #1dbc9c;
        padding: 60px
    }

        .error-wrapper .error-container .error {
            -webkit-transform: skew(0deg, 10deg);
            -moz-transform: skew(0deg, 10deg);
            -o-transform: skew(0deg, 10deg);
            -ms-transform: skew(0deg, 10deg);
            transform: skew(0deg, 10deg);
            margin: 0 auto;
            text-align: center;
            width: 350px
        }

            .error-wrapper .error-container .error .error-title {
                font-size: 28px;
                font-weight: 700;
                letter-spacing: 5px;
                text-transform: uppercase
            }

            .error-wrapper .error-container .error .error-number {
                font-size: 100px;
                font-weight: 700;
                letter-spacing: 5px;
                text-shadow: 0 3px 0 #d7d1d1, 0 14px 10px rgba(0, 0, 0, .15), 0 24px 2px rgba(0, 0, 0, .1), 0 34px 30px rgba(0, 0, 0, .1)
            }

            .error-wrapper .error-container .error .error-description {
                font-size: 14px;
                font-weight: 300;
                padding: 0 40px
            }

            .error-wrapper .error-container .error .error-or {
                height: 20px;
                margin: 30px 0 10px;
                position: relative;
                text-align: center
            }

                .error-wrapper .error-container .error .error-or .or-line {
                    background-color: #169077;
                    height: 1px;
                    left: 40px;
                    position: absolute;
                    right: 40px;
                    top: 10px
                }

                .error-wrapper .error-container .error .error-or .or {
                    -lh-property: 0;
                    left: -webkit-calc(50% - 30px);
                    left: -moz-calc(50% - 30px);
                    left: calc(50% - 30px);
                    background-color: #1dbc9c;
                    height: 20px;
                    margin: 0 auto;
                    position: absolute;
                    text-transform: uppercase;
                    top: 2px;
                    width: 60px
                }

            .error-wrapper .error-container .error .error-textbox {
                padding: 0 40px
            }

                .error-wrapper .error-container .error .error-textbox .form-control {
                    background-color: #012169;
                    border: 0
                }

            .error-wrapper .error-container .error .error-submit {
                padding: 0 40px
            }

                .error-wrapper .error-container .error .error-submit input {
                    font-size: 13px;
                    font-weight: 300;
                    text-transform: uppercase
                }

            .error-wrapper .error-container .error .error-actions {
                display: block;
                height: 40px;
                list-style: none;
                padding: 5px
            }

                .error-wrapper .error-container .error .error-actions > li {
                    display: inline-block;
                    float: left;
                    width: 33%
                }

                    .error-wrapper .error-container .error .error-actions > li a i {
                        color: #012169;
                        font-size: 32px
                    }

        .error-wrapper .error-container.error-500 {
            background-color: #1cb3de
        }

            .error-wrapper .error-container.error-500 .error .error-or .or-line {
                background-color: #d39e00
            }

            .error-wrapper .error-container.error-500 .error .error-or .or {
                background-color: #1cb3de
            }

        .error-wrapper .error-container.error-401 {
            background-color: #34b5dc
        }

            .error-wrapper .error-container.error-401 .error .error-or .or-line {
                background-color: #2198bd
            }

            .error-wrapper .error-container.error-401 .error .error-or .or {
                background-color: #34b5dc
            }

#chatbot-widget {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 1000;
}

.chatbot-body {
    width: 350px;
    border: none;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.adiv {
    background: #000046;
    border-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 12px;
    height: 55px;
}

.chat {
    border: none;
    background: #ededed;
    font-size: 12px;
    border-radius: 20px;
}

.message-body {
    height: 400px;
    overflow: scroll;
    overflow-x: hidden;
    font-family: 'Matter-Regular', sans-serif;
}
#message-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#message-body::-webkit-scrollbar {
    width: 6px;
    background-color: #226cf4;
}

#message-body::-webkit-scrollbar-thumb {
    background-color: #226cf4;
}
.user-msg-bg-color {
    background: #226cf4;
    font-size: 12px;
    border-radius: 20px;
    color:#fff;
}

.dot {
    font-weight: bold;
}
.chat-list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
}
.chat-list-group-item {
    padding: 5px;
    background: #226cf4;
    margin: 2px;
    color: white;
    border-radius: 5px;
}
    .chat-list-group-item:hover {
        background: #75a0f0
    }

    .chat-list-group-item a {
        color: #000046;
        font-size: 12px;
    }
.chat-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 9px 12px;
    width: 50px;
    height: 50px;
    background-size: cover;
    border-radius: 50%;
    z-index: 1032;
    background: #000046;
}

.block-title {
    border-bottom: 3px solid #011950;
    position: relative;
    margin-bottom: 20px;
}

    .block-title h2 {
        display: inline;
        font-size: 16px;
    }

        .block-title h2 > span {
            display: inline-block;
            font-weight: bold;
            padding: 0 18px;
            text-transform: uppercase;
            line-height: 37px;
            position: relative;
            color: #fff;
            background: #011950;
        }

    .block-title > .title1 h2 > span:before {
        border-right: 20px solid transparent;
        border-bottom: 37px solid #011950;
        content: "";
        display: inline-block;
        height: 0;
        position: absolute;
        right: -20px;
        top: 0;
        width: 0;
    }

.small-btn {
    padding: 2px 10px;
    border: 1px solid #011950;
    color: #011950;
}

    .small-btn:hover {
        background: #febf3a;
        color: #011950;
        text-decoration: none;
    }
	
.blink-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;   /* FIXED */
    height: auto;   /* FIXED */
    object-fit: contain;
    opacity: 0;
    animation: blinkSequence 4s infinite;
}

/* Delay each image */
/*.blink-img:nth-child(1) { animation-delay: 0s; }
.blink-img:nth-child(2) { animation-delay: 4s; }
.blink-img:nth-child(3) { animation-delay: 2s; }
.blink-img:nth-child(4) { animation-delay: 3s; }
.blink-img:nth-child(5) { animation-delay: 4s; }*/

/*@keyframes blinkSequence {
    0%   { opacity: 0; }
    5%   { opacity: 1; }
    20%  { opacity: 1; }
    25%  { opacity: 0; }
    100% { opacity: 0; }
}*/	
/* First image visible for 3 seconds */
.blink-img:nth-child(1) {
    opacity: 1;
    animation-delay: 0s;
}

/* Second image visible for 1 second */
.blink-img:nth-child(2) {
    animation-delay: 3s;
}

@keyframes blinkSequence {

    /* Hidden */
    0%, 74% {
        opacity: 0;
    }

    /* Visible */
    75%, 100% {
        opacity: 1;
    }
}

#recognition .carousel-item {
	min-height: 250px;
}

#recognition img {
	max-height: 140px;
	object-fit: contain;
	transition: .3s;
}

#recognition img:hover {
	transform: scale(1.05);
}
