@charset "UTF-8";
/* CSS Document */

@media (max-width: 768px) {

  [class*="col-"] {
      margin-bottom: 15px;
  }

}

body {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	line-height: 24px;
	color:#575555;
	background-color: #fff;
    letter-spacing: 0.5px;
}

.small-caps{color:#bb4f27;font-variant: small-caps;}
.quotation{
font-family: Merienda;
font-size: 16px;

	}

.btn-round-lg{
border-radius: 22.5px;
}
.btn-round{
border-radius: 17px;
}
.btn-round-sm{
border-radius: 15px;
}
.btn-round-xs{
border-radius: 11px;
padding-left: 10px;
padding-right: 10px;
}

.header-logo{
	margin:15px;
	width: 400px;
		}
	
	@media(max-width:550px) {
	.header-logo{
	/*margin:15px;*/
	width:310px !important;	}
	}
	
	@media(max-width:414px) {
	.header-logo{
	/*margin:15px;*/
	width:235px !important;	}
	}

	@media(max-width:767px){
	.yss-header{
	display: none;
	}
	}

	@media(min-width:768px){
	.brand-logo{
	display: none;
	}
	}

	@media(max-width:767px) {
	.brand-logo{
	margin:15px;
	width:280px !important;	}
        
        .navbar-header{    
        background: url("https://yssofindia.org/images/new-h-bg.jpg");
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
        background-position: center;
        background-size: 415px 65px;

}
	}



@media(min-width:767px) {
	.nav-search{ display: none;
		}
	}
/*breadcrumb*/
.active{ color:#474747 }
	
.gap-right{
	margin-right: 2%
}

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

.margin-top-20{
    margin-top: 20px;
}

.margin-top-10{
    margin-top: 1%;
}
.margin-top-30{
    margin-top: 3%;
}
		
.margin-top-40{
    margin-top: 40px;
}
.margin-top-60{
    margin-top: 60px;
}
.margin-top-80{
    margin-top: 80px;
}
.margin-top-120{
    margin-top: 10%;
}
.padding-top-40{
    padding-top: 40px;
}
.padding-top-60{
    padding-top: 60px;
}
.padding-top-80{
    padding-top: 5%;
}
.padding-top-120{
    padding-top: 10%;
}
.padding-top-150{
    padding-top: 180px;
}
.padding-bottom-80{
    padding-bottom: 5%;
}
.padding-bottom-120{
    padding-bottom: 10%;
}
.padding-bottom-40{
    padding-bottom: 4%;
}
.message-div{
	color: #434244;
	background-color:#FCE8FC;
	padding: 75px 0px 75px;
	}

h3,h2{color:#bb4f27;}

@media(max-width:768px) {
	/*h1,h3{text-align:center}*/
	h1{ font-size:20px; line-height: 25px !important;}
	h3,h2{ font-size:17px; line-height: 20px !important;}
	.maa-photo{ width:200px}
	
	}	
/*News div*/

.header-left-margin{
	margin-left: 2px;}

.media-coverage{background-color:white;
padding: 2% 0px;}

	
.news-div{ background-color:#FFF;
padding: 3% 0px;}
	
/*Event div*/	
.event-div{ background-color:#e4e4e4;
padding: 3% 0px;}

/*galleri-div*/	
.galleri-div{ background-color: #FFF;
padding: 3% 0px;
box-shadow: 0px 1px 3px #0003;}


/*galleri-div*/	
.rest-new-gallery-div{ background-color: #FFF;
padding: 3% 0px;
box-shadow: 0px 1px 3px #0003;}
/*ay-div*/	
.ay-div{ background-color: #FFF;
padding: 2% 0px;}
	

ul.custom-bullet{
  list-style:none;
}
ul.custom-bullet > li {
  clear:left;
}


ul.custom-bullet > li:before {
  content:"";
  height:1.2em;
  width:1.2em;
  display:block;
  float:left;
  margin-left:-35px;
  background-position:center;
  background-repeat:no-repeat;
  background-size:100%;
      margin-top: 4px;
}



ul.lotus-dingbat > li:before{
  background-image:url(../images/lotus-dingbat.png);
  background-size:100%;
  background-position:center;
  transition: background-size 0.3s;
  -webkit-transition: background-size 0.3s;
}
ul.lotus-dingbat > li:hover:before{
  background-size:100%;
}

#intro {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: url(../images/headerback.jpg);
	background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-attachment: fixed;
}
.intro:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(127, 127, 127, 0.5);
	background-image:
		linear-gradient( 45deg, black 15%, transparent 15%, transparent 85%, black 85%, black),
		linear-gradient( 45deg, black 15%, transparent 15%, transparent 85%, black 85%, black),
		linear-gradient(-45deg, black 15%, transparent 15%, transparent 85%, black 85%, black),
		linear-gradient(-45deg, black 15%, transparent 15%, transparent 85%, black 85%, black);
	background-size: 2px 2px;
}
#intro .intro-body  {
	display: table-cell;
	vertical-align: middle;
}

#intro .intro-body img{
	width:600px;
	margin: 0px auto;
	margin-bottom:10px;
	-webkit-box-shadow: -1px 21px 10px -5px rgba(0,0,0,0.52);
	-moz-box-shadow: -1px 21px 10px -5px rgba(0,0,0,0.52);
	box-shadow: -1px 21px 10px -5px rgba(0,0,0,0.52);
	}

#intro .intro-body .intro-text {
	font-size: 18px;
}

#intro .intro-body .scroll-button {
	background-color:#FFAC0A;
	border-radius:100px;
	padding:20px;
	
	
}

/*125 years*/
#new-intro {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: url(../images/yss-new-intro.jpg);
	background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-attachment: fixed;
}

#new-intro .intro-body  {
	display: table-cell;
	vertical-align: middle;
}



#new-intro .intro-body img{
	width:800px;
	margin: 0px auto;
	margin-bottom:10px;
	/*-webkit-box-shadow: -1px 21px 10px -5px rgba(0,0,0,0.52);
-moz-box-shadow: -1px 21px 10px -5px rgba(0,0,0,0.52);
	box-shadow: -1px 21px 10px -5px rgba(0,0,0,0.52);*/
	}

#new-intro .intro-body .intro-text {
	font-size: 18px;
}

#new-intro .intro-body .scroll-button {
	background-color:#FFAC0A;
	border-radius:100px;
	padding:20px;
	
	
}
 #new-intro .py125-logo{
	width: 200px;

position: absolute;
right: 15px;
     top: 15px;}

@media (max-width: 1024px) {
    #new-intro .py125-logo{display:none !important;}
      .desktop{display:none;}
  
}

	#quoteParallax{
	/* The image used */
	width: 100%;
	height: 100%;
		padding: 5% 0 5% 0;

	background-image: url(../images/parallex.jpg);
	/*background-color:#18205f;;*/
	background-size: cover;
	 -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;

	}

	#quoteParallax p{
	text-align:right !important;
	font-size: 16px;
	line-height: 29px;
		margin-top: 20px;
	}

	.quotebg{
	font-family: Merienda;
	font-size: 22px !important;
	line-height: 38px !important;
	color:white;
	text-align: justify !important;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
		text-shadow: 0px 3px 2px black;
	}

	.quotebg small{color:#FFFFFF  !important;}
	.quotebg h4 {
	color:#fff  !important;
	}
	.quotebg h1 {
	color: #ab9f87 !important;
	
	}
	.quotebg small {
		color: #fff !important;
	}

.quote-dingbat-header{background-image: url(../images/quote-dingbats-header.svg);
background-repeat: no-repeat;
border: 0px;
height: 25px;
display: block;
background-position: center;
margin-top: -15px;
	
}
.quote-dingbat-header-top{background-image: url(../images/quote-dingbats-header-top.svg);
background-repeat: no-repeat;
border: 0px;
height: 25px;
display: block;
background-position: center;
margin-bottom: -20px;
}

.quote-dingbat{background-image: url(../images/quote-dingbats.svg);
background-repeat: no-repeat;
border: 0px;
height: 35px;
	display: block;
	background-position: center;
}


/*====================*/


	
	#quoteParallax input[type="button"]{   -webkit-appearance: button;
	cursor: pointer;
	backface-visibility: hidden;
	background: transparent;
	border: none;
	padding: 0px;
		color:#fcfcff;
	
	}	

	.lang{color:#FFFFFF !important;	}
	
	
@media(min-width:768px) {
	
	#quicklink{
	/* The image used */
	padding: 5% 0px 5%;
	background-size: cover;
	/*background-image: url(../images/quicklink.jpg);*/
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position:top;
	}
	.quotelink-bg { 

		background-color:#F9F6F0;
		border: 1px solid #c8c8c8;	
}

/*#quicklink .icon-a{
	display:block !important;
	margin-top: -50px;

width: 59px;
height: 59px;
border-radius: 100px;
background-color: #BFAB96;
	}*/
	
	/*#quicklink .icon-b{
		display:block !important;
	margin-top: -50px;

width: 59px;
height: 59px;
border-radius: 100px;
background-color: #86aac9;
	}*/
	
	/*#quicklink .icon-c{
	display:block !important;
	margin-top: -50px;
	width: 59px;
	height: 59px;
	border-radius: 100px;
	background-color: #92bfa1;
	}*/
	
} /*@media query End*/


#quicklink .icon-a{ display:none;}
#quicklink .icon-b{ display:none;}
#quicklink .icon-c{ display:none;}





.quotelink-bg {
padding: 15px;
margin-top: 15px;
margin-bottom: 20px;
	}
	
#quicklink{
	/* The image used */
	 background-color:#F0E8E0;
	padding: 5% 0px;
	
}
	


#quicklink a{
font-weight:400;
font-size: 14px;	
}

#quicklink a:hover{ 
font-weight:500px;
	/* The image used */
}
#quicklink h4{color:#746767;;

}





	
/*NEWS Section*/
.newsbg{
/*background-color: #9393931a;*/
border-radius: 10px;
margin-bottom: 15px;
padding: 20px;
}
.newsbg a{
background-color: #e4d4c3;
padding: 5px;
border-radius: 5px;
box-shadow: 1px 1px 2px #0b0b0b4d;
	
}
	/*FONTS*/
	h1 {
	
	/*text-shadow: 0.5px 0.5px #f5f5f5;*/
	font-style: normal;
	font-variant: normal;
	line-height: 40.4px;
	padding-bottom:0px;
	color:#BB4F27;
}



blockquote  {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
blockquote small  {
    margin-right: 50px;
	 text-align: right;
}
pre {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5667px;
}

.quote {
	font-family: Merienda One;
	font-size: 17px;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	line-height: 25.5667px;
	color:#DCDCDC;
}

/*News Section*/
			

.nav{font-family: raleway, sans-serif !important;
font-style: normal !important;
	font-variant: normal !important;
	font-weight: 100 !important;
	font-size: 13px;
	/*margin-top: 13px;*/
}


/*
inspired from http://codepen.io/Rowno/pen/Afykb
& https://jsfiddle.net/q0rgL8ws/
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}
.item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.06, 1.06);
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


/* Footer Styles */

.footer-top {
    padding: 40px 0px;
	margin-top: 20px;
}
footer {
 /* margin: 20px 0px 0px 0px;*/

}

.footer-top{
 background-color:#FFE4C6;
  color:#847462;

}
.footer-top a{
  color:#847462;
  
}

.footer-bottom{
 background-color:#BB4F27;;
 padding-bottom: 40px;
 text-align:center;
 color:#ffe4c6;
 border-top: 3px #fec214 solid;
}

/* Responsive Styles */

.footer-logo{
	background: url(../images/footer_logo.png);
	background-repeat: no-repeat;
background-position: center;
width: 75px;
height: 70px;
margin: 0px auto;
margin-top: -38px;
background-size: 75px 70px;

	}
	
	.sign-up{
		text-align:center;
		margin-bottom:30px;
		width:325px;
		margin: 0px auto;
		
		}
		


.input {
margin: 0;
width: 210px;
max-width: 100%;
display: block;
background: #fff;
padding: 3px 15px;
border-radius: 30px;
-webkit-box-shadow: 0px 2px 0px 0px rgba(30,55,108,0.45) inset, 0 0 3px 1px rgb(255,209,78) inset;
-moz-box-shadow: 0px 2px 0px 0px rgba(30,55,108,0.45) inset, 0 0 3px 1px rgb(255,209,78) inset;
box-shadow: 0px 2px 0px 0px rgba(30,55,108,0.45) inset, 0 0 3px 1px rgb(255,209,78) inset;
background-color: #FFFAED;
border: 1px solid #FFD14E;
  color: black;
	
}

.footer-bottom button {
    border-radius: 50px;
    margin: 0 5px;
    padding: 3px 15px;
    background-color: #FFD14E !important;
    font-weight: 700;
  border: 0px;
  color: black;
}
		
		.copyright{
			font-size:10px;
			color:#ffe4c6;
      margin-top:2%;
      clear: both;
			
			
			}
.py-legacy{
position: absolute;
top: -50px;
right: 0;
	width: 166px;
  
  
  
}
@media (max-width: 1024px) {
  .py-legacy, #back-top {display:none !important;
  }
  
}

@media (max-width: 700px) {
  .wrap{ display:none;
  }
    
}

/**



/*preloader*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ddd;
	opacity:0.8;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
.footer-top ul li{
font-size: 12px;
    line-height: 1.9;
    color: #666;
    display: block;
    text-decoration: none;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.footer-top ul, ol{

margin-left: -20px !important;
	}

.footer-top li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 7px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #fec214;
}
.fnav-title{
	color: #bb4f27 !important;
font-size: 12px;
margin-left: 5px;

}

.link-selected{color: #3B5998 !important;
font-weight: 600;


}

@media(min-width:768px){
footer {
    width: 100%;
    /*position: fixed;*/
    z-index: -1;
    bottom: 0;
    
}
.wrapper-parallax {
    margin-bottom: 380px;
	background-color:white;
}
}


.scrolling-button{
position: absolute;
left: 50%;
bottom: 10%;

}
.arrow {
  margin: 0px auto;
width: 40px;
height: 40px;
  
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
  
}

.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

/* Scroll down indicator (bouncing) */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }
	
	
	
	/*tracker*/
	.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}
/*=============Pagination ================*/
.pagination a{
box-shadow: 0px 0px 3px 1px rgb(255, 209, 78) inset !important;
background: rgb(255, 250, 237) none repeat scroll 0% 0% !important;
float: left;
height: 35px;
width: 35px;
line-height: 35px;
text-align: center;
padding: 0;
border-radius: 100px;
margin-right: 3px;
color:#333;
}



.pagination .current {
    float: left;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    border-radius: 100px;
    margin-right: 3px;
	font-weight:600;
box-shadow: 0px 0px 3px 1px rgb(255, 209, 78) inset !important;
background: rgb(255, 250, 237) none repeat scroll 0% 0% !important;
color:#333;
}
/*=============Pagination end ================*/
.figure-caption{margin:10px 0px;
line-height: 18px;
font-size: 13px;}

/*===================New Main Nav Section========*/
.yss-header{background:#FFFFFF;}
.yss-nav .nav,
.yss-nav .collapse,
.yss-nav .dropup,
.yss-nav .dropdown {
  position: static;
}
.yss-nav .container {
  position: relative;
}
.yss-nav .container ul li a {
	color:#75420a;
    font-weight: bold;
}
.yss-nav .dropdown-menu {
  left: 0;
}
.yss-nav .auto{left:auto;}
.yss-nav .right{right:auto;}
.yss-nav .yss-nav-content {
  padding: 20px 30px;
	Line-height: 17px !important;
}

.full{left: auto; width: 100%;}

.yss-nav-content ul li a{font-size: 13px;}
.yss-nav-content ul li {margin-bottom: 10px;}
.hline{border-bottom: 1px solid #e7e7e7; padding: 10px 0px;}
.hline a{color:#bb4f27 !important;}
.py-title{color:#bb4f27 !important; text-align: center}
.title-color{color:#bb4f27 !important;}
.yss-nav .dropdown.dropdown-menu {
  left: 0;
  right: 0;
}
.round-photo{ width: 100px; height: 100px; border-radius: 100px; margin-bottom: -10px;  }
.nav-img-div{padding:0px 30px 0px;}
.about-nav-photo{width: 300px; }
.spiritual-nav-photo{width: 300px;  margin-top:5px;}
.ashram-photo {width: 230px; margin-top:5px;}
/*==================PY ========================*/


/*==================about yss========================*/
.about-img-div{padding:0px 30px 0px;}


/*===============meditation-img-div=========*/
.meditation-img-div{padding:0px 0px 10px; text-align: center;
	
}
/*==================Ashram and center yss========================*/
.ashram-img-div{padding:0px 5px 0px;
	
}
/*==================Programme yss========================*/
.programme-img-div{padding:0px 0px 10px; text-align: center;
	
}
/*========padding and margine========*/
.mt-0 {
  margin-top: 0px;
}
.mt-xs {
  margin-top: 10px;
}
.mt-md {
  margin-top: 40px;
}
.mt-lg {
  margin-top: 80px;
}
.mt-xl {
  margin-top: 160px;
}
.mr-0 {
  margin-right: 0;
}
.mr-xs {
  margin-right: 5px;
}
.mr-md {
  margin-right: 20px;
}
.mr-lg {
  margin-right: 40px;
}
.mr-xl {
  margin-right: 80px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-xs {
  margin-bottom: 10px;
}
.mb-md {
  margin-bottom: 40px;
}
.mb-lg {
  margin-bottom: 80px;
}
.mb-xl {
  margin-bottom: 160px;
}
.ml-0 {
  margin-left: 0;
}
.ml-xs {
  margin-left: 5px;
}
.ml-md {
  margin-left: 20px;
}
.ml-lg {
  margin-left: 40px;
}
.ml-xl {
  margin-left: 80px;
}
.mt-0 {
  padding-top: 0;
}
.mt-xs {
  padding-top: 10px;
}
.mt-md {
  padding-top: 40px;
}
.mt-lg {
  padding-top: 80px;
}
.mt-xl {
  padding-top: 160px;
}
.mr-0 {
  padding-right: 0;
}
.mr-xs {
  padding-right: 5px;
}
.mr-md {
  padding-right: 20px;
}
.mr-lg {
  padding-right: 40px;
}
.mr-xl {
  padding-right: 80px;
}
.mb-0 {
  padding-bottom: 0;
}
.mb-xs {
  padding-bottom: 10px;
}
.mb-md {
  padding-bottom: 40px;
}
.mb-lg {
  padding-bottom: 80px;
}
.mb-xl {
  padding-bottom: 160px;
}
.ml-0 {
  padding-left: 0;
}
.ml-xs {
  padding-left: 5px;
}
.ml-md {
  padding-left: 20px;
}
.ml-lg {
  padding-left: 40px;
}
.ml-xl {
  padding-left: 80px;
}
@media (max-width: 767px) {
  .mt-0-sm {
    margin-top: 0;
  }
  .mt-xs-sm {
    margin-top: 10px;
  }
  .mt-md-sm {
    margin-top: 40px;
  }
  .mt-lg-sm {
    margin-top: 80px;
  }
  .mt-xl-sm {
    margin-top: 160px;
  }
  .mr-0-sm {
    margin-right: 0;
  }
  .mr-xs-sm {
    margin-right: 5px;
  }
  .mr-md-sm {
    margin-right: 20px;
  }
  .mr-lg-sm {
    margin-right: 40px;
  }
  .mr-xl-sm {
    margin-right: 80px;
  }
  .mb-0-sm {
    margin-bottom: 0;
  }
  .mb-xs-sm {
    margin-bottom: 10px;
  }
  .mb-md-sm {
    margin-bottom: 40px;
  }
  .mb-lg-sm {
    margin-bottom: 80px;
  }
  .mb-xl-sm {
    margin-bottom: 160px;
  }
  .ml-0-sm {
    margin-left: 0;
  }
  .ml-xs-sm {
    margin-left: 5px;
  }
  .ml-md-sm {
    margin-left: 20px;
  }
  .ml-lg-sm {
    margin-left: 40px;
  }
  .ml-xl-sm {
    margin-left: 80px;
  }
  .mt-0-sm {
    padding-top: 0;
  }
  .mt-xs-sm {
    padding-top: 10px;
  }
  .mt-md-sm {
    padding-top: 40px;
  }
  .mt-lg-sm {
    padding-top: 80px;
  }
  .mt-xl-sm {
    padding-top: 160px;
  }
  .mr-0-sm {
    padding-right: 0;
  }
  .mr-xs-sm {
    padding-right: 5px;
  }
  .mr-md-sm {
    padding-right: 20px;
  }
  .mr-lg-sm {
    padding-right: 40px;
  }
  .mr-xl-sm {
    padding-right: 80px;
  }
  .mb-0-sm {
    padding-bottom: 0;
  }
  .mb-xs-sm {
    padding-bottom: 10px;
  }
  .mb-md-sm {
    padding-bottom: 40px;
  }
  .mb-lg-sm {
    padding-bottom: 80px;
  }
  .mb-xl-sm {
    padding-bottom: 160px;
  }
  .ml-0-sm {
    padding-left: 0;
  }
  .ml-xs-sm {
    padding-left: 5px;
  }
  .ml-md-sm {
    padding-left: 20px;
  }
  .ml-lg-sm {
    padding-left: 40px;
  }
  .ml-xl-sm {
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .mt-0-md {
    margin-top: 0;
  }
  .mt-xs-md {
    margin-top: 10px;
  }
  .mt-md-md {
    margin-top: 40px;
  }
  .mt-lg-md {
    margin-top: 80px;
  }
  .mt-xl-md {
    margin-top: 160px;
  }
  .mr-0-md {
    margin-right: 0;
  }
  .mr-xs-md {
    margin-right: 5px;
  }
  .mr-md-md {
    margin-right: 20px;
  }
  .mr-lg-md {
    margin-right: 40px;
  }
  .mr-xl-md {
    margin-right: 80px;
  }
  .mb-0-md {
    margin-bottom: 0;
  }
  .mb-xs-md {
    margin-bottom: 10px;
  }
  .mb-md-md {
    margin-bottom: 40px;
  }
  .mb-lg-md {
    margin-bottom: 80px;
  }
  .mb-xl-md {
    margin-bottom: 160px;
  }
  .ml-0-md {
    margin-left: 0;
  }
  .ml-xs-md {
    margin-left: 5px;
  }
  .ml-md-md {
    margin-left: 20px;
  }
  .ml-lg-md {
    margin-left: 40px;
  }
  .ml-xl-md {
    margin-left: 80px;
  }
  .mt-0-md {
    padding-top: 0;
  }
  .mt-xs-md {
    padding-top: 10px;
  }
  .mt-md-md {
    padding-top: 40px;
  }
  .mt-lg-md {
    padding-top: 80px;
  }
  .mt-xl-md {
    padding-top: 160px;
  }
  .mr-0-md {
    padding-right: 0;
  }
  .mr-xs-md {
    padding-right: 5px;
  }
  .mr-md-md {
    padding-right: 20px;
  }
  .mr-lg-md {
    padding-right: 40px;
  }
  .mr-xl-md {
    padding-right: 80px;
  }
  .mb-0-md {
    padding-bottom: 0;
  }
  .mb-xs-md {
    padding-bottom: 10px;
  }
  .mb-md-md {
    padding-bottom: 40px;
  }
  .mb-lg-md {
    padding-bottom: 80px;
  }
  .mb-xl-md {
    padding-bottom: 160px;
  }
  .ml-0-md {
    padding-left: 0;
  }
  .ml-xs-md {
    padding-left: 5px;
  }
  .ml-md-md {
    padding-left: 20px;
  }
  .ml-lg-md {
    padding-left: 40px;
  }
  .ml-xl-md {
    padding-left: 80px;
  }
}

/*Circle*/
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

/*yss List style*/

.yss-list ul { list-style-type: 
	none;
}
.yss-list li {
background: url('https://yssofindia.org/images/bullet.png') no-repeat;
padding: 0 0 3px 35px;
display: block;
background-size: 20px 15px;
background-position: 1px 5px;
	margin-left: -40px;
}


/*heading top margin 0 */
.h1, .h2, .h3, .h4, .h5, .h6{
	margin-top: 5px;
}

.para-ornament{
	background: url('https://yssofindia.org/images/para-ornament.png');
margin: 0px 0px 2% 0px;
display: block;
background-repeat: no-repeat;
background-position: center;
background-size: 200px;
	
}

@media only screen and (min-width: 768px){
.img-left {
    max-width: 100%;
	margin: 15px 3% 1% 0; 
	float: left;
}

.img-left-h {
    max-width: 100%;
	margin: 30px 3% 1% 0; 
	float: left;
}

.img-right {
    max-width:100%;
   margin: 15px 0 3% 1%;  
	float: right
}
.img-right-h {
    max-width:100%;
   margin:30px 0 3% 1%;  
	float: right
}

/*====================with border===================*/
	
.img-left-b {
    max-width: 100%;
	margin: 5px 2% 2% 0; 
	float: left;
	box-shadow: 0.2px 0.01px 6px #b4b3b3;
background-color: white;
padding: 5px;
}

.img-left-h-b {
    max-width: 100%;
	margin: 15px 2% 2% 0; 
	float: left;
	box-shadow: 0.2px 0.01px 6px #b4b3b3;
background-color: white;
padding: 5px;
}

.img-right-b {
	max-width:100%;
	margin: 5px 0 2% 2%;  
	float: right;
	box-shadow: 0.2px 0.01px 6px #b4b3b3;
background-color: white;
padding: 5px;	
}
.img-right-h-b {
	max-width:100%;
	margin:15px 0 2% 2%;  
	float: right;
	box-shadow: 0.2px 0.01px 6px #b4b3b3;
background-color: white;
padding: 5px;	
}	
	
	.img-top-b {
	max-width:100%;
	box-shadow: 0.2px 0.01px 6px #b4b3b3;
background-color: white;
padding: 5px;	
}
		
}.nav-fill{display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;}

.nav-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}



@media(max-width :768px){
.nav-item {
height: 32px;
width: 100%;
	margin-bottom: 15px;
}
	.indented{padding-left: 10px;   padding-right: 10px; }
}
.indented{padding-left: 30px;   padding-right: 30px; }

/*================Divider with text=============*/
.divider-1{
  position:relative;
  text-align: center
}
.divider-1:before {
  content: "";
  display: block;
  border-top: solid 1px #bebebe;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  z-index: 0;
}
.divider-1 span {
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 1;
	font-size: 20px;

color: #999;

text-transform: uppercase;
}
/*================Divider with text=============*/

.top-link{padding: 1px 4px;
background-color: #ffd14e;
color: #57381d;
font-size: 11px;
font-weight: bold;
        margin-left: 10px;
}

#custom-search-input {
        margin:0;
        margin-top: 0px;
        padding: 0;
    }
 
    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 13px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 border: 1px solid #ffd14e;
        margin-bottom: 0;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
    }
 
    #custom-search-input button {
        border: 0;
background: none;
padding: 2px 5px;
margin-top: 30px;
position: absolute;
left: -35px;
margin-bottom: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #BB4F27;
    }
#custom-search-input .input-group-btn{position: absolute;
right: 0;
}
    .search-query:focus + button {
        z-index: 3;   
    }
.message-alert{
padding: 5%;
	text-align: center;}

.colorgraph {
  border:0.5px #F3C834 solid;
}

#map{ width: 100%; height:350px}
.scrolling {  
    height: 200px !important;
    overflow: scroll;
}
.adp, .adp table {
    
    width: 100%;
}

.gallery-category{
    height: 250px;
    padding: 0px;
}
.td-color{background-color:#f0f0f0;}



/*loding*/
.loading {    
    background-color: #ffffff;
    background-image: url("https://yssofindia.org/images/loder.gif");
    background-size: 25px 25px;
    background-position:right 15px center;
    background-repeat: no-repeat;
	
}


/*label.valid {
	width: 24px;
	height: 24px;
	background: url(https://yssofindia.org/images/tick_green.png) center center no-repeat;
	display: inline-block;
	text-indent: -9999px;background-size: cover;
}*/
label span{font-size: 25px;
color: red; 
}
label.error {
	font-weight: bold;
	color: red;
	padding: 2px 8px;
	margin-top: 2px;
	font-size: 12px;
}
.see-all{
	padding-top: 30px;
	z-index: 3;
}

/*================Figure image===================*/
.figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
} 
.hide {
  display: none;
}

.list-space ul li{margin-bottom: 10px}

@media(max-width:767px){
.breadcrumb {
    display: none !important;
}

	.navbar-collapse{background-color:white}
	.nav-img-div{display:none}
	.about-img-div{display:none}
	.meditation-img-div{display:none}
	.ashram-img-div{display:none}
	.programme-img-div{display:none}
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/*full width video*/
.banner {
position: relative;
height: 265px;
overflow: hidden;
text-align: center;

}
.banner video {
    z-index: -100;
    display: block;
    background-size: cover;
    transition: 1s opacity;
}

#video_overlays {
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
    background-color: rgba(247, 223, 141, 0.34);
}

.banner-detail {
    position: absolute;
    top: 0px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    padding: 1em;
}
	.banner-heading{font-size:33px; line-height:38px;}
@media(min-width:768px){
.banner-detail {display: flex;}
	.banner video { width: 100%; vertical-align: middle;}	
	
}

@media(max-width:991px){
.banner {height: 378px;}
	.banner-heading{font-size:22px; line-height:32px !important;}

}

@media(min-width:687px) and (max-width:768px){
	.banner {height: 375px;}
}

/*===================Audio=====================*/

.mediPlayer .control {
    opacity        : 0; /* transition: opacity .2s linear; */
    pointer-events : none;
    cursor         : pointer;
}

.mediPlayer .not-started .play, .mediPlayer .paused .play {
    opacity : 1;

}

.mediPlayer .playing .pause {
    opacity : 1;

}

.mediPlayer .playing .play {
    opacity : 0;
}

.mediPlayer .ended .stop {
    opacity        : 1;
    pointer-events : none;
}

.mediPlayer .precache-bar .done {
    opacity : 0;
}

.mediPlayer .not-started .progress-bar, .mediPlayer .ended .progress-bar {
    display : none;
}

.mediPlayer .ended .progress-track {
    stroke-opacity : 1;
}

.mediPlayer .progress-bar,
.mediPlayer .precache-bar {
    transition        : stroke-dashoffset 500ms;

    stroke-dasharray  : 298.1371428256714;
    stroke-dashoffset : 298.1371428256714;
}

.player-panel {
    border-color: #ddd;
    background-color: #e1e0dd;;
}

.top-headline{margin-top: 0px;}
.panel-h-350{ height:350px}

.text-box-left{
	float: left;
	width: 300px;
	height:100%;
	background-color:#f1cd96;
	padding: 5px 25px;
	margin: 5px 2% 2% 0;
		}

.text-box-right{
	width: 300px;
	height:100%;
	background-color:#f1cd96;
	padding: 5px 25px;
	margin: 5px 0 2% 2%;
	float: right;
	
	}

@media(min-width:540px)
{
	.image-box-left-250{
		float: left;
		width:250px;
		height:100%;
		padding: 5px;
		margin: 0px 2% 0% 0;
			}
	.image-box-right-250{
		float: right;
		width:250px;
		height:100%;
		padding: 5px;
		margin: 0px 0 0% 2%;
			}
	.image-box-left-350{
		float: left;
		width:350px;
		height:100%;
		padding: 5px;
		margin: 0px 2% 0% 0;
			}
	.image-box-right-350{
		float: right;
		width:350px;
		height:100%;
		padding: 5px;
		margin: 0px 0 0% 2%;
			}
    
    .image-box-left-450{
		float: left;
		width:450px;
		height:100%;
		padding: 5px;
		margin: 0px 2% 0% 0;
			}
   .image-box-right-450{
		float: right;
		width:450px;
		height:100%;
		padding: 5px;
		margin: 0px 0 0% 2%;
			}
	
	.video-box-right{
		float: right;
		width:550px;
		height:100%;
		padding: 5px;
		margin: 15px 0 0% 2%;
			}
	
	.video-box-left{
		float: left;
		width:550px;
		height:100%;
		padding: 5px;
		margin: 15px 2% 0% 0;
			}
	
	.image-box-left-350-h{
		float: left;
		width:350px;
		height:100%;
		padding: 5px;
		margin: -15px 2% 0% 0;
			}
	.image-box-right-350-h{
		float: right;
		width:350px;
		height:100%;
		padding: 5px;
		margin: -15px 0 0% 2%;
			}
	}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 20px;
    background-color:#143f89 !important;
    display: block;
}
@media(max-width:768px){
.back-to-top{display:none !important}
}



#accordion .panel-heading { padding: 0;}
#accordion .panel-title > a {
	display: block;
	padding: 0.4em 0.6em;
    outline: none;
    font-weight:bold;
    text-decoration: none;
}

#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before  {
    content:"\e113";
    float: left;
    font-family: 'Glyphicons Halflings';
	margin-right :1em;
}
#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before  {
    content:"\e114";
}

.centerthis {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;  
}

/*/////////////////////For div horigental line*/
@media ( min-width: 768px ) {
    .grid-divider {
        position: relative;
        padding: 0;
    }
    .grid-divider>[class*='col-'] {
        position: static;
    }
    .grid-divider>[class*='col-']:nth-child(n+2):before {
        content: "";
        border-left: 1px solid #DDD;
        position: absolute;
        top: 0;
        bottom: 0;
    }
    .col-padding {
        padding: 0 15px;
    }
}




/*//////////////////header logo and top nav//////////////////////*/
#header_main{
	border:0;
	background: url("https://yssofindia.org/images/new-h-bg.jpg");
	height:110px;
	background-repeat: repeat-x;
    margin-top: 10px;
	background-size: 2px 110px;
}
#header_main_logo{
	background: url("https://yssofindia.org/images/new-header-banner.jpg");
	height:106px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 415px 106px;
}


/*-----------Header Logo-----------------*/
.logo.bg-logo a{
	width:33%;
	margin:0 auto;
}


/*--------------------- Top menu------------------- */
header{
/*position: fixed;
right: 0;
left: 0;
top:0px;
z-index: 1030;*/
}
.top-header	
{
	background-color: #bd5226;
	}


	
	.top-header .container
	{
	position:relative;
	
	}
	
	.top-nav{
	
		text-align: center;
		text-transform: uppercase;
	}
	

		
		
	
@media (min-width: 1196px){
.top-nav{
	
	right:15px;
	position: absolute;
	text-align: center;
	height:5px;
	font-family: verdana;
	}
	.top-search{
		float:right;
		width:250px;
		margin-top: 5px;
        }
	}	
.top-nav> ul  {
	margin-bottom:0px;
	padding-left:0px;
	}
	
	.top-nav> ul > li {
    background: transparent;
	display: inline;
	list-style:none;
	padding-left:7px;
	padding-right:7px;
	}
	
	.top-nav> ul > li>a {
	font-size:11px;
	 line-height: 30px;
	
	color:#fff;
	}
	
/*--------------------- Top menu------------------- */

/*--------------------- Top search------------------- */
.top-search .form-wrapper {
 width: 60%;

margin: 0px auto;
background: #C0BEBB;
border-radius: 50px;
box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
position: relative;
}

@media (min-width: 1196px){
.top-search .form-wrapper {
 width: 100%;
background: #C0BEBB;
border-radius: 50px;
box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
position: relative;
}
	
}
		

/* Form text input */

.top-search  .form-wrapper input {
float: left;
width: 85%;
padding: 0px 10px;
border: 0;
background: #e4dfd5;
border-radius: 50px 0 0 50px;
height: 25px;
}



.top-search  .form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}    

/* Form submit button */
.top-search  .form-wrapper button {
   
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 15%;
   color: #fff;
    text-transform: uppercase;
    background: #C3846C;;
    border-radius: 0 50px 50px 0;  
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	height: 25px;
}   
   
.top-search .form-wrapper button:hover{     
    background: #e54040;
}   
/*--------------------- Top search------------------- */  

/*new lession page css tags*/

.new-lession-bg{background-color: #ffcc66;}

.new-lession-wrapper{padding: 10%;
    margin-top: 10%;
}

.new-lesson-header-h2{
font-size: 26px;
color: #fff;
text-align: center;
line-height: 38px !important;
    font-weight: bold;
}

.home-lesson-header-p{

color: #a87d25;
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;


   
}

.new-lesson-button{background-color: #da9010;}


.new-lession-img-wrapper{
    background-image: url(https://yssofindia.org/UserFilesTwo/image/lesson-page-header.jpg);
    display: block;
padding-bottom: 100%;
background-size: cover;
background-position: center;
}

.new-lession-heading{opacity: 1;
margin-left: 0;
font-size: 46px;
line-height:50px !important;
text-align: center;
-ms-flex-item-align: unset;
-ms-grid-row-align: unset;
align-self: unset;

}

@media (min-width:1199px){

    /* Overline From Center */
.__underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.__underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0px;
  background:#B73C3E;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.__underline-from-center:hover:before, .__underline-from-center:focus:before, .__underline-from-center:active:before {
  left: 0;
  right: 0;
}

}


.new-lesson-nav a{
    font-size: 12px;
    color: #ba870c !important;
text-align: left;

    
}
@media (min-width:1199px){
.new-lesson-nav a{
    
padding: 0px 10px 10px 30px !important;
    height: 60px; 
        width: 140px;
    
}
}


.sub-menu{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    /*align-items: center;*/
    margin-bottom: 5px;
    position: -webkit-sticky;
    position: sticky;
    background-color: #fff;
    z-index: 50;
    top: 0px;
    transition: top .6s ease-in-out;
    border-bottom: 1px solid #f3d9cf;
       padding: 20px 0px 0px 0px;
}

.new-lesson-nav-two a{
    font-size: 12px;
    color: #ba870c !important;
text-align: left;

    
}
.new-lesson-nav-three a{
    font-size: 12px;
    color: #ba870c !important;
text-align: left;

    
}

@media (min-width:1199px){
.new-lesson-nav-two a{
    
padding: 0px 20px 10px 30px !important;
    height: 60px; 
        width: 190px;
    
}
    .new-lesson-nav-three a{
    
padding: 0px 20px 10px 30px !important;
    height: 60px; 
        width: 160px;
    
}
}

.sub-menu-two{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    /*align-items: center;*/
    margin-bottom: 5px;
    position: -webkit-sticky;
    position: sticky;
    background-color: #fff;
    z-index: 50;
    top: 0px;
    transition: top .6s ease-in-out;
    border-bottom: 1px solid #f3d9cf;
       padding: 20px 0px 0px 0px;
}
.sub-menu-three{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    /*align-items: center;*/
    margin-bottom: 5px;
    position: -webkit-sticky;
    position: sticky;
    background-color: #fff;
    z-index: 50;
    top: 0px;
    transition: top .6s ease-in-out;
    border-bottom: 1px solid #f3d9cf;
       padding: 20px 0px 0px 0px;
}



.home-lesson-nav a{
    font-size: 12px;
    color: #ba870c;

    
}
.home-lession-bg{background-color: #fff;}
.home-lession-wrapper{
    padding: 10%;
    
}

.home-lesson-header-h2{
font-size: 26px;
color: #a87d25;;

line-height: 38px !important;
    font-weight: bold;
}

.home-lession-heading{opacity: 1;
margin-left: 0;
font-size: 46px;
line-height:50px !important;

-ms-flex-item-align: unset;
-ms-grid-row-align: unset;
align-self: unset;

}

.home-underline a{text-decoration-line: underline;
}

@media (max-width: 990px){
    
    .home-lesson-header-h2{
font-size: 18px;
color: #a87d25;
    text-align:center;
line-height: 20px !important;
    font-weight: bold;
}

.home-lession-heading{opacity: 1;
margin-left: 0;
font-size: 26px;
text-align: center;

}
.home-underline{
    text-align:center;

}

}


/*=======Header Bg===*/

.__header {
    min-height: 100vh;
    position: relative;
    z-index: 0;
    margin-bottom: 100px;
    display: -ms-flexbox;
    display: flex;
    background: no-repeat 50%;
    background-size: cover;
}
.__header:after {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 content:"";
 background:linear-gradient(180deg,transparent,rgba(0,0,0,.35));
 background-color:rgba(0,0,0,.3);
 z-index:-1
}

.__header-bg{
 position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
object-fit: fill;
z-index: -2;
}



@media screen and (max-width:1199px) {
 .__header-bg {
  object-fit:cover
 }
}
@media screen and (max-width:1023px) {
 .__header-bg {
  display:none
 }
}

@media screen and (max-width:1199px) {
.__header-bg {
    object-fit: cover;
}
}

@import url('https://fonts.googleapis.com/css?family=Merriweather');
.__header__quote {
    font-family: 'Merriweather', serif;
    width: 100%;
    max-width: 570px;
    color: #fff;
    font-size: 32px;
    font-style: italic;
    line-height: 46px;
    text-align: center;
    text-shadow: 0 2px 20px rgba(0,0,0,.3);
    margin-bottom: 46px;
}

@media screen and (max-width:1023px) {
.__header__quote {
    font-size: 18px;
    line-height: 21px;
}
}

 .header__quote__author {
     font-family: 'Merriweather', serif;
    color: #fff;
    font-size: 24px;
    font-style: italic;
    line-height: 32px;
    text-align: center;
    text-shadow: 0 2px 20px rgba(0,0,0,.3);
    margin-bottom: 46px;
    margin-top: -26px;
}

.__header__logo {
    width: 100%;
    max-width: 686px;
    margin-bottom: 54px;
}

.header__link {
    margin-bottom: 42px;
    color: #fff;
    text-shadow: unset;
    line-height: 24px;
    font-weight: 500;
}



.__header__logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    text-shadow: 0 2px 20px rgb(0, 0, 0);
    -ms-interpolation-mode: bicubic;
}

.__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    margin: 0 auto;
}

.header__scroll-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 40px;
    transform: rotate(90deg);
    transition: opacity .3s ease;
}


@media screen and (max-width:639px) {
 .header__scroll-btn {
  bottom:20px
 }
}
.header__mobile-bg {
 display:none
}
@media screen and (max-width:1023px) {
 .header__mobile-bg {
  display:inline-block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:0 50%;
  z-index:-1
 }
}



/*tab setting///*/
.txt-img__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 166px;
    position: relative
}

@media screen and (max-width:1023px) {
    .txt-img__container {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 8vw
    }
}

@media screen and (max-width:639px) {
    .txt-img__container {
        padding: 0 20px
    }
}

.txt-img__container.\--right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media screen and (max-width:1023px) {
    .txt-img__container.\--right {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.txt-img__container.\--right .txt-img__bg {
    right: unset;
    left: 20vw
}

@media screen and (max-width:1023px) {
    .txt-img__container.\--right .txt-img__bg {
        left: 0;
        right: 0
    }
}

.txt-img__container.\--right .txt-img__txt-wrap .line {
    left: unset;
    right: -50px;
    transition: .3s
}

@media screen and (min-width:1024px) and (max-width:1199px) {
    .txt-img__container.\--right .txt-img__txt-wrap .line {
        right: -106px
    }
}

@media screen and (max-width:1023px) {
    .txt-img__container.\--right .txt-img__txt-wrap .line {
        left: 0;
        right: 0
    }
}

@media screen and (min-width:1023px) {
    .txt-img__container.\--right .txt-img__txt-wrap .line.active {
        right: -70px;
        width: 140px
    }
}

.txt-img__txt-wrap {
    width: 50%;
    padding: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media screen and (max-width:1023px) {
    .txt-img__txt-wrap {
        width: 100%
    }
}
@media (min-width:1023px) {
    .text-img-right {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media screen and (min-width:640px) and (max-width:1023px) {
    .txt-img__txt-wrap {
        padding-left: 0;
        padding-right: 0
    }
}


@media screen and (min-width:1024px) and (max-width:1199px) {
    .txt-img__txt-wrap .line {
        left: -106px
    }
}

.txt-img__txt-content {
    width: 100%;
    max-width: 475px
}

@media screen and (max-width:1023px) {
    .txt-img__txt-content {
        max-width: 650px;
        text-align: center
    }
}



.txt-img__txt {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px
}

@media screen and (max-width:1199px) {
    .txt-img__txt {
        font-size: 22px
    }
}

@media screen and (max-width:1023px) {
    .txt-img__txt {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px
    }
}



@media screen and (max-width:1023px) {
    .txt-img__img-wrap {
        width: 100%;
        margin-bottom: 64px
    }
}

.txt-img__img-wrap div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #de6a10;
    opacity: 0;
    transition: opacity .2s ease
}

.txt-img__img-wrap img {
    max-height: 770px;
    min-height: 700px;
    width: 100%;
    object-fit: cover;
    transition: transform .2s ease
}

@media screen and (max-width:1023px) {
    .txt-img__img-wrap img {
        min-height: unset;
        height: 645px
    }
}

@media screen and (max-width:639px) {
    .txt-img__img-wrap img {
        height: 350px
    }
}

.txt-img__img-wrap:hover img {
    transform: scale(1.05)
}

.txt-img__img-wrap:hover div {
    opacity: .3
}

.txt-img__container.--right {

    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/*Image Gallery////////////////////////*/
.new-gallery-div{
z-index: 10;
padding: 100px 0;
position: relative;
width: 100%;
overflow: hidden;
margin: 130px 0px;
}

.new-gallery-div a:hover {
 opacity:1;
    text-decoration: none;
}


.full-img__bg{
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
object-fit: cover;
transition: transform 1s;
z-index: -1;
}

.new-gallery-div:hover .full-img__bg {
 transform:scale(1.05)
}

.full-img-wrap {
    width: 100%;
    max-width: 630px;
    padding: 10px 40px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    transition: background-color .2s ease;
}

.new-gallery-div:hover .full-img-wrap {
 background-color:#fff
}


@media screen and (max-width:1023px) {
 .full-img-wrap {
  padding:60px 25px
 }
}

.full-img__title {
    font-size: 52px;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
    font-weight: 500;
}

.new-gallery-div:hover .full-img__title{
    color: #BB4F27;
}

@media screen and (max-width:1023px) {
 .full-img__title {
  font-size:36px;
  line-height:46px
 }
}

.justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}