
  html {
            scroll-padding-top: var(--scroll-padding);
        }
body {
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    /* padding-top:60px; */
    padding-top: 120px;
}

.body_pt {
    /*padding-top: 240px;*/
    /*position: relative;*/
    /*top: 120px;*/
    margin-top: 120px;
}

/* header */
.nav_inn_head_logo {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_inn_link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-call {
    display: flex;
    align-items: center;
    margin: 0 20px;
}

.navbar-call i {
    font-size: 18px;
    padding: 10px 12px;
    width: 40px;
    height: 40px;
    background-color: #2b7b3a;
    color: #fff;
    border-radius: 50%;
    margin: auto;
}

.navbar-call .phone-nums {
    display: flex;
    flex-direction: column;
}

.navbar-call a {
    /* font-size: 18px; */
    font-size: 15px;
    color: #000;
    margin-left: 10px;
    font-weight: 600;
    line-height: 20px;
}

.admission a {
    font-weight: bold;
    background-color: var(--addmision);
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 18px;
    transition: all .5s;
    border: 2px solid transparent;
    color: #fff;
}

.admission a:hover {
    color: var(--white);
}

.navbar {
    background-color: whitesmoke;
    padding: 0;
    transition: 0.5s all;
}

.navbar-nav {
    justify-content: end;
    display: flex;
    align-items: center !important;
    width: 100%;
}

.nav-item {
    position: relative;
    padding: 0;
}

.nav-link {
    display: block;
    text-decoration: none;
    color: #444;
    padding: 14px 20px;
    /* font-weight: 700; */
    transition: 0.4s all;
    position: relative;
    font-size: 15px;
}

.navbar .nav-link::before {
    content: "";
    position: absolute;
    /* z-index: -1; */
    left: 0;
    right: 100%;
    background: var(--circle-color);
    height: 10px;
    bottom: -16px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: 3;
}

.nav-link:hover:before,
.nav-link:focus:before,
.nav-link:active:before {
right: 0;
}

.navbar .navbar-brand {
    color: var(--addmision);
    font-weight: bold;
    font-size: 24px;
    /* display: none; */
    z-index: 0;
}

.dropdown_list1,
.dropdown_list {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 20px 0;
    top: 123%;
    transform: translateY(50px);
    left: -50px;
    width: 270px;
    background-color: var(--footer-color);
    box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.178);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    transition: 0.4s all;
    text-align: left;
    z-index: 2;
}
.dropdown_list1{
    left:271px !important;
    top:10px;
    padding:0;
}

.nav-item:hover .dropdown_list {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    /* margin-top:10px; */
}
.navop{
    position: relative;
}
.navop:hover .dropdown_list1{
    transform: translateY(-11px);
    visibility: visible;
    opacity: 1;
}

.dropdown_list1 li,
.dropdown_list li {
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; */
    /* padding: 10px 10px; */
    width: 100%;
}
.dropdown_list1 a,
.dropdown_list a {
    padding: 10px 10px;
    font-weight: 400;
    color: #fff;
    transition: 0.5s all;
    width: 100%;
    display: inline-block;
}
.dropdown_list1 a:hover,
.dropdown_list a:hover {
    background-color: #fac62b;
    color: #000;
    padding: 10px 20px;
}

/* about_section */
#direct {
    height: calc(100vh - 158px);
    padding: 70px 0;
    background-image: linear-gradient(to bottom, #ededed 68%, #1e4585 40%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#direct.dm {
    /* height: calc(100vh - 51px); */
    background-image: linear-gradient(to right, #ededed 64.3%, #1e4585 40%);
}

/* #direct .row {
    align-items: end;
}

#direct .row.director {
    align-items: start;
} */

.bredcrum_inn {
    padding: 50px 15px;
    background-color: #2b7b3a;
    height: 360px;
    width: 100%;
}

.bredcrum_inn span {
    color: #fff;
    font-size: 18px;
}

.bredcrum_inn a {
    color: #fff;
    margin-right: 5px;
}

.abt_row_in {
    align-items: end;
    text-align: left;
    /* position: relative;
      bottom:252px; */
}

.abt_inn_text {
    padding: 0 25px;
    /* width: 445px; */
}

.abt_inn_text h4 {
    font-size: 19px;
    font-weight: 600;
    width: 100px;
    margin: 10px 0;
    margin-right: auto;
    text-transform: uppercase;
    color: #fff;
    background-color: #e92e28;
    padding: 10px 8px;
    text-align: center;
    position: relative;
}

.abt_inn_text h4::after {
    content: '';
    position: absolute;
    left: 44px;
    top: 30px;
    width: 15px;
    height: 20px;
    transform: rotate(45deg);
    background-color: #e92e28;
}

.abt_inn_text h3 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 30px 0;
    line-height: 45px;
    padding-bottom: 10px;
}

.abt_inn_text hr {
    width: 100%;
    margin: 10px 0;
    border: solid 1px #e92e28;
    background-color: #e92e28;
    opacity: 1;
    margin-bottom: 0;
}

.abt_inn_img {
    position: relative;
    z-index: 1;
    top: 70px;
}

.abt_inn_img img {
    width: 100%;
    height: 500px;
}

.abt_inn_img::after {
    width: 95%;
    height: 94%;
    content: '';
    position: absolute;
    left: 43px;
    top: -12px;
    background-color: #fac62b;
    z-index: -1;
}

.abt_full_text_in {
    margin: 10px 0;
}

.abt_full_text_in p {
    font-size: 18px;
    color: #000;
    padding: 15px 0;
    text-align: justify;
}

.abt_count_inn {
    margin-top: 120px;
    align-items: center !important;
    justify-content: center;
}

.number-count h4 {
    font-weight: bold;
    line-height: 80px;
    color: white;
    font-size: 45px;
    position: relative;
    z-index: 1;
}

.number-count h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
}

.number-count h4::before {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #ffd800e3;
    right: unset;
    top: 8px;
    border-radius: 50%;
    z-index: -1;
}

/* about-vision-section */
.abt_visn_in_text {
    /* margin: 30px 0; */
    position: relative;
}

/* .abt_visn_in_text:last-child {
      margin-top: 50px;
  } */

.abt_visn_in_text .abt_text_inn_clr {
    color: #fff;
}

.abt_vsn_head_text img {
    width: 140px;
    height: auto;
}

.abt_vsn_head_text h4 {
    font-size: 30px;
    font-weight: bold;
    color: #e92e28;
    /* position: absolute;
      top: 35px;
      left: 65px; */
}


._abt_in_two_sec {
    height: calc(100vh - 158px);
    padding: 50px 0;
    background: linear-gradient(to bottom, #2b7b3a 47%, #fff 45%);
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; */
    margin-top: 10px;
}

._abt_visn_ain {
    height: calc(100vh - 115px);
    background: linear-gradient(to bottom, #fff 52%, #1e4585 47%);
    display: flex;
    align-items: center;
}

.abt_v_m_img, .abt_v_m_img_htry {
    position: relative;
}

.abt_v_m_img_htry::before {
    content: '';
    position: absolute;
    left: -12px;
    top: -10px;
    background-color: #fac62b;
    z-index: -1;
    width: 92%;
    height: 92%;
}
.about_us-1 {
    top: -150px;
}

/* .abt_v_m_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
} */
.abt_v_m_img iframe{
    width:100%;
    height:441px;
    /*position: absolute;*/
    /*top:0;*/
}
.paragraph_about p{
    margin-bottom: 20px;
    
}

.count_abt_inn_sec {
    text-align: center;
}

.count_abt_inn_sec .number-count {
    border-right: solid 2px var(--white);
}

.count_abt_inn_sec:last-child .number-count {
    border: none;
}

/* founder_page_section */
.abt_msg_in {
    height: calc(100vh - 158px);
    /* padding: 50px 0; */
    background: linear-gradient(to bottom, #fff 70%, #1e4585 24%);
    display: flex;
    align-items: center;
}
.fondr_inn_sec{
    /*margin-top: -50px;*/
    position: relative;
}
.fondr_inn_sec h5 {
    background-color: var(--addmision);
    padding: 10px 40px;
    width: fit-content;
    color: white;
    position: relative;
    top: -85px;
}
.fondr_inn_sec h5::after {
    content: '';
    position: absolute;
    top: 40px;
    height: 20px;
    width: 20px;
    background-color: var(--addmision);
    transform: rotate(46deg) translateY(-57%);
    left: 50px;
}
.fondr_inn_sec h2 {
    font-size: 30px;
    font-weight: bold;
    color: #e92e28;
    /* padding-bottom:20px; */
    /* text-decoration: underline; */
}

.fondr_inn_sec hr {
    border: solid 1px #000;
    background-color: #000;
    opacity: 0.5;
    width: 100%;
}

.fondr_inn_sec p {
    font-size: 14px;
    padding-bottom: 10px;
    color: #444;
    text-align: justify;
}


.message_abt_in_name h4 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
   
}

.message_abt_in_name span {
    font-size: 18px;
    color: #000;
}

/* our_history_section */
.cont_htry{
    position: relative;
    top: 60px;
}
.cont_htry .col-lg-2{
    position: relative;
    text-align: center;
    z-index: 0;
}
.cont_htry .col-lg-2::after {
    position: absolute;
    content: '';
    height: 80px;
    width: 1px;
    background-color: white;
    right: 0;
    right: 0;
    top: 23px;
}
.cont_htry .col-lg-2 h3{
    color: var(--white);
    font-size:18px;
    font-weight:600;
}

/* chairman_section */
.chrm_inn_main .chairmen-desk-sec {
    background: url(../../img/banners/background-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    color: var(--white);
    /* height: 680px;
		padding-top: 100px; */
    padding-top: 25px;
    height: 440px;
}

.chrm_inn_main .row {
    align-items: center;
}

.chrm_inn_main .row .col-lg-3 {
    position: relative;
}

.chrm_inn_main .row .col-lg-3::after {
    content: '';
    position: absolute;
    height: 130px;
    width: 2px;
    background-color: #63646499;
    right: 45px;
    top: -35px;
}

.chrm_inn_main .moon-title h3 {
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 30px;
    position: relative;
    color: black;
}

.chrm_inn_main .moon-title h3::before {
    position: absolute;
    content: '';
    height: 130px;
    width: 130px;
    border-radius: 50%;
    background-color: var(--circle-color);
    z-index: -1;
    left: -50px;
    top: -20px;
}

.slide_awards_in {
    margin-top: 50px;
}

.awards_img {
    width: 100%;
}

.chrm_inn_main h4 {
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--white);
    width: fit-content;
    margin-bottom: 30px;
    margin-top: 40px;
}

.founder-awards {
    margin-top: 30px;
}

.founder-awards li {
    margin-bottom: 15px;
}

.chrm_inn_main .abt_fndr_inn_text p {
    margin-bottom: 15px;
    text-align: justify;
    font-size: 13px;
    /* display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.carousel_text_inn {
    font-size: 25px;
    color: #000;
    margin: 15px 0;
    font-weight: 600;
}

.chrm_inn_main p {
    margin-bottom: 15px;
    line-height: 25px;
    text-align: justify;
    font-size: 15px;
}

.chrm_inn_main h6 {
    margin-bottom: 20px;
    font-size: 17px;
    margin-top: 5px;
}


.chrm_inn_main h6 b {
    margin-bottom: 20px;
    font-size: 17px;
    color: var(--circle-color);
    font-style: italic;
}

.chrm_inn_main .col-lg-5 img {
    width: 420px;
}



.chrm_inn_main {
    height: calc(100vh - 158px);
}

.chrm_inn_main .arrow-cript {
    background-color: var(--button);
    padding: 2px;

}

.chrm_inn_main .row .col-lg-8 #carouselExampleCaptions2 img {
    width: 100%;
    border-radius: 20px;
}


.awards-accolades .row {
    align-items: center;
    justify-content: center;
}

.awards-accolades {
    padding: 50px 0;
}

.awards-accolades .row img {
    border-radius: 20px;
}

#carouselExampleCaptions2 .carousel-caption {
    position: initial;
    color: var(--black);
}

.awards-accolades .moon-title h3::before {
    left: -67px;
    top: -60px;
}

.awards-accolades .row .col-lg-2 {
    position: relative;
}

.awards-accolades .row .col-lg-2::after {
    content: '';
    position: absolute;
    height: 100px;
    width: 2px;
    background-color: #636464;
    right: 50px;
    top: 0;
}

.chrm_inn_main .carousel-indicators [data-bs-target] {
    width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--footer-color);
  border: 2px solid var(--white);
}
.chrm_inn_main #carouselExampleIndicators19 .carousel-indicators .active{
	
	  background-color: var(--addmision);
}
.chrm_inn_main .carousel-indicators [data-bs-target] 
{
	 background-color: var(--addmision);
}

.chrm_inn_main .carousel-indicators {
    position: absolute;
    right: unset;
    bottom: 70px;
    left: -280px;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
}




/* vision_mision_section */
#about_vision_main {
    /*height: calc(100vh - 51px);*/
    background: linear-gradient(to bottom, #1e4585 33%, var(--white) 33%);
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
       padding: 100px 0 70px 0;
    /*background: linear-gradient(to right, #ffffff 50%, #000000a6 50%), url(../../img/banners/students-at-school.jpeg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: right;*/
    /*background-size: cover;*/
}

.abt_vns_row {
    /*background: linear-gradient(to right, var(--circle-color) 50%, var(--white) 50%);*/
    padding: 20px 30px;
    margin: 30px 0;
    align-items: center;
}

.abt_visn_in_text {
    margin: 10px 0;
}

.abt_vsn_head_text {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.abt_vsn_head_text img {
    width: 80px;
    margin-right: 10px;
}

.abt_visn_in_text p {
    font-size: 14px;
    color: var(--black);
    line-height: 28px;
    padding-left: 90px;
}

.why_ekashila_sec {
    margin: 10px 0;
    margin-top: 41px;
}

.why_ekashila_sec1 h4 {
    font-size: 32px;
    color: white;
    font-weight: 600;
    margin-bottom: 30px;
    font-style: italic;
    width: 600px;
    line-height: 46px;
    position: relative;
    margin-left: 90px;
}
.why_ekashila_sec hr {
    border: solid 1px var(--black);
    background-color: var(--black);
}

.why_ekashila_sec p {
    font-size: 14px;
    color: var(--black);
    padding-bottom: 10px;
}

.why_ekashila_sec ul li {
    padding: 5px 0;
    list-style-type: disclosure-closed;
    margin-left: 20px;
}

 academic_section 
.acdemic_main {
    background: linear-gradient(to right, #ffffff 58%, #1e4585 55%);
    padding: 50px 0;
}

.acdemic_main1 {
    padding: 50px 0;
    position: relative;
}

.acdemic_main1::after {
    content: '';
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, #ffffff 58%, #1e4585 55%);
    top: 0;
    height: 52%;
    z-index: -1;
}

.acdemic_main1 ul {
    margin-bottom: 20px;
}

.academic_in_sec h3 {
    font-size: 30px;
    color: var(--addmision);
    margin: 10px 0;
    border-bottom: solid 1px var(--black);
    padding-bottom: 10px;
    font-weight: bold;
}

.academic_in_sec p {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: justify;
    line-height: 28px;
}

.academic_in_sec h5 {
    font-size: 18px;
    width: 550px;
    line-height: 28px;
    margin: 10px 0;
}

.academic_text_fl h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--addmision);
    margin: 15px 0;
}

.academic_text_fl ul li {
    font-size: 14px;
    padding: 7px 0;
    font-weight: 700;
    list-style-type: disclosure-closed;
    margin-left: 20px;
}

.academic_text_fl p {
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}

.academic_life_img_sec1{
    display: none;
}
.academic_life_img_sec {
    position: relative;
    z-index: 1;
}

.academic_life_img_sec::after {
    width: 95%;
    height: 94%;
    content: '';
    position: absolute;
    left: 43px;
    top: -12px;
    background-color: #fac62b;
    z-index: -1;
}




/* 01-03-2023 */
.chrm_inn_main .row .col-lg-3::after {
    top: -10px;
}

.chairman_row_inn {
    margin-top: 30px;
}

#direct.dm {
    height: calc(100vh - 120px);
}

.chrm_inn_main {
    height: calc(100vh - 120px);
}

#direct {
    height: calc(100vh - 120px);
}

/*#about_vision_main {*/
/*    height: calc(100vh - 120px);*/
/*}*/

.message_abt_in_name {
    margin: 0;
    background-color: var(--circle-color);
    padding: 20px 20px;
    width:61%;
	/* top: -119px; */
    margin-left: auto;
    margin-right: -12px;
}
.message_abt_in_name1{
    display: none;
}
.abt_msg_in {
    height: calc(100vh - 120px);
}
.slider_inn_awards{
    display: none;
}
/* contact-section */
/*#contact_main {*/
/*    margin-top: 50px;*/
/*    margin-bottom: 50px;*/
/*    position: relative;*/
/*}*/

#contact_main .col-lg-4 {
    position: sticky;
    top: 0;
}

/*.cont_frame_sec {*/
/*    background-color: #efefef8c;*/
/*    padding: 62px 0;*/
/*}*/

.cont_frame_sec h3 {
    font-size: 30px;
    color: var(--black);
    margin-bottom: 20px;
    margin-left: 30px;
    font-weight: bold;
}

/*.cont_add {*/
/*    display: flex;*/
    /* padding: 20px; */
    /*background-color: #efefef8c;*/
/*    border: solid 1px var(--black);*/
/*    border-radius: 10px;*/
/*    margin: 0 30px;*/
/*    margin-bottom: 20px;*/
/*}*/

.cont_inn_text {
    padding: 0 10px;
    width: 70%;
}

.cont_inn_text h4 {
    font-size: 22px;
    font-weight: bold;
    color: #1f1463;
    margin: 15px 0;
}

.cont_inn_text p {
    font-size: 16px;
    color: var(--black);
    padding: 10px 0;
}

.cont_map {
    padding:15px;
    width: 100%;
}

.cont_map iframe {
    width: 100%;
    height: 530px;
    border-radius: 0;
    display: block;
    border: 11px solid green;
    border-image-source: linear-gradient(51deg, #e92e28 37%, #fff 35%);
    border-image-slice: 20;
    width: 100%;
    margin-top: 80px;
    padding-left: 50px;
}


/*.cont-form {*/
/*    padding: 20px;*/
/*    background-color: #1e4585;*/
/*}*/

.cont-form h4 {
    font-size: 30px;
    color: var(--addmision);
    margin-bottom: 50px;
    border-bottom: solid 1px var(--black);
    padding-bottom: 10px;
}

.cont_int label {
    font-size: 16px;
    padding: 0 10px;
    color: var(--black);
}

.cont_int input {
    padding: 8px 10px;
    background-color: white;
}

.cont_int textarea:focus,
.cont_int input:focus {
    border: solid 1px var(--circle-color);
    box-shadow: none;
}

.contact-button input {
    padding: 15px;
    border: solid 1px #ccc;
    width: 100%;
    /*margin-bottom: 10px;*/
    /*margin-top: 10px;*/
}

.cap-sec {
    /*margin-top: 10px;*/
    text-align: end;
    width: 100%;
    background: white;
    border: solid 1px #ccc;
}

#captcha {
    font-size: 22px;
    letter-spacing: 3px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    padding: 0px 10px;
    color: var(--addmision);
}

.cap-sec button {
    background-color: var(--circle-color);
    border: solid 1px transparent;
    color: var(--black);
    padding: 14px 20px;
    text-align: end !important;
}

.cap-sec i {
    font-size: 20px;
    color: var(--black);
}

.cont-sub {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cont-sub button {
    padding: 10px 15px;
    font-size: 15px;
    background-color: var(--circle-color);
    border: solid 1px var(--circle-color);
    color: var(--black);
    text-decoration: none;
    transition: 0.5s all;
}


.curri {
    padding-bottom: 50px;
}

.curri ul {
    margin-bottom: 20px;
}

.acdemic_main2::after {
    height: 60%;
}

.acdemic_main3::after {
    height: 83.5%;
}

.acdemic_main4::after {
    height: 63%;
}

.academic_text_fl ul li::marker {
    color: var(--addmision);
}

.news_head {
    margin-bottom: 50px;
    margin-top: 50px;
}

.news_head h3 {
    font-size: 25px;
    font-weight: bold;
    color: #2b7b3a;
    margin: 10px 0;
}

.news_head hr {
    border: solid 1px #2b7b3a;
    background-color: #2b7b3a;
    opacity: 1;
    margin-bottom: 20px;
}

.news_inn_sec{
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
}
.news_inn_sec:last-child{
    border: none;
}
.news_inn_sec h2 {
    font-size: 18px;
    margin: 20px 0;
    color: var(--addmision);
    line-height: 25px;
    margin-bottom: 30px;
}

.news_card {
    margin-top: 10px;
    margin-bottom: 50px;
    padding: 30px 30px;
    background-color: var(--white);
    box-shadow: rgb(58 79 162 / 47%) 0px 2px 8px 0px;
    align-items: center;
    display: flex;
    transition: box-shadow 0.3s all;
}

.news_card:hover {
    box-shadow: rgb(58 79 162 / 47%) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.news_card_head {
    width: 30%;
    margin-right: 30px;
}

.news_card_head h3 {
    font-size: 20px;
    padding: 20px 0;
    font-weight: 500;
    color: var(--black);
    border-right: solid 2px #1f1463;
}

.news_card_content {
    width: 100%;
}

.news_card_content a {
    font-size: 16px;
    display: block;
    color: var(--black);
    margin: 10px 0;
    transition: 0.5s all;
}

.news_card_content a:hover {
    color: var(--addmision);
}

/* video_section */
.gallery .container .video-row {
    row-gap: 20px;
}

.video_sec {
    width: 100%;
}

.video_sec iframe {
    width: 100%;
    height:193px;
}

.why_ekashila_sec ul li {
    font-size: 14px;
}

.abt_inn_img img {
    object-fit: cover;
}


/* 002-02-2023 */
.inner_bnr {
    /* background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background: url(../../img/banners/sports_bnr.webp); */
    height:auto;
    position: relative;
}
.inn_bnr_img {
   /* background: linear-gradient(183deg, #0000006e 84.4%, #d1d1d1 84.6%);*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.inn_bnr_text {
    position: relative;
    top: 40%;
}
.inn_bnr_text h3 {
    font-size: 64px;
    /*text-shadow: 0 0 3px rgb(0 0 0 / 20%);*/
    color: #ffffff;
    position: relative;
    /*text-align: center;*/
    z-index: 5;
    font-weight: bold;
	display: none;
}
.inn_bnr_text ul {
    position: absolute;
    top: 275px;
}
.inn_bnr_text li {
    display: inline-block;
}
.inn_bnr_text ul li:last-child {
    color: #000;
    opacity: 0.8;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.inn_bnr_text a {
    color: #e92e28;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.inn_bnr_text span {
    color:#2b7b3a;
}

/* 03-03-2023 */
.chairman{
    position: relative;
    top:23px;
}

/* 06-03-2023 */
/* .navbar1{
    background-image: linear-gradient(-135deg, var(--button) 64.5%, var(--white) 63%);
} */
.dropdown_list a{
    text-transform: uppercase;
}
.dropdown_list{
    padding: 0;
}
.dropdown_list a{
    padding: 12px 10px;
}
.dropdown_list a:hover{
    padding: 12px 20px;
}
/*.abt_vns_row{*/
/*        background: linear-gradient(to right, #1e4585 50%, var(--white) 50%);*/
/*}*/
.abt_visn_in_text p{
    color: var(--white);
}
.abt_vsn_head_text h4{
    color: var(--circle-color);
}
/*.why_ekashila_sec p{*/
/*    color: var(--white);*/
/*}*/
/*.why_ekashila_sec ul li{*/
/*    color: var(--white);*/
/*}*/
.why_ekashila_sec hr {
    border: solid 1px #3733495e;
    background-color: #3733495e;
    opacity:1;
}
/*.why_ekashila_sec h4{*/
/*    color:var(--circle-color);*/
/*}*/
.cont-form h4{
    color: var(--black);
    width: fit-content;
}

.cont-form h4 span{
    color: var(--addmision);
}
/* .acdemic_main{
    background: linear-gradient(to right, #1e4585 40%, #ffffff 40%);
} */
.academic_life_img_sec_lev::after{
    left: -12px;
}
.acdemic_main_lev::after{
    background: linear-gradient(to right, #1e4585 40%, #ffffff 40%);
    height: 53.5% !important;
}
.academic_text_fl{
    padding-top: 20px;
}
.board::after{
    height: 57.5% !important;
}
.holistic::after{
    height: 75.5% !important;
}
.acdemic_main4::after {
    height: 60% !important;
}
.inn_img_re{
    width:100%;
}
.inn_img_re img{
    width:100%;
    /*height:500px;*/
    object-fit: cover;
    padding: 10px 0;
}
.inn_img_re_why img{
    /*height: 590px;*/
    padding: 0;
}
.abt_vns_row{
    padding: 0;
}
.vsn_inn_sec{
    padding: 20px 20px;
}
.inn_img_re_why_sec {
    padding: 0 10px;
}
/*.why_ekashila_section{*/
/*    padding: 20px 20px;*/
/*}*/
.navbar1 .header_contact  ul li .open_admin{
    color: var(--black);
    background-color: var(--circle-color);
    padding:9px;
}
.navbar1 .header_contact ul li:nth-child(3) a{
    border-right: none;
    padding-right: 0;
}

/*11-03-2023*/

#direct .abt_inn_img {
    top: unset;
}
#direct .abt_inn_img img {
    height: auto;
    box-shadow: -10px -10px 0 0px #ffd800;
     height: 441px;
}

#direct .abt_inn_img::after {
	display: none;
}
/* #direct .row {
    gap: 50px;
} */
/* #direct .row.director {
    align-items: center;
    margin-top: 70px;
} */
.scnd_build_img1{
    display: none;
}

#direct.new_abt .abt_inn_img {
    top: 40px;
}
.abt_index_add{
    display: none;
}








:root {
    --dark: #373349;
    --gap: 15px;
    --width: 240px;
    --height: var(--width);
  }
  

  

  
  /* .container > a::after {
    content: "";
    background: linear-gradient(transparent, black);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateY(100%);
    transition-duration: 0.75s;
  }
  
  .container > a:hover::after {
    transform: translateY(50%);
  }
   */
  /* .container > a > * {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-duration: 1s;
  }
  
  .container > a:hover > img {
    transform: scale(1.05);
  }
  
  .container {
    display: grid;
    grid-gap: var(--gap);
    grid-template-columns: repeat(auto-fit, minmax(var(--width), 1fr));
    grid-auto-rows: var(--height);
    grid-auto-flow: dense;
  } */
  
  .horizontal {
    grid-column: span 2;
  }
  
  .vertical {
    grid-row: span 2;
  }
  
  .big {
    grid-column: span 2;
    grid-row: span 2;
  }


  #carouselSVSMBnr2 .carousel-caption {
    right: unset;
    color: black;
    text-align: left;
    left: 0;
    background-color: white;
    width: 450px;
    bottom: unset;
}
#carouselSVSMBnr2 .carousel-caption h5 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0 0 30px;
    line-height: 1.6;
}

#carouselSVSMBnr2 .carousel-caption h5:before {
    content: "—";
    display: block;
    font-weight: 400;
}
#carouselSVSMBnr2 .carousel-caption h2 {
    color: #1a2d59;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#carouselSVSMBnr2 .carousel-caption a{
    color: white;
    background-color: #eb2d29;
    padding: 8px 35px;
    /* margin-top: 10px; */
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
   
}

.read_more{
margin-top: 20px;
display: flex;
gap: 30px;
}
#carouselSVSMBnr2 .carousel-indicators {
    left: -195px;
    bottom: -50px;
    justify-content: left;
}
#carouselSVSMBnr2 .carousel-indicators [data-bs-target] {
    background-color: #070707;
}
.facilities_index{
background: linear-gradient(to left, var(--circle-color) 50%, white 50%);
height: calc(100vh - 120px);
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
#carouselSVSMBnr2 .carousel-caption p{
line-height: 30px;
text-align: justify;
}
/* .index_chairman{
background: linear-gradient(to bottom, var(--button) 70%, white 70%);
height: calc(100vh - 120px);
display: flex;
justify-content: center;
align-items: center;
} */
/* .index_chairman .chairman-imgfile {
    position: unset;
} */
.index_chairman h3 {
    font-weight: bold;
    font-size: 36px;
    width: fit-content;
    /* color: var(--white); */
}

.index_chairman p{
text-align: justify;
line-height: 28px;
margin-bottom: 15px;
/* color: white; */
}
.index_chairman a {
    color: var(--black);
    background-color: var(--addmision);
    font-weight: 500;
    padding: 10px 40px;
    transition: all .5s;
    border: 2px solid transparent;
    color: var(--white);
    margin-top: 50px;
}
.index_chairman .charman-details h3 {
    color: var(--white);
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 28px;
}
.index_chairman .princi_desk{
    position: relative;
}

.testimonials_index {
    position: relative;
    height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.testimonials_index img {
    width: auto;
    border-radius: 0px 0px 100px 0px;
}
.teti_img{
    text-align: end;
    
}
.testimonials_index h3 {
    font-weight: 700;
    font-size: 42px;
    padding-bottom: 20px;
    color: #030303;
    text-align: center;
}
.testimonials_index .carousel-control-next-icon, .testimonials_index .carousel-control-prev-icon {
    background-color: var(--addmision);
    background-size: 80%; 
}
.testimonials_index .carousel-control-next,
.testimonials_index .carousel-control-prev {
    position: initial;
    width: 100%;
    opacity: 1;
}
.testimonials_index .testi_control{
    position: absolute;
    bottom: 268px;
    right: 246px;
}
.testimonials_index .carousel-control-prev-icon{
margin-left: 60px;
}
.testimonials_index .card h4 {
    margin-top: 30px;
    font-weight: bold;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

/* index facilites */

  .slider {
        width: 90%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }
    .slick-slider .slick-list{
    padding: 0px 340px !important;
	}

    .slide_size .card .card-body{
      width: 100%;
    }
    .slide_size .card .card-body h4{
    font-weight: bold;
    font-size: 30px;
    margin: 0;
    }
     .slide_size .card .card-body a{
      font-size: 18px;
      color: red;
      text-decoration: none;
     }  .slider {
        width: 90%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }
    .slick-slider .slick-list{
    padding: 0px 340px !important;
	}
    .slide_size .card {
        display: flex;
        flex-direction: row;
        background-color: rgb(240 243 248);
        border-color: transparent;
        border: none;
        border-radius: 0;
        align-items: center;
        border-bottom: 5px solid var(--circle-color);
    }
    .slide_size .card .card-body{
      width: 70%;
      padding: 50px;
    }
    .slide_size .card .card-body h4{
    font-weight: bold;
    font-size: 30px;
    margin: 0;
    color: var(--black);
    text-transform: uppercase;
    margin-bottom: 20px;
   
    }
    .slide_size .card .card-body p{
    margin-bottom: 20px;
    }
    .slide_size .card .card-body a {
        font-size: 18px;
        color: var(--addmision);
        text-decoration: none;
    }
     .slick-prev, .slick-next {
        width: 30px;
        height: 30px;
        background-color: var(--addmision) !important;
     }
     .slide_size .card.card_g{
        /* background-color: var(--button);
        color: white; */
        border-bottom: 5px solid var(--button);
     }
     .slide_size .card.card_r{
        /* background-color: var(--addmision);
        color: white; */
        border-bottom: 5px solid var(--addmision);
     }
     .slide_size .card.card_y{
        /* background-color: var(--circle-color); */
        border-bottom: 5px solid var(--circle-color);
       
     }
 
     /* .slide_size .card.card_g .card-body h4{
        color: var(--circle-color);
     }
    .slide_size .card.card_r .card-body h4 {
      color: white
     }  
     .slide_size .card.card_y .card-body a{  
       
        color: var(--button);
     }
     .slide_size .card.card_y .card-body h4 {
        color: var(--button)
       }  */
     .readmore i{
     font-size: 15px;
     margin-left: 5px;
     }
     .slick-dotted.slick-slider {
        margin-top: 30px;
    }
.facilities_index_sec {
    /* padding-top: 100px; */
    position: relative;
    height: calc(100vh - 120px);
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    flex-direction: column;
    background-color: #e2e2e5;
}

    .slick-prev, .slick-next {
        width: 30px;
        height: 30px;
    }
    .slick-prev {
        left: -50px;
    }
    .viewall{
      text-align: end;
    }
    .viewall a{
    background-color: var(--addmision);
    color: white;
    padding: 8px 30px;
    margin-right: 30px;
    }
    .ch_desk{
    height: 510px;
    margin: auto;
    display: flex;
    align-items: center;
    }
    .ch_desk iframe{
    height: 496px;
    }


    
/* index facilites */


  /* about page styles */

  #direct {
    background-image: linear-gradient(to bottom, #ededed 76%, #fac21f 30%);
}

.fondr_inn_sec h2 {
    color: var(--addmision);
}


.fondr_inn_sec hr {
    border: solid 1px var(--dark);
    background-color: var(--dark);
}
.fondr_inn_sec p {
    color: var(--dark);
}
.fondr_inn_sec p {
    font-size: 16px;
}
#direct .abt_inn_img img {

    /*height: 600px;*/
    /*box-shadow: 10px 10px 0 0px #ffd800;*/
    /*border-radius: 0px 0px 100px 0;*/
}
#direct {
    background-image: linear-gradient(to top, #ededed 60%, var(--button) 40%);
}

.abt_visn_in_text p {
    color: var(--dark);
}

.abt_vsn_head_text h4 {
    color: var(--addmision);
}
.vision_mision_techno {
    height: calc(100vh - 120px);
    /*background-image: linear-gradient(to bottom, #ededed 72%, var(--circle-color) 28%);*/
    align-items: center;
    justify-content: center;
    display: flex;
}
#direct.new_abt .abt_inn_img {
    top: 0;
}
.director_msg {
    height: calc(100vh - 120px);
    background-image: linear-gradient(to top, var(--white) 20.3%, var(--button) 20%);
    color: var(--white);
    padding: 100px;
}
.message_abt_in_name {
    margin-left: -150px;
    margin-right: auto;
}
.message_abt_in_name.name_dr {
    margin-top: 20px;
}
.message_abt_in_name.name_dr p {
    color: black;
}
.inn_img_re img {
    width: 100%;
    /*height: 401px;*/
    object-fit: cover;
    /*border-radius: 50%;*/
    border: 10px solid white;
    padding:0;
}
.vision_mision_techno {
   background-color: #e6e6e6;
    
}
.core_values{
  /*background: var(--white);*/
}
.vision_mision_techno .nav-tabs .nav-link.active {
    background-color: var(--addmision);
       color: white;
    
}
.vision_mision_techno .nav-tabs .nav-item.show .nav-link, .vision_mision_techno .nav-tabs .nav-link.active {
    border-radius: 0;
    border-color: transparent;
    padding: 20px 70px;
    font-size: 18px;;
    font-weight: bold;
}
.vision_mision_techno .nav-tabs .nav-link{
        border-radius: 0;
    border-color: transparent;
    padding: 20px 70px;
    font-size: 18px;
    font-weight: bold;
     background-color: var(--white);
}
.vision_mision_techno .tab-content{
    padding: 50px 50px;
    background-color: var(--white);
    height: 518px;
       overflow: hidden;
    position: relative;
}

.vision_mision_techno .tab-content p{
    line-height: 30px;
    text-align: justify;
}
.vision_mision_techno .col-lg-8{
    padding-left: 0;
 
    
}
.vision_mision_techno .col-lg-4{
    padding: 0;
}

/*.vision_mision_techno .core{*/
/*    background-color: var(--white);*/
/*    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;*/
/*}*/
.abt_vsn_head_text img {
    width: 350px;
    position: absolute;
    opacity: .1;
    bottom: -22px;
    right: -98px;
}
/*.nav-tabs {*/
 
/*    --bs-nav-tabs-border-color: transparent;*/
/*}*/

.paragraph_about{
    margin-top: 50px;
}
.paragraph_about{
    text-align: justify;
    line-height: 30px;
}
#direct .row{
  align-items: end; 
}



/* about page styles */

/*why ekashila*/
.ekashila_title h4{
    /*text-align: center;*/
    font-size: 28px;
    font-weight: bold;
    color: var(--addmision);
}
.why_ekashila_sec1 h4{
    position:relative;
}
.why_ekashila_sec1 h4::before {
    position: absolute;
    content: '';
    top: 28px;
    height: 2px;
    width: 50px;
    background-color: var(--circle-color);
    left: -50px;
}
.why_ekashila_sec1 span{
    margin-left: 80px;
    
}

/*why ekashila*/

.ac_tile h4{
    font-size: 30px;
    color: var(--button);
    margin: 10px 0;
    border-bottom: solid 1px var(--black);
    padding-bottom: 10px;
    font-weight: bold;
    margin-top: 30px;
    text-transform: uppercase;
}
.academic_content p{
    line-height: 30px;
    text-align: justify;
}
.academic_content p:nth-child(2){
     margin-bottom: 10px;
}
.academics_sec{
    height: calc(100vh - 120px);
    align-items: center;
    justify-content: center;
    display: flex;
}
.ac_number_bg p{
    position: absolute;
    font-size: 200px;
    font-weight: bold;
    color: white;
    bottom: 0;
    left: 30px;
    font-family: Montserrat, sans-serif !important;
    line-height: 1.0;
        opacity: 0.5;
}
.ac_number_bg {
    height: 98%;
    width: 320px;
    background-color: var(--button);
    position: relative;
    margin: auto;
}
 .n_two{
    background-color: var(--header-color);

}

#pre_primary{
     background-color: #1e4585;
}
#Middle_School .n_two,
#pre_primary .n_two {
    background-color: var(--white);
    opacity: 0.5;
}
#pre_primary .n_two p{
    color:  var(--header-color);
}
#pre_primary .academic_content p {
    color: white;
}
#pre_primary .ac_tile h4 {
    color: var(--white);
    border-bottom: solid 1px var(--white);
}

#Middle_School{
   background-color: #4c4c4c;
}
#Middle_School .ac_tile h4 {
  color:  var(--white);
      border-bottom: solid 1px var(--white);
}
#Middle_School .academic_content p{
     color: var(--white);
}
#Middle_School .ac_number_bg p {
    color: #4c4c4c;
}

.activities_tchno .techno_cntrl {
    display: flex;
    position: relative;
    right: -191px;
    top: 15px;
    gap: 10px;
}
.activities_tchno2 .techno_cntrl {
    display: flex;
    position: relative;
    right: -200px;
    top: 15px;
    gap: 10px;
}
#contact_main{
    background-image: linear-gradient(to right, #e3e2e2  75%, var(--addmision) 25%);
    padding: 70px 0;
    /*margin-bottom: 100px;*/
}

#contact_main .row{
    align-items: center;
    
}
.vision_mission_sec h2 {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 54px;
    color: #ffd800;
    position: relative;
}
.vision_mission_sec h2 span{
color: var(--white);
}
.vision_mission_sec .mv_img{
    align-items: center;
}
.vision_mission_sec{
  padding: 70px 0;
  background-image: linear-gradient(to bottom, #ededed 50%, var(--button) 50%);
  position: relative;
  z-index:0;
}
.ms_sec img{
    width: 50px;
}
.ms_sec{
    padding: 50px 0;
    background-color: #ddd9d9a8;
}
.ms_sec h3{
    border-bottom: 2px solid;
    width: fit-content;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.ms_sec p{
    line-height: 30px;
    text-align: justify;
}
.ms_sec .col-lg-2 .line{
    height: 200px;
    width: 1px;
    background-color: #070707;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: auto;
    margin-top: 80px;

}
.mv_img .row{
      align-items: end;
}
.vision_mission_sec h2::after {
    position: absolute;
    content: '';
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #ffd800;
    right: 55px;
    bottom: -10px;
    z-index: -1;
}
.vision_mission_sec .mv_img img {
    border: 11px solid green;
    border-image-source: linear-gradient(51deg, #ffffff 37%, #2e7c3c 35%);
    border-image-slice: 20;
}

#co-curiculer.activities_tchno2 .techno_cntrl {
    right: -250px;
    left: 1050px;
    top: -175px;
    gap: 0px;
}
.academic_img img{
border: 11px solid green;
    border-image-source: linear-gradient(51deg, var(--button) 37%, #aaadaf  35%);
    border-image-slice: 20;
    width: 100%;
    /*margin-top: 80px;*/
}
#pre_primary .academic_img img {
    border-image-source: linear-gradient(51deg, #8fa2c2 37%, #ffffff 35%);
}
#Middle_School .academic_img img {
    border-image-source: linear-gradient(51deg, #a6a6a6 37%, #ffffff 35%);
}
#primary .academic_img img {
    border-image-source: linear-gradient(51deg, var(--circle-color) 37%, #aaadaf 35%);
}
#primary .ac_tile h4 {
    color: var(--circle-color);
}
#primary .ac_number_bg {
    background-color: var(--circle-color);
}
#Secondary .ac_number_bg {
    background-color: var(--addmision);
}
#Secondary .ac_tile h4 {
    color: var(--addmision);
}
#Secondary .academic_img img {
    border-image-source: linear-gradient(51deg, var(--addmision) 37%, #aaadaf 35%);
}
#chairman_msg {
    
    height: calc(100vh - 120px);
    background-image: linear-gradient(to top, var(--white) -2.7%, var(--button) -18%);
    display: flex;
    justify-content: center;
    align-items: center;
}
#chairman_msg .row {
    position: relative;
    z-index: 1;
}
#chairman_msg .message h2 {
    color: var(--white);
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 18px;
    border-bottom: 2px solid var(--white);
    width: fit-content;
}
#chairman_msg .message p {
    color: var(--white);
    padding-top: 40px;
    text-align: justify;
    width: 95%;
}
#chairman_msg .msg_read_mr {
    margin-top: 40px;
}
#chairman_msg .msg_read_mr a {
    padding: 10px 30px;
    background-color: var(--white);
    color: var(--green);
    border:1px solid transparent;
}
#chairman_msg .msg_read_mr a:hover{
    color:white;
    background-color: #2b7b3a;
    border:1px solid #ffffff;


}
#chairman_msg .chairman_img {
    position: relative;
}
#chairman_msg .chairman_img img {
    border: 5px solid var(--white);
}
#chairman_msg .chairman_img .circle {
    position: absolute;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-color: var(--yellow);
    bottom: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
#chairman_msg .chairman_img .name_card {
    position: absolute;
    padding: 12px 20px;
    width: 75%;
    background-color: var(--yellow);
    color: var(--white);
    z-index: 5;
    bottom: 28px;
    right: -115px;
}
#chairman_msg .chairman_img .name_card h4 {
    font-weight: 600;
    color: var(--black);
}
#chairman_msg .chairman_img .name_card p {
    color: var(--black);
}
