@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, u, i, 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;
}
/* HTML5 display-role reset for older browsers */

* {
	outline: 0 none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Main Styles */



body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	background: #f5f5f5;
	font-size: 13px;
	color: #000;
}
/* ============ Common Style As per style Guide Line =================== */

.tec {
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family:Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 40px;
	line-height: 44px;
}
h2, h3.comment-reply-title {
	font-size: 30px;
	line-height: 32px;
}
h3 {
	font-size: 20px;
	line-height: 22px;
}
h4 {
	font-size: 18px;
	line-height: 23px;
	text-transform: uppercase;
}
h5 {
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
}
h6 {
	font-size: 15px;
	line-height: 21px;
}
p {
	font: normal 15px/21px Arial, Helvetica, sans-serif;
}
p.intro {
	font: normal 18px/25px Arial, Helvetica, sans-serif;
}
a {
	color: #f8b624;
	font: bold 15px Arial;
	text-decoration: none;
	border: none;
}
a:hover {
	text-decoration: underline;
}
input[type="submit"], input#submit {
	height: 28px;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	background: #000000;
	padding: 0 14px;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input[type="submit"]:hover, input#submit:hover {
	background: #727273;
}
input[type="text"] {
	width: 147px;
	height: 17px;
	padding: 5px 10px;
	font: normal 15px/17px Arial;
	color: #000000;
	background: #FFFFFF;
	border: #737374 solid 1px;
}
input[type="text"].medTextBox {
	width: 274px;
}
input[type="text"].largeTextBox {
	width: 425px;
}
textarea {
	height: 80px;
	padding: 5px 10px;
	font: normal 15px/17px Arial;
	color: #000000;
	background: #FFFFFF;
	border: #737374 solid 1px;
}
ul.list li {
	padding-left: 22px;
	background: url(img/bullet-round.png) no-repeat 0 7px;
}
ul.list li li {
	padding-left: 40px;
	background: url(img/bullet-arw.png) no-repeat 18px 5px;
}
ul.list li li li {
	padding-left: 31px;
	background: url(img/bullet-dash.png) no-repeat 10px 9px;
}
img {
	max-width: 100%;
}
#header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 200px;
	background: url(../img/header-bg.jpg) repeat-x;
}
.content {
	width: 960px;
	margin: 0 auto;
}
.logo {
	width: 487px;
	float: left;
	margin: 0px;
	height: 115px;
}
.right {
	float: right;
	margin: 0px;
	margin-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.mail {
	background: url(../img/mail_icon.png) no-repeat left;
	line-height: 30px;
	padding-left: 45px;
	color: #FFF;
	margin-bottom: 10px;
}
.mail a {
	color: #FFF;
	text-decoration: none;
}
.call {
	background: url(../img/call_icon.png) no-repeat left;
	line-height: 20px;
	padding-left: 45px;
	color: #FFF;
}
/*menu bar */
 
#menu {
	width: 960px;
	margin: 0 auto;
	height: 25px;
	z-index: 68;
	float: left;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	float: left;
	position: relative;
}
#menu ul li .active {
	padding: 20px 15px;
	background: #000;
}
#menu ul li a {
	color: #FFFFFF;
	display: block;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	margin: 0 3px 0 0;
	padding: 19px 21px 20px;
	position: relative;
	text-decoration: none;
	z-index: 1000;
}
}
#menu ul li ul li {
	float: none;
	position: relative;
}
#menu ul li ul {
	position: absolute;
	top: 60px;
	left: 0px;
	display: none;
	background-color: #7d0c0d;
	width: 240px;	 
	font-size: 12px;
	line-height:15px;
	z-index: 1000;
}


#menu ul li ul li:hover {
 background:#727272; 
 width: 240px;
  
 
}
#menu ul li:hover > ul {
	display: block;
	background:#000;
}
#menu ul li ul li a {
	whitewhite-space: nowrap;
	line-height: 0px;
}
#menu ul li ul li ul {
	position: absolute;
	top: 0;
	left: 145px;
	display: none;
	background-color: #000;
	width: 150px;
}
/*container*/

/*slider*/


#container {
	margin: 0 auto;
	width: 960px;
}
.slider {
	width: 960px;
	 
	margin-bottom: 25px;
}
.box {
	width: 928px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box1 {
	float: left;
}
.welcome {
	background: none repeat scroll 0 0 #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto 35px;
	padding: 40px 50px 43px;
	text-align: center;
	width: 860px;
}
.boxTitle {
	background: url("../img/line.jpg") repeat-x scroll center center rgba(0, 0, 0, 0);
	text-align: center;
}
.boxTitle h2 {
	background: none repeat scroll 0 0 #CCCCCC;
	display: inline-block;
	font-size: 37px;
	margin: 0 auto;
	padding: 0 25px;
}

.boxTitle_2{
	background: none;
	text-align: center;
}
.boxTitle_2 h2 {
	background: none repeat scroll 0 0 #CCCCCC;
	display: inline-block;
	font-size: 25px;
	margin: 0 auto;
	padding: 0 25px;
}
h2, h3.comment-reply-title {
	font-size: 30px;
	line-height: 32px;
}
.welcome p.decription {
	font-size: 18px;
	line-height: 25px;
	margin: 20px auto 30px;
	width: 623px;
}
.clearfix:before, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.solutions-info {
	font-size: 15px;
	line-height: 21px;
	margin: 0 auto;
	text-align: left;
	width: 735px;
}
.w335 {
	width: 335px;
}

.w335_1 {
	width: 740px;
	text-align:justify;
}
.fl {
	float: left;
}
.w335 {
	width: 335px;
}
.fr, #gform_submit_button_1 {
	float: right;
}
a.redmore {
	background: url("../img/black-a-link.png") no-repeat scroll center top rgba(0, 0, 0, 0);
	clear: both;
	color: #000000;
	display: inline-block;
	font-weight: bold;
	margin: 53px auto 0;
	padding-top: 56px;
	text-align: center;
}
a {
	border: medium none;
	color: #F8B624;
	font: bold 15px Arial;
	text-decoration: none;
}
a.redmore:hover {
	background: url("../img/icn-more-h.png") no-repeat scroll center top rgba(0, 0, 0, 0);
	text-decoration: none;
}
.services {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #000000;
	padding: 42px 50px;
	text-align: center;
	width: 860px;
}
.services h2 {
	font-size: 38px;
	font-weight: normal;
	line-height: 44px;
	text-transform: capitalize;
}
.services ul {
	background: none repeat scroll 0 0 #FFFFFF;
	margin-top: 25px;
}
.services ul li {
	background: none repeat scroll 0 0 #FFFFFF;
	float: left;
	margin: 0 5px 5px 0;
}
.services ul li a {
	background: none repeat scroll 0 0 #F5F5F5;
	color: #000000;
	display: table-cell;
	font: 15px/19px Arial;
	height: 40px;
	overflow: hidden;
	padding: 5px 27px 5px 10px;
	text-align: left;
	text-transform: capitalize;
	vertical-align: middle;
	width: 244px;
}
.services ul li a:hover {
	background: url("../img/a-link-small-black.png") no-repeat scroll 96% center #F8C962;
	color: #AF8019;
	text-decoration: none;
}
ol, ul {
	list-style: none outside none;
}
.boxTitle.whiteBox h2 {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #000000;
}
.services h2 {
	font-size: 38px;
	font-weight: normal;
	line-height: 44px;
	text-transform: capitalize;
}
.boxTitle h2 {
	background: none repeat scroll 0 0 #CCCCCC;
	display: inline-block;
	font-size: 37px;
	margin: 0 auto;
	padding: 0 25px;
}
h2, h3.comment-reply-title {
	font-size: 30px;
	line-height: 32px;
}
.industries-workwith {
	background: none repeat scroll 0 0 #000000;
	margin: 34px 0 47px;
	padding: 46px 50px 26px;
	width: 860px;
}
.industries-workwith .boxTitle.blackBox {
	background: url("../img/line_white.jpg") repeat-x scroll center 20px rgba(0, 0, 0, 0);
}
.boxTitle.blackBox {
	background: url("../img/line_white.jpg") repeat-x scroll center center rgba(0, 0, 0, 0);
}
.boxTitle {
	background: url("../img/line.jpg") repeat-x scroll center center rgba(0, 0, 0, 0);
	text-align: center;
}
.boxTitle.blackBox h2 {
	background: none repeat scroll 0 0 #000000;
	color: #FFFFFF;
}
.boxTitle.blackBox h3 {
	background: none repeat scroll 0 0 #FFF;
	color: #727272;
	font-weight:bold;
	text-align: left;
	padding: 10px;
}
.flexslider_new ul li a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}
.flexslider_new .slides li {
	margin-right: 10px;
	width: 131px;
}
.flexslider_new {
	position: relative;
}
.flexslider_new {
	border-left: 1px dashed #FFFFFF;
	border-right: 1px dashed #FFFFFF;
	margin: 50px auto 20px;
	padding: 0 20px;
	width: 762px;
}
.height {
	height: 84px;
	margin-top: 20px;
}
/*industry*/

/*industry*/
.w960 {
	margin: 0 auto;
	width: 960px;
}
.footer {
	background: #221d1f;
}
a.smallLogo {
	float: left;
	width: 173px;
	height: 29px;
	background: url(img/small-logo.png) no-repeat 0 0;
}
.footer-upper {
	padding-top: 41px;
	padding-left: 23px;
}
.footer-bottom {
	padding-left: 23px;
}
.footer-menu {
	height: 29px;
}
.footer-menu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 90px;
}
.footer-menu ul li a {
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	padding: 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer-menu ul li a:hover {
	color: #f8b624;
}
.copyrights {
	clear: left;
	padding: 11px 0px 28px 0px;
}
.copyrights ul, .copyrights .menu-privacy-container {
	float: left;
}
.copyrights ul li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #727272;
	background: url(img/divider.png) no-repeat left;
	padding: 0px 10px;
}
.copyrights ul li a {
	color: #727272;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
}
.copyrights ul.footerCopyRight li:first-child {
	background: none;
	padding-left: 0px;
}
.sub-footer {
	background: #333333;
	padding-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
}
.contact {
	padding: 10px 0px 0px 23px;
	margin-right: 58px;
	width: 227px;
}
.contact h4 {
	color: #F8B624;
	font-weight: lighter;
	padding: 3px 0px 14px 39px;
	margin: 0px 0px 23px 0px;
	background: url(../img/call-footer.png) no-repeat left top;
	border-bottom: #727273 solid 1px;
}
.contact ul li {
	font-size: 15px;
	color: #cccccc;
	margin-bottom: 4px;
}
.contact ul li b {
	font-size: 15px;
}
.contact ul li span {
	color: #f8b624;
}
.contact ul li span a {
	font-weight: normal;
}
.location {
	padding: 10px 0px 0px 0;
	width: 308px;
	margin-right: 52px;
}
.location h4 {
	color: #f8b624;
	padding: 4px 0px 13px 47px;
	margin: 0px 0px 21px 0px;
	background: url(img/location.png) no-repeat left top;
	border-bottom: #727273 solid 1px;
}
.location ul li {
	margin: 0px 0 4px 0px;
	float: left;
	padding: 0px 0px 0px 20px;
	width: 43.5%;
	background: url(img/location-li-bg.png) no-repeat left;
}
.location ul li a {
	font-size: 15;
	color: #cccccc;
	font-weight: normal;
}
.location ul li a:hover {
	color: #f8b624;
}
.newslatter {
	width: 343px;
}
.newslatter-box {
	background: #f9b624;
	padding: 10px; /*height: 260px;*/
	width: 310px;
}
.newslatter-box ul {
	margin: 0px;
	padding: 0px;
}
.newslatter-box ul li {
	list-style: disc;
}

.textbox {
    background: none repeat scroll 0 0 #ECECEC;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    margin: 5px 3px;
    padding: 10px;
    width: 500px;
}
.textarea {
    background: none repeat scroll 0 0 #ECECEC;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    margin: 5px 3px;
    padding: 10px;
    width: 500px;
}

.btn {
    background: none repeat scroll 0 0 #000;
    border: 1px solid #000000;
    border-radius: 4px;
    color: #FFF;
    cursor: pointer;
    float: left;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0 5px;
    padding: 10px;
}