.footer_nav1 {
  margin-top: 175px;
}
.innermenu {
  background: #141f3d;
  text-align: center;
}
.innermenu ul {
  display: block;
  width: 100%;
  /* max-width: 1100px; */
  margin-inline: auto;
  justify-content: center;
  /* justify-content: space-between; */
}
.innermenu ul li {
  display: inline-block;
  /* position: relative; */
  transition: all ease-in-out 0.5s;
  line-height: 48px;
}
.innermenu ul li a {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: all ease-in-out 0.5s;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.innermenu ul li:last-child a {
  border: 0;
}

.innermenu ul li a.active {
  color: #c9aa54;
}
/*innerbanner*/
.inner_banner {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
.inner_banner img {
  width: 100%;
  display: block;
}
.innertxt1 {
  position: absolute;
  width: 100%;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  padding: 0;
  z-index: 9;
}
.innertxt1 ul {
  list-style: none;
  text-align: left;
  padding-left: 0px;
}
.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  margin-bottom: 0px;
  color: #c9aa54;
}
.innertxt1 ul li:last-child {
  padding-right: 0px;
}
.innertxt1 ul li:after {
  content: ">";
  color: rgb(255, 255, 255);
  position: absolute;
  font-size: 18px;
  right: 6px;
  top: -1px;
}
.innertxt1 ul li:last-child:after {
  display: none;
}
.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}
.innertxt1 ul li a svg {
  position: relative;
  top: 2px;
}
.inner_banner h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  font-family: var(--ff-poppins);
  display: inline-block;
  padding-left: 15px;
  border-left: 3px solid #c9aa54;
  margin-top: 10px;
}
.inner_banner h1 span {
  color: #fff;
}
.inner_banner h1 p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
  letter-spacing: 2px;
  color: #fff;
}
img.videoMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 43%;
  height: 100%;
}
/*innerbanner*/

/*aboutsec1*/
.aboutsec1 {
  padding: 80px 0;
  overflow: hidden;
}
.ab_img1 {
  float: right;
  width: 60%;
  margin-right: -17%;
}
.ab_img1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.ab_cont1 {
  float: left;
  width: 54%;
}
h2,
.ab_cont1 h2 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.6;
  margin: 30px 0;
}
p,
.ab_cont1 .p {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.ab_btns .buttonC {
  padding: 0 30px;
  margin-right: 20px;
  min-width: 165px;
  margin-top: 5px;
}
.buttonC1::before {
  background-image: url(../images/btnc1.png);
}
.buttonC1:hover {
  color: #8d4dc8;
}

/*aboutsec2*/
.aboutsec2 {
  padding: 80px 0;
  overflow: hidden;
  background-image: url(../images/ab_bg1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-position: center center; */
}
.aboutsec2_grid {
  display: grid;
  grid-template-columns: 33fr 67fr;
  gap: 40px;
  align-items: center;
}
.aboutsec2_grid img {
  width: 100%;
  display: block;
}
.aboutsec2_grid h2 {
  font-size: 30px;
  font-weight: 800;
  margin: 30px 0;
  color: #fff;
  margin-top: 0;
}
.aboutsec2_grid p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}
.buttonC2::before {
  background-image: url(../images/btnc2.png);
}
.buttonC2::after {
  background-image: url(../images/btnc3.png);
}
.buttonC2:hover {
  color: #fff;
}
/*visionmission*/
.visionmission {
  padding: 200px 0 100px;
  overflow: hidden;
}
.cwhite {
  color: #fff;
}
.grid {
  display: grid;
}
.visionmission_in {
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.visionbox {
  padding: 40px;
  background-color: #fff;
  /* box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.161); */
  position: relative;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  border: 1px solid #eaecf0;
  overflow: hidden;
}
.visionbox::before,
.missionbox::before {
  position: absolute;
  border-radius: 65px;
  filter: blur(94px);
  width: 359px;
  height: 144px;
  top: 0;
  left: -70px;
  content: "";
}
.visionbox::before {
  background: rgba(207, 146, 255, 0.38);
}
.misionbox::before {
  background: rgba(146, 222, 255, 0.38);
}
.visionbox p,
.misionbox p {
  text-align: center;
}
.visionbox_img {
  /* background-color: #3217b2;
  margin: auto;
  padding: 50px 30px;
  border-radius: 100px;
  display: table;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-50%); */
}
.visionbox_img img {
  width: 72px;
}
.visionbox h2 {
  margin: 20px 0;
  font-weight: 600;
}
.misionbox {
  /* border-color: #fd2e96; */
}
.misionbox .visionbox_img {
  /* background-color: #fd2e96; */
}
.topbgs,
.btmpbgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.btmpbgs {
  top: auto;
  bottom: 0;
}
.topbgs::before {
  position: absolute;
  width: 136px;
  height: 113px;
  top: -150px;
  left: -80px;
  content: "";
  background-image: url(../images/tbg1.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.topbgs::after {
  position: absolute;
  width: 489px;
  height: 160px;
  top: -180px;
  right: -250px;
  content: "";
  background-image: url(../images/n_2_Home_page.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btmpbgs::before {
  position: absolute;
  width: 201px;
  height: 180px;
  bottom: -122px;
  left: -13%;
  content: "";
  background-image: url(../images/n_2_Home_page_1_bi.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btmpbgs::after {
  position: absolute;
  width: 191px;
  height: 108px;
  bottom: -21%;
  right: 5%;
  content: "";
  background-image: url(../images/btmcl.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
/*philosophypg*/
.philosophypg {
  padding: 100px 0;
  /*overflow: hidden;*/
  position: relative;
}
.philosophypg::before {
  position: absolute;
  width: 201px;
  height: 180px;
  top: 0px;
  right: -5%;
  content: "";
  background-image: url(../images/phbg1.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.philosophypg::after {
  position: absolute;
  width: 191px;
  height: 108px;
  top: 0%;
  left: -50px;
  content: "";
  background-image: url(../images/btmcl.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: -1;
}
.philosophypg_box1 {
  position: relative;
  grid-template-columns: 40fr 60fr;
  gap: 100px;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.philosophypg_box2 {
  grid-template-columns: 60fr 40fr;
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.philosophypg_box1 h3 {
  margin-bottom: 15px;
  font-family: var(--ff-poppins);
  font-weight: 800;
  font-size: 28px;
  line-height: 42px;
  /* text-align: justify; */
}
.ph_box_img {
  position: relative;
  width: 100%;
}
.ph_box_img img {
  width: 100%;
  display: block;
}
.ph_box_img::before {
  position: absolute;
  top: 20px;
  right: -5px;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/news-img-shadow.png);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.philosophypg_box2 .ph_box_img {
  order: 2;
}
/*leadershipbox1*/
.leadershipbox1 {
  padding: 100px 0;
  overflow: hidden;
}
.leadershipbox1_in {
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
.leadershipbox1_in a {
  text-decoration: none;
  color: #333;
  text-align: center;
  display: block;
  font-family: var(--ff-poppins);
  transition: all 0.3s;
}
.leadershipbox1_in a:hover h3 {
  color: #cf9431;
}
.leadershipbox1_in a img {
  width: 100%;
  display: block;
}
.leadershipbox1_in a h3 {
  font-family: var(--ff-poppins);
  margin: 15px 0;
  font-size: 21px;
  transition: all 0.3s;
}
.leadershipbox1_in a h4 {
  font-family: var(--ff-poppins);
  opacity: 0.5;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
  font-style: italic;
}
.leadershipbox1_in a span {
  font-family: var(--ff-poppins);
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
  display: block;
}
/*---------team_open-----------*/
.team_open1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none;
  transition: ease all 0.4s;
  overflow: auto;
  padding: 80px 0 40px;
}

.teambg2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  transition: ease all 0.4s;
}

.team_bx2 {
  max-width: 1000px;
  background-color: #fff;
  height: auto;
  transition: ease all 0.6s;
  top: -100%;
  position: relative;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  padding: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.teamcont {
  top: 0px;
}
.team_bx2_inner {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 30px;
}
.team_bx2_inner img {
  width: 100%;
  display: block;
}

a.close_btn1 {
  color: #fff;
  text-decoration: none;
  background-color: #ae0808;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: -20px;
  border-radius: 100%;
  text-decoration: none;
  top: -20px;
  z-index: 999999;
  text-align: center;
  transition: all 0.3s ease 0s;
}

a.close_btn1:hover {
  background-color: #05143d;
  cursor: pointer;
}

.team_bx2 h4,
.dir_msg h4 {
  font-size: 24px;

  margin-bottom: 10px;
  color: #111;
  transition: all ease-in-out 0.5s;
}

.team_bx2 h5,
.dir_msg h5 {
  font-size: 18px;
  font-weight: 500;
  margin: 0px 0px 10px;
  font-style: italic;
  opacity: 0.5;
}
.dir_msg h5 {
  opacity: 0.5;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
  font-style: italic;
}
.team_bx2 p,
.dir_msg p {
  font-size: 18px;
  color: #222;
  text-align: justify;
  line-height: 24px;
}

.team_bx2 p a {
  text-decoration: underline;
  color: #00aeef;
}

/*affiliationpg*/
.affiliationpg {
  padding: 50px 0;
  overflow: hidden;
}
.affiliationpg p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 50px;
}
.aff_logos {
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
.aff_logos a {
  text-decoration: none;
  background-color: #fff;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.161);
}
.aff_logos a img {
  width: 125px;
}
/*princ_msg*/
.princ_msg .philosophypg_box1,
.preprimarybx1 .philosophypg_box1 {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
  /* align-items: baseline; */
}
.princ_msg::before,
.princ_msg::after,
.preprimarybx1::before,
.preprimarybx1::after {
  display: none;
}
.princ_msg .ph_box_img::before {
  background-image: none;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f1f1f1;
  border-radius: 30px;
  right: -10px;
  bottom: -10px;
}
/*testimonialspg*/
.testimonialspg {
  padding: 50px 0;
  overflow: hidden;
}
.testimonialspg p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 50px;
}
.testimonialspg ul {
  list-style: none;
  clear: both;
  width: 100%;
}
.testimonialspg ul li {
  position: relative;
  width: 100%;
  padding: 40px 70px;
  position: relative;
  border: 1px solid #fd2e96;
  margin-bottom: 70px;
}
.testimonialspg ul li .p {
  font-size: 18px;
  position: relative;
}
.testimonialspg ul li:nth-child(2) {
  border: 1px solid #01a6f8;
}
.testimonialspg ul li:nth-child(3) {
  border: 1px solid #90d01a;
}
.testimonialspg ul li:nth-child(4) {
  border: 1px solid #ffa800;
}
.testimonialspg ul li span {
  position: absolute;
  left: -20px;
  top: -20px;
  width: 75px;
  height: 100px;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 100px;
}
.testimonialspg ul li span::before {
  content: "\f10e";
  font-family: FontAwesome;
  color: #fd2e96;
  font-size: 70px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.testimonialspg ul li:nth-child(2) span::before {
  color: #01a6f8;
}
.testimonialspg ul li:nth-child(3) span::before {
  color: #90d01a;
}
.testimonialspg ul li:nth-child(4) span::before {
  color: #ffa800;
}
.no-grid {
  display: block;
}
.no-grid h2 {
  font-weight: 800;
  font-family: var(--ff-poppins);
  font-size: 30px;
  line-height: 1.4;
}
/*preprimarybx*/
.preprimarybx2 {
  padding: 80px 0;
}
.preprimarybx2_in {
  display: grid;
  grid-template-columns: 60fr 40fr;
  gap: 100px;
}
.ss_tabs ul > li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  background: #fff;
  /* padding: 25px; */
  position: relative;
  /* border: 2px solid #fd2e96; */
  transition: all ease-in-out 0.5s;
  cursor: pointer;
  border-radius: 20px;
}

.ss_tabs_content {
  display: none;
  padding: 0 40px 25px;
}
.ss_tabs ul li.active .ss_tabs_content {
  display: block !important;
}
/* .preprimarybx2_in ul li:nth-child(2) {
  border-color: #01a6f8;
}
.preprimarybx2_in ul li:nth-child(3) {
  border-color: #90d01a;
}
.preprimarybx2_in ul li:nth-child(4)  {
  border-color: #ffa800;
} */
.ss_tabs ul li h4:after {
  position: absolute;
  top: 25px;
  right: 40px;
  content: "+";
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: 700;
}
.ss_tabs li.active h4:after {
  content: "-";
  font-size: 32px;
  top: 5px;
}
.ss_tabs ul li .icon {
  position: absolute;
  top: 20px;
  left: 25px;
  transition: all ease-in-out 0.5s;
}
.ss_tabs ul li .icon img {
  width: 30px;
  transition: all ease-in-out 0.5s;
}
.ss_tabs ul li h4 {
  font-size: 24px;
  font-weight: 800;
  transition: all ease-in-out 0.5s;
  font-family: var(--ff-poppins);
  color: #fff;
  position: relative;
  padding: 20px 40px;
}
/* .ss_tabs ul li.active h4{margin-bottom: 10px;} */
.ss_tabs ul li:nth-child(1),
.ss_tabs ul li:nth-child(6) {
  background-color: #993e7c;
}
.ss_tabs ul li:nth-child(2),
.ss_tabs ul li:nth-child(7) {
  background-color: #d55873;
}
.ss_tabs ul li:nth-child(3),
.ss_tabs ul li:nth-child(8) {
  background-color: #fb8563;
}
.ss_tabs ul li:nth-child(4),
.ss_tabs ul li:nth-child(9) {
  background-color: #3c87a3;
}
.ss_tabs ul li:nth-child(5),
.ss_tabs ul li:nth-child(10) {
  background-color: #00c9a9;
}
.ss_tabs .p {
  font-size: 18px;
  display: none;
  color: #fff;
}
.ss_tabs li.active .p {
  display: block;
  margin-top: 0;
}
/*librarypg*/
.librarypg {
  padding: 80px 0;
  overflow: hidden;
}
.librarypg h3 {
  margin-bottom: 30px;
  font-family: var(--ff-poppins);
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
}
.librarypg p {
}
.librarypg .fs_scroll {
  padding: 0;
}
.librarypg .fs_scroll .img {
  border-radius: 20px;
  background-color: transparent;
  position: relative;
  z-index: 9;
  padding-bottom: 10px;
  padding-right: 10px;
}
.librarypg .fs_scroll .img::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f1f1f1;
  border-radius: 30px;
  right: 0px;
  bottom: 0px;
}
.librarypg .fs_scroll .img img {
  position: relative;
  z-index: 9;
}
.librarypg .fs_scroll .owl-nav .owl-prev {
  left: -20px;
}
.librarypg .fs_scroll .owl-nav .owl-next {
  right: -20px;
}
/*career_cn_pg*/
.career_cn_pg {
  padding: 80px 0;
  overflow: hidden;
}
.career_cn_pg_bx {
}
.multi_tabs {
  grid-template-columns: 250px 1fr;
  gap: 50px;
}
ul.tabs li {
  padding: 10px 0 10px 20px;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  transform: all 0.3s;
  border-bottom: 1px solid #d9d9d9;
}
ul.tabs li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\f105";
  font-family: FontAwesome;
  color: #f02a89;
  font-size: 14px;
  transform: all 0.3s;
}
ul.tabs li:hover,
ul.tabs li.active {
  color: #f02a89;
  transform: all 0.3s;
}
ul.tabs li:last-child {
  border-bottom: 0;
}
ul.tabs li.active {
  padding-left: 30px;
}
ul.tabs li.active::before {
  left: 10px;
}
.tab_content .grid {
  grid-template-columns: 60fr 40fr;
  gap: 50px;
}
.tab_content h3 {
  margin-bottom: 20px;
  font-family: var(--ff-poppins);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.4;
}
.tab_content p {
}
.tab_content img {
  width: 100%;
  display: block;
}
/*school_clubspg*/
.school_clubspg {
  padding: 60px 0;
  overflow: hidden;
}
.school_clubspg_bx {
  position: relative;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  transition: all 0.3s;
  margin-bottom: 40px;
}
.school_clubspg_bx img {
  width: 100%;
  display: block;
}
.school_clubspg_bx_cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 50px;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  transition: all 0.3s;
  background-color: rgba(1, 166, 248, 0.86);
}
.school_clubspg_bx_cont h3 {
  border-bottom: 0;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-family: var(--ff-poppins);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
}
.school_clubspg_bx_cont p {
  margin: 0;
  font-size: 18px;
  display: none;
}
.school_clubspg_bx:hover .school_clubspg_bx_cont {
  padding: 50px;
}
.school_clubspg_bx:hover .school_clubspg_bx_cont h3 {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.school_clubspg_bx:hover .school_clubspg_bx_cont p {
  display: block;
}
.sc_col1 {
  background-color: rgba(240, 42, 138, 0.86);
}
.sc_col2 {
  background-color: rgba(1, 166, 248, 0.86);
}
.sc_col3 {
  background-color: rgba(255, 170, 0, 0.86);
}
.sc_col4 {
  background-color: rgba(144, 208, 26, 0.86);
}
.sc_col5 {
  background-color: rgba(225, 0, 0, 0.86);
}
/*facultybox1*/
.facultybox1 a h3 {
  color: #cf9431;
}
.facultybox1 a:hover h3 {
  color: #f02a8a;
}
.career_cn_pg h2 {
  font-family: var(--ff-poppins);
}
.curriculum_btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: center;
  margin-bottom: 60px;
}
.curriculum_btns a {
  text-decoration: none;
  transition: all 0.3s;
  padding: 20px;
  text-align: center;
  font-weight: 500;
  position: relative;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.161);
  font-size: 26px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-bottom: 4px solid #fff;
}
.curriculum_btns a span {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 40px;
}
.curriculum_btns a:hover,
.curriculum_btns a.active {
  color: #f02a89;
  border-color: #f02a89;
}
.curriculum_btns a:hover span,
.curriculum_btns a.active span {
  background-position: left bottom;
}
.ab_cont1 h3 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 500;
  font-family: var(--ff-poppins);
}
.default-form label {
  margin-bottom: 15px;
  color: #000;
  font-size: 18px;
  font-family: var(--ff-poppins);
}
.default-form label span {
  color: #e00000;
}
.default-form .form-group input[type="email"],
.default-form .form-group input[type="text"],
.default-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 20px;
  color: #000;
  height: 50px;
  font-size: 14px;
  background: #f6f6f6;
  font-weight: 400;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  outline: 0;
}
.default-form .form-group select {
  cursor: pointer;
}
label {
  font-weight: 400;
}
.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder {
  color: #000;
}
.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 25px;
  color: #000;
  height: 140px;
  border-radius: 0;
  background: #f6f6f6;
  border: 1px solid #d9d9d9;
  resize: none;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.default-form button {
  float: none;
  display: inline-block;
  background: transparent;
  border: 0px;
  cursor: pointer;
  margin-top: 0px;
}
.schooluni ul,
.ss_txt .grid .p ul,
.ph_box_cont ul {
  list-style: none;
}
.schooluni ul li,
.ss_txt .grid .p ul li,
.ph_box_cont ul li,
.facilities_pg .ss_tabs ul ul li {
  font-size: 19px;
  margin-bottom: 20px;
  padding-left: 30px !important;
  background-image: url(../images/BP.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: left 9px;
  text-align: justify;
}
.facilities_pg .ss_tabs ul ul li {
  background-image: url(../images/bp_white.png);
}
.schooluni ul li {
  background-image: url(../images/BP_black.png);
}
.ss_tabs_content_box {
  width: 100%;
  display: inline-block;
}
.ss_tabs_content_box .p {
  width: 75%;
  float: left;
  padding-right: 100px;
}
.ss_tabs_content_box .ph_box_img {
  float: right;
  width: 25%;
  position: relative;
}
.bookcampus_form {
  float: left;
  width: 50%;
}
.ab_video1 {
  float: right;
  width: 50%;
  padding-left: 40px;
}
/*facilities_pg*/
.facilities_pg {
  /* padding: 0; */
  background-color: #fff;
}
.facilities_pg .preprimarybx2_in {
  grid-template-columns: repeat(1, 1fr);
}
.facilities_pg .ss_tabs ul li {
  border: 0;
  /* padding: 40px 0; */
}
.facilities_pg .ss_tabs ul ul li {
  padding: 0;
  background-color: transparent;
}
.facilities_pg .grid {
  grid-template-columns: 70fr 30fr;
  gap: 50px;
  width: 100%;
}
.facilities_pg .ss_tabs li.active .grid {
  display: grid;
}
.ph_box_img {
  z-index: 9;
}
.facilities_pg .ss_tabs li h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  position: relative;
  padding: 25px 40px;
}
.facilities_pg .ss_tabs li.active h4 {
  /* margin-bottom: 20px; */
}
/* .preprimarybx2_in ul li:nth-child(2) .ss_item {
  border-color: #01a6f8;
}
.preprimarybx2_in ul li:nth-child(3) .ss_item {
  border-color: #90d01a;
}
.preprimarybx2_in ul li:nth-child(4) .ss_item {
  border-color: #ffa800;
} */
.facilities_pg .ss_tabs li h4:after {
  position: absolute;
  top: 15px;
  right: 20px;
  content: "+";
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  display: flex;
  line-height: 50px;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
}
.facilities_pg .ss_tabs ul ul li::after {
  display: none;
}
.facilities_pg .ss_tabs li.active h4:after {
  content: "-";
  font-size: 42px;
  line-height: 40px;
}
.facilities_pg p {
  font-size: 18px;
  line-height: 1.6;
}
/* .facilities_pg .ss_tabs li:nth-child(1) h4:after, .facilities_pg .ss_tabs li:nth-child(5) h4:after, .facilities_pg .ss_tabs li:nth-child(9) h4:after {
  border: 1px solid #f02a89;
  color: #f02a89;
}
.facilities_pg .ss_tabs li:nth-child(2) h4:after, .facilities_pg .ss_tabs li:nth-child(6) h4:after {
  border: 1px solid #01a6f8;
  color: #01a6f8;
}
.facilities_pg .ss_tabs li:nth-child(3) h4:after, .facilities_pg .ss_tabs li:nth-child(7) h4:after {
  border: 1px solid #90d01a;
  color: #90d01a;
}
.facilities_pg .ss_tabs li:nth-child(4) h4:after, .facilities_pg .ss_tabs li:nth-child(8) h4:after {
  border: 1px solid #ffa800;
  color: #ffa800;
} */
.philosophypg::before,
.philosophypg::after {
  display: none;
}
.bey_ac_bg {
  position: relative;
}
.bey_ac_bg::before {
  position: absolute;
  top: -100px;
  right: -80px;
  width: 25%;
  height: 100%;
  content: "";
  background-image: url(../images/aboutBgGlobe.png);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: -1;
}
.bey_ac_bg2::before {
  position: absolute;
  width: 201px;
  height: 180px;
  top: -80px;
  left: -13%;
  content: "";
  background-image: url(../images/n_2_Home_page_1_bi.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: -1;
}
.bey_ac_bg2 {
  grid-template-columns: 60fr 40fr;
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.last_ba {
  padding: 0;
  margin: 0;
  border: 0;
}
.newspg {
  padding: 60px;
  overflow: hidden;
}
.newspg .grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.newspg_bx1 {
  display: grid;
  gap: 30px;
  grid-template-columns: 30fr 70fr;
  align-items: center;
  row-gap: 50px;
  padding: 20px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  position: relative;
  border: 1px solid #eaecf0;
  background-color: #fff;
  overflow: hidden;
}
.newspg_bx1::before,
.newspg_bx2:nth-child(2n):before {
  position: absolute;
  border-radius: 65px;
  filter: blur(94px);
  width: 359px;
  height: 144px;
  top: 0;
  left: -70px;
  content: "";
}
.newspg_bx1::before {
  background: rgba(207, 146, 255, 0.38);
}
.newspg_bx1:nth-child(2n)::before {
  background: rgba(146, 222, 255, 0.38);
}
.newspg_bx1 h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: var(--ff-poppins);
  font-weight: 700;
  line-height: 1.6;
  font-size: 19px;
  color: #000;
}
.newspg_bx1 h4 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 18px;
  font-family: var(--ff-poppins);
}
.newspg_bx1 h4 img {
  width: 20px;
}
.newspg_bx1 p {
  color: #858493;
  font-size: 14px;
}
.newspg_bx1 a {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}
.newspg_bx1 a:hover {
  text-decoration: none;
}
.newsdesc h4 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 18px;
  font-family: var(--ff-poppins);
}
.newsdesc h4 img {
  width: 20px;
}
.newsdesc .bey_ac_bg::before {
  top: auto;
  bottom: -100px;
  background-position: bottom right;
}
/*eventspg*/
.eventspg {
  padding: 80px 0;
  overflow: hidden;
}
.eventspg ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  row-gap: 0;
}
.eventspg ul li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}
.eventspg ul li a {
  display: grid;
  align-items: center;
  grid-template-columns: 120px 1fr;
  gap: 30px;
  text-decoration: none;
  transition: all 0.3s;
  color: #333;
}
.eventspg ul li a .date {
  background-color: #f02a89;
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: grid;
  text-align: center;
  padding: 30px 0;
  line-height: 1.2;
}
.eventspg ul li a.bg_col2 .date {
  background-color: #01a6f8;
}
.eventspg ul li a.bg_col3 .date {
  background-color: #90d01a;
}
.eventspg ul li a.bg_col4 .date {
  background-color: #ffa800;
}
.eventspg ul li a .date u {
  text-decoration: none;
  font-size: 28px;
}
.eventspg ul li a span {
  color: #cf9431;
  text-transform: uppercase;
}
.eventspg ul li a h3 {
  margin: 10px 0;
  font-family: var(--ff-poppins);
  font-weight: 500;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
}
.eventspg ul li a i {
  font-style: normal;
  font-weight: 500;
  color: #000;
  transition: all 0.3s;
  text-decoration: underline;
}
.eventspg ul li a:hover i {
  text-decoration: none;
}
/*gallerypg*/
.gallerypg {
  padding: 80px 0;
  overflow: hidden;
}
.gallerypg .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.gallerypg a {
  text-decoration: none;
  transition: all 0.3s;
  color: #fff;
}
.gallerypg a:nth-child(1),
.gallerypg a:nth-child(6) {
  background-color: #993e7c;
}
.gallerypg a:nth-child(2),
.gallerypg a:nth-child(7) {
  background-color: #d55873;
}
.gallerypg a:nth-child(3),
.gallerypg a:nth-child(8) {
  background-color: #fb8563;
}
.gallerypg a:nth-child(4),
.gallerypg a:nth-child(9) {
  background-color: #3c87a3;
}
.gallerypg a:nth-child(5),
.gallerypg a:nth-child(10) {
  background-color: #00c9a9;
}

.gallerypg a:nth-child(1):hover,
.gallerypg a:nth-child(6):hover {
  background-color: #880b60;
}
.gallerypg a:nth-child(2):hover,
.gallerypg a:nth-child(7):hover {
  background-color: #b63954;
}
.gallerypg a:nth-child(3):hover,
.gallerypg a:nth-child(8):hover {
  background-color: #e15b35;
}
.gallerypg a:nth-child(4):hover,
.gallerypg a:nth-child(9):hover {
  background-color: #125c78;
}
.gallerypg a:nth-child(5):hover,
.gallerypg a:nth-child(10):hover {
  background-color: #00947c;
}
.gallerypg a img {
  width: 100%;
  display: block;
}
.gallerypg a p {
  padding: 15px 20px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
/*.gallerypg a:hover {
  background-color: #cf9431;
  color: #fff;
}*/
/*contactpg*/
.contactpg {
  display: grid;
  grid-template-columns: 45fr 55fr;
  position: relative;
  z-index: 9;
}
.contactpg_left {
  padding: 50px 80px;
  background-color: #141f3d;
  border-radius: 0 50px 50px 0;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.161);
  position: relative;
  top: -50px;
}
.contactpg_left h3 {
  color: #fad46d;
  font-family: var(--ff-poppins);
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}
.contactpg_left h3 i{margin-right: 10px;}
.contactpg_left a {
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  line-height: 1.6;
  margin-bottom: 40px;
  display: block;
  font-weight: 500;
}
.contactpg_left a:last-child {
  margin-bottom: 0;
}
.contactpg iframe {
  width: 100%;
  display: block;
  height: calc(100% - 100px);
}
.innermenu_fix {
  position: sticky;
  top: 145px;
  left: 0;
  z-index: 99;
}
/*disclosures_block*/
.disclosures_block ul li {
  display: grid;
  padding: 20px 30px;
  grid-template-columns: 1fr 200px;
  border-bottom: 1px solid #eaeaea;
}
.disclosures_block ul li:first-child {
  background-color: rgba(221, 220, 255, 0.25);
  border-bottom: 0;
}
.disclosures_block ul li h3 {
  font-size: 18px;
  font-family: var(--ff-poppins);
  color: #000;
}
.disclosures_block ul li h3:last-child,
.disclosures_block ul li a {
  text-align: center;
}
.disclosures_block ul li h4 {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--ff-poppins);
}
.disclosures_block ul li h4 img {
  height: 30px;
}
.disclosures_block ul li a {
  font-size: 18px;
  color: #8d4dc8;
  transition: all 0.3s;
  font-weight: 500;
}
.disclosures_block ul li a span {
  padding-bottom: 5px;
  border-bottom: 1px solid #8d4dc8;
  transition: all 0.3s;
}
.disclosures_block ul li a:hover span {
  border-bottom: 0;
  transition: all 0.3s;
}
.page {
  padding: 50px 0;
}
.pos_sticky {
  width: 100%;
  display: table;
}
.left_sticky {
  float: left;
  width: 42%;
  position: sticky;
  top: 132px;
  left: 0;
}
.right_scroll {
  float: right;
  width: 58%;
  padding-left: 5%;
}
.philosophypg_box1 .left_sticky {
  width: 35%;
}
.philosophypg_box1 .right_scroll {
  width: 65%;
}
.philosophypg_box2 .left_sticky {
  float: right;
}
.philosophypg_box2 .right_scroll {
  float: left;
  padding-left: 0%;
  padding-right: 5%;
}

table tr p {
  margin-bottom: 0;
}
ul.lifeskills li {
  float: left;
  width: 50%;
}
#beyond1 h2,
#beyond5 h2 {
  color: #fd2e96;
}
#beyond2 h2,
#beyond6 h2 {
  color: #01a6f8;
}
#beyond3 h2,
#beyond7 h2 {
  color: #69a200;
}
#beyond4 h2,
#beyond8 h2 {
  color: #ffa800;
}
.dresscode {
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.dresscode h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.dresscode1 {
  background-color: #ffeaf8;
}
.dresscode2 {
  background-color: #ffeff2;
}
.dresscode3 {
  background-color: #ffeee9;
}
.dresscode4 {
  background-color: #e9f9ff;
}
.dresscode5 {
  background-color: #e2f7f3;
}
.dresscode1 h2 {
  color: #993e7c;
}
.dresscode2 h2 {
  color: #d55873;
}
.dresscode3 h2 {
  color: #e96a46;
}
.dresscode4 h2 {
  color: #3c87a3;
}
.dresscode5 h2 {
  color: #00a58a;
}
.table {
  background-color: #fff;
}
.pprimary_grid1 {
  display: inline-block;
  width: 100%;
}
.pprimary_grid2 {
  display: inline-block;
  width: 100%;
}
.aboutsec2_grid hr {
  border-color: rgba(255, 255, 255, 0.4);
  margin: 50px 0;
}
.pprimary_grid1_left {
  width: 75%;
  float: left;
  padding-right: 50px;
}
.pprimary_grid1_right {
  float: right;
  width: 25%;
}
.pprimary_grid2_right {
  float: left;
  width: 25%;
}
.pprimary_grid2_left {
  float: right;
  width: 75%;
  padding-left: 50px;
}
/*
    ===============================
        responsive starts here
    ===============================
 */
@media screen and (max-width: 1500px) {
  .footer_nav1 {
    margin-top: 140px;
  }
  .innermenu ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1279px) {
  .innermenu ul li a {
    padding: 0 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 979px) {
  .innermenu ul li {
    line-height: normal;
    padding: 8px 0;
  }
  .innermenu ul li a {
    padding: 0 10px;
    font-size: 12px;
  }
  .inner_banner img {
    height: 250px;
    object-fit: cover;
    object-position: center center;
  }
  img.videoMask {
    height: 100%;
    object-position: right center;
    width: 80%;
  }
  .inner_banner h1 {
    font-size: 21px;
  }

  .ab_img1,
  .ab_cont1 {
    width: 100%;
    margin: auto;
  }
  h2,
  .ab_cont1 h2 {
    font-size: 21px;
  }
  p,
  .ab_cont1 .p,
  .schooluni ul li {
    font-size: 18px;
  }
  .ab_video1 {
    width: 100%;
    padding: 0;
  }
  .ab_btns .buttonC {
    min-width: 120px;
    font-size: 12px;
    margin-right: 10px;
    padding: 0;
  }
  .aboutsec2_grid h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .aboutsec2_grid p {
    font-size: 18px;
    line-height: 1.6;
  }
  .visionbox_img img {
    width: 50px;
  }
  .visionbox {
    /* padding-top: 75px; */
  }
  .visionbox_img {
    padding: 30px;
  }
  .visionmission {
    padding: 100px 0;
  }
  .misionbox {
    margin-top: 30px;
  }
  .footer_nav1 {
    margin-top: 30px;
  }
  .philosophypg_box1 h3 {
    font-size: 18px;
    line-height: 1.6;
  }
  .philosophypg_box1 {
    gap: 50px;
  }
  .aboutsec2_grid,
  .visionmission_in,
  .philosophypg_box1,
  .leadershipbox1_in,
  .team_bx2_inner,
  .aff_logos,
  .preprimarybx2_in,
  .multi_tabs,
  .tab_content .grid,
  .curriculum_btns,
  .facilities_pg .ss_tabs li.active .ss_item .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .aff_logos,
  .tab_content .grid {
    gap: 20px;
  }
  .aboutsec1,
  .leadershipbox1,
  .librarypg {
    padding: 40px 20px;
  }
  .team_bx2 {
    max-width: 85%;
  }
  .team_bx2_inner img {
    width: 100px;
    margin: auto;
  }
  .team_bx2 h4,
  .dir_msg h4,
  .testimonialspg p {
    font-size: 18px;
  }
  .leadershipbox1_in a img {
    max-width: 150px;
    margin: auto;
  }
  .affiliationpg p,
  .testimonialspg ul li .p {
    font-size: 18px;
    line-height: 24px;
  }
  .testimonialspg ul {
    max-width: 90%;
    margin: auto;
  }
  .testimonialspg ul li {
    padding: 30px;
  }
  .testimonialspg ul li span {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .testimonialspg ul li span::before {
    font-size: 32px;
  }
  .preprimarybx2_in {
    gap: 20px;
  }
  .ss_tabs .ss_item h4 {
    font-size: 18px;
  }
  .ss_tabs li.active .ss_item .p {
    font-size: 18px;
  }
  .librarypg h3,
  .tab_content h3,
  .career_cn_pg h2,
  .ab_cont1 h3 {
    font-size: 18px !important;
  }
  .ab_cont1 h3 {
    margin-top: 30px;
  }
  ul.tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  ul.tabs li {
    font-size: 12px;
  }
  ul.tabs li:last-child {
    border-bottom: 1px solid #d9d9d9;
  }
  .school_clubspg_bx_cont,
  .school_clubspg_bx:hover .school_clubspg_bx_cont {
    padding: 10px;
    border-radius: 0px;
  }
  .school_clubspg_bx_cont h3 {
    font-size: 18px;
    text-align: center;
  }
  .school_clubspg_bx_cont p {
    font-size: 12px;
    line-height: 18px;
  }
  .school_clubspg_bx img {
    height: 350px;
    object-fit: cover;
    object-position: center center;
  }
  .team_bx2 h5,
  .dir_msg h5 {
    font-size: 14px;
  }
  .curriculum_btns a {
    font-size: 18px;
  }
  .facilities_pg .ss_tabs li .ss_item h4 {
    font-size: 21px;
  }
  .facilities_pg .ss_tabs li:nth-child(n) .ss_item::after {
    right: 20px;
  }
  .innermenu_fix {
    top: auto;
    position: relative;
    z-index: 9;
  }
  .philosophypg_box2 .ph_box_img {
    order: 1;
  }
  .philosophypg_box2 .ph_box_cont {
    order: 2;
  }
  .bey_ac_bg2::before {
    left: -35%;
  }
  .newspg,
  .eventspg {
    padding: 40px 20px;
  }
  .newspg .grid,
  .eventspg ul,
  .gallerypg .grid,
  .contactpg {
    grid-template-columns: repeat(1, 1fr);
  }
  .newspg_bx1 {
    grid-template-columns: 30fr 60fr;
  }
  .newspg_bx1 h4 {
    font-size: 14px;
  }
  .newsdesc h3 {
    margin-top: 30px;
  }
  .eventspg ul li a {
    grid-template-columns: 100px 1fr;
  }
  .eventspg ul li a h3 {
    font-size: 18px;
  }
  .eventspg ul li a .date {
    font-size: 24px;
  }
  .contactpg_left {
    padding: 30px;
  }
  .contactpg_left a {
    font-size: 18px;
  }
  .contactpg iframe {
    height: 400px;
    display: block;
  }
  .left_sticky,
  .right_scroll, .ss_tabs_content_box .p, .ss_tabs_content_box .ph_box_img, .pprimary_grid1_left, .pprimary_grid1_right, .pprimary_grid2_right, .pprimary_grid2_left {
    width: 100% !important;
    clear: both;
    padding: 0;
  }
  .left_sticky {
    position: relative;
    top: 0;
    margin-bottom: 3rem;
  }
  .pprimary_grid2_right{margin-bottom: 50px;}
  .facilities_pg p{font-size: 18px;}
  .facilities_pg .ss_tabs li h4, .ss_tabs ul li h4{font-size: 18px; padding-right: 60px;}
  .aboutsec2 {
  background-size: cover;
  background-position: center center;
}
.pos_sticky{display: block;}
.dresscode{padding: 20px;}
.aboutsec2{background: #3217b2; padding: 40px 0;}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 359px) {
}
