@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&amp;display=swap');

:root {
    --brand-gray: #6e6e6e;
    --brand-light-gray: #e9e9e9;
    --brand-blue: #0b4ea0;
    --brand-lblue: #61bdff;
    --brand-green: #72b26d;
    --brand-black: #000000;
    --brand-Red: #eb0d0d;
    --brand-purple: rebeccapurple;
}

.blue {
    color: #0b4ea0;
}

.bg-blue {
    background: #0b4ea0;
}

.bdr-blue {
    color: #0b4ea0;
}

.lblue {
    color: #61bdff;
}

.bg-lblue {
    background: #61bdff;
}

.bdr-lblue {
    color: #61bdff;
}

.green {
    color: #72b26d;
}

.bg-green {
    background: #72b26d;
}

.bdr-green {
    color: #72b26d;
}



/*Red*/
.Red {
    color: Red
}

.bg-Red {
    background: #eb0d0d;
}

.bdr-Red {
    color: #eb0d0d;
}
/*purple*/
.purple {
    color: rebeccapurple;
}

.bg-purple {
    background: rebeccapurple;
}

.bdr-purple {
    color: rebeccapurple;
}

/*black*/
.black {
    color: black;
}

.bg-black {
    background: black;
}

.bdr-black {
    color: black;
}



html,
body {
    min-height: 100%;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    background: #fff;
    position: relative;
}
/* ------Comment By Pawan--------- */
/* ::-webkit-scrollbar-track {
  box-shadow: 0;
  background: #f2f2f2;
  border-radius: 0;
} */

/* =============== Change Scrollbar Css Start Here =============== */








/* =============== Theme Blue Scrollbar =============== */
.theme_blue::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    ;
    border-radius: 10px;
}

.theme_blue::-webkit-scrollbar {
    width: 15px;
}

.theme_blue::-webkit-scrollbar-thumb {
    background: var(--brand-blue);
    border-radius: 10px;
}




/* =============== Theme Light Blue Scrollbar =============== */
.theme_1blue::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    ;
    border-radius: 10px;
}

.theme_lblue::-webkit-scrollbar {
    width: 15px;
}

.theme_lblue::-webkit-scrollbar-thumb {
    background: var(--brand-lblue);
    border-radius: 10px;
}

/* =============== Theme Green Scrollbar =============== */
.theme_green::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.theme_green::-webkit-scrollbar {
    width: 15px;
}

.theme_green::-webkit-scrollbar-thumb {
    background: var(--brand-green);
    border-radius: 10px;
}


/* =============== Theme Red Scrollbar =============== */
.theme_Red::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    ;
    border-radius: 10px;
}

.theme_Red::-webkit-scrollbar {
    width: 15px;
}

.theme_green::-webkit-scrollbar-thumb {
    background: var(--brand-Red);
    border-radius: 10px;
}


/* =============== Theme black Scrollbar =============== */
.theme_black::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    border-radius: 10px;
}

.theme_black::-webkit-scrollbar {
    width: 15px;
}

.theme_black::-webkit-scrollbar-thumb {
    background: var(--brand-black);
    border-radius: 10px;
}

/* =============== Theme purple Scrollbar =============== */
.theme_purple::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    border-radius: 10px;
}

.theme_purple::-webkit-scrollbar {
    width: 15px;
}

.theme_purple::-webkit-scrollbar-thumb {
    background: var(--brand-purple);
    border-radius: 10px;
}





.theme_blue {
    scrollbar-color: var(--brand-blue) #f6f6f6 !important;
}

.theme_lblue {
    scrollbar-color: var(--brand-lblue) #f6f6f6 !important;
}

.theme_green {
    scrollbar-color: var(--brand-green) #f6f6f6 !important;
}

.theme_Red {
    scrollbar-color: var(--brand-Red) #f6f6f6 !important;
}

.theme_black {
    scrollbar-color: var(--brand-black) #f6f6f6 !important;
}



.theme_purple {
    scrollbar-color: var(--brand-purple) #f6f6f6 !important;
}








/* =============== Change Scrollbar Css End Here =============== */

/* 
.theme_blue main:before{width: 35%; height: 35%; background: url(../../../assest/images/bg-before.png); background-size: 100% 100%; content: ''; left: 0; top: 14%; transform: translateY(-14%); position: absolute; z-index: 0;}
.theme_blue main:after{width: 20%; height: 25%; background: url(../../../assest/images/bg-after.png); background-size: 100% 100%; content: ''; right: 0; top: 28%; transform: translateY(-28%); position: absolute; z-index: 0;}
.theme_green main:before{width: 35%; height: 35%; background: url(../../../assest/images/bg-before-green.png); background-size: 100% 100%; content: ''; left: 0; top: 14%; transform: translateY(-14%); position: absolute; z-index: 0;}
.theme_green main:after{width: 20%; height: 25%; background: url(../../../assest/images/bg-after-green.png); background-size: 100% 100%; content: ''; right: 0; top: 28%; transform: translateY(-28%); position: absolute; z-index: 0;}
.theme_lblue main:before{width: 35%; height: 35%; background: url(../../../assest/images/bg-before.png); background-size: 100% 100%; content: ''; left: 0; top: 14%; transform: translateY(-14%); position: absolute; z-index: 0;opacity: 0.6;}
.theme_lblue main:after{width: 20%; height: 25%; background: url(../../../assest/images/bg-after.png); background-size: 100% 100%; content: ''; right: 0; top: 28%; transform: translateY(-28%); position: absolute; z-index: 0;opacity: 0.6;}
 */

.theme_blue main:before {
    width: 35%;
    height: 35%;
    background-size: 100% 100%;
    content: '';
    left: 0;
    top: 14%;
    transform: translateY(-14%);
    position: absolute;
    z-index: 0;
}

.theme_blue main:after {
    width: 20%;
    height: 25%;
    background-size: 100% 100%;
    content: '';
    right: 0;
    top: 28%;
    transform: translateY(-28%);
    position: absolute;
    z-index: 0;
}

.theme_green main:before {
    width: 35%;
    height: 35%;
    background-size: 100% 100%;
    content: '';
    left: 0;
    top: 14%;
    transform: translateY(-14%);
    position: absolute;
    z-index: 0;
}

.theme_green main:after {
    width: 20%;
    height: 25%;
    background-size: 100% 100%;
    content: '';
    right: 0;
    top: 28%;
    transform: translateY(-28%);
    position: absolute;
    z-index: 0;
}

.theme_Red main:before {
    width: 35%;
    height: 35%;
    background-size: 100% 100%;
    content: '';
    left: 0;
    top: 14%;
    transform: translateY(-14%);
    position: absolute;
    z-index: 0;
}

.theme_Red main:after {
    width: 20%;
    height: 25%;
    background-size: 100% 100%;
    content: '';
    right: 0;
    top: 28%;
    transform: translateY(-28%);
    position: absolute;
    z-index: 0;
}

.theme_black main:before {
    width: 35%;
    height: 35%;
    background-size: 100% 100%;
    content: '';
    left: 0;
    top: 14%;
    transform: translateY(-14%);
    position: absolute;
    z-index: 0;
}

.theme_black main:after {
    width: 20%;
    height: 25%;
    background-size: 100% 100%;
    content: '';
    right: 0;
    top: 28%;
    transform: translateY(-28%);
    position: absolute;
    z-index: 0;
}


.theme_purple main:before {
    width: 35%;
    height: 35%;
    background-size: 100% 100%;
    content: '';
    left: 0;
    top: 14%;
    transform: translateY(-14%);
    position: absolute;
    z-index: 0;
    opacity: 0.6;
}

.theme_purple main:after {
    width: 20%;
    height: 25%;
    background-size: 100% 100%;
    content: '';
    right: 0;
    top: 28%;
    transform: translateY(-28%);
    position: absolute;
    z-index: 0;
    opacity: 0.6;
}


.theme_lblue main:before {
    width: 35%;
    height: 35%;
    background-size: 100% 100%;
    content: '';
    left: 0;
    top: 14%;
    transform: translateY(-14%);
    position: absolute;
    z-index: 0;
    opacity: 0.6;
}

.theme_lblue main:after {
    width: 20%;
    height: 25%;
    background-size: 100% 100%;
    content: '';
    right: 0;
    top: 28%;
    transform: translateY(-28%);
    position: absolute;
    z-index: 0;
    opacity: 0.6;
}



.theme_blue .carousel-indicators .active {
    background: var(--brand-blue) !important;
}

.theme_green .carousel-indicators .active {
    background: var(--brand-green) !important;
}

.theme_lblue .carousel-indicators .active {
    background: var(--brand-lblue) !important;
}

.theme_Red .carousel-indicators .active {
    background: var(--brand-Red) !important;
}

.theme_black .carousel-indicators .active {
    background: var(--brand-black) !important;
}

.theme_purple .carousel-indicators .active {
    background: var(--brand-purple) !important;
}

@media(max-width: 676px) {
    .theme_blue main:before {
        display: none;
    }

    .theme_blue main::after {
        display: none;
    }
}

div, section {
    position: relative;
    z-index: 1;
}

ul {
    padding: 0px;
    margin: 0px;
}

    ul li {
        display: block;
    }

p {
    line-height: 26px;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    font-weight: 300;
    margin: 0px;
}

a {
    text-decoration: none;
    transition: all 0.5s ease;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        text-decoration: none;
        border: 0px;
        outline: 0px;
    }

.mt-top {
    padding-top: 170px !important;
}


.theme_blue .brand-btn {
    background: var(--brand-blue);
    border-radius: 180px;
    padding: 10px 40px;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    line-height: inherit;
}

.theme_green .brand-btn {
    background: var(--brand-green);
    border-radius: 180px;
    padding: 10px 40px;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    line-height: inherit;
}

.theme_lblue .brand-btn {
    background: var(--brand-lblue);
    border-radius: 180px;
    padding: 10px 40px;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    line-height: inherit;
}

.theme_Red .brand-btn {
    background: var(--brand-Red);
    border-radius: 180px;
    padding: 10px 40px;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    line-height: inherit;
}

.theme_black .brand-btn {
    background: var(--brand-black);
    border-radius: 180px;
    padding: 10px 40px;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    line-height: inherit;
}

.theme_purple .brand-btn {
    background: var(--brand-purple);
    border-radius: 180px;
    padding: 10px 40px;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    line-height: inherit;
}

.brand-btn.btn-sm {
    padding: 5px 20px;
    font-size: 14px;
}

header {
    position: relative;
    z-index: 8;
}

.theme_blue .top-bar {
    border-top: 6px solid;
    border-color: var(--brand-blue);
}

.theme_green .top-bar {
    border-top: 6px solid;
    border-color: var(--brand-green);
}

.theme_lblue .top-bar {
    border-top: 6px solid;
    border-color: var(--brand-lblue);
}

.theme_Red .top-bar {
    border-top: 6px solid;
    border-color: var(--brand-Red);
}

.theme_black .top-bar {
    border-top: 6px solid;
    border-color: var(--brand-black);
}

.theme_purple .top-bar {
    border-top: 6px solid;
    border-color: var(--brand-purple);
}

.header-top {
    padding: 12px 0;
}

.top-logo {
    float: right;
}

    .top-logo li {
        display: inline-block;
        padding: 0 5px;
    }

header .navbar-nav li {
    position: relative;
}

header .dropdown-menu {
    min-width: 250px;
    width: 250px;
    max-width: 450px;
    left: 0;
}



header .dropdown-item {
    white-space: inherit !important;
}

section {
    margin-top: calc(15px + 1vw);
    margin-bottom: calc(15px + 1vw);
}

.dropend .dropdown-toggle::after {
    content: "\f107";
    font-family: FontAwesome;
    border: none;
    width: 10px;
    height: auto;
}
/* this area is for top bar css  */
.topbar_border {
    position: relative;
    height: 30px;
    padding: 1px 0px 6px 0px;
    font-size: 13px;
    text-transform: capitalize;
    top: -1px;
}

.theme_blue .topbar_border {
    background-color: var(--brand-blue);
}

.theme_green .topbar_border {
    background-color: var(--brand-green);
}

.theme_Red .topbar_border {
    background-color: var(--brand-Red);
}

.theme_lblue .topbar_border {
    background-color: var(--brand-lblue);
}

.theme_black .topbar_border {
    background-color: var(--brand-black);
}

.theme_purple .topbar_border {
    background-color: var(--brand-purple);
}


.topbar_border::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -30px;
    top: 0;
    border-left: 30px solid transparent;
}

.theme_blue .topbar_border::after {
    border-top: 30px solid var(--brand-blue);
}

.theme_green .topbar_border::after {
    border-top: 30px solid var(--brand-green);
}

.theme_Red .topbar_border::after {
    border-top: 30px solid var(--brand-Red);
}

.theme_lblue .topbar_border::after {
    border-top: 30px solid var(--brand-lblue);
}

.theme_black .topbar_border::after {
    border-top: 30px solid var(--brand-black);
}

.theme_purple .topbar_border::after {
    border-top: 30px solid var(--brand-purple);
}

.topbar_border::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -30px;
    top: 0;
    border-right: 30px solid transparent;
}

.theme_blue .topbar_border::before {
    border-top: 30px solid var(--brand-blue);
}

.theme_green .topbar_border::before {
    border-top: 30px solid var(--brand-green);
}

.theme_Red .topbar_border::before {
    border-top: 30px solid var(--brand-Red);
}

.theme_lblue .topbar_border::before {
    border-top: 30px solid var(--brand-lblue);
}

.theme_black .topbar_border::before {
    border-top: 30px solid var(--brand-black);
}

.theme_purple .topbar_border::before {
    border-top: 30px solid var(--brand-purple);
}


@media(max-width: 450px) {
    .topbar_border {
        height: auto;
    }

        .topbar_border::after {
            border-width: 50px;
        }

        .topbar_border::before {
            border-width: 50px;
        }
}

.font-btn {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 2px;
    color: black;
    font-size: 10px !important;
    font-weight: 400;
    padding: 4px;
    text-decoration: none;
}
/* end here  */

/* this area is for for navbar  */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
    position: static;
}

    .nav-item.dropdown.dropdown-mega .dropdown-menu {
        width: 90%;
        top: auto;
        left: 5%;
    }

header .navbar {
    padding: 0;
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler .hamburger-toggle {
        position: relative;
        /* display: inline-block; */
        width: 50px;
        height: 50px;
        z-index: 11;
        float: right;
    }

        .navbar-toggler .hamburger-toggle .hamburger {
            position: absolute;
            transform: translate(-50%, -50%) rotate(0deg);
            left: 50%;
            top: 50%;
            width: 50%;
            height: 50%;
            pointer-events: none;
        }

            .navbar-toggler .hamburger-toggle .hamburger span {
                width: 100%;
                height: 4px;
                position: absolute;
                background: #333;
                border-radius: 2px;
                z-index: 1;
                transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
                left: 0px;
            }

                .navbar-toggler .hamburger-toggle .hamburger span:first-child {
                    top: 10%;
                    transform-origin: 50% 50%;
                    transform: translate(0% -50%) !important;
                }

                .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
                    top: 50%;
                    transform: translate(0, -50%);
                }

                .navbar-toggler .hamburger-toggle .hamburger span:last-child {
                    left: 0px;
                    top: auto;
                    bottom: 10%;
                    transform-origin: 50% 50%;
                }

            .navbar-toggler .hamburger-toggle .hamburger.active span {
                position: absolute;
                margin: 0;
            }

                .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
                    top: 45%;
                    transform: rotate(45deg);
                }

                .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
                    left: 50%;
                    width: 0px;
                }

                .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
                    top: 45%;
                    transform: rotate(-45deg);
                }

.dropdown-menu li a {
    color: #000 !important;
}

.icons {
    display: inline-flex;
    margin-left: auto;
}

    .icons a {
        transition: all 0.2s ease-in-out;
        padding: 0.2rem 0.4rem;
        color: #ccc !important;
        text-decoration: none;
    }

        .icons a:hover {
            color: white;
            text-shadow: 0 0 30px white;
        }
/* .theme_blue .navbar{
  background-color: var(--brand-blue);
}
.theme_green .navbar{
  background-color: var(--brand-green);
}
.theme_Red .navbar{
  background-color: var(--brand-Red);
}
.theme_lblue .navbar{
  background-color: var(--brand-lblue);
} */
header .nav-link {
    color: #fff;
    padding: 13px 10px !important;
    font-size: 15px;
}

    header .nav-link.active,
    header .nav-link.active:hover,
    header .nav-link.active:focus,
    header .nav-link:hover,
    header .nav-link:focus {
        color: white !important;
        background-color: rgba(255, 255, 255, 0.1);
    }

header .dropdown-toggle::after {
    display: none;
}
/*.........................comment by pawan.........................*/
/* header .dropdown-menu ul{position: inherit !important; box-shadow: inherit !important; left: inherit !important; border: none !important; background-color: #f5f5f5;margin-left: 0px !important;border-radius: 0% !important;} */

/* end here  */

/* ===================================SLIDER======================================== */
.main-slider .carousel-inner {
    max-height: 403px;
    border-radius: 15px;
}


.main-slider .carousel img {
    height: 100%;
    border-radius: 15px;
    min-height: 403px;
    max-height: 403px;
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 1;
    border: 0;
}

.carousel-indicators [data-bs-target] {
    margin: 0 2px;
}


.theme_blue .carousel-indicators .active {
    background: var(--brand-blue);
}

.theme_green .carousel-indicators .active {
    background: var(--brand-green);
}

.theme_lblue .carousel-indicators .active {
    background: var(--brand-lblue);
}

.theme_Red .carousel-indicators .active {
    background: var(--brand-Red);
}

.theme_black .carousel-indicators .active {
    background: var(--brand-black);
}

.theme_purple .carousel-indicators .active {
    background: var(--brand-purple);
}


.carousel-indicators {
    margin-bottom: 1rem;
    display: none !important;
}

#carouselExampleDark .carousel-inner {
    min-width: 100%;
    max-width: 100%;
    height: 350px !important;
    min-height: 350px;
    border-radius: 15px;
}

    #carouselExampleDark .carousel-inner img {
        min-width: 100%;
        max-width: 100%;
        min-height: 350px;
        max-height: 350px;
    }

#carouselExampleDark {
    min-width: 100%;
    max-width: 100%;
}
/* ===================================Latest Update======================================== */
.latestnews {
    border: #e9e9e9 1px solid;
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 420px;
    overflow: hidden;
    background: #fff;
}

.holder {
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    padding: 10px 0px;
    font-family: Helvetica;
}

    .holder ul {
        list-style: none;
        margin: 0;
        padding: 0px 25px;
        position: relative;
        animation-name: latestNews;
        animation-iteration-count: infinite;
        animation-fill-mode: forward;
        animation-timing-function: linear;
        transform: translateY(0%);
        top: 418px;
    }

        .holder ul#ticker02 {
            top: 0px;
        }

        .holder ul#ticker03 {
            top: 0px;
        }

        .holder ul#ticker04 {
            top: 0px;
        }

        .holder ul#ticker05 {
            top: 0px;
        }

        .holder ul#ticker06 {
            top: 0px;
        }

        .holder ul#ticker07 {
            top: 0px;
        }

        .holder ul#ticker08 {
            top: 0px;
        }



    .holder:hover > ul {
        animation-play-state: paused;
    }

@keyframes latestNews {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-104%);
        top: 0px;
    }
}

.holder ul li {
    padding: 5px 0px;
}

    .holder ul li::before {
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        margin-right: 5px;
        font-size: 17px;
        color: var(--brand-black);
    }

    .holder ul li a {
        font-size: 14px;
        text-decoration: none;
        color: var(--brand-gray);
    }

.theme_blue .holder ul li a:hover {
    color: var(--brand-blue);
}

.theme_green .holder ul li a:hover {
    color: var(--brand-green);
}

.theme_Red .holder ul li a:hover {
    color: var(--brand-Red);
}

.theme_lblue .holder ul li a:hover {
    color: var(--brand-lblue);
}

.theme_black .holder ul li a:hover {
    color: var(--brand-black);
}

.theme_purple .holder ul li a:hover {
    color: var(--brand-purple);
}

.ticker-heading {
    width: 100%;
    margin: 5px 0px;
    padding: 5px 0px;
}

.theme_blue .ticker-heading {
    border-left: 10px solid var(--brand-blue);
}

.theme_green .ticker-heading {
    border-left: 10px solid var(--brand-green);
}

.theme_Red .ticker-heading {
    border-left: 10px solid var(--brand-Red);
}

.theme_lblue .ticker-heading {
    border-left: 10px solid var(--brand-lblue);
}

.theme_black .ticker-heading {
    border-left: 10px solid var(--brand-black);
}



.about_title {
    width: 100%;
    margin: 5px 0px;
}

.theme_blue .about_title {
    border-left: 10px solid var(--brand-blue);
}

.theme_green .about_title {
    border-left: 10px solid var(--brand-green);
}

.theme_Red .about_title {
    border-left: 10px solid var(--brand-Red);
}

.theme_lblue .about_title {
    border-left: 10px solid var(--brand-lblue);
}

.theme_black .about_title {
    border-left: 10px solid var(--brand-black);
}

.theme_purple .about_title {
    border-left: 10px solid var(--brand-purple);
}


.ticker-heading h3 {
    font-size: 18px;
    margin-left: 10px;
    font-weight: 600;
    color: #ffff;
}


/*
.theme_blue .ticker-heading h3{
  color: var(--brand-blue);
}
.theme_green .ticker-heading h3{
  color: var(--brand-green);
}
.theme_Red .ticker-heading h3{
  color: var(--brand-Red);
}
.theme_lblue .ticker-heading h3{
  color: var(--brand-lblue);
}
.theme_black .ticker-heading h3{
  color: var(--brand-black);
}
.theme_purple .ticker-heading h3{
  color: var(--brand-purple);
}
*/
.theme_purple .clg-updates {
    background-color: #f4eaff;
}

.theme_lblue .clg-updates {
    background-color: #eff9ff;
}

.theme_green .clg-updates {
    background-color: #eff9ff;
}

.clg-updates {
    padding: 6px
}

    .clg-updates .update-col .hd {
        border-bottom: #ddd 1px solid;
        padding-bottom: 4px;
        float: left;
        width: 100%;
    }

    .clg-updates .update-col h3 {
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        float: left;
    }

.theme_lblue .clg-updates .update-col h3, .theme_lblue .clg-updates .update-col .v-more {
    color: var(--brand-lblue);
}

.theme_green .clg-updates .update-col h3, .theme_green .clg-updates .update-col .v-more {
    color: var(--brand-green);
}

.theme_Red .clg-updates .update-col h3, .theme_Red .clg-updates .update-col .v-more {
    color: var(--brand-Red);
}


.theme_blue .clg-updates .update-col h3, .theme_blue .clg-updates .update-col .v-more {
    color: var(--brand-blue);
}


.theme_purple .clg-updates .update-col h3, .theme_purple .clg-updates .update-col .v-more {
    color: var(--brand-purple);
}


.theme_black .clg-updates .update-col h3, .theme_black .clg-updates .update-col .v-more {
    color: var(--brand-black);
}







.update-col .holder {
    z-index: 0;
    max-height: 200px;
    min-height: 200px;
}

    .update-col .holder ul {
        padding: 0;
        text-align: left;
    }

.update-col .dropdown {
    float: right;
    margin-top: -5px;
}

    .update-col .dropdown button {
        padding: 0;
        border: 0;
        width: 19px;
        height: 19px;
        line-height: 28px;
        border-radius: 50%;
        background: var(--brand-blue);
        color: #fff;
        font-size: 20px;
        outline: none;
    }

        .update-col .dropdown button:hover {
            background: #000;
            color: #fff;
            outline: none;
        }

.update-col .dropdown-menu {
    text-align: right;
    min-width: 90px !important;
    inset: inherit !important;
    top: 0px !important;
    right: 0 !important;
}

    .update-col .dropdown-menu li a {
        font-size: 13px;
    }

.update-col .dropdown-toggle::after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
    font-size: 17px;
    color: #fff;
    border: 0;
    margin: 0;
    padding: 0;
}

.clg-updates .update-col .v-more {
    font-size: 12px;
    font-weight: 500;
    color: var(--brand-blue);
    margin-top: 5px;
}

    .clg-updates .update-col .v-more:hover {
        color: var(--brand-black);
    }
/* ===================================Campus======================================== */

.campus {
    background-color: #fff;
    border: #e9e9e9 1px solid;
    border-radius: 15px;
    width: 100%;
    padding: 0 20px 20px 20px;
    background: #fff;
    max-height: 345px
}

    .campus h3 {
        font-size: 25px;
        margin: 15px 0;
        color: var(--brand-blue);
    }

.theme_lblue .campus h3, .theme_lblue .campus a {
    color: var(--brand-lblue) !important;
}

.theme_green .campus h3, .theme_green .campus a {
    color: var(--brand-green) !important;
}

.theme_Red .campus h3, .theme_Red .campus a {
    color: var(--brand-Red) !important;
}

.theme_blue .campus h3, .theme_blue .campus a {
    color: var(--brand-blue) !important;
}

.theme_black .campus h3, .theme_black .campus a {
    color: var(--brand-black) !important;
}

.theme_purple .campus h3, .theme_purple .campus a {
    color: var(--brand-purple) !important;
}








.campus img {
    max-width: 100%;
    border-radius: 10px;
    max-height: 220px;
    margin-bottom: 15px;
}

.nav-tabs {
    border: 0;
    margin-top: -1px;
    display: inline-block;
}

.campus .nav-tabs .nav-link {
    color: var(--brand-gray);
    display: inline-block;
    padding: 9px 25px;
    color: var(--brand-black);
    outline: none !important;
}

@media(max-width: 450px) {
    .campus .nav-tabs .nav-link {
        font-size: 12px;
        padding: 5px 8px;
    }
}

.campus .nav-tabs .nav-link:hover, .campus .nav-tabs .nav-link.active {
    border-top: 1px #fff solid;
    border-bottom: 1px solid var(--brand-light-gray);
    border-radius: 0 0 10px 10px;
}

.campus p {
    font-size: 14px;
    color: var(--brand-gray);
    line-height: 20px;
    margin-bottom: 6px !important;
    margin-top: 15px;
}

.theme_blue .campus p a {
    display: block;
    margin-top: 8px;
    color: var(--brand-blue);
}

.theme_green .campus p a {
    display: block;
    margin-top: 8px;
    color: var(--brand-green);
}

.theme_Red .campus p a {
    display: block;
    margin-top: 8px;
    color: var(--brand-Red);
}

.theme_lblue .campus p a {
    display: block;
    margin-top: 8px;
    color: var(--brand-lblue);
}

.theme_black .campus p a {
    display: block;
    margin-top: 8px;
    color: var(--brand-black);
}

.theme_purple .campus p a {
    display: block;
    margin-top: 8px;
    color: var(--brand-purple);
}



.chancellor #myCarousel {
    padding: 10px 0;
}

.chancellor #myCarousel {
    margin-top: 10px;
    margin-bottom: 20px;
}

#myCarousel {
    background-color: #fff;
    border: #e9e9e9 1px solid;
    border-radius: 25px;
    width: 100%;
    padding: 20px;
    text-align: center;
}

    #myCarousel img {
        max-width: 140px;
        min-width: 115px;
        max-height: 110px;
        min-height: 110px;
        border-radius: 50%;
    }

.theme_blue #myCarousel small {
    font-size: 17px;
    color: var(--brand-blue);
    display: block;
    margin-bottom: 2px;
}

.theme_green #myCarousel small {
    font-size: 17px;
    color: var(--brand-green);
    display: block;
    margin-bottom: 2px;
}

.theme_Red #myCarousel small {
    font-size: 17px;
    color: var(--brand-Red);
    display: block;
    margin-bottom: 2px;
}

.theme_lblue #myCarousel small {
    font-size: 17px;
    color: var(--brand-lblue);
    display: block;
    margin-bottom: 2px;
}

.theme_black #myCarousel small {
    font-size: 17px;
    color: var(--brand-black);
    display: block;
    margin-bottom: 2px;
}

.theme_purple #myCarousel small {
    font-size: 17px;
    color: var(--brand-purple);
    display: block;
    margin-bottom: 2px;
}


#myCarousel h2 {
    font-size: 17px;
    color: var(--brand-black);
    display: block;
    margin: 10px 0px 2px 0px;
}

#myCarousel span {
    font-size: 13px;
    color: var(--brand-gray);
    display: block;
    margin-bottom: 2px;
}

#myCarousel p {
    font-size: 14px;
    color: var(--brand-gray);
    display: block;
    line-height: 18px;
}


.theme_blue #myCarousel p a {
    display: block;
    margin-top: 8px;
    color: var(--brand-blue);
}

.theme_green #myCarousel p a {
    display: block;
    margin-top: 8px;
    color: var(--brand-green);
}

.theme_Red #myCarousel p a {
    display: block;
    margin-top: 8px;
    color: var(--brand-Red);
}

.theme_lblue #myCarousel p a {
    display: block;
    margin-top: 8px;
    color: var(--brand-lblue);
}

.theme_black #myCarousel p a {
    display: block;
    margin-top: 8px;
    color: var(--brand-black);
}

.theme_purple #myCarousel p a {
    display: block;
    margin-top: 8px;
    color: var(--brand-purple);
}


#myCarousel .carousel-indicators {
    position: relative;
}

    #myCarousel .carousel-indicators li {
        background: var(--brand-light-gray);
    }

.theme_blue #myCarousel .carousel-indicators li.active {
    background: var(--brand-blue);
}

.theme_green #myCarousel .carousel-indicators li.active {
    background: var(--brand-green);
}

.theme_lblue #myCarousel .carousel-indicators li.active {
    background: var(--brand-lblue);
}

.theme_Red #myCarousel .carousel-indicators li.active {
    background: var(--brand-Red);
}

.theme_black #myCarousel .carousel-indicators li.active {
    background: var(--brand-black);
}

.theme_purple #myCarousel .carousel-indicators li.active {
    background: var(--brand-purple);
}


/* ===================================this area is for update secion======================================== */
@media(max-width: 450px) {
}

.update-btn {
    background-color: #f6f6f6 !important;
    color: black !important;
    font-weight: 500 !important;
    margin: 10px 10px;
    padding: 8px 25px;
}

.theme_blue .update-btn.active {
    background-color: var(--brand-blue) !important;
    color: white !important;
}

.theme_green .update-btn.active {
    background-color: var(--brand-green) !important;
    color: white !important;
}

.theme_green .update-btn.active {
    background-color: var(--brand-Red) !important;
    color: white !important;
}

.theme_lblue .update-btn.active {
    background-color: var(--brand-lblue) !important;
    color: white !important;
}

.theme_black .update-btn.active {
    background-color: var(--brand-black) !important;
    color: white !important;
}

.theme_purple .update-btn.active {
    background-color: var(--brand-purple) !important;
    color: white !important;
}


.update-col {
    margin: .5%;
    flex-basis: 24%;
    padding: 10px;
    display: inline-block !important;
    border: 1px solid #dedede;
    border-radius: 6px;
    transition: all .3s;
    cursor: pointer;
    background-color: white;
}
    /*
Comment By Pawan Singh

.update-content{
  border-radius: 6px;
  width: 100%;
  border: 1px solid #dedede;
  padding: 14px;
  transition: all .3s;
  cursor: pointer;
  background-color: white;
}
.update-content:hover{
    box-shadow: -0.977px 2.837px 14.08px 1.92px rgba(0, 0, 0, 0.18);
}
*/
    .update-col:hover {
        box-shadow: -0.977px 2.837px 14.08px 1.92px rgba(0, 0, 0, 0.18);
    }


.theme_blue .update-content:hover > .date {
    background-color: var(--brand-blue);
    color: white;
}

.theme_green .update-content:hover > .date {
    background-color: var(--brand-green);
    color: white;
}

.theme_Red .update-content:hover > .date {
    background-color: var(--brand-Red);
    color: white;
}

.theme_lblue .update-content:hover > .date {
    background-color: var(--brand-lblue);
    color: white;
}

.theme_black .update-content:hover > .date {
    background-color: var(--brand-black);
    color: white;
}

.theme_purple .update-content:hover > .date {
    background-color: var(--brand-purple);
    color: white;
}


.update-col:last-child {
    margin-right: 0;
}

.update-col .date {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    transition: all .3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f6f6f6;
    font-size: .6rem;
    font-weight: 600;
    margin: auto;
    margin-bottom: 6px;
}

.theme_blue .update-col .date {
    color: var(--brand-blue);
}

.theme_green .update-col .date {
    color: var(--brand-green);
}

.theme_Red .update-col .date {
    color: var(--brand-Red);
}

.theme_lblue .update-col .date {
    color: var(--brand-lblue);
}

.theme_black .update-col .date {
    color: var(--brand-black);
}

.theme_purple .update-col .date {
    color: var(--brand-purple);
}


.update-col .date span {
    display: block;
    margin-top: -5px;
    font-size: .8rem;
}

.update-col .time {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 4px;
}

.theme_blue .update-col .time {
    color: var(--brand-blue);
}

.theme_green .update-col .time {
    color: var(--brand-green);
}

.theme_Red .update-col .time {
    color: var(--brand-Red);
}

.theme_lblue .update-col .time {
    color: var(--brand-lblue);
}

.theme_black .update-col .time {
    color: var(--brand-black);
}

.theme_purple .update-col .time {
    color: var(--brand-purple);
}


.update-col .news {
    color: var(--brand-gray);
    font-weight: 500;
    margin-bottom: 6;
    font-size: 13px;
}

.theme_blue .moreupdate {
    color: var(--brand-blue);
    font-weight: 500;
}

.theme_green .moreupdate {
    color: var(--brand-green);
    font-weight: 500;
}

.theme_Red .moreupdate {
    color: var(--brand-Red);
    font-weight: 500;
}

.theme_lblue .moreupdate {
    color: var(--brand-lblue);
    font-weight: 500;
}

.theme_black .moreupdate {
    color: var(--brand-black);
    font-weight: 500;
}

.theme_purple .moreupdate {
    color: var(--brand-purple);
    font-weight: 500;
}


.theme_blue .moreupdate:hover {
    color: var(--brand-blue);
}

.theme_green .moreupdate:hover {
    color: var(--brand-green);
}

.theme_lblue .moreupdate:hover {
    color: var(--brand-lblue);
}

.theme_Red .moreupdate:hover {
    color: var(--brand-Red);
}

.theme_black .moreupdate:hover {
    color: var(--brand-black);
}

.theme_purple .moreupdate:hover {
    color: var(--brand-purple);
}
/* end here  */



/* ===================================this area is for Usefull Links======================================== */
.bg-gradiant-bluwe {
    padding: 35px 0;
    background-image: -moz-linear-gradient( 72deg, rgb(255,255,255) 0%, rgb(226,243,255) 100%, rgb(255,204,102) 100%);
    background-image: -webkit-linear-gradient( 72deg, rgb(255,255,255) 0%, rgb(226,243,255) 100%, rgb(255,204,102) 100%);
    background-image: -ms-linear-gradient( 72deg, rgb(255,255,255) 0%, rgb(226,243,255) 100%, rgb(255,204,102) 100%);
}

.usefull-links {
    border: #e9e9e9 1px solid;
    border-radius: 15px;
    padding: 10px 0px;
    overflow: hidden;
    width: 100%;
    text-align: left;
    background: #fff;
}

    .usefull-links ul {
        display: block;
        padding: 10px 20px;
    }

        .usefull-links ul li {
            display: block;
            margin: 3px;
            min-width: 42%;
        }

            /* .usefull-links ul li a{display: inline-block; background: #f9f9f9; color: var(--brand-gray); border: #dfdfdf 1px solid; padding: 8px 22px; border-radius: 180px; margin:3px 0; font-size: 16px;} */

            /* .theme_blue .usefull-links ul li a:hover{background:var(--brand-blue); color:#fff;}
.theme_green .usefull-links ul li a:hover{background:var(--brand-green); color:#fff; bor(--brand-green);
.theme_lblue .usefull-links ul li a:hover{background:var(--brand-lblue); color:#fff; border-color: var(--brand-lblue);} */

            .usefull-links ul li a {
                display: inline-block;
                color: var(--brand-gray);
                padding: 0px 0px;
                border-radius: 180px;
                margin: 3px 0;
                font-size: 16px;
                position: relative;
            }

                .usefull-links ul li a:before {
                    content: "\f105";
                    font: normal normal normal 14px/1 FontAwesome;
                    margin-right: 5px;
                    font-size: 17px;
                    color: var(--brand-black);
                }

.theme_blue .usefull-links ul li a:hover {
    color: var(--brand-blue);
    margin-left: 10px;
}

.theme_green .usefull-links ul li a:hover {
    color: var(--brand-green);
    margin-left: 10px;
}

.theme_lblue .usefull-links ul li a:hover {
    color: var(--brand-lblue);
    margin-left: 10px;
}

.theme_Red .usefull-links ul li a:hover {
    color: var(--brand-Red);
    margin-left: 10px;
}

.theme_black .usefull-links ul li a:hover {
    color: var(--brand-black);
    margin-left: 10px;
}

.theme_purple .usefull-links ul li a:hover {
    color: var(--brand-purple);
    margin-left: 10px;
}


#carouselExampleDark {
    border-radius: 15px;
}

    #carouselExampleDark img {
        border-radius: 15px;
    }

    #carouselExampleDark .carousel-indicators button {
        background: var(--brand-light-gray);
    }

.theme_blue #carouselExampleDark .carousel-indicators button.active {
    background: var(--brand-blue);
}

.theme_green #carouselExampleDark .carousel-indicators button.active {
    background: var(--brand-green);
}

.theme_lblue #carouselExampleDark .carousel-indicators button.active {
    background: var(--brand-lblue);
}

.theme_Red #carouselExampleDark .carousel-indicators button.active {
    background: var(--brand-Red);
}

.theme_black #carouselExampleDark .carousel-indicators button.active {
    background: var(--brand-black);
}

.theme_purple #carouselExampleDark .carousel-indicators button.active {
    background: var(--brand-purple);
}

#carouselExampleDark span {
    filter: inherit
}

/* ===================================this area is for Apply Now======================================== */
.boxss {
    border: #e9e9e9 1px solid;
    border-radius: 15px;
    padding: 10px 0px;
    overflow: hidden;
    width: 100%;
    text-align: left;
    background: #fff;
}

.applyNow {
    padding: 20px;
    background: url(../../../assest/images/apply-now-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

    .applyNow img {
        margin-bottom: 10px;
        max-width: 75px;
    }

    .applyNow h2 {
        font-size: 25px;
        font-weight: 500;
    }
    /* .applyNow h2{font-size: 38px; font-weight: 500;} */

    .applyNow p {
        font-size: 16px;
        color: var(--brand-gray);
        padding: 0;
        margin: 0;
    }

.theme_blue .applyNow h2 {
    color: var(--brand-blue);
}

.theme_green .applyNow h2 {
    color: var(--brand-green);
}

.theme_Red .applyNow h2 {
    color: var(--brand-Red);
}

.theme_purple .applyNow h2 {
    color: var(--brand-purple);
}

.theme_black .applyNow h2 {
    color: var(--brand-black);
}

.theme_lblue .applyNow h2 {
    color: var(--brand-lblue);
}

.theme_blue .applyNow a {
    background: var(--brand-blue);
    border-radius: 180px;
    padding: 7px 35px;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    line-height: inherit;
}

.theme_green .applyNow a {
    background: var(--brand-green);
    border-radius: 180px;
    padding: 7px 35px;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    line-height: inherit;
}

.theme_lblue .applyNow a {
    background: var(--brand-lblue);
    border-radius: 180px;
    padding: 7px 35px;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    line-height: inherit;
}

.theme_black .applyNow a {
    background: var(--brand-black);
    border-radius: 180px;
    padding: 7px 35px;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    line-height: inherit;
}

.theme_purple .applyNow a {
    background: var(--brand-purple);
    border-radius: 180px;
    padding: 7px 35px;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    line-height: inherit;
}

.applyNow a:hover {
    background: var(--brand-black);
}

.theme_Red .applyNow a {
    background: var(--brand-Red);
    border-radius: 180px;
    padding: 7px 35px;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    line-height: inherit;
}


.theme_black .applyNow a {
    background: var(--brand-black);
    border-radius: 180px;
    padding: 7px 35px;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    line-height: inherit;
}

.theme_purple .applyNow a {
    background: var(--brand-purple);
    border-radius: 180px;
    padding: 7px 35px;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    line-height: inherit;
}



.employee-corner {
    display: flex;
    flex-wrap: wrap;
    border: #e9e9e9 1px solid;
    border-radius: 15px;
    padding: 10px 0px;
    overflow: hidden;
    width: 100%;
    text-align: left;
    background: #fff;
    vertical-align: top;
    align-items: flex-start;
}

    .employee-corner ul {
        padding: 10px 20px;
        display: inline-block;
        margin: 0px .5%;
        width: 48%;
    }

        .employee-corner ul li {
            display: block;
        }

            .employee-corner ul li a {
                display: inline-block;
                color: var(--brand-gray);
                padding: 4px 0px 4px 15px;
                border-radius: 180px;
                margin: 0px 0;
                font-size: 15px;
                position: relative;
            }

                .employee-corner ul li a:before {
                    content: "\f105";
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: 17px;
                    color: var(--brand-black);
                    position: absolute;
                    left: 3px;
                    top: 6px;
                }

.theme_blue .employee-corner ul li a:hover {
    color: var(--brand-blue);
    margin-left: 5px;
}

.theme_green .employee-corner ul li a:hover {
    color: var(--brand-green);
    margin-left: 5px;
}

.theme_lblue .employee-corner ul li a:hover {
    color: var(--brand-lblue);
    margin-left: 5px;
}

.theme_Red .employee-corner ul li a:hover {
    color: var(--brand-Red);
    margin-left: 5px;
}

.theme_purple .employee-corner ul li a:hover {
    color: var(--brand-purple);
    margin-left: 5px;
}

.theme_black .employee-corner ul li a:hover {
    color: var(--brand-black);
    margin-left: 5px;
}



/* ===================================This area is for footer======================================== */
.site-footer {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

.theme_blue .site-footer {
    /*background-color:var(--brand-blue);*/
    border-top: 8px solid #063876;
}

.theme_green .site-footer {
    /*border-top: 8px solid #388033;*/
    background-color: var(--brand-green);
}

.theme_Red .site-footer {
    /*border-top: 8px solid Red;*/
    background-color: var(--brand-Red);
}

.theme_lblue .site-footer {
    /*  border-top: 8px solid #2786c9;*/
    background-color: var(--brand-lblue);
}

.theme_purple .site-footer {
    /* border-top: 8px solid purple;*/
    background-color: var(--brand-purple);
}

.theme_black .site-footer {
    /*border-top: 8px solid darkgrey;*/
    background-color: var(--brand-black);
}

.theme_blue .brand-footer {
    /*background-color: #1862bd;*/
    width: 90%;
}

.theme_green .brand-footer {
    background-color: #83ce7e;
    width: 90%;
}

.theme_Red .brand-footer {
    background-color: #e70808;
    width: 90%;
}

.theme_lblue .brand-footer {
    background-color: #9cd6ff;
    width: 90%;
}

.theme_black .brand-footer {
    background-color: dimgrey;
    width: 90%;
}

.theme_purple .brand-footer {
    background-color: #f4eaff;
    width: 90%;
}

.botm-footer p {
    font-size: 13px;
}

@media(max-width: 767px) {
    .brand-footer {
        width: 100% !important;
    }
}

.brand-footer img {
    margin-bottom: 25px;
}

.brand-footer p {
    font-size: 13px;
    margin-bottom: 0px;
}

    .brand-footer p span {
        font-weight: 700;
        font-size: 13px;
        margin-bottom: 0px;
    }

.brand-footer .f-head {
    font-size: 15px !important;
    margin-bottom: 0px;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
}

    .site-footer hr.small {
        margin: 20px 0
    }

.site-footer h6 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
}

    .site-footer h6:after {
        width: 40px;
        transition: all .3s;
        height: 2px;
        background: #fff;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
    }

.site-footer .col-md-4:hover h6:after {
    width: 100px;
}

.site-footer a, .site-footer a:hover {
    color: #fff;
}

.footer-links {
    padding: 0px;
    list-style: none
}

.site-footer li {
    line-height: 30px;
    gap: 20px;
}

.footer-links li {
    display: block;
    line-height: 28px;
}

.footer-links a {
    font-size: 16px;
    color: #fff
}

    .footer-links a:active, .footer-links a:focus, .footer-links a:hover {
        color: #fff;
        text-decoration: none;
        padding-left: 10px;
    }

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: right
}

    .site-footer .social-icons a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 6px;
        margin-right: 0;
        border-radius: 100%;
        background-color: #33353d
    }

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }

        .site-footer .copyright-text, .site-footer .social-icons {
            text-align: center
        }
}

/* Add a smooth transition for all footer links */
.footer-links li a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0px;
    color: #ccc;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none; /* Remove underline */
}

    /* Add a slight zoom effect and color change on hover */
    .footer-links li a:hover {
        color: #fff; /* Change text color to white on hover */
        padding-left: 1%; /* Indentation effect */
    }

        /* Increase icon size and color change */
        .footer-links li a:hover i {
            color: #00bcd4; /* Icon color change */
            transform: scale(1.2); /* Slight zoom effect */
            transition: transform 0.3s ease, color 0.3s ease;
        }

/* Add transition effect for social icons */
.social-icons a {
    font-size: 16px;
    color: #fff;
    background-color: #444;
    margin-left: 6px;
    padding: 0px;
    border-radius: 50%;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

    /* Hover effect for social icons */
    .social-icons a:hover {
        background-color: #00bcd4;
        transform: scale(1.1); /* Slight zoom-in effect */
    }

/* Optionally, add a hover effect for the sports icon */
.footer-links li a:hover .fa-futbol {
    color: #00bcd4; /* Make the sports icon change color on hover */
    transform: scale(1.3); /* Zoom effect for the icon */
    transition: transform 0.3s ease, color 0.3s ease;
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .social-icons li {
        display: inline-block;
        margin-bottom: 4px
    }

        .social-icons li.title {
            margin-right: 15px;
            text-transform: uppercase;
            color: #96a2b2;
            font-weight: 700;
            font-size: 13px
        }

    .social-icons a {
        background-color: #eceeef;
        color: #818a91;
        font-size: 16px;
        display: inline-block;
        line-height: 44px;
        width: 44px;
        height: 44px;
        text-align: center;
        margin-right: 8px;
        border-radius: 100%;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear
    }

        .social-icons a:active, .social-icons a:focus, .social-icons a:hover {
            color: #fff;
            background-color: #29aafe
        }

    .social-icons.size-sm a {
        line-height: 34px;
        height: 34px;
        width: 34px;
        font-size: 14px
    }

    .social-icons a.facebook:hover {
        background-color: #3b5998
    }

    .social-icons a.twitter:hover {
        background-color: #00aced
    }

    .social-icons a.linkedin:hover {
        background-color: #007bb6
    }

    .social-icons a.dribbble:hover {
        background-color: #ea4c89
    }

@media (min-width:768px) {
    #carouselExampleDark img {
        min-height: 415px;
    }
}

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}

.company:hover {
    color: white !important;
}
/* end here  */
/* this area is for fixed social icon  */
/* fixed social*/
#fixed-social {
    position: fixed;
    top: 70%;
    right: 0px;
    transform: translateY(-50%);
    z-index: 9;
}

    #fixed-social a {
        color: #fff;
        display: block;
        height: 40px;
        position: relative;
        text-align: center;
        line-height: 40px;
        width: 40px;
        margin-bottom: 1px;
        z-index: 2;
    }

        #fixed-social a:hover > span {
            visibility: visible;
            right: 41px;
            opacity: 1;
        }

        #fixed-social a span {
            line-height: 40px;
            right: 60px;
            position: absolute;
            text-align: center;
            width: 120px;
            visibility: hidden;
            transition-duration: 0.5s;
            z-index: 1;
            opacity: 0;
        }

.fixed-facebook {
    background-color: #00AAE5;
}

    .fixed-facebook span {
        background-color: #00AAE5;
    }

.fixed-twitter {
    background-color: #7D3895;
}

    .fixed-twitter span {
        background-color: #7D3895;
    }

.fixed-gplus {
    background-color: #00AF54;
}

    .fixed-gplus span {
        background-color: #00AF54;
    }

.fixed-linkedin {
    background-color: #FFC41E;
}

    .fixed-linkedin span {
        background-color: #FFC41E;
    }

.fixed-instagrem {
    background-color: #ED2B29;
}

    .fixed-instagrem span {
        background-color: #ED2B29;
    }

.fixed-tumblr {
    background-color: #EB1471;
}

    .fixed-tumblr span {
        background-color: #EB1471;
    }
/*end fixed social*/
/* end here  */
/* this area is for about section  */
.about_details {
    margin-top: 35px;
}

    .about_details h5 {
        font-size: 18px;
        font-weight: 600;
    }

.theme_blue .about_details h5 {
    color: var(--brand-blue);
}

.theme_green .about_details h5 {
    color: var(--brand-green);
}

.theme_lblue .about_details h5 {
    color: var(--brand-lblue);
}

.theme_Red .about_details h5 {
    color: var(--brand-Red);
}

.theme_black .about_details h5 {
    color: var(--brand-black);
}

.theme_purple .about_details h5 {
    color: var(--brand-purple);
}


.about_details p {
    font-size: 14px;
    font-weight: 500;
    color: var(--brand-gray);
}

.about_details h5::before {
    content: "\f111";
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 12px;
    padding-bottom: 10px;
}

.theme_blue .about_details h5::before {
    color: var(--brand-blue);
}

.theme_green .about_details h5::before {
    color: var(--brand-green);
}

.theme_lblue .about_details h5::before {
    color: var(--brand-lblue);
}

.theme_Red .about_details h5::before {
    color: var(--brand-Red);
}

.theme_black .about_details h5::before {
    color: var(--brand-black);
}

.theme_purple .about_details h5::before {
    color: var(--brand-purple);
}


.detail_link li, .detail_link2 li {
    list-style: none;
    margin-bottom: 8px;
}

    .detail_link li::before {
        content: "\f105";
        font-family: FontAwesome;
        margin-right: 10px;
        font-size: 14px;
        padding-bottom: 10px;
    }

.theme_blue .detail_link li::before {
    color: var(--brand-blue)
}

.theme_green .detail_link li::before {
    color: var(--brand-green)
}

.theme_Red .detail_link li::before {
    color: var(--brand-Red)
}

.theme_lblue .detail_link li::before {
    color: var(--brand-lblue)
}

.theme_black .detail_link li::before {
    color: var(--brand-black)
}

.theme_purple .detail_link li::before {
    color: var(--brand-purple)
}


.detail_link2 li::before {
    content: "\f111";
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 10px;
    padding-bottom: 10px;
}

.theme_blue .detail_link2 li::before {
    color: var(--brand-blue);
}

.theme_green .detail_link2 li::before {
    color: var(--brand-green);
}

.theme_Red .detail_link2 li::before {
    color: var(--brand-Red);
}

.theme_lblue .detail_link2 li::before {
    color: var(--brand-lblue);
}

.theme_black .detail_link2 li::before {
    color: var(--brand-black);
}

.theme_purple .detail_link2 li::before {
    color: var(--brand-purple);
}



.detail_link2 h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.theme_blue .detail_link2 h4 {
    color: var(--brand-blue);
}

.theme_green .detail_link2 h4 {
    color: var(--brand-green);
}

.theme_Red .detail_link2 h4 {
    color: var(--brand-Red);
}

.theme_lblue .detail_link2 h4 {
    color: var(--brand-lblue);
}

.theme_black .detail_link2 h4 {
    color: var(--brand-black);
}

.theme_purple .detail_link2 h4 {
    color: var(--brand-purple);
}



.detail_link li a {
    text-decoration: none;
    font-size: 14px;
    color: var(--brand-gray);
    font-weight: 600;
}

.detail_link2 li a, .detail_link2 li {
    text-decoration: none;
    font-size: 14px;
    color: var(--brand-gray);
    font-weight: 500;
    transition: all .3s;
}

.theme_blue .detail_link li:hover a, .theme_blue .detail_link2 li:hover a, .theme_blue .detail_link2 li:hover {
    color: var(--brand-blue);
    margin-left: 10px;
}

.theme_green .detail_link li:hover a, .theme_green .detail_link2 li:hover a, .theme_green .detail_link2 li:hover {
    color: var(--brand-green);
    margin-left: 10px;
}

.theme_Red .detail_link li:hover a, .theme_Red .detail_link2 li:hover a, .theme_Red .detail_link2 li:hover {
    color: var(--brand-green);
    margin-left: 10px;
}

.theme_lblue .detail_link li:hover a, .theme_lblue .detail_link2 li:hover a, .theme_lblue .detail_link2 li:hover {
    color: var(--brand-lblue);
    margin-left: 10px;
}

    .theme_black .detail_link li:hover a, .theme_lblue .detail_link2 li:hover a, .theme_lblue .detail_link2 li:hover {
        color: var(--brand-black);
        margin-left: 10px;
    }

        .theme_purple .detail_link li:hover a, .theme_lblue .detail_link2 li:hover a, .theme_lblue .detail_link2 li:hover {
            color: var(--brand-purple);
            margin-left: 10px;
        }



/* end here  */
/* this area is for datatabels  */
#datatable, .simple_tabel table {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border-right: 1px solid var(--brand-light-gray) !important;
    border-left: 1px solid var(--brand-light-gray) !important;
}

    #datatable th, #datatable td {
        padding: 15px;
    }

    .simple_tabel table thead tr th, .simple_tabel table tbody tr td {
        padding: 15px;
    }

    #datatable thead tr, .simple_tabel table thead tr {
        background-color: var(--brand-light-gray);
    }

    #datatable tfoot tr {
        background-color: var(--brand-light-gray);
    }

.table_table {
    overflow-x: auto;
}

#datatable tbody td {
    border: none;
}

@media(min-width: 767px) {
    .dataTables_length {
        display: inline;
        float: left;
    }

    .dataTables_filter {
        display: inline;
        float: right;
    }
}

.dataTables_filter, .dataTables_length {
    margin: 18px 0px;
    padding-top: 0px !important;
}

.dataTables_paginate > .paginate_button {
    color: var(--brand-gray);
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: var(--brand-gray) !important;
    border: none;
    cursor: pointer;
    background: transparent !important;
}

.dataTables_paginate span .paginate_button {
    margin: 5px;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
}

.dataTables_filter input {
    border: 1px solid var(--brand-light-gray);
    border-radius: 6px;
    outline: none !important;
    padding: 8px;
    font-size: 12px;
}
/* end here  */
/* this area is for simple denes card  */
.simple_card {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-radius: 15px;
    box-shadow: -0.977px 2.837px 14.08px 1.92px rgba(0, 0, 0, 0.04);
    height: 100%;
}

.simple_card_details h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
}

.theme_blue .simple_card_details h4 {
    color: var(--brand-blue);
}

.theme_green .simple_card_details h4 {
    color: var(--brand-green);
}

.theme_Red .simple_card_details h4 {
    color: var(--brand-Red);
}

.theme_lblue .simple_card_details h4 {
    color: var(--brand-lblue);
}

.theme_black .simple_card_details h4 {
    color: var(--brand-black);
}

.theme_purple .simple_card_details h4 {
    color: var(--brand-purple);
}


.simple_card_details p {
    font-size: 14px;
    color: var(--brand-gray);
    margin-bottom: 0px !important;
}
/* end here  */
/* this area is for department section  */
.top__bar {
    z-index: 2;
}

.side-col {
    background-color: var(--brand-light-gray);
    width: 350px;
}

.right-col {
    width: calc(100% - 350px);
}

.side_menu_card {
    position: sticky;
    padding: 1rem;
    transition: all .3s;
}

    .side_menu_card li a {
        color: var(--brand-gray);
        font-size: 14px;
        font-weight: 600;
    }

    .side_menu_card li {
        line-height: 2rem;
    }

.theme_blue .side_menu_card li:hover a {
    color: var(--brand-blue);
}

.theme_green .side_menu_card li:hover a {
    color: var(--brand-green);
}

.theme_Red .side_menu_card li:hover a {
    color: var(--brand-Red);
}

.theme_lblue .side_menu_card li:hover a {
    color: var(--brand-lblue);
}

.theme_black .side_menu_card li:hover a {
    color: var(--brand-black);
}

.theme_purple .side_menu_card li:hover a {
    color: var(--brand-purple);
}


.theme_blue .side_menu_card li:hover::before {
    color: var(--brand-blue);
}

.theme_green .side_menu_card li:hover::before {
    color: var(--brand-green);
}

.theme_Red .side_menu_card li:hover::before {
    color: var(--brand-Red);
}

.theme_lblue .side_menu_card li:hover::before {
    color: var(--brand-lblue);
}

.theme_black .side_menu_card li:hover::before {
    color: var(--brand-black);
}

.theme_purple .side_menu_card li:hover::before {
    color: var(--brand-purple);
}


.theme_blue .side_menu_card li.active::before {
    color: var(--brand-blue);
}

.theme_green .side_menu_card li.active::before {
    color: var(--brand-green);
}

.theme_lblue .side_menu_card li.active::before {
    color: var(--brand-lblue);
}

.theme_purple .side_menu_card li.active::before {
    color: var(--brand-purple);
}

.theme_black .side_menu_card li.active::before {
    color: var(--brand-black);
}

.theme_blue .side_menu_card li.active a {
    color: var(--brand-blue);
}

.theme_green .side_menu_card li.active a {
    color: var(--brand-green);
}

.theme_Red .side_menu_card li.active a {
    color: var(--brand-Red);
}

.theme_lblue .side_menu_card li.active a {
    color: var(--brand-lblue);
}

.theme_purple .side_menu_card li.active a {
    color: var(--brand-purple);
}

.theme_black .side_menu_card li.active a {
    color: var(--brand-black);
}



.side_menu_card li::before {
    content: "\f111";
    font-family: FontAwesome;
    color: var(--brand-gray);
    margin-right: 10px;
    font-size: 10px;
    padding-bottom: 10px;
}
/* end here  */
/* this area is for custome dropdown used in department section  */
.select-dropdown {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 100%;
}

.select-dropdown__button {
    padding: 10px 35px 10px 15px;
    background-color: #fff;
    color: var(--brand-gray);
    border: 1px solid var(--brand-light-gray);
    border-radius: 3px;
    cursor: pointer;
    width: 100% !important;
    text-align: left;
}

    .select-dropdown__button::focus {
        outline: none;
    }

    .select-dropdown__button .zmdi-chevron-down {
        position: absolute;
        right: 10px;
        top: 12px;
    }

.select-dropdown__list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #fff !important;
    border: 1px solid var(--brand-light-gray);
    border-top: 0px;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out 0.3s;
    z-index: 2;
}

    .select-dropdown__list.active {
        opacity: 1;
        pointer-events: auto;
        transform: scale(1, 1);
    }

.select-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    background: #fff;
    border-top: 1px solid var(--brand-light-gray);
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    color: var(--brand-gray);
    transition: all ease-in-out 0.3s;
}

    .select-dropdown__list-item a {
        color: var(--brand-gray);
    }
/* end here  */
/* this area is for helpline */
.helpline h3 {
    font-size: 22px;
    font-weight: 600;
}

.theme_blue .helpline h3 {
    color: var(--brand-blue);
}

.theme_green .helpline h3 {
    color: var(--brand-green);
}

.theme_Red .helpline h3 {
    color: var(--brand-Red);
}

.theme_lblue .helpline h3 {
    color: var(--brand-lblue);
}

.theme_purple .helpline h3 {
    color: var(--brand-purple);
}

.theme_black .helpline h3 {
    color: var(--brand-black);
}

.helpline h5 {
    font-size: 18px;
    font-weight: 600;
}
/* end here  */
/* this area is for calendar  */
#calendar {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 420px;
    margin: 0 auto;
    height: 570px;
    overflow: hidden;
}

.header {
    height: 50px;
    width: 420px;
    background: rgba(66, 66, 66, 1);
    text-align: center;
    position: relative;
    z-index: 100;
}

    .header h1 {
        margin: 0;
        padding: 0;
        font-size: 20px;
        line-height: 50px;
        font-weight: 100;
        letter-spacing: 1px;
    }

.left, .right {
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    top: 50%;
    margin-top: -7.5px;
    cursor: pointer;
}

.left {
    border-width: 7.5px 10px 7.5px 0;
    border-color: transparent rgba(160, 159, 160, 1) transparent transparent;
    left: 20px;
}

.right {
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent rgba(160, 159, 160, 1);
    right: 20px;
}

.month {
    /*overflow: hidden;*/
    opacity: 0;
}

    .month.new {
        -webkit-animation: fadeIn 1s ease-out;
        opacity: 1;
    }

    .month.in.next {
        -webkit-animation: moveFromTopFadeMonth .4s ease-out;
        -moz-animation: moveFromTopFadeMonth .4s ease-out;
        animation: moveFromTopFadeMonth .4s ease-out;
        opacity: 1;
    }

    .month.out.next {
        -webkit-animation: moveToTopFadeMonth .4s ease-in;
        -moz-animation: moveToTopFadeMonth .4s ease-in;
        animation: moveToTopFadeMonth .4s ease-in;
        opacity: 1;
    }

    .month.in.prev {
        -webkit-animation: moveFromBottomFadeMonth .4s ease-out;
        -moz-animation: moveFromBottomFadeMonth .4s ease-out;
        animation: moveFromBottomFadeMonth .4s ease-out;
        opacity: 1;
    }

    .month.out.prev {
        -webkit-animation: moveToBottomFadeMonth .4s ease-in;
        -moz-animation: moveToBottomFadeMonth .4s ease-in;
        animation: moveToBottomFadeMonth .4s ease-in;
        opacity: 1;
    }

.week {
    background: #4A4A4A;
}

.day {
    display: inline-block;
    width: 60px;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    background: #4A4A4A;
    position: relative;
    z-index: 100;
}

    .day.other {
        color: rgba(255, 255, 255, .3);
    }

    .day.today {
        color: rgba(156, 202, 235, 1);
    }

.day-name {
    font-size: 9px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, .5);
    letter-spacing: .7px;
}

.day-number {
    font-size: 24px;
    letter-spacing: 1.5px;
}


.day .day-events {
    list-style: none;
    margin-top: 3px;
    text-align: center;
    height: 12px;
    line-height: 6px;
    overflow: hidden;
}

    .day .day-events span {
        vertical-align: top;
        display: inline-block;
        padding: 0;
        margin: 0;
        width: 5px;
        height: 5px;
        line-height: 5px;
        margin: 0 1px;
    }

.blue {
    background: rgba(156, 202, 235, 1);
}

.orange {
    background: rgba(247, 167, 0, 1);
}

.green {
    background: rgba(153, 198, 109, 1);
}

.yellow {
    background: rgba(249, 233, 0, 1);
}

.details {
    position: relative;
    width: 420px;
    height: 75px;
    background: rgba(164, 164, 164, 1);
    margin-top: 5px;
    border-radius: 4px;
}

    .details.in {
        -webkit-animation: moveFromTopFade .5s ease both;
        -moz-animation: moveFromTopFade .5s ease both;
        animation: moveFromTopFade .5s ease both;
    }

    .details.out {
        -webkit-animation: moveToTopFade .5s ease both;
        -moz-animation: moveToTopFade .5s ease both;
        animation: moveToTopFade .5s ease both;
    }

.arrow {
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -2px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent rgba(164, 164, 164, 1) transparent;
    transition: all 0.7s ease;
}

.events {
    height: 75px;
    padding: 7px 0;
    overflow-y: auto;
    overflow-x: hidden;
}

    .events.in {
        -webkit-animation: fadeIn .3s ease both;
        -moz-animation: fadeIn .3s ease both;
        animation: fadeIn .3s ease both;
    }

    .events.in {
        -webkit-animation-delay: .3s;
        -moz-animation-delay: .3s;
        animation-delay: .3s;
    }

.details.out .events {
    -webkit-animation: fadeOutShrink .4s ease both;
    -moz-animation: fadeOutShink .4s ease both;
    animation: fadeOutShink .4s ease both;
}

.events.out {
    -webkit-animation: fadeOut .3s ease both;
    -moz-animation: fadeOut .3s ease both;
    animation: fadeOut .3s ease both;
}

.event {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .5px;
    padding: 2px 16px;
    vertical-align: top;
}

    .event.empty {
        color: #eee;
    }

.event-category {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin: 6px 0 0;
    vertical-align: top;
}

.event span {
    display: inline-block;
    padding: 0 0 0 7px;
}

.legend {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: rgba(60, 60, 60, 1);
    line-height: 30px;
}

.entry {
    position: relative;
    padding: 0 0 0 25px;
    font-size: 13px;
    display: inline-block;
    line-height: 30px;
    background: transparent;
}

    .entry:after {
        position: absolute;
        content: '';
        height: 5px;
        width: 5px;
        top: 12px;
        left: 14px;
    }

    .entry.blue:after {
        background: rgba(156, 202, 235, 1);
    }

    .entry.orange:after {
        background: rgba(247, 167, 0, 1);
    }

    .entry.green:after {
        background: rgba(153, 198, 109, 1);
    }

    .entry.yellow:after {
        background: rgba(249, 233, 0, 1);
    }

/* Animations are cool!  */
@-webkit-keyframes moveFromTopFade {
    from {
        opacity: .3;
        height: 0px;
        margin-top: 0px;
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes moveFromTopFade {
    from {
        height: 0px;
        margin-top: 0px;
        -moz-transform: translateY(-100%);
    }
}

@keyframes moveFromTopFade {
    from {
        height: 0px;
        margin-top: 0px;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes moveToTopFade {
    to {
        opacity: .3;
        height: 0px;
        margin-top: 0px;
        opacity: 0.3;
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes moveToTopFade {
    to {
        height: 0px;
        -moz-transform: translateY(-100%);
    }
}

@keyframes moveToTopFade {
    to {
        height: 0px;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes moveToTopFadeMonth {
    to {
        opacity: 0;
        -webkit-transform: translateY(-30%) scale(.95);
    }
}

@-moz-keyframes moveToTopFadeMonth {
    to {
        opacity: 0;
        -moz-transform: translateY(-30%);
    }
}

@keyframes moveToTopFadeMonth {
    to {
        opacity: 0;
        -moz-transform: translateY(-30%);
    }
}

@-webkit-keyframes moveFromTopFadeMonth {
    from {
        opacity: 0;
        -webkit-transform: translateY(30%) scale(.95);
    }
}

@-moz-keyframes moveFromTopFadeMonth {
    from {
        opacity: 0;
        -moz-transform: translateY(30%);
    }
}

@keyframes moveFromTopFadeMonth {
    from {
        opacity: 0;
        -moz-transform: translateY(30%);
    }
}

@-webkit-keyframes moveToBottomFadeMonth {
    to {
        opacity: 0;
        -webkit-transform: translateY(30%) scale(.95);
    }
}

@-moz-keyframes moveToBottomFadeMonth {
    to {
        opacity: 0;
        -webkit-transform: translateY(30%);
    }
}

@keyframes moveToBottomFadeMonth {
    to {
        opacity: 0;
        -webkit-transform: translateY(30%);
    }
}

@-webkit-keyframes moveFromBottomFadeMonth {
    from {
        opacity: 0;
        -webkit-transform: translateY(-30%) scale(.95);
    }
}

@-moz-keyframes moveFromBottomFadeMonth {
    from {
        opacity: 0;
        -webkit-transform: translateY(-30%);
    }
}

@keyframes moveFromBottomFadeMonth {
    from {
        opacity: 0;
        -webkit-transform: translateY(-30%);
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOut {
    to {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOutShink {
    to {
        opacity: 0;
        padding: 0px;
        height: 0px;
    }
}

@-moz-keyframes fadeOutShink {
    to {
        opacity: 0;
        padding: 0px;
        height: 0px;
    }
}

@keyframes fadeOutShink {
    to {
        opacity: 0;
        padding: 0px;
        height: 0px;
    }
}
/* end here  */
/* this area is for centers  */
.center_images {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    margin: 10px 0px;
}

    .center_images img {
        border-radius: 12px;
        width: 100%;
        height: calc(200px + 6vw);
        object-fit: cover;
        object-position: center;
    }

    .center_images .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        background: linear-gradient(180deg,#00000000, #00000087);
        top: 0px;
        display: flex;
        align-items: flex-end;
        left: 0px;
    }

    .center_images p {
        /* position: absolute; */
        /* bottom: 2px; */
        padding: 0px 10px;
        color: white;
    }
/* end here  */
/* this area is for image gallery images  */
.image_gallery .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.image_gallery .card {
    color: #252a32;
    border-radius: 2px;
    background: #ffffff;
    border-radius: 12px !important;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24); */
}

.image_gallery .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    border-radius: 12px !important;
    background: #ffffff;
}

    .image_gallery .card-image p {
        position: absolute;
        bottom: -2px;
        left: -2px;
        margin: 0px;
        width: 80%;
        padding: 15px 15px;
        border-top-right-radius: 12px;
        color: var(--brand-gray);
        font-size: 18px;
        text-transform: capitalize;
        background: white;
    }

    .image_gallery .card-image img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 12px !important;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media only screen and (max-width: 1000px) {
    .image_gallery .container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
    }
}

@media only screen and (max-width: 600px) {
    .image_gallery .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}

.navbar-nav li ul li ul {
    left: 100%;
}

/* end here  */
/* this area is for officer  */
.fix-size-img {
    height: 180px;
    object-fit: cover;
}
/* end here  */

/* ======================================================================================================================================= */

/* ============================= Teacher Slide Part Css =============================== */


.teacher-slide {
    background: #f9f9f9;
    padding: 60px 0;
}

    .teacher-slide:nth-child(even) {
        background: #fff;
    }
/* Slick Slider Css Ruls */

.slick-slider {
    position: relative;
    display: block;
    -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
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: hand
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    text-align: center;
}

    .slick-slide.dragging img {
        pointer-events: none
    }

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}


.slick-slide .simple_card_details {
    background: #fff;
    padding: 15px 0;
}

    .slick-slide .simple_card_details h4 {
        margin-bottom: 2px;
        font-size: 15px;
    }

    .slick-slide .simple_card_details p {
        font-size: 13px;
        line-height: 20px;
    }

.img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
}

    .img-fill img {
        height: 100%;
        min-width: 100%;
        position: relative;
        display: inline-block;
        max-width: none;
        margin-bottom: 10px;
        border-radius: 6px 6px 0 0;
    }
/* Slider Theme Style */



.Container:after,
.Container .Head:after {
    content: '';
    display: block;
    clear: both;
}

.Container .Head {
    overflow: hidden;
}

    .Container .Head .Arrows {
        float: right;
    }

    .Container .Head .Slick-Next {
        border-radius: 10px 10px 10px 0;
    }

    .Container .Head .Slick-Prev {
        border-radius: 10px 0px 10px 10px;
    }

    .Container .Head .Slick-Next, .Container .Head .Slick-Prev {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-top: 0;
        background: var(--brand-blue);
        color: #FFF;
        margin-left: 5px;
        cursor: pointer;
        font: 18px/36px FontAwesome;
        text-align: center;
        transition: all 0.5s;
        line-height: 31px;
    }

        .Container .Head .Slick-Next:hover,
        .Container .Head .Slick-Prev:hover {
            background: #000;
            border-radius: 60px;
        }

        .Container .Head .Slick-Next:before {
            content: '\f105'
        }

        .Container .Head .Slick-Prev:before {
            content: '\f104'
        }

.SlickCarousel {
    margin-top: 30px;
}

.ProductBlock {
    padding: 0 7.5px;
}

    .ProductBlock .img-fill {
        height: 200px;
    }



/* ============================= Department Page Banner =============================== */

/* .departmemts-banner{position: relative; background: url(http://192.168.1.70/MGSUBIKANER/public/Image/cs-banner.jpg); background-size:cover; height:400px; background-repeat: no-repeat; width: 100%; padding:0;} */

.departmemts-banner {
    position: relative;
    width: 100%;
    padding: 0 !important;
    height: 450px;
}

    .departmemts-banner img {
        width: 100%;
        height: 100%;
    }

    .departmemts-banner .banner-text-part {
        position: absolute;
        top: 60%;
        transform: translateY(70%);
    }

    .departmemts-banner h2 {
        font-size: 35px;
        color: #fff;
        font-weight: 500;
    }

    .departmemts-banner p {
        font-size: 17px;
        color: #fff;
        font-weight: 500;
    }

    .departmemts-banner a {
        background: var(--brand-blue);
        border-radius: 180px;
        padding: 10px 40px;
        font-size: 18px;
        color: #fff;
        margin-top: 10px;
        display: inline-block;
        line-height: inherit;
    }

        .departmemts-banner a:hover {
            background: #000;
        }

    .departmemts-banner:before {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: '';
    }



/* ============================= Courses offered by Department =============================== */

.courses-offered {
    width: 100%;
    padding: 70px 0;
}

    .courses-offered h2 {
        font-size: 35px;
        color: var(--brand-blue);
        font-weight: 500;
        margin-bottom: 40px;
    }

    .courses-offered .box {
        width: 100%;
        padding: 10px 0;
    }

        .courses-offered .box .icon {
            float: left;
            width: 65px;
            height: 65px;
            border-radius: 180px;
            background: #2f89f7;
            text-align: center;
            line-height: 65px;
        }

            .courses-offered .box .icon svg {
                width: 35px;
                color: #fff;
            }

        .courses-offered .box .text {
            width: 100%;
            padding: 0 0 0 75px;
        }

            .courses-offered .box .text strong {
                font-size: 16px;
                color: var(--bs-body-color);
            }

            .courses-offered .box .text p {
                font-size: 13px;
                line-height: 15px;
                color: var(--brand-gray);
                padding: 0;
                margin: 0 0 8px 0;
            }

                .courses-offered .box .text p span {
                    font-weight: 600;
                }


/* ============================= Department Events =============================== */

.depa-events {
    background-color: #f2f2f2;
    position: relative;
    padding-top: 80px;
}

    .depa-events .courses-thumb {
        background: #f9f9f9;
        position: relative;
    }

    .depa-events .courses-top {
        position: relative;
        overflow: hidden;
    }

    .depa-events .courses-image {
        background: linear-gradient(to right, #202020, #101010);
    }

    .depa-events .courses-date {
        background: #fff;
        width: 87%;
        position: absolute;
        bottom: 0;
        padding: 5px 15px;
        left: 50%;
        transform: translate(-50%);
        border-radius: 6px 6px 0 0;
        text-align: center;
        bottom: -80px;
        transition: all .5s;
    }

#department-events .item:hover .courses-date {
    bottom: 0;
}

.depa-events .courses-date span,
.depa-events .courses-author span {
    font-size: 14px;
    font-weight: 500;
}

.depa-events .courses-date span {
    color: #000;
    display: inline-block;
    margin-right: 10px;
}

    .depa-events .courses-date span i {
        color: var(--brand-blue)
    }


.depa-events .courses-detail {
    padding: 25px 25px 15px 25px;
}

    .depa-events .courses-detail h3 {
        margin: 0 0 2px 0;
    }

.depa-events .courses-info {
    border-top: 1px solid #f0f0f0;
    position: relative;
    clear: both;
    padding: 15px 25px;
}

.depa-events .courses-author {
    width: 100%;
}

    .depa-events .courses-author,
    .depa-events .courses-author span {
        display: inline-block;
        vertical-align: middle;
    }

        .depa-events .courses-author img {
            display: block !important;
            border-radius: 50px;
            width: 50px !important;
            height: 50px;
            margin-right: 10px;
            margin: 0 auto;
        }

.depa-events .courses-price {
    margin-top: 5px;
}

    .depa-events .courses-price span {
        border-radius: 2px;
        color: #ffffff;
        display: block;
        padding: 5px 10px;
        background: #2f89f7;
    }

.depa-events .item:hover .courses-price span {
    background: #000;
}




.depa-events .about_title {
    margin-bottom: 20px;
    padding-left: 8px !important;
}

#department-events .item-details {
    background-color: #333333;
    color: #fff;
    padding: 20px 10px;
    text-align: left;
}

    #department-events .item-details h5 {
        margin: 0 0 15px;
        font-size: 15px;
        line-height: 18px;
    }

    #department-events .item-details h4 {
        margin-bottom: 2px;
    }

#department-events .courses-detail h4 a {
    color: var(--brand-blue) !important;
    font-size: 18px;
    font-weight: 600 !important;
}

#department-events .courses-detail p {
    font-size: 13px !important;
    line-height: 20px;
}

#department-events .item-details h5 span {
    color: Red;
    float: right;
    padding-right: 20px;
}

#department-events .item-details p {
    font-size: 13px;
}

#department-events .item {
    text-align: center;
    margin-bottom: 80px;
}

.depa-events .owl-carousel .owl-nav [class*=owl-] {
    transition: all 0.3s ease;
}

    .depa-events .owl-carousel .owl-nav [class*=owl-].disabled:hover {
        background-color: #D6D6D6;
    }

.depa-events .owl-carousel {
    position: relative;
}

.depa-events .owl-nav {
    text-align: center;
    width: 10px;
    position: absolute;
    left: 50%;
    bottom: 73px;
}

    .depa-events .owl-nav .owl-next,
    .depa-events .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        position: absolute;
        top: 30%;
        font-size: 20px;
        color: #fff;
        border: 1px solid #ddd;
        text-align: center;
    }

.depa-events .owl-carousel .owl-prev {
    left: -40px;
    background: #000 !important;
    color: #fff !important;
}

.depa-events .owl-carousel .owl-next {
    right: -40px;
    background: #000 !important;
    color: #fff !important;
}

    .depa-events .owl-carousel .owl-prev:hover,
    .depa-events .owl-carousel .owl-next:hover {
        background: var(--brand-blue) !important;
    }

.student-abt {
    width: 100%;
    padding: 60px 0;
}

    .student-abt .box {
        border-radius: 6px;
        width: 100%;
        border: 1px solid #dedede;
        padding: 30px 20px 20px 20px;
        transition: all .3s;
        background-color: white;
        text-align: center;
    }

        .student-abt .box .icon {
            margin: 0 auto;
            width: 65px;
            height: 65px;
            border-radius: 180px;
            background: #2f89f7;
            text-align: center;
            line-height: 65px;
        }

            .student-abt .box .icon svg {
                width: 35px;
                color: #fff;
            }

        .student-abt .box .text {
            width: 100%;
            padding: 15px 15px 0 15px;
        }

            .student-abt .box .text a {
                font-size: 14px;
                line-height: 15px;
                color: var(--brand-gray);
                padding: 0;
                margin: 4px 0 8px 0;
                display: block;
                font-weight: 500;
            }

        .student-abt .box:hover .text a {
            color: var(--brand-blue);
        }


    /* .student-abt .online-lectures{margin-top: 30px;} */
    .student-abt .online-lectures h5 {
        margin-bottom: 10px;
    }


    .student-abt .nav-tabs {
        width: 100%;
    }

        .student-abt .nav-tabs .nav-item {
            width: 31%;
            margin: 0 1%;
        }

            .student-abt .nav-tabs .nav-item button {
                width: 100%;
                border: 0;
                padding: 0;
                margin: 0;
            }

    .student-abt .accordion-button {
        box-shadow: none !important;
    }

    .student-abt .accordion-item {
        border: 0;
    }

    .student-abt .nav-link {
        color: inherit !important;
    }

        .student-abt .nav-link:hover, .student-abt .nav-link.active {
            color: var(--brand-blue) !important;
        }

    .student-abt .tbl-scrl {
        overflow-x: auto;
    }

    .student-abt .box:hover .icon {
        background: var(--brand-blue);
    }

    .student-abt .nav-link:hover .icon, .student-abt .nav-link.active .icon {
        background: var(--brand-blue) !important;
    }

    .student-abt .nav-link:hover .box, .student-abt .nav-link.active .box {
        border: var(--brand-blue) 1px solid !important;
    }


.depa-events .courses-image img {
    max-height: 200px;
    min-height: 200px;
}

.eve-dt {
    margin-bottom: 30px;
}

    .eve-dt img {
        max-width: 100%;
        max-height: 350px;
        min-height: 350px;
        border-radius: 6px !important;
    }

    .eve-dt .eve-date-time {
        position: absolute;
        background: #fff;
        padding: 8px;
        bottom: 0px;
        border-radius: 0 30px 0 0;
    }

        .eve-dt .eve-date-time p {
            display: inline-block;
            padding: 0 10px;
            margin: 0;
            text-transform: capitalize;
        }

.oragnizer-box {
    width: 290px;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .oragnizer-box img {
        border-radius: 6px !important;
    }

    .oragnizer-box .oragnizer-img {
        overflow: hidden;
        position: relative;
        border-radius: 5px;
    }

        .oragnizer-box .oragnizer-img::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            background: #0b4ea0;
            width: 100%;
            height: 255px;
            -webkit-clip-path: polygon(0 71%, 100% 48%, 100% 100%, 0% 100%);
            clip-path: polygon(0 71%, 100% 48%, 100% 100%, 0% 100%);
            opacity: 0;
            visibility: hidden;
            transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        .oragnizer-box .oragnizer-img::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            background: #0b4ea0;
            width: 100%;
            height: 295px;
            -webkit-clip-path: polygon(0 71%, 100% 48%, 100% 100%, 0% 100%);
            clip-path: polygon(0 71%, 100% 48%, 100% 100%, 0% 100%);
            opacity: 0;
            visibility: hidden;
            transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

    .oragnizer-box .oragnizer_details {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: translateY(0);
        opacity: 0;
        padding: 30px;
        visibility: visible;
        transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .oragnizer-box:hover .oragnizer_details {
        opacity: 1;
        visibility: visible;
        transform: translateY(27px);
    }

        .oragnizer-box:hover .oragnizer_details h4 {
            font-size: 18px;
            color: #fff;
            font-weight: 600;
        }

        .oragnizer-box:hover .oragnizer_details p {
            color: #fff;
        }

    .oragnizer-box:hover .oragnizer-img::before {
        opacity: 1;
        visibility: visible;
    }

    .oragnizer-box:hover .oragnizer-img::after {
        opacity: 0.4;
        visibility: visible;
    }



.news-dt-sec {
    margin-bottom: 30px;
}

    .news-dt-sec img {
        max-width: 100%;
        max-height: 350px;
        min-height: 350px;
        border-radius: 6px !important;
    }


.placement-details {
    padding: 0 0 35px 0;
}

    .placement-details table th {
        white-space: nowrap;
    }

    .placement-details td img {
        max-width: 65px;
        border-radius: 10px;
    }

    .placement-details table tr:first-child {
        background: #ddd;
    }

    .placement-details table tr:nth-child(odd) {
        background: #f6f6f6;
    }


.user-feed {
    padding: 75px 0;
    background-color: #f2f2f2;
}

    .user-feed .about_title {
        padding: 0 0 0 10px;
        margin-bottom: 25px;
    }

    .user-feed .user-img {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

        .user-feed .user-img img {
            height: 60px;
            max-width: 60px;
            border-radius: 180px;
            float: left;
        }

        .user-feed .user-img .text {
            width: 100%;
            padding: 10px 0 0 70px;
            text-align: left;
        }

        .user-feed .user-img h4 {
            color: var(--brand-blue) !important;
            font-size: 17px;
            font-weight: 500 !important;
        }

        .user-feed .user-img span {
            font-size: 13px !important;
            line-height: 20px;
        }

    .user-feed .owl-item {
        background: #fff;
        border-radius: 5px;
        padding: 25px;
    }

    .user-feed .user-rating i {
        color: var(--brand-blue) !important;
    }

    .user-feed p i {
        font-size: 25px;
        color: #ddd;
    }

    .user-feed p .fa-quote-right {
        top: 9px;
        position: relative;
        left: 4px;
    }

.cellDrop {
    max-height: 340px;
    overflow-y: scroll;
}

    .cellDrop::-webkit-scrollbar-track {
        /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5; */
        -webkit-box-shadow: 0;
        background-color: #fff;
    }

    .cellDrop::-webkit-scrollbar {
        width: 2px;
        background-color: #F5F5F5;
    }

    .cellDrop::-webkit-scrollbar-thumb {
        background-color: var(--brand-blue);
    }



.theme_lblue .cellDrop::-webkit-scrollbar-thumb {
    background-color: var(--brand-lblue);
}

.theme_green .cellDrop::-webkit-scrollbar-thumb {
    background-color: var(--brand-green);
}

.theme_Red .cellDrop::-webkit-scrollbar-thumb {
    background-color: var(--brand-Red);
}

.theme_blue .cellDrop::-webkit-scrollbar-thumb {
    background-color: var(--brand-blue);
}

.theme_black .cellDrop::-webkit-scrollbar-thumb {
    background-color: var(--brand-black);
}

.theme_purple .cellDrop::-webkit-scrollbar-thumb {
    background-color: var(--brand-purple);
}



.theme_lblue .abtss .hd h6 {
    color: var(--brand-lblue);
}

.theme_green .abtss .hd h6 {
    color: var(--brand-green);
}

.theme_Red .abtss .hd h6 {
    color: var(--brand-Red);
}

.theme_blue .abtss .hd h6 {
    color: var(--brand-blue);
}

.theme_black .abtss .hd h6 {
    color: var(--brand-black);
}

.theme_purple .abtss .hd h6 {
    color: var(--brand-purple);
}





.right-noti .table-striped a {
    font-size: 14px;
    line-height: 18px;
}

.link-tbl .table-striped a {
    font-size: 14px;
    color: #063876;
}

.link-tbl .table-striped td span {
    font-size: 17px;
    color: #063876;
}

.research-sec .box {
    background: #007bb6;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    min-height: 155px;
    margin-bottom: 30px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    transition: all .5s;
}

    .research-sec .box:hover {
        border-radius: 20px;
        border: 2px dashed #fff;
    }

    .research-sec .box a {
        color: #fff;
        font-size: 16px;
    }

.research-sec .col-md-3:nth-child(1) .box {
    background: #faae62;
}

.research-sec .col-md-3:nth-child(2) .box {
    background: #a5cc5f;
}

.research-sec .col-md-3:nth-child(3) .box {
    background: #b68dd9;
}

.research-sec .col-md-3:nth-child(4) .box {
    background: #75a1bc;
}

.research-sec .col-md-3:nth-child(5) .box {
    background: #00b8ff;
}

.research-sec .col-md-3:nth-child(6) .box {
    background: #ffbd05;
}

.research-sec .col-md-3:nth-child(7) .box {
    background: #26b3aa;
}

.research-sec .col-md-3:nth-child(8) .box {
    background: #fd8163;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #fff;
    color: var(--bs-table-striped-color);
}

.dep-sec {
    position: relative;
}



.sidebar .nav {
    display: block;
}

.sidebar li {
    line-height: inherit;
    position: relative;
}

    .sidebar li a {
        padding: 5px 6px 6px 17px;
    }

        .sidebar li a:after {
            position: absolute;
            top: 14px;
        }

    .sidebar li::before {
        position: absolute;
        top: 7px;
    }

    .sidebar li ul {
        position: relative;
    }

        .sidebar li ul li::before {
            display: none;
        }

.sidebar .dropdown-menu {
    position: relative !important;
    transform: inherit !important;
    background: none;
    border: none;
    padding: 0;
}

    .sidebar .dropdown-menu li a {
        color: var(--brand-gray) !important;
    }

        .sidebar .dropdown-menu li a:hover, .sidebar .dropdown-menu li a:focus {
            color: var(--brand-blue) !important;
            background: none !important;
        }





.research-sec .box a span {
    display: block;
    font-size: 40px;
}


.updates.ltst h1 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 500;
}

.theme_lblue .updates.ltst h1 {
    color: var(--brand-lblue);
}

.theme_green .updates.ltst h1 {
    color: var(--brand-green);
}

.theme_Red .updates.ltst h1 {
    color: var(--brand-Red);
}

.theme_blue .updates.ltst h1 {
    color: var(--brand-blue);
}

.theme_black .updates.ltst h1 {
    color: var(--brand-black);
}

.theme_purple .updates.ltst h1 {
    color: var(--brand-purple);
}

.theme_lblue .main-slider {
    background-color: var(--brand-lblue);
}

.theme_green .main-slider {
    background-color: var(--brand-green);
}

.theme_Red .main-slider {
    background-color: var(--brand-Red);
}

.theme_blue .main-slider {
    background-color: var(--brand-blue);
}

.theme_black .main-slider {
    background-color: var(--brand-black);
}

.theme_purple .main-slider {
    background-color: var(--brand-purple);
}



.update-box {
    background: #fcfcfc;
    border-radius: 20px;
    padding: 60px 25px 25px 25px;
    box-shadow: -0.977px 2.837px 14.08px 1.92px rgba(0, 0, 0, 0.1);
    position: relative;
}

    .update-box .img-left {
        width: 90px;
        height: 90px;
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .update-box .img-right {
        width: 90px;
        height: 90px;
        position: absolute;
        right: 10px;
        top: 10px;
    }

        .update-box .img-left img, .update-box .img-right img {
            max-width: 100%;
            border-radius: 10px;
        }

.tabs-imgs {
    float: left;
}

.tabs-txt {
    padding: 12px 0 0 245px !important;
    text-align: left;
}

.uni-media h3 {
    font-size: 18px;
    font-weight: 600;
}

.holder #ticker09 {
    animation-duration: 30s !important;
    top: 0 !important;
}



.down-cv.brand-btn {
    font-size: 11px;
    padding: 5px 11px;
    margin: 0 0 10px 0;
}


.live-stre-sec {
    border: #e9e9e9 1px solid;
    border-radius: 15px;
    padding: 10px;
    width: 100%;
    background: #fff;
    text-align: center;
}

    .live-stre-sec a {
        font-size: 19px;
        font-weight: 500;
        animation-name: blinker;
        animation-duration: 1s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

@keyframes blinker {
    0% {
        color: Red;
    }

    50% {
        color: black;
    }

    100% {
        color: Red;
    }
}


/* Themes */
.theme_blue .notice-bar {
    background: #0b4ea0;
}

/* Themes */
.theme_purple .notice-bar {
    background: #f4eaff;
}

/* Themes */
.theme_black .notice-bar {
    background: grey;
}

.theme_blue .menu-contan {
    background: #3a78c9;
}

.theme_black .menu-contan {
    background: grey;
}

.theme_purple .menu-contan {
    /*background: #bf9ad5;*/

    background: var(--brand-purple);
}



.theme_green .menu-contan {
    background: #72b26d;
}

.theme_green .notice-bar {
    background: #d4f2d1;
}

.theme_lblue .notice-bar {
    background: #eff9ff;
}

.theme_lblue .menu-contan {
    background: #a8e1ff;
}

.theme_Red .notice-bar {
    background: #eb0d0d;
}

.theme_Red .menu-contan {
    background: #f38181;
}
/* Theme Blue */
/*.theme_blue #colaboration,*/
.theme_blue #myCarousel,
.theme_blue #uselink,
.theme_blue #ltstupdate {
    background: #0b4ea0;
}
/* Theme purple */
.theme_purple #colaboration {
    background: var(--brand-purple);
    color: #f4eaff;
}

.theme_purple #myCarousel {
    /*background-color: #dacae9;*/
    background-color: #eee3f4;
    color: white;
}

.theme_purple #uselink,
.theme_purple #ltstupdate,
.theme_purple #noticebar {
    background-color: rebeccapurple;
    color: white;
}
/* Theme black */
/*.theme_black #colaboration,*/
.theme_black #myCarousel,
.theme_black #uselink,
.theme_black #marquee,
.theme_black #ltstupdate {
    background: grey;
}

/* Theme Light Blue */
.theme_lblue #colaboration,
/* .theme_lblue #myCarousel, */
.theme_lblue #uselink,
.theme_lblue #noticebar,
.theme_lblue #ltstupdate {
    background: var(--brand-lblue);
    color: white;
}

/* Theme Green */
/*.theme_green #colaboration,*/
/* .theme_green #myCarousel, */
.theme_green #uselink,
.theme_green #noticebar,
.theme_green #ltstupdate {
    background: #98d89c;
}

.theme_lblue #chanc {
    background-color: var(--brand-lblue) !important;
}

.theme_lblue #mainslide {
    background: #eff9ff;
    border-radius: 15px;
}

.theme_purple #mainslide {
    /*background: #bf9ad5; */
    background: #f4eaff;
    border-radius: 15px;
}

.theme_green #mainslide {
    background: #d4f2d1;
    border-radius: 15px;
}

.theme_purple .slider-btn:hover {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    background-color: var(--brand-purple);
    color: white;
}

.theme_purple .slider-btn {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    color: var(--brand-purple);
}

.theme_lblue .slider-btn:hover {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    background-color: var(--brand-lblue);
    color: white;
}

.theme_lblue .slider-btn {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    color: var(--brand-lblue);
}

.theme_green .slider-btn:hover {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    background-color: var(--brand-green);
    color: white;
}

.theme_green .slider-btn {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    color: var(--brand-green);
}


.theme_purple .chatbot-toggle:hover {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    background: var(--brand-purple);
    color: white;
}

.theme_lblue .chatbot-toggle:hover {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    background: var(--brand-lblue);
    color: white;
}

.theme_green .chatbot-toggle:hover {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    background: var(--brand-green);
    color: white;
}

.theme_purple .chatbot-toggle {
    background: white; /* Darker blue on hover */
    color: var(--brand-purple); /* Darker blue on hover */
}

.theme_lblue .chatbot-toggle {
    background: white; /* Darker blue on hover */
    color: var(--brand-lblue); /* Darker blue on hover */
}


.theme_green .chatbot-toggle {
    background: white; /* Darker blue on hover */
    color: var(--brand-green); /* Darker blue on hover */
}


.theme_purple #GenNoice {
    background-color: transparent; /* Darker purple shade */
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.theme_lblue #GenNoice {
    background-color: transparent; /* Darker purple shade */
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.theme_green #GenNoice {
    background-color: transparent; /* Darker purple shade */
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Inner box (lighter purple shade) */
.theme_purple .inner-box {
    background: rebeccapurple; /* Lighter purple shade */
    padding: 10px;
    border-radius: 8px;
}
/* Inner box (lighter purple shade) */
.theme_lblue .inner-box {
    background: var(--brand-lblue); /* Lighter purple shade */
    padding: 10px;
    border-radius: 8px;
}

/* Inner box (lighter purple shade) */
.theme_green .inner-box {
    background: var(--brand-green); /* Lighter purple shade */
    padding: 10px;
    border-radius: 8px;
}

/* Inner-most box (near white purple shade) */
.theme_purple .ticker-box {
    background: #f4eaff; /* Very light purple */
    padding: 10px;
}
/* Inner-most box (near white purple shade) */
.theme_lblue .ticker-box {
    background: #eff9ff; /* Very light purple */
    padding: 10px;
}

/* Inner-most box (near white purple shade) */
.theme_green .ticker-box {
    background: #d4f2d1; /* Very light purple */
    padding: 10px;
}

/* Marquee section */
marquee {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

#ticker02 {
    list-style-type: none;
    text-transform: capitalize;
    overflow: hidden;
    margin: 0;
    padding: 10px 0;
    height: 350px; /* You can adjust height */
    animation: ticker-animation 18s linear infinite;
}

#ticker03, #ticker04, #ticker05, #ticker06, #ticker07 {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 250px; /* You can adjust height */
    animation: ticker-animation 10s linear infinite;
}


    #ticker02 li, #ticker03 li, #ticker04 li, #ticker05 li, #ticker06 li, #ticker07 li {
        padding: 0px;
        border-bottom: 2px solid #d0a4d3;
    }

    #ticker02 a, #ticker03 a, #ticker04 a, #ticker05 a, #ticker06 a, #ticker07 a {
        text-decoration: none;
        font-size: 14px;
        display: block;
    }




.theme_purple #ticker02 a,
.theme_purple #ticker03 a,
.theme_purple #ticker04 a,
.theme_purple #ticker05 a,
.theme_purple #ticker06 a,
.theme_purple #ticker07 a {
    color: var(--brand-purple);
}

.theme_lblue #ticker02 a,
.theme_lblue #ticker03 a,
.theme_lblue #ticker04 a,
.theme_lblue #ticker05 a,
.theme_lblue #ticker06 a,
.theme_lblue #ticker07 a {
    color: var(--brand-lblue);
}

.theme_green #ticker02 a,
.theme_green #ticker03 a,
.theme_green #ticker04 a,
.theme_green #ticker05 a,
.theme_green #ticker06 a,
.theme_green #ticker07 a {
    color: var(--brand-green); /* Apply brand-green to links */
}






/* Animation for the ticker */
@keyframes ticker-animation {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

#ltstupdate h1 {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 1.5rem;
    padding: 20px;
    background: rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
    font-weight: bold;
}

/*
.theme_purple .image-title {
    color: #072f53;
    background-color: #fff;
}
.theme_lblue .image-title {
    background-color: var(--brand-lblue);
    color: #fff;
}
.theme_green .image-title {
    background-color: var(--brand-green);
    color: #fff;
}
*/
.image-title {
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    padding: 10px;
    text-align: left;
    width: 100%;
    background-color: #072f53;
    color: #fff;
}

.clstickimg {
    height: 70%;
    width: 90%;
    margin: 5px 5px 20px 5px;
}

@media (max-width: 700px) {
    .image-title {
        position: absolute;
        bottom: 12px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 14px;
        padding: 10px;
        text-align: left;
        width: 100%;
        background-color: #072f53;
        color: #fff;
    }

    .clstickimg {
        max-height: 450px;
        max-width: 200px;
        margin: 5px 5px 1dvh 5px;
    }
}

section {
    /*                box-shadow: 4px 0px 4px 6px white;
                border: #e9e9e9 2px solid;
                border-radius: 15px;*/
    padding: 1% 1% 0.5% 1%;
    margin: 0 1.5% 0 1.5%;
}


.arw {
    color: red;
    font-size: 18px;
    margin: 5px;
}

.theme_purple .pause-btn:hover {
    background: white;
    color: var(--brand-purple);
}


.theme_green .listitem:hover {
    background: #dacae9;
    color: #072f53;
    font-weight: bold;
}

.theme_purple .listitem:hover {
    background: #eff9ff;
    color: #072f53;
    font-weight: bold;
}

.theme_lblue .listitem:hover {
    background: #eff9ff;
    color: #072f53;
    font-weight: bold;
}

.theme_purple .menu-item {
    background: #895db5 /* Lighter purple shade */
}
/* Inner box (lighter purple shade) */
.theme_lblue .menu-item {
    background: var(--brand-lblue); /* Lighter purple shade */
}

/* Inner box (lighter purple shade) */
.theme_green .menu-item {
    background: var(--brand-green); /* Lighter purple shade */
}

.theme_purple .image-title {
    background: #895db5 /* Lighter purple shade */
}
/* Inner box (lighter purple shade) */
.theme_lblue .image-title {
    background: var(--brand-lblue); /* Lighter purple shade */
}

/* Inner box (lighter purple shade) */
.theme_green .image-title {
    background: var(--brand-green); /* Lighter purple shade */
}

.theme_purple .menu-item.active {
    background: #895db5 /* Lighter purple shade */
}
/* Inner box (lighter purple shade) */
.theme_lblue .menu-item.active {
    background: var(--brand-lblue); /* Lighter purple shade */
}

.theme_green .image-title {
    background: var(--brand-green); /* Lighter purple shade */
}

.theme_purple .menu-item.active {
    background: #895db5 /* Lighter purple shade */
}
/* Inner box (lighter purple shade) */
.theme_lblue .menu-item.active {
    background: var(--brand-lblue); /* Lighter purple shade */
}

/* 1 */
.theme_green .pull-left .menu-item:hover {
    background: var(--brand-green); /* Lighter purple shade */
}

.theme_purple .pull-left .menu-item:hover {
    background: #895db5 /* Lighter purple shade */
}

.theme_lblue .pull-left .menu-item:hover {
    background: var(--brand-lblue); /* Lighter purple shade */
}
/* 2*/
.theme_green .menu-item.active {
    background: var(--brand-green); /* Lighter purple shade */
}

.theme_purple .menu-item.active {
    background: #895db5 /* Lighter purple shade */
}

.theme_lblue .menu-item.active {
    background: var(--brand-lblue); /* Lighter purple shade */
}

/*3 */
.theme_green .pull-left .menu-item.active {
    background: var(--brand-green); /* Lighter purple shade */
}

.theme_lblue .pull-left .menu-item.active {
    background: var(--brand-lblue);
}

.theme_purple .pull-left .menu-item.active {
    background: #895db5;
}



/*4 */
.theme_green .pull-left .menu-contan {
    background: transparent;
}

.theme_lblue .pull-left .menu-contan {
    background: transparent;
}

.theme_purple .pull-left .menu-contan {
    background: transparent;
}
/*5 */
.theme_lblue .pull-left .menu-item {
    background: transparent;
}

.theme_purple .pull-left .menu-item {
    background: transparent;
}

.theme_green .pull-left .menu-item {
    background: transparent;
}
