@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    font-size: 100%;
    line-height: inherit
}

ul {
    margin: 0 !important;
    padding: 0 !important;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none !important;
}

:root {
    --theme-color: #00143C;
    --theme-hover-color: #AA9765;
    --theme-primary: #1B4272;
    --theme-primary-light: #C0D8EC;
    --theme-primary-dark: #00143C;
    --theme-warning: #fddd17;
    --theme-danger: #eb1d27;
    --theme-green: #007743;
    --theme-green-subtle: #ebf5ec;
    --theme-white: #fff;
    --font-family-1: "Open Sans", sans-serif;
    --font-family-2: 'Arial MT';
}

body,
html {
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-family: var(--font-family-1) !important;
    scroll-behavior: smooth;
    color: var(--theme-white) !important;
    overflow-x: hidden
}
li{
    font-family: var(--font-family-1);
        font-weight: 400;
        font-size: 14px;
}
p, a{
    font-family: var(--font-family-1);
    font-weight: 400;
    font-size: 14px;
}
h1,h2,h3,h4,h5{
    font-family: var(--font-family-2);
        font-weight: 600;
}

@font-face {
    font-family: 'Arial MT';
    src: url('https://resources.edunexttechnologies.com/web-data/bkj-apple/fonts/Arial-BoldMT.woff2') format('woff2'),
        url('https://resources.edunexttechnologies.com/web-data/bkj-apple/fonts/Arial-BoldMT.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.open-sans {
    font-family: var(--font-family-1);
}

.arial-mt-bold {
    font-family: var(--font-family-2);
    font-weight: bold;
}

.main-header {
    background: #fff;
    position: relative;
}
.contact-and-social ul li::after {
    content: '|';
    position: absolute;
    right: -10px;
    top: 2px;
    color: #007743;
}

.contact-and-social ul::after {
    content: '|';
    position: absolute;
    right: -30px;
    top: 2px;
    color: #007743;
}

.contact-and-social ul li:last-child::after,
.contact-and-social ul:last-child::after {
    display: none;
}

.contact-and-social ul li {
    color: #050000;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.contact-and-social ul li a {
    font-size: 12px;
    font-family: var(--font-family-1);
    font-weight: 600;
    line-height: 24px;
    color: #050000;
    display: inline-flex;
    align-items: center;
    gap: 0px;
}

.contact-and-social ul li a i {
    width: 20px;
    width: 20px;
    font-size: 11px;
    color: #C4161C;
    text-align: center;
    padding: 3px;
    border: 1px solid #C4161C;
    border-radius: 25px;
    margin-right: 8px;
}
.edu-erp {
    background: linear-gradient(241deg,rgba(0, 127, 208, 1),rgba(0, 35, 72, 1))
}
.edu-erp span {
    display: inline-block;
    width: 31px;
    background: #fff;
    border-radius: 50%;
    padding: 3.5px;
}
.edu-erp span img {
    filter: none !important;
}
.edu-erp:hover {
    color: #fff !important;
    background: transparent !important;
}

.main-head-tab ul li {
    font-size: 12px;
    font-weight: 600;
    font-family: var(--font-family-1);
    color: #FFFFFF;
}

.main-head-tab a {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    font-family: var(--font-family-1);
    color: #FFFFFF;
    text-shadow: 0px 1px 2px #00000029;
}

.main-head-tab a span img {
    filter: brightness(-100%) invert(1);
}

.main-head-tab a.common-head-btn:hover {
    background: #fff;
    color: #007743;
}

.main-head-tab .edunext-btn {
    filter: none !important;
}

.main-head-tab a:hover span img,
.edunext-btn {
    filter: none;
}
#menu-trigger span img {
    filter: brightness(100%);
}
#menu-trigger {
    color: #007743;
}
#menu-trigger:hover {
    background: transparent !important;
    color: #fff;
}
#menu-trigger:hover span img{
    filter: brightness(-100%) invert(1);
}
.head-news {
    width: 100%;
    position: relative;
    height: 35px;
}

.news-content {
    width: 100%;
    top: 0;
    height: 35px;
    position: absolute;
    background: #9a9fa8;
}

.head-news::after {
    content: '';
    width: 32%;
    height: 100%;
    background: url('https://resources.edunexttechnologies.com/web-data/bkj-apple/images/news-icon.svg') no-repeat, #C4161C;
    background-position: 95%;
    background-size: 12%;
    padding-right: 10px;
    border-radius: 0px 25px 25px 0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

}


.main-header::before {
    background: url('https://resources.edunexttechnologies.com/web-data/bkj-apple/images/headder-bg-02.png') no-repeat;
    width: 30%;
    height: 100%;
    position: absolute;
    background-size: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
@media (min-width: 576px) {
    .main-header::before {
        content: '';
    }
}
.main-head-tab {
    padding: 4px 0px;
    background: #007743;
}
.schoollogo {
    z-index: 99;
    /* padding-right: 155px; */

}
@media (min-width: 576px) {
    .schoollogo {
        position: absolute;
    }
}


/* hero-section css */
.banner-carousel .owl-nav{
    width: 100%;
    position: absolute;
    top: 50%;
}
.banner-carousel .owl-nav .owl-prev, .banner-carousel .owl-nav .owl-next{
    position: absolute;
    top: 50%;
} 
.our-gallery.owl-carousel .owl-nav {
    width: 50%;
    position: absolute;
    left: 0;
    transform: translateX(50%);
    bottom: 0;
}
.our-gallery.owl-carousel .owl-nav .owl-prev,
.our-gallery.owl-carousel .owl-nav .owl-next {
    position: absolute;
    bottom: 10%;
}
.our-gallery.owl-carousel .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #007743 !important;
    border-radius: 6px;
    left: 50px;
}
.our-gallery.owl-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #007743 !important;
    border-radius: 6px;
    right: 50px;
}
.banner-carousel .owl-nav .owl-prev{
    width: 35px;
    height: 35px;
    border: 1px solid #fff !important;
    border-radius: 6px;
    left: 50px;
}
.banner-carousel .owl-nav .owl-next{
    width: 35px;
    height: 35px;
    border: 1px solid #fff !important;
    border-radius: 6px;
    right: 50px;
}

.aboutus-wapper{

    max-width: 1400px;
}
.aboutus.owl-carousel .owl-dots, .alumni-carousel.owl-carousel .owl-dots {
    position: absolute;
    width: 100%;
    bottom: -35px;
    text-align: center;
}
.aboutus.owl-carousel .owl-dots .owl-dot, .alumni-carousel.owl-carousel .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    background:#cccccc;
    border-radius: 50%;
    margin: 3px;
}

.alumni-carousel.owl-carousel .owl-dots .owl-dot.active{
    width: 20px;
    height: 10px;
    border-radius: 4px;
    background:#fff;
}
.aboutus.owl-carousel .owl-dots .owl-dot.active{
    background:#007743;
}
.alumni-carousel.owl-carousel 
/* MENU ITEMS */

.sidebar-wrapper .sidebar-search>div {
    padding: 10px 20px
}

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.34);
    position: relative;
    font-family: var(--font-family-1);
    font-weight: 400;
padding: 10px 34px 10px 0;
    margin: 0 0px;
}
.affiliation p{
    font-size: 14px;
    font-family: var(--font-family-1);
    font-weight: 400;
}
.sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px
}
.sidenavbar .offcanvas.offcanvas-end{
    background:url(https://resources.edunexttechnologies.com/web-data/bkj-apple/images/sidebar-menu-bg.png) no-repeat, rgba(196, 22, 28, 0.87) ;
    backdrop-filter: blur(6px) brightness(91%);
    background-position: center bottom;
    background-size: 12%;
}
.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
    display: inline-block;
   
    animation: swing ease-in-out .5s 1 alternate
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
    font-family: "FontAwesome";
    font-weight: 500;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    font-size: 14px;
    top: 10px
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 25px;
    font-size: 13px
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
    transform: rotate(90deg);
    right: 17px
}
.affiliation{
    background: rgba(255, 255, 255, 0.24);
}

.btn-close {
    position: absolute;
    right: 15px; 
    top: 25%;
}
.about-carousel-sec{
transition: transform .35s;
}
.about-carousel-sec:hover .about-image{
border-radius: 38px 38px 0px 0px;
    background: #c4161c;
}
.about-carousel-sec:hover .about-image img {
    border-radius: 34px 34px 0px 0px;
    background: #c4161c;
}
.aboutus-overly {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -11;
    height: 50%;
    background: linear-gradient(180deg, rgba(58, 153, 72, 0.1) 0%, rgba(58, 153, 72, 0) 100%);
}
.aboutus-card, .video-card {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #0077431F;
    border-radius: 6px;
    background: url('https://resources.edunexttechnologies.com/web-data/bkj-apple/images/about-us-card-bg.svg'), #FCFFFC;
    position: relative;
    background-position: 90% 90%;
        background-size: 21%;
        background-repeat: no-repeat;
}
.aboutus-card::before {
    content: '';
    position: absolute;
    left: -15px;
    top: -15px;
    width: 50%;
    height: 105%;
    background: #C4161C;
    z-index: -1;
    box-shadow: 0px 3px 6px hsla(0, 0%, 0%, 0.27);
    border-radius: 6px;
}
.video-card::before {
    content: '';
    position: absolute;
    right: -15px;
    top: -15px;
    width: 50%;
height: 105%;
    background: #3A9948;
    z-index: -1;
    box-shadow: 0px 3px 6px hsla(0, 0%, 0%, 0.27);
    border-radius: 6px;
}

.aboutus-card-body{
    padding: 35px 18px 18px 18px;
   
}
.about-content p, .carousel-content p, .aboutus-card-body p{
    font-family: var(--font-family-1);
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: hsla(154, 91%, 5%, 0.8);
}
.main-btn {
    background: #007743;
    padding: 7px 15px;
    box-shadow: 0px 3px 6px #0000003D;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-family: var(--font-family-1);
    font-weight: 400;
    margin-top: 25px;
    display: inline-block;
}
.main-title p {
    font-family: var(--font-family-1);
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}
.main-title {
    position: relative;
    margin-bottom: 25px;
}
.main-title::after {
    position: absolute;
    content: "";
    background: url(https://resources.edunexttechnologies.com/web-data/bkj-apple/images/green-leaf-alumni2.svg) no-repeat right;
    right: 28%;
    top: 0;
    width: 100%;
    height: 50px;
}
.main-title::before {
    position: absolute;
    content: "";
    background: url(https://resources.edunexttechnologies.com/web-data/bkj-apple/images/green-leaf-alumni.svg) no-repeat;
    left: 28%;
    top: 0;
    width: 100%;
    height: 50px;
}
.alumni-left-bg {
    position: absolute;
    bottom: 60px;
    left: -79px;
    width: 11%;
}
.alumni-right-bg {
    position: absolute;
    right: -79px;
    bottom: 60px;
    width: 11%;
}
 .main-headding {
    font-family: var(--font-family-2);
    font-weight: bold;
    line-height: 30px;
    font-size: 24px;
    color: #01160D;
}
.sub-headding {
    font-family: var(--font-family-2);
    font-weight: bold;
    line-height: 30px;
    font-size: 20px;
    color: #C4161C;
}
.carousel-content img{
    background: #fff;
    padding: 5px;
    border-radius: 4px 4px 0px 0px;
}
.carousel-content {
    padding: 0px;
    background: #FCFFFC;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #0077431F;
    border-radius: 6px;
}
.about-image{
    background: #fff;
    padding: 5px;
    box-shadow: 0px 4px 8px #0000002E;
    border-radius: 6px 6px 0px 0px;
    margin: 0px 20px;
    position: relative;
}
.play-button {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-image img{
    border-radius: 4px;
}
.carousel-content {
    padding: 25px 20px;
}
.carousel-content p{
    margin: 0;

}
.carousel-content a {
    margin-top: 10px;
    text-decoration: underline !important;
    font-size: 14px;
    font-family: var(--font-family-1);
    font-weight: 700;
    line-height: 24px;
    color: #C4161C;
}
.carousel-title {
    margin: 0px 20px;
    padding: 10px;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 119, 67, 1) 50%, rgba(2, 96, 55, 1) 100%);
    box-shadow: 0px 3px 6px #00000045;
    border: 2px solid #FFFFFF;
    border-radius: 6px;
    margin-top: -25px;
}
.about-carousel-sec:hover .carousel-title {
    border-radius: 12px 12px 40px 40px;
    background: linear-gradient(180deg, rgba(196, 22, 28, 1)50%,rgba(156, 10, 15, 1) 100%);
}
.carousel-title h2{
    font-family: var(--font-family-1);
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}
.carousel-title h3 {
    font-family: var(--font-family-1);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
.carousel-title p {
    font-family: var(--font-family-1);
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

/* ------------------- Alumini ---------------------------- */

.alumini-section {
background: #007743;
}

.word-alumini-head {
    padding-top: 35px;
    color: white;
}

.alumini-name,
.alumini-content {
    font-size: 15px;
}

.alumini-name {
    color: #fff;
}

.alumini-batch {
    font-size: 10px;
}

.alumini-content {
    font-size: 14px;
}
.alumni-card{
    font-family: var(--font-family-1);
    background-color: #1A8556;
    border-radius: 12px;
    padding: 15px;
    color: #fff;
}
.alumni-card:hover {
    background-color: #fff;
    color: #000;
}
.alumni-card:hover .alumini-name{
  
    color: #000;
}
.sub-card-alumini a {
    color: #fff;
}
.alumni-card:hover .sub-card-alumini a {
    color: red;
}
.sub-card-alumini img.card-img-top {
    filter: brightness(-100%) invert(1);
}
.alumni-card:hover .sub-card-alumini img {
    filter: none;
}
.view-all-btn {
    position: absolute;
    border: 1px solid #fff;
    padding: 4px 12px;
    font-size: 14px;
    border-radius: 25px;
    color: white;
    font-family: var(--font-family-1);
}
.view-all-btn:hover {
    background-color: #fff;
    color: #007743;
}
@media (max-width:600px) {
    .view-all-btn {
        position: relative;
    }
}
.img-shadow {
    box-shadow: -8px 8px 0px 0px #C4161C;
    border-radius: 10px;
    overflow: hidden;
}
.img-shadow-right {
    box-shadow: 8px 8px 0px 0px #C4161C;
    border-radius: 10px;
    overflow: hidden;
}
.img-shadow img {
    border-radius: 10px;
}
.content p{
    font-family: var(--font-family-1);
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    margin: 0;
    color: #000;
    text-align: justify;

}
 ul.arrow-bullet {
     list-style-image: url('https://resources.edunexttechnologies.com/web-data/mountlitera/img/pointing-right.svg');
 }
.content table tr th {
    font-family: var(--font-family-2);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    color: #000;

}
.content table tr td{
    font-family: var(--font-family-1);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    color: #000;

}
.gallery-section {
    padding-bottom: 10rem;
}

.gallery-section .main-btn {
    right: 65px;
}
/* 

.alumni-carousel.owl-carousel .owl-item:nth-child(even) .alumni-card{
    background-color:#1A8556;
    color: white;
}

.alumni-carousel.owl-carousel .owl-item:nth-child(even) .sub-card-alumini {
    background-color: #1A8556;
    color: white;
}
.alumni-carousel.owl-carousel .owl-item:nth-child(even) .card-img-top{
    filter: brightness(-100%) invert(1);
}

.alumni-carousel.owl-carousel .owl-item:nth-child(even) .sub-card-alumini .alumini-name {
    background-color: #1A8556;
    color: white;
}

.alumni-carousel.owl-carousel .owl-item:nth-child(even) .sub-card-alumini a {
    color: white;
    font-size: 12px;
}
.alumni-carousel.owl-carousel .owl-item:nth-child(odd) .sub-card-alumini a {
    color: #C4161C;
    font-size: 12px;
}

.alumni-carousel.owl-carousel .owl-item:nth-child(odd) .alumni-card {
  background: #fff;
  color: #01160D;
} */

.alumni-carousel.owl-carousel .alumni-card{
    border-radius: 15px;
}


/* Facilities CSS */
.Facilities-dot-circle {
    height: 320px;
    z-index: -1;
}

.Facilities-circle {
    height: 250px;
    width: 250px;
    background: #fff;
    border-radius: 50%;
box-shadow: 0px 4px 12px #00774333;
}

.Facilities-bg {
    position: relative;
    background-image: url('https://resources.edunexttechnologies.com/web-data/bkj/images/Facilities-Repeat-Grid-2.png');
}

.Facilities-heading {
    font-family: 'Arial Rounded MT';
    font-size: 20px;
    padding: 0;
    margin: 0;
    color: #01160D;
}

.Facilities-para {
    font-size: 14px;
    margin: 0px;
    color: #01160D;
}

#Infrastructure {
    height: 50px;
    width: 50px;
    background-color: #C4161C;
    border-radius: 50%;
    position: absolute;
}

.Facilities-circle-dotted-1 {
    height: 500px;
    border-radius: 50%;
    border: 1px dotted black;
    padding: 77px;
    margin-top: -38%;
}
.overly-facilites{
            position: absolute;
            bottom: -90px;
            width: 100%;
            z-index: -11;
            height: 50%;
            background: linear-gradient(180deg, rgba(196, 22, 28, 0) 0%, rgba(196, 22, 28, 0.1) 100%);
}
.Facilities-circle-dotted-2 {
    height: 350px;
    width: 350px;
    border-radius: 50%;
    border: 1px dotted black;
    padding: 15%;
}

.circle-wrape {
    position: relative;
    width: 500px;
}

/* facality-bx-are3 */
.facality-bx-are3 {
    position: absolute;
    bottom: -7%;
    width: 500px;
}

.bx-row {
    display: flex;
    justify-content: center;
    gap: 85px;
}

.bx-are {
    width: 90px;
        height: 90px;
    background: #FA9920;
    border-radius: 50%;
    padding: 5px;
}

.bx-content-are {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
}

.bx-content-are {
width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.toggle-box h2{
    color: #01160D;
}
.bx-content-are p {
    font-size: 12px;
    margin: 0;
        line-height: 15px;
    width: 88%;
    color: #01160D;
}

.Workshops {
    background: #FA9920;
}

.Counselling {
    background: #19b2cf;
}

.Workshops::after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 15px solid #fa9920;
    content: "";
    position: absolute;
    bottom: 81px;
    left: 36%;
    transform: rotate(27deg);
}



.Counselling::after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 15px solid #19b2cf;
    content: "";
    position: absolute;
        bottom: 79px;
            left: 61%;
    transform: rotate(-33deg);
}


.bx-are.Workshops input {
    border-radius: 50%;
    position: absolute;
    bottom: 108%;
    right: 59.5%;
    accent-color: #d57600;
}

.bx-are.Counselling input {
    border-radius: 50%;
    position: absolute;
    bottom: 105%;
    right: 38.5%;
    accent-color: #0098b5;
}

.bx-are.Workshops input:checked+.bx-content-are {
    background: transparent;
}

.bx-are.Workshops input:checked+.bx-content-are p {
    color: #fff;
}

.bx-are.Counselling input:checked+.bx-content-are {
    background: transparent;
}

.bx-are.Counselling input:checked+.bx-content-are p {
    color: #fff;
}

/* facality-bx-are2 */
.facality-bx-are2 {
    position: absolute;
    bottom: 27%;
    width: 512px;
    left: -5px;
}

.bx-row2 {
    display: flex;
    justify-content: space-between;
}

.Education {
    background: rgb(242 87 40);
}

.Excellence {
    background: rgb(82 103 176);
}

.Education::after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 15px solid #f25728;
    content: "";
    position: absolute;
bottom: 63px;
    left: 16%;
    transform: rotate(58deg);
}

.Excellence::after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 15px solid #5267b0;
    content: "";
    position: absolute;
    bottom: 63px;
    left: 82.3%;
    transform: rotate(-58deg);
}


.bx-are.Education input {
    border-radius: 50%;
    position: absolute;
    bottom: 82%;
    right: 78%;
    accent-color: #f25728;
}

.bx-are.Excellence input {
    border-radius: 50%;
    position: absolute;
    bottom: 79%;
    right: 18.5%;
    accent-color: #5267b0;
}

.bx-are.Education input:checked+.bx-content-are {
    background: transparent;
}

.bx-are.Education input:checked+.bx-content-are p {
    color: #fff;
}

.bx-are.Excellence input:checked+.bx-content-are {
    background: transparent;
}

.bx-are.Excellence input:checked+.bx-content-are p {
    color: #fff;
}

/* facality-bx-are1 */
.facality-bx-are1 {
    position: absolute;
    bottom: 66%;
    width: 576px;
    left: -37px;
}

.bx-row1 {
    display: flex;
    justify-content: space-between;
}

.Infrastructure {
    background: rgb(233 42 81);
}

.Lorem {
    background: rgb(109 55 151);
}

.Infrastructure::after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 15px solid #e92a51;
    content: "";
    position: absolute;
    bottom: 38px;
    left: 88px;
    transform: rotate(90deg);
}

.Lorem::after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 15px solid #6d3797;
    content: "";
    position: absolute;
    bottom: 36px;
    left: 83%;
    transform: rotate(-90deg);
}

.bx-are.Infrastructure input {
    border-radius: 50%;
    position: absolute;
    bottom: 41%;
    right: 78.5%;
    accent-color: #e92a51;
}

.bx-are.Lorem input {
    border-radius: 50%;
    position: absolute;
    bottom: 41%;
    right: 18.1%;
    accent-color: #6d3797;
}

.bx-are.Infrastructure input:checked+.bx-content-are {
    background: transparent;
}

.bx-are.Infrastructure input:checked+.bx-content-are p {
    color: #fff;
}

.bx-are.Lorem input:checked+.bx-content-are {
    background: transparent;
}

.bx-are.Lorem input:checked+.bx-content-are p {
    color: #fff;
}





/* Facilities @media */
@media (max-width:640px) {
    .circle-wrape {
        width: 360px;
    }

    .Facilities-circle-dotted-1 {
        height: 360px;
        border-radius: 50%;
        border: 1px dotted black;
        padding: 50px;
        margin-top: -38%;
    }

    .Facilities-circle-dotted-2 {
        height: 260px;
        width: 260px;
        border-radius: 50%;
        border: 1px dotted black;
        padding: 12%;
    }

    .Facilities-circle {
        height: 200px;
        width: 200px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0px 0px 5px 0px;
    }

    .facality-bx-are1 {
        position: absolute;
        bottom: 60%;
        width: 419px;
        left: -28px;
    }

    .bx-are {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        padding: 5px;
    }

    .bx-content-are {
        width: 50px;
        height: 50px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Infrastructure::after {
        bottom: 23px;
    }

    .Lorem::after {
        bottom: 23px;
        left: 83.8%;
    }

    .Education::after {
        bottom: 44px;
        left: 13.5%;
    }

    .Excellence::after {
        bottom: 44px;
        left: 83.5%;
    }

    .Workshops::after {
        bottom: 52px;
        left: 32%;
    }

    .Counselling::after {
        bottom: 50px;
        left: 64.1%;
    }

    .bx-content-are p {
        font-size: 7px;
        margin: 0;
        width: 88%;
        line-height: 12px;
    }

    .bx-are.Infrastructure input {
        right: 78.1%;
    }

    .bx-are.Lorem input {
        right: 18.4%;
    }

    .facality-bx-are2 {
        bottom: 23%;
        width: 362px;
    }

    .facality-bx-are3 {
        bottom: -6%;
        width: 358px;
    }

    .bx-are.Workshops input {
        bottom: 114%;
        right: 62%;
    }

    .bx-are.Counselling input {
        bottom: 110%;
        right: 34.8%;
    }
}

@media (max-width:460px) {
    .Facilities-para {
        text-align: center;
        width: 100%;
    }

    .circle-wrape {
        width: 250px;
    }

    .Facilities-circle-dotted-1 {
        height: 250px;
        padding: 35px;
    }

    .Facilities-circle-dotted-2 {
        height: 180px;
        width: 180px;
        padding: 8%;
    }

    .Facilities-circle {
        height: 150px;
        width: 150px;
    }

    .facality-bx-are1 {
        bottom: 55%;
        width: 306px;
    }

    .bx-are {
        width: 50px;
        height: 50px;
    }

    .bx-content-are {
        width: 40px;
        height: 40px;
    }

    .bx-content-are p {
        font-size: 5px;
        font-weight: bold;
        line-height: 8px;
    }

    .bx-are.Infrastructure input {
        right: 76.1%;
        height: 10px;
        bottom: 40%;
    }

    .bx-are.Lorem input {
        right: 18.5%;
        height: 10px;
        bottom: 40%;
    }

    .Infrastructure::after {
        bottom: 21px;
        left: 16.5%;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-bottom: 8px solid #e92a51;
    }

    .Lorem::after {
        bottom: 21px;
        left: 81.8%;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-bottom: 8px solid #6d3797;
    }

    .facality-bx-are2 {
        bottom: 9%;
        width: 249px;
    }

    .bx-are.Education input {
        bottom: 91%;
        right: 73.5%;
        height: 10px;
    }

    .bx-are.Excellence input {
        bottom: 91%;
        right: 19.5%;
        height: 10px;
    }

    .Education::after {
        bottom: 39px;
        left: 17.5%;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-bottom: 8px solid #f25728;
    }

    .Excellence::after {
        bottom: 39px;
        left: 80.5%;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-bottom: 8px solid #5267b0;
    }

    .bx-row {
        gap: 20px;
    }

    .facality-bx-are3 {
        bottom: -16%;
        width: 253px;
    }

    .Workshops::after {
        bottom: 47px;
        left: 39%;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-bottom: 8px solid #fa9920;
    }

    .Counselling::after {
        bottom: 46px;
        left: 58%;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-bottom: 8px solid #19b2cf;
        transform: rotate(-26deg);
    }

    .bx-are.Workshops input {
        bottom: 113%;
        right: 55%;
        height: 10px;
    }

    .bx-are.Counselling input {
        bottom: 112%;
        right: 40.5%;
        height: 10px;
    }
}

/* Facilities-Child CSS */
.Facilities-Child-bg {
    position: relative;
    /* background-image: url('https://resources.edunexttechnologies.com/web-data/bkj/images/Facilities-Child-bg.svg'); */
    width: 100%;
    background-position: top center;
    background-size: cover;
    padding: 10px;
}

.container-image {
    width: 115mm;
    border-radius: 10px;
    box-shadow: -6px 6px 2px 0px #c4161c;
}
.mv-box{
border: 1px solid #00774329;
    border-radius: 6px;
    background: #FCFFFC;
   
}
.mission, .vision{
    padding: 20px;
}
.vission-overly{
        position: absolute;
            bottom: -50px;
            width: 100%;
            z-index: -11;
            height: 50%;
            background: linear-gradient(180deg, rgba(196, 22, 28, 0) 0%, rgba(196, 22, 28, 0.1) 100%);
}



/*--------------footer---------------------------------------*/
.footer-top .logo {
    background-image: url('https://resources.edunexttechnologies.com/web-data/bkj/images/Union+7.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.logo img {
    width: 200px;
    height: 100px;
}


.ft-contact {
    padding-left: 114px;
}

.footer-main {
    padding-top: 20px;
}

.footer-main h2 {
    margin-bottom: 7px;
}

.ft-contact img {
    margin-right: 13px;
}
.footer-main li {
    font-size: 14px;
}
.footer-main .ft-contact ul li {
    margin-bottom: 6px;
}

.footer-act li a,
.ft-ql li a {
    color: rgba(0, 0, 0, 0.76);
}

.footer-act li a:hover,
.ft-ql li a:hover {
    color: #007743;
}

.ft-icons {
    margin-top: 10px;
}

.ft-social li a:hover {
    background-color: #007743;
    border-radius: 20%;
}

.ft-social li:hover {
    background-color: white;
}

.ft-rights {
    font-size: 12px;
    margin-top: -15px;
}

.ft-social li {
    border-radius: 0;
}

.social-sec {
    background: url(https://resources.edunexttechnologies.com/web-data/bkj-apple/images/green-bg-new.png) no-repeat
    center top !important;
    background-size: contain !important;
}
.social-btn {
    background-color: #C4161C;
}
.topper-x.owl-carousel .owl-stage-outer, .topper-xii.owl-carousel .owl-stage-outer {
    padding: 15px 0px;
}
.card-hov:hover .topper-card {
    box-shadow: 0px 4px 20px #00774329;

}
.card-hov:hover .topper-details {
    transform: translateY(0px);
    box-shadow: none !important;
    transition: 0.3s;
}
.overly-social {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    top: 50%;
    z-index: -11;
    background: #ebf5ec;
}
.img-flag2 {
    position: absolute;
    bottom: 85px;
    width: 50px;
    right: 7%;
}
.img-flag1 {
    position: absolute;
    bottom: 85px;
    width: 50px;
    left: 7%;
}

.btn-theme-danger {
    background-color: #C4161C !important;
    transition: all .3s;
}

.btn-theme-danger:hover {
    background-color: #ad0d13 !important;
}

.bg-accent {
    background-color: #ebf5ec !important;
}
.cbc-sec {
    background-color: var(--theme-green) ;
    padding-top: 1rem ;
    padding-bottom: 1rem;
    
}

@media (min-width: 768px) {
    .cbc-sec {
        padding-top: 7rem !important;
        padding-bottom: 2.5rem !important;
    }
}
@media (min-width: 992px) {
    .cbc-sec {
        background: url(https://resources.edunexttechnologies.com/web-data/bkj-apple/images/green-bg-new.png) no-repeat top !important;
        background-size: contain !important;
    }

}


.circular-list {
    min-height: 150px;
    height: 340px;
    overflow: auto;
}

.circular-list::-webkit-scrollbar {
    width: 4px;
    border-radius: 8px;
}

.circular-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.circular-list::-webkit-scrollbar-thumb {
    background: var(--theme-green);
}

.circular-list::-webkit-scrollbar-thumb:hover {
    background-color: var(--theme-primary-light);
}

.birthday-card {
    background: white url(https://resources.edunexttechnologies.com/web-data/bkj-apple/images/birthday-bg.svg) no-repeat center;
    background-size: cover;
}
.text-theme-green {
    color: var(--theme-green) !important;
}
.bg-theme-green {
    background-color: var(--theme-green) !important;
}
.bg-theme-green-subtle {
    background-color: var(--theme-green-subtle) !important;
}
.birthday-slider .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    display: flex;
    color: var(--theme-green);
    font-weight: 600;
    font-size: 15px;
    padding: .5rem;
}
.birthday-slider .owl-nav button {
    width: 35px;
    height: 35px;
    border-radius: var(--bs-border-radius-sm);
    display: flex;
    justify-content: center;
    align-items: center;
        border: 1px solid #eee !important;
}
.birthday-slider .owl-nav button span {
    font-size: 1.4rem !important;
    margin-bottom: .25rem;
}
.social-links-divider {
    position: relative;
}

.social-links-divider::after {
    content: '';
    display: block;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    height: 1px;
    background-color: #0000005b;
}
.social-links-divider a:not(:last-child) {
    margin-right: .5rem;
}
.social-links-divider a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--bs-border-radius-sm);
    background: var(--theme-green-subtle);
    color: var(--theme-green);
    font-size: 1.2rem;
    transition: all .3s;
}
.social-links-divider a:hover {
    background: var(--theme-green);
    color: #fff;
}
.f-logo-block img:first-child {
    height: 140px  
}
@media (min-width: 992px) {
    .f-logo-block {
        transform: translateY(-100px);
        margin-bottom: -6rem;
    }
    .footer-links {
        margin-top: -3rem !important;
        z-index: 1;
        position: relative;
    }
}


.mission,
.vision {
    position: relative;
    border-radius: 6px;
}

.mission::before {
    content: '';
    position: absolute;
    left: -15px;
    bottom: -15px;
    background: #007743;
    width: 103%;
    height: 90%;
    z-index: -11;
    border-radius: 6px 6px 0px 6px;
}

.mission::after {
    content: '';
    position: absolute;
    right: 0;
    top: 30px;
    background: #00774329;
    width: 1px;
    height: 75%;
}

.vision::before {
    content: '';
    position: absolute;
    right: -15px;
    bottom: -15px;
    background: #C4161C;
    width: 103%;
    height: 90%;
    z-index: -11;
    border-radius: 6px 6px 6px 0px;
}

.topper-card {

    border-top-right-radius: 108px;
    border-top-left-radius: 108px;
    margin-top: 0;
    background: #fff;
}
.topper-card h2 {
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    color: #01160D;
}

.topper-img {
    height: 251px;
    background-image: url(https://resources.edunexttechnologies.com/web-data/bkj/images/topper_decoration-4.jpg);
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: bottom center;
    padding-top: 70px;
}

.topper-img img {
    height: 150px;
    width: 150px !important;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.topper-card-body {
    height: 70px;
    background-color: #007743;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #C4161C;
}

.topper-card-body h2,
h3 {
    color: white;
    font-size: 16px;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.toppers-tab-btn {
    background: transparent;
}

.toppers-tab-btn .nav-item:first-child {
    padding: 3px;
    background: #fff;
    border-radius: 25px 0px 0px 25px;
}

.toppers-tab-btn .nav-item:last-child {
    padding: 3px;
    background: #fff;
    border-radius: 0px 25px 25px 0px;
}

.toppers-tab-btn.nav-pills .nav-link {
    color: #000;
}

.toppers-tab-btn.nav-pills .nav-link.active,
.toppers-tab-btn.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #C4161C;
}

.cbc-overly {
    position: absolute;
    left: 0;
    width: 100%;
    top: 30%;
    z-index: -11;
    height: 100%;
    background: transparent linear-gradient(180deg, rgba(58, 153, 72, 0.1) 0%, rgba(58, 153, 72, 0) 100%);
}

/* ------------Gallery Section------------------ */


.our-gallery .owl-item .item {
    transform: translate3d(0, 0, 0);
    transition: all 2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    margin: 50px 0;
}

.our-gallery .owl-item .item .gal-overly {
    border-radius: 12px;
}
.our-gallery .owl-item.active img, .our-gallery .owl-item img{
    height: 250px;
}
.our-gallery .owl-item.active.center .item .gal-overly .gal-txt {
    display: block;
}


.activity-card {
    background: #fff;
    box-shadow: 0px 4px 8px hsla(0, 0%, 0%, 0.09);
    border-radius: 0px;
    margin: 5px;
    padding: 20px;
}

.gal-overly {
    /*  */
    transition: all 2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.our-gallery .owl-item .item .gal-overly {
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.our-gallery .owl-item.active.center .item .gal-overly {
    transform: scale(1.2);
}


/* .gal-overly:hover .gal-txt img{
display: none;
width: 120px !important;
position: relative;
top: -95px;
right: -70px;
-webkit-transition: 0.1s;
-o-transition: 0.1s;
transition: 0.1s;
}

.gal-overly:hover .gal-txt:hover img{
display: block;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;

} */

.gal-txt {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: justify;
    text-align: center;
    z-index: 111;
    display: none;
    transition: all 1.9s 6s;
}
.gallery-line {
    position: relative;
    text-align: center;
}
.gallery-line::after {
    content: '';
    position: absolute;
    width: 15px;
    top: 10px;
    right: 90px;
    height: 1px;
    background: #fff;
}
.gallery-line::before {
    content: '';
    position: absolute;
    width: 15px;
    top: 10px;
    left: 90px;
    height: 1px;
    background: #fff;
}

.gal-overly:hover::after {
    position: absolute;
    /* background: hsl(28 92% 53% / 0.8); */
    /* transition: .5s ease-in-out; */
    -webkit-transition: .5s ease-in-out;
    width: 180%;
    height: 180%;
    left: -80%;
    bottom: -80%;
}
.gal-title{
    font-size: 14px !important;
    margin: 0;
}
.gal-txt p.gallery-line {
    color: #fff;
    font-weight: 400;
    font-size: 10px;
    margin: 0;
    font-family: var(--font-family-1);
    line-height: 18px;
    margin-bottom: 0px !important;
}

.gal-txt a {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    font-family: var(--font-family-1);
    line-height: 18px;
    visibility: hidden;
    opacity: 0;
}

.owl-item.active .item:hover .gal-txt a {
    opacity: 1;
    visibility: visible;
}

.gal-overly:hover .gal-txt {
    display: block;
    transition: all 1.9s 6s;

}

.gal-overly::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, hsla(154, 100%, 23%, 0) 0%, hsla(154, 100%, 23%, 1) 100%) 0% 0% no-repeat padding-box;
}

.overlay_hover {
    position: absolute;
    z-index: 1;
    top: 35px;
    left: 33px;
    width: 100%;
    max-width: 85px;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    transition-delay: 0.1s;
}

.owl-item.active.center .item:hover .overlay_hover {
    opacity: 1;
    visibility: visible;
}

img.arrowgalpre {
    height: 350px;
    position: relative;
    top: -30px;
}
.topper-details {
    background: #007743 0% 0%;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 0px 0px;
    box-shadow: 0px 17px 0px -10px hsla(154, 100%, 23%, 0.2);
    transform: translateY(-6px);
}
.topper-details h2{
    font: normal normal 600 16px/30px Open Sans;
    color: #fff;
}
.topper-details h3 {
font: normal normal normal 14px/24px Open Sans;
    color: #fff;
        padding-bottom: 6px;
}
.offcanvas-body::-webkit-scrollbar{
    display: none;
}
.offcanvas-body::-webkit-scrollbar-track {
display: none;
}
.offcanvas-body::-webkit-scrollbar-thumb {
    display: none;
}