*{
	padding: 0; margin: 0; box-sizing: border-box;
}
body{
	margin: 0;
	padding:0;
	overflow-x:hidden;

}
.navbar{
 	background:#ADD8E6;
 }
 
nav .navbar-brand{
	margin-left:50px;
  
}

nav .navbar-brand  img{
width:80%;
height:80%;	 
}



 .d-flex .top_btn{
	background:#fff;
	color: #333;
	font-size:1em;
	font-weight:500;
	line-height:1.72em;
	border-radius:7px;
	margin-right:50px;
		padding:0.61rem 2.6rem;
		border-style: none;
 font-family: "Lucida Console", Monaco, monospace;
 cursor: pointer;
  box-shadow: inset 0 0 0 0 green;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
 
 .d-flex .top_btn a{
 	text-decoration:none;
 	color:#333;
 }
 

 .d-flex .top_btn:hover{
 
  box-shadow: inset 400px 0 0 0 green;
 color:#fff;
 }
 .d-flex .top_btn a:hover{
 	text-decoration:none;
 	color:#fff;
 }

#hidden {
  display: none;
}
#visible:hover #hidden {
  display: block;
}
#navbarNavDropdown ul{
	text-align: center;
}


#navbarNavDropdown  ul li a{
	 
}
#navbarNavDropdown  ul li a:hover{
	color:#333;
}


/* Banner     */




 

/* About  */
.about{
	padding-top:50px;
}
.about  .abouts{
	display: flex;
	justify-content: center;

 	text-align: center;
 
}
.about  .abouts h1{
	font-size:26px;
	font-weight:500;
}
.about  .abouts img{
	width:60px;
	 
}

.about .about_text p{
font-size:18px;
padding: 20px;
}




/* why Neo */
.whyn  .whyns{
	display: flex;
	justify-content: center;

 	text-align: center;

}
.whyn  .whyns h1{
	font-size:26px;
	font-weight:500;
}
.whyn  .whyns img{
	width:60px;
 
}

.whyn .whyn_text p{
font-size:18px;
 
}

/* Why Join NeoYogaIndia? */
.whyj  .whyjs{
	display: flex;
	justify-content: center;

 	text-align: center;

}
.whyj  .whyjs h1{
	font-size:26px;
	font-weight:500;
}
.whyj  .whyjs img{
	width:60px;
 
}

.whyj .whyj_text p{
font-size:18px;
 
}

/* Our Mission */
.Our_m  .Our_ms{
	display: flex;
	justify-content: center;

 	text-align: center;

}
.Our_m .Our_ms h1{
	font-size:26px;
	font-weight:500;
}
.Our_m  .Our_ms img{
	width:60px;
 
}


.Our_m  .Our_text{
 
 
 
}

/* Slides */
.Our_m  .Our_text .mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.Our_m  .Our_text .prev, .next {
  cursor: pointer;
  position: absolute;
   margin-right:140px;
     margin-top: -90px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.Our_m  .Our_text .next {
  position: absolute;
  right:0;

  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.Our_m  .Our_text .prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.Our_m  .Our_text .dot-container {
    text-align: center;
    padding: 20px;
   
}

/* The dots/bullets/indicators */
.Our_m  .Our_text .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.Our_m  .Our_text .active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.Our_m  .Our_text .author {color: cornflowerblue;}





.Our_m  .Our_text p{
font-size:18px;
 
}

.TTC {
 
	    background-attachment: fixed;
    background-image: url("img/yoga-contact-about.jpg"), linear-gradient(#000, #000);
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: luminosity;
    background-size: cover;
    padding: 100px 50px;


}

/*Best Place for Ypga TTC? */
.TTC  .TTCS{
	display: flex;
	justify-content: center;

 	text-align: center;

}
.TTC .TTCS_text h4{
	font-size:26px;
	font-weight:500;
	color:#fff;
}
 

.TTC  .TTCS_text p{
font-size:18px;
color:#fff;
 
}


.TTC .ttcs {
 
display: flex;
justify-content:center;
}

.TTC .ttcs a
{
border: 2px solid #fff;
    border-radius: 25px;
    background-color: transparent;
    padding: 7px 25px;
    color: #ffffff;
    display: inline-block;
    transition: 0.3s;
    width:170px;
    margin:10px;
    text-decoration: none;
}
/*Our Ethics */
.Our_e  .Our_es{
	display: flex;
	justify-content: center;

 	text-align: center;

}
.Our_e .Our_es h1{
	font-size:26px;
	font-weight:500;
}
.Our_e .Our_es img{
	width:60px;
	 
}

.Our_e .Our_e_text p{
font-size:18px;
 
}


.Our_e {

}


.Our_e .Contacts{
 
display: flex;
flex-direction: column;
 padding-top:20px;
  position: relative;
}

.Our_e .Contacts .location{
	display: flex;

}


.Our_e .Contacts .emails{
	display: flex;
}

.Our_e .Contacts .emails a{
 
}

.Our_e .Contacts .phones{
	display: flex;
	padding-top:20px;
}

.Our_e .Contacts .phones a{
	 
}
.Our_e .Contacts h5{
	text-align: center;
	padding-bottom:25px;
font-weight: bold;
}
 

.Our_e .Contacts p{
 margin-left: 0px;
 
 padding-right:17px;

}
.Our_e .Contacts  a{
 margin-left: 10px;
 text-decoration: none;
 color:#333;
 text-align: center;
  
}

.Our_e .Contacts svg{
	color:#ADD8E6;
	margin-right:15px;
	margin-left: -10px	;
  
}

/* email  */
 .home-newsletter {
    padding: 150px 0;
}

.home-newsletter .single {
    max-width:100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
    background:#ADD8E6;
    padding-top:100px;
    padding-bottom:100px;
    padding-left:20px;
    padding-right:20px;

}

.home-newsletter .single h2 {
    font-size: 26px;
    color:#333;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.home-newsletter .single .form-control {
    max-width:50%;
    height: 50px;

   margin-left:270px;
    background: rgba(255, 255, 255, 0.6);
    border-color: transparent;
    border-radius: 20px 0 0 20px;
}

.home-newsletter .single .form-control:focus {
    box-shadow: none;
    border-color: #243c4f;
}

.home-newsletter .single .btn {
    min-height: 50px;
    border-radius: 0 20px 20px 0;
    background: #243c4f;
    color: #fff;
}
       






.About01{
background:#ADD8E6;
}

 .About_text .logo01{
 width: 10%;
 height:5%;	
 }

 .About_text{
 	background:#ADD8E6;
 	color:#fff;	
 	padding:10px;
 text-align: center;


 } 

 .About_text p{
padding:30px;
 }
.About .About_btn{
	background:#fff;
	
	font-size:1em;
	font-weight:500;
	line-height:1.72em;
	border-radius:7px;
	 
		padding:0.61rem 2.6rem;
		border-style: none;
 font-family: "Lucida Console", Monaco, monospace;
 cursor: pointer;
  box-shadow: inset 0 0 0 0 #D80286;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
 

 .About .About_btn a{
 	color:#333;
 	text-decoration: none;
 }
.About .About_btn:hover{
 
  box-shadow: inset 400px 0 0 0 #45DCDA;
 color:#fff;
 }
 

 .About_img img{
 	width:100%;
 	height:100%;
margin-left:12px;
 }

/* images   */ 

.images img{
	width:100%;
	height:100%;
}



/*  Training_Course start */


.Training_Course .logo02 {
width:5%;
height:5%;

}
.Training_Course .card{
	width: rem;
	text-align: center;
}

.Training_Course .card .btn{
	background:#ADD8E6;
	padding:0.61rem 2.6rem;
		border-style: none;
 font-family: "Lucida Console", Monaco, monospace;
 cursor: pointer;
   
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.Training_Course .card .btn:hover{
box-shadow: inset 400px 0 0 0 #45DCDA;
 color:#fff;
}

/* Rishikesh Yoga start */

.Rishikesh_yoga .logo02{
	width:5%;
	height:5%;
}

.Rishikesh_yoga  .texts p{
font-size:14pt;
}



/* why choose */


.whychoose .logo02{
width: 5%;
height:5%;
}


.whychoose p{
font-size:14pt;
}

.whychoose b{
	color:#ADD8E6;
}

/* Contact Form */

.Contact_form form {
	background:#ADD8E6;
	border-radius:7px;
	padding:30px;
}

.Contact_form form img{
	width:15%;
	height:15%;

}
.Contact_form form h4{
text-align: center;
padding-top:6px;
color: #fff;
}


.Contact_form form label{
	color:#fff ;
	font-size:18px;

}
.Contact_form form input[type="text"]{
padding-top:10px;
background:#EFF0F4;
}

.Contact_form form input[type="email"]{
padding-top:10px;
}

.Contact_form form button{
	padding: 10px 30px 10px 30px ;
	font-size:17px;
	font-weight:450;
	background:#A2F7FA;
	border-style:none;
}

.Contact_form form button:hover{
	box-shadow: inset 400px 0 0 0 #45DCDA;
 color:#fff;

}


/*review  */

.review .review01{
	background:#e8e8e8;
}
.review .reviewimg {
 

background:#e8e8e8;
}

.review .reviewimg img{
	width:50%;
 
	border-radius: 100%;
	 
	padding:20px;
 
}
.review .reviewimg h4{
font-size:22px;
}

.review .reviewtext{
 
background:#e8e8e8;
padding:30px;
 
}

.review .reviewtext img{
	width:10%;
	height:10%;
}


.review .reviewtext .btn{
	font-size:20px;
	padding:10px 30px 10px 30px;
	cursor: pointer;
   border-style: none;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.review .reviewtext .btn:hover{
box-shadow: inset 400px 0 0 0 #45DCDA;
 color:#fff;

}



/* blog*/
.blogsb{

}


.yoga_blog .logo02{
width:10%;
height:50%;
}
.yoga_blog .recard {
 
}

.yoga_blog .recard .card{
	width: rem;
}
.yoga_blog .recard .card a{
	text-decoration: none;
	color:#ADD8E6;
	font-weight:500;
}


/*  */
.footer-01 {
 
  width:260px;
bottom:0;
right: 15%;
position:absolute;

}


/* Footer */
/*.footer {
 

		background-image:url("img/footersa.jpeg");
	 
		background-repeat: no-repeat;
		background-size: cover;
}*/

.footerss{
	 
}

.footer .logo02
{
  
 background:#fff;	
}
.footer .logo02 img {
width:60%;
margin-left:100px;
  

}


/*.overlay {
  
 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);  Black see-through 
  
  transition: .5s ease;
  opacity:1;
  color: white;
 
}*/
.footer .logo02{
 
 
align-items:center;
 text-align: center;
display: flex;
 
flex-direction: column;
}



.footer .recent_post{
 background:#ADD8E6;
 padding-top:20px;
 padding-left: 40px;
}

.footer .recent_post h2{
	text-align: center;
	font-size:22px;
	padding-bottom:20px;
	font-weight: bold;
} 
.footer .recent_post h5{
	font-size:13px;
}
 
.footer .recent_post span{
	font-size:15px;
	font-weight:500;
}
.footer .Contacts{
 background:#ADD8E6;
display: flex;
flex-direction: column;
 padding-top:20px;
  position: relative;
}

.footer .Contacts .location{
	display: flex;

}


.footer .Contacts .emails{
	display: flex;
}

.footer .Contacts .emails a{
 
}

.footer .Contacts .phones{
	display: flex;
	padding-top:20px;
}

.footer .Contacts .phones a{
	 
}
.footer .Contacts h5{
	text-align: center;
	padding-bottom:25px;
	font-weight: bold;

}
 

.footer .Contacts p{
 margin-left: 0px;
 
 padding-right:17px;

}
.footer .Contacts  a{
 margin-left: 10px;
 text-decoration: none;
 color:#333;
 text-align: center;
  
}

.footer .Contacts svg{
	color:#ADD8E6;
  
}
.footer .Contacts .social_icon{
margin-top:30px;

}
.footer .Contacts .social_icon a{
	color:#333;
}
.fa {
  padding: 15px;
  font-size: 20px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  border-radius:10px;
  margin: 5px 2px;
  box-shadow: 0 0 30px #BDFCFC ;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background:#fff;
  color: #000;

}

.fa-twitter {
  background:#fff;
  color: #000;
}

.fa-instagram {
  background:#fff;
  color: #000;
}


.fa-linkedin {
  background:#fff;
  color: #000;
}

.fa-pinterest {
  background:#fff;
  color: #000;
}

.fa-youtube {
  background:#fff;
  color: #000;
}

.copywrite .h4_1{
 
 padding-top:10px;
font-size: 18px;
font-weight:400;
 
}


/*   */



















/* media query */

 

@media(min-width:1024px){
.footer .logo02 p {
    padding: 5px 0px 0px 100px;
     }
.footer .logo02 img{
margin-left:60px;
}

}
 

@media(max-width:1024px){

.Training_Course .card{
	max-width:14rem;
	text-align: center;
}
.yoga_blog .recard {
	 
}
.yoga_blog .recard .card{
	max-width:24rem;
	margin:10px;
}
.Training_Course .boxes{
	 
}

 .footer-01 {
 	position: relative;
  left:15%;
 
 }
.yogiji01 
{
display: flex;
align-items: center;
 justify-content: center;
}
.footer .logo02 img{
	width:100%;
 
}

 .Our_m .Our_text .prev, .next{
 	margin-right:13px;
 }



 .TTC .ttcs a{

 }

 .Our_e .Contacts svg{
 	margin-right:1px;
 }
 
 .Our_e .Our_e_text p {
    font-size: 15px;
    padding-left: 2px;
}
.footer .logo02 p {
    padding: 5px 0px 0px 22px;
}
 

@media(min-width:768px){
.yoga_blog .recard{
	padding-left: 60px;
    padding-right: 60px;
}

.footer .logo02 {
	padding: 40px;
}

.footer .logo02 p {
    padding: 5px 0px 0px 26px;
}

.Training_Course .card{
	max-width: 23rem;
	text-align: center;
}

.yoga_blog .recard .card{
	max-width: 18rem;
}
 .About_text .logo01{
 width: 10%;
 height:10%;	
 }

 .footer .Contacts .emails a{
padding-left:70px;
}
.footer .Contacts .phones a{
	padding-left:100px;
}

.d-flex .top_btn{
	margin-left:20%;
	margin-right:25%;
}
}





@media(max-width:540px){
.About_img{
	display: none;
}
.d-flex .top_btn{
	margin-left:20%;
	margin-right:25%;
}
.Training_Course .boxes{
 padding-left:px;
}
.Training_Course  .card{
	max-width:24rem;
	text-align: center;
}

.footer .Contacts .social_icon{
margin-top:30px;
margin-left:8px;
}

.footer .Contacts .social_icon .fa {
  padding: 11px;
  font-size: 13px;
  width: 37px;
  text-align: center;
  text-decoration: none;
  border-radius:10px;
  margin: 5px 2px;
  box-shadow: 0 0 30px #BDFCFC ;
}
.Contacts {
 
}
 

 

 


 .footer .logo02 img{
margin-left:12px;
}
.home-newsletter .single .form-control {
    max-width:50%;
   margin-left:30px;
 }

 
.footer .Contacts p {
margin-left: 10px; 
 
    
}

.bi-geo-alt{
	margin-left:10px;
}
.location{
	margin-left:22px;
}
.emails{
	margin-left:30px;
}
.phones{
	margin-left: 30px;
}

}

 


 


@media(max-width:300px)

{
 
m

.d-flex .top_btn{
	margin-left:25%;
	margin-right:25%;
}

.footer .Contacts .social_icon{
margin-top:30px;

}

.fa {
  padding: 15px;
  font-size: 10px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  border-radius:10px;
  margin: 5px 2px;
  box-shadow: 0 0 30px #BDFCFC ;
}

.footer .Contacts p {
margin-left: -8px; 
 
    padding-right:36px;

}

}