@charset "utf-8";
/* CSS Document */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET */

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none!important;
}
#wrapper {
	width: 100%;
}
#headermain {
	background: #efefef;
	width: 100%;
}
#header {
	width: 1000px;
	display: table;
	padding: 3px 0;
	margin: 0 auto;
}
#header img {
	float: left;
}
.topright {
	float: right;
	width: 200px;
	padding: 10px 0 5px;
}
.socmedia {
	float: right;
	padding: 0 0 3px;
	width: 90px;
}
.socmedia p {
	color: #fff;
	float: left;
	padding: 10px 3px;
	font-size: 14px;
}
.socmedia a {
	background: url(../images/sprite.png) no-repeat left top;
	width: 30px;
	height: 26px;
	float: left;
	display: block;
	text-indent: -9999px;
}
.socmedia a.twitter {
	background-position: -32px 0;
}
.socmedia a.linkdin {
	background-position: -63px 0;
}
.help {
	float: right;
	padding: 10px 0 0;
	color: #000;
	font-size: 23px;
}
.help span {
	color: #000;
	font-size: 20px;
	padding: 0 1px 0 8px;
}
/*Nav */
.nav {
	background: #fff;
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #b2b2b2;
	float: left;
}
.nav ul {
	width: 1000px;
	margin: 0 auto;
}
.nav li {
	float: left;
	position: relative;
}
.nav li a {
	color: #343434;
	display: block;
	font-size: 14px;
	padding: 18px 30px 14px;
	text-transform: uppercase;
		border-bottom: 2px solid #fff;
	border-right: 1px solid #e4e4e4;
}
.nav li a.sel {
	background: url(../images/sel-nav-bg.jpg) repeat-x left top;
	border-bottom: 2px solid #e86f14;
	color: #e86f14;
}
.nav li a.last {
	border: none;
}
.nav li a:hover {
	background: url(../images/sel-nav-bg.jpg) repeat-x left top;
	border-bottom: 2px solid #e86f14;
	color: #e86f14;
	
}
/*========SUB NAV MENUS===================*/

.nav li ul.sub_nav {
	position: absolute;
	left: 0;
	top: 100%;
	width: 200px;
	z-index: 9999;
	display: none;
}
.nav li ul.sub_nav.last {
	position: absolute;
	left: -6px;
	top: 100%;
	display: none;
}
.nav li:hover > ul {
	display: block;
}
.nav li ul.sub_nav li {
	background: #fff;
	border-right: none;
	text-align: left;
	padding: 4px;
}
.nav li ul.sub_nav li a:hover {
	background: #E86F14;
	color: #fff;
}
.nav li ul.sub_nav li a {
	color: #000000;
	display: block;
	border: none;
	font-size: 12px;
	padding: 5px;
	text-decoration: none;
	width: 225px;
	text-transform: uppercase;
}
/*Nav End*/

/*banner*/
#banner {
	background: url(../images/banner-bg.jpg) no-repeat center top #050713;
	width: 100%;
	margin: 0 auto;
	float: left;
	overflow: hidden;
	min-height: 380px;
}
/*.............Slider start.............................*/
/*slider*/
.slider {
	padding: 0;
	width: 100%;
	margin: 0 auto;
}
.slides1_wrap {
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 1000px;
}
.slides1_wrap ul {
	float: left;
	margin: 0;
	padding: 0;
}
#header #slides1 {
	overflow: hidden;
	background: none;
	height: 380px;
}
#slides1 li {
	list-style: none;
	width: 1000px;
}
#header #slides1 li a {
	background: none;
	padding: 0;
}
#slides1 li img {
	float: left;
}
#slides1 .content {
	float: left;
	width: 350px;
	padding-left: 21px;
}
#slides1 li p {
	line-height: 22px;
}
#slides1 h3 {
	font-size: 36px;
	color: #8d8d8d;
	font-weight: normal;
	text-transform: lowercase;
}
#slides1 h4 {
	font-size: 18px;
	color: #000;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	padding-bottom: 16px;
}
.slides1_wrap .prev {
	position: absolute;
	left: 470px;
	top: 310px;
	display: none;
	outline: 0;
	z-index: 9999;
}
.slides1_wrap .next {
	position: absolute;
	left: 510px;
	top: 310px;
	outline: 0;
	display: none;
	z-index: 9999;
}
.slides1_wrap a:active {
	top: 310px;
}
.bx_pager {
	bottom: 10px;
	padding-top: 5px;
	position: absolute;
	left: 0;
	display: block;
	z-index: 9999;
}
.bx_pager a {
	text-decoration: none;
	background: url(../images/slide-dote.png) no-repeat -20px top;
	color: #FFFFFF;
	float: left;
	font-size: 12px;
	margin-right: 2px;
	padding: 2px;
	width: 16px;
	text-indent: -9999px;
	text-align: center;
}
.bx_pager a:hover, .bx_pager a.active {
	background: url(../images/slide-dote.png) no-repeat left top;
	text-decoration: none;
	color: #fff;
}
.auto_controls {
	position: absolute;
	bottom: -11px;
	left: 394px;
	display: none;
}
.auto_controls a {
	font-size: 16px;
	color: #a3a3a3;
	outline: 0;
	padding: 2px;
}
.auto_controls a:hover {
	text-decoration: none;
 background:;
	color: #e41996;
}
#content.inncon {
	display: table;
	margin: 0 auto;
	position: relative;
	top: -25px;
	width: 999px;
	z-index: 999;
}
/*..............Slider End.............................>>*/

/*banner end*/
.welcome {
	background: #0993d1;
	float: left;
	width: 100%;
	padding: 10px 0;
	position: relative;
}
.welcome span {
	background: url(../images/welcome-arrow.png) no-repeat center top;
	width: 30px;
	display: block;
	height: 22px;
	position: relative;
	margin: -24px auto 0;
}
.welcometxt {
	width: 1000px;
	padding: 10px 0;
	margin: 0 auto;
}
.welcometxt h1 {
	float: left;
	color: #fff;
	font-size: 27px;
	line-height: 46px;
	padding: 0 15px 0 0;
	text-transform: uppercase;
	border-right: 1px solid #fff;
}
.welcometxt p {
	color: #FFFFFF;
	float: left;
	font-size: 15px;
	padding: 0 0 0 10px;
	width: 780px;
	line-height: 20px;
}
.welcometxt p a {
	color: #FF0;
}
#container {
	background: url(../images/bcontent-bg.jpg) repeat-x left top;
	width: 100%;
	float: left;
	padding: 13px 0;
}
.contentarea {
	background: url(../images/cont-bg.png) no-repeat center top;
	width: 960px;
	margin: 0 auto;
	display: table;
	padding: 20px;
}
.servicesbox {
	width: 300px;
	float: left;
	margin: 0 30px 0 0;
}
.servicesbox . {
 padding:0 0 0;
}
.servicesbox.last, .servicesbox.subtxt.last {
	margin: 0;
}
.servicesbox h2 {
	font-size: 18px;
	color: #000;
	padding: 2px 0 9px;
	text-transform: uppercase;
}
.servicesbox h3 {
	padding:9px 0 5px;
	color: #135EB9;
	font-size: 15px;
}
.servicesbox h4{
	font-size:15px;
	color:#666;
	}
.servicesbox h2 span {
	background: url(../images/sprite.png) no-repeat left -77px;
	padding: 0 0 2px 29px;
}
.servicesbox h2 span.individual {
	background-position: 0 -111px;
}
.servicesbox h2 span.latestn {
	background-position: 0 -143px;
}
.servicesbox h2.skills {
	background: url(../images/heading-border.png) no-repeat left bottom;
}
.servicesbox h2.heading {
	background: url(../images/heading.png) no-repeat left bottom;
	margin: 0 0 15px;
	font-size: 14px;
	padding: 2px 0 13px;
}
.servicesbox h2.subhead {
	color: #ff4200;
	padding: 2px 0 12px;
}
.servicesbox h2.heading span {
	background: none;
	line-height: 19px;
	padding: 3px 0 6px 0;
}
.servicesbox p {
	padding: 10px 0 8px;
	font-size: 12px;
	line-height: 17px;
	color: #464646;
	text-align: justify;
}
.servicesbox a {
	background: url("../images/sprite.png") no-repeat scroll -10px -177px ;
	padding: 0 0 0 10px;
	color: #3f3f3f;
}
.servicesbox a:hover {
	color: #ff4200;
}
.servicesbox.innertxt a {
	background: none;
	color: #039;
	display:block;
	padding: 0 3px;
}
.servicesbox.innertxt ul {
	margin: 0 0 0 15px;
}
.servicesbox.innertxt li {
	padding: 6px 0;
	list-style: disc;
}
.servicesbox.innertxt ul.sectors {
	margin: 0;
}
.servicesbox.innertxt ul.sectors li {
	float: left;
	width: 322px;
	margin: 0 20px 30px 0;
	list-style: none;
}
.servicesbox.innertxt ul.sectors li.last {
	margin: 0 0 15px 0;
	width: 275px;
}
.servicesbox.innertxt ul.sectors li span {
	display: block;
	background: #000;
	text-align: center;
	padding: 10px 0;
	width: 273px;
	color: #fff;
	font-size: 15px;
	float: left;
}
.servicesbox.innertxt ul.sectors li a img {
	margin: 0;
}
.servicesbox.innertxt ul.sectors li a {
	background: none;
	padding: 0;
}
#banner.inner {
	min-height: inherit;
}
.innerhad {
	margin: 0 auto;
	padding: 10px 0;
	width: 1000px;
}
.innerhad h1 {
	background: url(../images/heading-line.png) no-repeat right center;
	color: #FFFFFF;
	float: left;
	font-size: 27px;
	line-height: 33px;
	padding: 0 20px 0 0;
	text-transform: uppercase;
}
.innerhad p {
	color: #FFE6C7;
	float: left;
	font-size: 22px;
	padding: 5px 0 0 10px;
}
.servicesbox.innertxt img {
	background: #fff;
	padding:0px;
	border: 1px solid #E5E5E5;
	float: left;
	margin: 0 20px 15px 0;
}
.servicesbox.innertxt p {
	padding: 0 0 10px;
}
.servicesbox.innertxt p.note {
	padding: 6px 0 0 120px;
}
.newsbox {
	background: #f6e0ce;
	padding: 10px 15px 15px;
	float: left;
	height:140px;
	margin: 10px 0 12px;
}
.servicesbox.innertxt {
	width: 960px;
	margin: 0 auto;
}
.newsbox h3 {
	color: #464646;
	font-size: 16px;
	padding: 10px 0;
}
.newsbox li {
	background: url(../images/gray-arrrow.png) no-repeat left top;
	color: #464646;
	float: left;
	font-size: 12px;
	list-style: none outside none;
	padding: 0 0 10px 10px;
	text-align: justify;
}
.empfm {
	background: url(../images/gray-bg.jpg) repeat-x left top;
	width: 100%;
	float: left;
}
.contentarea.subser {
	background: none;
	padding: 20px 0 0;
	width: 1000px;
}
.servicesbox.subtxt {
	float: left;
	width: 294px;
	margin: 0 17px 0 0;
	padding: 14px;
	background: url(../images/serbox-bg.png) repeat-x left top;
}
.servicesbox.subtxt img {
	border: 1px solid #d9d9d9;
}
.servicesbox.subtxt p {
	padding: 3px 7px 10px 0;
}
.servicesbox .homecon {
	min-height: 190px;
}
.servicesbox .homecon ul{
	padding:15px 0 0;
	}
	.servicesbox .homecon ul li{
		float: left;
		width: 130px;
		padding:8px 0;
		}
.homegall {
	min-height: 244px;
	float: left;
}
.servicesbox.subtxt p span {
	color: #003c92;
	display: block;
	padding: 10px 0;
}
#client {
	background: #eeeeee;
	width: 100%;
	float: left;
	padding: 15px 0;
}
#footer {
	background: #fafafa;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color=#dddddd)";/*IE 8*/
	-moz-box-shadow: inset 0px 5px 2px #dddddd;/*FF 3.5+*/
	-webkit-box-shadow: inset 0px 5px 2px #dddddd;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: inset 0px 5px 2px #dddddd;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color=#dddddd); /*IE 5.5-7*/
	float: left;
	width: 100%;
	border-top: 1px solid #fff;
}
.footertxt {
	width: 1000px;
	margin: 0 auto;
	display: table;
	padding: 18px 0;
}
.footertxt ul {
	display: table;
	margin: 0 auto;
	width: 850px;
}
.footertxt ul li {
	float: left;
}
.footertxt ul li a {
	font-size: 12px;
	color: #636363;
	border-right: 1px solid #636363;
	padding: 0 19px
}
.footertxt ul li a.last {
	border: none;
}
.footertxt p {
	color: #636363;
	display: table;
	font-size: 12px;
	padding: 10px 0 0;
	text-align: center;
	width: 100%;
}
/* ---------- contact form ---------- */

.contactform {
	float: left;
	width: 600px;
}
#contact_form {
	width: 100%;
	padding: 0 0 10px;
}
.blocklabel {
	float: left;
	width: 100%;
	display: block;
	margin-top: 10px;
	padding: 0 0 5px;
}
.contactform label {
	display: block;
	padding: 4px 0;
	margin-bottom: 5px;
}
.contactform label span {
	float: left;
	width: 100px;
	color: #666666;
	padding: 8px 0 0;
}
.contactform input, .contactform button {
	width: 70%;
	height: 28px;
	padding: 2px 0 4px 10px;
	border: 1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 13px;
	border-radius: 5px;
	background-color: #FEFEFE;
}
.contactform textarea {
	float: left;
	width: 70%;
	height: 95px;
	padding: 4px 0 4px 10px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 5px;
	font-size: 13px;
	background-color: #FEFEFE;
}
.address-info {
	float: left;
	background-color: #f9f9f9;
	border: 1px solid #eee;
	padding: 15px 15px 10px 15px;
	width: 90%;
	margin-bottom: 40px;
}
.contactform input.submit_btn {
	background: none repeat scroll 0 0 #E5720F;
	border: medium none;
	color: #FFFFFF;
	padding: 5px 10px;
	width: 100px;
}
.success {
	background: #1d7883;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
.error {
	background: #FFDFDF;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFCACA;
	border-radius: 5px;
	font-weight: normal;
}
.google-map {
	width: 440px;
	height: 350px;
	border: 5px solid #ccc;
}
.contact {
	float: right;
	width: 300px;
}
.contact h3 {
	padding: 0 0 10px;
	color: #E5720F;
}
.contact p {
	margin: 2px 0;
	padding: 3px 0;
	line-height: 17px;
}
.contact p a {
	background: none;
	display: block;
	color: #0e1adc;
	padding: 0;
}
.contact p a:hover {
	color: #000;
}
.contact .primary {
	font-family: 'RalewayThin', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #7f7f7f;
	padding: 0 0 10px;
	margin: 0;
}
.contact .secondary {
	font-family: 'LaneNarrowRegular', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 4px 0px;
	display: block;
	margin: 0;
	font-weight: bold;
}
/*how to Choose*/
.formtxt {
	margin: 0 auto;
	float: left;
}
div.box {
	margin: 15px 0;
	width: 960px;
	float: left;
}
div.box p.first {
	background: none repeat scroll 0 0 #FCFCFC;
	width: 100%;
	display: block;
	padding: 10px 20px 0;
	float: left;
	border-bottom: 1px solid #dddddd;
}
div.box p {
	width: 100%;
	display: block;
	background: #f6f6f6;
	padding: 5px 20px 0;
	float: left;
	border: 1px solid #dddddd;
}
div.box label {
	display: block;
	padding: 10px 20px;
	color: #808080;
	float: left;
}
div.box p span {
	font-family: 'pt_sans_narrowregular';
	display: block;
	color: #409600;
	font-size: 18px;
	text-align: left;
	padding: 5px 20px 10px 0;
}
div.box input {
	padding: 5px 10px;
	background: none repeat scroll 0 0 #9CD739;
	border: 1px double #d4d4d4;
	color: #000;
	margin: 0 3px;
}
/*contact us*/
.add {
	float: left;
	width: 270px;
}
.maparea {
	margin: 0 auto;
	width: 978px;
	display: block;
	padding: 0 0 20px;
}
.map {
	background: #fff;
	padding: 4px;
	margin: 0 auto;
	width: 970px;
	float: left;
}
#google_translate_element {
	float: right;
	padding: 3px 0 0 10px;
}
.header #google_translate_element img {
	padding: 0;
}
/*contact us end*/
.loading {
	width: 40px;
	margin: 0 auto;
}
loading img {
	text-align: center;
}
.ourprog {
	background: none repeat scroll 0 0 #164970;
	float: left;
	border: 0px solid #000000;
	-moz-border-radius: 200px;/*Firefox*/
	-webkit-border-radius: 200px;/*Safari, Chrome*/
	border-radius: 200px;
	margin: 0 20px 15px 0;
	text-align: center;
	padding: 35px;
	width: 200px;
	height: 200px;
}
.ourprog:hover {
	background: #f7af7f;
}
.servicesbox.innertxt .ourprog p {
	font-size: 26px;
	color: #fff;
	padding: 55px 4px 25px;
	text-align: center;
	line-height: 30px;
}
.servicesbox.innertxt .ourprog.emp {
}
.servicesbox.innertxt .ourprog.emp p {
	font-size: 26px;
	color: #fff;
	padding: 5px 4px 25px;
	text-align: center;
	line-height: 26px;
}
.servicesbox.innertxt .ourprog span {
	font-size: 18px;
	text-align: center;
	padding: 0 0 18px;
	display: block;
}
.servicesbox.innertxt .ourprog a {
	font-size: 15px;
	text-align: center;
	color: #fff;
}
.servicesbox.innertxt table {
	border: 1px solid #ccc;
}
.servicesbox.innertxt table th {
	background: #CED;
	padding: 4px;
	color: #000;
	border: 1px solid #BDBDBD;
	font-size: 13px;
	font-weight: bold;
}
.servicesbox.innertxt table td {
	padding: 8px 5px;
	border: 1px solid #ccc;
}
.servicesbox.innertxt .pdf {
	float: left;
	padding: 10px 0 0;
}
.servicesbox.innertxt .pdf a {
	background: url(../images/pdf-icon.png) no-repeat left 13px;
	display: block;
	padding: 13px 0 5px 22px;
	text-decoration: underline;
}
.servicesbox.innertxt .pdf a {
	text-decoration: none;
}
#gallery {
	padding: 0;
	width: 975px;
}
#gallery ul {
	list-style: none;
	margin:0;
}
#gallery ul li {
	width: 210px;
	display: inline;
	margin: 0 33px 15px 0;
	float: left;
}
#gallery ul li.last {
	margin: 0 0 15px 0;
}
#gallery ul img {
	border: 5px solid #E5E5E5;
	border-width: 5px 5px 5px;
	width: 200px;
	height: 170px;
}
#gallery ul a:hover img {
	border: 5px solid #CCC;
	border-width: 5px 5px 5px;
	color: #fff;
}
#gallery ul a:hover {
	color: #fff;
}
#gallery ul li a span {
	float: left;
	background: #fff;
	padding: 5px 10px;
	text-align: center;
	color: #0A91A3;
	line-height: 19px;
	width: 191px;
	min-height: 40px;
}
.back-button a {
	background: none repeat scroll 0 0 #E5720F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	border: medium none;
color: #fff;
padding: 5px 10px;
width: 48px;
float: right;
text-align: center;
	
}
 .txtimg{
	 float:left;
	 margin:0 20px 0 0;
	 }
.txtarea{
	float: left;
padding: 0 0 15px;
width: 610px;
	}
