body,html{
	background-color: white;
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
	font-family: 'Anek Malayalam', sans-serif;
	scroll-behavior: smooth;
	background-color: white;
	background-image: url(css-images/bg.jpg);
	/*height: 300vh;*/
}
a{
	text-decoration: none;
}

.pdf-button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f1f1f1;
	border-radius: 10px;
	min-height: 40px !important;
	padding: 10px;
	flex-direction: column;
	text-align: center;
	font-weight: 900;
	color: #f1690e;
}

.pdf-button span{
	font-size: 12px;
	font-weight: 500;
}

.pdf-button:hover{
	background-color: #f1690e;
	color: #f1f1f1;
}

/*main page*/
.container-home-widescreen{
	overflow: hidden;
	width: auto;
	min-width: 1281px;
	margin: auto;
	padding: auto;
	height: 947px;
	max-height: 947px ;
	background-color: black;
	background-image: url(css-images/headerimage.jpg);
	background-size: cover;
	color: white;
	text-align: center;
}
.container-home-heading{
	margin-top: 330px;
	font-size: 45px;
	font-weight: 200;
	letter-spacing: 3px;
	line-height: 10px;
	color: white;
	text-shadow: 1px 2px darkgray;
}
.container-home-address{
	font-size: 20px;
	letter-spacing: 3px;
	margin-top: -30px;
}

.explore{
	margin-top:250px;
  	background-color: orange;
  	color: white;
  	padding: 10px 10px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	letter-spacing: 1px;
  	font-family: 'Poppins', sans-serif;
  	transition: 0.4s;
  	font-size: medium;
  	border-style: solid;
  	background-color: none;
  	border-color
	: orange;
  	border-radius: 10px;
  	font-weight: bold;
}

.explore:hover{
	color: orange;
	background-color: white;
	transition: 0.4s;
	border-color: white;
}

/*lang button*/
.dropbtn {
  background-color: orange;
  color: white;
  padding: 10px 10px;
  border-radius:10px;
  height: 50px;
  border-style: none;
  font-weight: bold;
  font-size: medium;
  letter-spacing: 1px;
  text-align: center;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
	background-color: green; color: white;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:hover .dropbtn {
	background-color: orange;
}
.current-lang{
	color: white;
}


/*menu bar*/
.toggle-button{
	display: none;
	justify-self: center;
	text-align: center;
	align-items: center;
	color: white;
	font-size: medium;
	font-weight: bold;
	letter-spacing: 3px;
}
.sticky_nav{
  	/*position: -webkit-sticky;*/
  	position:sticky;
  	top: 0;
  	padding: 0px;
  	z-index: 1001;
}
.navbar{
	padding: 25px;
	justify-content: space-between;
	align-items: center;
	font-weight: bolder;
	font-size: medium;
	border-style: inset;
	border-color: orange;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	background-color:#3D0000;
	/*#112B3C*/
	margin: 0;
}
.navbar-links ul{
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: center;
}
.navbar-links li{
	list-style: none;
}
.navbar-links li a{
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	color: white;
	letter-spacing: 2px;
	padding: 10px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
	display: block;
}
.navbar-links ul li a:hover{
	margin-top: 0px;
	color: #FF8E00 ;	
	font-weight: bolder;
	font-size: 17px;
	margin-left: 30px;
	margin-right: 30px;
	padding: 10px;
	letter-spacing: 2.1px;
}
.navbar-links ul li a: active{
	color: orange;
	background-color: yellow;
}
.navbar-links ul li .current{
	color: #FF8E00 ;
}


/*navbar language*/
.dropbtn-nav{
  background-color: #3D0000;
  color: white;
  padding: 10px 10px;
  border-radius:10px;
  height: 50px;
  border-style: none;
  font-weight: bold;
  font-size: medium;
  letter-spacing: 1px;
  text-align: center;
}
.dropdown-nav {
  position: relative;
  display: block;
  text-align: center;
}
.dropdown-content-nav {
  display: none;
  position: relative;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content-nav a {
  color: black;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
}
.dropdown-content-nav a:hover {
	background-color: green; color: white;
}
.dropdown-nav:hover .dropdown-content-nav {
	display: block;
	color: orange;
}
.dropdown-nav:hover .dropbtn-nav {
	background-color: #3D0000;
}
.current-lang{
	background-color: lightgreen;
}


/*container*/
.container{
	background-color: white;
	width: 1500px;
	justify-content: center;
	margin: auto;
	background-image: url(css-images/red.jpg) ;
	/*height: 300vh;*/
}
.container-color{
	background-color: rgba(255, 215, 0, 0.4);
}

.marquee-container{
	background-color: #F7F7F7;
	width: 1450px;
	margin: auto;
	margin-top: 50px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	justify-content: center;
	border-radius: 5px;
	font-style: italic;
	color: firebrick;
	font-weight: bolder;
	letter-spacing: 3px;
}

.container-row{
	margin: auto;
	margin-top: 30px;
	width: auto;
}
.container-row:after{
	content: '';
	display: table;
	clear: both;
	padding: 10px 10px;
}
.container-col1{
	float: left;
	width: 70%;
	height: 750px;
	justify-content: center;
}
.container-history{
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 10px;
}
.history-heading{
	text-align: left;
	letter-spacing: 3px;
	font-size: x-large;
}
.history-content{
	text-align: justify;
	letter-spacing: 1px;
}
.knowmore{
	color: #3D0000;
	font-weight: bolder;
}
.knowmore:hover{
	color: blue;
}
.video-container{
	text-align: center;
}
video{
	width: 600px;
	height: 500px;
	text-align: center;
	margin: auto;
	margin-top: 30px;
	border-radius: 10px;
}
.container-col2{
	float: left;
	width: 25%;
	justify-content: center;
	height: 950px;
	border-style: solid;
	border-radius: 10px;
	border-color: white;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #F58840;
	margin-left: 0px;
}
.container-notice{
	margin-top: 10px;
	/*margin-left: 10px;*/
	margin-right: 10px;
	background-color: #F58840;
}
.notice-heading{
	text-align: left;
	letter-spacing: 3px;
	color: firebrick;
	margin-top: 40px;
}
.notice-content{
	text-align: justify;
	/*letter-spacing: 1px;*/
	color: white;
}
.animate-charcter
{
	font-weight: bolder;
  text-transform: uppercase;
  background-image: linear-gradient(225deg, darkred 10%, red 29%, orangered 67%,darkred 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 300% auto;
  color: #ffff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 5s linear infinite;
  display: inline-block;
  font-size: 20px;
}
@keyframes textclip {
  to {
    background-position: 300% center;
  }
}



.mantras-devi-container{
	margin-top: 30px;
	margin-bottom: 20px;
	height: 120px;
	/*background-color: black;*/
	/*background-image: url(d.png);*/
	background-size: contain;
	background-repeat: no-repeat;
	/*vertical-align: middle;*/
	display: flex;
}
.mantras-devi-container img{
	width: 120px;
	height: 120px;
	margin-top: 30px;
}
.image-png1{
	margin-left:60px;
	padding: 40px;
	vertical-align: middle;
}
.image-png2{
	margin-right: 60px;
	padding: 40px;
	vertical-align: middle;
}
.mantras-devi{
	margin: auto;
	text-align: center;
	font-size: 20px;
	font-style: italic;
	font-weight: 800;
	color: #3D0000;
	letter-spacing: 3px;
	padding: 40px;
	margin-top: 30px;
	vertical-align: middle;
	font-family: 'Parisienne', cursive;
}
/*about us*/
.aboutus-container{
	width: auto;
	margin-top: 70px;
	height: 900px;
	
}
.aboutus-heading{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 50px;
	text-align: left;
	letter-spacing: 3px;
}
.aboutus-contents{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 50px;
	text-align: justify;
	letter-spacing: 1px;
}

.image-container{
	text-align: center;

}
.aboutus-image{
	width: 450px;
	height: auto;
	text-align: center;
	margin: auto;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 45px;
	border-radius: 10px;
}

.poojas-container{
	width: auto;
	margin-top: 70px;
	height: 2500px;
	text-align: center;

}
.poojas-heading{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 50px;
	text-align: left;
	letter-spacing: 3px;
}
.poojas-contents{
	margin-left: 250px;
	margin-right: 250px;
	margin-top: 50px;
	text-align: center;
	letter-spacing: 3px;
}
.tee{
	font-size: medium;
	border-style: 0.1px;
	border-radius: 10px;
	border-color: orange;
}
.trt{
	text-align: center;
}
.timings-container{
	width: auto;
	margin-top: 100px;
	height: 900px;
}

.timings-heading{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 50px;
	text-align: left;
	letter-spacing: 3px;
	font-weight: lighter;
}
.time-mr h3
	{
		margin-top: 50px;
		font-size: x-large;
		font-weight: bold;
		margin-left: 250px;
		width: auto;
	}
.times
	{
		width: 900px;
		text-align: center;
		text-align: justify;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
		margin-left: 250px;
		margin-right:250px;
		font-size: large;
	}
table,th,td{
	 border: 3px solid;
	 padding: 8px;
	 width: 1000px;
	 text-align: center;
	 font-weight: bold;
}

.prathishtas-container{
	width: auto;
	margin-top: 70px;
	/*background-color: rgba(222, 224, 242, 0.3);*/
	height: 900px;
}
.prathishtas-heading{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 50px;
	text-align: left;
	letter-spacing: 3px;
	font-weight: lighter;
}


.more
	{
		text-decoration: none;
		color: #112B3C;
		padding: 10px;
		font-size: medium;
		font-weight: bolder;
		letter-spacing: 2px;
		transition: 0.2s;
		font-family: 'Poppins', sans-serif;
	}
.more:hover
	{
		color:#112B3C;
		letter-spacing: 2px;
		transition: 0.2s
	}
.prathishtas-bg
	{
		margin-top: 100px;
		/*background-color: rgba(56,56,56,1);*/
		width: auto;
		height: 1000px;
		padding: 10px;
		/*background-image: url(bg-content.png);*/
	}


.prathishtas-column
	{

		float: left;
		width: 25%;
		margin: auto;
		border-radius: 5px;
	}

.prathishtas-column :hover
	{
		border-radius: 8px;
	}
.prathishtas-row
	{
		margin: auto;
	}
.prathishtas-row:after
	{
		content: '';
		display: table;
		clear: both;
	}
.prathishtas-card1
	{
		margin-top:120px ;
  		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  		padding: 16px;
  		margin-left: 30px;
  		margin-right: 30px;
  		text-align: center;
  		height : 500px;
  		background-image: url(css-images/devi.jpg);
  		background-size: cover;
  		justify-content: center;
  		border-radius: 4px;
  		transition: 0.4s;
  		font-size: x-large;
  		font-weight: bolder;
  		color: white;
  		letter-spacing: 2px;
	}
.prathishtas-card1:hover
	{
		transform: scale(1.02);
		letter-spacing: 3px;
	}
.prathishtas-card2
	{
		margin-top:120px ;
  		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  		padding: 16px;
  		margin-left: 30px;
  		margin-right: 30px;
  		text-align: center;
  		background-image: url(css-images/ganesh.jpg);
  		background-size: cover;
  		font-size: x-large;
  		font-weight: bolder;
  		color: white;
  		height : 500px;
  		transition: 0.4s;
  		letter-spacing: 2px;
	}
.prathishtas-card2:hover
	{
		transform: scale(1.02);
		letter-spacing: 3px;
	}
.prathishtas-card3
	{
		margin-top:120px ;
  		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  		padding: 16px;
  		margin-left: 30px;
  		margin-right: 30px;
  		text-align: center;
  		background-image: url(css-images/ayyapa.jpg);
  		background-size: cover;
  		height : 500px;
  		transition: 0.4s;
  		font-size: x-large;
  		font-weight: bolder;
  		color: white;
  		letter-spacing: 2px;
	}
.prathishtas-card3:hover
	{
		transform: scale(1.02);
		letter-spacing: 3px;
	}
.prathishtas-card4
	{
		margin-top:120px ;
  		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  		padding: 16px;
  		margin-left: 30px;
  		margin-right: 30px;
  		text-align: center;
  		background-image: url(css-images/nagar.jpg);
  		background-size: cover;
  		height : 500px;
  		transition: 0.4s;
  		font-size: x-large;
  		font-weight: bolder;
  		color: white;
  		letter-spacing: 2px;
	}
.prathishtas-card4:hover
	{
		transform: scale(1.02);
		letter-spacing: 3px;
	}
.button-prathishta{
	position: absolute;
    z-index: 2;
    right: 10px;
    display: none;
   	margin-top: 320px;
    width: auto;
    padding: 10px;
    transition: 0.6s;
    background-color: white;
    border-style: none;
    transition: 0.4s;
    border-radius: 100%;
    height: 90px;
    font-size: medium;
  	font-weight: lighter;
  	letter-spacing: 1.5px;
}

.button-prathishta:hover
	{
	position: absolute;
    z-index: 2;
    border-radius: 100%;
    right: 10px;
    display: none;
   	margin-top: 320px;
    width: auto;
    height: 90px;
    padding: 10px;
    transition: 0.4s;
    background-color:rgba(221,231,221,0.9) ;
    letter-spacing: 2px;
    color: orange;
	}

.prathishtas-card1:hover .button-prathishta{ 
	display:block;	
	cursor: pointer;

}

.prathishtas-card2:hover .button-prathishta{ 
	display:block;
	cursor: pointer;	
}

.prathishtas-card3:hover .button-prathishta{ 
	display:block;	
	cursor: pointer;
}

.prathishtas-card4:hover .button-prathishta{ 
	display:block;	
	cursor: pointer;
}
.footer{
		margin-top: 20px;
		background-color: #3D0000;
		width: auto;
		height: 300px;
	}
.footer_contents{
		/*margin-top: 600px;*/
		color: white;
		font-size: medium;
		text-align: center;
		font-weight: bold;
		letter-spacing: 3px;
	}

.social_icons ul{
		letter-spacing: 5px;
		margin-top: 10px;
		display: flex;
		padding: 10px;
		justify-content: center;
		text-align: center;
	}
.social_icons li{
		list-style: none;
	}
.social_icons li a{
		justify-content: center;
		text-decoration: none;
		color: white;
		font-size: medium;
		letter-spacing: 3px;
		padding: 10px;
		margin-left: 30px;
		margin-right: 30px;
		display: block;
	}
.social_icons li a:hover{
		color: orange;
	}












/*for tabs*/

@media (min-width: 600px) and (max-width: 990px){
.container-home-widescreen{
	overflow-x: hidden;
	width: auto;
	max-width: 990px;
	min-width: 600px;
	margin: auto;
	padding: auto;
	height: 400px;
	background-color: black;
	background-image: url(css-images/headerimage.jpg);
	background-size: cover;
	color: white;
	text-align: center;
}
.container-home-heading{
	margin-top: 50px;
	font-size: 25px;
	font-weight: 200;
	letter-spacing: 3px;
	line-height: 10px;
	color: white;
	text-align: center;
	text-shadow: 1px 2px darkgray;
}
.container-home-address{
	font-size: 15px;
	letter-spacing: 3px;
	margin-top: 20px;
}
.explore{
	margin-top:250px;
  	background-color: #f44336;
  	color: white;
  	padding: 10px 10px;
  	text-align: center;
  	text-decoration: none;
  	display: none;
  	background-color: orange;
  	letter-spacing: 1px;
  	font-family: 'Poppins', sans-serif;
  	transition: 0.4s;
  	font-size: medium;
  	border-style: solid;
  	background-color: none;
  	border-color: orange;
  	border-radius: 10px;
  	font-weight: bold;
}

.explore:hover{
	color: orange;
	background-color: white;
	transition: 0.4s;
}

/*lang button*/
.dropbtn {
	margin-top: 90px;
  	background-color: orange;
  	color: white;
  	padding: 5px 5px;
  	border-radius:10px;
  	height: 40px;
  	border-style: none;
  	font-weight: bold;
  	font-size: medium;
  	letter-spacing: 1px;
}
.dropdown {
  	position: relative;
  	display: inline-block;
}
.dropdown-content {
	display: none;
  	position: absolute;
  	background-color: #f1f1f1;
  	min-width: 150px;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 1;
}
.dropdown-content a {
	color: black;
  	padding: 5px 5px;
  	text-decoration: none;
  	display: block;
}
.dropdown-content a:hover {
	background-color: green; color: white;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:hover .dropbtn {
	background-color: orange;
}
.current-lang{
	color: white;
}

.toggle-button{
    display: flex;
    text-align: center;
   	justify-content: center;
   	height: 30px;
}
.navbar-links{
    margin-top: 10px;
    display: none;
    width: auto;
    /*height: 20px;*/
}
.navbar-links ul{
    flex-direction: column;
    width: auto;
}
.navbar-links li
{
    text-align: center;
    background-color:#3D0000 ;
}
.navbar-links.active{
    display: block;
}
.navbar-links ul li a{
    transition: 0.3s;
    letter-spacing: 3px;
    height: 30px;
}
.navbar-links ul li a:hover{
    color: #FF8D29;
    letter-spacing: 4px;
    transition: 0.3s;
    /*background-color:rgba(221,221,221,0.6) ;*/
    width: auto;
}
.container{
	background-color: white;
	width: 700px;
	justify-content: center;
	margin: auto;
	background-image: url(css-images/red.jpg) ;
}
.marquee-container{
	width: 600px;
}
.container-col1{
	float: left;
	width: 65%;
	height: 750px;
	justify-content: center;
}
.container-history{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.history-heading{
	text-align: left;
	letter-spacing: 3px;
	font-size: medium;
}
.history-content{
	text-align: justify;
	letter-spacing: 1px;
	font-size: small;
	/*font-weight: bold;*/
}
.knowmore{
	color: #3D0000;
	font-weight: bolder;
}
.knowmore:hover{
	color: blue;
}
video{
	width: 400px;
	height: 400px;
	text-align: center;
	margin: auto;
	margin-top: 60px;
	border-radius: 10px;
}
.container-col2{
	float: left;
	width: 25%;
	justify-content: center;
	height: 1100px;
	border-style: solid;
	border-radius: 10px;
	border-color: white;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #F58840;
	margin-left: 0px;
}
.container-notice{
	margin-top: 10px;
	/*margin-left: 10px;*/
	margin-right: 10px;
	background-color: #F58840;
}
.notice-heading{
	text-align: left;
	letter-spacing: 3px;
	color: firebrick;
	margin-top: 40px;
	font-size: medium;
}
.notice-content{
	text-align: justify;
	/*letter-spacing: 1px;*/
	color: white;
	font-size: small;
}
.animate-charcter{
  	text-transform: uppercase;
  	background-image:  linear-gradient(225deg, darkred 10%, red 29%, orangered 67%,darkred 100%);
  	background-size: auto auto;
  	background-clip: border-box;
  	background-size: 300% auto;
  	color: #ffff;
  	background-clip: text;
  	text-fill-color: transparent;
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	animation: textclip 5s linear infinite;
  	display: inline-block;
  	font-size: medium;
}
@keyframes textclip{
  	to{
    	background-position: 300% center;
  	}
}


.mantras-devi-container{
	margin-top: 30px;
	margin-bottom: 20px;
	height: 120px;
	/*background-color: black;*/
	/*background-image: url(d.png);*/
	background-size: contain;
	background-repeat: no-repeat;
	/*vertical-align: middle;*/
	display: flex;
}
.mantras-devi-container img{
	width: 50px;
	height: 50px;
	margin-top: 30px;
}
.image-png1{
	margin-left:10px;
	padding: 30px;
	vertical-align: middle;
}
.image-png2{
	margin-right: 10px;
	padding: 30px;
	vertical-align: middle;
}
.mantras-devi{
	margin: auto;
	text-align: center;
	font-size: xx-small;
	font-style: italic;
	font-weight: 800;
	color: #3D0000;
	letter-spacing: 3px;
	padding: 30px;
	margin-top: 30px;
	vertical-align: middle;
	font-family: 'Parisienne', cursive;
}

/*about us*/
.aboutus-container{
	width: auto;
	margin-top: 70px;
	height: 900px;
	
}
.aboutus-heading{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 50px;
	text-align: left;
	letter-spacing: 3px;
}
.aboutus-contents{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 50px;
	text-align: justify;
	letter-spacing: 1px;
}

.aboutus-image{
	width: 280px;
	height: auto;
	text-align: left;
	margin: auto;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	border-radius: 10px;
}

.poojas-contents{
	margin-left: 50px;
	margin-right:50px;
	margin-top: 50px;
	text-align: center;
	letter-spacing: 3px;
}
.tee{
	font-size: medium;
	border-style: 0.1px;
	border-radius: 10px;
	border-color: red;
}

.timings-container{
	width: auto;
	margin-top: 70px;
	/*background-color: rgba(210, 254, 242, 0.3);*/
	height: 900px;
	text-align: center;
}
.timings-heading{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 50px;
	text-align: left;
	letter-spacing: 3px;
	font-weight: lighter;
}
.time-mr h3
	{
		margin-top: 50px;
		font-size: medium;
		font-weight: bold;
		margin-left: 50px;
		width: auto;
		text-align: left;
	}
.times
	{
		width: 900px;
		text-align: center;
		text-align: justify;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
		/*padding-left: 100px;*/
		margin-left: 50px;
		margin-right:50px;
		font-size: large;
	}
table,th,td{
	 border: 3px solid;
	 padding: 8px;
	 width: 600px;
	 text-align: center;
	 font-weight: bold;
}

.prathishtas-column {
    	width: 100%;
    	display: block;
    	margin-bottom: 20px;
  	}
/* Style the counter cards */
	.button-prathishta
		{
		position: absolute;
   	 	z-index: 2;
    	right: 10px;
    	display: none;
   		margin-top: -67px;
   	 	width: auto;
   	 	height: 90px;
    	padding: 10px;
    	transition: 0.6s;
    	background-color: white;
    	border-style: none;
    	transition: 0.4s;
    	border-radius: 100%;
    	font-size: medium;
  		font-weight: lighter;
  		letter-spacing: 3px;
		}
	.button-prathishta:hover
		{
		position: absolute;
   	 	z-index: 2;
    	right: 10px;
    	display: none;
   		margin-top: -67px;
    	width: auto;
    	height: 90px;
    	padding: 10px;
    	transition: 0.4s;
    	background-color: rgba(221,221,221,0.9);
    	letter-spacing: 3px;
    	border-radius: 100%;
		}
	.prathishtas-card1 {
 		margin-top:50px ;
  		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
  		padding: 20px;
  		text-align: left;
  		vertical-align: middle;
  		height : 80px;
  		background-color: orange;
  		background-image: url();
  		border-radius: 4px;
  		transition: 0.4s;
  		font-size: large;
  		font-weight: bolder;
  		color: white;
  		letter-spacing: 3px;
	}

	.prathishtas-card2 {
 		margin-top:5px;
  		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
  		padding: 20px;
  		text-align: left;
  		vertical-align: middle;
  		height : 80px;
  		background-color: orange;
  		background-image: url();
  		border-radius: 4px;
  		transition: 0.4s;
  		font-size: large;
  		font-weight: bolder;
  		color: white;
  		letter-spacing: 3px;
	}
	.prathishtas-card3 {
 		margin-top:5px ;
  		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
  		padding: 20px;
  		text-align: left;
  		vertical-align: middle;
  		height : 80px;
  		background-color: orange;
  		background-image: url();
  		border-radius: 4px;
  		transition: 0.4s;
  		font-size: large;
  		font-weight: bolder;
  		color: white;
  		letter-spacing: 3px;
	}
	.prathishtas-card4 {
 		margin-top:5px ;
  		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
  		padding: 20px;
  		text-align: left;
  		vertical-align: middle;
  		height : 80px;
  		background-color: orange;
  		background-image: url();
  		border-radius: 4px;
  		transition: 0.4s;
  		font-size: large;
  		font-weight: bolder;
  		color: white;
  		letter-spacing: 3px;
	}

.footer{
		margin-top: 20px;
		background-color: #3D0000;
		width: auto;
		height: 300px;
	}
.footer_contents{
		/*margin-top: 600px;*/
		color: white;
		font-size: medium;
		text-align: center;
		font-weight: bold;
		letter-spacing: 3px;
	}

.social_icons ul{
		letter-spacing: 5px;
		margin-top: 10px;
		display: flex;
		padding: 10px;
		justify-content: center;
		text-align: center;
	}
.social_icons li{
		list-style: none;
	}
.social_icons li a{
		justify-content: center;
		text-decoration: none;
		color: white;
		font-size: medium;
		letter-spacing: 3px;
		padding: 10px;
		margin-left: 30px;
		margin-right: 30px;
		display: block;
	}
.social_icons li a:hover{
		color: orange;
	}

}
































/*for mobiles*/

@media (min-width: 300px) and (max-width: 600px){
body{
	overflow-x: hidden;
}
.container-home-widescreen{
	overflow: hidden;
	width: auto;
	max-width: 400px;
	min-width: 300px;
	margin: auto;
	padding: auto;
	height: 300px;
	background-color: black;
	background-image: url(css-images/headerimage.jpg);
	background-size: cover;
	color: white;
	text-align: center;
}
.container-home-heading{
	margin-top: 50px;
	font-size: 15px;
	font-weight: 200;
	letter-spacing: 3px;
	line-height: 10px;
	color: white;
	text-align: center;
	text-shadow: none;
}
.container-home-address{
	font-size: 10px;
	letter-spacing: 3px;
	margin-top: 30px;
}
.explore{
	margin-top:250px;
  	background-color: #f44336;
  	color: white;
  	padding: 10px 10px;
  	text-align: center;
  	text-decoration: none;
  	display: none;
  	background-color: orange;
  	letter-spacing: 1px;
  	font-family: 'Poppins', sans-serif;
  	transition: 0.4s;
  	font-size: medium;
  	border-style: none;
  	border-radius: 10px;
  	font-weight: bold;
}
.explore:hover{
	color: orange;
	background-color: white;
	transition: 0.4s;
}

/*lang button*/
.dropbtn {
	margin-top: 50px;
  	background-color: orange;
  	color: white;
  	padding: 5px 5px;
  	border-radius:10px;
  	height: 30px;
  	border-style: none;
  	font-weight: bold;
  	font-size: smaller;
  	letter-spacing: 1px;
}
.dropdown {
  	position: relative;
  	display: inline-block;
}
.dropdown-content {
	display: none;
  	position: absolute;
  	background-color: #f1f1f1;
  	min-width: 130px;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 1;
}
.dropdown-content a {
	color: black;
  	padding: 5px 5px;
  	text-decoration: none;
  	display: block;
}
.dropdown-content a:hover {
	background-color: green; color: white;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:hover .dropbtn {
	background-color: orange;
}
.current-lang{
	color: white;
}
.toggle-button{
    display: flex;
    text-align: center;
   	justify-content: center;
   	height: 30px;
}
.navbar-links{
    margin-top: 10px;
    display: none;
    width: auto;
    /*height: 20px;*/
}
.navbar-links ul{
    flex-direction: column;
    width: auto;
}
.navbar-links li
{
    text-align: center;
    background-color:#3D0000 ;
}
.navbar-links.active{
    display: block;
}
.navbar-links ul li a{
    transition: 0.3s;
    letter-spacing: 2px;
    height: 20px;
}
.navbar-links ul li a:hover{
    color: #FF8D29;
    letter-spacing: 4px;
    transition: 0.3s;
    /*background-color:rgba(221,221,221,0.6) ;*/
    width: auto;
}
.container{
	background-color: white;
	width: auto;
	justify-content: center;
	margin: auto;
	background-image: url(css-images/red.jpg) ;

}
.marquee-container{
	width: 350px;
}
.container-col1{
	float: left;
	width: 60%;
	height: 900px;
	justify-content: center;
}
.container-history{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.history-heading{
	text-align: left;
	letter-spacing: 3px;
	font-size: small;
}
.history-content{
	text-align: justify;
	letter-spacing: 1px;
	font-size: smaller;
	/*font-weight: bold;*/
}
.knowmore{
	color: #3D0000;
	font-weight: bolder;
}
.knowmore:hover{
	color: blue;
}
video{
	width: 200px;
	height: 200px;
	text-align: center;
	margin: auto;
	margin-top: 0px;
	border-radius: 10px;
}
.container-col2{
	float: left;
	width: 25%;
	justify-content: center;
	height: 1190px;
	border-style: solid;
	border-radius: 10px;
	border-color: white;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #F58840;
	margin-left: 0px;
}
.container-notice{
	margin-top: 10px;
	/*margin-left: 10px;*/
	margin-right: 10px;
	background-color: #F58840;
}
.notice-heading{
	text-align: left;
	letter-spacing: 3px;
	color: firebrick;
	margin-top: 40px;
	font-size: small;
}
.notice-content{
	text-align: justify;
	/*letter-spacing: 1px;*/
	color: white;
	font-size: x-small;
}
.animate-charcter{
  	text-transform: uppercase;
  	background-image:  linear-gradient(225deg, darkred 10%, red 29%, orangered 67%,darkred 100%);
  	background-size: auto auto;
  	background-clip: border-box;
  	background-size: 300% auto;
  	color: #ffff;
  	background-clip: text;
  	text-fill-color: transparent;
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	animation: textclip 5s linear infinite;
  	display: inline-block;
  	font-size: medium;
}
@keyframes textclip{
  	to{
    	background-position: 300% center;
  	}
}

.mantras-devi-container{
	margin-top: 20px;
	margin-bottom: 20px;
	height: 50px;
	/*background-color: black;*/
	/*background-image: url(d.png);*/
	background-size: contain;
	background-repeat: no-repeat;
	/*vertical-align: middle;*/
	display: flex;
}
.mantras-devi-container img{
	width: 50px;
	height: 50px;
	margin-top: 70px;
}
.image-png1{
	margin-left:10px;
	padding: 20px;
	vertical-align: middle;
}
.image-png2{
	margin-right: 10px;
	padding: 20px;
	vertical-align: middle;
}
.mantras-devi{
	margin: auto;
	text-align: center;
	font-size: xx-small;
	font-style: italic;
	font-weight: 800;
	color: #3D0000;
	letter-spacing: 3px;
	padding: 20px;
	margin-top: 50px;
	vertical-align: middle;
	font-family: 'Parisienne', cursive;
}
/*about us*/
.aboutus-container{
	width: auto;
	margin-top: 70px;
	height: 900px;
	
}
.aboutus-heading{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 50px;
	text-align: left;
	letter-spacing: 3px;
}
.aboutus-contents{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 50px;
	text-align: justify;
	letter-spacing: 0px;
	font-size: small;
}
.aboutus-image{
	width: 150px;
	height: auto;
	text-align: left;
	margin: auto;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 10px;
	border-radius: 10px;
}

.tee{
	font-size: x-small;
	border-style: none;
	border-radius: 10px;
	border-color: red;
}
.poojas-contents{
	margin-left: 0px;
	margin-right:0px;
	margin-top: 50px;
	text-align: center;
	letter-spacing: 3px;
	width: auto;
}

.timings-container{
	width: auto;
	margin-top: 70px;
	/*background-color: rgba(210, 254, 242, 0.3);*/
	height: 600px;
	text-align: center;
}
.timings-heading{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 50px;
	text-align: left;
	letter-spacing: 3px;
	font-weight: lighter;
}
.time-mr h3
	{
		margin-top: 50px;
		font-size: medium;
		font-weight: bold;
		margin-left: 0px;
		width: auto;
		text-align: left;
	}
.times
	{
		width: 350px;
		text-align: center;
		text-align: justify;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
		/*padding-left: 100px;*/
		margin-left: 1px;
		margin-right:1px;
		font-size: small;

	}
table,th,td{
	 border: 3px solid;
	 padding: 2px;
	 width: 380px;
	 text-align: center;
	 font-weight: bold;
	 border-style: 0.5px;
	 margin-left: 10px;
}
.prathishtas-column {
    	width: 100%;
    	display: block;
    	margin-bottom: 10px;
}

.prathishtas-bg
	{
		margin-top: 10px;
		/*background-color: rgba(56,56,56,1);*/
		width: auto;
		height: 500px;
		padding: 3px;
		/*background-image: url(bg-content.png);*/
	}
	.prathishtas-heading
	{
		margin: 0;
		margin-top: 5px;
		padding: 30px;
		text-align: center;
		text-align: justify-all;
		letter-spacing: 3px;
		color: black;
		font-size: small;
	}

	.prathishtas-card1{
 		margin-top:10px ;
  		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
  		padding-left: 10px;
  		text-align: left;
  		vertical-align: middle;
  		height : 80px;
  		background-color: orange;
  		background-image: url();
  		border-radius: 4px;
  		transition: 0.4s;
  		font-size: large;
  		font-weight: bolder;
  		color: white;
  		letter-spacing: 3px;
	}
	.prathishtas-card2{
 		margin-top:0px ;
  		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
  		padding-left: 10px;
  		text-align: left;
  		vertical-align: middle;
  		height : 80px;
  		background-color: orange;
  		background-image: url();
  		border-radius: 4px;
  		transition: 0.4s;
  		font-size: large;
  		font-weight: bolder;
  		color: white;
  		letter-spacing: 3px;
	}
	.prathishtas-card3{
 		margin-top:0px ;
  		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
  		padding-left: 10px;
  		text-align: left;
  		vertical-align: middle;
  		height : 80px;
  		background-color: orange;
  		background-image: url();
  		border-radius: 4px;
  		transition: 0.4s;
  		font-size:large;
  		font-weight: bolder;
  		color: white;
  		letter-spacing: 3px;
	}
	.prathishtas-card4{
 		margin-top:0px ;
  		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
  		padding-left: 10px;
  		text-align: left;
  		vertical-align: middle;
  		height : 80px;
  		background-color: orange;
  		background-image: url();
  		border-radius: 4px;
  		transition: 0.4s;
  		font-size: large;
  		font-weight: bolder;
  		color: white;
  		letter-spacing: 3px;
	}

	.button-prathishta
		{
		position: absolute;
   	 	z-index: 2;
    	right: 5px;
    	display: none;
   		margin-top: -50px;
   	 	width: auto;
   	 	height: 60px;
    	padding: 5px;
    	background-color: white;
    	border-style: none;
    	transition: 0.4s;
    	border-radius: 100%;
    	font-size: xx-small;
  		font-weight: lighter;
  		letter-spacing: 3px;
		}
	.button-prathishta:hover
		{
		position: absolute;
   	 	z-index: 2;
    	right: 5px;
    	display: none;
   		margin-top: -50px;
    	width: auto;
    	height: 60px;
    	padding: 5px;
    	transition: 0.4s;
    	background-color: rgba(221,225,221,0.9);
    	letter-spacing: 3px;
    	border-radius: 100%;
		}

	.more
	{
		text-decoration: none;
		color: #112B3C;
		padding: 10px;
		font-size: xx-small;
		font-weight: bolder;
		letter-spacing: 2px;
		transition: 0.2s;
		font-family: 'Poppins', sans-serif;
	}
	.more:hover
	{
		color:#112B3C;
		letter-spacing: 2px;
		transition: 0.2s
	}
	.prathishtas-card1:hover
	{
		transform: scale(1.06);
		letter-spacing: 3px;
		color: black;
	}
	.prathishtas-card2:hover
	{
		transform: scale(1.06);
		letter-spacing: 3px;
		color: black;
	}
	.prathishtas-card3:hover
	{
		transform: scale(1.06);
		letter-spacing: 3px;
		color: black;
	}
	.prathishtas-card4:hover
	{
		transform: scale(1.06);
		letter-spacing: 3px;
		color: black;
	}

.footer{
		margin-top: 20px;
		background-color: #3D0000;
		width: auto;
		height: 300px;
	}
.footer_contents{
		/*margin-top: 600px;*/
		color: white;
		font-size: small;
		text-align: center;
		font-weight: bold;
		letter-spacing: 3px;
	}

.social_icons ul{
		letter-spacing: 5px;
		margin-top: 10px;
		display: flex;
		padding: 10px;
		justify-content: center;
		text-align: center;
	}
.social_icons li{
		list-style: none;
	}
.social_icons li a{
		justify-content: center;
		text-decoration: none;
		color: white;
		font-size: small;
		letter-spacing: 3px;
		padding: 10px;
		margin-left: 30px;
		margin-right: 30px;
		display: block;
	}
.social_icons li a:hover{
		color: orange;
	}

}