body {
    background-color: #eef2f3;
}
@font-face
{
    font-family: myTamilFont;
    src: url(../Font/vijaya.ttf);
}
.hd{
	text-align:center; 
	font-size: 36px;
	color: DarkRed; 
	font-family: myTamilFont;
}
@media screen and (max-width: 500px){
	.hd{
		font-size: 28px;
	}
}
p
{
font-family:times new romen;
font-size:15px;
line-height:1.8;
}
h3
{
	color: White;
	font-size: 22px;
	text-align: center;
	font-family: woodcut;
}
@media screen and (max-width: 767px){
	h3{
		font-size: 18px;
		margin-top: 3%;
		
	}
}
@media screen and (max-width: 500px){
	h3{
		font-size: 18px;
		margin-top: 5%;
		
	}
}
.h3T
{
	color: White;
	font-size: 20px;
	margin-top: 0.5%;
	text-align: center;
	font-family: myTamilFont;
}
@media screen and (max-width: 767px){
	.h3T{
		font-size: 18px;
		margin-top: 3%;
	}
}
@media creen and (max-width: 500px){
	.h3T{
		font-size: 16px;
		margin-top: 5%;
	}
}
.h3
{
	color: White;
	text-align: center;
	font-family: woodcut;
}
@media screen and (max-width: 425px){
	.h3
{
	color: White;
	font-size: 20px;
	text-align: center;
	font-family: woodcut;
}
}
h1{
  color:white;
  font-size: 50px;
   margin-top: 1%;
    margin-bottom: 1%;
  text-align: center;
  font-family: script mt;
  }
 .h1T{
  color:white;
  font-size: 64px;
  margin-top: 0.5%;
  margin-bottom: 0.5%;
  text-align: center;
  font-family: myTamilFont;
  }
@media screen and (max-width: 767px){
	h1{
		font-size: 24px;
		 
	}
	.h1T{
		font-size: 34px;
		 
	}
}
@media screen and (max-width: 500px){
	h1{
  color:white;
  font-size: 20px;
   
  }
  .h1T{
  color:white;
  font-size: 28px;
   
  }
}

  .h{
  color:white;
  font-size:18px;
  line-height:1.8;
  text-align: left;
  font-family: serifa th bt;
  }
@media screen and (max-width: 425px){
	.h{
  color:white;
  font-size:18px;
  line-height:1.8;
  text-align: center;
  font-family: serifa th bt;
  }
}
   .hh{
  color:white;
  font-size: 20px;
  line-height:1.8;
  text-align: left;
  font-family: myTamilFont;
  }
  @media screen and (max-width: 425px){
	.hh{
  color:white;
  font-size: 18px;
  }
  .hh1{
	  margin-left: 0%;
  }
}
.hh1{
	  margin-left: 3%;
  }
  .h2{
  color:white;
  font-size: 20px;
  text-align:right;
  margin-top: 6px;
  line-height:1.8;
  font-family: myTamilFont;
  float:center;
  }
  @media screen and (max-width: 425px){
	.h2{
  color:white;
  font-size: 18px;
  }
}
  h2{
  color:white;
  font-size:18px;
  text-align: right;
  line-height:1.8;
  font-family: serifa th bt;
  float:center;
  }
   @media screen and (max-width: 425px){
	h2{
  color:white;
  font-size:16px;
  text-align: center;
  line-height:1.8;
  font-family: serifa th bt;
  float:center;
  }
}
  h6{
   font-size:12px;
   text-indent:5px;
   text-align:justify;
   font-family:Helvetica Neue;
   text-align:center;
   }
.im{
	padding-bottom: 3%;
	width: 100px;
	height: 100px;
	float: right;
}
.im1{
	padding-bottom: 3%;
	width: 100px;
	height: 100px;
	float: left;
	
}
.himg{
	
}
@media screen and (width: 375px){
	.himg{
		height: 250px;
	}
}
@media screen and (width: 425px){
	.himg{
		height: 280px;
	}
}
.pan{
	margin-bottom: 0;
}
  /* Style the header */
header {
   background-color: #2b2b8e;
    padding: 0px;
    text-align: center;
    font-size: 12px;
    color: blue;
}
li >a:hover {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 5px;
}
 .topnav {
  overflow: hidden;
  background-color: #9932CC;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: underline;
  font-size: 17px;
  
}

.topnav a:hover {
  background-color: #DA70D6;
  color: black;
}

.active {
  background-color:;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 0px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 0px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  }

article {
    float: left;
    width: 100%;
    background-color: white;
    /* only for demonstration, should be removed */
}

/* Clear floats after the columns */
section:after {
    content: "";
    display: table;
    clear: both;
}

.row > .column {
  padding: 0 0;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: auto;
  width: 25%;
  height: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: white;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 400px;
  max-width: 800px;
}

/* The Close Button */
.close {
  color: blue;
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 35px;
  font-weight: big;
}

.close:hover,
.close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}

.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: LawnGreen;
  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);
}

/* Number text (1/3 etc) */
.numbertext {
  color: black;
  font-size: 18px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -2px;
}

.caption-container {
  text-align: center;
  background-color: black;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

  /* Add a white background color and some padding to the footer */
   .ft{
	margin-top: 1%;
}  
* {
    box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: none;
    height: 120px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
  .shadow
{
box-shadow:#FFFFCC 5px 5px 55px inset;
}
.navbar-inverse .navbar-nav>li>a {
    color: #f5f5f5;
	}

.glow {
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
     text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px red, 0 0 40px red, 0 0 50px red, 0 0 60px red, 0 0 70px red;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px GoldenRod, 0 0 40px GoldenRod, 0 0 50px GoldenRod, 0 0 60px GoldenRod, 0 0 70px GoldenRod, 0 0 80px GoldenRod;
  }
}
a{
	color: white;
}
a:hover {
	color: #33ffff;
	text-decoration: none; 
}
#myBtn{
	 position: fixed;
	 display: none;
	bottom: 3px;
	right: 5px;
	padding: 0.8% 1% ;
	z-index: 99;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	/* padding-top: 1%; */
	cursor: pointer;
}
#myBtn:hover {
  background-color: black;
  color: white;
}
.btn
{
	border-radius: 100%;
}
.image{
	
}
@media screen and (width: 768px;){
	.image{
		width: 50%;
	}
}