@charset "utf-8";
/* CSS Document */
@font-face {
	font-family:aryan;
	src:url(../font/13571_ErasDemiITC.ttf);
}
@font-face {
	font-family:shashi;
	src:url(../font/01182_AgencyFB.ttf);
}
html {
	min-height:100%;
}
html, body {
	margin:0;
	padding:0;
	background: #ffffff url(../images/bg.jpg) repeat-x 0 0;
	font-family:Calibri;
}
a:link, a:active, a:visited {
	text-decoration:none;
}
img {
	border:none;
	outline:none;
}
.alignleft {
	float:left !important;

}
.alignright {
	float:right !important;
}
.somaya {
	color:#9999;
	font-weight:600;
}
a.viewmore {
	font:11px/15px Calibri;
	color:#ca2495;
	text-align:right;
	float:right;
	padding-right:20px;
	text-shadow:1px 0px 0px #a9267f;
	background:url(../images/read-arrow.png) no-repeat right 2px;
	margin-right:20px;
	margin-bottom:8px;
}
a:hover.viewmore {
	text-decoration:underline;
}
a.msg{
	color:#000;
	}
a:hover.msg{
	text-decoration:underline;
	}
#wrapper {
	width:1024px;
	margin:0 auto;
}
#header {
	width:1008px;
	margin:0 auto;
	height:105px;
}
#header a.logo {
	width:225px;
	height:80px;
	margin:15px 0 0 0;
}
#menu {
	width:620px;
	float:right;
	height:94px;
	margin:5px 0 0 0;
}
#banner {
	width:1008px;
	height:338px;
	margin:6px 0 0 0;
	background:url(../images/banner_bg-nav.jpg) no-repeat center bottom;
}
#container_area {
	width:1008px;
	float:left;
	height:auto;
	margin-bottom:20px;
}
#container_area .lftarea {
	width:195px;
	margin:5px 0 0 0;
	display:block;
	float:left;
}
#container_area .lftarea h2 {
	background:url(../images/heading_line.jpg) no-repeat 2px bottom;
	font:17px/20px "aryan";
	padding-bottom:12px;
	color:#232323;
}
#container_area .lftarea h2 span {
	color:#dc0c02;
}
#container_area .lftarea .newarea {
	width:189px;
	margin:0;
	margin-top:-10px;
}
#container_area .lftarea .newarea ul {
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
}
#container_area .lftarea .newarea ul li {
	font:12px/16px Calibri;
	color:#666666;
	padding:10px 0 0px 0;
	margin:0px 0 10px 0;
	border-bottom:1px dashed #c5c5c5;
}
#container_area .lftarea .newarea ul li div {
	font:12px/18px Calibri;
	color:#363636;
	padding:10px 0 5px 20px;
	background:url(../images/arrow.png) no-repeat 0 15px;
}
#container_area .lftarea .customer {
	width:190px;
	margin:25px 0 0 0;
}
#container_area .lftarea .customer .tparea {
	width:188px;
	float:left;
}
#container_area .lftarea .customer .midarea {
	width:188px;
	float:left;
	background:url(../images/msg_mid.jpg) repeat-y 0 0;
	color:#FFFFFF;
}
#container_area .lftarea .customer .midarea div {
	float:left;
	color:#fff;
	font:12px/16px Calibri;
	margin:5px 12px;
}
#container_area .lftarea .customer .midarea h3 {
	margin:0 0 0 12px;
	padding:0;
	font:14px/18px "aryan";
}

/*menu here*/
#menu a.home{
	position:relative;
	width:56px;
	height:87px;
	}

#nav {
	margin: 40px 0 0 0px;
	padding: 7px 6px 0;
	line-height: 100%;
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #0017a1;
	color: #FFF;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #0017a1 url(../images/gradient.png) repeat-x 0 -120px;
	color: #fff;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0078ff url(img/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(img/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 


/*container area*/
#bodytext {
	width:795px;
	float:left;
	margin:15px 0 0 15px;
	font-size:16px;
}
#bodytext h1 {
	margin:0 0 0 1px;
	padding:0;
}
#bodytext .welcometext {
	width:780px;
	color:#575757;
	font:14px/18px;
	padding-left:15px;
	text-align:justify;
	font-family:calibri;
}
#bodytext .welcometext img {
	padding:0px;
	float:left;
	margin:0px 8px 0 0;
}
#bodytext .welcometext .punchline {
	background:#f5f5f5;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	margin:10px 0 0 0;
	padding:3px 5px;
	width:98%;
	/*color:#dc0c02;*/
	color:#333;
	font:16px/18px Calibri;
}
#bodytext .welcometext .punchline1 {
	
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	margin:10px 0 0 0;
	padding:3px 5px;
	

	/*color:#dc0c02;*/
	color:#333;
	font:16px/18px Calibri;
}
#serviceBox
{
    width:100%;
    margin: 0 auto;
    margin-top:75px;
      border:1px solid black;
}
.serviceBox1, .serviceBox2, .serviceBox3, .serviceBox4 {
    float:left;
    width:33%;
       background-color: white;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px #bdbdbd;
    -webkit-box-shadow: 0 0 10px #bdbdbd;
    box-shadow: 0 0 10px #bdbdbd;
}
.flipstyle{
float:left; width: 33%; height:60px; background:#f5f5f5;
}
#bodytext .welcometext .punchbox {
	background:#f5f5f5 url(../images/quote.png) no-repeat 8px 8px;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	color:#575757;
	font:16px/18px "santosh";
	padding:8px 10px;
}
#serviecsarea {
	width:780px;
	background:#fafafa;
	border:1px solid #eae8e8;
	position:relative;
	float:left;
	margin-top:50px;
}
h2.services {
	color:#404040;
	position:absolute;
	z-index:0;
	font:22px/18px "shashi";
	margin:-30px 0 0 5px;
}
#serviecsarea .box1 {
	width:330px;
	display:inline-block;
	margin:22px 20px 15px 25px;
}
#serviecsarea .box1 img, #serviecsarea .box1 h3 {
	background: -moz-linear-gradient(center bottom, #F2F2F2 0px, #FFFFFF 100%) repeat scroll 0 0 transparent;
	border: 1px solid #FFFFFF !important;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	display: block;
	margin: 2px;
	padding: 6px;
	text-align: center;
	font:14px/18px Calibri;
}
/*banner code*/
.quake-slider-wrapper {
	background-color:White;
}
.quake-slider {
	width:999px !important;
	height:285px !important;
	position: relative;
	overflow: hidden; /*-webkit-touch-callout: none;     -webkit-user-select: none;     -khtml-user-select: none;     -moz-user-select: none;     -ms-user-select: none;     -o-user-select: none;     user-select: none;*/
	border: 5px solid #fff;
	box-shadow: 0px 0px 8px #90989e;
	background-color: White;
	background:url('../images/loading.gif') no-repeat center;
}
.quake-nav a {
	position: absolute;
	top: 45%;
	text-decoration: none;
	width: 37px;
	height: 38px;
	background-repeat: no-repeat;
	z-index: 10000;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.quake-prev {
	left: 0px;
	margin-left: 2px;
	background-image: url('../images/arrow-left.png');
}
.quake-next {
	right: 0px;
	margin-right: 2px;
	background-image: url('../images/arrow-right.png');
}
.quake-prev:hover {
	background-image: url('../images/arrow-left-active.png');
}
.quake-next:hover {
	background-image: url('../images/arrow-right-active.png');
}
.quake-nav-wrapper {
	width: 614px;
	position: relative;
	z-index: 102;
	top: -15px;
	left: 21%;
}
.quake-nav-container {
	margin: auto;
	margin-top: 20px;
}
.quake-nav-control {
	width: 22px;
	height: 22px;
	cursor: pointer;
	display: inline-block; /* background-image: url('images/bullets.png');*/
	background-image: url('../images/circle.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
	border: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	outline: none;
}
.quake-nav-control.active {
	/*background-position: 0px -22px;*/
    background-image: url('../images/circle-active.png');
}
.quake-highlight {
	color: Yellow;
}
.quake-link {
	position: absolute;
	z-index: 101;
}
.quake-thumbnail {
	position: absolute;
	z-index: 111;
	width: 98px;
	height: 76px;
	overflow: hidden;
	background: url('../images/thumb_bg.png') no-repeat center center;
}
.quake-thumbnail-preview {
	width: 84px;
	height: 48px;
	margin: 7px 0 0 7px;
	overflow: hidden;
	background-color: White;
}
.quake-thumbnail-preview img {
	border: none;
}
/*end banner code*/

ul.listype{
	margin:8px 10px;
	padding:0;
	list-style:none;
	list-style-type:none;
	}
ul.listype li{
	background:url(../images/arrow.jpg) no-repeat 0 11px;
	padding:0 25px;
	line-height:30px;
}

.article_area{
	width:667px;
	color:#666666;
	margin:30px 0 0 12px;
	text-align:justify;
	font-family: Calibri;
	font-size: 12px;
	line-height: 22px;
	}
.article_area img{
	width:225px;
	height:auto;
	float:left;
	border-radius:10px;
}
.contacttext{
	float:left;
	font-size:16px;
	color: #666;
	margin: 20px 0 0 0px;
}

/*contact us*/
.contact_text2{
	float:left;
	padding:2px;
	text-align:justify;
	width:300px;
	height:auto;
	margin:20px 0 0 0px;
}
.fildst{
	width:340px;
	height:360px;
	border:#c5c5c5 solid 1px;
	display:block;
	text-align:center
}
#imageField{
	margin:20px 0 0 23px;
	}
.legendtxt{
	font-family:calibri; font-size:18px; color:#2d7cad; line-height:24px;
	  margin-left:10px;
	  height:auto;
	  border: 1px solid #c5c5c5;
	  padding:2px 6px;
}
.label_name{
	display:block;
	width:130px;
	height:20px;
	margin:20px 20px 0 0px;
	padding:0 0 0 0;
	float:left;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.contact_text2 form input[type="text"]{
	float:left;
	display:block;
	 width:150px;
	  height:20px;
	   margin:20px 0 0 0;
	    padding:0;
}
.contact_text2 form textarea{
	float:left;
	display:block;
	 width:150px;
	  height:auto;
	   margin:20px 0 0 0;
}

/*end contact us*/

/*footer here*/
#footer {
	width:100%;
	height:136px;
	background:#605d5d url(../images/footer_bg.png) repeat-x 0 0;
	position:relative;
	clear:both;
	bottom:0px;
}
#footer .warper {
	width:1024px;
	margin:0 auto;
}
.flogo {
	float:left;
	margin:10px 0 0 0;
}
.flinks {
	width:480px;
	height:auto;
	float:left;
	font-size:12px;
	margin-top:20px;
	margin-left:60px;
}
.flinks ul {
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
}
.flinks ul li a {
	background:url(../images/f_arrow.png) no-repeat 0 4px;
	color:#ffffff;
	padding-left:20px;
	line-height:25px;
}
.flinks ul li a:hover {
	color:#000;
	text-decoration:underline;
}
.fmargn {
	margin-left:80px;
}
.socialmedia {
	width:200px;
	height:40px;
	margin:25px 0 0 20px;
	padding-top:30px;
	background:url(../images/get_social.png) no-repeat 0 0px;
}
.socialmedia a.fb {
	width:32px;
	display:inline-block;
	height:32px;
	background:url(../images/social_media.jpg) no-repeat 0 0;
}
.socialmedia a:hover.fb {
	background:url(../images/social_media.jpg) no-repeat 0 -32px;
}
.socialmedia a.tw {
	width:34px;
	display:inline-block;
	height:32px;
	background:url(../images/social_media.jpg) no-repeat -46px 0;
	margin-left:15px;
}
.socialmedia a:hover.tw {
	background:url(../images/social_media.jpg) no-repeat -46px -32px;
}
.socialmedia a.in {
	width:34px;
	display:inline-block;
	height:32px;
	background:url(../images/social_media.jpg) no-repeat -92px 0;
	margin-left:15px;
}
.socialmedia a:hover.in {
	background:url(../images/social_media.jpg) no-repeat -92px -32px;
}
.socialmedia a.yt {
	width:34px;
	display:inline-block;
	height:32px;
	background:url(../images/social_media.jpg) no-repeat -140px 0;
	margin-left:15px;
}
.socialmedia a:hover.yt {
	background:url(../images/social_media.jpg) no-repeat -140px -32px;
}
.copyright {
	width:990px;
	font:12px/18px Calibri;
	margin-top:13px;
	color:#959596;
}
.copyright .designtext {
	color:#01af19;
}
.copyright .designtext span {
	color:#c5c5c5;
}
