/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
    line-height: 150%;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    /* line-height: 1.5; */
    line-height: 150%;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
    margin: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
}

/* ---------------------RESET END----------------------------------- */
/* ----------------------BASE STYLE----------------------------------- */


.no-change {
    font-size: larger;
    line-height: 30px;
    word-spacing: 0px;
}



h2 {
    font-weight: 600;
    /*color: #3a3e59;*/
    text-align: center;
    margin-bottom: 1.5rem;
    /*font-size: 3rem;*/
    color: #3a3e59;
    font-size: 1.3125rem;
    font-size: clamp(1.3125rem, 0.975rem + 1.6875vw, 3rem);
}

h2.mr{
    margin-top:2rem
}
    h2.en {    
        font-weight: 700;
        /*font-size: 2.5rem;*/
        color: #3a3e59;
    }

.reg_no_div span {
    font-weight: 700
}

/*PrideOfSVJ para*/
.posvjP {
    font-size: 1.3125rem;
    font-size: clamp(1.3125rem, 1.275rem + 0.1875vw, 1.5rem);
}

/*--------------------------StickyNav --------------------------------------*/
/*.main > section {
    border: 1px solid red;
    padding-top: 80px
}

section {
    scroll-margin-top: 60px;
}

.main > section > .container {
    background-color: rgba(231, 158, 158, 0.884);
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}*/
/*--------------------------------------- box -----------------------*/
#future_plan {
    /*background: url("./assets/image/futureplanImage.png");*/
    background-repeat: no-repeat;
    background: aliceblue;
}

#about_section #future_plan img {
    aspect-ratio: unset;
    width: 80%;
    margin-right: 0;
}

.future-plan-box {
    border: black 1px solid;
    padding: 1rem;
    border-radius: 24px;
    height: 100%;
    background: bisque;
}

#about_section #future_plan .future-plan-image img {
    width: 35%;
    margin: 22px auto;
    margin-top:0;
}

.future-plan-desc {
    /*margin-top: 2rem;*/
    font-weight: 600;
}

#admission-page .future-plan-box {
    padding:2rem;
}

#admission-page .future-plan-box img{
    width: 35%;
    margin: 22px auto;
}

#admission-page h3{
    text-align:center;
}



/*------------------------------------*/
#admission-page #curriculum summary {
    font-size: 22px;
    font-weight: 600;
    background-color: #fff;
    color: #333;
    padding: 1.5rem;
    margin-bottom: 0px;
    outline: none;
    /* border-radius: 0.25rem; */
    text-align: left;
    cursor: pointer;
    border-bottom: 1px gray solid;
    position: relative;
    background-color: #ffb567;
}


#admission-page>#curriculum>details[open]>summary ~ * {
    animation: sweep .5s ease-in-out;
    padding-left: 2rem;
    background-color: bisque;
    /* border-radius: 0px 0 16px 16px; */
    /* margin-bottom: 6px; */
}
    /*----------------------Curriculum ---------------------------------*/
    #curriculum_new {
    /*background: url("./assets/image/board.jpg");*/
    background: #2a2a2a;
    border: 14px #a5682a solid;
    padding: 0;
}

    #curriculum_new img {
        padding: 1rem;
    }

.curriculam_standards {
    position: relative;
}



.curriculam_standards h3 {
    position: absolute;
     transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width:auto;
    text-align:center;
    font-size:22px;
    font-weight:600;
}

.curriculam_standards > h3 > a {
    color: black;
}

    .curriculam_standards > h3 > a:active {
        color: blue;
    }

    .curriculam_standards > h3 > a[tabindex]:focus {
        color: blue;
        outline: none;
    }


#curriculum .content {
    width: 100%;
    padding: 0;
    /*margin: 0 auto;*/
    margin-top: 1rem;
}

#curriculum summary {
    font-size: 1.05rem;
    font-weight: 600;
    background-color: #fff;
    color: #333;
    padding: 0.5rem;
    margin-bottom: 1px;
    outline: none;
    border-radius: 0.25rem;
    text-align: left;
    cursor: pointer;
    position: relative;
    background-color: #ffb567;
}

#curriculum details {
    /*border-top: #ffb567 1px solid;*/
}


    #curriculum details > summary::-webkit-details-marker {
        display: none;
    }

    #curriculum details[open] summary ~ * {
        animation: sweep .5s ease-in-out;
        padding-left: 2rem;
        background-color: bisque;
        border-radius: 0px 0 16px 16px;
        margin-bottom: 6px;
    }

@keyframes sweep {
    0% {
        opacity: 0;
        margin-top: -10px
    }

    100% {
        opacity: 1;
        margin-top: 0px
    }
}


#curriculum_section ul {
    font-size: 22px;
    line-height: 47px;
}

#curriculum_section li {
    list-style-image: url(./assets/image/files.png);
}

#curriculum_section a {
    font-size: 25px;
}

#PDF_div {
    display: none;
}
/*----------------------Curriculum ---------------------------------*/

/* -----------------PreLoader---------------------------------------- */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #ffb567;
        border-top-color: #ecf8f9;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ----------------- PreLoader END---------------------------------------- */

.img-close {
    position: relative;
}

table,
th,
td,
tr {
    text-align: center;
    border: 1px black solid;
}

.vr {
    width: 1px;
    /* Line width */
    background-color: black;
    /* Line color */
    height: 100%;
    /* Override in-line if you want specific height. */
    float: left;
    /* Causes the line to float to left of content. 
        You can instead use position:absolute or display:inline-block
        if this fits better with your design */
}

body {
    font-size: 16px;
}


p,
article,
.responsive-text {
    font-family: 'Roboto', sans-serif;
    /* text-indent: 0.3em; */
    font-size: clamp(0.875rem, 0.7188rem + 0.5vw, 1.08rem);
    /* font: x-large 1.5em  'Roboto', sans-serif; */
}

.btncolor {
    background-color: #ffb567;
    border-bottom: #000 solid 0.5px;
}

.en {
    display: block;
}

.mr {
    line-height: 28px;
    display: none;
}

    .mr h5,
    .mr h3 {
        font-weight: bold;
        color: #3a3e59;
        font-size: clamp(1.125rem, 0.5781rem + 1.75vw, 1.5625rem);
    }

h1 .mr {
    font-weight: 700;
}

.mr > p {
    line-height: 28px;
}




/* ---------------------ROOT----------------------------------- */
hr {
    width: 85%;
    margin: 1rem auto;
    z-index: -1;
}

.wrapingimage {
    float: left;
    margin: 30px 12px 3px 4px;
    border: 2px solid blue;
}

/* h3{
  margin: auto;
  margin-bottom: 3rem; 
} */

#about_section h3 .mr {
    font-weight: 700;
}

.grey-bg {
    background: rgba(229, 229, 229, 0.33);
}

a {
    text-decoration: none;
    color: inherit;
}

.disclaimer {
    font-size: 16px;
}

p {
     /*font-size: 16px;*/ 
    text-align: justify;
    /* text-indent: 3em; */
}

.float-start {
    margin-right: 20px;
}

.w-78 {
    width: 78%;
}

/* TRil 1 */
/* Table in AlumniList */
.page-item.active .page-link {
    background-color: #3A3E59;
    color: #ffb567
}

#list-table th, td {
    border: none;
    text-align: center;
}
/* Table in AlumniList End*/



/*BORDER   21-10-2022*/
.box {
    position: relative;
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate3d(-50%, -50%, 0);*/
    /*background-color: rgba(0, 0, 0, 0.5);*/
    width: 100%;
    max-width: 600px;
    padding: 5px;
    border: 2px solid #b78846;
}

    .box:before, .box:after {
        content: "\2022";
        position: absolute;
        width: 14px;
        height: 14px;
        font-size: 14px;
        color: #b78846;
        border: 2px solid #b78846;
        line-height: 12px;
        top: 5px;
        text-align: center;
    }

    .box:before {
        left: 5px;
    }

    .box:after {
        right: 5px;
    }

    .box .box-inner {
        position: relative;
        border: 2px solid #b78846;
        padding: 2px;
    }

        .box .box-inner:before, .box .box-inner:after {
            content: "\2022";
            position: absolute;
            width: 14px;
            height: 14px;
            font-size: 14px;
            color: #b78846;
            border: 2px solid #b78846;
            line-height: 12px;
            bottom: -2px;
            text-align: center;
        }

        .box .box-inner:before {
            left: -2px;
        }

        .box .box-inner:after {
            right: -2px;
        }


/* ---------------------Committee Table----------------------------------- */
#CommitteeTable td:first-child {
    text-align: center;
    padding-left: 0;
}

#CommitteeTable td {
    text-align: left;
    height: 50px;
    padding-left: 10px;
}

.table-width {
    width: 75%;
}

#CommitteeTable span {
    font-size: 18px;
}
/* ---------------------Committee Table End----------------------------------- */
/* ---------------------Trail img hover----------------------------------- */
.container-all {
    width: fit-content;
    margin: 20px auto;
    height: auto;
}

.home-img-container {
    /* width: calc(33% - 112px); */
    width: calc(33% - 126px);
    overflow: hidden;
    height: fit-content;
    margin: 1px;
    padding: 0;
    display: block;
    position: relative;
    float: left;
}

    .home-img-container img {
        width: 100%;
        transition-duration: .3s;
        max-width: 100%;
        display: block;
        overflow: hidden;
        cursor: pointer;
    }

.title {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 35%;
    display: none;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 1.6em;
    text-shadow: 1px 5px 10px black;
    transition-duration: .3s;
}

.text {
    position: absolute;
    top: 70%;
    cursor: pointer;
    max-width: 80%;
    text-align: center;
    left: 50%;
    text-shadow: 1px 5px 10px black;
    font-size: 1em;
    display: none;
    margin-right: -50%;
    transition-duration: .3s;
    transform: translate(-50%, -50%)
}

.home-img-container:hover img {
    transform: scale(1.2);
    transition-duration: .3s;
    filter: grayscale(50%);
    opacity: .7;
}

.home-img-container:hover span {
    color: white;
    display: block;
    transition-duration: .3s;
}

@media only screen and (max-width: 900px) {
    .home-img-container {
        width: calc(50% - 6px);
    }
}

@media only screen and (max-width: 400px) {
    .home-img-container {
        width: 100%;
    }
}
/* ---------------------Trail img hover end----------------------------------- */
#facilities_page img {
    margin: 1rem auto;
    margin-top: 0;
    box-shadow: 5px 4px 9px 1px rgba(0,0,0,0.59);
    -webkit-box-shadow: 5px 4px 9px 1px rgba(0,0,0,0.59);
    -moz-box-shadow: 5px 4px 9px 1px rgba(0,0,0,0.59);
}
/* ---------------------Trail Nav----------------------------------- */


#contact-section {
    border: #e1e1e1 1px solid;
    border-radius: 5px;
    padding: 1rem;
    box-shadow: 3px 4px 27px -2px rgba(0,0,0,0.22);
    -webkit-box-shadow: 3px 4px 27px -2px rgba(0,0,0,0.22);
    -moz-box-shadow: 3px 4px 27px -2px rgba(0,0,0,0.22);
}

.cform {
    border-left: 1px #e1e1e1 solid;
}

/* ---------------------Trail Nav End----------------------------------- */
/* ---------------------ROOT END----------------------------------- */
.swiper {
    width: 100%;
    height: 100%;
    /* min-height: 100px; */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 70%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

#prideofsvj-home-card {
    height: auto;
}

    #prideofsvj-home-card article {
        font-size: 16px;
        text-align: justify;
    }

    #prideofsvj-home-card .passout {
        font-size: 11px;
        color: grey;
    }

    #prideofsvj-home-card #profession {
        padding-right: 1.25rem;
    }



    #prideofsvj-home-card img {
        width: 40%;
        margin: 10px auto;
        max-height: 18vh;
    }

/* ---------------------NAVBAR all-------------------------------------- */
.navbar {
    background-color: #3a3e59;
    color: #ffb567;
    padding: 0;
}

.nav-link,
.dropdown-item,
.nav-link:hover {
    color: #ffb567
}

    .nav-link:focus,
    .nav-link:hover {
        color: #ffb567;
    }


.navbar-expand-lg .navbar-collapse {
    justify-content: space-evenly;
}

/* .navbar-expand-lg .navbar-collapse .mr{
  font-size: 14px;
}

.navbar-expand-lg .navbar-collapse .en{
  font-size: small; 
} */

.dropdown-menu {
    border: none;
    border-radius: 0;
    background-color: #3a3e59
}

.nav-item {
    margin: auto 14px;
}

.dropdown-menu[data-bs-popper] {
    margin: 0
}

.navbar-toggler {
    width: 47px;
    height: 34px;
    background-color: #3a3e59;
    border: none;
}

    .navbar-toggler .line {
        width: 100%;
        float: left;
        height: 1.5px;
        background-color: #fff;
        margin-bottom: 5px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

/* ---------------------NAVBAR all end-------------------------------------- */
/* ---------------------NAVBAR Desktop-------------------------------------- */

#bignav {
    background-color: #ffb567;
}

    #bignav h4 {
        font-size:2rem;
        /*font-size: larger;*/
    }
        #bignav h4.mr {
            line-height: 45px !important;
            /*font-size: larger;*/
        }

#nav-placeholder {
    width: 100%;
    position: sticky;
    top: 0px;
    z-index: 10;
    transition: 1s;
}

    #nav-placeholder.hide {
        transform: translateY(-100%);
    }

/* nav  img {
  max-width: 115px;
  min-width: 50px;
} */
/* 
#smallnav {
  background-color: #3a3e59;
  position: fixed;
  transition: 1s;
  width: 100%;
}


.navlist {
  display: flex;
  flex-wrap: wrap;
}

.navlist ul {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-bottom: 0;
}

.navlist>ul>li {
  text-decoration: none;
  list-style: none;
  margin: auto;
  padding: 2px;
}

.navlist a,
.submenu a {
  text-decoration: none;
  color: #ffb567;
  font-size: medium;
}

.navlist>ul>li:hover .submenu>li {
  display: flex;
  top: 0;
  margin: 0%;
}


.submenu li {
  display: none;
  position: relative;
  width: 12%;
  background-color: #3a3e59;
  background: #3a3e59;
  white-space: nowrap;
  padding: 5px;

}

.submenu {
  position: absolute;
  display: flex;
  padding-left: 0%;
  flex-direction: column;
} */

/* ---------------------NAVBAR Desktop END-------------------------------------- */
/* ---------------------gallery desk-------------------------------------- */
.gih {
    height: 75vh;
}


/* ---------------------gallery desk end-------------------------------------- */



/* ----------------------HOME PAGE Desktop---------------------------------------------- */
#HomeBanner img {
    height: 500px;
}

.namaste {
    width: 10%;
}

.sholak > h5 {
    font-weight: 600;
    color: #3a3e59;
}


/* .memberlist h6> .mr{
  text-align: left;
  margin: 1rem;
}

.memberlist h6{
  text-align: left;
  margin: 2rem;
} */

/* .container_Home {
  display: flex;
  flex-wrap: wrap;
  margin: 0%;
  padding: 0%;
} */

/* .container_Home img {
  margin:2px;
  width: 23%;
} */

#swiper_section {
    margin: 2rem 1rem;
}

/* ----------------------HOME PAGE END---------------------------------------------- */
.cards-wrapper {
    display: flex;
    justify-content: center;
}

.testimonial-card img {
    max-width: 100%;
    max-height: 100%;
}

.testimonial-card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    border-radius: 0;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 5vh;
    height: 5vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .testimonial-card img {
        height: 11em;
    }
}



/* ---------------------Testimony-------------------------------------- */

/* ---------------------Testimony End-------------------------------------- */
/* ---------------------About Us-------------------------------------- */

#about_section img {
    margin: auto;
    aspect-ratio: 1/1;
}




/* #about_section h3{
  margin: 2% auto; 
} */
#about_gei img {
    width: 75%;
    height: 84%;
}

#messages_section p {
    padding: 1rem;
    /* font-size: 15px; */
}

#messages_section h5 {
    padding-left: 1rem;
}


#about_section h3 {
    margin: 2% auto;
}

#messages_section img {
    width: 100%;
}

#about_section > .col-sm-12 {
    padding: 2rem;
}

#team_section .rounded-circle {
    width: 70%;
    margin: auto;
    aspect-ratio: 1/1;
    border: black solid 1px;
    padding: 0;
}

#team_section p {
    text-indent: 0;
    text-align: center;
}

h6.mr {
    font-weight: 600;
}

#team_section h5,
h6 {
    margin: 0;
    text-align: center;
}

.modal-dialog {
    height: 90%;
    /* = 90% of the .modal-backdrop block = %90 of the screen */
}

.modal-content {
    height: 100%;
    /* = 100% of the .modal-dialog block */
}

.modal-header {
    border-bottom: 0 none;
}

.modal-backdrop {
    background-color: white;
}

/* -----------------------------FLIP CARD -------------------------- */
.flip {
    -webkit-perspective: 800;
    perspective: 800;
    position: relative;
    text-align: center;
    border: none;
}

.card p {
    text-align: center;
}

.flip .card.flipped {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    border: ghostwhite solid 0.5px;
}

.flip .card {
    width: 100%;
    height: 178px;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
    /* background-color: #fff; */
    background-color: rgba(229, 229, 229, 0.01);
    border: none;
    cursor: pointer;
}

    .flip .card .face {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 2;
    }

    .flip .card .front {
        position: absolute;
        /* border: black solid 1px;
  border-radius: 5px; */
        width: 100%;
        z-index: 1;
    }

        .flip .card .front img {
            width: 100%;
            height: 100%;
            padding: 5px;
            /* border: black solid 1px; */
        }

    .flip .card .img {
        position: relative;
        width: 100%;
        height: 178px;
        z-index: 1;
        /* border: 2px solid #000; */
    }

    .flip .card .back {
        padding-top: 5%;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        position: absolute;
        /* border: #3a3e59 solid 1px; */
    }

.inner {
    margin: 0px !important;
    width: 100%;
}

.back-text {
    margin: 0px !important;
    width: 177px;
}

    .back-text h6 {
        font-size: 14px;
    }

    /* .mr h6{
  font-weight: bold;
} */
    .back-text p {
        font-size: 13px;
        text-indent: 0;
    }

    .back-text .mr {
        line-height: 21px;
        font-size: 12px;
    }

/* ----------------------Flip CARD END--------------------------------- */




/* MOBILE */

#vision_mission_section h2 {
    padding-top: 1rem;
}

#mission {
    background-image: url("/image/Mission.png");
    /* background-size: cover;   */
    min-height: 575px;
    position: relative;
    /* width: 100%;  */
}

    #mission > h2 {
        color: aliceblue
    }

.c-white {
    color: aliceblue
}

#mission > p {
    color: aliceblue
}


#vision {
    background-image: url("/image/Vision.png");
    background-size: cover;
    height: auto;
    position: relative;
    width: 100%;
}

#my-image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
}

/* ---------------------Facilities-------------------------------------- */

#facilities_page h3 {
    margin: auto;
    margin-bottom: 3rem;
}

#facilities_page img {
    margin-bottom: 1rem;
}

/* .layered-card-left {
  position: relative;
}

.layered-card-left::before {
  content: '';
  border: black solid 1px;
  top: -7px;
  left: 43px;
  position: absolute;
  height: 86%;
  width: 73%;
  z-index: -1;
}

.layered-card-right {
  position: relative;
}

.layered-card-right::before {
  content: '';
  border: black solid 1px;
  top: -7px;
  left: 100px;
  position: absolute;
  height: 86%;
  width: 73%;
  z-index: -1;
} */

.flyer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    background: rgb(136 136 136 / 58%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
    opacity: 1;
    overflow-y: hidden;
    overflow-x: hidden;
}


    .flyer img {
        position: relative;
        max-width: 900px;
        max-height: 630px;
        outline: none;
    }

    .flyer.active {
        visibility: visible;
        opacity: 0;
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .flyer span {
        color: white;
        position: absolute;
        right: 0;
        /* top: 30px; */
        /* right: 20px; */
        background-color: #000;
        /* border-radius: 50%; */
        /* right: 30px; */
        z-index: 11000;
        cursor: pointer;
        font-size: xx-large;
    }

.video {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    background: rgb(0, 0, 0, 0.95);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

    .video video {
        position: relative;
        max-width: 900px;
        outline: none;
    }

    .video.active {
        visibility: visible;
        opacity: 1;
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .video span {
        color: white;
        position: absolute;
        top: 30px;
        right: 30px;
        z-index: 11000;
        cursor: pointer;
        font-size: xx-large;
    }


#MyForm {
    width: 300px;
    border: 1px solid #ccc;
    padding: 14px;
    background: #ececec;
}

/* ---------------Primary Section----------------------- */
.primary_hero {
    background-image: url(../image/fyler/tempbanner.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    /* width: 1600px;
   */
    height: 500px;
    position: relative;
    top: 0;
    z-index: 0;
    /* aspect-ratio: 16/9; */
}

#banner img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 470px;
    width: 1600px;
}

#banner {
    position: relative;
}

    #banner::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /* background: rgba(200, 206, 206, 0.521); */
        transition: all .3s linear;
    }


.primary_hero > h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* color: #fff; */
}

.primary_hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(200, 206, 206, 0.521);
    transition: all .3s linear;
}

.hero {
    /*background-image: url(../assets/image/fyler/tempbanner.jpeg);*/
    background-image: url(../image/fyler/tempbanner.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    /* width: 1600px;
   */
    height: 500px;
    position: relative;
    top: 0;
    z-index: 0;
    /* aspect-ratio: 16/9; */
}

    .hero > h1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /* color: #fff; */
    }

    .hero:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(200, 206, 206, 0.521);
        transition: all .3s linear;
    }

button {
    border: none;
    background-color: #ffb567;
    border-bottom: #000 solid 0.5px;
}

#primary-table-div {
    display: none;
}

#primary-exam-table-div {
    display: none;
}

#primary-result-table-div {
    display: none;
}



/* --------------------------PRIMARY SECTION END-------------------- */
/* --------------------------Admission SECTION -------------------- */


.br-1 {
    border-right: rgba(104, 103, 103, 0.555) solid 1px;
}

/* --------------------------Admission SECTION END-------------------- */
/* --------------------------Join Us SECTION -------------------- */

#join-us-page form {
    background: #fdfdfd;
    margin: auto 6rem;
    box-shadow: 12px 12px 29px -11px rgba(0,0,0,0.49);
    -webkit-box-shadow: 12px 12px 29px -11px rgba(0,0,0,0.49);
    -moz-box-shadow: 12px 12px 29px -11px rgba(0,0,0,0.49);
}

#join-us-page p {
    text-indent: 0;
}

#join-us-page input {
    margin-bottom: 5px;
}

#join-us-page label {
    margin-bottom: 0;
    color: #000000;
    opacity: 90%;
    font-size: 15px;
}

#join-us-page button {
    width: 50%;
}

.border-rad {
    border-radius: 28px;
}

/* --------------------------Join Us SECTION END-------------------- */
/* --------------------------Pride of svj SECTION -------------------- */
#pride-page img {
    width: 79%;
    margin-top: 4px;
    margin-bottom: 4px;
    max-height: 145px;
}


.morecontent span {
    display: none;
}

.morecontent2 span {
    display: none;
}

.morecontents span {
    display: none;
}

.comment {
    width: 100%;
}

.border-left-1 {
    border-left: rgba(206, 200, 200, 0.425) solid 1px;
}

.alumni-card article {
    font-size: 15px;
    line-height: 150%;
}

.alumni-card h6 {
    text-align: start;
}

.alumni-card p {
    font-size: 12px;
    margin-top: 5px;
    text-align: end;
}

#pagin li {
    display: inline-block;
}

.current {
    color: blue;
}

#alumni-list-page img {
    width: 55%;
    margin-top: 4px;
    margin-bottom: 4px;
}

/* --------------------------Pride of svj SECTION END-------------------- */


#gallery-container {
    /* display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 1rem; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
}

    #gallery-container img {
        width: 100%;
    }

.filter-btn {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.filter-button.selected {
    font-weight: 500;
}

.gallery-image {
    /* display: flex;
      flex-direction: column;
      position: relative;
      padding: 2%;
      flex: 1 16%;
      max-height: 442px;
      max-width: 214px;
      background-color: #fff;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25); */
    padding: 0 10px 20px;
}

    .gallery-image img {
        width: 100%;
        height: 250px;
    }

    .gallery-image .modal-body img {
        width: 100%;
        height: 250px;
    }

/* Tablet view */
@media (min-width: 767px) and (max-width:1023px) {

    #bignav h4,
    h6 {
        font-size: medium;
    }

    #smallnav ul {
        padding: 0;
        justify-content: space-evenly;
    }

    #smallnav a {
        font-size: 12px;
    }

    #smallnav button {
        font-size: 10px;
    }

    /* --------------Gallery tablet-------------- */
    .gih {
        height: 45vh
    }

    #gallery-container img {
        height: 20vh
    }

    .modal.show .modal-dialog {
        margin: 2rem;
        height: auto;
    }

    .modal-content {
        width: 45rem;
    }

    /* --------------Gallery End-------------- */
    .layered-card-left::before {
        max-height: 88%;
        max-width: 70%;
        left: 23px;
        top: -26px;
    }

    .flip .card {
        height: 118px;
    }

    .layered-card-right::before {
        max-height: 88%;
        max-width: 69%;
        left: 57px;
        top: auto;
    }

    .inner > h5 {
        font-size: 12px;
    }

    .back-text {
        margin: 0px !important;
        width: 92px;
    }

        .back-text h6 {
            font-size: 10px;
        }

        .back-text p {
            font-size: 9px;
            text-indent: 0;
        }


    #pride-page img {
        width: 100%;
    }

    #pride-page article {
        font-size: 10px;
    }
}


/* Mobile */
@media (min-width: 375px) and (max-width: 767px) {

    #bignav h4.mr,
    #bignav .mr{
        line-height: 24px !important;
    }



    #donation-section {
        background-image: none;
        background: #f1f1f1;
    }

    #about_section img {
        margin-bottom: 1rem;
    }

    .flyer span {
        right: 30px;
    }

    .gei-img {
        width: 50%;
    }

    .back-text {
        width: 350px;
    }

    /* NAVBAR */

    .logo {
        width: 100%
    }

    #bignav > .mr > span {
        font-size: 10px;
    }

    #bignav .mr h4 {
        font-size: 10px;
    }

    #bignav .mr h6 {
        font-size: 10px;
    }


    #about_section .col-sm-12 {
        padding: 2rem;
    }


    /* facilities section */

    .layered-card-left::before {
        display: none;
    }

    .layered-card-right::before {
        display: none;
    }

    .flyer {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
    }

        .flyer img {
            max-width: 90%;
        }


    .video {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
    }

        .video video {
            max-width: 90%;
        }

    /* Flexible iFrame */

    .flexible-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

        .flexible-container iframe,
        .flexible-container object,
        .flexible-container embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    /* .flip{
    max-width: 50%;
    margin: 0;
  } */


    .flip .card .front img {
        max-width: 28%;
        height: auto;
    }

    #alumni-card img {
        width: 50%;
        margin: 1em auto;
    }

    #alumni-card h6 {
        text-align: center;
    }

    #alumni-card p {
        text-align: center;
    }


    /* Gallery */
    .gih {
        height: auto;
    }

    /* HOMEPAge */

    #my-image-text {
        width: 200px;
        font-size: 10px;
        padding: 0.5rem
    }

    #bignav h4,
    #bignav span,
    #bignav h6 {
        font-size: small;
    }

    #HomeBanner img {
        height: 230px;
    }

    .sholak h5 {
        font-size: 18px;
    }

    .footer-distributed h3 {
        font-size: 25px;
    }

    #messages_section p {
        padding: 0;
    }

    #facilities_page h3 {
        margin-bottom: 1rem;
    }

    p {
        margin-bottom: 10px;
    }

    #banner img {
        height: 300px;
    }

    .table-width {
        width: 95%;
    }

    .dataTables_length {
        margin-bottom: 1rem;
    }

    #pride-page img {
        width: 50%;
    }

    #hide-it {
        display: none;
    }
}


.footer-distributed p {
    text-indent: 0;
}
/* ---------------------Footer--------------------------------------- */

.footer-distributed {
    background: #3a3e59;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 15px 50px;
}

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: inline-block;
        vertical-align: top;
    }

    /* Footer left */

    .footer-distributed .footer-left {
        width: 30%;
    }

    /* The company logo */

    .footer-distributed h3 {
        color: #ffb567;
        font: normal 36px 'Open Sans', cursive;
        margin: 0;
    }

        .footer-distributed h3 span {
            color: #ffb567;
        }

    /* Footer links */

    .footer-distributed .footer-links {
        color: #ffffff;
        margin: 20px 0 12px;
        padding: 0;
    }

        .footer-distributed .footer-links a {
            display: inline-block;
            line-height: 1.8;
            font-weight: 400;
            text-decoration: none;
            color: inherit;
        }

    .footer-distributed .footer-company-name {
        color: #ffb567;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
    }

    /* Footer Center */

    .footer-distributed .footer-center {
        width: 45%;
    }

        .footer-distributed .footer-center i {
            background-color: #33383b;
            color: #ffffff;
            font-size: 25px;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            text-align: center;
            line-height: 42px;
            margin: 10px 15px;
            vertical-align: middle;
        }

            .footer-distributed .footer-center i.fa-envelope {
                font-size: 17px;
                line-height: 38px;
            }

        .footer-distributed .footer-center p {
            display: inline-block;
            color: #ffffff;
            font-weight: 400;
            vertical-align: middle;
            margin: 0;
        }

            .footer-distributed .footer-center p span {
                display: block;
                font-weight: normal;
                font-size: 14px;
                line-height: 2;
            }

            .footer-distributed .footer-center p a {
                color: #ffb567;
                text-decoration: none;
                ;
            }

    .footer-distributed .footer-links a:before {
        content: "|";
        font-weight: 300;
        font-size: 20px;
        left: 0;
        color: #fff;
        display: inline-block;
        padding-right: 5px;
    }

    .footer-distributed .footer-links .link-1:before {
        content: none;
    }

    /* Footer Right */

    .footer-distributed .footer-right {
        width: 20%;
    }

    .footer-distributed .footer-company-about {
        line-height: 20px;
        color: #92999f;
        font-size: 13px;
        font-weight: normal;
        margin: 0;
    }

        .footer-distributed .footer-company-about span {
            display: block;
            color: #ffffff;
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 20px;
        }

    .footer-distributed .footer-icons {
        margin-top: 25px;
    }

        .footer-distributed .footer-icons a {
            display: inline-block;
            width: 35px;
            height: 35px;
            cursor: pointer;
            background-color: #33383b;
            border-radius: 2px;
            font-size: 20px;
            color: #ffffff;
            text-align: center;
            line-height: 35px;
            margin-right: 3px;
            margin-bottom: 5px;
        }

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

    .footer-distributed {
        font: bold 14px sans-serif;
    }

        .footer-distributed .footer-left,
        .footer-distributed .footer-center,
        .footer-distributed .footer-right {
            display: block;
            width: 100%;
            margin-bottom: 40px;
            text-align: center;
        }

            .footer-distributed .footer-center i {
                margin-left: 0;
            }
}

/* ---------------------Footer1 END--------------------------------------- */
/* ---------------------Mobile END--------------------------------------- */





/* ---------------------Laptop --------------------------------------- */
@media (min-width: 1439px) {

    #HomeBanner img {
        height: 600px;
    }

    #CommitteeT td {
        padding: 10px
    }

    #curriculum_new img{
        width:80%
    }

    .curriculam_standards h3 {
        top: 34px;  
        left: 105px;
    }
}
/* ---------------------Laptop END--------------------------------------- */
