@charset "utf-8";
/* CSS Document */
/********************************************
#  Code by:									#
#  http://waysuresoft.com			   		#
#  (c) 2015 Waysuresoft Technologies		#
#  No.8/9, 2nd Floor,First Cross,			#
#  Sundararaja Nagar, 100 Feet Rd,			#
#  Karamanikuppam, 							#
#  Pondicherry - 605 004, India.			#
#  Telephone : +91-413-4201301			  	#	
#  Author: Jegan D							#
#  Designation: Web Designer	            #	
*********************************************
*/

@import "animate.css";
@import "font-awesome.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
@import url(http://fonts.googleapis.com/earlyaccess/karlatamilinclined.css);

 @font-face {
 font-family: 'vollkornitalic';
 src: url('../fonts/contra-webfont.eot');
 src: url('../fonts/contra-webfont.eot?#iefix') format('embedded-opentype'), 
	  url('../fonts/contra-webfont.woff') format('woff'),  
	  url('../fonts/contra-webfont.ttf') format('truetype'),  
	  url('../fonts/contra-webfont.svg#contraregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'rupeeregular';
 src: url('../fonts/rupee-webfont.eot');
 src: url('../fonts/rupee-webfont.eot?#iefix') format('embedded-opentype'),  
 	  url('../fonts/rupee-webfont.woff2') format('woff2'),  
	  url('../fonts/rupee-webfont.woff') format('woff'),  
	  url('../fonts/rupee-webfont.ttf') format('truetype'),  
	  url('../fonts/rupee-webfont.svg#rupeeregular') format('svg');
 font-weight: normal;
 font-style: normal;
}


body 
{
	background:#000;
	background-color:#000;
	margin:0 auto;
	/*color:#fff;*/
	color:#95fe95;
	font-family: 'vollkornitalic', sans-serif;
	font-size:14px;
	line-height:1.5em;
	font-weight:normal;	
	overflow:hidden;
}
a
{
	font: inherit;
	color: inherit;
	text-decoration: none;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	outline:none !important;
}
a:active {
	background: transparent;
}
b 
{
	font-weight:bold;
}
h2 
{
	color: #fff;
	font-weight:600;
	line-height: 1.5em;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
}
h2 em 
{
	color: #0c3;
	font-weight:600;
}
h5 
{
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
p 
{
	font-family: 'vollkornitalic', sans-serif;
	line-height: 1.5em;
	font-size:14px;
}

/* MENU */
.header .nav 
{
	padding:0;
	float:right;
}
.nav_title 
{
	background: url("..//images/border_img.png") no-repeat scroll bottom center;
	text-align: center;
	background-size: 200px;
	padding-bottom: 18px;
	margin-bottom: 15px;
}
.newFon 
{
	line-height: inherit;
	font-size: 16px !important;
	position: relative !important;
	right: -6px !important;
	padding-right: 10px !important;
}
/* MENU */
.sf-menu {
	display: inline-block;
}
.sf-menu:before, .sf-menu:after {
	content: " ";
	display: table;
}
.sf-menu:after {
	clear: both;
}
.sf-menu > li {
	position: relative;
	float: left;
	padding:0px;
}
.sf-menu > li + li {
	margin-left: 20px;
}
.sf-menu a {
	display: block;
}
.sf-menu > li > a {
	color: #ffffff;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
	color: #2b2929;
}
.sf-menu > li.active > a {
	color: #2b2929;
}
.sf-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 235px;
	margin-top: 30px;
	padding: 0;
	background:rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	z-index: 2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sf-menu ul {
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
}
.sf-menu ul > li > a {
	color: #393328;
	padding: 0 20px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
	color: #ffffff;
	background: #884646;
}
.sf-menu ul ul {
	position: static;
	top: 100%;
	width: auto;
	margin-top: 0;
	padding: 0;
	z-index: 4;
}
.sf-menu ul ul > li > a {
	color: #393328;
	padding: 0 30px;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
	color: #ffffff;
	background: #884646;
}
.sf-menu > li > .sf-with-ul {
	position: relative;
}
.sf-menu > li > .sf-with-ul:before {
	position:relative;
	left: 80%;
	top: 100%;
	margin-left: -6px;
	content: '\f0d7';
	font: 400 18px/28px 'FontAwesome';
}
.toggle-menu-container .nav {
	margin: 0;
	position: fixed;
	right: -273px;
	top: 0;
	height: 100%;
	width: 230px;
	background:rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	z-index: 998;
	transition:all 0.5s;
	transition-timing-function: ease-in;
}
.toggle-menu-container .sf-menu-toggle {
	color: #fff;
	font-size: 12px;
	height: 50px;
	line-height: 45px;
	position: fixed;
	right: 20px;
	text-align: center;
	top: 15px;
	width:50px;
	background: url("../images/menu-trigger.png") no-repeat scroll 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	outline:none;
}
.toggle-menu-container .sf-menu-toggle:hover {
	text-decoration: none;
}
.toggle-menu-container .sf-menu {
	width: 100%;
}
.toggle-menu-container .sf-menu > li {
	float: none;
}
.toggle-menu-container .sf-menu > li + li {
	margin-left: 0;
}
.toggle-menu-container .sf-menu > li a {
	color: #fff;
	padding:6px 40px;
	text-align:left;
	line-height:35px;
	font-size: 14px;
	text-transform: uppercase;
}
.fa {
	line-height: inherit;
	font-size: 25px;
	position: relative;
	right: 10px;
}
.toggle-menu-container .sf-menu > li a#menuSelected {
	color: #000;
	background-color:#1EA949;
}
.toggle-menu-container .sf-menu > li.sfHover > a, .toggle-menu-container .sf-menu > li a:hover {
	color: #ffffff;
	background:rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
}
.toggle-menu-container .sf-menu ul {
	position: static;
	padding: 0;
	margin: 0;
	width: 100%;
}
.toggle-menu-container .sf-menu ul li a {
	color: #FFFFFF;
	background: none;
	padding: 3px 40px;
	font-size:13px;
}
.toggle-menu-container .sf-menu ul li.active > a {
	color: #ffffff;
	background: #a95858;
}
.toggle-menu-container .sf-menu ul li.sfHover > a, .toggle-menu-container .sf-menu ul li a:hover {
	color: #ffffff;
	background: #D2B275;
}
.toggle-menu-container .sf-menu ul ul a {
	padding: 10px 60px;
}
.toggle-menu-container .nav.active {
	right: 0;
}
.toggle-menu-container .nav.active .sf-menu-toggle {
	margin-left: 0;
	top: 6px;
	left: 10px;
	height: 50px;
	width: 50px;
	font-size: 12px;
	line-height: 30px;
	display:none;
}
/* END MENU */

/* CONTENT */
.page 
{
	height: 100%;
	width: 100%;
	margin: 0 auto;
}
.main 
{
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	height: 400px;
	left: 10%;
	margin: 0;
	position: absolute;
	top: 5%;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	width:50%;
}
.main2 
{
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	height: 600px;
	left: 10%;
	margin: 0;
	position: absolute;
	top: 5%;
	width:80%;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.main2 {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	height: 600px;
	left: 10%;
	margin: 0;
	position: absolute;
	top: 5%;
	width:80%;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.main3 
{
	bottom: 0;
	left: 0;
	position:relative;
	right: 0;
	top: 500px;
}
.main4 
{
    height: 100%;
    margin: 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    background-color: #000;
    background: url("..//images/nvs.png") no-repeat scroll bottom center rgba(0,0,0,0.9);
    background-position: 2% 15%;
    background-size: 0%;
}
}
.main5 
{
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	height: 465px;
	left: 10%;
	margin: 0;
	position: absolute;
	top: 5%;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	width:50%;
}
.main25 
{
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	height: 430px;
	left: 5%;
	margin: 0;
	position: absolute;
	top: 3%;
	width:35%;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-transition: width 2s, height 4s; /* For Safari 3.1 to 6.0 */
    transition: width 2s, height 4s;

}
.main52 
{
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	height: 430px;
	right: 20%;
	margin: 0;
	position: absolute;
	top: 15%;
	width:35%;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.mainservice 
{
	width:55%;
}
.contentblock img 
{
	height: auto;
	max-width: 100%;
}
.tamilabout p
{
	font-family: 'Karla Tamil Inclined', sans-serif;
	font-size: 15px !important;
}
.about{
	    padding: 0px 10px;
}
  .mCustomScrollbar 
  {
    float: left;
    height: 100% ;
    overflow: hidden;
    position: relative;
  }
.enqForm 
{
	margin: 8px 0px 0 5px;
}
.fields {
    background-color: #fff;
    border: medium none;
    color: #000;
    margin: 0 0 3px;
    outline: medium none;
    padding: 7px 0px 7px 15px;
    resize: none;
    width: 99%;
    box-shadow: -3px -3px 0px #000;
	font-weight:bold;
}
.btn {
	    background: #446D03;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 14px;
    position: relative;
    text-transform: uppercase;
    float: right;
    margin-right: 4px;
    margin-top: 2px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.btn1 {
	background: #446D03;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	padding: 3px 14px;
	position: relative;
	text-transform: uppercase;
	float: right;
	margin-right:15px;
	margin-top:15px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
.btn:hover {
	background:#0C0;
	color: #000;
}
.btn1:hover {
	background:#0C0;
	color: #000;
}
.profileImg {
	float:left;
	padding-right:12px;
}
.profileImg img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 3px solid #ccc;
}
.namePerson {
	color: #ff0;
	float: right;
	font-weight: bold;
}
.sizeFont {
	float: left;
	font-size: 60px;
	line-height: 65px;
	position: relative;
	right: -4px;
	padding-right: 12px;
}
.col-md-3 p {
	margin-left: 36px;
	margin-top: 35px;
}
#w {
	display:block;
	background:none;
}
#content_tab {
	display: block;
}
#content_tab fieldset {
	    border: 2px solid;
    transition: all 0.3s ease-out 0s;
	padding: 10px 2px;
	border-color:#AAAAAA;
}
#content_tab fieldset legend {
	padding:0 5px;
	color:#07C90B;
}
#content_tab fieldset legend span {
	color:#fff;
	font-size:16px;
}

.contentblock {
	display: block;
}
.contentblock.hidden {
	display: none;
}
.contentblock table {
	width: 85%;
	float: left;
	margin-left: 35px;
}
.contentblock table th {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 2px -2px #131313;
	padding:10px 0;
}
.contentblock table th:hover {
	color: #05ff5d;
	transition: all 0.2s ease 0s;
	cursor:pointer;
}
.contentblock table td {
	border: 3px double #ddd;
	border-radius: 0px 0px 16px 16px;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 18px;
}
.contentblock table td:nth-child(2) {
 width: 150px;
 text-align: center;
}
.contentblock table td:hover {
	color: #05ff5d;
	animation: 0.8s ease 0s normal none infinite running myfirst;
	border-radius: 0px 0px 5px 5px;
	transition: all 0.2s ease 0s;
	cursor:pointer;
}
.contentblock table td span {
	font-family: 'rupeeregular';
}
 @keyframes myfirst {
0% {
 color: #05ff5d;
 font-size: 18px;
}
100% {
 color: yellow;
 font-size: 18px;
}
}
@keyframes myfirst {
0% {
 color: #05ff5d;
 font-size: 18px;
}
100% {
 color: yellow;
 font-size: 18px;
}
}
#sidemenu {	
	text-align:center;
}
#sidemenu li {
	display: inline-block;
	text-align: center;
	line-height: 8px;
}
#sidemenu li:last-child {
	border:none;
	margin-bottom: 18px;
}
#sidemenu li a {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding:4px 8px 12px 12px;
	text-decoration: none;
	float: left;
}
.li_bg {
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	text-shadow: 2px -2px #131313;
}
#sidemenu li:last-child {
	background:none;
}
#sidemenu li a strong {
	display: block;
}
#sidemenu li a.open {
	color: #05FF5D !important;
	text-decoration: none;
}
.nextMenu {
	color: #fff;
	font-size: 23px;
	font-weight: bold;
}
.camera_visThumb img {
	height: 70px !important;
}
.serImgtb {
	width: 83%;
	margin: 0 auto;
	position:relative;
}
.serImg {
	padding:10px 0 0;
}
.serImg img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right:12px;
	border: 2px solid #0c3;
}
.serveicep {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 5.5em;
	text-align: right;
	text-shadow: 3px -1px #000;
}
.socialIcon img {
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
/* END CONTENT */
.dotted-line {
	display: table-cell;
	width: 100%;
	vertical-align: bottom;
}
.dotted-line:after {
	content: '';
	position: relative;
	border-bottom: 1px dotted;
	left: 0;
	right: 0;
	display: block;
	margin-bottom: 5px;
}
.name {
	white-space: nowrap;
	margin-top: -5px;
	padding: 6px 50px;;
}
.nametitle {
	font-size: 12px;
	text-transform: uppercase;
	text-decoration:none;
	font-weight: 700;
	padding-right: 10px;
	display: table-cell;
	white-space: nowrap;
	margin-top: -5px;
	vertical-align:bottom;
	color:#fff;
}
.nametitle span
{
	font-size:0px;
	text-transform:none;
}
.name .price {
	display: table-cell;
    font-size: 15px;
    line-height: 13px;
    padding-left: 10px;
    font-weight: 700;
    padding-top: 9px;
}

.name .price span {
	font-family: 'rupeeregular';
	padding-right:4px;
}

.menuheading
{
	text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 5px;
	color:#fff;
}

.menuheading h1 {
 overflow: hidden;
 text-align: center;
}
.menuheading h1:before,
.menuheading h1:after {
 background-color: #fff;
 content: "";
 display: inline-block;
 height: 2px;
 position: relative;
 vertical-align: middle;
 width: 10%;
}
.menuheading h1:before {
 right: 0.5em;
 margin-left: -50%;
}
.menuheading h1:after {
 left: 0.5em;
 margin-right: -50%;
}
.baisc-container{
      /* float: left; */
    /* overflow: hidden; */
    color: white;
    font-size: 13px;
    padding: 0px 10px;
    shape-inside: circle(160px at 400px 60px);
    max-width: 850px;
	text-align: left;
}
.baisc-container1{
      /* float: left; */
    /* overflow: hidden; */
    color: white;
    font-size: 13px;
    padding: 0px 10px;
    shape-inside: circle(160px at 400px 60px);
    max-width: 1270px;
	text-align: left;
}
.testlist
{
	    padding: 1em 0em;
    text-align: justify;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loading.gif) center no-repeat #000;
}

.contacthead {
	text-align:center;
	color:#fff;
	    margin: 25px 0px;
}
.contacthead fieldset {
	border:1px solid #fff;
}

.contactcontent{
	text-align:left;
}
.contacthead fieldset {
	    border: 2px solid;
    transition: all 0.3s ease-out 0s;
	padding: 10px 2px;
	border-color:#5A5959;
}
.contacthead fieldset legend {
	padding:0 5px;
	    font-size: 20px;
    font-weight: bold;
	color:#07C90B;
	}

#map_wrapper {
    height: 300px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}
.info_content {
	color:#000;
}
.info_content h3 {
 font-size:16px;
 font-weight:bold;
}
.mCSB_draggerContainer {
	display:none ;
}



.servicehead {
    text-align: center;
    color: #fff;
    /* height: 100px; */
    margin: 10px 0px;
}
.servicehead fieldset {
	border:1px solid #fff;
}


.readmore {
    
   height: auto !important;
}
.readmore fieldset {
	   height: auto !important;

}


.servicecontent{
	font-size: 13px;
	font-weight:100;
}
.servicehead fieldset {
	    border: 2px solid;
    transition: all 0.3s ease-out 0s;
	padding: 10px 2px;
	    height: 149px;
		border-color:#AAAAAA;
}
.servicehead fieldset legend {
    padding: 0 10px;
    font-size: 22px;
    font-weight: bold;
	color:#07C90B;
}
.legimg{
	border-radius:50%;
}
.homestrip{
	       position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;
    height: 40px;
    padding: 0px 29px;
	color:#fff
}
.stipcont{
	padding: 7px 0px
}
.stipicon{
	color:#95fe95;
	
}
.borderright{
	border-right:1px solid #95fe95;
}

