@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;
}
a{
    text-decoration: none !important;
}

ol,
ul {
    list-style: none;
    padding: 0 0 !important;
    margin: 0 !important;
}
.clear {
    clear: both;
}

/* Header Css */
.top-header {
    position: relative;
    top: 0;
    z-index: 1;
    background: #173355;
    padding: 10px 0 22px 0;
}
.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: #fffef2;
    font-size: 18px;
    border-right: 2px solid #37557a;
    font-family: 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 21px;
}
ul.top-number li span {
    font-size: 12.4px;
}
ul.top-number li:last-child{
    border-right: none;
}
ul.top-number li img {
  padding: 0 9px;
}

/* 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 #112586;
  background: #112586;
}
.quick-access .link {
  cursor: pointer;
  display: block;
  padding:7px 0 7px 12px;
  color: #fff;
  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: left;
  font-weight: 400;
}
.quick-access .link span i {
  background: #fff;
  height: 29px;
  width: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #112586;
  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: auto;
    right: 6px;
    font-size: 15px;
    top: 3px;
}
.quick-access li.open .link {
	color: #ffea00;
}
.quick-access li.open i {
	color: #112586;
}

.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: #0163b2;
	color: #FFF;
}

/* Slider css */
section.bg-slider {
    position: relative;
    margin: 0px 0 0 0;
    height: auto;
    padding: 0px;
}
.carousel-control-next, .carousel-control-prev{
  z-index: 1 !important;
}

/* Enroll Section Css */

.enroll-section {
    background-color: #1f3b5c;
    padding: 25px 0;
    color: #fff;
}

.enroll-icon {
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.enroll-icon img {
    width: 46px;    
}
.enroll-title {
    font-size: 25px;
    font-weight: 500;
    font-family: 'Montserrat';
}
.enroll-subtitle {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #dcdcdc;
}



/* Our Services */
.bg-ourServices {
    position: relative;
    padding: 0px;
    margin: 0px;
    height: auto;
    overflow: hidden;
}
.bg-ourServices::after {
    content: '';
    background:#112586;
    width: 38%;
    height: auto;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 50%;
}
.principal-mobile{
    display: none;
}
.our-dailycare {
    z-index: 99;
    position: relative;
    padding: 56px 0 40px 0;
    width: 84%;
}
.our-dailycare h3 {
    color: #ffff;
    font-size: 20px;
    font-family: 'Montserrat';
}
.our-dailycare h4 {
    font-size: 16px;
    color: #FFD;
    font-weight: 300;
    margin:0 ;
    padding:0 0 4px 0;
    font-family: 'Montserrat';
}
.our-dailycare p {
    color: #fff;
    font-weight: 200;
    padding: 12px 0 0 0;
    font-family: 'Montserrat';
}
.descpit-services h2 {
    text-align: center;
    color: #1E1E1E;
    font-family: 'Montserrat', serif;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    padding:30px 0 0 0 ;
    margin: 0;
}
.descpit-services p {
    text-align: center;
    padding: 0 0 24px 0;
    margin: 0px;
}
.serives-img {
    width: 70px;
    height: 70px;
    border: 1px solid #011346;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 50%;
    padding: 14px;
}
.services-1 {
    margin: 6px 0 12px 0;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 16px 1px;
    transition: all 0.5s;
    cursor: pointer;
}
.services-1:hover {
    border: 1px solid #524fb3;
    border-radius: 4px !important;
    background: #cccbf1;
}
.services-1 h2 {
    color: #1E1E1E;
    text-align: center;
    font-family: 'Montserrat', serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.services-1 p{
    color: #1E1E1E;
    text-align: center;
    font-family: 'Montserrat', serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding:0px;
    margin:0px;
}

/* News Events css */
section.bg-event {
    background: #0d264a;
    height: 350px;
    margin: 0 0 40px 0;
    padding: 30px 0 0px 0;
    overflow: hidden;
}
.news-title {
    color: #fff;
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Montserrat';
    padding: 0 0 20px 0;
}
.notice-main{
    padding: 0 0 24px 0;
    margin: auto;
    width: 100%; 
    
}

.notices-box {
    padding: 16px;
    width: 94% !important;    
    position: relative;
    height: 153px;
    margin: 0px 22px;
    border: 1px solid #102586;
    border-radius: 9px;
}
/* .notices-box .slick-center {
    border: 1px solid #102586;
} */
.news-date {
    padding: 0px 30px 0 0;
}

.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{
    margin: 0;
}
.news-descipt h6 a {
    text-decoration: none;
    font-weight: 400;
    color: #0824af;
    padding: 10px 0 0 0;
    display: inline-block;
    font-size: 14px;
}
.news-descipt h5 a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.news-descipt p img {
    position: absolute;
}
a.read-btn {
    display: flex;
    border-radius: 6px;
    line-height: 35px;
    padding: 1px 9px;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    background: #112586;
    margin-top: 9px !important;
}
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: 52%;
  left: 5px;
  width: 100%;
}
li.next1, li.prev1 {
    height: 34px;
    background: #0d2564;
    width: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fffbf8;
    font-size: 26px;
    cursor: pointer;
    border: 2px solid #a7a7a7;
}


/* Photo Gallery */
.gallery-section {
    background: #ffff;
    padding: 0px 0 0px 0;
    text-align: center;
}

.gallery-title {
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 18px;
    color: #333;
    font-family: 'Montserrat';
    font-weight: 600;
}
.gallery-row {
    display: flex;
    overflow: hidden;
}
.gallery-item {
    position: relative;
    flex: 1;
    height: 220px;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay */
.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}
.plus-icon {
    width: 45px;
    height: 45px;
    background: #1e40af;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: 0.3s;
}

.plus-icon:hover {
    transform: scale(1.1);
}

/* FROM THE DESK OF */

.deskt-form-bg{
    margin: 40px 0 ;
}
.desk-title {
    background: #142b52;
    color: #fff;
    text-align: center;
    padding: 15px 15px;
    letter-spacing: 2px;
    font-family: 'Montserrat';
    font-size: 22px;
}
.desk-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
    margin: 0;
    position: absolute;
    top: 8px;
    z-index: 99;
    left: 35%;
}

.desk-nav ul{
  display:flex;
  list-style:none;
  gap:0px;
  padding:0;
  margin:0;
}

.desk-nav li {
    cursor: pointer;
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    border-right: 1px solid #2f4eb4;
    padding: 0 6px;
    margin: 0;
    font-weight:400;
}
.desk-nav li:last-child {
    border: none;
}

.desk-nav li.active{
  color:#1e40af;
  font-weight:400;
}
.arrow{
  cursor:pointer;
  font-size:22px;
  color:#1e40af;
  font-weight:bold;
}
.slide-box{
  background:#eaeaea;
  padding:0;
}

.slide-box img{
  width:100%;
  height:250px;
  object-fit:cover;
}
.content{
  padding:10px 20px;
}
.content {
    padding: 60px 0 0 0;
}
.content h6 {
    color: #112586;
    font-weight: 600;
    margin: 9px 0 15px 0;
}
.content p {
    font-size: 15px;
    color: #302f2f;
    text-align: justify;
    padding: 0 26px 0 0;
    font-family: 'Montserrat';
    line-height: 20px;
}
.img-principal {
    height: 286px;
    width: 100%;
    overflow: hidden;
}
.img-principal img {
    height: 100% !important;
}
.btn-read {
    background: #112586;
    color: #fff;
    padding: 5px 13px;
    border-radius: 20px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.5s;
}
.btn-read:hover {
     background: #1533ce;
    }



/* About us css */
section.bg-aboutus {
    position: relative;
    padding: 30px 0 40px 0;
    margin: 0px;
    height: auto;
    overflow: hidden;
}
.principal-home h3 {
    font-family: 'Montserrat';
    color: #112586;
}
.principal-home a {
    background: #112586;
    color: #fff;
    padding: 8px 16px;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
}
.principal-home p {
    font-family: 'Montserrat';
    text-align: justify;
}


/* Hppay Birthday Css */
.bg-bday{
    background: #fff;
    height: auto;
    margin: 0px 0;
    padding: 30px 0 20px 0;
    overflow: hidden;
}
.bday-boxbg {
    border: 2px solid #171c3a;
    border-radius: 7px;
    height: 455px;
    margin-bottom: 40px;
}
.day-title {
    display: block;
    align-items: center;
    background: #171c3a;
    color: #fff;
    padding: 16px;
    text-align: center;
    margin: 0 0 30px 0
}
.day-title h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Montserrat';
    font-size: 22px;
    margin: 0px;
}
.day-title p {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat';
    font-size: 15px;
}

.student-bx, .teacher-sl, .student-view, .achievement-sl{
  text-align: center;
  margin: auto;
}
.student-img {
    width: 139px;
    height: 162px;
    text-align: center;
    margin: auto;
    border: 1px solid #dfdfdf;
}
.student-descpt h3 {
    color: #171c3a;
    font-family: 'Montserrat';
    font-size: 18px;
    padding:9px 0 0px 0;
    margin: 0;
}
.student-descpt p {
    color: #112586;
    font-family: 'Montserrat';
    font-size: 17px;
    padding: 0px 0 0px 0;
    margin: 0;
    font-weight: 400;
}
.student-descpt {
    height: 61px;
    width: 99%;
    text-align: center;
}
.student-view h3{
  color: #2d6e4e;
    font-family: 'Montserrat';
    font-size: 20px;
    padding: 14px 0 14px 0;
    margin: 0;
    font-weight: 400;
}
.student-descpt h5 {
    font-size: 15px;
    margin: 4px 0 11px 0;
}
.student-view a.read-btn {
    width: 104px;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 20px;
}
.achievement-img img {
    max-width: 81%;
    margin: auto;
}

ul.parent-arrow2, ul.parent-arrow3, .parent-arrow55, .parent-arrow56 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: auto;
    position: absolute;
    width: auto;
    top: 20%;
    left: 32px;
    width: 78%;
}
li.next2, li.prev2, li.next3, li.prev3, li.next55, li.prev55, li.next56, li.prev56 {
    height: 34px;
    background: #112586;
    width: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fffbf8;
    font-size: 26px;
    cursor: pointer;
    border: 2px solid #171c3a;
}

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;
}
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');
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0 0 26px 0;
    height: auto;
}

/* 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: 11px 0 15px 0;
    line-height: 30px;
    text-align: left;
    font-family: 'Montserrat';
}
.ft-logo p img {
  margin: 0 11px 0 0;
}
.ft-logo p i {
    padding: 0 12px 0 0;
    font-size: 20px;
}
.ft-logo p {
    margin: 0;
    padding: 0 0 8px 0;
    color: #fff;
    font-family: 'Montserrat';
}

.ft-logo p a:hover{
  color:yellow
}
.widgets-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
h2.title-follow {
    font-family: 'Montserrat';
    color: #ff5248;
    font-weight: 600;
    font-size: 30px;
}
.followus {
    padding: 10px 0 6px 0px;
    text-align: center;
    margin: auto;
    display: block;
}
.widgets-social a {
    color: #ffffff;
    display: flex;
    line-height: 36px;
    /* text-align: center; */
    margin-right: 10px;
    border-radius: 50%;
    font-size: 33px;
    transition: all 0.8s;
    background: transparent;
    align-items: center;
    justify-content: center;
    padding: 10px 24px 0 0;
}
.widgets-social a:hover {
    color: #ff5248;
}
.ft-logo {
    position: relative;
}
.ft-orng {
    padding: 0 0 40px 0;
}
.ft-orng h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.7px;
  padding-bottom: 7px;
}
.download-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1e3a8a;
    color: #fff;
    padding: 12px 22px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
    margin-top: 68px;
}

.download-btn i {
    font-size: 16px;
}
.download-btn:hover {
    background: #162d6a;
    color: #fff;
    transform: translateY(-2px);
}
ul.quickul {
    width: auto;
    display: flex;
    flex-wrap: wrap;
}
ul.quickul li {
    width: 50%; 
}
ul.quickul li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    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: #ff5248;
}
.ft-copyright {
  padding: 0px 0 0 0;
  text-align: center;
  color: #fff;
}
.ft-copyright p{
  font-size: 16px;
  font-weight: 200;
  padding-top: 18px;
}
.ft-copyright a{
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}
.ft-copyright a:hover{
  color:#ff5248
}

@media (max-width:767px){
    .top-rt{
        flex-wrap: wrap;
        justify-content: center;
    }
    .quick-access{
        display: none;
    }
    ul.top-number li{
        padding: 0 4px;
    }
    .bg-ourServices::after{
        display: none;
    }
    .our-dailycare {   
        padding: 16px;
        width: 100%;
        background: #112586;
    }
    .desk-nav {
        position: relative;
        top: 8px;
        z-index: 99;
        left: 0;
        overflow: scroll;
        white-space: nowrap;
        padding: 5px 0 23px 0;
    }
    .content,  .content p, .content h6 {
        padding: 16px;
    }
    .btn-read{
        margin: 0 0 0 16px;
    }
    .bday-boxbg{
        height: auto;
    }
    .bg-mobile-app {
       padding: 0 0 26px 0;
        height: auto;
        background-size: cover;
        background-position: center;
     }
     .wrapper{
        padding: 0 !important;
     }
      
}

body.masterBody {
    background: #173355;
}
.masterMain {
    margin: 40px 0;
    background: #ffffff;
    border-radius: 4px;
    padding: 20px;
    display: inline-block;
    width:100%
}
h3.masterHead.pageHeading {
    background: #173456;
    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 #173456;
    position: absolute;
    bottom: -12px;
}
h3.innerH3 {
    font-size: 24px;
    font-weight: 600;
    padding: 13px 0 5px 0;
    margin: 0px;
    color: #173355;
    font-family: 'Montserrat';
}
.innerImg {
    float: right;
    margin-left: 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';
}
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: #012465 url('/images/ajax-arrow1.png') 99% center no-repeat;padding: 10px;cursor: pointer;text-transform: uppercase;font-weight: 600;margin-top: 10px;}
.accordionHeaderSelected {color: #ffffff;background: #012465 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 #012465;}

