body,html{
	background-color: white;
	margin: 0;
	padding: 0;
	/*overflow-x: 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;
}
.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;
}
.cntcol
	{
		/*display: inline-block;*/
		float: left;
		width: 33.33%;
		/*margin: auto;*/
		/*margin-left: 5px;*/
		/*margin-right: 10px;*/
		justify-content: center;
	}

.cntcol:hover
	{
	/*background-color: #112B3C;*/
	color: white;
	border-radius: 8px;
	}

.cntrow
	{
		margin: auto;
		margin-top: 100px;
		width: 1000px;
		/*padding: 5px 5px;*/
	}

.cntrow:after
	{
		content: '';
		display: table;
		clear: both;
		padding: 5px 5px;
	}

.card1
	{
		/*margin-top:1px ;*/
  		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  		padding: 16px;
  		margin-left: 10px;
  		margin-right: 10px;
  		text-align: left;
  		height : 240px;
  		background-color: #f9ad55;
  		justify-content: center;
  		border-radius: 4px;
  		transition: 0.4s;
  		font-size: small;
  		font-weight: bolder;
  		color: white;
  		letter-spacing: 2px;
	}
.card1:hover
	{
		transform: scale(1.04);
		transition: 0.3s;
	}
.card-heading
	{
		color: #112B3C;
		margin-left: 20px;
		font-size: large;
		font-weight: bolder;
		margin-top: 1px;
		line-height: 5px;
	}

.card-details
	{
		/*float: left;*/
		color: #112B3C;
		margin-left: 20px;
		letter-spacing: 2px;
		justify-content: center;
		text-align: justify-all;
		text-align: left;	
		margin-top: 25px;
		font-size: medium;
	}
@keyframes rotatex{
	50%{
		transform: rotateX(360deg) ;
	}
}

.anim:hover
	{
		
		animation: rotatex 2s  linear alternate;
		
	}

.container1
	{
		width: auto;
		height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center;
	}
.form-submit{
	/*background: rgba(221,221,221,0.6);*/
	margin-top: 10px;
	display: flex;
	flex-direction:column;
	padding: 2vw 4vw;
	width: 90%;
	max-width: 600px;
	border-radius: 10px;
}

.form-submit h2
	{
		color: black;
		font-weight: 800;
		margin-bottom: 20px;
		letter-spacing: 3px;
		text-align: center;
	}
.form-submit input ,.form-submit textarea
	{
		border:0;
		margin: 10px 0;
		padding: 20px;
		outline: none;
		background: #f5f5f5;
		font-size: 16px;
		border-radius: 10px;
		font-family: 'Poppins', sans-serif;
		transition: 0.3s;
		letter-spacing: 3px;
	}
.form-submit input:hover ,.form-submit textarea:hover
	{
		border:0;
		margin: 10px 0;
		padding: 20px;
		outline: none;
		background: whitesmoke;
		color: blue;
		font-size: 16px;
		border-radius: 15px;
		font-family: 'Poppins', sans-serif;
		letter-spacing: 4px;
		transition: 0.3s;
	}
.form-submit button 
	{
		padding: 15px;
		background: orange;
		color: white;
		font-size: 18px;
		border:0;
		outline: none;
		width: 100px;
		margin:20px auto 0 ;
		border-radius: 30px;
		letter-spacing: 3px;
		transition: 0.3s;


	}
.form-submit button:hover
	{
		background: white;
		color: orange;
		transition: 0.3s;
	}
.form-submit .placeholder
	{
		color: black;
		font-weight: bold;
	}
.form-submit .placeholder:hover
	{
		color: white;
		font-weight: bold;
	}
.loc
	{
		margin: auto;
		margin-top: 130px;
		padding: 0;
		text-align: center;
		font-size: x-large;
		font-weight: bolder;
	}
#map
	{
		height: 700px;
		width: 900px;
		margin: auto;
		padding: 0;
		/*z-index: -1;*/
		border-radius: 6px;
	}
.googlemap{
	width: 1000px;
	height: 700px;
	text-align: center;
}
.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;
	}

































@media (min-width: 600px) and (max-width: 990px){

.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;
}

.cntrow
		{
			width: 520px;
		}
	.cntcol
		{
			width: 100%;
			display: block;
			margin-bottom: 20px;
			
		}
	.card1
	{
		margin-top:1px ;
  		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  		padding: 6px;
  		margin-left: 10px;
  		margin-right: 10px;
  		text-align: left;
  		height : 150px;
  		background-color: #f9ad55;
  		justify-content: center;
  		border-radius: 4px;
  		transition: 0.4s;
  		font-size: small;
  		font-weight: bolder;
  		color: white;
  		letter-spacing: 2px;
  		max-width: 820px;
  		width: 500px;
	}
	.card1:hover
	{
		transform: scale(1.04);
		transition: 0.3s;
		background-color: #FF9F45 ;
	}
	.card-heading
	{
		color: white;
		margin-left: 20px;
		font-size: small;
		font-weight: bold;
		margin-top: 3px;
		line-height: 10px;
		transition: 0.3s;
	}

	.card-details
	{
		/*float: left;*/
		color: white;
		margin-left: 20px;
		letter-spacing: 2px;
		justify-content: center;
		text-align: justify-all;
		text-align: left;	
		margin-top: 25px;
		font-size: small;
		transition: 0.3s;
	}
	.card-details:hover
	{
		/*float: left;*/
		color: black;
		margin-left: 20px;
		letter-spacing: 2px;
		justify-content: center;
		text-align: justify-all;
		text-align: left;	
		margin-top: 25px;
		font-size: small;
		transition: 0.3s;
	}
	.card-heading:hover
	{
		color: black;
		margin-left: 20px;
		font-size: medium;
		font-weight: bold;
		margin-top: 3px;
		line-height: 10px;
		transition: 0.3s;
		line-height: 0.3px;
	}
#map
		{
		height: 500px;
		width: auto;
		min-width: 300px;
		max-width: 700px ;
		margin-left: 15px;
		margin-right: 15px;
		padding: 3px;
		margin: auto;
		padding: 0;
		/*z-index: -1;*/
		border-radius: 6px;
		}
.googlemap{
	width: 600px;
	height: 500px;
	text-align: center;
}

.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;
	}



}





















@media (min-width: 300px) and (max-width: 600px){

.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: 400px;
}

.cntrow
		{

			width: 270px;
		}
	.cntcol
		{
			width: 300px;
			display: block;
			margin-bottom: 10px;
			
		}
	.card1
	{
		margin-top:5px ;
  		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  		padding: 2px;
  		text-align: left;
  		height : 70px;
  		background-color: #f9ad55;
  		justify-content: center;
  		border-radius: 4px;
  		transition: 0.4s;
  		font-size: xx-small;
  		font-weight: bold;
  		color: white;
  		letter-spacing: 3px;
  		max-width: 250px;	
	}
	.card1:hover
	{
		transform: scale(1.1);
		transition: 0.3s;
		background-color: #FF9F45 ;
	}
	.card-heading
	{
		color: white;
		margin-left: 20px;
		font-size: smaller;
		font-weight: bold;
		margin-top: -2px;
		line-height: 0.1px;
		transition: 0.3s;
	}
	.card-details
	{
		color: white;
		margin-left: 20px;
		letter-spacing: 3px;
		justify-content: center;
		text-align: justify-all;
		text-align: left;	
		margin-top: 0px;
		line-height: 3px;
		font-size: smaller;
		transition: 0.3s;
	}
	.card-details:hover
	{
		/*float: left;*/
		color: black;
		margin-left: 20px;
		letter-spacing: 2px;
		justify-content: center;
		text-align: justify-all;
		text-align: left;	
		margin-top: 1px;
		font-size: smaller;
		transition: 0.3s;
	}
	.card-heading:hover
	{
		color: black;
		margin-left: 20px;
		font-size: smaller;
		font-weight: bold;
		margin-top: -3px;
		transition: 0.3s;
		line-height: 0.3px;
	}

	.container1
	{
		max-width: 480px;
		/*height: 100vh;*/
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.form-submit{
		/*background: rgba(221,221,221,0.6);*/
		margin-top: 10px;
		display: flex;
		flex-direction:column;
		padding: 2vw 4vw;
		width: 80%;
		max-width: 480px;
		border-radius: 10px;
	}

	.form-submit h2
	{
		color: black;
		font-weight: 800;
		margin-bottom: 20px;
		letter-spacing: 2px;
		text-align: center;
		font-size: large;
	}
	.form-submit input ,.form-submit textarea
	{
		border:0;
		margin: 5px 0;
		padding: 10px;
		outline: none;
		background: #f5f5f5;
		font-size: 10px;
		border-radius: 10px;
		font-family: 'Poppins', sans-serif;
		transition: 0.3s;
		letter-spacing: 3px;
	}
	.form-submit input:hover ,.form-submit textarea:hover
	{
		border:0;
		margin: 5px 0;
		padding: 10px;
		outline: none;
		background: whitesmoke;
		color: blue;
		font-size: 10px;
		border-radius: 15px;
		font-family: 'Poppins', sans-serif;
		letter-spacing: 4px;
		transition: 0.3s;
	}
	.form-submit button 
	{
		padding: 10px;
		background: orange;
		color: white;
		font-size: 10px;
		border:0;
		outline: none;
		width: 60px;
		margin:20px auto 0 ;
		border-radius: 30px;
		letter-spacing: 3px;
		transition: 0.3s;


	}
	.form-submit button:hover
	{
		background: white;
		color: orange;
		transition: 0.3s;
	}
	.form-submit .placeholder
	{
		color: black;
		font-weight: bold;
	}
	.form-submit .placeholder:hover
	{
		color: white;
		font-weight: bold;
	}

	#map
		{
		height: 500px;
		width: auto;
		min-width: 300px;
		max-width: 700px ;
		margin-left: 15px;
		margin-right: 15px;
		padding: 3px;
		margin: auto;
		padding: 0;
		/*z-index: -1;*/
		border-radius: 6px;
		}
.googlemap{
	width: 270px;
	height: 400px;
	text-align: center;
}

	.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;
	}

}