@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
/* font-family: "Roboto", sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
/* font-family: "Poppins", sans-serif; */


:root {
  --bodyFont: "Poppins", sans-serif;
  --headingFont: "Roboto", sans-serif;
  --lightYellow: #FDE585;
  --yellow: #FECC00;
  --deepGreen: #015c39;
  --lightGreen: #E2FFF4;
  --black: #000;
  --grey: #4e4e4e;
  --lightGrey: #f6f6f6;
  --green: #00A063;
  --headingcolor: #000B27;
  --transition: all 0.5s ease-in-out;
}

/* ===================== common css start ====================== */

*,
html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

.clear {
  clear: both;
}

.clear:after {
  content: "";
  clear: both;
  position: relative;
  width: 100%;
  display: table;
}

body {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  font-family: var(--bodyFont);
  color: #414141
}

section {
  padding: 30px 0;
}

/* .container {
  max-width: 1170px;
  padding: 0px 15px;
  margin: 0 auto;
} */

.container-fluid {
  padding: 0 60px;
  max-width: 1700px;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  transition: all 0.5s ease-in-out;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
  font-style: normal;
  font-family: var(--headingFont);
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}


p:last-child {
  margin: 0;
}

/* ===================== common css end ====================== */

/* ================== mobile menu section start================= */
.mobileMenuSection {
  display: none;
}

.mobileMenuButton {
  display: none;
  text-decoration: none;
  width: 25px;
  position: absolute;
  top: 50px;
  right: 15px;
}

.mobileMenuButton span {
  width: 25px;
  height: 2px;
  border-radius: 4px;
  background: var(--deepGreen);
  display: block;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.mobileMenuButton span:not(:last-child) {
  margin-bottom: 5px;
}

.mm-wrapper.mm-wrapper--opened .mobileMenuButton span:nth-child(2) {
  opacity: 0;
}

.mm-wrapper.mm-wrapper--opened .mobileMenuButton span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 5px);
}

.mm-wrapper.mm-wrapper--opened .mobileMenuButton span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -6px);
}

.mm-navbar {
  z-index: 123;
  background: var(--deepGreen);
}

.mm-navbar__title>span {
  color: #fff;
}

.mm-listitem:after {
  left: 0;
}

/* code for fixing the conflict of mmenu and bs modal */
.mm-page {
  position: initial;
}

.mm-btn--next:after,
.mm-btn--prev:before {
  border-color: #000000;
}

.mm-listitem.active {
  background: #878787;
}

/* ==================== mobile menu section end =================== */
.site-header {
  position: fixed;
  width: 100%;
  top: -2px;
  z-index: 5;
  transition: 00.5s ease-in-out;
  left: 0;
  background: #00A063;
}

/* .site-header:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 23%;
  left: 0;
  height: 100%;
  top: 0;
  z-index: 2;
} */

.site-header.sticky {
  transform: translateY(-48px);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.site-header.sticky .header_bottom .logo {
  margin-top: 0
}

.site-header.sticky .header_bottom .logo h1 a {
  width: 200px;
  padding: 0;
}

.site-header.sticky .header_bottom {
  padding: 11px 0 8px
}

.site-main {
  padding-top: 100px;
}

.top_infohdr {
  /* background: var(--deepGreen); */
  position: relative;
  z-index: 1;
  width: calc(100% - 257px);
  margin-left: auto;
}

/* .top_header:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 22%;
  left: 0;
  height: 100%;
  top: 0;
  z-index: 1;
} */

.top_header:after {
  position: absolute;
  content: '';
  background: var(--green);
  width: 53%;
  left: 0;
  height: 100%;
  top: 0;
  z-index: -1;
}

.top_infohdr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.top_infohdr .notice {
  width: 44%;
  display: flex;
  align-items: center;
}

.top_infohdr .notice a{
  color:#fff
}

.top_infohdr .top_info {
  width: 100%;
  padding: 10px 0;
}

.top_info {
  position: relative;
  z-index: 1;
}

.top_info::before {
  position: absolute;
  content: "";
  width: 100vw;
  left: 0;
  background: #015C39;
  height: 100%;
  top: 0;
  z-index: -1;
}

marquee {
  color: #fff;
}

.top_header ul li a img {
  margin-right: 5px;
}

.top_header ul li a,
.top_header ul li {
  color: #fff;
  font-size: 13px
}

.top_header ul li a:hover,
.foot_info ul li a:hover {
  color: var(--yellow)
}

.top_header ul li:not(:last-child) {
  margin-right: 18px;
}

.logo {
  background: #fff;
  z-index: 2;
  position: relative;
  padding-right: 50px;
}

.logo:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 100vw;
  right: 0;
  height: 100%;
  top: -47px;
  z-index: -1;
}

.header_bottom {
  padding: 8px 0;
  position: relative;
  box-shadow: 0px 4px 5px 0px #000B271A;
  background: #fff;
}

/* .header_bottom:after {
  position: absolute;
  content: '';
  background: #F6F6F6;
  width: 77%;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
} */

.logo h1 {

  transition: 0.4s all ease-in-out;
}

.logo {
  margin-top: -49px;
}

.logo h1 a {
  padding: 10px 5px 8px;
  transition: 0.4s all ease-in-out;
  width: 285px;
  background: #fff
}

.main_menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.header_botom_hldr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.main_menu ul li a {
  color: #000B27;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.main_menu ul li.menu-item-has-children:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  font-size: 12px;
  color: var(--green);
  top: 2px;
  right: -15px;
  cursor: pointer;
}

.main_menu ul li a:hover {
  color: var(--deepGreen)
}

.main_menu ul li a i {
  font-size: 12px;
  color: #00A063
}

.main_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.main_menu ul li {
  position: relative;
}

.main_menu ul li ul.sub-menu {
  top: 37px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px #00000033;
  border-radius: 0 0 15px 15px;
  border-top: 5px solid var(--green);
  position: absolute;
  width: 250px;
  opacity: 0;
  transform: translate(0, 10px);
  transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
  display: block;
  visibility: hidden;
}

.main_menu ul li:hover>.sub-menu li:hover>.sub-menu {
  right: -250px;
  top: 0;
}

.main_menu ul li.menu-item-has-children ul li.menu-item-has-children:after {
  top: 13px;
  right: 8px;
  transform: rotate(270deg);
}

.main_menu ul li.menu-item-has-children {
  position: relative;
}

.site-header.sticky .main_menu ul li ul.sub-menu {
  top: 41px;
}

.main_menu ul li:hover>.sub-menu {
  opacity: 1;
  transform: translate(-37%) scaleY(1);
}

.main_menu ul li:hover>.sub-menu {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}

.main_menu ul li ul li a {
  display: block;
  padding: 10px 10px 5px 10px;
}

.main_menu ul li ul li:last-child a {
  border-radius: 0px 0px 8px 8px;
}

.main_menu ul li ul li a:hover {
  background: var(--green);
  color: #fff
}

.main_menu ul li.menu-item-has-children:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  font-size: 10px;
  color: var(--deepGreen);
  top: 4px;
  right: -12px;
  cursor: pointer;
}

.admission_btn {
  background: var(--deepGreen);
  color: #fff;
  padding: 4px 14px 4px 11px;
  border-radius: 30px;
  display: inline-flex;
  line-height: 32px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 13px;
  font-weight: 500;
  border:transparent
}

.admission_btn:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: var(--yellow);
  content: "";
  transition: var(--transition);
  border-radius: 45px;
  z-index: -1;
}

.admission_btn:hover:after {
  height: 100%;
}

a:hover.admission_btn {
  color: #fff;
}

.cta_btn {
  width: 33px;
  height: 33px;
  background: #D3AA00;
  border-radius: 50%;
  position: relative;
  right: -9px;
}


.arrow.primera {
  margin-left: -7px;
  display: none;
}

.next {
  background: url(../images/anim-arw.svg) no-repeat;
  width: 18px;
  height: 18px;
  background-size: contain;
  display: inline-block;
  position: relative;
  right: -10px;
  top: 6px;
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}

.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.arrow.primera.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.arrow {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}


.outer-banner {
  position: relative;
}

.bnr-sldr-main {
  position: relative;
}

.banner-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.banner-slider.slick-initialized .slick-slide {
  padding: 0;
}

.bnr-sldr-main:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 12.18%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  content: '';
  bottom: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
}

.banner-content {
  position: absolute;
  left: 50%;
  top: 76%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 100%
}

.banner-content h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 52.73px;
  text-align: center;
  width: 100%
}

.banner-content h2 span {
  display: block;
}

/* .btn-wrap {
  position: absolute;
  top: 50%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 90%;
  margin: 0 auto;
  right: 0;
  left: 0;
}

.btn-wrap button {
  border: none;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
} */


.banner-slider .slick-dots {
  bottom: 10px;
  width: auto;
  text-align: center;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-slider .slick-dots li {
  width: auto;
  height: auto
}

.banner-slider .slick-dots li button {
  font-size: 0;
  height: 12px;
  width: 12px;
  border: none;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.5);
}

.banner-slider .slick-dots li.slick-active button {
  background: var(--yellow);
}

.slick-dots li button:before {
  display: none
}

.banner-content h2 {
  position: relative;
  top: 100px;
  opacity: 0;
  transition: var(--transition);
  text-transform: capitalize;
}

.slick-current .banner-content h2 {
  top: 0;
  opacity: 1;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cmn_hd {
  margin-bottom: 30px;
}

.cmn_hd h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
  color: var(--headingcolor);
  margin-bottom: 5px
}

.cmn_hd h2 span {
  color: var(--green)
}

.about .cmn_hd h2 span {
  display: block;
}

.about {
  background: linear-gradient(90deg, #F6F6F6 0%, #FFFFFF 100%);
  margin-top: -5px;
}

.abt_left .read_more .cta_btn {
  right: -17px
}

.read_more {
  background: var(--yellow);
  color: #000;
  padding: 4px 23px;
  border-radius: 30px;
  /* margin-top: 20px; */
  display: inline-flex;
  line-height: 32px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight: 500;
  font-size: 15px;
  min-width: 140px
}

.read_more:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: var(--deepGreen);
  content: "";
  transition: var(--transition);
  border-radius: 45px;
  z-index: -1;
}

.read_more:hover:after {
  height: 100%;
}

a:hover.read_more {
  color: #fff;
}

.abt_left {
  position: relative;
}

/* .abt_left:before {
  position: absolute;
  content: '';
  background: url(../images/sun.png) no-repeat;
  top: 35%;
  left: -107px;
  background-size: 70%;
  width: 236px;
  height: 236px;
} */

.welcome_left figure {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.wel_img {
  width: calc(100% - 40%);
  height: 320px;
  object-fit: cover;
  border-radius: 10px;
}

.wel_img2 {
  vertical-align: top;
  width: 31.4%;
  margin: -32px 0 0 10px;
  height: 149px;
  object-fit: cover;
  border-radius: 10px 10px 10px 0;
}

.welcome_left figure .wel_img3 {
  position: absolute;
  right: -3px;
  bottom: -12px;
  display: inline-block;
  width: 73%;
  height: 210px;
  padding: 10px;
  z-index: 1;
  border-radius: 10px;
}

.welcome_left figure .wel_img3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
  border-radius: 10px;
}

.welcome_left figure .wel_img3 img {
  object-fit: cover;
  border-radius: 10px;
  height: 210px;
}

.green_bg {
  background: var(--lightGreen);
  border-radius: 0 0 20px 20px;
  border-top: 5px solid var(--green);
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 72px 0 10px 0;
}

.green_bg:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
  content: "";
  background-color: #c5f5e3;
  transition: all 0.7s ease-in-out;
  z-index: -1;
  border-radius: 0 0 20px 20px;
}

.green_bg:hover:after {
  height: 100%;
}

.green_bg .green_icon span img {
  transition: 0.4s all cubic-bezier(0.36, 0.38, 0.68, 0.46);
}

.green_bg:hover .green_icon span img {
  scale: .8;
}

.green_icon {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.green_bg .count {
  display: block;
}

.green_icon span {
  background: var(--green);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.green_icon span:after {
  border: 13px solid rgba(254, 204, 0, 0.3);
  position: absolute;
  content: '';
  border-radius: 50%;
  width: 114px;
  height: 114px
}

.counter {
  padding-top: 130px;
}

.green_bg h4 {
  font-size: 40px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 5px;
  color: var(--headingcolor)
}


.institute_name {
  font-size: 17px;
  font-weight: 600;
  line-height: 23.44px;
  color: var(--headingcolor);
  margin-bottom: 20px;
}

.white_bg {
  box-shadow: 0px 0px 15px 0px #00000026;
  background: #fff;
  padding: 10px 10px 15px 10px;
  border-radius: 10px;
  text-align: center;
  margin: 10px 0;
}

.white_bg .read_more {
  padding: 4px 23px;
}

.white_bg .read_more .next {
  right: -3px;
}

.white_bg .cta_btn {
  right: -17px;
}

.our_achieve .white_bg .cta_btn {
  right: -21px;
}

.white_bg figure img {
  border-radius: 15px;
  height: 215px;
  object-fit: cover;
  width: 100%;
}

.sch_para {
  font-style: italic;
  color: var(--headingcolor)
}


.our_offer {
  position: relative;
}

.offer_bg h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 23.44px;
  text-align: center;
  color: var(--headingcolor);
  margin-bottom: 10px;
}

.offer_img {
  position: relative;
}


.offer_bg {
  background: #fff;
  border-radius: 15px;
  position: absolute;
  bottom: 10px;
  margin: 0 10px;
  padding: 15px;
  text-align: center;
  z-index: 1;
}

.offer_bg .cta_btn {
  right: -19px
}

.offer_img:before {
  background: linear-gradient(180deg, rgba(0, 11, 39, 0) 0%, #000B27 100%);
  border-radius: 20px;
  position: absolute;
  content: '';
  width: 100%;
  height: 50%;
  bottom: 0;
}

.offer_img img {
  border-radius: 20px;
  width: 100%;
  height: 464px;
  object-fit: cover;
}


.offer_bg .text-center {
  margin-bottom: -40px;
}

.offer_main.slick-initialized .slick-slide {
  padding: 0 15px 15px;
}

.offer_main .next {
  right: -2px;
  top: 7px;
}

.offer_main:before {
/*  position: absolute;
  content: '';
  background: url(../images/dot.svg) no-repeat;
  left: -43px;
  width: 320px;
  height: 365px;
  top: -14px; */
}

.offer_main {
  z-index: 2;
}

.our_mission {
  background-image: url(../images/mission-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-blend-mode: multiply;
  background-color: var(--green);
  padding-top: 200px;
  position: relative;
  z-index: 1;
  margin-top: -100px;
  padding-bottom: 135px;
}

.our_mission:after {
  position: absolute;
  content: '';
  background-image: url(../images/vision-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: var(--deepGreen);
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}

.our_mission .mission_cont {
  padding: 0;
}

.vision_cont {
  padding-left: 35px;
}

.our_mission .d-flex {
  gap: 20px
}

.mission_cont h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 20px
}

.mission_icon figure {
  width: 65px;
  min-width: 65px;
}

.our_achieve {
  position: relative;
  z-index: 1;
  background: linear-gradient(102.53deg, rgba(255, 244, 199, 0.5) 0%, rgba(251, 201, 0, 0.5) 100%);
  border-bottom: 5px solid var(--yellow)
}

.our_achieve .white_bg {
  margin-top: 0px;
  padding: 60px 40px;
  border-radius: 40px;
  box-shadow: 0px 0px 30px 0px #0000001A;
  position: relative;
  top: -40px;
}

.our_achieve .white_bg .read_more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}

.acheive_img h5 {
  font-size: 15px;
  font-weight: 600;
  line-height: 17.58px;
  color: var(--headingcolor)
}

.acheive_main.slick-initialized .slick-slide {
  padding: 0 10px;
}

.our_achieve .white_bg figure img {
  background: linear-gradient(90deg, #FEC10E 0%, #00A063 100%);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  padding: 2px;
}

.our_achieve button,
.newsletter button {
  border: none;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 10px;
  font-size: 0;
}

.our_achieve button {
  top: 110px;
}

.our_achieve button:hover,
.our_achieve button:focus,
.newsletter button:hover,
.newsletter button:focus {
  background: rgba(0, 0, 0, 0.8);
}

.our_achieve .slick-prev {
  left: -14px;
  z-index: 9;
}

.our_achieve .slick-next {
  right: -14px;
}

.president_cont .cmn_hd h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
  margin-bottom: 20px;
  color: var(--headingcolor);
  margin-top: 10px
}

.more_btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  color: #000
}

.more_btn img {
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}

.more_btn:hover {
  color: var(--deepGreen)
}

.more_btn:hover img {
  margin-left: 10px;
}

.president_message {
  padding-top: 115px;
}

.president_message figure {
  position: relative;
  z-index: 1;
}

.president_message figure:after {
  position: absolute;
  content: '';
  background: url(../images/vectr.svg) no-repeat;
  width: 369px;
  height: 366px;
  left: 0;
  z-index: -1;
  background-size: 85%;
  top: 26px;
}

.quick_info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  position: relative;
}

.quick_info ul:after {
  position: absolute;
  content: '';
  background: url(../images/shape.svg) no-repeat;
  width: 194px;
  height: 194px;
  right: -115px;
  top: -54px;
  background-size: 60%;
}

.quick_info ul li {
  flex: 0 0 19%;
  max-width: 19%;
}

.quick_info ul li a {
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  z-index: 1;
  box-shadow: 0px 0px 10px 0px #004E9026;
  padding: 30px 13px;
  min-height: 150px;
}

.quick_info ul li a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 7px;
  background: var(--lightYellow);
  bottom: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  z-index: -1;
}

.quick_info ul li:hover a:after {
  height: 100%;
}

.quick_info ul li span {
  display: block;
  font-weight: 500;
  color: var(--headingcolor);
  margin-top: 15px;
  line-height: 17px;
}

.newsletter {
  position: relative;
}

.newsletter .deep_green_bg {
  background: var(--deepGreen);
  color: #fff;
  padding: 50px;
  height: 98%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.newsletter .deep_green_bg:after {
  position: absolute;
  content: '';
  background: url(../images/shape1.svg) no-repeat;
  width: 241px;
  height: 206px;
  left: 0;
  z-index: -1;
  top: 0;
  background-size: 85%;
}

.newsletter .deep_green_bg:before {
  position: absolute;
  content: '';
  background: url(../images/shape2.svg) no-repeat;
  width: 241px;
  height: 206px;
  right: -36px;
  z-index: -1;
  bottom: -31px;
  background-size: 85%;
}

.newsletter .deep_green_bg .read_more .cta_btn {
  right: -21px
}

.newsletter .deep_green_bg .read_more:hover:after,
.testi_yellow_box .read_more:hover:after {
  background: #fff;
}

.newsletter .deep_green_bg a:hover.read_more,
.testi_yellow_box a:hover.read_more {
  color: var(--headingcolor);
}

.testi_yellow_box .cta_btn {
  right: -17px
}

.newsletter .title {
  position: relative;
  z-index: 1;
}

.newsletter .title:after {
  position: absolute;
  content: '';
  background: url(../images/circle.svg) no-repeat;
  width: 285px;
  height: 277px;
  left: 17%;
  z-index: -1;
  top: -26px;
  background-size: 65%;
}

.newsletter .title h2 {
  font-size: 33px;
  font-weight: 600;
  line-height: 46px;
}

.newsletter .container-fluid {
  max-width: 100%;
}

.news_main.slick-initialized .slick-slide {
  padding: 0 10px;
}

.news_img img {
  width: 100%
}

.newsletter img {
  background: linear-gradient(90deg, #FEC10E 0%, #00A063 100%);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  padding: 2px;
}

.news_img {
  position: relative;
}

.news_txt {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 13px
}

.newsletter .slick-prev {
  left: 14px;
  z-index: 1;
}

.newsletter .slick-next {
  right: 14px
}

.testimonial {
  background: var(--lightYellow);
  position: relative;
  z-index: 1;
  padding: 50px 0 40px;
  margin: 90px 0 0;
}

/* .testimonial:after {
  background: #FFF9E1;
  position: absolute;
  content: '';
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  top: 0
} */
.left_sec {
  text-align: center;
  margin-bottom: 50px;
}
.testimonial h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 37px;
  color: var(--headingcolor);
  position: relative;
  margin-bottom: 35px
}

.leader_arrow svg {
  width: 18px;
}

.testimonial .left_sec h2 {
  display: inline-block;
}

.left_sec h2:after {
  position: absolute;
  content: "";
  background: url(../images/comma.svg) no-repeat;
  width: 66px;
  height: 48px;
  right: -85px;
  top: -10px;
}

.testi_sec {
  display: flex;
  gap: 25px;
}

.testi_img figure {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.testi_img img {
  width: 100%;
  height: 100%;
}

.client_name {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  color: var(--headingcolor)
}

.testimonial_slider .slick-dots li button,
.magazine_slider .slick-dots li button {
  background: #C19E13
}

.testimonial_slider .slick-dots li.slick-active button,
.magazine_slider .slick-dots li.slick-active button {
  background: var(--green);
}

.slick-dots li {
  width: auto;
  height: auto;
}

.slick-dots li button {
  font-size: 0;
  height: 12px;
  width: 12px;
  border: none;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  background: var(--yellow);
}

.right_sec {
  padding-left: 20px;
}

.right_sec span {
  color: var(--green)
}

.magazine_txt h5 {
  font-size: 15px;
  font-weight: 500;
  line-height: 17.58px;
  margin-bottom: 5px;
}

.e-img {
  position: relative;
}

.magazine_txt {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  color: #fff;
  padding: 15px 0;
}

.magazine_txt .more_btn {
  color: var(--yellow);
  display: flex;
  justify-content: center;
  align-items: center;
}

.magazine_main.slick-initialized .slick-slide {
  padding: 0 15px 0 0;
}

.magazine_main .e-img img {
  background: linear-gradient(90deg, #FEC10E 0%, #00A063 100%);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  padding: 2px;
}

.magazine_main .more_btn img {
  background: transparent
}

.event_bg {
  background: linear-gradient(259.75deg, #B9BD00 0%, #015C39 100%);
  padding: 25px 50px 25px 25px;
  color: #fff;
  width: 80%;
}

.event_bg h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.event_bg span {
  background-color: #5D9741;
  font-size: 13px;
  font-weight: 400;
  padding: 4px 10px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 15px
}

.event_bg .cta_btn span {
  background-color: transparent
}

.event_bg h5 {
  margin-bottom: 10px;
}

.footer_top {
  background: linear-gradient(90deg, #00311E 0%, #00A767 100%);
  padding: 50px 0;
  border-top: 5px solid;
  border-image: linear-gradient(270deg, #FECC00 0%, #02C278 100%) 1;
  color: #fff
}

.foot_info h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
  margin-bottom: 20px;
}

.foot_info h5 {
  color: #00C278;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.09px;
  margin-bottom: 20px;
}

.foot_info ul li {
  list-style-type: none;
  align-items: baseline;
  position: relative;
}

.foot_info ul li a {
  color: #fff;
  position: relative;
  display: block;
  line-height: 17px;
}

.foot_info ul li:not(:last-child) a,
.foot_info ul li:not(:last-child) {
  padding-bottom: 15px;
}

.foot_info ul li a img {
  position: absolute;
  top: 0;
}

.foot_info ul li img {
  position: absolute;
  top: 5px;
}

.foot_info span {
  padding: 0 0 0 30px;
  display: flex;
}

.foot_info .txt {
  padding: 0 0 0 30px;
}

.foot_add:not(:last-child) {
  margin-bottom: 40px
}

.map iframe {
  border-radius: 10px
}

.foot_info.quick_link ul li {
  position: relative;
  padding: 0 0 0 15px;
}

.foot_info.quick_link ul li:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  left: 4px;
  top: 7px;
}

.footer_bottom {
  background: #00B56F;
  padding: 10px 0
}

.develop a {
  color: #fff;
  font-weight: 600;
}

.develop a:hover {
  color: var(--deepGreen);
}

.float_icon {
  position: fixed;
  z-index: 9;
  top: 200px;
  right: -101px;
  transform: translate(0, -50%) !important;

}

.float_icon a.get_touch {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-align: left;
  background: var(--deepGreen);
  padding: 14px 19px 13px;
  transform: rotate(90deg) translate(0, -46px);
  transform-origin: top left;
  width: 145px;
}

.float_icon a:hover.get_touch {
  background: var(--yellow);
  color: var(--headingcolor);
}

.float_icon ul {
  position: relative;
  transition: 0.5s ease-in-out;
  /* right: -100px; */
}

.float_icon ul li a {
  width: 54px;
  height: 44px;
  min-width: 54px;
  min-height: 44px;
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  /* background: #3b5998; */
  color: #fff;
  /* font-size: 24px; */
  line-height: 1;
  position: relative;
  right: 0;
  transition: 0.4s all ease-in-out;
}

.float_icon ul li a:hover {
  right: 80px;
}

.float_icon ul li a span {
  position: absolute;
  right: 0;
  background: #3b5998;
  font-size: 13px;
  height: 100%;
  display: flex;
  align-items: center;
  min-width: 91px;
  padding: 0 5px;
  margin-right: -81px;
}

.float_icon ul li:first-child a span {
  background: #1878f1;
}

.float_icon ul li:nth-child(2) a span {
  background: #ff0f1c;
}

.float_icon ul li:nth-child(3) a span {
  background: #0077b7;
}

.float_icon ul li:nth-child(4) a span {
  background: linear-gradient(225deg, #c937a9 0%, #ff593f 48.11%, #ffd954 100%);
}

.float_icon ul li:nth-child(5) a span {
  background: #25D366
}

.float_icon ul li:last-child a {
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
}

.float_icon ul li:last-child img {
  width: 35px;
  height: 35px;
  margin-right: 8px;
}

.ast-scroll-top-icon {
  display: none !important
}

.inner_pg_banner {
  position: relative;
}

.inner_pg_banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.outer_inr_bnr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.iner_pg_cont {
  max-width: 483px;
}

.outer_inr_bnr h2 {
  font-size: 45px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 42px;
}

.outer_inr_bnr nav {
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

.outer_inr_bnr nav::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  background: var(--deepGreen);
  z-index: -1;
}

.outer_inr_bnr nav::after {
  position: absolute;
  content: "";
  right: -44px;
  top: 0;
  height: 100%;
  width: 44px;
  background: var(--deepGreen);
  clip-path: polygon(78% 100%, 0 0, 0 100%);
  z-index: -1;
}

.outer_inr_bnr nav ol li a {
  color: #fff;
  font-weight: 500;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb li a,
.breadcrumb li {
  font-size: 14px
}

.breadcrumb-item.active {
  color: var(--yellow)
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff
}

.vision-title h2 {
  font-size: 45px;
  font-weight: 500;
  text-align: left;
  color: var(--green);
  margin-bottom: 25px;
}

.vision_sec figure {
  height: 300px;
  overflow: hidden;
}

.vision_sec figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vision_sec {
  position: relative;
  z-index: 1;
}

.vision_sec::after {
  background: rgb(244, 244, 244);
  position: absolute;
  content: "";
  width: 76.6667%;
  height: 90%;
  right: 0;
  top: 55px;
  z-index: -1;
}

.vision_sec .vision_cont {
  padding-right: 20px;
  padding-left: 0
}

/* .vision_sec:before {
  position: absolute;
  content: "";
  background: var(--lightYellow);
  width: 74.5%;
  z-index: -1;
  left: 285px;
  top: -90px;
  height: 200px;
} */

.inner_mission_sec {
  position: relative;
  margin-top: 120px;
  z-index: 1;
  margin-bottom: 90px;
}

.inner_mission_sec figure {
  margin-top: -35px;
}

.inner_mission_sec::after {
  background: rgb(244, 244, 244);
  position: absolute;
  content: "";
  width: 76.6667%;
  height: 103%;
  right: 273px;
  top: 0px;
  z-index: -1;
}

.mission_cont {
  padding: 0 50px;
}

.mission-title h2 {
  color: var(--green);
  font-size: 45px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 25px;
}

.aim_box figure {
  float: left;
  width: 35%;
  padding: 0 30px 0 0;
}

.aim_cont ul li span {
  position: relative;
  padding-left: 20px;
}

.aim_cont ul li span:before {
  position: absolute;
  content: '';
  background: var(--yellow);
  width: 7px;
  height: 7px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: 2px;
}

.aim_cont ul {
  padding-bottom: 12px;
}

.gallery_sec {
  padding-top: 105px;
}

.glry_left ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.glry_left ul li:first-child {
  width: 30%;
}

.glry_left ul li:last-child {
  width: calc(100% - 30%);
  padding: 0 15px;
}

.glry_left ul li:last-child img {
  height: 245px;
  object-fit: cover;
}

.glry_left ul li figure {
  margin-bottom: 0;
  margin-bottom: 15px;
}

.glry_left ul li:last-child figure {
  /* margin-bottom: 0; */
}

.glry_main {
  display: flex;
  flex-wrap: wrap;
}

.glry_main figure {
  position: relative;
  transition: 0.4s all ease-in-out;
}

.glry_main .glry_zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  z-index: 1;
}

.glry_main figure:hover .glry_zoom {
  opacity: 1;
}

.glry_main figure:hover:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 45%);
  content: "";
  z-index: 1;
  transition: 0.4s all ease-in-out;
}

figure.iner_right_fig_img {
  width: 270px;
}

.glry_left {
  width: 42%;
}

.glry_right {
  width: 58%;
}

.glry_right .title {
  font-size: 40px;
  color: var(--green);
  font-weight: 500
}

.gallery-tt-sec {
  margin-bottom: 30px;
}

.glry_right h4 {
  color: var(--headingcolor);
}

.iner_left_col ul li figure {
  margin-bottom: 15px;
}

.iner_left_col ul li:last-child figure {
  margin-bottom: 0;
}

.iner_left_col ul li:first-child img {
  min-height: 131px;
}

.iner_left_col ul li img {
  min-height: 275px;
}

.gallery_iner {
  position: relative;
}

.gallery_iner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/welcome-shape.png") no-repeat 91px 80px / 10%,
    url("../images/welcome-shape.png") no-repeat 72.8% 10% / 8%,
    url("../images/welcome-shape.png") no-repeat 93.8% 42% / 5%;
  z-index: -1;
}

.gallery_iner img {
  border-radius: 10px;
  scale: 1;
  transition: 0.4s all ease-in-out;
  object-fit: cover;
}

.iner_right_col ul li figure:first-child img {
  width: 270px;
  height: 178px;
}

.gallery_iner figure {
  overflow: hidden;
  border-radius: 10px;
}

.gallery_iner figure:hover img {
  scale: 1.2;
}

.iner_right_col ul li figure:last-child img {
  height: 240px;
  width: 175px;
}

.iner_right_col ul li figure:last-child {
  display: inline-block;
  margin-bottom: 5px;
}

.gallery_iner .read_more {
  position: absolute;
  right: 45.5%;
  bottom: 3%;
}

.gallery_iner .read_more .cta_btn {
  right: -21px
}

.testi_yellow_box {
  background: linear-gradient(259.75deg, #B9BD00 0%, #015C39 100%);
  padding: 30px 75px 30px 30px;
  color: #fff;
}

.testi_yellow_box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.testi_yellow_box span.location {
  background: #5D9741;
  border-radius: 6px;
  padding: 4px 10px;
  display: inline-block;
  margin-bottom: 20px
}

.event_profile {
  margin-left: -90px;
  margin-top: -20px;
}

.testi_view_btn {
  position: absolute;
  top: 42px;
  right: 50px;
}

.leader_arrow button {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  position: static;
  padding: 0;
  border-radius: 10px;
  border: transparent
}

.leader_arrow button svg path {
  stroke: #fff;
}

.leader_arrow li:not(:last-child) {
  margin-right: 10px;
}

.event_profile figure {
  height: 360px;
  overflow: hidden;
  border: 8px solid #fff;
}

.event_profile figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

span.location img {
  display: inline-block;
}

.e-magazine {
  height: 329px;
  overflow: hidden;
}

.e-magazine img {
  height: 100%;
  width: 100%
}

.about_cont ul li,
.note ul li {
  position: relative;
  padding: 0 0 15px 20px;
}

.about_cont ul li:before,
.note ul li:before {
  position: absolute;
  content: '';
  background: var(--yellow);
  width: 7px;
  height: 7px;
  top: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  left: 4px;
}

.signifance_logo {
  /* background: #FFF9E1; */
  background: url(../images/significance-bg.jpg) no-repeat center / cover
}

.significant_cont p {
  color: #000;
}

.title_main {
  font-size: 45px;
  font-weight: 500;
  text-align: left;
  color: var(--green);
  margin-bottom: 25px;
}

.msg_box figure {
  float: left;
  padding: 0 30px 0 0;
  overflow: hidden;
  width: 30%;
}

.msg_box figure img,
.perform_img img {
  border: 5px solid #eee;
  margin-bottom: 0;
  border-radius: 10px;
}

.right_msg h3,
h3.normal_title {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--green);
}


.right_msg h3 span {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 24px;
  display: block;
  margin-top: 10px;
}

.right_msg h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--headingcolor);
}

.beyond_classroom_tab .nav-pills .nav-link {
  padding: 13px 30px;
  background: transparent;
  line-height: 1;
  font-weight: 500;
  color: var(--headingcolor);
  border-radius: 5px 5px 0 0;
  font-size: 16px
}

.beyond_classroom_tab .nav-pills .nav-link.active {
  background: var(--yellow);
}

.beyond_classroom_tab .nav {
  justify-content: center;
  border-bottom: 1px solid #d9e5ef;
}

.perform_arts .right_msg h3,
.perform_arts h3.normal_title {
  margin-bottom: 20px
}

.perform_arts .msg_box figure {
  width: 40%;
}

img#desging_333 {
  height: 398px;
  object-fit: cover;
}

.upcoming_school img {
  border-radius: 10px;
}

.sch_left_img {
  display: flex;
  gap: 15px;
}

.sch_left_img figure {
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
}

.sch_left_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.apply-cont {
  padding-top: 50px;
}

.apply-cont h4 {
  color: var(--headingcolor);
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 600;
}

.apply-cont ul li:not(:last-child) {
  margin-bottom: 25px;
}

.apply-cont ul li h4.title {
  font-size: 18px;
  font-weight: 500;
  color: var(--green);
  margin-bottom: 8px;
}

.our-achivments .white_box:not(:last-child) {
  margin-bottom: 60px;
}

.our-achivments .white_box h4 {
  color: var(--green);
  margin-bottom: 20px;
  font-weight: 500;
}

.our-achivments .white_box .apply_cont ul li {
  position: relative;
  padding: 0 0 0 15px;
}

.our-achivments .white_box .apply_cont ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.our-achivments .white_box .apply_cont ul li:before {
  position: absolute;
  content: '';
  background: var(--yellow);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  left: 3px;
  top: 9px;
}

.our-achivments .cmn_hd {
  margin-bottom: 60px;
}

.our-achivments .apply_img figure {
  border: 6px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}

.our-achivments .apply_img figure img {
  border-radius: 5px;
}

.gray-bg ul li {
  position: relative;
  padding: 0 0 10px 19px;
}

.gray-bg ul li:before {
  position: absolute;
  content: '';
  background: var(--yellow);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 5px;
  top: 8px;
}

.residential_facility .cmn_hd {
  margin-bottom: 50px;
}

.pagination {
  justify-content: center;
}

.page-item.active .page-link {
  background-color: var(--deepGreen);
  border-color: var(--deepGreen);
}

.page-link {
  color: #000
}

.fee-structure .gray-bg {
  box-shadow: 0px 0px 15px 0px #004E9040;
  padding: 30px;
  border-radius: 20px;
}

.table-border {
  border: 1px solid #d9e5ef;
  border-radius: 20px;
  padding: 20px;
  margin: 25px 0;
}

.table-border td {
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff
}

.table-border tbody td:nth-child(odd) {
  background-color: #e4e4e4;
}

.table-border tbody td:nth-child(even) {
  background-color: #f5f5f5;
}

.table-border .table {
  margin-bottom: 0;
  text-align: center;
}

.table-border td:last-child {
  border-right: transparent;
}

/* .testi_cont {
  min-height: 335px;
} */
.testi_cont {
  padding: 0 30px 0 0;
}

.table-border thead th {
  border-bottom-width: inherit;
  background: var(--green);
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  color: #fff
}

.written-admission strong,
.perform_arts strong {
  display: block;
  text-align: center;
}

.campus_facilities ul li a {
  min-height: 155px;
}

.library_rules .gray-bg {
  box-shadow: 0px 0px 15px 0px #004E9040;
  padding: 40px 30px 30px;
  border-radius: 20px;
}

.library_rules .gray-bg ul {
  column-count: 2;
}

.libray-tab ul {
  margin-bottom: 40px
}

.lib-points ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.lib-points ul li {
  background: #e1fff4;
  padding: 14px 15px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.lib-points ul li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
  background: var(--deepGreen);
  z-index: -1;
  color: #fff
}

.lib-points ul li:hover::before {
  width: 100%;
}

.lib-points ul li .parent_icon img {
  width: 20px;
  margin-right: 10px
}

.lib-points ul li span {
  color: var(--headingcolor)
}

.lib-points ul li:hover span {
  color: #fff
}

.our_staff_tab .nav-pills .nav-link {
  padding: 13px 20px;
  background: transparent;
  line-height: 1;
  font-weight: 500;
  color: var(--headingcolor);
  border-radius: 5px 5px 0 0;
  font-size: 14px;
}

.our_staff_tab .nav {
  margin-bottom: 40px;
}

.our_staff_tab figure {
  border: 1px solid #00A063;
  border-radius: 5px 5px 0 0;
  background: #fff;
  position: relative;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  padding: 10px 0 0;
  margin-bottom: 0;
  height: 260px
}

/* .our_staff_tab figure img {
  height: 100%;
  width:100%;
  object-fit: cover;
} */

.staff-info {
  background: #00A063;
  text-align: center;
  padding: 10px;
  border-radius: 0 0 5px 5px;
  font-size: 13px;
  transition: all 0.5s ease-in-out;
  height: 140px;
}

.staff-info .read_more {
  padding: 4px 13px;
  cursor: pointer
}

.staff-info h4 {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  margin-bottom: 5px;
}

.staff-info span {
  font-style: italic;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  display: block;
  min-height: 49px;
}

.staff-info .next {
  top: 9px;
}

.book-table {
  border: 1px solid #d9e5ef;
  border-radius: 20px;
  padding: 20px;
}

.book-table tbody td:nth-child(odd) {
  background-color: #e4e4e4;
}

.book-table td {
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

.book-table tbody td:nth-child(even) {
  background-color: #f5f5f5;
}

.book-table table {
  margin-bottom: 0
}

.book-table thead th {
  border-bottom-width: inherit;
  background: var(--green);
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  color: #fff;
}

.book-table thead th h3.table-title {
  font-size: 18px
}

.gallery_page a {
  display: block;
  position: relative;
}

.gallery_page img {
  height: 300px;
  object-fit: cover;
  width: 100%
}

.gallery_page span {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  font-size: 20px;
}

.gallery_page .cmn_hd h2 span {
  position: static;
  display: inline;
  font-size: 39px;
  background: transparent;
}

.global_bg {
  box-shadow: 0px 0px 30px 0px #0000001A;
  background: #fff;
  padding: 40px;
  border-radius: 30px;
}

.gallery_cont form {
  display: flex;
}

.myForm {
  margin-bottom: 50px;
}

.global_list figure {
  position: relative;
  transition: 0.4s all ease-in-out;
  border-radius: 5px;
  margin-bottom: 0;
  overflow: hidden;
  height: 300px;
}

.global_list figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.global_list img {
  border-radius: 5px;
  scale: 1;
  transition: 0.4s all ease-in-out;
  object-fit: cover;
}

.global_list figure:hover img {
  scale: 1.2;
}

.global_list .glry_zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  z-index: 1;
}

.global_list figure:hover .glry_zoom {
  opacity: 1;
}

.global_bg .form-select {
  height: 50px;
  border-radius: 0;
  border-color: #dfdfdf;
  background: url(../images/dropdown.png) no-repeat right 0 center;
  padding-right: 50px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 47%;
  font-size: 15px
}

.myForm select {
  margin: 0 15px 0 0;
}

.global_list figure:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 45%);
  content: "";
  z-index: 1;
  transition: 0.4s all ease-in-out;
  opacity: 0;
}

.global_list figure:hover:before {
  opacity: 1;
}

.green_head h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  color: var(--deepGreen);
}

.green_head {
  margin-bottom: 25px;
}

p:empty {
  display: none;
}

.footer_bottom p {
  margin-bottom: 0
}

.mandatory_sec a {
  display: flex;
  border: 1px solid #addfcc;
  background: #edfff8;
  text-align: center;
  padding: 10px 20px;
  color: var(--headingcolor);
  min-height: 145px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.mandatory_sec a:hover {
  transform: translate(0, -10px);
  border: 1px solid #3eaf84;
  background: #dbfff1;
}

.mandatory_sec a span.icon {
  font-size: 30px;
  margin-bottom: 10px;
  display: block;
  color: #E10815
}

.fees-structure h4 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}

.fees-structure thead b {
  font-weight: 600
}

.fees-structure thead td:nth-child(odd) {
  background-color: #f2f2f2;
}

.fees-structure thead td:nth-child(even) {
  background-color: #f5f5f5;
}

table.table-hover.table-striped.table caption {
  display: none;
}

.global_connection a {
  display: block;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.global_connection span,
.e_magazine_sec a span {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 10px;
  transition: all 0.5s ease-in-out;
}

.global_connection a:hover span {
  height: 100%;
}

.e_magazine_sec a img {
  height: 185px;
  width: 100%;
  object-fit: cover;
}

.e_magazine_sec a {
  display: block;
  position: relative;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  border: 1px solid #ccc;
}

.e_magazine_sec a span:hover {
  color: var(--Yellow)
}

.e_magazine_sec a span {
  height: 50px;
  line-height:1.1;
}

.blog_cont .row:not(:last-child) {
  margin-bottom: 40px;
}

.blog_cont h3,
.blogSection h4 {
  color: var(--deepGreen);
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  margin-bottom: 20px;
}

.blog-social h2 {
  font-size: 25px;
  color: var(--deepGreen);
  font-weight: 500;
  margin: 30px 0 20px;
}

.single-blog-mg img {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

h5.blog_dates {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}

a.more {
  background: var(--deepGreen);
  color: #fff;
  padding: 4px 20px 4px 15px;
  border-radius: 30px;
  display: inline-flex;
  line-height: 32px;
}

.alm-btn-wrap {
  margin: 45px 0 63px !important;
}

h5.blog_dates svg path {
  color: var(--yellow);
}

h5.blog_dates svg {
  margin-right: 10px;
}

.blog_cont .blog-img img {
  height: 200px;
  border-radius: 5px;
  object-fit: cover;
}

#block-2,
#block-4,
#block-6 {
  display: none;
}

.sidebar-main ul {
  padding: 0 0 0 15px;
}

.sidebar-main ul li {
  position: relative;
}

.sidebar-main ul li::before {
  position: absolute;
  content: "";
  background: var(--deepGreen);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: -13px;
  top: 10px;
}

button.wp-block-search__button.wp-element-button {
  background: var(--deepGreen);
}

.sidebar-main h2.wp-block-heading {
  color: var(--deepGreen);
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  margin-bottom: 20px;
}

.sidebar-main ul li a {
  color: var(--headingcolor);
  margin-bottom: 5px;
}

ol.wp-block-latest-comments {
  padding: 0;
}

ol.wp-block-latest-comments li a {
  color: var(--headingcolor);
}

.school-time-table tbody tr th {
  background: var(--green);
  color: #fff;
  border-bottom: 5px solid #fff;
}

.school-house .perform_img img {
  width: 100%;
}

.house-wrapp {
  text-align: center;
  margin-top: 20px;
}

.house-wrapp h4 {
  color: var(--headingcolor);
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.school-time-table h4 {
  font-size: 18px;
  margin: 25px 0;
  font-weight: bold;
}

.time-gallery {
  background: #eee;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

h3.transport-title {
  color: var(--green);
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 22px;
}

.contact_sec form {
  box-shadow: 0px 0px 15px 0px #00000026;
  border-radius: 20px;
  padding: 30px;
}

.contact_sec input,
.contact_sec textarea,
.contact_sec select {
  height: 50px;
  border: 1px solid var(--green);
  border-radius: 5px;
  color: #6c757d;
  font-size: 13px;
}

.contact_sec h4,
.consultant-form h4,
.map_sec h4 {
  font-size: 25px;
  font-weight: 600;
  color: var(--deepGreen);
  padding-bottom: 20px;
}

.contact_sec textarea {
  height: 150px !important;
}

.contact_sec .red_btn {
  margin-top: 0;
  padding: 11px 50px;
  border: transparent;
  border-radius: 30px;
  transition: 0.5s all ease-in-out;
  background: var(--yellow);
  color: var(--headingcolor);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600
}

.has-spinner {
  position: absolute;
  right: 0;
}

.contact_location span {
  margin-bottom: 25px;
  display: flex;
}

.add_title {
  background: var(--green);
  color: #fff;
  padding: 10px;
  display: inline-block !important;
  border-radius: 5px;
}

.contact_location svg {
  background: var(--deepGreen);
  padding: 11px 5px;
  border-radius: 5px;
  color: #fff;
  width: 30px;
  min-width: 30px;
  height: 16px;
  text-align: center;
  margin-right: 13px;
}

.contact_location span a:hover {
  color: var(--Yellow);
}

.contact_location span a {
  color: var(--headingcolor);
}

.map_sec iframe {
  width: 100%;
  border: 1px solid #ccc !important;
  padding: 5px;
  border-radius: 5px;
}

.modal-backdrop-updated {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
}

.form-modal {
  overflow-y: scroll;
  height: 100vh;
}

.get-form {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: 500px;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: 0.4s all ease-in-out;
  transform: translateX(100%);
  padding: 0 0 25px 25px;
}

.consultant-form {
  padding-right: 25px;
  padding-top: 25px
}

.form-modal::-webkit-scrollbar {
  width: 5px;
}

.form-modal::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.form-modal::-webkit-scrollbar-thumb {
  background: #ccc;
}


.form-modal::-moz-scrollbar {
  width: 5px;
}

.form-modal::-moz-scrollbar-track {
  background: #f1f1f1;
}

.form-modal::-moz-scrollbar-thumb {
  background: #ccc;
}

.get-form .wpcf7-response-output {
  margin-top: 0 !important
}

.get-form .btn-close {
  position: absolute;
  left: -56px;
  opacity: 1;
  top: 19px;
  background: var(--deepGreen);
  width: 43px;
  height: 40px;
  border-radius: 10px 0 0 10px;
  font-size: 25px;
  color: #fff;
}

.intro {
  visibility: visible;
  transform: none;
}

.consultant-form .form-control,
.consultant-form .form-select {
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  padding: 20px;
  border: 1px solid #dfdfdf;
  background: #f4f4f4;
  border-radius: 5px;
}

.consultant-form input,
.consultant-form select,
.consultant-form textarea {
  padding: 20px !important;
}

.consultant-form .form-label {
  color: #002545
}

.consultant-form h3 {
  font-size: 35px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  margin-bottom: 30px;
  color: var(--mainheading)
}

.consultant-form .yellow_btn {
  min-width: 215px
}

.consultant-form .wpcf7-form-control-wrap {
  width: 100%
}

.wpcf7 .wpcf7-recaptcha iframe {
  transform: scale(0.9);
  position: relative;
  left: -15px;
  top: -11px;
}

.get-form .consultant-form .red_btn, #exampleModal .contact-form .red_btn 
{
  margin-top: 0;
  padding: 11px 50px !important;
  border: transparent;
  border-radius: 30px;
  transition: 0.5s all ease-in-out;
  background: var(--yellow);
  color: var(--headingcolor);
  text-transform: uppercase;
}
#exampleModal .contact-form input, #exampleModal .contact-form select{
  border: 1px solid #ced4da;
    border-radius: 5px;
    font-size: 14px;
}

.video_gallery_list figure {
  height: auto
}

.video_gallery_list figure:before {
  display: none
}

.video_gallery_list .video-title {
  position: absolute;
  background: var(--green);
  color: #fff;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 5px 10px;
}

.video_gallery_list {
  margin-top: 50px;
}

.pagination {
  justify-content: flex-end;
  margin-top: 30px;
}

.wpcf7-spinner {
  left: -145px;
}

.news_sec .news_border {
  position: relative;
  padding: 15px;
  border-radius: 20px;
  z-index: 1;
}

.news_sec .news_img figure {
  overflow: hidden;
  height: 248px;
}

.news_sec .news_border figure {
  overflow: hidden;
  border-radius: 10px;
}

.news_sec .news_img figure img {
  height: 100%;
  object-fit: cover;
}

.news_sec .news_txt h5 a {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  color: var(--headingcolor);
  min-height: 74px;
  margin-bottom: 10px;
}

.news_sec .news_img .news_txt img {
  width: auto;
  height: auto
}

.news_sec .news_txt {
  position: inherit;
  background: transparent;
}

.news_sec .news_border:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(90deg, #FEC10E 0%, #00A063 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

.news_sec .news_txt span {
  color: var(--headingcolor);
}

.news_sec .news_border .read_more {
  margin-top: 20px
}

.news_sec .news_border .read_more .cta_btn {
  right: -19px;
}

.news_sec .news_border .read_more .cta_btn .next {
  right: -2px;
}

.news_sec .pagination .next {
  background: transparent;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
}

.program-holder {
  box-shadow: 0px 0px 30px 0px #003A2326;
  padding: 30px;
  border-radius: 20px;
}

.program-details-clss {
  padding-bottom: 24px;
}

.blogDetailsSection .back_btn {
  background: var(--deepGreen);
  padding: 6px 27px;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}

.blogDetailsSection h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  color: var(--deepGreen);
  margin-bottom: 15px;
}

.has-spinner.red_btn {
  right: 30px;
}

.current_opening h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  color: #fff;
  background: var(--green);
  padding: 5px 0;
  margin-bottom: 15px;
}

.current_opening {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}

.job_cont {
  padding: 0 20px 30px;
  font-size: 15px;
}

.job_cont .apply-now {
  font-weight: 500;
  line-height: 18.75px;
  text-align: left;
  color: #fff;
  padding: 10px 22px;
  background: var(--deepGreen);
  border-radius: 10px;
}

.connect-form input,
.connect-form textarea {
  background: #f4f4f4;
  border: 1px solid #dfdfdf;
  height: 40px;
}

.connect-form textarea {
  height: 100px !important
}

.connect-form .wpcf7 input[type=file] {
  border-color: #dfdfdf;
  border-radius: 7px;
}

.connect-form .wpcf7-submit {
  /* font-weight: 500; */
  /* line-height: 18.75px; */
  text-align: left;
  color: #fff;
  padding: 10px 22px;
  background: var(--deepGreen);
  border-radius: 10px;
  height: auto;
}

.upcomming-pg .job_openings_hldr {
  text-align: center;
}

.upcomming-pg .job_openings_hldr img {
  width: 100%;
  height: 100%
}

.book-list .tab-content {
  display: flex;
  justify-content: center;
}

.residential_facility .apply-cont ul {
  margin-bottom: 25px;
  padding-left: 20px
}

.residential_facility .apply-cont ul li {
  position: relative;
  margin-bottom: 10px;
}

.residential_facility .apply-cont ul li:before {
  position: absolute;
  content: '';
  background: var(--yellow);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: -17px;
  top: 8px;
}

.modal-title {
  color: var(--deepGreen);
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
}

/* 03-10-2024 */
.score-div {
  column-count: 2;
  margin-bottom: 15px;
}

.score-div li {
  position: relative;
  padding: 0 0 0 14px;
}

.score-div li:before {
  position: absolute;
  content: '';
  background: var(--yellow);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 10px;
}

.admission-tab .tab-content form {
  box-shadow: 0px 0px 20px 0px #0000001A;
  background: #fff;
  padding: 30px 30px 1px 30px;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.admission-tab .tab-content form input {
  border: 1px solid #ccc;
  border-radius: 3px;
}

.admission-tab .tab-content form label {
  margin-bottom: 10px;
  font-weight: 600
}

.admission-tab .tab-content form .row:not(:last-child) {
  margin-bottom: 40px
}

.admission-tab .wpcf7 input[type=file] {
  border-color: #ccc !important;
  background: transparent;
  border-radius: 3px;
}

.admission-tab span.wpcf7-list-item.first {
  margin: 0;
}

.admission-tab textarea.form-control {
  height: 150px;
}

.section-title h2,
.note h3 {
  color: var(--deepGreen);
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  margin-bottom: 20px;
}

.admission-tab .nav-pills .nav-link {
  padding: 13px 20px;
  background: transparent;
  line-height: 1;
  font-weight: 500;
  color: var(--headingcolor);
  border-radius: 5px 5px 0 0;
  font-size: 14px;
}

.submit-div .has-spinner {
  position: static;
  right: 0;
}

.submit-div input {
  padding: 11px 50px;
  border: transparent !important;
  border-radius: 30px !important;
  transition: 0.5s all ease-in-out;
  background: var(--yellow);
  color: var(--headingcolor);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.submit-div .wpcf7-spinner {
  left: 0;
}


/* 03-10-2024 */
/* 07-10-2024 */
/* Style for the checkbox border and size */
.admission-tab input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 2px solid #007bff;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  /* Removing the default checkbox appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Checked state (blue background with white checkmark) */
.admission-tab input[type="checkbox"]:checked {
  background-color: #007bff;
  border: 2px solid #007bff;
}

/* Custom checkmark inside the checkbox */
.admission-tab input[type="checkbox"]:checked:after {
  content: '\2713';
  color: white;
  font-size: 14px;
  position: absolute;
  top: 8px;
  left: 3px;
  
}
.about .president_cont .cmn_hd h2 span {
  display: inline-block;
}
.offer_bg p {
  min-height: 102px;
}
#exampleModal .contact-form select {
    appearance: auto;
    padding-left: 5px;
}
.consultant-form select{
	padding:10px !important;
    height:59px; 
} 
.commondesign-content ul {
  list-style: disc;
  list-style-position: inside; 
}
.commondesign-content ol,
.commondesign-content ul { 
  padding-left: 1rem;
  margin-bottom: 10px;
}

/* 26-12-2024 */
.home-admission-form {
  background: #e2fff4;
  padding: 20px;
  border-top: 3px solid #00a063;
}
.home-admission-form input:not([type=submit]), 
.home-admission-form select, 
.home-admission-form textarea { 
  padding: 5px 10px;
  font-size: 12px;
}
.home-admission-form select,
.home-admission-form input::placeholder{
  font-size: 12px;
  color: #000;
}
.home-admission-form .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 12px;
}
.home-admission-form .wpcf7-acceptance span.wpcf7-list-item {
  margin: 0;
}
.home-admission-form .phone-field p {
  margin: 0;
}
.home-admission-form .red_btn {
  margin-top: 0;
  padding: 11px 50px !important;
  border: transparent;
  border-radius: 30px;
  transition: 0.5s all ease-in-out;
  background: var(--yellow);
  color: var(--headingcolor);
  text-transform: uppercase;
}
.home-admission-form div#phone-error p,
.home-admission-form span.wpcf7-not-valid-tip {
  font-size: 11px;
}
.home-admission-form form.invalid .wpcf7-response-output, 
.home-admission-form form.unaccepted .wpcf7-response-output, 
.home-admission-form form.payment-required .wpcf7-response-output{
  border: 1px solid red;
}

/* responsive */

@media (min-width: 1921px) {
  .banner-content {
    top: 85%;
  }

  .logo h1 a {
    width: 320px;
  }

  .top_infohdr .top_info {
    width: 43%;
  }

  .top_infohdr .notice {
    width: 56%;
  }
}

@media (min-width: 1400px) {

  .logo h1 a {
    width: 260px;
  }

  .main_menu ul {
    gap: 30px;
  }

  .main_menu {
    gap: 20px;
  }

  .main_menu ul li a {
    font-size: 14px;
  }

  /* .newsletter .title h2 {
    font-size: 40px;
    line-height: 54px;
  } */

  .newsletter .deep_green_bg {
    padding: 40px
  }

  .newsletter .deep_green_bg .title h2 span {
    display: block;
  }

  .outer_inr_bnr nav::after {
    right: -43px;
  }

  .vision_sec .vision_cont {
    padding-left: 35px;
  }

  .inner_mission_sec::after {
    width: 79%;
  }

  .main_menu ul li.menu-item-has-children:after {
    right: -14px
  }

  /* .testimonial_main .slick-dots {
    bottom: -86px;
  } */

  .top_infohdr .top_info {
    width: 54%;
  }

  .top_infohdr .notice {
    width: 45%;
  }

  .offer_main:before {
    left: -28px;
    top: -44px;
  }
}

@media (max-width: 1399px) {}

@media (max-width: 1366px) {
  .logo h1 a {
    width: 350px
  }

  .cmn_hd h2 {
    font-size: 39px;
    line-height: 41px;
  }

  .top_infohdr {
    font-size: 13px;
  }

  .site-main {
    padding-top: 97px;
  }

  .consultant-form .wpcf7 .wpcf7-recaptcha iframe {
    transform: scale(0.7);
    left: -45px;
  }
}

@media (max-width: 1024px) {
  .logo h1 a {
    width: 180px;
  }

  .site-header.sticky .header_bottom .logo h1 a {
    width: 150px;
  }

  .top_header .container-fluid,
  .header_bottom .container-fluid {
    padding: 0 15px;
    max-width: 100%;
  }
  .top_header .container-fluid {
    padding: 0;
  }

  .top_infohdr {
    width: calc(100% - 180px);
  }

  .top_infohdr .notice {
    width: 35%;
  }

  .top_infohdr .top_info {
    width: 64%;
    padding: 10px 0;
  }

  .top_header ul li a,
  .top_header ul li {
    font-size: 12px;
  }

  .main_menu {
    gap: 15px;
  }

  .admission_btn {
    font-size: 12px;
    right: 25%;
  } 

  .main_menu ul li a {
    font-size: 11px;
  }

  .logo {
    margin-top: -48px;
  }

  .banner-content {
    top: 70%;
  }

  .cmn_hd h2 {
    font-size: 32px;
  }

  .president_message figure:after {
    background-size: 70%;
    top: 20px;
  }

  .newsletter .deep_green_bg {
    padding: 45px
  }

  .news_txt {
    font-size: 12px;
  }

  .testi_view_btn {
    top: -10px;
  }

  .gallery_iner .read_more {
    right: 42.5%;
  }

  .foot_info ul li a {
    font-size: 12px;
  }

  .mission_cont {
    padding: 24px 50px 24px 0;
  }

  .our_staff_tab figure {
    height: auto
  }

  .pagination {
    flex-wrap: wrap;
  }
  .site-header.sticky .top_info {
    display: none;
  }
}

@media (max-width: 991px) {
  body {
    line-height: 1.5;
  }

  section {
    padding: 50px 0
  }

  .logo {
    margin-top: 0
  }

  .logo h1 a {
    width: 150px;
    padding: 0;
    background: transparent;
  }

  .logo:before {
    display: none;
  }

  .top_infohdr .notice,
  .top_infohdr .top_info,
  .top_infohdr {
    width: 100%
  } 

  .top_infohdr .notice {
    padding: 8px 0;
    font-size: 12px;
  }

  .site-header.sticky .header_bottom .logo h1 a {
    width: 140px;
    padding: 0;
  }

  .site-header.sticky .header_bottom {
    padding: 25px 0 10px;
  }


  .main_menu ul {
    display: none
  }

  .mobileMenuButton {
    display: inline-block;
    top: 53px;
  }

  .site-header.sticky .mobileMenuButton {
    top: 44px;
  }

  .beyond_classroom_tab .nav-pills .nav-link {
    padding: 13px 16px;
  }

  #menu {
    z-index: 123;
  }

  .msg_box figure#des_333 {
    width: 45%;
  }

  .site-main {
    padding-top: 89px;
  }

  .staff-info h4 {
    font-size: 14px;
  }

  .staff-info span {
    font-size: 11px;
  }

  a.admission_btn {
    margin-right: 40px;
    font-size: 12px;
  }

  .global_list figure {
    height: 230px;
  }

  .banner-content h2 {
    font-size: 30px;
    line-height: 37px;
  }

  .banner-content {
    top: 65%;
  }

  .cmn_hd h2 {
    font-size: 35px;
  }

  .green_bg {
    margin-bottom: 59px;
  }

  .institute_name {
    min-height: 50px;
  }

  .offer_main:before {
    left: -21px;
    background-size: 99%;
  }

  .our_mission {
    padding-top: 130px;
    padding-bottom: 80px
  }

  .mission_cont {
    padding-right: 0;
  }

  .vision_cont {
    padding-left: 0;
  }

  .president_message figure:after {
    background-size: 74%;
    top: 0px;
  }

  .president_message {
    padding-top: 20px;
  }

  .president_cont {
    padding-bottom: 40px;
  }

  .president_message figure {
    top: 23px;
  }

  .quick_info ul li {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .newsletter .deep_green_bg {
    padding: 30px;
  }

  .news_txt {
    font-size: 11px
  }

  .e-magazine {
    height: 200px;
  }

  .testi_sec {
    gap: 15px;
    justify-content: center;
  }

  .testimonial h2 {
    font-size: 35px;
  }

  .quick_link {
    margin-top: 40px;
  }

  .footer_bottom {
    font-size: 10px;
  }

  .inner_pg_banner>img {
    min-height: 210px;
    object-fit: cover;
  }

  .vision-title h2,
  .mission-title h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }

  .vision_sec figure img,
  .inner_mission_sec figure img {
    width: 100%;
  }

  .vision_sec .vision_cont {
    padding: 20px;
    background-color: rgb(244, 244, 244);
  }

  .vision_sec:after,
  .vision_sec:before {
    display: none
  }

  .vision_sec figure {
    margin-bottom: 0;
  }

  .inner_mission_sec::after {
    width: 100%;
    height: 100%;
    right: 0;
  }

  .mission_cont {
    padding: 20px;
  }

  .vision_sec .vision_cont {
    padding-left: 20px
  }

  .inner_mission_sec {
    margin-bottom: 60px;
  }

  .inner_mission_sec figure {
    margin-top: -35px;
    height: 300px;
    overflow: hidden;
  }

  .inner_mission_sec figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .aim_box figure img {
    width: 100%;
    height: 300px;
  }

  .about-us .aim_box figure img {
    height: auto;
  }

  .aim_box figure {
    float: none;
    width: 100%;
    padding: 0;
  }

  .glry_right .title {
    font-size: 30px;
  }

  figure.iner_right_fig_img {
    width: 100%;
  }

  .gallery_iner .read_more {
    right: 38.5%;
  }
  .admission-tab .wpcf7 .wpcf7-recaptcha iframe {
    transform: scale(0.7);
    position: relative;
    left: -54px;
    top: -13px;
}
}

@media (max-width: 767px) {
  a.admission_btn {
    font-size: 11px;
}

.admission-sec form .wpcf7-list-item {
  margin: 0;
}
.admission-tab .wpcf7 input[type=file] {
  margin-bottom: 20px;
}


  .float_icon {
    top: inherit; /* Using 'auto' instead of 'inherit' for more explicit control */
    bottom: 0px; /* Changed from 0 for slight spacing at the bottom */
    transform: translate(0, -50%) !important; /* Adjusted the translate effect */
    position: fixed; /* Added 'position' to ensure the element is fixed */
    right: -101px; /* Optionally added to position from the right */
    z-index: 100; /* Ensures it stays on top */
  }
  /* .float_icon {
    top: inherit;
    bottom: 0;
} */
  .oodla_img {
    margin-bottom: 20px;
}


.testimonial {
    margin: 45px 0 0;
}
  br {
    display: none;
  }
  .admission-tab .tab-content form label {
    margin-right: 10px;
}
  .container-fluid {
    padding: 0 15px;
  }

  section {
    padding: 50px 0
  }

  .mobileMenuButton {
    top: 55px;
    right: 15px;
  }

  .logo {
    margin-top: 0
  }

  .logo h1 a {
    width: 150px;
    padding: 0;
    background: transparent;
  }

  .logo:before {
    display: none;
  }

  .top_infohdr .notice,
  .top_infohdr .top_info,
  .top_infohdr {
    width: 100%
  }
 
  .top_infohdr .top_info ul{
    padding: 0 10px;
  } 

  .top_infohdr .notice {
    padding: 8px 0;
    font-size: 12px;
  }

  .site-header.sticky .header_bottom .logo h1 a {
    width: 140px;
    padding: 0;
  }

  .site-header.sticky .header_bottom {
    padding: 25px 0 10px;
  }

  .bnr-sldr-main img {
    min-height: 210px;
    object-fit: cover;
  }

  .banner-content h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .about figure.sun-logo {
    position: absolute;
    width: 21%;
    right: 19px;
    margin-top: -47px;
  }
  .blank-cls {
    display: none;
}
  .cmn_hd h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .wel_img {
    width: calc(100% - 33%);
    height: 260px;
  }

  .institute_name,
  .offer_bg p {
    min-height: auto;
  }

  .e-magazine {
    height: 200px;
  }

  .has-spinner.red_btn {
    right: inherit;
  }

  .wpcf7-form-control-wrap {
    margin-top: 20px;
  }

  .contact_sec form {
    margin-bottom: 30px;
  }

  .magazine_txt h5 {
    font-size: 13px;
  }

  .our_achieve .white_bg {
    padding: 30px 40px;
  }

  .contact-form .wpcf7-spinner {
    left: inherit;
    right: -130px;
    top: 10px
  }

  .map_sec iframe {
    margin-bottom: 30px
  }

  .gallery_sec {
    padding-top: 50px;
  }

  .welcome_left {
    margin-top: 25px;
  }

  .our_mission:after {
    display: none
  }

  .vision_sec .vision_cont {
    padding-left: 20px;
  }

  .our_mission {
    padding-top: 150px;
  }

  .our_mission .mission_cont {
    padding: 0
  }

  .our_mission .vision_cont {
    padding: 0;
    background: transparent
  }

  .our_mission .d-flex {
    padding-bottom: 50px;
  }

  .white_bg figure img {
    width: 100%
  }

  .president_message {
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .president_cont {
    padding-top: 50px;
    padding-bottom: 0
  }

  .foot_info ul li a {
    font-size: 12px;
  }

  .quick_info ul li {
    flex: 0 0 48%;
    max-width: 48%;
  }

  .quick_info ul:after {
    top: -38px;
    background-size: 46%;
  }

  .news_txt {
    padding: 10px;
    font-size: 14px;
  }

  .testimonial:after {
    display: none;
  }

  .right_sec {
    padding-top: 35px;
  }

  .green_bg {
    margin-bottom: 75px;
  }

  .map {
    padding: 50px 0 0;
  }

  .counter {
    padding-bottom: 0
  }

  .footer_bottom .d-flex {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .copyright {
    text-align: center;
    margin-bottom: 8px;
  }

  .glry_left {
    width: 100%;
    order: 1;
  }

  .glry_right {
    width: 100%;
  }

  .glry_left ul li:first-child {
    width: 100%;
  }

  .glry_left ul li:last-child {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }

  .glry_right h4 {
    font-size: 25px;
  }

  .glry_right .title {
    font-size: 30px
  }

  .iner_right_col {
    margin-top: 0;
  }

  .iner_right_col ul li {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }

  .gallery_iner .read_more {
    position: static;
    margin: 0 auto;
  }

  .iner_right_col ul li figure {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 16px;
  }

  .iner_left_col ul li img {
    height: 285px;
    min-height: auto;
  }

  .iner_left_col ul li:first-child img {
    height: 134px;
  }

  .iner_right_col ul li figure:last-child img {
    height: 178px;
    width: 100%;
  }

  .glry_left ul li:last-child img {
    height: 134px;
  }

  .glry_left ul li:last-child figure {
    width: 50%;
    padding: 0 14px 0 0;
  }

  .glry_left ul li:last-child figure:last-child {
    padding-right: 0;
  }

  .testi_view_btn {
    top: -7px;
    right: -30px;
  }

  .testi_yellow_box {
    padding: 30px;
  }

  .event_profile {
    margin-left: 0;
    margin-top: 0;
  }

  .event_profile figure {
    margin-top: 10px;
  }

  .outer_inr_bnr h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .msg_box figure {
    float: none;
    padding: 0;
    width: 100%;
  }

  .msg_box figure#des_333 {
    width: 100%;
  }

  .right_msg h5 {
    font-size: 16px;
  }

  .perform_arts .msg_box figure {
    width: 100%;
  }

  .outer_inr_bnr nav::after {
    display: none;
  }

  .significance_img {
    text-align: center;
  }

  .title_main {
    font-size: 35px;
  }

  .beyond_classroom_tab .nav-pills .nav-link {
    padding: 13px 13px;
    font-size: 12px;
  }

  img#desging_333 {
    height: 535px;
  }

  .residential_facility .cmn_hd {
    margin-bottom: 30px;
  }

  .sch_left_img {
    margin-top: 20px;
  }

  .pagination {
    justify-content: center;
  }

  .sch_left_img figure {
    width: 100%
  }

  .form-modal {
    height: auto;
  }

  .consultant-form h3 {
    font-size: 25px;
  }

  .get-form .btn-close {
    right: -7px;
    left: inherit;
    top: 0;
  }

  .consultant-form .wpcf7 .wpcf7-recaptcha iframe {
    transform: scale(0.5);
    left: -72px;
    top: -19px;
  }

  .global_bg .form-select {
    width: 100%;
  }

  .global_bg {
    padding: 15px;
  }

  .gallery_cont .w-75 {
    width: 100% !important;
  }

  .myForm {
    margin-bottom: 25px;
  }

  .staff-info h4 {
    font-size: 13px;
  }

  .staff-info span {
    font-size: 11px;
  }

  .school-time-table h4 {
    margin: 25px 0 80px;
  }

  .table-border {
    margin-top: 0
  }

  .fee-structure .gray-bg {
    padding: 20px;
  }
}

@media (max-width: 430px) {
  span.wpcf7-list-item.last{
    margin:0
  }
}
@media only screen and (max-width: 767px) {
.m-none{
  display: none;
}
}
@media only screen and (max-width: 991px) {
.site-header.sticky {
  transform: translateY(-15px) !important;
}
}