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

/*@import url('slider.css');*/
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%;
	font: inherit;
	vertical-align: baseline;
	font-family: Calibri;
	color: #3D3A3B;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
strong {
	font-weight: bold;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #878787;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	text-decoration: none;
}
a:hover {
	color: #6e5312;
	text-decoration: none!important;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
form, input, select, textarea {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
#mainwrapper {
	width: 100%;
}
#header {
	background: url(../images/top-bg.jpg) repeat-x left top;
	padding: 0;
	display: table;
	width: 100%;
	margin: 0 auto;
}
#header img {
	text-align: center;
	display: block;
	margin: 0 auto;
}
.nav {
	background: #000;
	width: 100%;
	float: left;
}
.nav ul {
	width: 1000px;
	margin: 0 auto;
	display: table;
}
.nav li {
	float: left;
}
.nav li a {
	display: block;
	padding: 12px;
	color: #fff;
	padding: 16px 33px;
	text-transform: uppercase;
}
.nav li a:hover, .nav li a.sel {
	background: #0072bc;
}
#banner {
	float: left;
	width: 100%;
	min-height: 375px;
}
/*.............Slider start.............................*/

 
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0;
	background: #fff;
	min-height: inherit;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 0;
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
	display: block;
}
.flex-direction-nav a {
	width: 52px;
	height: 51px;
	margin: -20px 0 0;
	display: block;
	background: url(../images/slider-arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: -50px 1px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 0;
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	left: 0;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter: alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	right: 0;
	position: absolute;
	bottom: 16px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	cursor: pointer;
	width: 16px;
	height: 20px;
	display: block;
	background: url(../images/sprite.png) no-repeat -36px -255px;
	text-indent: -9999px;
}
.flex-control-paging li a:hover {
	display: block;
	background: url(../images/sprite.png) no-repeat -18px -255px;
	text-indent: -9999px;
}
.flex-control-paging li a.flex-active {
	display: block;
	background: url(../images/sprite.png) no-repeat -18px -255px;
	text-indent: -9999px;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
 @media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 0;
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 0;
}
}
/*..............Slider End.............................>>*/
/*banner end*/
.services {
	background: #ecf6f8;
	width: 100%;
	float: left;
	padding: 25px 0 0;
}
.servicestxt {
	width: 1000px;
	margin: 0 auto;
	display: table;
	padding: 0 0 20px;
}
.servicesbox {
	width: 163px;
	float: left;
	margin: 0 3px 0 0;
}
.servicesbox h1 {
	font-size: 25px;
	padding: 0 0 15px;
	color: #0071bb;
	min-height: 44px;
	line-height: 22px;
	text-align: center;
}
.servicesbox span {
	background: url(../images/head-bg.jpg) no-repeat left top;
	width: 80px;
	height: 30px;
	display: block;
	margin: 0 auto 10px;
}
.servicesbox img {
	margin: 0 auto;
	text-align: center;
	display: block;
	border-bottom: 1px solid #bbd6dd;
	padding: 0 0 10px;
}
.servicesbox p {
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
	color: #95b2b8;
}
.servicesbox a {
	background: url(../images/more.jpg) no-repeat left top;
	width: 70px;
	height: 70px;
	text-indent: -99999px;
	color: #fff;
	display: block;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
}
.welcome {
	background: #000;
	width: 100%;
	float: left;
	padding: 20px 0;
}
.welarea{
	width:1000px;
	margin:0 auto;
	}
	.weltxt{
		float:left;
		width:540px;
		}
.welcome h2 {
	color: #fff;
	text-align: center;
	font-size: 22px;
	padding: 0 0 27px;
}
.welcome p {
	padding: 0 0 15px;
	text-align: center;
	font-size: 15px;
	margin: 0 auto;
	color: #fff;
}
.welcome a {
	display: block;
	width: 156px;
	margin: 0 auto;
}
.feature{
	float: right;
width: 680px;
	}
	.feature h2{
		font-size: 22px;
padding: 0 0 15px;
color: #898989;
		}
	.feature ul
	{
		padding: 0 0 0 20px;
		}
	.feature li{
		width:328px;
		float:left;
		color:#7A7A7A;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		padding:6px 0 15px;
		list-style:disc;
		}
#footer {
	background: #fff;
	width: 100%;
	float: left;
	padding: 20px 0;
	margin: 0 auto;
}
.footertxt {
	width: 1000px;
	display: table;
	padding: 20px 0;
	margin: 0 auto;
}
.footertxt h3 {
	font-size: 22px;
	padding: 0 0 10px;
	color: #898989;
}
.footertxt p {
	font-size: 15px;
	color: #545454;
	padding: 10px 0 10px;
}
.ourcont {
	width: 240px;
	float: left;
}
.socal {
	float: left;
}
.socal a {
	background: url(../images/socal-icon.png) no-repeat left top;
	width: 35px;
	height: 35px;
	display: block;
	float: left;
}
.socal a.linkdin {
	background-position: 0 0;
}
.socal a.facebook {
	background-position: -36px 0;
}
.socal a.twitter {
	background-position: -72px 0;
}
.socal a.gplus {
	background-position: -109px 0;
}
.news {
	float: left;
	width: 750px;
}
.newstxt {
	float: left;
	width: 375px;
}
.newstxt span {
	background: url(../images/news-date.jpg) no-repeat left top;
	width: 87px;
	height: 87px;
	display: block;
	margin: 0 20px 0 0;
	float: left;
	text-align: center;
	padding: 35px 0 0;
	font-weight: bold;
}
.newstxt p {
	color: #a4a3a8;
	padding: 0 0 10px;
	font-size: 12px;
}
.newstxt a {
	background: #f7f6f4;
	padding: 5px 10px;
	color: #000;
}
.footerlink {
	width: 100%;
	float: left;
	padding: 20px 0;
	border-top: 1px dotted #eeeeee;
}
.flink {
	width: 710px;
	margin: 0 auto;
}
.footerlink ul {
	width: 600px;
	margin: 0 auto;
}
.footerlink ul li {
	float: left;
	list-style: disc;
	color: #b4a794;
}
.footerlink ul li a {
	padding: 0 40px 0 16px;
	color: #b4a794;
}
.footerlink ul li a.last {
	padding: 0 10px 0 16px;
}
.flink span.dleft, .flink span.dright {
	background: url(../images/footer-link.jpg) no-repeat left top;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
}
.flink span.dright {
	background-position: -30px 0;
}
.copyright {
	background: #000;
	padding: 20px 0;
	width: 100%;
	float: left;
}
.copyright p {
	text-align: center;
	color: #fff;
	font-size: 13px;
}
.inbanner {
	background: url(../images/banner03.jpg) no-repeat center top;
	height: 180px;
}
.content {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 10px;
}
.content h1 {
	font-size: 28px;
	color: #000;
	font-weight: bold;
	padding: 0 0 20px;
	border-bottom: 1px solid #94bbc3;
	margin: 0 0 20px;
}
.content p {
	padding: 0 0 15px;
}
.servicetxt h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 10px;
}
.servicetxt h3{
	font-size:18px;
	color:#036;
	font-weight:bold;
	padding:0 0 10px;
	}
	.servicetxt h4{
	font-size:16px;
	color:#F00;
	font-weight:bold;
	padding:0 0 10px;
	}
	.servicetxt ul{
		margin: 0 0 0 22px;
float: left;
width:80%;
		}
		.servicetxt ul li{
			list-style: disc;
padding: 5px 0;
width: 47%;
float: left;
font-size: 14px;
			}
.servicetxt {
	width: 100%;
	padding: 0 0 15px;
	float: left;
}
.servicetxt img {
	float: left;
	margin: 0 15px 0 0;
}
/* Gallery style */
#gallery {
	padding: 10px 0;
	width: 1000px;
	float: left;
	margin:8px 0 0;
}
#gallery ul {
	list-style: none;
}
#gallery ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0 14px 15px 0;
}
#gallery ul li.last {
	padding: 0 0 15px 11px;
}
#gallery ul img {
	border: none;
}
#gallery ul li a {
	background: none repeat scroll 0 0 #fff;
	display: block;
	float: left;
	height: 136px;
	margin: 0 0 5px;
	padding: 6px;
	width: 139px;
	border: 1px solid #ccc;
}
#gallery ul a:hover img {
	border: none;
}
#gallery ul a:hover {
	color: #fff;
}
/*Enquiry*/
.headoff {
	float: left;
	padding: 0 0 15px;
}
.thaneadd {
	float: left;
	margin: 0;
	width: 510px;
}
.blue18 {
	color: #067ABC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.addtxt {
	float: left;
	padding: 0 0 0 8px;
	width: 450px;
}
.addtxt p {
	border-bottom: 1px dotted #D7D7D7;
	text-align: left;
	color: #343434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 10px;
	padding: 0 0 5px;
}
.addtxt p.con strong {
	font-weight: bold;
}
.addtxt p a {
	color: #0033CC;
}
.conform {
	color: #808080;
	float: right;
	border-left: 1px solid #DADADA;
	padding: 0 0 0 50px;
	width: 333px;
}
.conform h3 {
	border-bottom: 1px solid #E3E3E3;
	color: #808080;
	font-size: 1.2em;
	padding: 0 0 8px;
	text-transform: uppercase;
}
.conform label {
	float: left;
	padding: 10px 0;
	width: 240px;
}
.conform input {
	float: left;
	padding: 5px 4px;
	width: 310px;
}
.conform textarea {
	float: left;
	height: 100px;
	margin: 0 0 18px;
	width: 320px;
}
.conform input.sendmass-btn {
	background: #0d3c6f;
	border: medium none;
	color: #fff;
	height: 32px;
	padding: 5px;
	width: 116px;
}
/*enq end*/
.client {
	float: left;
}
.client li {
	float: left;
	padding:4px;
	margin:0 43px 20px 0;
}
.servicestxt h2.title{
	color:#066ec5;
	font-size:18px;
	font-weight:bold;
	padding:0 0 10px;
}