#carousel_slider.flexslider ul.slides li {
    position: relative;
    border-radius: 5px;
    background-color: #000;
    overflow: hidden;
}

#carousel_slider.flexslider ul.slides li .caption {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff;
}

#carousel_slider.flexslider ul.slides li img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: .4;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#carousel_slider.flexslider ul.slides li img, .box_grid figure a img {
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

#carousel_slider.flexslider ul.slides li .caption small {
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.77,0,.175,1);
    -moz-transition: all .3s cubic-bezier(.77,0,.175,1);
    -ms-transition: all .3s cubic-bezier(.77,0,.175,1);
    -o-transition: all .3s cubic-bezier(.77,0,.175,1);
    transition: all .3s cubic-bezier(.77,0,.175,1);
    position: absolute;
    bottom: 10px;
    left: 20px;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    font-size: .875rem;
    -webkit-transform: translate(0,10px);
    -moz-transform: translate(0,10px);
    -ms-transform: translate(0,10px);
    -o-transform: translate(0,10px);
    transform: translate(0,10px);
}

#carousel_slider.flexslider{overflow:hidden;background-color:transparent}#carousel_slider.flexslider .flex-direction-nav{display:none}#carousel_slider.flexslider ul.slides li{position:relative;border-radius:5px;background-color:#000;overflow:hidden}#carousel_slider.flexslider ul.slides li:hover img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}#carousel_slider.flexslider ul.slides li img{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:.4;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#carousel_slider.flexslider ul.slides li .caption{position:absolute;left:0;top:0;z-index:9;width:100%;height:100%;padding:20px;color:#fff}#carousel_slider.flexslider ul.slides li .caption h3{font-size:21px;font-size:1.3125rem;color:#fff;font-weight:500}#carousel_slider.flexslider ul.slides li .caption h3 span{margin:3px 0 0;display:block;text-transform:uppercase;font-size:12px;font-size:.75rem}#carousel_slider.flexslider ul.slides li .caption small{opacity:0;-webkit-transition:all .3s cubic-bezier(.77,0,.175,1);-moz-transition:all .3s cubic-bezier(.77,0,.175,1);-ms-transition:all .3s cubic-bezier(.77,0,.175,1);-o-transition:all .3s cubic-bezier(.77,0,.175,1);transition:all .3s cubic-bezier(.77,0,.175,1);position:absolute;bottom:10px;left:20px;display:block;width:100%;font-weight:500;font-size:14px;font-size:.875rem;-webkit-transform:translate(0,10px);-moz-transform:translate(0,10px);-ms-transform:translate(0,10px);-o-transform:translate(0,10px);transform:translate(0,10px)}#carousel_slider.flexslider ul.slides li .caption small em{display:inline-block;margin-left:5px;text-decoration:line-through;opacity:.6}#carousel_slider.flexslider ul.slides li:hover .caption small{opacity:1;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}


.active-menu{
border-bottom: 3px solid #fad843;}

.dd-menu li:hover
{
    border-bottom: 3px solid #fad843;
}

.btn.enq-now {
  background: #efc468;
  border-radius: 0;
  color: #232323;
  display: inline-block;
  font-size: 1rem;
  height: 35px;
  line-height: 22px;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  width: 150px;
  z-index:9999;
  top:150px;
  /* Hover styles, 
  media queries */
}




.instructions {
  text-align: center;
  font-size: 20px;
  margin: 15vh;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
	//   Default Modal Styles   //
////////////////////////////////////////////////////////////////////////////////////////////// */
/*   This is the background overlay   */
.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  z-index: 101;
  display: none;
}

/*   This is the Popup Window   */
.delayedPopupWindow {
    display: none;
    position: fixed;
    width: auto;
    max-width: 390px;
    height: 150px;
    bottom: 20px;
    left: 275px;
    margin-left: -260px;
    margin-top: -180px;
    background-color: #fff;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	border-radius:3px;
    z-index: 102;
    padding: 10px 20px;
	border-top: 5px solid #FAD843;
}

/*   This is the closing button  */
#btnClose {
  width: 100%;
  display: block;
  text-align: right;
  text-decoration: none;
  color: #BCBCBC;
}

/*   This is the closing button hover state  */
#btnClose:hover {
  color: #c90c12;
}

/*   This is the description headline and paragraph for the form   */
#delayedPopup > div.formDescription {
  float: left;
  display: block;
  width: 44%;
  padding: 1% 3%;
  font-size: 18px;
  color: #666;
  clear: left;
}

/*   This is the styling for the form's headline   */
#delayedPopup > div.formDescription h2 {
  color: #444444;
  font-size: 36px;
  line-height: 40px;
}

/* 
////////// MailChimp Signup Form //////////////////////////////
*/
/*   This is the signup form body  */
#delayedPopup #mc_embed_signup {
  float: left;
  width: 47%;
  padding: 1%;
  display: block;
  font-size: 16px;
  color: #666;
  margin-left: 1%;
}

/*   This is the styling for the signup form inputs  */
#delayedPopup #mc-embedded-subscribe-form input {
  width: 95%;
  height: 30px;
  font-size: 18px;
  padding: 3px;
  margin-bottom: 5px;
}

/*   This is the styling for the signup form inputs when they are being hovered with the mouse  */
#delayedPopup #mc-embedded-subscribe-form input:hover {
  border: solid 2px #40c348;
  box-shadow: 0 1px 3px #AAAAAA;
}

/*   This is the styling for the signup form inputs when they are focused  */
#delayedPopup #mc-embedded-subscribe-form input:focus {
  border: solid 2px #40c348;
  box-shadow: none;
}

/*   This is the styling for the signup form submit button  */
#delayedPopup #mc-embedded-subscribe {
  width: 100% !important;
  height: 40px !important;
  margin: 10px auto 0 auto;
  background: #5D9E62;
  border: none;
  color: #fff;
}

/*   This is the styling for the signup form submit button hover state  */
#delayedPopup #mc-embedded-subscribe:hover {
  background: #40c348;
  color: #fff;
  box-shadow: none !important;
  cursor: pointer;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

/*/ start count stats /*/

section#counter-stats {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.stats .fa {
  color: #000;
  font-size: 60px;
}

/*/ end count stats /*/

i
{
margin-bottom: 20px;
}


#virtimg {
    background-image: url(https://bhisandheri.com/assets/images/preschool_bg.png);
    background-size: cover;
}
.addiback {
    background-color: #F9F6FB;
}
.allsection {
    padding: 4rem 1rem 4rem 1rem;
}
.admission-text {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    color: #C72027;
}
.paytext {
    color: #fff;
    font-size: 1.7rem;
    text-align: center;
}
.allcol {
    padding: 1rem;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.cust-bkclrbtn {
    padding: 0.5rem 2rem;
    color: #ffffff !important;
    background-image: -o-linear-gradient(135deg, #44259d 0%,#983ebc 74%);
    background-image: -o-linear-gradient(135deg, #44259d 0%, #983ebc 74%);
    background-image: linear-gradient(
315deg
, #44259d 0%, #983ebc 74%);
    border-color: #634097 !important;
    background-size: 600% 600%;
    border-radius: 20px 20px !important;
    -webkit-animation: bganimate 3s ease infinite;
    animation: bganimate 3s ease infinite;
    /* font-weight: 600 !important; */
}



.modal-body .container {
  font-family: "Arial";
  max-width: 350px;
  margin: 0px auto;
  padding: 16px;
  background-color: #F2F2F2;
}
.modal-body input {
  width: 100%;
  padding: 8px;
  margin: 8px 0px;
  border: 1px solid #dddddd;
}
.modal-body textarea {
  width: 100%;
  padding: 8px;
  margin: 8px 0px;
  border: 1px solid #dddddd;
}
.modal-body input[type="submit"] {
  width: 100%;
  background-color: #3040c4;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}


@media only screen and (max-width: 767px) {
.footer-alg-new    {

  }
}


@media only screen and (min-width: 768px) {
.footer-alg-new    {
    text-align:center;
  }
}


.footer-logo-new
{
    height: 115px;
}

#services {
  padding: 60px 0 40px 0;
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  border-top: 5px solid #C72027;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#services .box:hover {
  transform: scale(1.1);
}

#services .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#services .icon .service-icon {
  font-size: 36px;
  line-height: 1;
}

#services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #C72027;
}
#services .box:hover .title a:hover {
  text-decoration: none;
}
#services .description {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: center;
}

.box
{
box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%) !important;
}

.blue-bg {
    background: #FAD843;
    color: #555;
    font-size: 16px;
    background-size: cover;
    padding: 30px 20px;
    position: relative;
    border-radius: 3px;
}


@media only screen and (max-width: 1023px)
{
.abt-img-fluid {
    max-width: 100% !important;
}
}

.chairman-name
{
    font-weight: 600;
    color: #555;
    font-size: 16px;
}

.abt-img-fluid
{
    max-width: 839.4px;
    margin: auto;
    display: block;
}
.app__upload-label {
    background-color: #202020;
    color: #fff;
    padding: 0px;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.app__hidden-upload {
    position: absolute;
    z-index: -1;
    outline: 0;
}

.legend {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
}

.legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

.number {
    background-color: #107939;
    color: #fff;
    height: 18px;
    width: 18px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 19px;
    text-align: center;
    text-shadow: 0 1px 0 rgb(255 255 255 / 20%);
    border-radius: 100%;
}

.legd
{
    text-align: left;margin-bottom: 25px;
    margin-top: 27px;
}

.sbt-new
{
    margin-top: 20px;
    margin-bottom: -8px;
}

.res
{
    margin: 0;
    top: 5px;
    padding-top: 5px;
    margin-bottom: -5px;
}

@media only screen and (max-width: 767px)
{
.space-new {
   margin-top:-15px;
}
}

@media only screen and (min-width: 768px)
{
.space-new {
    margin-top:35px;
}
}


@media only screen and (max-width: 767px)
{
.space-top {
        margin-top: -15px;
}
}

@media only screen and (min-width: 768px)
{
.space-top {
        margin-top: 35px;
}
}

select
{
        width: 100%;
    padding: 8px;
    margin: 8px 0px;
    border: 1px solid #dddddd
}


.testimonial-info-in h3
{
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}