@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

:focus-visible {
    outline: none;
}

ol,
ul {
    list-style: none;
    padding: 0 0 !important;
    margin: 0 !important;
}
.clear {
    clear: both;
}

/* Header Css */

header{
  display:flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.top-left {
    background-color: #2D6E4E;
    height: 130px;
    width: 35%;
    position: relative;
}
.top-left::after {
    content: '';
    background: url('../images/top-left-arrow.png');
    height: 130px !important;
    width: 40px !important;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: -29px;
}
.top-right {
    background-color: #2D6E4E;
    height: 130px;
    width: 62%;
    border-bottom: 46px solid #FFEA00;
    position: relative;
}
.top-right::after {
    content: '';
    background: url('../images/top-right-arrow.png');
    height: 130px !important;
    width: 31px !important;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: -28px;
}
.top-header {
    position: relative;
    top: -118px;
    z-index: 999;
}
.top-rt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 14px 0 0 0;
}
ul.top-number {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.top-number li {
  padding: 0 13px;
  transition: all 0.5s;
  color: #FFEA00;
  display: flex;
  align-items: center;
  font-size: 15px;
}
ul.top-number li img {
  padding: 0 9px;
}
ul.top-number li a {
  color: #FFEA00;
  transition: all 0.5s;
  text-decoration: none;
  font-size: 15px;
}
ul.top-number li:hover {
  transform: scale(1.05);
}
/* Access Quick css */
.quick-access {
  margin: 0;
  background: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 136px;
  border-radius: 30px;
  border:1px solid #ffea00;
}
.quick-access .link {
  cursor: pointer;
  display: block;
  padding:7px 10px 7px 12px;
  color: #ffea00;
  font-size: 14px;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: right;
  font-weight: 400;
}
.quick-access .link span i {
  background: #FFEA00;
  height: 29px;
  width: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2D6E4E;
  border-radius: 50%;
}
.quick-access li:last-child .link {
	border-bottom: 0;
}
.quick-access li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.quick-access li i.fa-chevron-down {
    left: 2px;
    right: auto;
    font-size: 15px;
    top: 3px;
}
.quick-access li.open .link {
	color: #ffea00;
}
.quick-access li.open i {
	color: #fff;
}

.quick-access li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.access-dropdown {
  display: none;
  background: #fff;
  font-size: 14px;
  position: absolute;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 5px 0px #b5b5b5;
  z-index: 9999;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: all .35s linear;
}
.quick-access li:hover .access-dropdown {
  webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.access-dropdown li {
	border-bottom: 1px solid #f5f5f5;
}
.access-dropdown li:last-child{
  border-bottom: none;
}
ul.access-dropdown li a {
  padding: 10px 30px 10px 20px;
  color: #1c1b1b;
  font-weight: 400;
  font-size: 15px;
}
.access-dropdown a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 6px 29px;
  padding-left: 0;
  webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.access-dropdown a:hover {
	background: #F5802D;
	color: #FFF;
}

/* Slider css */
section.bg-slider {
    position: relative;
    margin: -237px 0 0 0;
    height: auto;
    padding: 0px;
}
.carousel-control-next, .carousel-control-prev{
  z-index: 1 !important;
}

/* School Box */
section.school-box {
    margin: 0 0;
    padding: 0px 0 0px 0;
}
.school-box{
  padding: 0px;
  margin: 0px;
}
section.school-box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0px;
  background-color: transparent;
}
section.school-box ul li{
  background-size: cover;
}
li.event-box1 {
    background: url('../images/magazine.png');
    width: 25%;
    height: 150px;
    background-repeat: no-repeat;
    transition: all 0.5s;
    border-radius: 0 0 0 16px;
}
li.event-box2 {
    background: url('../images/kids.png');
    width: 25%;
    height: 150px;
    background-repeat: no-repeat;
    transition: all 0.5s;
}
li.event-box3 {
    background: url('../images/virtual-tr.png');
    width: 25%;
    height: 150px;
    background-repeat: no-repeat;
    transition: all 0.5s;
}
li.event-box4 {
    background: url('../images/event.png');
    width: 25%;
    height: 150px;
    background-repeat: no-repeat;
    transition: all 0.5s;
    border-radius: 0 16px 16px 0;
}
li.event-box1:hover {
    background: url('../images/magazine1.png');
    height: 180px;
    margin-top: -31px;
    z-index: 2;
    background-size: 100%;
}
li.event-box2:hover{
   background: url('../images/kids1.png');   
  height: 180px;
  margin-top: -31px;
  z-index: 2;
  background-size: 100%;
}
li.event-box3:hover{
   background: url('../images/virtual-tr1.png');  
    height: 180px;
    margin-top: -31px;
    z-index: 2;
    background-size: 100%;
}
li.event-box4:hover{
   background: url('../images/event1.png');
    height: 180px;
    margin-top: -31px;
    z-index: 2;
    background-size: 100%;
}
/* section.school-box ul li:hover {
    transform: scale(1.1);
} */
 section.school-box ul li a {
    display: block;
    height: 100%;
}

/* School Box End*/
section.bg-principal {
    position: relative;
    padding: 0px;
    margin: 0px;
    height: 530px;
    overflow: hidden;
}
section.bg-principal::after {
    content: '';
    background: url('../images/new-principal-hm.png');
    width: 100%;
    height: 540px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 50%;
}
.principal-mobile, .about-mobile, .founder-mobile{
    display: none;
}
.principal-home h3 {
    color: #2D6E4E;
    padding: 32px 0 0 0;
    font-weight: 800;
}
.principal-home p {
  text-align: justify;
}
.principal-home {
  z-index: 1;
  position: relative;
}
.principal-home a {
    border: 1px solid #2d6e4e;
    display: flex;
    width: 138px;
    text-decoration: none;
    border-radius: 9px;
    line-height: 36px;
    padding: 0 12px;
    color: #2d6e4e;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.principal-home a img {
    width: 14px;
    height: 17px;
    margin: 0 0 0 10px;
}
.principal-home a:hover {
    background: #ffea00;
}

/* News Events css */
section.bg-event {
    background: rgba(45, 110, 78, 0.2);
    height: 350px;
    margin: 70px 0;
    padding: 30px 0 20px 0;
    overflow: hidden;
}
.news-title {
    color: #2D6E4E;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Montserrat';
    padding: 0 0 20px 0;
}
.notice-main{
  padding: 0 0 24px 0;
    margin: auto;
    width: 94%;
}
.notices-box {
    background: #2d6e4e;
    padding: 16px;
    width: 86%;
    display: flex;
    position: relative;
    height: 137px;
    margin-left: 35px;
}
.notices-box::after {
    content: '';
    background: url(../images/news-left.png);
    height: 137px !important;
    width: 36px !important;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -33px;
}
.notices-box::before {
    content: '';
    background: url('../images/news-right.png');
    height: 137px !important;
    width: 36px !important;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: -33px;
}
.news-date {
    padding: 0px 30px 0 0;
}
.news-date p {
    color: #ffea00;
    border-bottom: 2px solid #ffea00;
    padding: 0 0 4px 0;
}
.news-date h3{
  color: #ffea00;
  text-align: center;
  font-size: 29px;
  font-weight: 400;
}
.news-descipt p {
    margin: 0px;
    padding: 0px;
    position: relative;
}
.news-descipt p a {
    font-family: 'Montserrat';
    color: #fff;
    text-decoration: none;
    padding: 26px 0 0 0;
    display: inline-block;
}
.news-descipt h6 a {
    text-decoration: none;
    font-weight: 400;
    color: #ffea00;
    padding: 10px 0 0 0;
    display: inline-block;
}
.news-descipt p img {
    position: absolute;
}
a.read-btn {
    border: 1px solid #2d6e4e;
    display: flex;
    width: auto;
    text-decoration: none;
    border-radius: 14px;
    line-height: 36px;
    padding: 2px 15px;
    color: #2d6e4e;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
a.read-btn img {
    width: 14px;
    height: 17px;
    margin: 0 0 0 10px;
}
a.read-btn:hover {
    background: #ffea00;
}
ul.parent-arrow1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: auto;
  position: absolute;
  width: auto;
  top: 42%;
  left: 5px;
  width: 100%;
}
li.next1, li.prev1 {
    height: 34px;
    background: #2d6e4e;
    width: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fffbf8;
    font-size: 26px;
    cursor: pointer;
    border: 2px solid #ffea00;
}


/* Photo Gallery */
.bg-gallery{
  padding:  0 0 30px 0;
}
ul.photo-gallery-bx{
  display: flex;
  flex-wrap: wrap;  
}
ul.photo-gallery-bx li {
    width: 50%;
}
li.gly-bx4 {
    margin: -137px 0 0 0;
}
li.gly-bx1 {
    width: 100%;
    height: 400px;
    overflow: hidden;
}
li.gly-bx2 {
    width: 100%;
    height: 271px;
    overflow: hidden;
}
li.gly-bx3 {
    width: 100%;
    height: 271px;
    overflow: hidden;
}
li.gly-bx4 {
    width: 100%;
    height: 408px;
    overflow: hidden;
}
li.gly-bx1 img, li.gly-bx2 img, li.gly-bx3 img, li.gly-bx4 img{
   width: 100%;
   height: 100%;

} 

/* About us css */
section.bg-aboutus {
    position: relative;
    padding: 0px;
    margin: 0px;
    height: 530px;
    overflow: hidden;
}
section.bg-aboutus::after {
    content: '';
    background: url('../images/about-us.png');
    width: 100%;
    height: 540px;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right 38px;
}

/* Hppay Birthday Css */
.bg-bday{
    background: rgba(45, 110, 78, 0.2);
    height: auto;
    margin: 0px 0;
    padding: 30px 0 20px 0;
    overflow: hidden;
}
.day-title {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 0 20px 0;
}
.day-title h3 {
    color: #2D6E4E;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Montserrat';
    font-size: 34px;
}
.day-title h4 {
    color: #2D6E4E;
    font-family: 'Montserrat';
    font-weight: 500;
}
.student-bx, .teacher-sl, .student-view, .achievement-sl{
  text-align: center;
  margin: auto;
}
.student-img {
    width: 139px;
    height: 162px;
    text-align: center;
    margin: auto;
}
.student-descpt h3 {
    color: #2d6e4e;
    font-family: 'Montserrat';
    font-size: 18px;
    padding:9px 0 0px 0;
    margin: 0;
}
.student-descpt p {
    color: #2d6e4e;
    font-family: 'Montserrat';
    font-size: 20px;
    padding: 0px 0 0px 0;
    margin: 0;
    font-weight: 600;
}
.student-descpt {
    height: 61px;
    width: 99%;
}
.student-view h3{
  color: #2d6e4e;
    font-family: 'Montserrat';
    font-size: 20px;
    padding: 14px 0 14px 0;
    margin: 0;
    font-weight: 400;
}
.student-view a.read-btn {
    width: 124px;
    margin: auto;
    margin-bottom: 10px;
}
.achievement-img img {
    max-width: 81%;
    margin: auto;
}

ul.parent-arrow2, ul.parent-arrow3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: auto;
    position: absolute;
    width: auto;
    top: 20%;
    left: 38px;
    width: 78%;
}
li.next2, li.prev2, li.next3, li.prev3  {
    height: 34px;
    background: #2d6e4e;
    width: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fffbf8;
    font-size: 26px;
    cursor: pointer;
    border: 2px solid #ffea00;
}

ul.parent-arrow4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: auto;
  position: absolute;
  width: auto;
  top: 42%;
  left: 5px;
  width: 100%;
}
li.next4, li.prev4 {
    height: 34px;
    background: #2d6e4e;
    width: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fffbf8;
    font-size: 26px;
    cursor: pointer;
    border: 2px solid #ffea00;
}



/* Our Founder Css */
section.bg-founder {
    position: relative;
    padding: 0px;
    margin: 0px;
    height: 530px;
    overflow: hidden;
    padding-bottom: 100px
}
section.bg-founder::after {
    content: '';
    background: url('../images/our-founder.png');
    width: 100%;
    height: 540px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 50%;
}

/* Mobile App Css */
.bg-mobile-app {
    background: url('../images/mobileapp-bg.jpg');
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 60px 0;
}


/* Footer Css */
footer{
  background-color: #1E1E1E;
  padding: 50px 0 0 0;
}
.ft-logo h3 {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 24px;
    padding: 19px 0 0 0;
}
.ft-logo h6 {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    padding: 2px 0 4px 0;
    line-height: 30px;
    text-align: center;
    font-family: 'Montserrat';
}
.ft-logo p img {
  margin: 0 11px 0 0;
}
.ft-logo p {
    margin: 0;
    padding: 0 0 8px 0;
}
.ft-logo p a {
    text-decoration: none;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    transition: all 0.5s;
    text-align: center;
    margin: auto;
    display: block;
    padding: 0;
    margin: 0px;
}
.ft-logo p a:hover{
  color:yellow
}
.widgets-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.followus {
    padding: 10px 0 6px 0px;
    text-align: center;
    margin: auto;
    display: block;
}
.widgets-social a {
    width: 39px;
    height: 39px;
    color: #000;
    display: flex;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 25px;
    transition: all 0.8s;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.widgets-social a:hover {
  background: yellow;
}
.ft-logo::after {
    content: '';
    position: absolute;
    top: 34px;
    right: -21px;
    width: 1px;
    height: 84%;
    background: #ffff;
}
.ft-logo {
    position: relative;
}
.ft-orng {
    height: 373px;
    border-radius: 220px;
    padding: 0 0 0 54px;
}
.ft-orng h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.7px;
  padding-bottom: 7px;
}
.ft-ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px;
}
ul.quickul {
  width: 230px;
}
ul.quickul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    transition: all 0.6s;
    background: url(../images/ft-arrow.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding: 0 0 0 23px;
}

ul.quickul li a:hover{
  color: yellow;
}
.ft-copyright {
  padding: 0px 0 0 0;
  text-align: center;
  color: #fff;
}
.ft-copyright p{
  font-size: 16px;
  font-weight: 200;
}
.ft-copyright a{
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}
.ft-copyright a:hover{
  color:yellow
}

/* Master Css */
.masterMain {
    margin: 40px 0;
    background: white;
    padding: 24px 26px;
    border-radius: 4px;
}
h3.masterHead.pageHeading {
    background: #2d6e4e;
    text-align: center;
    display: flex;
    margin: 0px auto 32px;
    max-width: max-content;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Inter';
    padding: 7px 28px;
    font-size: 24px;
    position: relative;
    border-radius: 3px;
}
h3.masterHead.pageHeading::before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #2d6e4e;
    position: absolute;
    bottom: -12px;
}h3.innerH3 {
    font-size: 24px;
    font-weight: 600;
    padding: 13px 0 5px 0;
    margin: 0px;
}
.innerImg {
    float: right;
    margin-left: 20px;
    text-align: center;
}

.innerImg img {
    border-radius: 0 47px;
    box-shadow: 1px 6px 6px 0px rgb(0 0 0 / 30%);
    margin-bottom: 10px;
}

ul.innerUl li {
  padding-left: 47px;
  background: url('../images/arrow-hand.png') 0px 4px no-repeat;
  margin-bottom: 12px;
}

.masterText p {
    font-size: 16px;
    color: #3a3737;
    line-height: 23px;
    padding: 0px 0 12px 0; text-align: justify;
    margin: 0;
    font-family: 'Montserrat';
}
body.masterBody {
    background: #f7f7f7;
}
.masterText img { max-width: 100%;}
.accordionHeader_Y {
    width: 100%;
    text-align: left;
    background: #2d6e4e url('../images/ajax-arrow1.png') no-repeat 1% center;
    color: #fff;
    border: 1px solid #2d6e4e ;
    margin: 8px 0px 0px 0px;
    font-size: 18px;
    padding: 10px 15px 10px 40px;
    box-sizing: border-box;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
}

.accordionHeaderSelected {
    width: 100%;
    text-align: left;
    background: #2d6e4e url('../images/ajax-arrow.png') no-repeat 1% center;
    color: #ffffff;
    border: 1px solid #2d6e4e;
    margin: 8px 0px 0px 0px;
    font-size: 18px;
    padding: 10px 15px 10px 40px;
    box-sizing: border-box;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
}

.accordionContent_Y {
    background-color: #fff;
    padding: 25px;
    padding-top: 22px;
    border: 1px solid #f26769;
}
.masterText h5 {
    color: #2d6e4e;
    font-size: 21px;
    font-weight: 500;
    padding: 4px 0 4px 0;
}

@media (max-width:992px) {
    header{display: none;}
    .top-header{
        background: #578b71;
        top:0
    }
    section.bg-slider{
        margin: 0px;
        z-index: 0;
    }
    .principal-home{
        z-index: 0;
    }    
    ul.top-number, .top-rt {
        flex-wrap: wrap;
        justify-content: center;
        margin: 14px 0 14px 0;
    }
    section.school-box ul{
        background: #356a4a;
        flex-wrap: wrap;
        justify-content: center;
    }
    section.school-box ul li {
        background-size: cover;
        width: 50% 
    }
}

@media (max-width:767px) {
    section.school-box ul li {
        width: 100%;
        justify-content: center;
        margin: auto;
        background-size: 100%;
    }
    .principal-mobile, .about-mobile, .founder-mobile{
        display: block;
    }
    section.bg-principal::after, .notices-box::before, .notices-box::after{
        display: none;
    }
    .notices-box{
        height: 100%;
        margin:0px;
        width:100%    
    }
    .notice-main{
        width:100%
    }
    #homephotog_LBPhoto{
        width:100%;
        max-height: auto !important;
        min-height: auto !important;
    }
    
    ul.photo-gallery-bx li{
        max-height: auto !important;
        width: 100%;
    }
    section.bg-aboutus, section.bg-founder{
        height: auto;
    }
    .day-title h3{
        font-size: 21px;
    }
    .day-title{
        justify-content: space-between;
    }
    .student-view a.read-btn{
        margin-bottom: 30px;
    }
    .ft-orng {
        height: auto;
        padding: 0;
    }
    .ft-ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
    }
    ul.quickul {
        width: auto;
        display: flex;
        flex-wrap: wrap;
    }
    ul.quickul li {
        width: 50%;
    }
    ul.quickul li a {
        font-size: 13px;
        line-height: 31px;
        transition: all 0.6s;
        background: url('../images/ft-arrow.png');
        background-size: 7px;
        background-repeat: no-repeat;
        background-position: 0 2px;
        padding: 0 0 0 15px;
    }
section.bg-aboutus::after, section.bg-founder::after{
    display: none;
}
    .ft-copyright p {
        padding: 26px 0 0 0;
    }
    .ft-orng h2{
        padding: 32px 0 0 0;
    }
    .masterMain{
        padding: 24px 0px;
    }
        
}