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

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800);

*{
	padding:0;
	margin:0;
}
body{
	font-family:'Open Sans', Arial, sans-serif;
	font-weight:300;
	font-size:14px;
	line-height:22px;
	color:#757786;
	padding-top:35px;
}
a{
	outline:none;
	text-decoration:none;
	color:#0990CF;
}
a:hover{
	color:#7F4099;
}

ul, ul li{
	list-style-type:none;
}

img {
	outline:none;
	border:0;
}

.spacer{
	font-size:0;
	line-height:0;
	height:0;
	clear:both;
}

.nobr {
	border:0 !important;
}

h2{
	font-size:25px;
	line-height:30px;
	font-weight:400;
	color:#221E1F;
}


h3 {
	font-size:17px;
	line-height:21px;
	color:#0990CF;
	font-weight:400;
	padding-bottom:3px;
}

p {
	padding-bottom:23px;
}

.nomargin {
	margin:0 !important;
}

.nobg {
	background:none !important;
}


#topwrapper {
	height:115px;
	width:950px;
	margin:0 auto;
}

.logo {
	width:230px;
	height:83px;
	float:left;
}

.callus {
	width:295px;
	float:right;
	margin-top:50px;
}

.callus p {
	font-weight:300;
	color:#221E1F;
	font-size:22px;
	line-height:26px;
}

.callus p span {
	font-weight:700;
	color:#7F3F98;
}

#navpan {
	background:url(images/nav-bg.gif) 0 0 repeat-x;
	height:48px;
}

.navinner {
	width:950px;
	margin:0 auto;
	position:relative;
}

.navinner ul {
	width:700px;
	float:left;
}

.navinner ul li {
	font-size:15px;
	line-height:48px;
	font-weight:400;
	float:left;
	border-right:1px solid #ECECEC;
}

.navinner ul li a {
	padding:0 13px;
	color:#202020;
	display:block;
}

.navinner ul li a:hover, .navinner ul li a.select {
	background-color:#25A5DF;
	color:#fff;
}

.navinner a.connect {
	background:url(images/connect-button.png) 0 0 no-repeat;
	position:absolute;
	top:0;
	right:0;
	width:323px;
	height:57px;
	display:block;
	font-size:0;
	line-height:0;
	text-indent:-50000px;
	z-index:100;
}

.navinner a.connect:hover {
	background:url(images/connect-button-hover.png) 0 0 no-repeat;
}

#hedaerpan {
	background:url(images/header-bg.jpg) 0 0 repeat-x;
	height:446px;
}

.sliderPan {
	width:950px;
	margin:0 auto;
	height:446px;
	position:relative;
}

#slider{
	width:100%;
	height:413px;
}
#slider .slide{
	width:100%;
	height:413px;
}
#slider .slide1{
	background:url(images/slider1.jpg) 0 0 no-repeat;
}
#slider .slide2{
	background:url(images/slider2.jpg) 0 0 no-repeat;
}
#slider .slide3{
	background:url(images/slider3.jpg) 0 0 no-repeat;
}

.sliderPan .sliderContent {
	width:410px;
	padding-top:74px;
}
.sliderPan div.sliderContent h2 {
	font-size:36px;
	line-height:40px;
	font-weight:800;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:15px;
}
.sliderPan div.sliderContent h2 span {
	font-size:29px;
	line-height:32px;
	font-weight:400;
	display:block;
}

.sliderPan div.sliderContent p {
	font-size:23px;
	line-height:29px;
	color:#F9FDFF;
}
.sliderPan div.sliderContent a.findoutmore {
	font-size:0;
	line-height:0;
	text-indent:-50000px;
	background:url(images/find-out-more.png) 0 0 no-repeat;
	width:169px;
	height:43px;
	display:block;
}
.sliderPan div.sliderContent a.findoutmore:hover {
	background:url(images/find-out-more.png) 0 100% no-repeat;
}
.sliderPan div.cloud {
	width:929px;
	height:83px;
	position:absolute;
	bottom:8px;
	left:0;
	background:url(images/cloud.png) 0 0 no-repeat;
	z-index:100;
}
.sliderPan #snav{
	z-index:1000;
	position:absolute;
	top:439px;
	left:450px;
	height:12px;
	width:47px;
	text-align:center;
}

.sliderPan #snav a{
	background:url(images/bullet.png) 0 0 no-repeat;
	width:12px;
	height:12px;
	display:inline-block;
	font-size:0;
	line-height:0;
	text-indent:-50000px;
	margin-right:3px;
}

.sliderPan #snav a:hover, .sliderPan #snav a.activeSlide{
	background:url(images/bullet-hover.png) 0 0 no-repeat;
}

#bodypan {
	padding-top:39px;
	padding-bottom:10px;
	width:950px;
	margin:0 auto;
}

#bodypan h2 {
	margin-bottom:20px;
}

.welcomepan {
	padding-bottom:10px;
}

.aboutright {
	width:670px;
	float:right;
}

.servicepan {
	margin-bottom:24px;
}

.servicepan .serviceblock {
	width:457px;
	float:left;
}


.servicepan img {
	margin-bottom:23px;
}

.servicepan h3 {
	margin-bottom:14px;
}

a.readmore {
	font-size:13px;
	line-height:18px;
	font-weight:400;
	width:68px;
	color:#0990CF;
	display:block;
	background:url(images/arrow.gif) 100% 6px no-repeat;
	padding-right:10px;
}

a.readmore:hover {
	color:#83419C;
}

.servicepan .reghtblock {
	float:right !important;
}

.servicepan p {
	padding-bottom:10px;
}

#testimonialpan {
	background:url(images/testimonial-bg.gif) 0 0 repeat-x #8B45A4 ;
	height:150px;
}

#testimonialpan .testimonialInner {
	width:950px;
	margin:0 auto;
	padding:24px 0 35px;
}

#testimonialpan p {
	background:url(images/testi-quote.png) 0 0 no-repeat;
	font-size:17px;
	line-height:23px;
	color:#EDD4F6;
	padding-left:32px;
	padding-top:5px;
	padding-bottom:15px;
}

#testimonialpan span.clientname {
	font-size:14px;
	line-height:18px;
	color:#fff;
	padding:5px 10px 5px 28px;
	font-weight:400;
	display:inline-block;
	margin-left:29px;
	float:right;
}

#footerpan {
	background-color:#F9F9F9;
}

.footer {
	width:950px;
	margin:0 auto;
	padding:35px 0;
	height:100%;
	overflow:hidden;
}

.footer .footerBlock {
	float:left;
	border-right:1px solid #EEEEEE;
	min-height:150px;
}

.footer .ourClients  ul li {
	font-size:13px;
	line-height:21px;
	background:url(images/footer-buttet.gif) 0 8px no-repeat;
	padding-left:8px;
}

.footer .ourClients  ul li a {
	color:#757786;
}

.footer .ourClients  ul li a:hover {
	color:#0990CF;
}


.footer  h3 {
	color:#221E1F;
	margin-bottom:15px;
}


.footer .patners {
	width:180px;
	padding-right:30px;
	margin-right:40px;
}

.footer .patners img {
	margin-right:15px;
	margin-bottom:15px;
	float:left;

}

.footer .ourClients {
	width:180px;
	margin-right:35px;
}

.footer .contactinfo {
	width:225px;
	margin-left:25px;
}

.footer .footerNav {
	width:225px;
	text-align: center;
	width: 410px;
}
.footer .footerNav ul {
	margin-bottom:15px;
	overflow:hidden;
}

.footerNav ul {
	display: inline-block;
	margin-top: 40px;
}

.footer .footerNav ul li {
	font-size:12px;
	line-height:16px;
	background:url(images/footer-divider.gif) 100% 5px no-repeat;
	float:left;
	padding:2px 5px;
}

.footer .footerNav ul li a {
	color:#757786;
}

.footer .footerNav ul li a:hover {
	color:#0990CF;
}

.footer .footerNav p {
	font-size:12px;
	line-height:16px;
	padding-left:5px;
}


/*-------css added as on 22.04.2013-----*/

.showhidePanel{
	position:absolute;
	width:326px;
	/*height:100%;*/
	top:63px;
	right:0;
	z-index:99999;
}

.shHidBlock1{
	margin:0;
	padding:0;
	background:url(images/show-hide-top.png) 0 0 no-repeat;
	height:10px;
	font-size:0;
	line-height:0;
}

.shHidBlock2{
	margin:0;
	padding:19px 0 25px 27px;
	background:url(images/show-hide-mid.png) 0 0 repeat-y;
}

.shHidBlock3{
	margin:0;
	padding:0;
	background:url(images/show-hide-btm.png) 0 0 no-repeat;
	height:2px;
	font-size:0;
	line-height:0;
}

.sixdigtcode{
	margin:0;
	padding:0;
}

.sixdigtcode p{
	font-family:'Open Sans', Arial, sans-serif;
	color:#60616E;
	background-color:inherit;
	font-size:18px;
	line-height:19px;
	padding:0 0 15px 0;
	font-weight:normal;
}

.sixdigtcode input{
	background:url(images/six-digit-frm.gif) 0 0 no-repeat;
	width:258px;
	padding:0 0 0 11px;
	font:normal 12px/41px Arial, Helvetica, sans-serif;
	color:#000;
	background-color:inherit;
	height:41px;
	margin:0 0 7px 0;
	border:0;
}

input.btn{
	background:url(images/submit.gif) 0 0 no-repeat;
	width:102px;
	height:35px;
	border:0;
	text-indent:-200000px;
	cursor:pointer;
	display:block;
}
input.btn:hover{
	background:url(images/submit.gif) 0 100% no-repeat;
}

/* inner pages */

#innerhedaerpan {
	background:url(images/inner-headerbg.jpg) 0 0 repeat-x;
	height:250px;
}

.innersliderPan {
	width:950px;
	margin:0 auto;
	height:283px;
	position:relative;

}

.innersliderPan div.innercloud {
	width:929px;
	height:83px;
	position:absolute;
	bottom:8px;
	left:0;
	background:url(images/cloud.png) 0 0 no-repeat;
	z-index:100;
}

.innersliderPan h2 {
	font-size:36px;
	line-height:40px;
	font-weight:800;
	color:#fff;
	text-transform:uppercase;
	padding-top:60px;
}

.innersliderPan h2 span {
	font-size:29px;
	line-height:32px;
	font-weight:400;
	display:block;
}


/* About */

.aboutbanner {
	background:url(images/about-headerbg.jpg) 0 0 no-repeat;
}


.aboutimage {
	float:left;
	margin:0 15px 15px 0;
}

.missionStatement {
	background-color:#EFF9FE;
	margin-bottom:20px;
	height:77px;
}

.missionStatement span {
	float:left;
	background:url(images/mission-bg.gif) 0 0 no-repeat;
	width:191px;
	height:54px;
	display:block;
	font-size:17px;
	line-height:21px;
	font-weight:500;
	color:#fff;
	padding:27px 0 0 20px;
	margin-right:20px;
}

.missionStatement p{
	width:670px;
	float:left;
	color:#0990CF;
	font-size:16px;
	line-height:21px;
	padding:14px 0 0 0;
	margin:0;
}

.list {
	margin-bottom:20px;
}

.list li{
	background:url(images/tick.png) 0 10px no-repeat;
	padding:3px 0 3px 21px;
}


/* Client */

.clientbanner {
	background:url(images/client-headerbg.jpg) 0 0 no-repeat;
}

.clientlogo {
	margin-bottom:20px;
}
.clientlogo li {
	margin-right:15px;
	float:left;
}

.clientlogo li a {
	display:block;
	border:2px solid #F9FAFE;
	float:left;
}

.clientlogo li a:hover{
	border:2px solid #E4E5EB;
}

.bluebox {
	padding:20px 20px;
	background-color:#F0F9FE;
	margin:30px 0 30px;
}

.bluebox p {
	padding:0;
	color:#0990CF;
	font-size:15px;
	font-weight:500;
}

.homeclient {
	margin-bottom:20px;
}

.homeclient ul li {
	border:3px solid #F6F8FD;
	float:left;
	padding:0;
	margin-right:15px;
	height:102px;
}

/* Contact */

.contactbanner {
	background:url(images/contact-headerbg.jpg) 0 0 no-repeat;
}
.oilgasbanner {
	background:url(images/oil-gas-banner.jpg) no-repeat 0 0;
}

.leftpart {
	width:550px;
	float:left;
	margin-right:0;
	margin-bottom:35px;
}

.contactform {
	background:url(images/contact-bg.jpg) 0 0 no-repeat #F4F4F4;
	padding:40px;
}

.contactform label {
	width:104px;
	height:42px;
	display:block;
	float:left;
	font-size:16px;
	line-height:42px;
}

.contactform input[type="text"],
.contactform input[type="email"]{
	width:332px;
	height:42px;
	padding:0 10px;
	background:url(images/field-bg.png) 0 0 no-repeat;
	font-size:14px;
	line-height:42px;
	margin-bottom:8px;
	float:left;
	border:0;
}

.contactform textarea {
	font-size:14px;
	line-height:20px;
	font-family:'Open Sans', Arial, sans-serif;
	width:332px;
	padding:0 10px;
	background:url(images/textarea-bg.png) 0 0 no-repeat;
	height:130px;
	margin-bottom:8px;
	resize:none;
	border:0;
}

.contactform input[type="submit"]{
	background:url(images/submit-button.png) 0 0 no-repeat;
	font-size:0;
	line-height:0;
	width:121px;
	height:43px;
	cursor:pointer;
	border:0;
	margin-left:104px;
}

.contactform input[type="button"]:hover{
	background:url(images/submit-button.png) 0 100% no-repeat;
}

.rightpart {
	width:350px;
	float:right;
}
.rightpart p {
}

.rightpart p span {
	color:#34AEE6;
}

.rightpart p a {
	color:#34AEE6;
}

.rightpart p a:hover {
	color:#000;
}


.rightpart p.telephone {
	background:url(images/tele-icon.jpg) 0 0 no-repeat;
	padding:0 0 0 55px;
	font-size:19px;
	line-height:23px;
	padding-bottom:20px;
}


.rightpart p.email {
	background:url(images/email-icon.jpg) 0 0 no-repeat;
	padding:0 0 0 55px;
	font-size:19px;
	line-height:23px;
	padding-bottom:20px;
}

.rightpart .googlemap {
	margin-bottom:20px;
	margin-top:20px;
}
.servicebanner {
	background:url(images/service-banner.jpg) no-repeat 0 0;
}
.professionalbanner {
	background:url(images/professional-banner.jpg) no-repeat 0 0;
}
.businessitbanner {
	background:url(images/Business-banner.jpg) no-repeat 0 0;
}
.nobdr{
	border-bottom:none;
}
.solutiondiv{
	width:950px;
	height:100%;
	overflow:hidden;
	padding-bottom:30px;
}
.singlesoutiondiv{
	background-color:#EFF9FE;
	width:310px;
	float:left;
	margin-right:10px;
	height: 940px;
}

.filedCom {
	width:950px!important;
	float:none!important;
	margin-right:0!important;
	margin-bottom:30px;
	height: 860px!important;
}


.leftSec {
	width:420px;
	float:left;
}

.rightSec {
	width:420px;
	float:right;
}

.oilpan{
	width:464px !important;
	margin-right:20px;
}
.oilpan h4{
	font-size:15px;
	line-height:18px;
	font-weight:400;
	padding-bottom:8px;
	color:#000;
	font-family:'Open Sans', Arial, sans-serif;
}

.singlesoutiondiv h2{
	background-color:#4FBBE9;
	font-size:16px;
	line-height:20px;
	color:#fff;
	font-family:'Open Sans', Arial, sans-serif;
	font-weight:400;
	margin-bottom:0px!important;
	height:45px;
	padding:7px 0 7px 18px;
}
.singlesoutiondiv h2.cons{
	line-height:45px;
}
.insidesinglediv{
	padding:21px 22px 30px 18px;
}
.insidesinglediv h3{
	padding-bottom:18px;
}
.insidesinglediv p{
	font-size:15px;
	line-height:24px;
}
.insidesinglediv ul{
	padding:0 0 20px 0;
	margin:0;
}

.insidesinglediv h4{
	font-size:15px;
	line-height:18px;
	font-weight:400;
	padding-bottom:8px;
	color:#000;
	font-family:'Open Sans', Arial, sans-serif;
}
.insidesinglediv ul li{
	background:url(images/tick2.gif) no-repeat 0 5px;
	font-size:14px;
	line-height:18px;
	color:#585A66;
	font-family:'Open Sans', Arial, sans-serif;
	padding:0 0 8px 24px;
}

.nomargin{
	margin-right:0px;
}
.extrapadding {
	padding-bottom:45px !important;
}

.learnMore {
	background:url(images/learn-more.png) 0 0 no-repeat;
	width:181px;
	height:43px;
	font-size:0;
	line-height:0;
	text-indent:-50000px;
	display:block;
	margin:0 auto 20px;
}


.learnMore:hover {
	background:url(images/learn-more.png) 0 100% no-repeat;
}

.hidden {
	display: none;
}
