﻿:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #2878EB;
    --secondary: #F14D5D;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #ECF4FF;
    --dark: #120F2D;
    --heading-color: #32009d;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-border-color: #666766;
    --bg-color: #06466d;
}


.ncteLogo {
    background: url(../image/NCTE-Logo.svg) no-repeat center center; 
}

.ncteVKB {
    background: url(../image/VBA-Logo-New.png) no-repeat center center / 100%;
}


h1.sitename {
    font-size: 21px;
    margin: 0;
    font-weight: 700;
    color: var(--heading-color);
}

h1.sitenameITEP {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    color: var(--heading-color);
}

h5.sitename {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    color: var(--heading-color);
}

.text-justify {
    text-align: justify;
}

.bg-color {
    --bs-table-bg: #06466d !important;
}

.sticky-top {
    z-index: 99;
}

    .sticky-top .navbar.bg-white {
        background: url(../image/bg-noise.png) repeat;
    }

.bg-dark-new {
    background-color: #333333;
}

.bx-wrapper img {
    min-height: 300px;
    width: 100%;
}

.nav-link {
    color: #ffffff !important;
    font-weight: 600;
}

    .nav-link:hover {
        color: #ffffff !important;
        background-color: #F15A28;
    }

.nav-item:hover > ul {
    display: block;
}

    .nav-item:hover > ul li:hover > ul {
        display: block;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #ffffff !important;
    background-color: #F15A28;
    border-radius: 0px;
}

.nav-pills .nav-link, .nav-pills .nav-link:hover {
    border-radius: 0px !important;
}

/*.nav.flex-column {
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
}*/
.eServices .nav-link {
    color: #ffffff !important;
    font-weight: 600;
}

.eServices .nav-pills {
    background-color: #06466d;
}

.dropdown-submenu a:hover {
    color: #ffffff !important;
    background-color: #F15A28;
}


.marqueeSlider .bx-wrapper .bx-controls {
    display: none;
}

.marqueeSlider, .orangeColor {
    background-color: #F15A28;
}

.owl-item .item {
    line-height: 40px;
    color: #ffffff;
    position: relative;
    top: -3px;
}

.newItem {
    background-color: #08466D;
    padding: 10px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0 50px 50px 0;
    float: left;
    min-width: 60px;
    height: 44px;
    line-height: 20px;
    margin-right: 10px;
}

.courses-item > .closeImg {
    color: #ffffff;
    font-size: 38px;
    font-weight: 500;
    line-height: 27px;
    margin: 0 20px;
    position: relative;
    top: 5px;
}

.bg-new-footer {
    background-color: #07466E;
    color: #ffffff;
    width: 100%;
}

.line {
    background-color: #ffffff;
    height: 2px;
}

.moreInfo {
    max-width: 130px;
}

.bg-new-footer ul li a, .bg-new-footer p a {
    text-decoration: none;
}

    .bg-new-footer ul li a:hover, .bg-new-footer p a:hover {
        text-decoration: underline;
    }

.mainPerson1 {
    max-width: 200px;
}

.mainPerson2 {
    max-width: 180px;
}

.titleLine {
    width: 200px;
    background-color: #F15A28;
    height: 3px;
}

.announcement, .majorSchemes {
    background-color: #f2f1f1;
}

    .announcement .card-header, .contactUs .card-header {
        background-color: #06466d;
        color: #ffffff;
        min-height: 60px;
        margin: 0px;
    }

        .announcement .card-header h5, .contactUs .card-header h5 {
            position: absolute;
            top: 0px;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            min-width: 300px;
            font-weight: 600;
        }

            .announcement .card-header h5.title1, .contactUs .card-header h5.title1 {
                padding: 1rem 2rem;
                text-align: center;
                border-bottom: 8px solid #9d1f61;
                border-radius: 10px;
                background-color: #d64296;
            }

            .announcement .card-header h5.title2, .contactUs .card-header h5.title2 {
                padding: 1rem 2rem;
                text-align: center;
                border-bottom: 8px solid #df4d26;
                border-radius: 10px;
                background-color: #f36c40;
            }

            .announcement .card-header h5.title3, .contactUs .card-header h5.title3 {
                padding: 1rem 2rem;
                text-align: center;
                border-bottom: 8px solid #155ca0;
                border-radius: 10px;
                background-color: #397abe;
            }

    .announcement .card-body ul li, .contactUs .card-body ul li {
        color: #df4f27;
        border-bottom: 1px solid #f0efef;
        padding: 8px 0;
    }

        .announcement .card-body ul li a, .contactUs .card-body ul li a {
            color: #231f20;
            text-decoration: none;
        }

            .announcement .card-body ul li a:hover, .contactUs .card-body ul li a:hover {
                text-decoration: underline;
            }

    .announcement .card-footer, .contactUs .card-footer, .majorSchemes .card-footer {
        background-color: transparent;
        border: 0px;
    }

        .announcement .card-footer a {
            background-color: transparent;
            border: 2px solid #06466d;
            text-align: center;
            color: #766c7e;
            width: 100%;
            border-radius: 60px;
            font-weight: 600;
        }

            .announcement .card-footer a:hover {
                background-color: #06466d;
                border: 2px solid #f26139;
                color: #ffffff;
            }

    .announcement .galleryimageArea {
        background-color: #f05a26;
        width: 380px;
        height: 380px;
        overflow: hidden;
    }

    .majorSchemes .card {
        border: 0px;
        background-color: transparent;
    }

        .majorSchemes .card img {
            border: 2px solid #06466d;
            border-radius: 10px;
        }

    .majorSchemes .titleName {
        color: #f15a26;
    }


    .majorSchemes .card-footer a {
        padding: 8px 32px;
        background-color: #00263c;
        border: 2px solid #06466d;
        text-align: center;
        color: #ffffff;
        border-radius: 60px;
        font-weight: 600;
    }

        .majorSchemes .card-footer a:hover {
            background-color: #06466d;
            border: 2px solid #f26139;
            color: #ffffff;
        }

    .majorSchemes .card-body img {
        width: 100%;
    }

.itemEServices {
    padding-top: 10px;
}

    .itemEServices a {
        color: #3d3d3d !important;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
    }

        .itemEServices a:hover {
            color: #3d3d3d;
            text-decoration: underline;
        }

    .itemEServices .imageArea {
        background-color: #f05a26;
        width: 280px;
        height: 280px;
        border-radius: 100%;
        overflow: hidden;
    }

.eServicesItem img {
    width: 100%;
    padding-top: 45px;
}

.eServices .owl-dots {
    margin: 0 auto;
    text-align: center;
}

.eServices .owl-dot {
    height: 10px;
    width: 20px;
    border-radius: 10px;
    background-color: #b5b5b6 !important;
    margin: 0 5px;
}

    .eServices .owl-dot:hover, .eServices .owl-dot.active {
        background-color: #24419a !important;
    }

.ministryLogo {
    background: url('../image/bg-ministory.png') repeat center center;
    padding: 1rem 0;
}

.ministryLogo {
    position: relative;
}

    .ministryLogo .ministryLogoItem .owl-nav {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

        .ministryLogo .ministryLogoItem .owl-nav .owl-prev,
        .ministryLogo .ministryLogoItem .owl-nav .owl-next {
            position: absolute;
            height: 100px;
            color: inherit;
            background: none;
            border: none;
            z-index: 100;
        }

            .ministryLogo .ministryLogoItem .owl-nav .owl-prev i,
            .ministryLogo .ministryLogoItem .owl-nav .owl-next i {
                font-size: 4rem;
                color: #f05a26;
            }

        .ministryLogo .ministryLogoItem .owl-nav .owl-prev {
            left: -30px;
        }

        .ministryLogo .ministryLogoItem .owl-nav .owl-next {
            right: -30px;
        }

/* fixed social*/
#fixed-social {
    position: fixed;
    top: 530px;
    right: 0;
    z-index: 99999;
}

    #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-twitter {
    background: url('../image/social-media.png') no-repeat 0 0;
}

    .fixed-twitter span {
        background-color: #000000;
    }

.fixed-facebook {
    background: url('../image/social-media.png') no-repeat 0 -40px;
}

    .fixed-facebook span {
        background-color: #0866ff;
    }

.fixed-linkedin {
    background: url('../image/social-media.png') no-repeat 0 -80px;
}

    .fixed-linkedin span {
        background-color: #0a66c2;
    }

.fixed-youtube {
    background: url('../image/social-media.png') no-repeat 0 -120px;
}

    .fixed-youtube span {
        background-color: #ED2B29;
    }

.fixed-whatsapp {
    background: url('../image/social-media.png') no-repeat 0 -160px;
}

    .fixed-whatsapp span {
        background-color: #25d366;
    }

.fixed-instagrem {
    background: url('../image/social-media.png') no-repeat 0 -200px;
}

    .fixed-instagrem span {
        background-color: #ED2B29;
    }

.fixed-threads {
    background: url('../image/social-media.png') no-repeat 0 -240px;
}

    .fixed-threads span {
        background-color: #000000;
    }

.fixed-hindi {
    background: url('../image/social-media.png') no-repeat 0 -280px;
}

    .fixed-hindi span {
        background-color: #9642f3;
    }

.fixed-english {
    background: url('../image/social-media.png') no-repeat 0 -320px;
}

    .fixed-english span {
        background-color: #f2153d;
    }


/*end fixed social*/
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 11;
}

.recognizedInst a {
    text-decoration: none !important;
}

.recognizedInst .card-header {
    background-color: #06466d;
    color: #ffffff;
    min-height: 40px;
    margin: 0px;
}

.recognizedInst .card-footer h5 {
    background-color: #06466d;
}

.recognizedInst .mainPerson2 {
    max-width: 120px;
}

@media only screen and (min-width: 991px) {
    .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: auto;
        right: 100%;
        min-width: 250px;
        display: none;
    }
}

@media (max-width: 991px) {
    .eServices .nav-link {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .content-image img {
        width: 90%;
    }
}

@media (max-width: 1399px) {
    .nav-link {
        padding-left: 10px;
    }
}

.regionalCommittee .nav-pills .nav-link.active, .regionalCommittee .nav-pills .show > .nav-link {
    color: unset;
}

.regionalCommittee .nav .nav-link {
    color: rgb(33, 37, 41) !important;
}

    .regionalCommittee .nav .nav-link.active, .regionalCommittee .nav .nav-link:hover {
        color: #ffffff !important;
    }

.regionalCommittee .tab-pane {
    text-align: left;
}

.regionalCommittee .dropdown-menu li a {
    width: 100%;
    padding: 5px;
    display: inline-block;
    text-decoration: none;
    color: #666766 !important;
    font-weight: 600;
}

    .regionalCommittee .dropdown-menu li a:hover {
        color: #ffffff !important;
        background-color: #F15A28
    }

.regionalCommittee .tab-pane .card {
    overflow: hidden;
}

.regionalCommittee .tab-pane .card-body:hover {
    box-shadow: var(--bs-box-shadow) !important;
    background-color: #F15A28;
    cursor: pointer;
}

    .regionalCommittee .tab-pane .card-body:hover a {
        color: #ffffff;
    }

@media (max-width: 767px) {
    .regionalCommittee .responsive-tab-content, .regionalCommittee {
        display: block !important;
    }

        .regionalCommittee .nav-pills.nav-tabs-dropdown, .regionalCommittee .nav-tabs-dropdown {
            border: 1px solid #dddddd;
            border-radius: 5px;
            overflow: hidden;
            position: relative;
        }

            .regionalCommittee .nav-pills.nav-tabs-dropdown::after, .regionalCommittee .nav-tabs-dropdown::after {
                content: "☰";
                position: absolute;
                top: 8px;
                right: 15px;
                z-index: 2;
                pointer-events: none;
                color: #ffffff;
            }

            .regionalCommittee .nav-pills.nav-tabs-dropdown.open a, .regionalCommittee .nav-tabs-dropdown.open a {
                position: relative;
                display: block;
            }

            /* .nav-pills.nav-tabs-dropdown.open>li.active>a,
            .nav-tabs-dropdown.open>li.active>a {
                background-color: #eeeeee;
            } */

            .regionalCommittee .nav-pills.nav-tabs-dropdown li, .regionalCommittee .nav-tabs-dropdown li {
                display: block;
                padding: 0;
                vertical-align: bottom;
            }

            .regionalCommittee .nav-pills.nav-tabs-dropdown > li > a, .regionalCommittee .nav-tabs-dropdown > li > a {
                position: absolute;
                top: 0;
                left: 0;
                margin: 0;
                width: 100%;
                height: 100%;
                display: inline-block;
                border-color: transparent;
            }

                .regionalCommittee .nav-pills.nav-tabs-dropdown > li > a:focus, .regionalCommittee .nav-tabs-dropdown > li > a:focus, .regionalCommittee .nav-pills.nav-tabs-dropdown > li > a:hover, .regionalCommittee .nav-tabs-dropdown > li > a:hover, .regionalCommittee .nav-pills.nav-tabs-dropdown > li > a:active, .nav-tabs-dropdown > li > a:active {
                    border-color: transparent;
                }


                .regionalCommittee .nav-pills.nav-tabs-dropdown > li > a.active, .regionalCommittee .nav-tabs-dropdown > li > a.active {
                    display: block;
                    border-color: transparent;
                    position: relative;
                    z-index: 1;
                    background: #F15A28;
                }

            .regionalCommittee .nav-pills.nav-tabs-dropdown > li.active > a:focus, .regionalCommittee .nav-tabs-dropdown > li.active > a:focus, .regionalCommittee .nav-pills.nav-tabs-dropdown > li.active > a:hover, .regionalCommittee .nav-tabs-dropdown > li.active > a:hover, .regionalCommittee .nav-pills.nav-tabs-dropdown > li.active > a:active, .regionalCommittee .nav-tabs-dropdown > li.active > a:active {
                border-color: transparent;
            }
}

.annualReport .card-header {
    background-color: #06466d;
    color: #ffffff;
}

.annualReport .card-body a {
    width: 100%;
    height: 100%;
    float: left;
}

.annualReport .card-body img {
    position: relative;
    border: 3px solid #06466d;
    min-height: 308.3px;
}

.annualReport .card-body::after {
    position: absolute;
    content: "\f00e";
    font: var(--fa-font-solid);
    color: #dc3545;
    left: 45%;
    top: 45%;
    font-size: 2rem;
}

.name {
    font-size: 22px;
    font-weight: 600;
    color: #F15A28;
}

    .name > span {
        font-size: 40px;
        font-weight: 500;
        line-height: 20px;
    }

.text-muted {
    font-size: 12px;
}

.editorialBoard .editorialBoardBook .card-body {
    min-height: 160px;
}
/*-----Gallery-----*/
.image-thumb {
    max-width: 300px;
    border-radius: 10px;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding: 10px;
}

.image {
    height: 250px;
    width: 350px;
    border: 10px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    overflow: hidden;
    cursor: pointer;
}

    .image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: transform 0.5s ease, filter 0.5s ease;
    }

    .image:hover img {
        transform: scale(1.1);
        filter: grayscale(100%);
    }

.popup-image {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .9);
    height: 100%;
    width: 100%;
    z-index: 999999;
    display: none;
    justify-content: center;
    align-items: center;
}

    .popup-image span {
        position: absolute;
        top: 20px;
        right: 30px;
        font-size: 40px;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
    }

    .popup-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 5px solid #fff;
        border-radius: 5px;
        width: 90%;
        max-width: 1120px;
        object-fit: cover;
    }

    .popup-image .prev {
        color: #ffffff;
        position: absolute;
        left: 20px;
        font-size: 45px;
    }

    .popup-image .next {
        color: #ffffff;
        position: absolute;
        right: 20px;
        font-size: 45px;
    }
/* Responsive design */
@media (max-width: 768px) {
    .image {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .image {
        width: 100%;
        height: auto;
    }

    .popup-image img {
        width: 95%;
    }
}

.ncteDivision .card {
    overflow: hidden;
}

.ncteDivision .left-Area .card-body {
    background-color: #06466d;
}

    .ncteDivision .left-Area .card-body .nav-link.active {
        color: #ffffff !important;
        background-color: #F15A28;
    }

.ncteDivision .rTIDivision .nav.nav-pills {
    color: #ffffff !important;
    background-color: #06466d;
}
.ncteDivision p, .ncteDivision li {
text-align: justify;
}