@font-face {
    font-family: mystyle;
    src: url(../fonts/400.woff);
    font-weight: 400;
}

@font-face {
    font-family: mystyle;
    src: url(../fonts/500.woff);
    font-weight: 500;
}

@font-face {
    font-family: mystyle;
    src: url(../fonts/600.woff);
    font-weight: 600;
}

@font-face {
    font-family: serifstyle;
    src: url(../fonts/serif-style.woff);
}

:root {
    --font1: 'mystyle';
    --font2: 'serifstyle';
    --fontN1: "Roboto Slab", serif;
    --co1: #7d7d7d;
    --co2: #000000;
    --co3: #b0b0b0;
    --co4: #202020;
    --co5: #f4f4f4;



}

html {}

body {
    font-family: var(--font1);
    overflow-x: hidden;
    position: relative;
    color: #000000;
    margin: 0;
    margin-top: 197px;
    font-weight: 400;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 0px;
}

/* Handle */
/* ::-webkit-scrollbar-thumb {
    background: #b00000;
    border-radius: 0px;
} */

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
    background: #b00000;
} */

section {
    position: relative;
}

a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #2c3e50;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

button:focus {
    outline: none;
}

img {
    width: 100%;
}

input {
    outline: none;
}

* {
    box-sizing: border-box;
}

#contactForm input:nth-of-type(2),
#admissionForm .input-group:nth-of-type(2) {
    position: absolute;
    right: 10000px;
    top: -10000px;
    height: 0px;
}

p {
    margin: 0;
    padding: 0;
    line-height: 27px;
    font-size: 17px;
    letter-spacing: 0.1px;
    font-weight: 400;
    Color: #3d3d3d;
}

b {
    font-weight: 100;
    font-family: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
    margin: 0;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: var(--co2);
}

.trans {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.progress {
    position: fixed;
    background-color: red;
    height: 2px;
    left: 0;
    z-index: 1000;
    top: 0px;
}

.container {
    width: 90%;
    margin: 0px auto;
    max-width: 1200px;
}

.topbar {
    background-color: var(--co2);
    margin-top: 10px;
    padding-bottom: 10px;
    color: var(--co3);
}

.topbar .container {
    display: flex;
    justify-content: space-between;
}

.topbar .item {
    font-size: 12px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.topbar .item.cbsc {
    margin-right: 40px;
}

.topbar .item a {
    padding: 10px 0px;
    display: flex;
    color: var(--co3);
    line-height: 20px;
}

.topbar .item a img {
    width: 19px;
    margin-right: 5px;
    opacity: 0.7;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.topbar .item a:hover {
    color: var(--co3);
}

.topbar .btn-navbar {
    display: flex;
    margin-left: 20px;
}

.topbar .btn-navbar a {
    background-color: #dbdbdb;
    color: #000;
    padding: 10px 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
}

.topbar .btn-navbar a:last-child {
    background-color: #FFF;
    color: #000;
}

.topbar .box {
    display: flex;

}

.navbar {
    padding: 10px 0px;
    background-color: #ffffff;
    border-bottom: solid 1px #f1f1f1;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 116px;
    align-items: center;
}

.navbar .container.nav-cont.n-control {
    height: 70px;
}

.navbar .container .devider {
    display: flex;
}

.navbar .container .logo {
    display: table;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 170px;
    height: 60px;
    /* background-image: url(../img/logo.png); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.navbar .container .logo .logo-outer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/logo-outer.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.navbar .container .logo.l-control {
    width: 138px;
    margin-top: 45px;
    height: 116px;
}

.navbar .container .devider a,
.navbar .container .devider .nav-link {
    text-transform: uppercase;
    color: var(--co1);
    font-weight: 600;
    margin: 0px 10px;
    font-size: 13px;
    letter-spacing: 1px;
    position: relative;
    padding: 15px 0px;
    cursor: pointer;
}

.navbar .container .devider a:hover {
    color: var(--co2);
}

/*.navbar .container .devider .nav-link:after{
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 103px;
z-index: 0;
}*/
.navbar .container .devider a img,
.navbar .container .devider .nav-link img {
    width: 19px;
    margin-right: 25px;
    position: relative;
    top: 1.5px;
}

.navbar .container .devider a:hover:after,
.navbar .container .devider .nav-link:hover:after {
    width: 100%;
}

.navbar .container .devider:first-child .nav-link:first-child {
    margin-left: 0;
}

.navbar .container .devider:nth-child(2) a:last-child {
    margin-right: 0;
}

.nav-link .dropdown {
    position: absolute;
    top: 46px;
    left: 0;
    width: 375px;
    background-color: #fff;
    z-index: 0;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    display: none;
    border: solid 1px var(--co3);
    border-radius: 5px;
    z-index: 1;
}

.nav-link .dropdown:before {
    content: '';
    position: absolute;
    left: 22px;
    top: -7px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-left: solid 1px var(--co3);
    border-top: solid 1px var(--co3);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.nav-link:hover .dropdown {
    display: block;
}

.nav-link .dropdown .container {
    height: auto;
    display: block;
    width: 100%;
}

.nav-link .dropdown .container a {
    margin: 0px;
    font-weight: 400;
    font-size: 15px;
    color: var(--co2);
    padding: 16px 20px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    display: block;
    border-bottom: solid 1px var(--co3);
    position: relative;
}

.nav-link .dropdown .container a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: var(--co2);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}

.nav-link .dropdown .container a:hover:after {
    width: 100%;
    opacity: 0.5;
}

.nav-link .dropdown .container a:hover {
    padding-left: 30px;
}

.nav-link .dropdown .container a:last-child {
    border: 0;
}

.nav-link .dropdown .container a:hover {
    color: var(--co1);
}

.banner {
    position: relative;
    overflow: hidden;
    max-height: 90vh;
}

.banner video {
    width: 100%;
    margin-top: 0%;
    filter: brightness(80%);
}

.banner .data {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.banner .data h1 {
    Color: #fff;
    font-family: var(--fontN1);
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 2px;
}

.banner .data h1 span {
    display: block;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-bottom: 10px;
}

section {
    padding: 100px 0px;
}

.title {
    font-family: var(--fontN1);
    text-align: center;
    text-transform: uppercase;
    font-size: 34px;
    letter-spacing: 4px;
    font-weight: 600;
}

/* .title span {
    font-size: 40px;
} */

.homeabt {
    background-color: var(--co2);
    Color: #fff;
}

.homeabt.reverse {
    background-color: #f5f5f5;
}

.homeabt.reverse p {
    Color: #3d3d3d;
}

.homeabt.low-height {
    padding: 70px 0px;
}

.homeabt p {
    text-align: center;
    font-family: var(--font2);
    margin: 1px auto;
    max-width: 80%;
    font-size: 23px;
    line-height: 44px;
    Color: #fff;
    /* text-align: justify; */
}

.h-devider {
    margin: 70px auto;
    width: 1px;
    height: 60px;
    background-color: #fff;
}

.s-readmore {
    margin: 0px auto;
    display: table;
    color: #fff;
    margin-top: 70px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 14px;
    border-bottom: solid 1px #fff;
    padding-bottom: 5px;
    opacity: 0.8;
}

.s-readmore:hover {
    color: #fff;
    opacity: 1;
}

.threeboxes {
    padding: 0;
    display: flex;
    background-color: #1e1e1e;
}

.threeboxes .item {
    width: 33.3333333333%;
    Color: #fff;
    height: 500px;
    display: flex;
    align-items: end;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* cursor:pointer; */
}

.threeboxes .item:hover {
    background-size: 110%;
}

.threeboxes .item .data {
    width: 100%;
    padding-bottom: 10px;
}

.threeboxes .item .icon {
    width: 32px;
    margin: 0px auto;
}

.threeboxes .item h2 {
    font-family: var(--font2);
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    font-size: 28px;
}

/* .threeboxes .item h2 span {
    font-size: 40px;
} */

.threeboxes .item p {
    Color: #fff;
    text-align: center;
    padding: 10%;
    padding-top: 20px;
    letter-spacing: 0.5px;
    font-size: 16px;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    Color: #ccc;
}

/*.threeboxes .item .btn{
color: #fff;
font-weight: 500;
text-transform: uppercase;
font-size: 11px;
letter-spacing: 4px;
border: solid 1px #fff;
padding: 15px 40px;
margin: 0px auto;
display: table;
margin-bottom: -47px;	
opacity:0;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.threeboxes .item:hover .btn{
margin-bottom: 50px;
opacity:1;
}*/
.threeboxes .item:hover .btn:hover {
    letter-spacing: 6px;
}

.threeboxes.threeboxes2 .item {
    height: 455px;
}

.threeboxes.threeboxes2 .item a {
    padding-top: 230px;
    color: #FFF;
}

.life {
    background-color: #f5f5f5;
}

.life .title {
    /* color: #b00000; */
    color: var(--co2);
}

.life .h-devider {
    background-color: var(--co1);
}

.life h3 {
    font-family: var(--font2);
    text-align: center;
    font-size: 30px;
    max-width: 70%;
    margin: 0px auto;
    line-height: 50px;
    color: #2d3436;
}

.life .sections {
    display: flex;
    align-items: center;
    padding: 100px 0px;
}

.life .sections .col {
    width: 50%;
    text-align: center;
}

.life .sections .sub {
    font-family: var(--font2);
    color: var(--co1);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
}

.life .sections h3 {
    margin: 15px auto 25px auto;
    font-size: 32px;
}

.life .sections p {
    max-width: 66%;
    margin: 0px auto;
}

.life .sections .thumbbox {
    display: flex;
}

.life .sections .thumbbox .thumb:last-child {
    margin-left: 5px;
    margin-top: 100px;
}

.life.life2 {
    background-color: #fff;
}

.stories {
    background-color: black;
}

.stories .title,
.stories p {
    Color: #fff;
    font-family: var(--font2);
    text-align: center;
}

.stories p {
    font-size: 30px;
    margin: 0px auto;
    max-width: 50%;
    line-height: 50px;
    margin-bottom: 70px;
}

.stories .item {
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
}

.stories .item .topcover {
    padding: 25px;
}

.stories .item .head {
    position: relative;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
}

.stories .item .head .icon {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 26px;
    transform: translateY(-50%);
}

.stories .item h6 {
    font-size: 13px;
    letter-spacing: 0.2px;
    margin: 10px 0px 10px 0px;
    line-height: 20px;
    color: #525252;
}

.stories .item .thumb {
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.steps {
    display: flex;
    margin-top: 100px;
    justify-content: space-between;
}

.steps .item {
    width: 32%;
    text-align: center;
    background-color: var(--co5);
    padding: 50px 0px;
}

.steps .item:hover {
    background-color: #e3e3e3;
}

.steps .item .icon {
    width: 50px;
    height: 50px;
    margin: 0px auto;
    border-radius: 100px;
    padding: 10px;
    background-color: white;
    margin-bottom: 15px;
}

.steps .item .icon img {
    filter: hue-rotate(180deg);
}

.steps .item h5 {
    font-family: var(--font2);
    color: var(--co2);
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

/* .steps .item h5 span {
    font-size: 35px;
} */

.steps .item p {
    margin: 0px auto;
    max-width: 90%;
}

.steps_btn {
    border: solid 1px var(--co2);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--co2);
    font-size: 14px;
    padding: 20px 50px;
    display: table;
    margin: 0px auto;
    margin-top: 70px;
}

.steps_btn:hover {
    color: #fff;
    background-color: var(--co2);
}

footer {
    background-color: var(--co4);
    text-align: center;
    padding: 100px 0px;
}

footer .head {
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 11px;
    margin-bottom: 25px;
}

footer .head h4 {
    font-family: var(--font2);
    color: #fff;
    font-size: 30px;
    margin: 0px auto;
    max-width: 70%;
    letter-spacing: 0;
}

footer .head .btnbar {
    display: flex;
    margin: 0px auto;
    width: 55%;
    justify-content: space-between;
    margin-top: 50px;
}

footer .head .btnbar .btn {
    border: solid 1px #fff;
    color: #fff;
    width: 48%;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 20px 5px;
}

footer .head .btnbar .btn:last-child {
    background-color: #fff;
    color: var(--co2);
}

footer .navlinks {
    display: flex;
    border-top: solid 1px #ffffff1a;
    border-bottom: solid 1px #ffffff1a;
    margin-top: 100px;
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .navlinks .heads {
    color: #fff;
    height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

footer .navlinks .col {
    text-align: left;
    width: 25%;
}

footer .navlinks .col a,
footer .navlinks .col p {
    display: block;
    color: var(--co3);
    font-size: 14px;
    line-height: 37px;
}

footer .navlinks .col a:hover {
    Color: #fff;
}

footer .end {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 50px 0px
}

footer .end .smedia {
    display: flex;
    align-items: center;
}

footer .end .smedia a {
    width: 23px;
    margin-right: 20px;
}

footer .end .copy {
    color: #fff;
    font-size: 12px;
}

.banner-inside {
    background-color: #646464;
    /* margin-top: 213px; */
    text-align: center;
    background-image: url(../img/head-bg.png);
    background-repeat: repeat;
    background-position: left top;
    background-size: 300px;
}

.inside-slider {
    background-position: center top;
    background-size: cover;
    position: relative;
    max-height: 400px;
}

.inside-slider.low-height {
    max-height: 290px;
}

.inside-slider img {
    opacity: 0;
}

.inside-slider p {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    Color: #fff;
    background-color: #00000085;
    text-align: center;
}

.inside-slider p.bg {
    background-repeat: repeat-x;
    background-size: 100%;
    background-position: center bottom;
    padding-bottom: 3%;
    color: #000000;
}

.inside-slider p b {
    font-weight: 400;
    width: 90%;
    max-width: 800px;
    line-height: 38px;
    font-size: 27px;
    font-family: var(--font2);
    position: relative;
    color: #FFF;
}

.inside-slider p b.animated {
    background: linear-gradient(to right, #fff 20%, #f1c40f 40%, #f1c40f 60%, #fff 80%);
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 1s linear infinite;
    font-size: 30px;
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

.banner-inside h1 {
    font-family: var(--font2);
    Color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 7px;
    padding: 30px 0px;
}

/* .banner-inside h1 span {
    font-size: 50px;
} */

.staffcount {
    background-color: #3d3d3d;
    padding: 100px 0px;
    position: relative;
}

.staffcount .container {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.staffcount .container:before {
    content: '';
    height: 1px;
    width: 70%;
    position: absolute;
    left: 15%;
    top: 50%;
    background-color: #fff;
    z-index: 1;
    opacity: 0.3;
}

.staffcount .container .item {
    text-align: center;
    Color: #fff;
    background-color: #3d3d3d;
    position: relative;
    z-index: 2;
}

.staffcount .container .item:nth-child(2) {
    padding: 0px 40px;
}

.staffcount .container .item .number {
    font-size: 46px;
    font-family: var(--font2);
    color: #fff;
    margin-bottom: 10px;
}

.staffcount .container .item .number span {
    font-family: var(--font1);
    padding-left: 10px;
    font-size: 21px;
}

.staffcount .container .item .name {
    font-family: var(--font2);
    font-size: 18px;
    padding-top: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.staffcount .container .item .icon {
    margin-right: 15px;
}

.staffcount .container .item .icon img {
    width: 20px;
    opacity: 0.7;
}

.vision-mission {
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
    padding-bottom: 120px;
}

.vision-mission.dark {
    background-color: #f5f5f5;
}

.vision-mission.kinder {
    background: transparent;
}

.vision-mission.low-height {
    padding: 0px 0px;
}

.vision-mission .container {
    position: relative;
}

.vision-mission .row {
    display: flex;
    align-items: center;
}

.vision-mission.ve2 .row:nth-child(even) {
    flex-direction: row-reverse;
}

.vision-mission .row:last-child {
    border: 0;
}

.vision-mission .item {
    justify-content: space-between;
    padding: 80px 0px;
}

.vision-mission .item.main {
    width: 40%;
}

.vision-mission.ve2 .item.main {
    width: 50%;

}

.vision-mission.ve2 .row:nth-child(odd) .item.main {
    padding-left: 50px;
}

.vision-mission.ve2 .row:nth-child(even) .item.main {
    padding-right: 50px;
}


.vision-mission.kinder .item.main {
    position: relative;
    z-index: 1;
}

.vision-mission.kinder .item.main p {
    font-family: var(--font2);
    padding-bottom: 20px;
}

.vision-mission.kinder .item.main h3 {
    margin-top: 0;
}

.vision-mission .item.support {
    width: 30%;
}

.vision-mission .item.pic {
    width: 50%;
}

.vision-mission .item h3 {
    text-align: left;
    color: #000000;
    font-size: 32px;
    font-family: var(--font2);
    margin: 25px 0px;
}

.vision-mission .item .icon {
    width: 46px;
}

.vision-mission .item .icon img {
    filter: hue-rotate(180deg);
}

.vision-mission .bg-animator {
    width: 50%;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    margin-top: 69px;
    justify-content: space-between;
}

.vision-mission .bg-animator.bg-animator2 {
    right: inherit;
    left: 0;
    top: inherit;
    bottom: 0px;
}

.vision-mission .bg-animator .thumb {
    width: 48%;
    height: 320px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    animation: vm-move 15s infinite alternate;
    border-radius: 5px;
    border: solid 1px #bdbdbd;
}

.vision-mission .bg-animator .thumb.circle {
    border-radius: 100%;
    width: 300px;
    height: 300px;
    position: relative;
    border: solid 15px #fff;
}

.vision-mission .bg-animator .thumb.thumb2 {
    margin-top: 100px;
    animation: vm-move2 15s infinite alternate;
}

@keyframes vm-move {
    from {
        background-position: left center;
    }

    to {
        background-position: right center;
    }
}

@keyframes vm-move2 {
    from {
        background-position: right center;
    }

    to {
        background-position: left center;
    }
}

.bubbles {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 18%;
    height: 100%;
    opacity: 0.2;
}

.bubbles.bubbles2 {
    position: absolute;
    left: inherit;
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.bubbles.bubbles2 .item {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.bubbles .item {
    position: absolute;
    bottom: 0;
    border-radius: 100px;
    padding: 0;
    background-image: url(../img/message.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.bubbles .item:nth-child(1) {
    width: 50px;
    height: 50px;
    left: 0;
    animation: buble-move 12s infinite;
}

.bubbles .item:nth-child(2) {
    width: 40px;
    height: 40px;
    left: 10%;
    animation: buble-move 11s infinite;
    bottom: -50px;
}

.bubbles .item:nth-child(3) {
    width: 30px;
    height: 30px;
    left: 20%;
    animation: buble-move 10s infinite;
    bottom: -100px;
}

.bubbles .item:nth-child(4) {
    width: 20px;
    height: 20px;
    left: 30%;
    animation: buble-move 9s infinite;
    bottom: -40px;
}

.bubbles .item:nth-child(5) {
    width: 45px;
    height: 45px;
    left: 40%;
    animation: buble-move 8s infinite;
    bottom: -30px;
}

.bubbles .item:nth-child(6) {
    width: 35px;
    height: 35px;
    left: 50%;
    animation: buble-move 9.5s infinite;
    bottom: -150px;
}

.bubbles .item:nth-child(7) {
    width: 25px;
    height: 25px;
    left: 60%;
    animation: buble-move 10.6s infinite;
    bottom: -70px;
}

.bubbles .item:nth-child(8) {
    width: 15px;
    height: 15px;
    left: 70%;
    animation: buble-move 11.5s infinite;
    bottom: -130px;
}

.bubbles .item:nth-child(9) {
    width: 55px;
    height: 55px;
    left: 80%;
    animation: buble-move 8.3s infinite;
    bottom: -110px;
}

.bubbles .item:nth-child(10) {
    width: 32px;
    height: 32px;
    left: 90%;
    animation: buble-move 9.2s infinite;
    bottom: -90px;
}

@keyframes buble-move {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50% {}

    60% {
        opacity: 1;
    }

    100% {
        bottom: 100%;
        opacity: 0;
    }
}

.management .item {
    border-bottom: solid 1px #f0f0f0;
    cursor: e-resize;
}

.management .item,
.management .item * {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.management .item .container {
    position: relative;
    padding: 50px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.management .item h4 {
    font-family: var(--font2);
    font-size: 30px;
    color: #000;
    width: 40%;
}

.management .item:hover h4 {
    color: #b00000;
}

.management .item h5 {
    letter-spacing: 0.5px;
    font-size: 17px;
    margin-top: 10px;
    color: #b00000;
    text-align: left;
    width: 40%;
    padding-right: 200px;
    line-height: 27px;
}

.management .item .demoimg {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    background-position: center top;
    background-size: cover;
    border-radius: 100px;
    overflow: hidden;
}

.management .item .thumb {
    position: absolute;
    right: 0%;
    top: -15px;
    z-index: 1;
    width: 200px;
    height: 200px;
    opacity: 0;
    border-radius: 100%;
    background-position: center top;
    background-size: cover;
    transform: scale(0);
}

.management .item .thumb:before {
    content: '';
    position: absolute;
    left: -40px;
    top: -40px;
    width: calc(100% + 80px);
    height: calc(100% + 80px);
    z-index: 1;
    border-radius: 100%;
    background-image: url(../img/logo-outer.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
    -webkit-animation: rotating 10s linear infinite;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.management .item:hover .thumb {
    opacity: 1;
    transform: scale(1);
}

.management .item:hover {
    background-color: #ffeeee;
    opacity: 1;
    padding: 80px 0px;
}

.management .item:hover .demoimg {
    opacity: 0;
}

.managementStaff {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    padding: 50px 0;
}

.managementStaff .item {
    width: calc(50% - 20px);
    padding: 50px 0;
    padding-left: 100px;
    border-bottom: 1px solid #CCC;
    background: url("../img/profile.png") no-repeat 25px 55px #F7F7F7;
    background-size: 47px;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
}

.managementStaff.expa .item:hover {
    cursor: pointer;
}

.managementStaff .item span {
    font-family: var(--font2);
    font-size: 28px;
    display: block;
    padding-bottom: 5px;
}

.managementStaff .item .cont {
    margin: 17px 15px -20px -75px;
    font-size: 15px;
    line-height: 23px;
}

.managementStaff .item .btnitem {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #000000;
    position: relative;
    position: absolute;
    top: 56px;
    right: 20px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.managementStaff .item .btnitem::after {
    position: absolute;
    top: -5px;
    content: "";
    background: url("../img/down.png") no-repeat 22px;
    background-size: auto;
    background-size: auto;
    background-size: 18px;
    left: -13px;
    width: 50px;
    height: 50px;
}

.managementStaff .item .btnitem.bup::after {
    rotate: 180deg;
    top: -8px;
    left: -2px;
}

.newsletter .item {
    border-bottom: 1px solid #CCC;
    background: url("../img/pdf.gif") no-repeat 20px 18px #F7F7F7;
    font-size: 18px;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 10px;
    position: relative;
}

.newsletter .item a::after {
    width: 33px;
    height: 33px;
    position: absolute;
    content: "";
    right: 18px;
    top: 28px;
    background: url(../img/download.png) no-repeat;
    background-size: 25px;
}

.newsletter .item a {
    padding: 30px 20px 30px 83px;
    display: block;
    background: url("../img/pdf.gif") no-repeat 20px 18px #F7F7F7;
    border-radius: 10px;
}

.newsletter .item a:hover {
    background: url("../img/pdf.gif") no-repeat 20px 18px #fdfdfd;
    border-radius: 10px;
}




.msg-wrapper {
    position: relative;
    padding: 70px 0px;
    background-color: #fff;
    overflow: hidden;
}

.msg-wrapper p {
    font-family: var(--font2);
    margin: 30px auto;
    max-width: 66%;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}

.msg-wrapper p b {
    font-size: 30px;
}

.rules .container {
    padding: 100px 0px;
}

.rules .container.low-height {
    padding: 70px 0px;
}

.rules .row {
    display: flex;
    border-bottom: solid 1px #e7e7e7;
    padding: 80px 0px;
}

.rules .row:last-child {
    border: 0;
    padding-bottom: 0;
}

.rules .row:first-child {
    padding-top: 0;
}

.rules .row .item {
    width: 35%;
    /* position: sticky;
top: 250px; */
}

.rules .row .item .name {
    font-family: var(--font2);
    color: #000000;
    font-size: 25px;
    position: sticky;
    top: 250px;
    letter-spacing: 1px;
}

.rules .row .item .name.hilight {
    border: solid 1px #b00000;
    padding: 25px;
    font-size: 22px;
}

.rules .row .item .name span {
    color: #666;
    font-size: 16px;
}

.rules .row .item .name b {
    display: table;
    background-color: #ffe88c;
    padding: 5px 6px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--font1);
}

.rules .row .item.item2 {
    width: 65%;
}

.rules .row .item.item2 h6 {
    font-size: 18px;
    padding-left: 10%;
    margin-bottom: 20px;
}

.rules .row .item .account {
    width: 50%;
    margin-left: 10%;
    position: relative;

}

.rules .row .item .account .data {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 10%;
    line-height: 25px;
    font-size: 17px;
}

.rules .row .item .account .data b {
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px;
}

.rules .row .item.item2 h6 a {
    color: #b00000;
}

.rules .row .item.item2 p {
    position: relative;
    padding-bottom: 30px;
    background-image: url(../img/bullet.gif);
    background-position: left 6px;
    background-size: 16px;
    background-repeat: no-repeat;
    padding-left: 60px;
}

.outerlink {
    margin-left: 10%;
    color: #b00000;
}

.customtable {
    display: flex;
    margin-left: 10%;
    border: solid 1px #b00000;
    background-color: #fff4f4;
    margin-bottom: 20px;
}

.customtable .td {
    border-right: solid 1px #b00000;
}

.customtable .td:last-child {
    border-right: 0;
}

.customtable .td .head {
    border-bottom: solid 1px #b00000;
    padding: 15px 20px;
    color: #b00000;
    font-weight: bold;
}

.customtable .td .data {
    padding: 5px 15px 20px 15px;
}

.customtable .td .data br {
    margin-bottom: 15px;
}

.rules .row .item.item2 p span {
    font-weight: 600;
    display: inline-block;
    background-color: #e8e8e8;
    padding: 0px 7px;
    border: solid 1px #dfdfdf;
    border-radius: 2px;
    margin-right: 10px;
}

.rules .row .item.item2 p:last-child {
    padding-bottom: 0;
}

.rules .row .item.item2 b {
    font-family: var(--font1);
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 30px;
    display: block;
}

.rules .row .item.item2 b:last-child {
    margin-bottom: 0px;
}

.md {
    background-color: #f5f5f5;
    padding: 70px 0px;
}

.md .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.md .item {
    position: relative;
    background-color: #fff;
    font-family: var(--font2);
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: auto;
    margin: 25px 0px;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    padding: 70px 50px;
    line-height: 33px;
}

.md .item .icon {
    width: 40px;
    border-bottom: solid 40px #fff;
}

.md .item:hover {
    color: #000000;
}

.md .item:after {
    content: '';
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    border: solid 1px #efefef;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.md .item:hover:after {
    transform: scale(1.05);
    border: solid 1px #000000;
}

.contact .map {}

.contact .container {
    display: flex;
}

form {
    width: 60%;
    padding: 70px 0px;
    padding-right: 70px;
}

form .title {
    text-align: left;
    margin-bottom: 50px;
}

form input {
    width: 100%;
    display: block;
}

form input,
form textarea {
    border: 0;
    border-bottom: solid 1px #ccc;
    border-radius: 0px;
    height: 50px;
    margin-top: 5px;
    width: 100%;
    font-size: 17px;
    font-family: var(--font1);
    margin-bottom: 30px;
    outline: none;
    resize: none;
}

form input:focus,
form textarea:focus {
    border-bottom: solid 1px #000000;
}

form .btn {
    cursor: pointer;
    border: 0;
    background-color: #000000;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 10px;
    border-radius: 0px;
    height: 70px;
    font-weight: 500;
    font-size: 18px;
    font-family: var(--font2);
}

.contact .address {
    border-left: solid 1px #e7e7e7;
    width: 40%;
    padding: 70px 0px;
    padding-left: 70px;
}

.contact .address .title {
    text-align: left;
    margin-bottom: 65px;
}

.contact .address p {
    line-height: 44px;
    font-family: var(--font2);
    font-size: 20px;
    color: #3d3d3d;
}

.contact .address a.one {
    margin-top: 55px;
}

.contact .address a {
    display: block;
    font-size: 16px;
    padding: 10px 0px;
}

.contact .address a img {
    width: 20px;
    position: relative;
    top: 4px;
}

.admin-form {
    background-color: #f5f5f5;
}

.admin-form form {
    padding: 0;
    margin: 0px auto;
    width: 70%;
    border: solid 1px #ccc;
    padding: 60px 50px;
    background-color: #fff;
}

.admin-form form .input-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.admin-form form .input-group .form-control {
    margin: 0;
    height: auto;
    width: 60%;
    border: solid 1px #cccccc;
    border-radius: 5px;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    color: #636e72;
    font-size: 16px;
}

.admin-form form .input-group .form-control:focus {
    border-color: #000000;
}

.admin-form form .input-group .name {
    width: 40%;
    padding-right: 25px;
}

.admin-form form .input-group .name span {
    font-size: 13px;
    display: block;
}

.admin-form .btn {
    display: block;
    text-align: center;
    line-height: 70px;
    background-color: #000;
    color: #ffffff;
    border-radius: 3px;
    border: solid 1px #ccc;
    letter-spacing: 6px;
    margin-top: 50px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.custom-radio-cover {
    display: flex;
    width: 60%;
}

.custom-radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 23px;
    margin-right: 20px;
}

/* Hide the browser's default radio button */
.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: solid 1px #b8b8b8;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input~.checkmark {
    background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked~.checkmark {
    background-color: #000000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.pdf-downloadbox {
    text-align: center;
    width: 60%;
}

.pdf-downloadbox img {
    width: 40px;
    margin-bottom: 25px;
}

.pdf-downloadbox h6 {
    font-family: var(--font2);
    font-size: 30px;
}

.pdf-downloadbox a.btn {
    border: solid 1px #b00000;
    border-radius: 22px;
    padding: 15px 45px 15px 30px;
    display: table;
    margin: 0px auto;
    margin-top: 30px;
    font-weight: 500;
    background-image: url(../img/downarrow.svg);
    background-position: 93% 50%;
    background-size: 13px;
    background-repeat: no-repeat;
    Color: #b00000;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.pdf-downloadbox a.btn:hover {
    background-color: #ffe9e9;
}

.para-list {
    background-color: #f5f5f5;
    padding: 60px 0px;
    background-image: url(../img/fee-bg.jpg);
    background-position: left center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.para-list .container {
    padding-left: 40%;
}

.para-list p {
    text-align: left;
    border-bottom: solid 1px #ffffff1a;
    font-size: 19px;
    padding: 40px 0px;
    line-height: 30px;
    Color: #fff;
}

.para-list p:last-child {
    border: 0;
}

.para-list .bubbles {
    width: 50%;
}

.para-list .bubbles .item {
    background-image: url(../img/rupee.svg);
    background-color: #fff;
    background-size: 30%;
}

.photogal {
    padding: 0px 6px;
    background-color: #fff3f3;
    background-image: url(../img/kinder2bg.jpg);
    background-position: center top;
    background-size: 100%;
    background-repeat: repeat-x;
    margin-top: 5px;
}

.photogal.nobg {
    background: none;
    background-color: #dbdbdb;
    padding-top: 50px;
}


.photogal .gallery-container {
    /* justify-content:space-between; */
    display: flex;
    flex-wrap: wrap;
    margin-left: -3px;
    margin-right: -3px;
}

.photogal .gallery-container a {
    width: calc(25% - 6px);
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
}

.photogal .gallery-container a:before {
    content: '';
    background-image: url(../img/plus.svg);
    background-position: center;
    background-size: 0%;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    z-index: 1;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;

}

.photogal .gallery-container a:hover:before {
    opacity: 1;
    background-size: 100%;
}

.photogal .gallery-container a img {
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.photogal .gallery-container a:hover img {
    filter: brightness(50%);
}

.photogal .title {
    padding-bottom: 60px;
    color: #000000;
}

.kinder-features {
    background-image: url(../img/kinder2bg.jpg);
    background-position: center top;
    background-size: 100%;
    padding-top: 50px;
    background-repeat: repeat-x;
}

.kinder-features .container {
    justify-content: space-evenly;
    display: flex;
}

.kinder-features .container .item {
    text-align: center;
    font-family: var(--font2);
    font-size: 12px;
    letter-spacing: 0px;
    background-color: #fff;
}

.kinder-features .container .item h1 {
    color: #000;
}

.kinder-features .container .item img {
    width: 95px;
    display: block;
    margin: 0px auto;
    margin-bottom: 10px;
}

.kinderbody {
    background-image: url(../img/kinder3bg.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: 70%;
}

.kinderbody.nobg {
    background: none;
}


.adm-optionbox {}

.burger {
    display: none;
}

.btn1 {
    text-align: center;
    width: fit-content;
    background-color: #000000;
    font-size: 16px;
}

.btn1 a {
    padding: 10px 15px;
    margin-top: 20px;
    color: #FFF !important;
    display: block;
}

.btn1:hover {
    opacity: 0.8;
}

.menuMainbg {
    display: none;
}

.stickyContact {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
}

.stickyContact .item {
    display: flex;
    background: #FFF;
    align-items: center;
    margin: 10px 0;
    transition: all 0.5s ease-in-out;
}

.stickyContact .item .pic {
    width: 35px;
    height: 35px;
    background-color: var(--co2);
    border: 1px solid #FFFFFF52;
    padding: 7px;
}

.stickyContact .item .cont {
    padding: 0 10px;
    width: 0;
    transition: all 0.5s ease-in-out;
    display: none;
    opacity: 0;
}

/* .stickyContact .item:hover > .cont{
    width: 200px;
    display: block;
    opacity: 1;
} */

.stickyContact .item .pic img {}

.stickyContact .item a {}

.stickyContact .item a:hover {}

.principal {
    max-width: 70%;
    margin: 0 auto;
}

.principal .pic {
    float: left;
    width: 60%;
    padding: 0 30px 10px 0;
}

.principal p {
    margin: 0;
    max-width: 100%;
    padding-bottom: 15px;
}

.picThum {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    font-family: var(--font2);
}

.picThum .item {
    width: calc(33.3333333% - 20px);
    margin: 10px;
    text-align: center;
    border: 1px solid #DEDEDE;
    border-bottom: 10px solid #000000;
    padding: 30px;
    padding-bottom: 20px;
    font-size: 26px;
}


.picThum .item span {
    color: #7d7d7d;
}

.whyRajashree {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #FFF;

}

.whyRajashree .item {
    width: calc(33.333% - 40px);
    margin: 20px;
    margin-bottom: 40px;
    background: url(../img/tick.png) top 10px right 10px no-repeat #F7F7F7;
    background-size: 25px;
    display: flex;
    padding: 20px;
    padding-top: 50px;
    font-size: 20px;
    flex-direction: column;
    align-items: center;
    color: #333;
    text-transform: uppercase;
    border-bottom: 10px solid #000000;
}


.whyRajashree .item .pic {
    width: 110px;
    aspect-ratio: 1 / 1;
    background: #000000;
    padding: 20px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.whyRajashree .item .pic img {
    min-width: 30px;

}

.whyRajashree .item:hover .pic {
    rotate: 360deg;
    scale: 0.8;
}


.whyRajashree .item .cont {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    border: solid #FFF;
    border-width: 1px 0;
}




.leadership {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
}

.leadership .item {
    border-radius: 10px;
    padding: 30px;
}

.leadership.prin .item {
    background: url(../img/bg1.jpg) top right no-repeat #EEE;
    background-size: 70%;
}

.leadership.vipr .item {
    background: url(../img/bg2.jpg) top right no-repeat #EEE;
    background-size: 70%;
}

.leadership.tech .item {
    background: url(../img/bg3.jpg) top right no-repeat #EEE;
    background-size: 70%;
    /*padding-right: 30%;*/
}

.leadership .item img {
    margin-bottom: 20px;
    max-width: 400px;

}

.leadership .title {
    font-size: 16px;
    text-align: left;
    letter-spacing: 2px;
    padding-top: 10px;
    background: #000000;
    padding: 30px 33px 17px 30px;
    color: #FFF;
    margin: 0 -30px;
    margin-top: -35px;
}

.leadership .title span {
    font-size: 20px;
    display: block;
    font-weight: bold;
    padding-top: 4px;
}

.leadership .cont {
    margin-top: 40px;
    font-size: 15px;
    line-height: 22px;
    column-count: 3;
    column-gap: 50px;
}

.leadership.tech .cont {
    padding-right: 30%;
}

.leadership .cont p {
    padding-bottom: 20px;
}

.leadership .btn {
    background: #b00000;
    padding: 10px;
    color: #FFF;
    display: block;
    width: fit-content;
    margin-top: 15px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
}

.leadership.tech .title {
    padding: 15px 33px 17px 30px;
    margin-top: -10px;
}


.formPopupWrapper1 {
    width: 100%;
    height: 100%;
    background: #000000b5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.formPopupClose {
    position: absolute;
    width: 29px;
    border-radius: 50%;
    background: #f0f0f0;
    font-size: 20px;
    text-align: center;
    aspect-ratio: 1 / 1;
    border: 1px solid #bdbdbd;
    cursor: pointer;
    top: 10px;
    right: 10px;
}

.formPopup1 {
    background-color: #ffffff;
    padding: 50px 30px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    border-radius: 3px;
    position: relative;
    padding-left: 22px !important;
}

.formPopup1 h2 {
    margin-bottom: 16px;
    font-family: 'bold';
    font-size: 22px;
    text-align: left;
}

.formPopup1 input {
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 16px;
    border-radius: 0;
    border: 0;
    border-bottom: solid 1px #c1c1c1;
    height: unset;
}

.formPopup1 input[type=submit] {
    background-color: #b00000;
    border-radius: 0;
    color: #fff;
    font-family: 'bold';
    letter-spacing: 2px;
    font-size: 18px;
    padding: 10px 30px !important;
    text-align: center;
    height: unset;
    font-family: var(--font1);
    width: fit-content;
    margin: 20px auto 0px auto;
}


.formPopup1 form {
    padding: 0;
    width: 100%;
}

.formPopup1 form img {
    max-width: 250px;
}

.admission {}


/* .admission .row:first-child {
	padding-top: 0;
} */
.admission .row {
    display: flex;
    border-bottom: solid 1px #e7e7e7;
    padding: 80px 0px;
}

.admission .row .item.sm {
    width: 35%;
}

.admission .row .item.sm.le {
    padding-right: 40px;
}

.admission .row .item.sm.ri {
    padding-left: 40px;
}

.admission .row .item.lg {
    width: 65%;
}

.admission .mnainpic {
    position: relative;
    margin-top: 20px;
}

.admission .mnainpic::after {
    position: absolute;
    content: "";
    width: 305px;
    background: #e1e1e1;
    z-index: -1;
    aspect-ratio: 1 / 1;
    top: -20px;
}

.admission .le .mnainpic::after {
    right: -20px;
}

.admission .ri .mnainpic::after {
    left: -20px;
}

.admission .title {
    padding: 20px;
    text-align: left;
    color: #FFF;
    background: url(../img/admission.svg) 20px 24px no-repeat #000000;
    background-size: 42px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.admission .title .btn {
    width: 35px;
    height: 35px;
    background: url(../img/down.png) center no-repeat #850006;
    background-size: 16px;
    position: absolute;
    top: 30px;
    right: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.admission .title .head {
    font-size: 12px;
    padding-left: 60px;
    letter-spacing: 2px;
}

.admission .title .head span {
    display: block;
    font-size: 28px;
}

.admission .groups table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border: 1px solid #dbdbdb;
    border-bottom: 0;
}

.admission .groups table tr {
    transition: all 0.5s ease-in-out;
}

/* .admission .groups table tr:nth-child(even){
    background: #f2f2f2;
} */

/* .admission .groups table tr:hover{
    background: #ffe8e8;
} */
/* 
.admission .groups table tr td:first-child{
    color: #a80007; 
    font-weight: bold;
    text-align: center;
}

.admission .groups table tr:nth-child(even) td:first-child{
    background: #ecc9c9; 
}
.admission .groups table tr:nth-child(odd) td:first-child{
    background: #f0dbdb; 
 } 

.admission .groups table tr td:nth-child(2){
    padding-left: 10px;
}*/

.admission .groups table td {
    padding: 15px 10px;
    width: 16.666%;
    text-align: center;
}

.admission .groups thead {
    color: #000000;
    font-weight: bold;
    border-bottom: 1px solid #dbdbdb;
}

.admission .groups thead td {
    padding: 20px 10px;
}

.admission .groups table tr td:nth-child(even) {
    background: #f2f2f2;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}

.admission .groups {
    max-width: 100%;
    overflow: auto;
}

.admission .line {
    background: #7d7d7d;
    color: #FFF;
    display: flex;
    font-size: 14px;
    flex-wrap: wrap;
    align-content: center;
    border-radius: 5px;
    font-family: var(--font1);
    height: fit-content;
}

.admission .swi {
    margin: 5px;
    padding: 6px 10px 5px 10px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    cursor: pointer;
}

.admission .swi.act {
    background: #FFF;
    color: #333;
}

.admission .cont {
    padding: 20px;
    border: 1px solid #e7e7e7;
    line-height: 22px;
}

.admission.faculty .cont {
    height: 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.admission.faculty .cont h1 {
    font-family: var(--font2);
    font-size: 24px;
    margin-bottom: 18px;
    color: #000000;
    width: 100%;
    line-height: 30px;
}

.admission.faculty .btnMain {

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    text-transform: uppercase;
    margin-top: 30px;

}

.admission.faculty .btnMain .btn {
    display: block;
    font-size: 13px;
}

.admission.faculty .btnMain .btn a {
    background: #000000;
    color: #FFF;
    padding: 10px 20px;
    margin: 5px;
    display: block;
    cursor: pointer;
}

.admission.faculty .btnMain .btn a:hover {
    background: #000;
}

.d404 {
    font-size: 20vw;
    color: #525252;
    text-align: center;
    font-weight: bold;
}









/* Mobile */
@media (max-width: 767px) {
    header {
        background: #FFF;
        border-top: 1px solid var(--co1);
    }

    .topbar .item a img {
        -webkit-filter: unset;
        filter: unset;
    }

    .admission .title {
        align-items: start;
        flex-direction: column;
    }

    .admission .title .head span {
        font-size: 22px;
    }

    .admission .groups table {
        width: 700px;
    }

    .admission .row {
        flex-direction: column;
        padding: 30px 0px;
    }

    .admission .container .row:last-child {
        flex-direction: column-reverse;
    }

    .admission .row .item.sm.le {
        padding-right: 0px;
    }

    .admission .row .item.sm.ri {
        padding-left: 0px;
    }

    .admission .row .item.sm {
        width: 100%;
    }

    .admission .row .item.lg {
        width: 100%;
    }

    .admission .line {
        margin-top: 20px;
    }

    .admission .swi {
        font-size: 13px;
    }

    .admission .mnainpic {
        height: 200px;
        overflow: hidden;
    }

    .whyRajashree .item {
        width: calc(100%);
        margin: 0;
        margin-bottom: 20px;

    }

    body {
        margin-top: 70px;
    }

    section {
        padding: 60px 0px;
    }

    .fc_m {
        flex-direction: column;
    }

    .box.mdn,
    .mdn {
        display: none;
    }

    .navbar {
        padding: 0;
        padding-top: 10px;
    }

    .navbar .container .logo.l-control {
        width: 95px;
        /* height: 50px; */
        margin-top: 0px;
        /* padding-left: 15px; */
    }

    .navbar .container .logo {
        left: 35px;
        top: -55px;
        width: 95px;
        height: 50px;
    }

    .topbar .item a {
        padding: 4px 0px;
    }

    .navbar {
        height: 0;
    }

    .banner-inside {
        margin-top: 0px;
    }

    .banner video {
        /* width: 150%;
        margin-left: -12%; */
        margin-bottom: -5px;
    }

    .banner .data h1 {
        font-size: 30px;
    }

    .navbar .container .devider {
        display: none;
    }

    .burger {
        width: 35px;
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .topbar {
        padding-left: 110px;
        background-color: #fff;
        color: var(--co2);
        margin-top: 15px;
        padding-bottom: 0px;
    }

    .topbar .item a {
        color: var(--co2);
    }

    .menuMainbg {
        display: none;
        background: #000000e0;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 9999999;
        margin-top: -80px;
    }

    .menuMain {
        width: 0;
        height: 100%;
        transition: all 0.5s ease-in-out;
    }

    .menuMain {
        background: #FFF;
        width: calc(100% - 50px);
        margin-left: 700px;
        position: fixed;
        max-height: 100vh;
        overflow: scroll;
        transition: all 0.5s ease-in-out;
    }

    .menuMain.act {
        margin-left: 50px;
    }


    .menuLogo {
        max-width: 130px;
        padding: 12px 0 0 20px;
    }

    .menuLogo img {
        margin-top: 20px;
    }

    .mobMenu {
        padding-bottom: 20px;
    }

    .mobMenu .devider .nav-link {
        padding: 20px 30px;
        border-bottom: 1px solid #333;
    }

    .mobMenu img {
        max-width: 18px;
    }

    .mobMenu .subMobMenu {
        border: 1px solid var(--co1);
        padding: 8px;
        border-radius: 5px;
        margin-top: 10px;
        position: relative;

    }


    /* .mobMenu .subMobMenu.expa{
        display: block;
       
    }
    */

    .mobMenu .subMobMenu li {
        padding: 5px;

    }

    .mobMenu .subMobMenu li a {
        display: flex;
        align-items: center;
    }

    .mobMenu .subMobMenu li img {
        margin-right: 15px;
        opacity: 0.7;
    }


    .mobMenu .subMobMenu::after {
        content: '';
        position: absolute;
        left: 22px;
        top: -7px;
        width: 12px;
        height: 12px;
        background-color: #fff;
        border-left: solid 1px var(--co1);
        border-top: solid 1px var(--co1);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
    }


    .homeabt p,
    .life h3,
    .stories p {
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .h-devider {
        margin: 30px auto;
    }

    .s-readmore {
        margin-top: 40px;
    }

    .threeboxes {
        flex-wrap: wrap;
    }

    .threeboxes .item {
        width: 100%;
        background-size: cover;
    }

    .threeboxes .item:hover {
        background-size: cover;
    }

    /* .life .sections:first-child {
        margin-top: 20px;
    } */
    .life .sections {
        flex-wrap: wrap;
        padding: 50px 0px 0px 0px;
    }

    .life .sections .col {
        width: 100%;
    }

    .life .sections .col:last-child {
        margin-top: 30px;
    }

    .life .sections p {
        max-width: 100%;
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .life .sections.rever {
        flex-wrap: wrap-reverse;
    }

    .life .sections.rever .col:first-child {
        margin-top: 30px;
    }

    .life .sections.rever .col:last-child {
        margin-top: 0px;
    }

    .stories .item {
        margin-left: 10px;
        margin-right: 10px;
    }

    .steps {
        flex-wrap: wrap;
    }

    .steps_btn {
        margin-top: 30px;
    }

    .steps .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .steps .item:last-child {
        margin-bottom: 0;
    }

    footer {
        padding: 50px 0;
    }

    footer .head h4 {
        font-size: 22px;
        line-height: 38px;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    footer .head .btnbar {
        width: 100%;
    }

    footer .navlinks {
        flex-wrap: wrap;
    }

    footer .navlinks .col {
        width: 50%;
    }

    footer .navlinks .col.adrs {
        width: 100%;
        margin-top: 30px;
    }

    footer .end {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 0;
    }

    footer .end .smedia {
        padding-bottom: 15px;
    }

    footer .end .smedia a:last-child {
        margin-right: 0px;
    }

    .banner-inside h1 {
        font-size: 20px;
        padding: 30px 20px;
    }

    .inside-slider p {
        position: relative;
    }

    .inside-slider>img {
        display: none;
    }

    .inside-slider p b {
        padding: 100px 0;
    }

    .inside-slider.low-height {
        max-height: fit-content;
    }

    .staffcount {
        padding: 70px 0px 30px 0px;
    }

    .staffcount .container::before {
        height: 0;
    }

    .staffcount .container {
        display: block;
    }

    .staffcount .container .item,
    .staffcount .container .item:nth-child(2) {
        padding-bottom: 40px !important;
        position: relative;
    }

    .staffcount .container .item::after {
        position: absolute;
        content: "";
        height: 1px;
        width: 100%;
        bottom: 18px;
        left: 0;
        background-color: #fff;
        opacity: 0.3;
    }

    .staffcount .container .item:last-child::after {
        height: 0px;
    }

    .staffcount .container .item .number {
        margin-bottom: 0 !important;
    }

    .vision-mission .bg-animator {
        width: 100%;
        position: relative;
    }

    .vision-mission .item.main {
        width: 100%;
    }

    .row .item.support {
        display: none;
    }

    .vision-mission .item {
        padding: 0;
    }

    .row .item.main.cetr {
        padding: 40px 0;
    }

    .vision-mission .item h3 {
        margin: 10px 0px;
    }

    .management .item .thumb {
        display: none;
    }

    .management .item .container {
        display: block;
    }

    .management .item h4,
    .management .item h5 {
        width: 100%;
        padding-right: 0;
    }

    .management .item:hover {
        padding: 0;
    }

    .management .item h4,
    .management .item h5 {
        width: calc(100% - 120px);
    }

    .management .item h4 {
        font-size: 22px;
    }

    .management .item h5 {
        font-size: 16px;
        margin-top: 5px;
    }

    .management .item .demoimg {
        position: absolute;
        top: 20px;
        right: 0;
        width: 100px;
        height: 100px;
    }

    .inside-slider p b {
        font-size: 18px;
        line-height: 30px;
    }

    .msg-wrapper p {
        max-width: 100%;
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .rules .container {
        padding: 20px 0px;
    }

    .rules .row {
        flex-wrap: wrap;
        padding: 40px 0;
    }

    .rules .row .item,
    .rules .row .item.item2 {
        width: 100%;
    }

    .rules .row .item {
        padding-bottom: 20px;
    }

    .rules .row .item.item2 p {
        padding-left: 30px;
        padding-bottom: 20px;
    }

    .rules .row .item.item2 {
        padding-bottom: 0;
    }

    .kinder-features .container {
        flex-wrap: wrap;
    }

    .kinder-features .container .item {
        width: 50%;
        font-size: 10px;
        padding-top: 20px;
    }

    .vision-mission .bg-animator {
        flex-wrap: wrap;
        justify-content: center;
    }

    .vision-mission .bg-animator .thumb.thumb2 {
        margin-top: -120px;
    }

    .vision-mission .bg-animator .thumb.circle {
        border: solid 10px #fff;
    }

    .vision-mission .bg-animator {
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .vision-mission .bg-animator.bg-animator2 {
        top: 30px;
    }

    vision-mission .bg-animator .thumb.thumb2 {
        margin-top: -80px;
    }

    .vision-mission {
        padding-bottom: 50px;
    }

    .photogal .gallery-container a {
        width: calc(50% - 7px);
        margin-bottom: 7px;
    }

    .photogal .title {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .photogal {
        background-color: #FFF;
        margin-top: 9px;
    }

    .vision-mission .row.publications {
        flex-wrap: wrap-reverse;
        justify-content: center;
        padding: 60px 0;
        text-align: center;
    }

    .pdf-downloadbox {
        margin-bottom: 30px;
    }

    .rules .row .item.item2 h6 {
        padding-left: 0;
    }

    .rules .row .item .account {
        width: 100%;
        margin-left: 0;
    }

    .customtable {
        margin-left: 0;
        width: 100%;
        overflow: scroll;
        margin-right: 34px;
    }

    .para-list .container {
        padding-left: 0;
    }

    .para-list p {
        padding: 20px 0px;
    }

    .admin-form form {
        width: 100%;
        padding: 20px;
    }

    .admin-form form .input-group {
        flex-direction: column;
        align-items: start;
        margin-bottom: 20px;
    }

    .admin-form form .input-group .name {
        width: 100%;
        padding-right: 0px;
    }

    .admin-form form .input-group .form-control {
        width: 100%;
        margin-top: 8px;
        height: 35px;
    }

    .custom-radio-cover {
        width: 100%;
        padding-top: 8px;
    }

    .admin-form .btn {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .admin-form .input-group-dis span {
        display: inline-block;
    }

    .md .item {
        width: 100%;
    }

    .md .item {
        margin-top: 0;
        margin-bottom: 20px;
        padding: 50px 20px;
    }

    .md .item:last-child {
        margin-bottom: 20px;
    }

    .md .item .icon {
        border-bottom: solid 20px #fff;
    }

    .contact .container {
        flex-direction: column;
    }

    form {
        width: 100%;
        padding: 50px 0px;
    }

    .contact .address {
        border: 0;
        padding-left: 0;
        padding-top: 0;
        width: 100%;
    }

    .mobMenuClose {
        position: absolute;
        width: 35px;
        top: 40px;
        right: 20px;
        cursor: pointer;
    }

    .mobMenu ul {
        list-style: none;
        padding: 0;
    }

    .mobMenu>ul>li {
        padding: 10px 20px;
        border-bottom: 1px solid #e1e1e1;
    }

    .mobMenu>ul>li a {
        color: #000;
    }

    .mobMenu>ul>li>ul {
        display: none;
    }

    .mobMenu .btn-navbar {
        display: flex;
        flex-wrap: wrap;
    }

    .mobMenu .btn-navbar a {
        background-color: #000;
        color: #fff;
        padding: 10px 15px;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 1px;
        line-height: 20px;
        width: 100%;
        margin: 0 20px;
    }

    .mobMenu .btn-navbar a:last-child {
        background-color: var(--co1);
    }

    .mobContact {
        padding: 20px;
        padding-top: 0;
        padding-bottom: 20px;

    }

    .mobContact div a {
        display: flex;
        align-items: center;
        padding: 3px 0;
        font-size: 15px;
    }

    .mobContact img {
        margin-right: 10px;
    }

    /* .stickyContact {
        bottom: unset;
        top: 100px;
    } */

    .vision-mission .row {
        display: block;
    }

    .vision-mission .item.main {
        width: 100%;
    }

    .vision-mission .item.pic {
        width: 100%;
    }

    .vision-mission .row:nth-child(odd) .item.main {
        padding-left: 0px;
    }

    .vision-mission .row:nth-child(even) .item.main {
        padding-right: 0px;
    }

    .vision-mission .item.pic {
        padding: 50px 0 20px 0;
    }

    .vision-mission .row:first-child .item.pic {
        padding-top: 0;
    }

    .vision-mission.ve2 .item.main {
        width: 100%;
        padding-left: 0 !important;
    }

    .managementStaff {
        display: block;
    }

    .managementStaff .item {
        width: 100%;
        padding: 30px 0;
        padding-left: 70px;
        background: url("../img/profile.png") no-repeat 24px 46px #F7F7F7;
        background-size: 30px;
    }

    .managementStaff .item span {
        font-size: 22px;
    }


    .principal {
        max-width: 100%;
        margin: 0;
    }

    .principal .pic {
        width: 100%;
        padding: 0 20px 10px 20px;
    }

    .photogal.nobg {
        padding-top: 0px;
    }

    .picThum .item {
        width: 100%;
    }

    .whyRajashree .item .cont {
        font-size: 16px;
    }

    .leadership .cont {
        column-count: 1;
    }

    .leadership.prin .item {
        background-size: 100%;
    }

    .leadership.vipr .item {
        background-size: 100%;
    }

    .leadership.tech .item {
        background-size: 100%;
        padding-right: 10%;
    }

    .leadership.tech .cont {
        padding-right: 0;
    }






    .managementStaff .item .cont {
        margin: 17px 15px -5px -48px;
        width: 80vw;
    }

    .managementStaff .item .btnitem {
        top: 38px;
    }

    .managementStaff .item {
        padding-right: 65px;
    }

}