@font-face {
    font-family: "krist"; 
    src: url(../fonts/ITCKRIST.ttf);
}

.krist1 {
    font-family: "krist"; 
    font-size: 65px;
}

.krist2 {
    font-family: "krist"; 
    font-size: 32px !important; 
    color: #fff;
}

.mar-d {padding-top:5em !important; padding-bottom: 5em !important;}



/* .contain {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  } */
  
  /* .item {
    align-items: center;
    background-color: tomato;
    color: white;
    display: flex;
    height: 300px;
    justify-content: left; 
  
  } */
  
.owl1{
  /* background-image:url(../img/adhd.webp) !important; */
background-repeat:no-repeat !important;
background-size:cover !important;
background-position:center !important;}

.owl2{
  /* background-image:url(../img/conduct.webp) !important; */
background-repeat:no-repeat !important;
background-size:cover !important;
background-position:center !important;}

.owl3{
  /* background-image:url(../img/autism-bnr.webp) !important; */
background-repeat:no-repeat !important;
background-size:cover !important;
background-position:center !important;}

.owl4{
  /* background-image:url(../img/owl-slider-1.webp) !important; */
background-repeat:no-repeat !important;
background-size:cover !important;
background-position:center !important;}
  

.services-bg{
    /* background-image:url(../img/service-bg.webp) !important; */
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center !important;}


  .councelling-bg{
    /* background-image:url(../img/councelling.webp) !important; */
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center !important;}






@font-face {
    font-family: "Gabriola"; 
    src: url(../fonts/Gabriola.ttf);
}

.Gabriola1 {
    font-size: 30px;
    padding: 75px 30px 0px 50px;
    color: #fff;
}

.cabin-head {
  font-family: 'Cabin', sans-serif; 
  font-size: 30px;
  padding: 75px 30px 0px 50px;
  color: #fff; 

}




.options{ padding: 10px 0px 75px 30px !important;}


.single-tour {
    background-color: #fdeee9;
    padding: 50% 0 0 0 !important;
    text-align: center;
/*  
    margin-bottom: 30px; */
}

.single-tour h3{border-radius: 0px !important;}

.main-navbar .navbar .navbar-nav .nav-item a{font-family: 'Cabin', sans-serif !important;}

.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}

.head1{font-size: 45px; font-weight: bold; margin-bottom: 10px; color: #fff;}

.bgm-1{   background-image:url(../img/bg-se-1.webp) !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
    background-position:center !important;}

    .bgm-2{   background-image:url(../img/bg-se-2.webp) !important;
        background-repeat:no-repeat !important;
        background-size:cover !important;
        background-position:center !important;}



        
    .bgm-3{   background-image:url(../img/bg-se-3.webp) !important;
        background-repeat:no-repeat !important;
        background-size:cover !important;
        background-position:center !important;}


        .bgm-4{   background-image:url(../img/bg-se-4.webp) !important;
            background-repeat:no-repeat !important;
            background-size:cover !important;
            background-position:center !important;}

            .bgm-5{   background-image:url(../img/bg-se-5.webp) !important;
                background-repeat:no-repeat !important;
                background-size:cover !important;
                background-position:center !important;}
    


.white-color{color: #fff !important; text-align: left !important; padding: 1em !important;}





@keyframes background-color {
    0% {
        background: linear-gradient(to bottom, #000428, #004683)
    }

    25% {
        background: linear-gradient(135deg, #1a4223, #5ee95e)
    }

    50% {
        background: linear-gradient(to bottom, #421a31, #e95ed2)
    }

    100% {
        background: linear-gradient(-135deg, #fae37d, #881da8, #20668f)
    }
}



.card {
    width: 100%;
    height: 300px;
    transform-style: preserve-3d;
    perspective: 500px;
    border: none;
    background-color: inherit; 
    display: grid !important; 
    padding: 5em !important; 
    margin-bottom: 10px;
}

.card .face {
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background: #0870b7;
    transform-style: preserve-3d;
    transition: 0.5s;
    backface-visibility: hidden;
    /* border-top: 1px solid #ddd;
    border-left: 1px solid #ddd */
    border: 1px solid #fff;
}

.card .face.front-face,
.card .face.back-face {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.card .face.front-face .profile {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover
}

.card .face.front-face .name {
    letter-spacing: 2px
}

.card .face.front-face .designation {
    font-size: 0.8rem;
    color: #ddd;
    letter-spacing: 0.8px
}

.card:hover .face.front-face {
    /* transform: rotateY(180deg) */
}

.card .face.back-face {
    position: absolute;
    background: #F69C08;
    /* transform: rotateY(180deg); */
    padding: 20px 30px;
    text-align: center;
    user-select: none
}

.card .face.back-face .fa-quote-left {
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 1.2rem
}

.card .face.back-face .fa-quote-right {
    position: absolute;
    bottom: 35px;
    right: 25px;
    font-size: 1.2rem
}

.card:hover .face.back-face {
    /* transform: rotateY(360deg) */
}

/* @media(max-width: 991.5px) {
    .col-lg-4 {
        margin-top: 40px;
        margin-bottom: 20px
    }
} */

.fun-facts-area::before{background-color:transparent !important; opacity: 1 !important;}



 /* Layout for this demo */
 .wrap{
    position: relative;
    max-width: 1000px;
    width: 90%;
    margin: 0px auto;
  }
  
   /* The outer-div to move the elements */
  .box-video{
    position: relative;
    width: 100%;
    margin:0px;
    cursor: pointer;
    overflow: hidden;
  }
  
   /* Set Cover aka Background-Image */
  .box-video .bg-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2; 
    border: 10px solid #fff;
    
  }
  
   /* Add light shade to make play button visible*/
  .bg-video::after{ 
      content:'';
      position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.1);
        z-index: 3;
        }
  
  
  /* The Play-Button using CSS-Only */
  .box-video .bt-play {
    position: absolute;
    top:50%;
    left:50%;
    margin:-30px 0 0 -30px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,1);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    z-index:2;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  /* The Play-Triangle */
  .box-video .bt-play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    margin: -12px 0 0 -6px;
    border: solid transparent;
    border-left-color: #000;
    border-width: 12px 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .box-video:hover .bt-play {
    transform: scale(1.1);
  }
  
  /* When Class added the Cover gets hidden... */
  .box-video.open .bg-video{
    visibility: hidden;
    opacity: 0;
  
    -webkit-transition: all .6s .8s;
    transition: all .6s .8s;  
  }
  
  /* and iframe shows up */
  .box-video.open .video-container{
    opacity: 1;
    -webkit-transition: all .6s .8s;
    transition: all .6s .8s;
  }
  
  /* Giving the div ratio of 16:9 with padding */
  .video-container {
      position: relative;
      width: 100%;
      height: 0;
    margin: 0;
    z-index: 1;
      padding-bottom: 56.27198%;
  }
  
  .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }


  .fds {
    display: flex;
    background: #fff;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 40vh;
  }
  
  .footer {
    position: relative;
    width: 100%;
    background: #0870b7;
    min-height: 100px;
    padding: 100px 50px;
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
  }
  
  .social-icon,
  .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
  }
  
  .social-icon__item,
  .menu__item {
    list-style: none;
  }
  
  .social-icon__link {
    font-size: 2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
  }
  .social-icon__link:hover {
    transform: translateY(-10px);
  }
  
  .menu__link {
    font-size: 1.2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
  }
  
  .menu__link:hover {
    opacity: 1;
  }
  
  .footer p {
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300; 
    text-align: center;
  }
  
  .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background:url(../img/wave.png);
    background-size: 1000px 100px; 
  }
  
  .wave#wave1 {
    z-index: 1;
    opacity: 0.5;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
  }
  
  /* .wave#wave2 {
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animate 4s linear infinite !important;


  } */
  
   /* .wave#wave3 {
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
  }
  
  .wave#wave4 {
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animate 3s linear infinite;
  }  */
  
  @keyframes animateWaves {
    0% {
      background-position-x: 1000px;
    }
    100% {
      background-positon-x: 0px;
    }
  }
  
  @keyframes animate {
    0% {
      background-position-x: -1000px;
    }
    100% {
      background-positon-x: 0px;
    }
  }

  .timetable .table tbody tr td{padding: 15px 12.5px !important;}


  .timetable .table tbody tr td{  font-family: "krist" !important; font-size: 16px !important; text-align: center !important; color: #fff !important;}



  
  
.footer-distributed{

	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	/*width: 25%;*/
	width:30%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Open Sans', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #222;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	/*width: 24%; */
		width: 25%; 
 
}

.footer-distributed .footer-center i{

	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0; 
  text-align: left;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #fff;
	text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
	/*width: 50%; */
		width: 40%; 
  text-align: center;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	
	border-radius: 2px;

	font-size: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}

.ftp{text-align: left;}


.clr1{color: #6a9d1b;}

.clr2{color: #f69c08;}

.clr3{color: #0870b7;}

.hide1{}
.hide2{}
.hide3{}
.lftw{text-align: left !important;}

@media only screen and (max-width: 800px)
{
  .footer-distributed .footer-center p{text-align: center;}

.hide1{display: none;}
.hide2{display: none;}
.hide3{display: none;}
.lftw{text-align: center !important;}

}




table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  /* background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em; */
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}



@media only screen and (max-width: 767px){
.mean-container a.meanmenu-reveal span {

    margin-top: 3px !important;

}
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* width: 20%; */ 
  width: 20%;
}


/* fixed social*/
#fixed-social {
  position: fixed;
  top: 400px; 
  z-index: 1000;
}

#fixed-social a {
  color: #fff;
  display: block;
  height: 40px;
  position: relative;
  text-align: center;
   line-height: 40px;
  width: 40px;
  margin-bottom: 1px;
  z-index: 2;
}
#fixed-social a:hover>span{
 visibility: visible;
 left: 41px;
 opacity: 1;
} 
#fixed-social a span {
 line-height: 40px;
   left: 60px;
   position: absolute;
   text-align: center;
   width: 200px;
   visibility: hidden;
   transition-duration: 0.5s;
   z-index: 1;
   opacity: 0;
}
.fixed-facebook{
  background-color: #25D366;
}
.fixed-facebook span{
 background-color: #25D366;
}
.fixed-twitter{
 background-color: #7D3895;

}
.fixed-twitter span{
  background-color: #7D3895;
}
.fixed-gplus{
 background-color: #00AF54;

}
.fixed-gplus span{
  background-color: #00AF54;
}
.fixed-linkedin{
 background-color: #FFC41E;

}
.fixed-linkedin span{
  background-color: #FFC41E;
}
.fixed-instagrem{
 background-color: #ED2B29;

}
.fixed-instagrem span{
  background-color: #ED2B29;
}
.fixed-tumblr{
 background-color: #EB1471;

}
.fixed-tumblr span{
  background-color: #EB1471;
}
/*end fixed social*/


.main-navbar .navbar .navbar-nav .nav-item a.active{color: #6a9d1b !important;}

.default-btn{background-color: #6a9d1b !important;}

.default-btn::before{background-color: #0870b7 !important;}


.single-tour h3{background-color:#6a9d1b !important; color: #fff !important;}

.whatsapp{font-size: 20px !important; margin: 5px;}

/* .contact-bg{background-image: url(../img/page-banner/page-banner-6.jpg) !important;} */

.page-banner-content ul li{color: #9f9f9f !important;}

.page-banner-content ul li::before{background: #9f9f9f !important;}

/* .services-bg1{background-image: url(../img/page-banner/page-banner-7.jpg) !important;} */

.services2-bg {
  background-image: url(../img/service2-bg.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}


.single-blog-item .blog-content{background-color: #fff !important;}


.bg-clr{
  background-color: #f2f2f2;
}

/* .blog-bg1{background-image: url(../img/page-banner/page-banner-8.jpg) !important;} */

.blog-detail-bg1{background-image: url(../img/page-banner/page-banner-9.jpg) !important;}


.widget-area .widget_ketan_posts_thumb .item .info span{color: #0870b7 !important;}

.single-tour{border-radius: 0px !important; border: 2px solid #fff !important;}






.main-banner-item.banner-item-three .main-banner-content{width: 100% !important; max-width: 100% !important;}

@media only screen and (max-width:576px){
  .krist1 {
    font-size: 40px;
}

.krist2 {
  font-size: 20px !important; 

}

  }
  


  .slider {
    width: auto; 
    /* margin-left: 50px; 
    margin-right: 50px; */
  }
  .slider .slick-slide {
   
 
    /* padding: 40px 0;  */
    /* margin: 5px;  */
    margin-left: 5px; 
    margin-right: 5px;
  
    text-align: center;
  }
  .slider .slick-prev:before,
  .slider .slick-next:before {
    color: #ffffff;
  }
  .slider .slick-dots {
    bottom: 10px;
    display: none !important;
  }
  .slider .slick-slide:nth-child(odd) {
 
  }

  .slick-dotted.slick-slider{margin-bottom: 0px !important;}

  .slick-prev, .slick-next{width: 10% !important; z-index: 1500; color: #fff;}


  @media only screen and (max-width: 767px){
    .slick-prev, .slick-next{width: 25% !important; z-index: 1500; color: #fff;}
  
    }

    .slick-prev:before, .slick-next:before{font-size: 40px !important;}




    

h2, details{
  display:inline;
}

details {
  position:relative;
}
details summary {
  display:block;
  cursor: pointer;
  color: red;
}
details summary:focus {
  outline:none;
}
details[open] {
  display:block;
  padding-bottom:25px;
  padding-top:0px;
  animation: open .2s linear;
}
details[open] summary {
  position:absolute;
  bottom: 0;
  left:0;
}

details #open{text-align:middle;}
details #open:after{
    display: inline-block;
    position:relative;
    top: -3px;
    padding-left: 8px;
    /* content: "\00bb"; */
    transform: rotate(90deg);
}
details[open] #open{display:none;}
details #close{display:none;}
details[open] #close{
  display: contents;
  margin-top: 2
em
;
}

::-webkit-details-marker {display: none;}





@keyframes open {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.tabz{border: 1px solid #fff; padding: 1em; color: #fff;}

details summary{color: #fff !important;}

.op{border: 1px solid #fff; background-color: #fff; padding: 1em; color: #000;}

/* details{margin-top: 1em;} */



@media only screen and (max-width: 1200px){


  .center {

    width: 50%;
  }
  

  }


  .funky {
    font-family: "krist" !important;
    font-size: 16px !important;

    color: #fff !important;
}


  
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.more-icon{font-size: 32px; margin-top: 10px; z-index: 2000;}

.single-tour{margin-bottom: 0px !important;}

@media only screen and (min-width: 768px) and (max-width: 991px){
.main-banner-shape .banner-bg-shape-2 {
    display: block !important;
    top: -37px !important;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .main-banner-shape .banner-bg-shape {
      display: block !important;
      top: -37px !important;
  }
  }


  @media only screen and (max-width: 767px){
.main-banner-shape .banner-bg-shape-2 {
    display: block !important;
    top: -24px !important;
}

  }


  @media only screen and (max-width: 767px){
.banner-child .child-2 {
    display: block !important;
    width: 20% !important;}
  }

  @media only screen and (max-width: 767px){
    .banner-child .child-1 {
        display: block !important;
        width: 20% !important;}
      }
  

      .fills1 {}

      .fills2{display: none;}


      @media only screen and (max-width: 768px)
      {
        .fills1 {display: none;}

        .fills2{display:block}
      }
      
      
      
      
      
      .go-top.active {

  bottom: 125px !important;
}


.enrollment-image{width: 150px !important; height: 150px !important;}

.q-list{color: #fff !important;}


  @media only screen and (max-width: 576px){
  .head1 {
    font-size: 25px;
 
}

      }
      
      
.carousel-control-next, .carousel-control-prev{width:5% !important;}

.doc-img-1{
    background-image: url(../img/DOCTOR-SMALL.jpg) !important;
}
  
 .doc-img-2{
    background-image: url(../img/DOCTOR-2.jpg) !important;
}

.doc-img-3{
    background-image: url(../img/DOCTOR-3.jpg) !important;
}

.doc-img-4{
    background-image: url(../img/DOCTOR-4.jpg) !important;
}
.doc-img-5{
    background-image: url(../img/DOCTOR-5.jpg) !important;
}
.doc-img-6{
    background-image: url(../img/DOCTOR-6.jpg) !important;
}


.blog-bg{      
         
        background-image:url(../img/blog-bg.jpg); /* The image used */
        background-color: #cccccc; /* Used if the image is unavailable */
        background-position: center; /* Center the image */
        background-repeat: repeat; /* Do not repeat the image */
        background-size: cover; /* Resize the background image to cover the entire container */
        padding-top:1em;
        padding-bottom:1em; 
       margin-bottom:3em;}
