
/* common css admission, whygenx, mediagallery, videogallery, imagegallery start */

  .lower-content a{
      background: blue;
      color: #fff;
  }
  /* .overlay-pic{
    position: relative;
  }
  .overlay-pic::before {
content: "";
position: absolute;
background: url(../images/kk.png) no-repeat center center;
height: 386px;
width: 600px;
top: -119px;
left: 0;
opacity: 0.4;
z-index: -1;
}
@media (max-width: 640px) {
    .overlay-pic::before {
     display: none;
  }
    
  } */
/* common css admission, whygenx, mediagallery, videogallery, imagegallery End */


/* addmission :start */
 /* marque start */

 .marquee {
  width: 100%;
  height: 50px;
  background-color:#261345;
  color: #eee;
  overflow: hidden;
  position: relative;
}
.marquee:before,
.marquee:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}
/* .marquee:before {
  left: 0;
  background: linear-gradient(to right, #111 0%, transparent 100%);
}
.marquee:after {
  right: 0;
  background: linear-gradient(to left, #111 0%, transparent 100%);
} */

.marquee > ul {
  padding: 0;
  margin:0;
  display: flex;
  list-style-type: none;
  animation: marqee 15s linear infinite;
  position: absolute;
  height:100%;
}

.marquee > ul > li {
  /* font-family: 'Noto Sans TC'; */
  white-space: nowrap;
  margin-right: 2em;
  font-weight: bold;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 23px;
  padding-top:6px;
}
  

@keyframes marqee {
  0% {
    left: 100%;
    transform: translateX(0%);
  }

  100% {
    left: 0;
    transform: translateX(-100%);
  }
}
@keyframes fadeout {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

 /* marque end */
 

 .color-forestgreen{
  color: #497537;
 }
/* div contain section start */
.lower-content {
    padding: 31px 0 0;
}
.img-section img{
    width: 100%;
}
.head{
  margin: 0!important;
}
@media (max-width: 1200px) {
    .img-section img{
        padding: 56px 0 0;
}
    
}
@media (max-width: 991px) {
    .img-section img{
        padding: 126px 0 0;
}
    
}
/* div contain section end */
  /* side pannel start */
  .card-making{
    float: right;
    border: 1px solid black;
    padding: 81px 95px;
  }
  .inp-cha-me input{
    border: 1px solid transparent;
background: none;
box-shadow: none;
margin-top: 7px;
margin-left: 149px;
  }
  @media (max-width: 1200px) {
    .inp-cha-me input{
      margin-left: 68px;
    }
  }
  @media (max-width: 991px) {
    .card-making {
float: left;
margin-left: 218px;
border: 1px solid black;
padding: 81px 95px;
}
.inp-cha-me input{
padding: 3px 148px;
    }
  }
  @media (max-width: 768px) {
    .card-making {
float: left;
margin-left: 142px;
border: 1px solid black;
padding: 81px 95px;
}
.inp-cha-me input{
padding: 3px 74px;
    }
  
  }
  @media (max-width: 540px) {
    .card-making {
float: left;
margin-left: 121px;
border: 1px solid black;
padding: 81px 95px;
}
.inp-cha-me input{
padding: 3px 51px;
    }
  }


/* side pannel end */
/* addmission :End */





/* whygenx :start */
   /* col-6 card contain :start */
   .card-contain{
    padding: 0;
  }
  @media (max-width: 1200px) {
    .card-contain{
    padding: 1px 0px 0px 56px;
  }
  }
  @media (max-width: 768px) {
      .card-contain {
padding: 24px 0px 0px 2px;
}
  }
/* card service-section start */
.serviceBoxx {
position: relative;
width: 100%;
height: auto;

border-radius: 20px;
overflow: hidden;
margin-top: 25px;
}
.serviceBoxx .iconn {
position: absolute;
top: 30px;
left: calc(50% - 40px);
width: 80px;
height: 80px;
border-radius: 50%;
transition-delay: 0s;
background: var(--i);
transition: 0.5s;
display: flex;
justify-content: center;
align-items: center;
z-index: 2;
transition-delay: 0.25s;
}

.serviceBoxx .iconn i {
font-size: 2em;
color: #fff;
transition: 0.5s;
transition-delay: 0;
}

.serviceBoxx .contenta {
position: relative;
padding: 20px;
color: #fff;
text-align: center;
margin-top: 100px;
z-index: 1;
transform: scale(1);
transition: 0.5s;
transition-delay: 0s;
}

.serviceBoxx .contenta h2 {
margin-top: 14px;
margin-bottom: 10px;
font-size: 24px;
line-height: 29px;
}
.serviceBoxx .contenta p {
font-weight: 300;
line-height: 1.5em;
}
.card-back-color-1{
background: #d72d24;
}
.card-back-color-2{
background: #3bc3fd;
}
.card-back-color-3{
background: #f7ce53;
}
.card-back-color-4{
background: #f7ce53;
}
.card-back-color-5{
background: #8fd66d;
}
.card-back-color-6{
background: #3bc3fd;

}


.line-color{
color: orange;
}
.section-header .cate{
font-weight: 700!important;
}


/* card service-section end */
/* rotated logo */
.serviceBoxx .iconn i:hover{
    transform: rotate(360deg);
}
/* whygenx :End */





/* media gallery :start */
.carded {
    width: 92%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #EB5160;
    color: #fff;
   
    margin-bottom: 60px;
  }
  .bordered {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 6px;
    border: 1px solid #fff;
    opacity: 0.5;
    left: -6px;
    top: -6px;
  }
  .carded img {
    width: 90%;
    position: absolute;
    top: -6%;
    left: -6%;
    cursor: pointer;
  }
  
  .card-color-0 {
      background-color: #d8342c;
  }
  
  .card-color-1 {
    background-color: #f6cf57;
  }
  
  .card-color-2 {
    background-color: #3ec4fd;
  }
  
  .card-color-3 {
    background-color: #7fd059;
  }
  .carded h1 {
      padding: 316px 0px 26px 10px;
      width: 90%;
      font-size: 29px;
      top: 91px;
  }
  /* popup */
  .chat-image {
    /* max-width: 300px; */
    width: 100%;
    cursor: pointer;
  }
  .chat-image:hover{
    opacity: 0.9;
  }
  #popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
  }
  #popup-image {
    z-index: 100;
    color: #fff;
  }
  #full-view {
      width: 30%;
      height: auto;
      position: fixed;
      top: 50%;
      border: 1px solid;
      padding: 3px;
      left: 50%;
  }
  #popup-buttons {
    position: fixed;
  }
  #popup-buttons a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    display: block;
    margin: 20px;
    outline: none;
    outline-style: none;
    -moz-outline-style: none;
  }
  .icon-fontaswam{
      font-size: 33px;
     
      box-shadow: 6px 4px 66px red;
      color: red;
  }
  
  
  .line-color{
    color: orange;
  }
  .section-header .cate{
    font-weight: 700!important;
  }
  
  
  
  @media (max-width: 1200px) {
    .carded h1 {
      padding: 241px 0px 26px 10px;
      
  }
    
  }
  @media (max-width:991px) {
    .carded h1 {
      padding: 195px 0px 26px 10px;
      
  }
    
  }
  @media (max-width: 768px) {
    .carded h1 {
      padding: 316px 0px 26px 10px;
      width: 90%;
      
  }
    
  }
/* media gallery :End */




/* video-gallery :start */
.vid-gallery{
    margin: 20px;

}



.line-color{
color: orange;
}
.section-header .cate{
font-weight: 700!important;
}
@media (max-width: 640px) {
.overlay-pic::before {
display: none;
}

}



.hedline h1 {
    text-align: center;
    color: coral;
    font-family: sans-serif;
}
.grid-container {
    columns: 5 200px;
    column-gap: 1.5rem;
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.grid-container div {
    width: 150px;
    margin: 0 1.5rem 1.5rem 0;
    display: inline-block;
    width: 100%;
    background: #eee;
    padding: 10px;
    box-shadow: 5px 5px 5px rgba(165, 24, 24, 0.5);
    border-radius: 5px;
    transition: all 0.25s ease-in-out;
}
.grid-container1{
border: solid 5px #3ec4fd;
}
.grid-container2{
border: solid 5px #b74729;
}
.grid-container3{
   border: solid 5px #95d976; 
}
.grid-container4{
border: solid 5px #3ec4fd;
}
.grid-container5{
border: solid 5px #f8d363;
}
.grid-container6{
border: solid 5px #d93931;
}
.grid-container7{
border: solid 5px #b74729;
}
.grid-container8{
border: solid 5px #95d976;
}
.grid-container9{
border: solid 5px #3ec4fd;
}
.grid-container10{
border: solid 5px #d93931;
}
.grid-container div:hover img {
    filter: grayscale(0);
}
.grid-container div img {
    width: 100%;
    /* filter: grayscale(100%); */
    border-radius: 5px;
    transition: all 0.25s ease-in-out;
}
.zoom{
    transition: transform .2s; /* Animation */
}
.zoom:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }
  /* side pannel */
  


  /* change gallery j */
  .side-panel-btn a{
    width: 100%;
padding: 2px;
border: 2px solid #0d0d52;
border-radius: 7px;
color: #0d0d52;
text-align: center;
}
.side-panel-btn a:hover{
color: #fff;
background: #00aaf7;
border: 2px solid transparent;
font-weight: 700;
}
.widget .widget-header{
background: #f6ce54;
}
.widget .widget-header .title{
color: #261345;
text-align: center;
}


/* video button colgroup */
.video-button{
color: #f2d27f!important;
}
/* video-gallery :End */






/*  awards-testimonials:start */
.award-section-heading{
  text-align: center;
  padding: 20px;
  margin: 20px;
}




.testimonial-item {
  position: relative;
}
.testimonial-details {
  position: relative;
  padding: 30px;
  border: 2px solid #ffc000;
  border-radius: 8px;
  margin-bottom: 14px;
}

.testimonial-details:before {
  font-family: FontAwesome;
  content: "\f10d";
  position: absolute;
  top: -5px;
  left: -2px;
  font-size: 22px;
  background: #fff;
  color: #ffc000;
  line-height: 24px;
  padding-right: 10px;
  padding-bottom: 7px;
}
.testimonial-details:after {
  font-family: FontAwesome;
  content: "\f10e";
  position: absolute;
  bottom: -5px;
  right: -2px;
  font-size: 22px;
  background: #fff;
  color: #ffc000;
  line-height: 24px;
  padding-left: 10px;
  padding-top: 7px;
}

.testimonial-details img {
  display: block;
  width: auto !important;
  height: auto !important;
  position: absolute;
  bottom: 0px;
  left: 30px;
  transform: translateY(100%);
}
.testimonial-details p {
  margin-bottom: 5px;
}
.testimonial-details h4 {
  font-size: 20px;
  color: #e84b3a;
}
.testimonial-details h4 span {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #707070;
}
.testimonial-image {
  height: 80px;
  width: 80px;
  border: 4px solid #ffc000;
  border-radius: 100%;
  overflow: hidden;
  transform: translateX(70px);
} 




/* main css important change for page-degine:start */
.jah .testimonial-details:after{
  background-color: transparent!important;
}
.jah .testimonial-details:before{
background-color: transparent!important;
}
.jahi .owl-nav .owl-prev{
  top: 15%!important;
}
.jahi .owl-nav .owl-next{
  top: 15%!important;
}
.testimonial-details{
  background: #fff;
}



.custom-padding-bottom{
  padding-bottom: 7.5px;
}
.font-aswam-font-size{
  font-size: 21px;
}
/* main css important change for page-degine:end */
/* awards-testimonials :End */
/* Creche style start */
.creche-sec {
  padding: 60px 0;
  position: relative;
}

/* .creche-sec::before {
  content: "";
  position: absolute;
  background: url("../images/kk.png") no-repeat center center;
  height: 386px;
  width: 600px;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: -2;

} */

.creche-check i {
  padding-top: 5px;
  font-size: 20px;
  color: #d72e26;
}

.creche-check {
  margin-bottom: 14px;
}

.creche-check p {
  padding-left: 20px;
  font-weight: 600;
}

/* creche style end */



/* award sec style start */

.award-sec {
  position: relative;
  padding: 80px 0;
  z-index: 4;
}

/* .award-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #26134557;
  z-index: -4;
} */

.recog-content p{
  color: #000;
}
.card-content p{
  color: #000;
}
.vision-content p{
  color: #000;
}
.line-color-h3-own3{
  color: #328d08;
}
.line-color-h3-own2{
  color:#e4b72a;
}
.line-color-h3-own1{
  color: #0071f0;
}


.arrow-box {
  width: 30px;
  height: 30px;
  background: #9d343f;
  border-radius: 50%;
  margin-top: 9px;
  float: left;
  line-height: 25px;
  margin-right: 20px;
}

.arrow-box i {
  color: #fff;
  font-size: 13px;
  transition: ease-out 0.4s;
  padding-left: 8px;

}

.award-area {
  margin-bottom: 20px;
}

.award-area:hover .arrow-box i {
  transform: translateX(2px);
}

.award-area p {
  padding-left: 20px;
  color: #000;
  font-weight: 500;
}

.image-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  left: 32%;
  top: 0;
  transition: ease-out 0.5s;
}

.award-sec .card {
  transition: ease-out 0.5s;

}

.award-sec .card:hover .image-circle {
  transform: translateY(-20px);
}

.award-sec .legacy-card {
  position: relative;
  overflow: hidden;
  padding: 20px;
  z-index: 1;
  border: 2px solid #0071f0;
  /* box-shadow: -1px 0px 20px 0px #000; */
  padding-bottom: 60px;
  border-bottom-right-radius: 60px;
}


.award-sec .vision-card {
  position: relative;
  overflow: hidden;
  padding: 20px;
  z-index: 1;
  border: 2px solid #e4b72a;
  /* box-shadow: -1px 0px 20px 0px #000; */
  padding-bottom: 60px;
  border-bottom-right-radius: 60px;
}

.award-sec .vision-card::after {
  position: absolute;
  content: "";
  width: 351px;
  height: 257px;
  background: #e4b72a;
  top: -164px;
  left: -10px;
  z-index: -1;
  transform: rotate(40deg);
  border-bottom-right-radius: 208px;
  box-shadow: 1px 1px 20px 0px #134b8a;
}

.award-sec .recog-card {
  position: relative;
  overflow: hidden;
  padding: 20px;
  z-index: 1;
  border: 2px solid #328d08;
  /* box-shadow: -1px 0px 20px 0px #000; */
  padding-bottom: 60px;
  border-bottom-right-radius: 60px;
}

.award-sec .recog-card::after {
  position: absolute;
  content: "";
  width: 351px;
  height: 257px;
  background: #328d08;
  top: -164px;
  left: -10px;
  z-index: -1;
  transform: rotate(40deg);
  border-bottom-right-radius: 208px;
  box-shadow: 1px 1px 20px 0px #134b8a;
}



.legacy-text {
  color: #fff !important;
  opacity: 0.4;
}

.award-sec .legacy-card::after {
  position: absolute;
  content: "";
  width: 351px;
  height: 257px;
  background: #0071f0;
  top: -164px;
  left: -10px;
  z-index: -1;
  transform: rotate(40deg);
  border-bottom-right-radius: 208px;
  box-shadow: 1px 1px 20px 0px #134b8a;
}

.card-content {
  position: relative;
  top: 20px;
  border-top: 2px solid #0071f0;
  padding-top: 20px;
}

.vision-content {
  border-top: 2px solid #e4b72a;
}

.recog-content {
  border-top: 2px solid #328d08;
}

.asia-text {
  color: #d62c40;
}

.card-content h4 {
  text-align: center;
}

/* .fa-arrow-right {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
} */

/* award sec style end */

/* Nursery style start */
.border-left {
  border-left: 1px solid #000;
}

.nursery-sec {
  padding-top: 80px;
}

.nursery-sec::before {
  content: "";
  position: absolute;
  background: url("../images/kk.png") no-repeat center center;
  height: 386px;
  width: 600px;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: -2;
}

.nursery-card-sec {
  position: relative;
}

.nursery-card-sec::after {
  content: "";
  position: absolute;
  background: url("../images/bb.png") no-repeat center center;
  height: 530px;
  width: 600px;
  bottom: 0;
  right: 0;
  opacity: 0.2;
  z-index: -2;
}

.nursery-middle-sec {
  padding: 1px 0;
  background:url("../images/ele_patter_bg2.png") repeat center center #95cde5;
}

.nursery-middle-sec .owl-theme .owl-dots .owl-dot span {
  display: none !important;
}

.nursery-middle-sec .owl-theme .owl-nav {
  display: flex !important;
}

.nursery-middle-sec .owl-carousel .owl-nav button.owl-prev,
.nursery-middle-sec .owl-carousel .owl-nav button.owl-next {
  font-size: 60px !important;
  transition: ease-in 0.5s;
}

.nursery-middle-sec .owl-carousel .owl-nav button span {
  position: relative;
  top: -8px;
}

.nursery-middle-sec .owl-carousel .owl-nav button {
  background: #f3b90b !important;
}

.nursery-middle-sec .owl-carousel .owl-nav button:hover {
  background: #8d67da !important;
}

.nursery-middle-sec .owl-carousel .owl-nav button:hover span {
  color: #fff !important;
}

.nursery-middle-sec .owl-theme .owl-dots {
  display: none !important;
}

.activity-box {
  background: #e79626;
}

.nursery-card-sec {
  padding: 0 0 50px 0;
}


.nursery-card-sec .card-body {
  padding: 30px 20px 30px 20px;
}

.image-card {
  overflow: hidden;
}

.nursery-card-sec .card-body.blue-wave {
  background: url(../images/single-service-shape.png) no-repeat center bottom;
  background-size: contain;
  /*padding-bottom: 60px;*/
}

.nursery-card-sec .card-body.red-wave {
  background: url(../images/single-service-shape1.png) no-repeat center bottom;
  background-size: contain;
  /*padding-bottom: 60px;*/
}

.nursery-card-sec .card-body.green-wave {
  background: url(../images/single-service-shape2.png) no-repeat center bottom;
  background-size: contain;
  /*padding-bottom: 60px;*/
}



.nursery-card-sec .card {
  border: 0 !important;
  transition: all 0.5s;
  overflow: hidden;
}

.nursery-card-sec .card img {
  transition: all 0.5s;
}

.nursery-card-sec .card:hover img {
  transform: scale(1.2) rotate(4deg);
}

.main-text-nursery {
  font-size: 16px;
  font-weight: 600;
}

.nursery-card-sec .card h4 {
  position: relative;
  display: inline-block;
}

.nursery-card-sec .card h4::after {
  position: absolute;
  content: "";
  width: 140px;
  height: 1px;
  background: #000;
  bottom: -5px;
  left: 50%;
  padding: 0 40px;
  transform: translateX(-50%);
}

.play-card-text {
  color: #d83028;
}

.play-card-text::after {
  background: #d83028 !important;
}

.nursery-card-text {
  color: #3dc3fd;
}

.nursery-card-text::after {
  background: #3dc3fd !important;
}

.kind-card-text {
  color: #73a562;
}

.kind-card-text::after {
  background: #73a562 !important;
}

.cloud-area {
  position: relative;
  z-index: 1;
}

.cloud-area::after {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/plain.png) no-repeat left top;
  animation: plain 5s infinite linear;
  z-index: -1;
}



@keyframes plain {
  0% {
    transform: translateX(40px) translateY(-20px);
  }

  50% {
    transform: translateX(0px) translateY(0px);
  }

  100% {
    transform: translateX(40px)translateY(-20px);
  }
}



.cloud-text {
  position: absolute;
  top: 93px;
  left: 50%;
  transform: translate(-50%);
}
.mickey-area {
  position: relative;
  z-index: 1;
  top:-58px;
}
.mickey-text {
  position: absolute;
  top: 146px;
  left: 50%;
  transform: translate(-50%);
}

.cloud-head {
  color: #d5261d;
}

.cloud-area .cloud-text p {
  color: #261345;
  font-weight: 600;
}

/* Nursery style end */




/* day care style start */

.square-box {
  width: 70px;
  height: 70px;
  border: 2px solid #fffafa;
  transform: rotate(45deg);
  border-radius: 14px 0 14px 0;
  margin: auto;
  z-index: 1;
  position: relative;
  top: 20px;
  background: #261345;
}

.day-sec .card {
  padding: 40px 24px;
  z-index: -1;
  position: relative;
  border: 0 !important;
  overflow: hidden;
}

.day-sec .card::after {
  position: absolute;
  content: "";
  bottom: -27px;
  padding: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background: url(../images/day_cloud.png) no-repeat;
  background-size: contain;
  z-index: -2;
  opacity: 0.2;
}



.before-card {
  background: #4aa7d0;
  /* border: 1px solid #2e7797; */
}

.during-card {
  background: #b14842;
  /* border: 1px solid #872e29; */
}

.after-card {
  background: #6b9b54;
  /* border: 1px solid #426233; */

}

.square-box i {
  transform: rotate(-45deg);
  font-size: 25px;
  line-height: 60px;
  padding-left: 14px;
  padding-top: 6px;
  color: #fff;
}

.day-sec {
  padding: 80px 0;
}



.day-sec .card h4 {
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.day-sec .card p {
  color: #fff;
}

.gude-sec {
  padding: 60px 0;
  background: rgb(183 197 212 / 43%);
}

.guide-text {
  margin-bottom: 30px;
}

.guide-text i {
  padding-top: 8px;
  font-size: 20px;
  color: #0b9ddf;
}

.guide-text p {
  padding-left: 20px;
  color: #000;
  font-weight: 500;
}

.guide-img {
  position: relative;
}

.guide-img img {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.guide-img::before {
  position: absolute;
  content: "";
  right: -11%;
  top: -30%;
  width: 100%;
  height: 100%;
  background: url(../images/guide-cloud.png) no-repeat 100% 0;
  animation: day 6s infinite linear;
}

@keyframes day {
  0% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/* day care style end */

/* teacher training style start */
.training-sec {
  padding: 80px 0;
}

.main-text-training {
  font-size: 16px;
  font-weight: 600;
  text-align: justify;
}

.border-btm {
  width: 200px;
  margin: auto;
  height: 3px;
  background: #fff;
}

.training-sec .card {
  /* background: #283773; */
  padding: 30px;
  border-radius: 20px;
}

.training-sec .card i {
  color: #f3ab68;
  padding-top: 8px;
  font-size: 17px;
}

.training-sec .card h4 {
  color: #fff !important;
}


.training-sec .card p {
  color: #fff;
  padding-left: 20px;
}

.training-sec .card .check-area {
  padding-bottom: 20px;
}

.basic-card {
  background: #0c7aaa;
}

.advance-card {
  background: #261345;
}

.pre-card {
  background: #497537;
}

/* .fa-book {
  padding-left: 10px !important;
} */


/* teacher training style end */
