@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: 27%;
    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: 70%;
    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: 99;
}
.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 20px;
  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: 16px 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%;
}


/* Meassages Css */
.bg-message{
  padding: 50px 0;
  position: relative;
}
.msg-img {
  overflow: hidden;
  border-radius: 0 190px 190px 0;
  padding: 0 18px 0 0;
}
.msg-img img {
  border-radius: 0 190px 190px 0;
  max-width: 100%;
}
.msg-txt p {
  font-size: 16px;
  line-height: 21.5px;
  text-align: justify;
  color: #616161;
  padding-top: 10px;
}
.title-msg h3 {
  color: #616161;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.msg-txt a {
  background: rgba(37, 48, 61, 1);
  padding: 8px 30px;
  text-decoration: none;
  color: #fff;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 200;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 11px;
  transition: all 0.5s;
}
.msg-txt a:hover{
  background: #f5802d;
}
ul.parent-arrow44 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: auto;
  position: absolute;
  width: 69px;
  top: 6px;
  right: 17px;
}
li.next44, li.prev44 {
  height: 30px;
  background: #f5802d;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

/* About Us */
.bg-about{
  padding: 0 0 50px 0;
}
.about-img {
  overflow: hidden;
  border-radius: 190px 0 0 190px;
  padding: 0 0 0 0;
  display: flex;
    justify-content: flex-end;
}
.about-img img {
  border-radius: 190px 0 0 190px;
  max-width: 100%;
}
.msg-txt.about-txt {
  width: 95%;
}

.bg-ourfounder{
  padding:0 0 50px 0;
}


/* 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: auto;
    height: auto;
    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 136px 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;
    background-color: #F5802D;
    overflow: hidden;
}
li.gly-bx2 {
    width: 100%;
    background: red;
    height: 271px;
    overflow: hidden;
}
li.gly-bx3 {
    width: 100%;
    background: green;
    height: 271px;
    overflow: hidden;
}
li.gly-bx4 {
    width: 100%;
    height: 408px;
    background-color: yellow;
    overflow: hidden;
}
li.gly-bx1 img, li.gly-bx2 img, li.gly-bx3 img, li.gly-bx4 img{
   width: 100%;
   height: 100%;

} 

/* Birthday Start */
.bg-birthday{
  padding: 50px 0;
}
.title-bdy p {
  color: rgba(37, 48, 61, 1);
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 400;
}
.title-bdy{
  text-align: right;
  padding: 0 0 20px 0;
}
.title-bdy.title-teacher {
  text-align: left;
}
.title-bdy h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(37, 48, 61, 1);
  margin: 0px;
  padding: 2px 0 3px 0;
}
.bday-bx1{
  background: #2d6e4e;
  height: 428px;
  border-radius: 208px 0 0 208px;
  overflow: hidden;
  position: relative;
}
.tech-bday-bx {
  background: #2d6e4e;
  height: 428px;
  border-radius: 0 208px 208px 0;
  overflow: hidden;
}
.bday-bx {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  height: 427px;
}
.bdayCenter-bx {
  margin: 0px 25px 10px 25px;
}
.bday-sl {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  margin:80px 16px 0 0px;
  position: relative;
}
.bday-txt {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  color: #fff;
  padding: 0 26px 0 0px;
  text-transform: uppercase;
  position: relative;
  top: 0;
  line-height: 33px;  
}
.bday-img {
  position: relative;
  width: 190px;  
  display: flex;
  align-items: center;
  justify-content: center;
}
span.cap-img {
  position: absolute;
  left: 44%;
  top: -79px;
  z-index: 9;
}
.bday-txt h3{
  padding: 0px;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #ffeb00;
}
.bday-txt p{
  padding: 0px;
  margin: 0;
  font-size: 20px;
  font-weight: 300;
}

.techbday-sl {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  height: 427px;
}
.teachbday-txt {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  color: #fff;
  padding: 0 32px 0 24px;
  text-transform: uppercase;
  position: relative;
  top: 0;
  line-height: 33px;
  height: 300px;
}
.teachbday-txt h3 {
  padding: 0px;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #ffeb00;
}


/* 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-top {
    text-align: center;
    padding: 20px 0;
    margin: auto;
    border-bottom: 1px solid #bfa205;
}

.footer-top img {
    height: auto;
    margin: auto;
    margin-top: -128px;
}

.footer-main {
  background: #2f6f4e;
  color: #fff;
  padding: 0 0 10px 0;
}

.footer-main h2 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
     font-family: 'Montserrat';
}
.footer-main h4 {
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #ffd700;
}
.footer-main p {
    margin-bottom: 5px;
    font-family: 'Montserrat';
    font-size: 15px;
}

.footer-main .title {
    color: #ffd700;
    font-size: 22px;
    margin-bottom: 15px;
    font-family: 'Montserrat';
}

.footer-main a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
     font-family: 'Montserrat';
}

.footer-main a:hover {
    color: #ffd700;
}
.social-icons{
  display: flex;
}
.social-icons a {
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
    background: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2f6f4e;
}

.social-icons a:hover {
    color: #ffd700;
}

.footer-bottom-line {
    height: 4px;
    background: #b7d400;
}
.footer-copyright {
    padding: 24px 0 0 0;
    font-family: 'Montserrat';
    font-size: 14px;
}

.tCenter img {
    text-align: center;
    margin: auto;
}
.masterMain {
    margin: 40px 0 135px 0;
    background: #ffffff;
    border-radius: 4px;
    padding: 20px;
    display: inline-block;
    width: 100%;
}
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: 22px;
    font-weight: 600;
    padding: 13px 0 10px 0;
    margin: 0px;
    color: #2d6e4e;
}
.innerImg {
    float: right;
    margin-left: 20px;
}
.innerImgl {
    float: left;
    margin-right: 20px;
}
.innerImg img {
    border-radius: 0 47px;
    box-shadow: 1px 6px 6px 0px rgb(0 0 0 / 30%);
}
.masterText p {
    font-size: 16px;
    color: #3a3737;
    line-height: 23px;
    padding: 0px 0 12px 0;
    margin: 0;
    font-family: 'Montserrat';
}
ul.innerUl li{ padding-left:25px; background:url('/images/ulbg.png') 0px 4px no-repeat; margin-bottom:12px;}
table.table-bx{
  width: 100%;
  
}
table.table-bx tr td {
  border: 1px solid #e1e1e1;
  font-size: 14px;
  padding: 4px 5px;
}
table.table-bx tr:nth-child(odd) {
  background: #efefef;
}
table.table-bx tr th {
    font-size: 16px;
    background: #173456;
    padding: 10px 5px;
    color: #ffff;
    border: 1px solid #b9b9b9;
    font-weight: 500;
    text-align: center;
}
tr.th-table th {
  background: #173456 !important;
  text-align: center;
  line-height: 35px;
  font-size: 19px !important;
}
table.table-bx.table-uniform tr td {
  line-height: 23px;
  padding: 8px 11px;
}
table.table-bx.table-uniform tr td{
  border: 1px solid #173456;
}
table.table-bx.table-uniform tr th {
  border: 1px solid #173456;
}

.accordionHeader_Y {color: #fff;background: #2d6e4e url('/images/ajax-arrow1.png') 99% center no-repeat;padding: 10px;cursor: pointer;text-transform: uppercase;font-weight: 600;margin-top: 10px;}
.accordionHeader_Selected {color: #ffffff;background: #399367 url('/images/ajax-arrow.png') 99% center no-repeat;padding: 10px;cursor: pointer;text-transform: uppercase;font-weight: 600;margin-top: 10px;}
.accordionContent_Y {background-color: #fff;padding: 25px;padding-top: 22px;border: 1px solid #2d6e4e;}