body {
	margin: 0;
	padding: 0;
}

.top-strip {
	color: #fff;
	background-color: #ff6600;
	text-align: center;
	padding: 15px;
}

.top-strip-text {
	font-size: x-large;
	font-weight: bolder;
}

.middle-strip {
	text-align: center;
	color: #ff6600;
	padding: 10px;
}

.middle-strip-text {
	font-weight: bolder;
	font-size: 2.7em;
}

.navbar-bg-self {
	background-color: #ff6600;
	font-size: large;
}

.items {
	margin-inline: 20px;
}

.footer {
	background-color: #ff6600;
	color: #fff;
	font-size: small;
	position: relative;
	top:10px;
}

.footer a {
	color: #fff;
}
.social{
	background-color: #fff;
}
.copyright{
	position: relative;
	top:10px;
}
.address{
	position: relative;
	top:12px;
}
.email{
	text-decoration: none;
}
.aarti-heading{
	text-align: center;
	font-weight: 600;
}
.card-heading{
	font-size: medium;
	font-weight: 600;
	color: black;
}
.card-text{
	font-size: medium;
	color: black;
}
.card-link{
	text-decoration: none;
	padding: 10px;
}
.aarti-card{
	margin-top: 19px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	margin-bottom: 10px;
}
.aarti-card:hover{
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.aarti-page-box{
	margin-top: 33px;
	margin-bottom: 20px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	
}
.aarti{
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	margin-top: 33px;
	text-align: center;
	
}
.aarti-cards{
	padding: 20px;
	text-align: center;
}
.row{
	justify-content: center;
}
.pare-index{
	text-align: center;
	margin:43px auto 43px  auto;
	font-family: 'Bebas Neue',cursive;
	font-weight: 800;
	font-size: large;
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
	width: fit-content;
	justify-self: center;
	justify-content: center;
	align-items: center;
	display: flex;	
	border-style: double ;
	border:dotted #ff6600 4px;
}


.card {
	grid-area: 1 / 1;
	
	background: rgba(249, 198, 26, 0.88);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 30px;
	color: #000;
	text-transform: uppercase;
	font-size: 60px;
	backface-visibility: hidden;
	box-shadow: 0 10px 30px -3px rgba(0, 0, 0, .1);
}


.card .enclosed {
	background: #000;
	line-height: 1;
	color: rgba(249, 198, 26, 1);
	padding: 0 5px;
	display: inline-block;
	transform: translate(-1px, 1px) scale(0.75);
	transform-origin: right center;
}
.uddeshya{
	text-align: center;
		margin: 43px auto 43px auto;
		font-family: 'Bebas Neue', cursive;
		font-weight: 800;
		font-size: large;
		background: #fff;
		padding: 20px;
		border-radius: 20px;
		box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
		width: fit-content;
		justify-self: center;
		justify-content: center;
		align-items: center;
		
		border-style: double;
			border: dotted #ff6600 4px;
			margin-left: 10px;
			margin-right: 10px;
}
.aarti-lines{
	text-align: center;
		margin: 43px auto 43px auto;
		font-family: 'Bebas Neue', cursive;
		font-weight: 800;
		font-size: large;
		background:#F1E1A6;
		padding: 20px;
		border-radius: 20px;
		box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
		width: fit-content;
		justify-self: center;
		justify-content: center;
		align-items: center;
	
		border-style: double;
		border: dotted #ff6600 4px;
		margin-bottom: 20px;
}
.parmarth{
	font-size:x-large;
}

.dropdown-ashram{
	padding: 0px;
	margin: 0px;
	border: 0px;
}



/*gallery*/

* {
	box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
	position: relative;
}

/* Hide the images by default */
.mySlides {
	display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
	cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* Container for image text */
.caption-container {
	text-align: center;
	background-color: #222;
	padding: 2px 16px;
	color: white;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Six columns side by side */
.column {
	float: left;
	width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}
.qk-links{
	text-decoration: none;
	font-size: medium;
}
