@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Poppins', sans-serif;
	font-size:90%;
	color:#333;
}
a:hover {
	text-decoration:none;
}
.bg-pri {
	background-color:#33a8b8;
}
.bg-sec {
	background-color:#49c0d0;
}

.text-pri {
	color:#49c0d0;
}
.text-pri:link {
	text-decoration:none;
}
.text-pri:hover {
	color:#222;
	text-decoration:none;
}
.text-sec {
	color:#006073;
}
.text-tri {
	color:#808080;
}
.text-tri:link {
	text-decoration:none;
}
.text-tamil {
	font-family: 'Mukta Malar', sans-serif;
	font-size:110%;
}
.text-tamil:link {
	text-decoration:none;
}

.bdr-1 {
	background:url(../../images/bdr-1.png) left bottom no-repeat;
}
.bdr-2 {
	background:url(../../images/bdr-2.png) left bottom no-repeat;
}
.bdr-3 {
	background:url(../../images/bdr-3.png) center bottom no-repeat;
}

header a:link {
	color:#000;
}
footer ul li {
	color:#808080;
	list-style-image:url(../../images/blt-1.png);
	list-style-position: outside;
	line-height:180%;
}
.blt1 {
	list-style-image:url(../../images/blt-2.png);
	list-style-position: outside;
	line-height:180%;
}









.topnav {
  overflow: hidden;
}
.topnav a {
  float: left;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  color:#333;
}
.topnav a:hover {
  color:#006073;
  font-weight:bold;
  text-decoration:none;
}
.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


.float{
	position:fixed;
	width:190px;
	height:45px;
	bottom:20px;
	right:20px;
	border-radius:20px;
	box-shadow: 0px 0px 10px #333;
	z-index:9999;
}

.my-float {
	margin-top:22px;
}

.float1 {
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	left:20px;
	z-index:9999;
}
.my-float1 {
	margin-top:22px;
}

.button {
  border-radius: 4px;
  border: none;
  background-color:#33a8b8;
  color: #FFF;
  border:1px solid #4ac0d0;
  text-align: center;
  font-size: 18px;
  padding: 15px 30px;
  transition: all 0.5s;
  cursor: pointer;
  margin:5px 0;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}


