/*! HTML5 Boilerplate v9.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*===========================================================================
  Fonts called
=============================================================================*/

@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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: "Poppins", sans-serif, Helvetica;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border-radius: 4px;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

 p {
  font-weight: 300;
  margin-bottom: 20px;
 }

 h1 {
  color: #000;
  font-family: Times;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
 }

 h2 {
  color: #000;
  font-family: Times;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
 }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

   :root {
    --secondary: #0A8060;
    --primary: #044C3F;
    --black: #242D3C;
    --text:#646A75;
    --white:#FFF;
    --greenpeach: #F6FDFB;
    --star-size: 30px;
    --star-color: #fff;
    --star-background: #fc0;
  }
  
  
  
  header .logo-img{  max-height: 69px; }
  header .nav-link{     
      font-family: "Times", sans-serif;
      font-weight: regular;
      text-transform: capitalize;
      letter-spacing: 0.2px;
      font-size: 18px; 
      color: var(--black);
  }
  header ul.navbar-nav li {
      /* padding: 0 5px; */
  }

 

  .nav-item {
      padding: 3px 3px;
    /*padding: 3px 11px;
     border-bottom: 1px solid #d7e4e0; */
  }

  .nav-item.searchh {
    padding: 3px;
  }

  .nav-item.searchh a {
    padding: 0;
  }
  
  .btn-quote{
      font-family: "Times", sans-serif;
      background: var(--primary);
      color: var(--white);
      border-radius: 7px;
      min-height: 41px;
      font-size: 16px;
      min-width: 150px;
      padding: 5px;
      border: 1px solid var(--primary);
      margin-left: 15px;
      text-transform: uppercase;
  }
  .btn-quote:hover{
      background: var(--secondary);
      color: var(--white);
      border: 1px solid var(--primary);
  }
  
  .btn-search, .btn-search:hover{
  /*    background: var(--white);*/
      color: var(--black);
  /*    border: 1px solid var(--primary);*/
      min-width: 50px;
      height: 50px;
      font-size: 18px;
  }
  
  .btn-search, .btn-search:active  {
      border: 0;
  }
  #header {
      background-color: var(--greenpeach) !important;
      padding: 10px 0;
  }
  
  header .navbar-collapse {   position: relative; }
  
  .bg-body-tertiary{ background-color: var(--greenpeach) !important; }
  
  .showSearch {
      position: absolute;
      width: 100%;
      right: 165px;
      padding: 20px 25px;
      margin: 0;
      background: #FFF;
      bottom: -98px;
      box-shadow: 0 2px 5px #0000001f;
      border-radius: 10px 0px 10px 10px;
      max-width: 800px;
      z-index: 10;
  }
  .showSearch .form-control {
      height: 50px;
      padding-left: 20px;
      box-shadow: inherit;
      outline: 0;
  }
  .showSearch .btn.btn-search {
      min-width: 50px;
      height: 50px;
      background: var(--primary);
      color: var(--white);
  }
  .alignRight{ justify-content: end; }
  
  .btn-search#serTg{
      padding: 0;
  }
  .btn-search#serTg i {
      padding: 14px;
  }
  .serSpc{ margin-left: 2rem;}
  
  .bannerWraper{ margin: 0 0 50px; }
  
  .boxRight, .boxLeft{ position: relative; min-height: 620px; }
  
  .boxLeft::after{
      content: ' ';
      background-color: var(--primary);
      border-radius: 50px;
      min-height: 620px;
      transform: rotate(360deg) skewX(26deg) scale(1.4, 1.0);
      width: 100%;
      height: 100%;
      display: block;
  
      position: absolute;
      left: -35%;
      top: 0;
      z-index: 1;
  }
  
  .boxRight .bnr_content{
      background-color: var(--secondary);
      border-radius: 50px;
      min-height: 616px;
      transform: rotate(360deg) skewX(26deg) scale(1.41, 1.0);
      width: 105%;
      height: 100%;
      display: block;
  
      position: absolute;
      right: -13%;
      top: 0;
      z-index: -1;
      overflow: hidden;
  }
  .banner_bg{
      overflow: hidden;
      max-height: 620px;
  }
  
  .bgVector{
      position: absolute;
      z-index: 2;
      max-width: 67%;
      left: 0;
      top: 0;
  }
  
/*start custom style */
.dropdown-menu {
  border-radius: 0px 0px 20px 20px !important;
  background: #0A8060;
}

.dropdown-item {
   color: var(--white);
}

.dropdown-item:focus, .dropdown-item:hover {
  background: #ffffff42;
  border-radius: 4px;
  color: #fff;
}

.nav-link:focus, .nav-link:focus {
  outline: none;
}
.topspace {
  background-color: var(--primary);
  padding: 14px 2px 8px 2px;
}

@media screen and (max-width: 990px) {
  /* Your CSS rules for screens below 990px width */

  .topspace {
      display: none;
  }
}

/* .topspace .col-md-4 {
  border: 1px solid white;
} */

.topslice-contact li {
  display: inline-flex;
  margin-right: 20px;;
}
.tp-c-details span {
  color: var(--White, #FFF);
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-left: 5px;
  /* margin-top: 1px; */
}

.socialnet-header{
  display:  inline-flex;
  position: relative;
  float: right;
  /* left: 16px; */
  margin-bottom: 0;
  top: -3px;;
}

.socialnet-header li {
  margin-left: 7px;
  list-style: none;
}

.topslice-contact ul {
  margin-bottom: 0;
  padding-left: 0;
}

.socialnet-header li:hover svg {
  fill: var(--secondary);
}  

.socialnet-header li:hover svg:hover {
  opacity: .5;;
}

.header-Admission:hover {
  opacity: .5;
}


.header-Admission  {
  background: #0A8060;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  color: white;
  text-transform: capitalize;
  border: none;
  border-radius: 7px;
  /*padding: 23px 29px;*/
  padding: 10px 15px;
}

.custom-dropdown-menu {
  background-color: #0A8060 !important;
  color: white;
}

.custom-dropdown-menu a.dropdown-item {
  color: white !important;
  font-family: "Times", sans-serif;
  font-weight: regular;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  font-size: 18px;
  color: var(--black);
}

.custom-dropdown-menu a.dropdown-item:hover {
  background-color: transparent;
  color: black !important;
}

.head-brand-logo {
  max-height: 69px;
}

.nav-item:hover {
  opacity: .7;;
}

.searchform {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

/*.bannerstyle {
  background-image: url('../img/banner-header.png');
  background-size: cover;
}*/

.bannerstyle h1  {
  color: #044C3F;
  font-family: Times;
  font-size: 69px;
  font-style: normal;
  font-weight: 400 !important;
  max-width: 680px;
}

.bannerstyle p {
  max-width: 600px;;
}

.custhead1 {
  background-color: #0A8060 !important;
  color: white !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 23px 30px;
  border-radius: 7px !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}


.miviva {
  margin-top: 30px;
}

.prev-details .sp {
  margin-top: 10px;
  font-size: 14px;
}

.mivivacard {
  border-radius: 7.973px;
  background: var(--White, #FFF);
  box-shadow: 0px 1.993px 1.993px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 30px;
  margin-bottom: 50px;
}

.mivivacard h2 {
  margin-bottom: 20px;
}

.mivivacard span {
  color: #0A8060;
  font-family: Times;
  font-size: 24.417px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 10px;
}

.mivivacard a {
  color: #0A8060;
  font-family: Times;
  font-size: 17.441px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.mivivacard a:hover {
  color: #0A8060;
  opacity: .5;
}

#basiccont {
  margin-top: 50px;
  margin-bottom: 50px;
}

#basiccont  img {
  margin-top: 10px;
  margin-bottom: 20px;
}

#basiccont h3 {
  color: #0A8060;
  /* text-shadow: 0px 1.993px 1.993px rgba(0, 0, 0, 0.25); */
  font-family: Times;
  font-size: 24.417px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#basiccont h2, .headingpoint2 {
  color: #0A8060;
  font-family: Times;
  font-size: 54.315px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.headingpoint2 {
  color: #044C3F;
}
.prev-details {
  margin-top: 20px !important;
  color: #000;
  font-family: Poppins;
  font-size: 14.451px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.prev-details span {
  margin-right: 3px;
}

#importantDetails {
  background: url('../img/letshearbg.png') top left;
  background-size: cover;
  padding-top: 50px;
  min-height: 200px;
  
}


.slider-slick h3 {
  color: var(--White, #FFF);
  font-family: Times;
  font-size: 24.417px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.slider-slick h2 {
  color: var(--White, #FFF);
  font-family: Times;
  font-size: 54.315px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.slider-slick p {
  color: white;
  font-family: Poppins;
}

.slider-slick .Impname {
  color: var(--White, #FFF);
  font-family: Poppins;
  font-size: 21.263px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.slider-slick .position {
  font-size: 14px;
}


.slider-slick img {
  margin-bottom: 20px;
}

.slider-slick  .slick-dots {
  position: absolute;
  bottom: -35px;
  right: 0;
  padding: 0;
  display: inline-flex;
}

.slider-slick  .slick-dots li {
  list-style: none;
  margin-right: 5px;
}

.slider-slick  .slick-dots li button {
  font-size: 0;
  width: 41.107px;
  height: 10px;
  flex-shrink: 0;
  border: 0;
  border-radius: 5px;
  background-color: white;
  opacity: .5;
}

.slider-slick  .slick-dots li.slick-active button {
  font-size: 0;
  width: 25.107px;
  height: 10px;
  flex-shrink: 0;
  border: 0;
  border-radius: 5px;
  background-color: white;
  opacity: 1;
}

.props {
  margin-top: 100px;
}

.props .view {
  border-radius: 4.983px;
  border: 1.993px solid #50a797;
  padding: 5px 20px 20px 20px;
  margin-bottom: 60px;
}


.props h2 {
  color: var(--White, #FFF);
  text-align: center;
  font-family: Times;
  font-size: 26.246px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  line-height: normal;
}

.props p {
  color: var(--White, #FFF);
  text-align: center;
  font-family: Poppins;
  font-size: 14.949px;
  font-style: normal;
  font-weight: 300;
  line-height: 25.413px; /* 170% */
  padding-left: 3% ;
  padding-right: 3% ;
}

.props a.bn-readmore {
  color: #ffffff;
  font-family: Times;
  font-size: 17.441px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin: auto;
  text-align: center;
  width: 109px;
}
.props a.bn-readmore > span {
    color: #0A8060;
    font-family: Times;
    font-size: 24.417px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;    
    position: relative;
    top: -5px;
    margin-left: 10px;
}
.props svg.game {
  margin: auto;
  display: block;
  top: -33px;
  position: relative;
}

#admissionform {
  padding: 70px 0 70px 0;
}

.smii {
  background: url(../img/smilingchild.png) center center;
  background-size: cover;
  padding: 50px;
  border-radius: 20px;
}

#admissionform .formWrapp {
  background-color: #044C3F;
  border-radius: 10px;
  /* margin: 20px 0; */
  padding: 20px;
}

#admissionform  .formWrapp input[type="text"] {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid white;
  border-radius: 3px;
  background-color: transparent;
  color: #e1e1e1;
  margin-bottom: 15px;
}

#admissionform  .formWrapp button {
  width: 100%;
  color: white;
  background-color: #0A8060;
  padding: 15px 10px;
  font-size: 19px;
  font-weight: 500;
  border: 0;
  border-radius: 5px;
}

#admissionform  .formWrapp input[type="text"]::placeholder {
  color: #CBCBCB;
}

#admissionform  h2 {
  color: var(--White, #FFF);
font-family: Times;
font-size: 50.563px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

#headFeatures {
  padding: 70px 0;
  background: url(../img/features.png) top left no-repeat;
  background-size: cover;
}

#headFeatures h3.main {
  color: #0A8060;
  text-align: center;
  font-family: Times;
  font-size: 24.417px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#headFeatures h2.main {
  color: #0A8060;
  text-align: center;
  font-family: Times;
  font-size: 54.315px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#headFeatures .cards {
  margin-bottom: 40px;
}

#headFeatures .cards h3 {
  color: #000;
  font-family: Times;
  font-size: 27.699px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#pass {
  background: #FBF7ED;
  padding: 50px 0;
  min-height: 500px;
}

#pass .row {
  border-radius: 15px;
  overflow: hidden;
  min-height: 500px;
  background: url(../img/pass.png) left center no-repeat;
}

#pass  .tabssling {
  background: white;
  box-shadow: 1px ;
  min-height: 100px;
  margin-top: 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  border-radius: 4.983px;
  background: var(--White, #FFF);
  box-shadow: 0px 1.993px 1.993px 0px rgba(0, 0, 0, 0.25);
  padding: 30px;
}

#pass  .tabssling  .nav-tabs {
  border: 0;
}

#pass  .tabssling  .nav-link {
  border-radius: 3px !important;
  border: none;
  margin-right: 11px;
  border-radius: 6.301px;
  font-family: poppins;
  background: #FBF7ED;
  color: #0A8060;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800 !important;
  line-height: normal;
}

#pass  .tabssling  .nav-link.active {
  background: #0A8060;
  color: white;;
}

#pass  .tabssling h3 {
  margin-top: 50px;
}



#testimonialhome .slick-center.slick-active .testimonialHolder {
  display: flex;
  flex-direction: column;
  align-content: center;
  background: white;
  padding: 80px 30px 40px 30px;
  border-radius: 9.966px;
  background: var(--White, #FFF);
  box-shadow: 0px 1.993px 1.993px 0px rgba(0, 0, 0, 0.25);
  margin: 20px;
  opacity: 1;
}

#testimonialhome .slick-slide .testimonialHolder {
  display: flex;
  flex-direction: column;
  align-content: center;
  background: white;
  padding: 40px 15px 20px 15px;
  border-radius: 9.966px;
  background: var(--White, #FFF);
  box-shadow: 0px 1.993px 1.993px 0px rgba(0, 0, 0, 0.25);
  margin: 20px;
  opacity: 0.2;
}

.starHolder {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

#testimonialhome  h2 {
  color: #0A8060;
  font-family: Times;
  font-size: 54.315px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

#testimonialhome h3 {
  color: #0A8060;
  text-align: center;
  font-family: Times;
  font-size: 24.417px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}

.slick-center.slick-active .nameoftes, #testimonialhome .slick-slide .nameoftes {
  color: #0A8060;
  text-align: center;
  font-family: Poppins;
  font-size: 16.438px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.slick-center.slick-active .nameoftes {
  color: #0A8060;
  text-align: center;
  font-family: Poppins;
  font-size: 16.438px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.slick-center.slick-active .comnameoftes, #testimonialhome .slick-slide .comnameoftes {
  color: #0A8060;
  text-align: center;
  font-family: Poppins;
  font-size: 14.197px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#testimonialhome p {
  text-align: center;
  font-weight: 275;
}

#testimonialhome .slick-next,
#testimonialhome .slick-prev {
  font-size: 0;
  display: block;
  width: 50px;
  height: 50px;
  border: 0;
  position: absolute;
  top: 40%;
  z-index: 999;
}

#testimonialhome .slick-next {
  background: url(../img/right-arrow.png) center center no-repeat;
  right: 0;
}

#testimonialhome .slick-prev {
  background: url(../img/left-arrow.png) center center no-repeat;
  left: 0;
}



.Stars {
  --percent: calc(var(--rating) / 5 * 100%);

  display: inline-block;
  font-size: var(--star-size);
  font-family: Times; // make sure ★ appears correctly
  line-height: 1;
  
  &::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}



#testimonialhome {
  background: url(../img/testimonialbg.png) center center no-repeat;
  padding: 100px 0;
  min-height: 500px;

}

#footer {
  background: #0A8060;
  min-height: 100px;
  padding: 50px 0 25px 0;
}

#footer h2.contact {
  margin-top: 20px;
  color: var(--White, #FFF);
  font-family: Times;
  font-size: 32.021px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#footer h2 {
  margin-top: 20px;
  color: var(--White, #FFF);
  font-family: Times;
  font-size: 21.021px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
}

#footer p {
  color: var(--White, #FFF);
  font-family: Poppins;
  font-size: 12.622px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

#footer p {
  margin-bottom: 20px;
}

#footer ul {
  padding-left: 0;
}

#footer ul li {
  display: flex;
}


#footer ul li span {
  margin-right: 10px;
}


#footer ul.menu li {
  padding-left: 40px;
  background: url(../img/next_b.png) 0px 4px no-repeat;
}

#footer ul.menu li a {
  color: var(--White, #FFF);
  font-family: Poppins;
  font-size: 15.113px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  line-height: normal;
}


#footer ul.menu li a:hover {
  opacity: 0.5;
}

.subscribe-foot p {
  margin-top: 20px;
}

.subscribe-foot input {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 10px 0 0 10px;
  padding: 5px 20px;
  color: white;
  width: 50%;
}

.subscribe-foot input::placeholder {
  color: white;
}

.subscribe-foot button {
  border-radius: 6PX;
  border: 0;
  background: var(--White, #FFF);
  color: #0A8060;
  font-size: 12.139px;
  padding: 10PX;
  position: relative;
  left: -23px;
  top: -2px;
}

.downfooter {
  padding-top: 30px;
  border-top: 1px solid #27AE60;
}

.downfooter p {
  color: var(--White, #FFF);
  font-family: Poppins;
  font-size: 13.454px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.downfooter ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

.downfooter ul li a:hover {
  opacity: .5;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow:  none !important;
    border: 0;
}

.navbar-toggler {
  border: 0;
}


.search-link {
  margin-left: 10px;
}


/* pop up script */

body {
  font-family: sans-serif;
  margin: 0;
}

.open-btn {
  padding: 10px 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.popup-form {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffffe3;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.popup-form form {
  background-color: #ffffff00;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.popup-form label {
  margin-bottom: 5px;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 11px;
  color: #a3a3a3;
  text-indent: 13px;
}

.popup-form input[type="text"] {
  padding: 10px;
  border: 0;
  border-bottom: 3px solid #4CAF50;
  border-radius: 3px;
}

.popup-form button[type="submit"] {
  padding: 10px 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
  /* border-radius: 5px; */
  margin-top: 10px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #000;
}

.unisearch {
  display: flex;
}

.popup-form input[type="text"]:focus {
  outline: none;
}



/* Responsiveness */



  @media screen and (min-width: 990px) {
  .unisearch {
    width: 60%;
    margin: 100px auto;
  }
  .popup-form form {
    width: 100%;
  }
  .popup-form input[type="text"] {
    width: 90%;
  }

  .popup-form input[type="submit"] {
    width: 10%;
    border-radius:0 ;
  }
}

@media screen and (max-width: 990px) { 
  .unisearch {
    width: 100%;
    margin: 100px auto;
    flex-direction: column;
  }
}

/* pop up script till */


#subheader {
  background: #0A8060;
}
#subheader .containheader {
  position: relative;
  min-height: 100px;
  padding: 34px 0;

}

#subheader .containheader::after, #subheader .containheader::before {
  display: block;
  content: "";
  width: 156.398px;
  height: 105.688px;
  flex-shrink: 0;
  position: absolute;
}

#subheader .containheader::before {
  bottom: 0;
  left: 0;
  background: url(../img/arrowone.png) 0 0 no-repeat;
}

#subheader .containheader::after {
  top: 0;
  right: 0;
  background: url(../img/arrowtwo.png) 0 0 no-repeat;
}

#subheader h3 {
  color: var(--White, #FFF);
  font-family: Times;
  font-size: 19.5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

#subheader h2 {
  color: var(--White, #FFF);
  font-family: Times;
  font-size: 34.5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  line-height: 40px;
}

#subheader h2 span {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
.breadcrumbs ul {
  text-align: right;
  list-style: none;
  display: flex;
  gap: 8px;
  margin-left: 0;
  padding-left: 0;
}

.breadcrumbs ul li:not(:first-child) {
  padding-left: 16px;
  position: relative;
}

.breadcrumbs ul li:not(:first-child)::before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/breadcrumbarrow.png) 0 0 no-repeat;
  position: absolute;
  top: 8px;
  left: -2px;
}

.breadcrumbs ul li a {
  color: var(--White, #FFF);
  text-align: justify;
  font-family: "Noto Sans";
  font-size: 16.5px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}

.hero {
  padding-top: 40px;
  padding-bottom: 50px;
}



.leaderstalk {
  background: url(../img/features.png) top left no-repeat;
  background-size: cover; 
}

.LeadershipHeading h1, .princitalk h2 {
  color: #000;
  font-family: Times;
  font-size: 44.5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.LeadershipHeading h2 {
  color: #000;
  font-family: Poppins;
  font-size: 29.5px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.chairmaname, .princiname {
  color: #494949;
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.princitalk {
  background: url(../img/principalbotombg.png) bottom right no-repeat;
  background-size: cover; 
}


.leaderstalk img,
.princitalk img, 
.peopleinaction img, 
.peopleinaction img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.statimg {
  float: left;
  margin-right: 20px;
}

.video-play h2.video-cust {
  color: #0A8060;
  font-family: Times;
  font-size: 41.587px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  text-transform: capitalize;
}

.video-play h2 {
  color: #000;
  text-align: left;
  text-overflow: ellipsis;
  font-family: Poppins;
  font-size: 20.295px;
  font-style: normal;
  font-weight: 275;
  line-height: normal;
  margin-top: 20px;
}

.video-play p {
  color: #000;
  text-align: left;
  font-family: Poppins;
  font-size: 15.119px;
  font-style: normal;
  font-weight: 275;
  line-height: normal;
}

.video-play img {
  margin-bottom: 20px;
  width: 100%;
}

.video-play p span {
  font-weight: 500;
}

.common-template img, .videoframe {
  margin-bottom: 40px;
  margin-top: 40px;
}

.admissionprocess .gridcol {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
  margin-bottom: 30px;
}


.admissionprocess h2 {
  color: #000;
text-align: center;
font-family: Times;
font-size: 19px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}

.admissionprocess p {
    color: #000;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}

.Fill {
  border-radius: 7.182px;
  background: #044C3F;
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 15.5px;
  font-style: normal;
  font-weight: 700;
  padding: 10px 30px;
  text-decoration: none;
  line-height: normal;
  display: inline-flex;
  margin-top: 20px;
}

.Fill:hover {
  opacity: 0.5;
  color: white;
}

.admissionform .col-lg-6 {
  margin-bottom: 20px;
}

.admissionform h2 {
  color: #214239;
  font-family: Times;
  font-size: 40px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}


.submitAdmission {
  padding: 10px 100px;
}

.admissionSuccess h1 {
  color: #0A8060;
  font-family: Times;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.admissionSuccess p {
 padding-left: 0;
}

.gohome:hover {
  opacity: 0.5;
}


.whyCBSE {
  background: url(../img/features.png) top left no-repeat;
  background-size: cover;
}

.cbse-img {
  float: right;
  margin: 30px;
  margin-right: 0;;
}


.whyCBSE h1, .whyCBSE h2 {
  color: #421D73;
  margin-bottom: 20px;
}

.accordionDetails {
  margin-bottom: 30px;
}

.accordionDetails .accordion-button:not(.collapsed) {
  background-color: #0A8060;
  color: white;
}

.accordionDetails .accordion-button:not(.collapsed)::after {
  background-color: rgba(255, 255, 255, 0.686);
  border-radius: 5px;
}


.joincourse {
  .color: var(--White, #FFF);
  font-size: 18.997px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 20px;
  background: #044C3F;
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 15.5px;
  font-style: normal;
  padding: 10px 30px;
  text-decoration: none;
  line-height: normal;
  display: inline-flex;
  margin-top: 20px;
}

.joincourse:hover {
  opacity: .5;
  color: white;
}


.choosecourse {
  margin-top: 20px;
}


.publications {
  background: #203862;
}

.publications .slick-dots {
  display: flex;
  flex-direction: row;
  gap: 5;
  justify-content: center;
  margin-top: 20px;
}

.publications .slick-dots li {
  list-style: none;
}

.publications .slick-dots li button  {
  display: inline-flex;
  font-size: 0;
  width: 20px;
  height: 7px;
  border: 0;
  margin: 6px;
  border-radius: 5px;
}

.publications .slick-dots li.slick-active button {
  background: #0A8060;
  width: 40px ;

}

.publicationflex {
  display: flex;
  gap: 15px;
  margin: 10px;

}

.publicationflex h2, .publicationflex p, .publicationflex span, .publicationflex h3 {
  color: white;
}

.publicationflex h2 {
  font-size: 20px;
}


.publicationflex h3 {
  font-size: 16px;
}

.publicationflex span {
  font-size: 13px;
}

.Ourteam h2 {
  color: #421D73;
  font-family: Times;
  font-size: 35.968px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.Ourteam h2:not(:first-child) {
  margin-top: 50px;
}

.Ourteam .team img {
  margin-bottom: 20px;
}

.Ourteam .team h3 {
  color: #000;
  font-family: Poppins;
  font-size: 22.639px;
  font-style: normal;
  font-weight: 275;
  line-height: normal;
}

.Ourteam .team span {
  font-weight: 500;
}

.Ourteam .team ul {
  padding-left: 0;
  display: flex;
  list-style: none;
  flex-direction: row;
  gap: 5px;
}

.Ourteam .team ul li {
  padding: 5px 20px;
  border-radius: 100px;
  font-size: 13px;
  background: #0A8060;
  color: white;
}

.trainersay {
  margin-bottom: 20px;
}

.trainersay img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.galleryframe .galleryholder {
  margin-bottom: 20px;
  position: relative;
}


.galleryframe .galleryholder::after {
  content: "";
  position: absolute;
  width: 35px;
  height:35px;
  bottom: 10px;
  right: 20px;
  pointer-events: none;
  background: url(../img/openlightbox.png) no-repeat top center;
}

/* Lightbox css */


.gallery {
  display: flex;
  flex-wrap: wrap;
  /* margin: 0 -10px; */
}

.gallery a {
  position: relative;
  display: block;
  /* margin: 10px; */
  overflow: hidden;
}

.gallery img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.gallery a:hover img {
  transform: scale(1.1);
}

#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding-top: 69px;
}

#lightbox img {
  max-width: 80%;
  max-height: 80%;
  margin: auto;
  display: block;
  border-radius: 5px;
}

#lightbox-close {
  position: absolute;
  text-decoration: none;
  transform: translateY(-50%);
  color: white;
  font-size: 40px;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer;
}

#lightbox-prev,
#lightbox-next {
  text-decoration: none;
  transform: translateY(-50%);
  color: white;
  font-size: 40px;
  opacity: 0;
  /* transition: opacity 0.3s; */
  cursor: pointer;

}

#lightbox-close {
  right: 20px;
  top: 40px;
}

/* #lightbox-prev {
  right: 60%;
  bottom: 20%;
}

#lightbox-next {
  left: 60%;
  bottom: 20%;
} */

.controlholder {
  display: flex;
  margin-top: 50px;
  /* width: 200px; */
  flex-direction: row;
  /* background-color: black; */
  justify-content: space-around;
  margin: 50px auto;
  position: relative;
  gap: 10px;
}

#lightbox:hover #lightbox-close,
#lightbox:hover #lightbox-prev,
#lightbox:hover #lightbox-next {
  opacity: 1;
}



/* Linghbox css complete */

.galleryframe h3 {
  color: #421D73;
  font-family: Times;
  font-size: 35.968px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.galleryframe h2 {
  color: #421D73;
  font-family: Times;
  font-size: 42.968px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.contact h2 {
  color: #421D73;
  font-family: Times;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}


.contactform1 > div {
  margin-bottom: 10px;
}


.addressDetailsList {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
  margin-bottom: 15px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.expertsclass img {
  margin-bottom: 15px;
}

.expertsclass  h3 {
  color: #421D73;
  font-family: Times;
  font-size: 22.639px;
  font-style: normal;
  font-weight: 275;
  line-height: normal;
  margin-top: 20px;
}

.expertsclass span {
  font-weight: 500;
}

.footermenu {
  position: relative;
}

.footermenu::after{
  content: "⌄";
  /* border: 1px solid red; */
  position: absolute;
  color: white;
  right: 0px;
  top: -3px;
  line-height: 20px;
  padding: 1px 11px 11px 11px;
}

.subscribe-foot .footermenu::after {
  visibility: hidden;
}



header ul.navbar-nav {
  align-items: center;
}


.custom-dropdown-menu a.dropdown-item:hover {
  color: #421D73;
}


.nav-item.dropdown:hover    {
  opacity: 1;
}







































@media screen and (max-width: 990px) {
  /* Your CSS styles for screens below 1024px width */
  .head-brand-logo {
    max-height: 58px;
  }
  .header-Admission {
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 15px;
  }
  .nav-item {
    padding: 10px 3px;
    /* border-bottom: 1px solid #d7e4e0; */
  }
  #headFeatures h2.main {
    margin-bottom: 50px;
  }
  .gridcol {
    flex-direction: column !important;
  }

  header ul.navbar-nav li {
    width: 100%;
  }

  .Fill {
    margin: auto;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .Addressheading {
    margin-top: 20px;
  }
 
  header ul.navbar-nav {
    align-items: flex-start;
  }

  .nav-item.searchh {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .breadcrumbs ul {
    margin-top: 25px;
  }
}



@media screen and (min-width: 990px) {
  .search-link {
    display: none;
  }

  .banner-hi {
   padding-top: 69px;
  }

  .miviva {
    margin-top: 100px;
  }

  #headFeatures h2.main {
    margin-bottom: 100px;
  }

  #footer h2.custom {
    font-size: 21px;
    margin-top: 118px;
  }
  .breadcrumbs ul  {
    justify-content: right;
  }

}


@media screen and (max-width: 576px) {
  #headFeatures .cards .col-xs-2 svg {
    width: 80px;
    height: 80px;
  }
  #headFeatures .cards .col-xs-2  {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  #headFeatures .cards h3, #headFeatures .cards p  {
    text-align: center;
    padding: 5px 20%;
  }

  .smii {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tabssling {
    margin-left: 20px;
    margin-right: 20px;
  }



}

@media screen and (min-width: 769px) {
  .downfooter ul {
    text-align: right;
  }

 

}
@media screen and (max-width: 769px) {
  .downfooter ul li:first-child {
    margin-left: 0;
    /* border: 1px solid red; */
  } 


}

@media screen and (min-width: 576px) {
  .downfooter ul li {
    display: inline-flex !important;
    margin-left: 20px;
  }

}

@media screen and (max-width: 1200px) {
  .subscribe-foot button {
    border-radius: 10px !important;
    margin-top: 20px;
  }
  .subscribe-foot input {
    border-radius: 10px;
  }

}





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

