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;
}

/*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;
}



.row > .column {
  padding: 0 8px;
  margin-bottom: 8px;
}
.row
	{
		width: 1500px;
		justify-content: center;
		text-align: center;
		margin: auto;
	}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 32%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 50px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: white;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: black;
  position: absolute;
  top: 10%;
  right: 300px ;
  font-size: 45px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: orange;
  text-decoration: none;
  cursor: pointer;
  animation: 0.3s toside none;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  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);
  color: orange;
  animation: 0.3s toside1 none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: blue;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 100px;
}

img {
  margin-bottom: -4px;
  transform: scale(1.0);
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
  transform: scale(1.0);
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ce{
	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;
}

.row
	{
		width: 600px;
		justify-content: center;
		text-align: center;
		margin: auto;
	}

.column {
  float: left;
  width: 22%;
}
.close {
  color: black;
  position: absolute;
  top: 30PX;
  right: 100px ;
  font-size: 45px;
  font-weight: bold;
}

.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){
.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: 400px;
}


.row
	{
		width: 400px;
		justify-content: center;
		text-align: center;
		margin: auto;
	}

.column {
  float: left;
  width: 15%;
}
.close {
  color: black;
  position: absolute;
  top: 30PX;
  right: 100px ;
  font-size: 45px;
  font-weight: bold;
}



.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;
	}
}