@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');


ul {list-style: none;}

a {text-decoration: none;}

img {
  /*display: block;*/
  max-width: 100%;
  height: auto;
}

a,
button {
  color: inherit;
}
body{
/*  font-family: Amatic SC !important;*/
}

.justify{
  text-align: justify;
}
.img-round-14{
  border-radius: 40px 0 40px 0;
}
.img-round-23{
  border-radius: 0 40px 0 40px;
}
.li-disc::marker{
  color: #8dc32f;
}
.saahas-clr{
  color: #8dc32f;
}
.vertical{
  align-items: center;
}

/*............................img outline........................*/
.logo-w{
    width: 15%;
}

/* home section styling */
.home{
/*  height:100vh;*/
height: 640px;
  width:100%;
  background: url(../img/banner.jpg)left center no-repeat;
/*  background: #403595 url(cta-bg.e604dac48f9a4376.png) no-repeat center center;*/
  background-size: cover;
  background-position: center center;
/*  background-attachment: fixed;*/
  position: relative;
}
.carousel-item{
    height: 620px;
}
.carousel-item img{
/*  height: 620px;*/
  object-fit: cover;
  position: absolute;
  top: -6em;
}

/*-----------------------about----------------------------------*/
.block-border img{
  height: 520px;
  object-fit: contain;
}
.team-card{
  height: auto;
  border: 1px solid #fed072;
  border-radius: 0 40px;
  overflow: hidden;
  box-shadow: 0px 1px 5px 0px #9ca1ab;
}
.team-card img{
  border-radius: 0 40px;
}
/*** Default shared CSS ****/
figure.figurefx {
/*  width: 600px;*/
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden; /* hide overflowing elements by default */
}

figure.figurefx figcaption {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: #ef9a88;
  padding: 15px;
  z-index: 100;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  top: 50%;
  left: 0;
  -moz-transform: translate3d(-100%, -50%, 0); /* position caption outside layout horizontally and centered vertically */
  -webkit-transform: translate3d(-100%, -50%, 0);
  transform: translate3d(-100%, -50%, 0);
  opacity: 0;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
figure.figurefx figcaption h4, figure.figurefx figcaption span{
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
figure.figurefx figcaption span{
  font-size: 15px;
}

figure.figurefx figcaption a {
  text-decoration: none;
}

/*** Push Up effect ****/
figure.pushup img {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

figure.pushup figcaption {
  top: 100%;
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


figure.pushup:hover img {
  -moz-transform: translate3d(0, -20px, 0); /* move image up vertically a bit for parallax effect */
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
/*  opacity: .5;*/
 
}

figure.pushup:hover figcaption{
  -moz-transform: translate3d(0, -100%, 0); /* move caption up vertically to fully reveal caption */
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0px -2px 28px rgba(0, 0, 0, 0.3);
}
/*-------------------------------------------------------*/
.single-home-card{
  background-color: #fed072;
    padding: 40px 30px;
    height: 225px;
}
.single-home-card h3{
  color: #263471;
/*  font-family: Amatic SC;*/
  font-weight: 700;
  /* text-shadow: 1px 0px #ffffff; */
  font-size: 33px;
}
.single-home-card-content p{
  font-weight: 600;
  font-size: 17px;
}
/*-----------------------------------------------------------------*/
.courses-box{
/*  height: 240px;*/
/*  background: gray;*/
/*  padding: 40px 20px;*/
  border-radius: 0 40px;
  border: 1px solid rgba(0, 0, 0, .15);
}
.courses-box:hover{
  border: 1ps solid #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
  transition: 0.3s ease-in-out;
}

.video{
  background-image: url(../img/h1-kids.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
/*  height: 500px;*/
}
.video img{
  height: 330px;
  object-fit: cover;
}


/*------------------------------------------------------*/
/*.subscribe{
  height: 300px;
    display: flex;
    align-items: center;
}
.subscribe form {
  font-size: 16pt;
  border: 2px solid #36447c;
  border-radius: 50px;
  overflow: hidden;
}
.subscribe input {
  font-size: inherit;
  width: 400px;
  padding: 16px;
  margin-right: -1px;
  transition: padding 0.2s;
  border: 0;
}
.subscribe input::selection {
  background: #fdd17c;
}
.subscribe button {
  font-size: inherit;
  float: right;
  padding: 16px;
  margin-left: -1px;
  background: #fcc04a;
  transition: padding 0.2s;
  border: 0;
}
.subscribe button:hover {
  cursor: pointer;
  padding: 16px 24px;
}
.subscribe button:hover ~ input {
  padding: 16px 0 16px 16px;
}*/

.certificate img{
  width: 200px;
  margin: 0 22px;
}




/*contact*/
.get_form_inner {
  display: block;
  padding: 40px 40px;
  background: #fff;
  box-shadow: 1px 2px 30px -7px #9ca1ab;
}
.contact-border {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #ebebeb;
    margin: 10px 0;
    width: 80%;
}
input[type="text"], input[type="text"], input[type="email"], input[type="tel"] {
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  color: #333;
  height: 42px;
  padding: 0 0 0 20px;
  width: 100%;
  outline: 0;
  margin: 8px 0 !important;
}
.contact p{
  color: #000;
  font-size: 16px;
  padding: 0 23px;
  font-weight: 600;
}
.contact p a{
  color: #000;
  font-weight: 600;
}
.contact button[type=submit]{
  background: #feda14;
  border: 0;
  padding: 10px 30px;
  color: #263471;
  font-weight: 700;
}
.edgt-icon-font-awesome{
  color: #263471;
  font-size: 20px !important;
}

.grid-50-50 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.grid-full {
  margin: 20px 0;
}
textarea {
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  color: #333;
  padding: 12px 0 0 20px;
  width: 100%;
  outline: 0;
  margin-bottom: 20px;
  margin: 8px 0 !important;
}


/*gallery*/
.gallery-card {
    background-color: #fed072;
    padding: 0px 20px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
/*    border-radius: 5px;*/
}
.gallery-card:hover {
    color: #fff;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 17%);
    transition: all 0.2s;
}
.gallery-card h4{
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
         .container-gallery {
  width: 100%;
  column-count: 3;
  margin: 0 auto;
}
.heading, .heading h3 {
  font-weight: 700;
  color: #263471;
}
.grid-item img {
  width: 100%;
    height: auto;
    margin: 0px 10px 10px 0;
}

@media only screen and (max-width: 768px) {
  .container-gallery {
    column-count: 3;
  }
}

@media only screen and (max-width: 450px) {
  .container-gallery {
    column-count: 2;
  }
}

/* Contact Me CSS */
/*===== FOOTER =====*/
.footer {
  background-color: #121832;
  color: #fff;
  text-align: center;
}

.footer__container {
  padding: 3rem 0;
}

.footer__title {
  font-size: 2.25em;
  margin-bottom: 0.5em;
  font-weight: 600;
}

.footer__description {
  margin-bottom: 1.5em;
}

.footer__social {
  margin-bottom: 3em;
}
.footer__links {
  display: flex;
  justify-content: center;
  column-gap: 2rem;
}

.footer__link:hover {
  color: var(--text-color-light);
}
.footer__link {
  color: #fff;
  text-decoration: none;
  transition: .3s;
}

.footer__link:hover {
  color: var(--first-color-light);
}

.footer__copy {
  font-size: 0.8em;
  color: #7B6F71;
}

/*===== MEDIA QUERIES =====*/
@media screen and (min-width: 768px) {
  body {
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .bd-container {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Responsive Media Queries */
@media (max-width:1190px){
  
}

@media (max-width: 991px) {}
@media (max-width: 767px) {
  #logo img{
    width: 110px;
  }
.patch{
  height: 230px !important;
} 
.patch h1 {
    font-size: 24px !important;
    padding-top: 34% !important;
}
.patch p {
    font-size: 13px !important;
    padding: 0 20px !important;
}
.carousel-item{
    height: inherit;
}
.carousel-item img{
  position: inherit;
  top: 0;
}
.video {
    background-size: cover;
}
.nectar-shape-divider1 {
    height: 50px !important;
    top: -50px !important;
}
.certificate img {
    width: 75px;
    margin: 0px 10px;
}

}

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