﻿body {
	color:#737373;
	font-size:13px;
	background:url(../img/main_bg.jpg) no-repeat top right;
	font-family:arial;
	background-size:100%;
/*	letter-spacing:0.01em;*/
}
a, a:hover, a:active {
	color: #589428;
}

.cntr {
	text-align:center;
}
.ourServices {
	padding:40px 0
}
.ourServices img {
	max-width:140px
}
.title {
	border-left:4px solid #A93226;
	padding:5px 10px;
	margin-bottom:10px;
	font-size:15px;
	box-shadow:-2px 3px 10px #ccc;
	border-top:1px solid #ccc;
	/*background:url(../img/arrow.jpg) no-repeat right;*/
	color:#A93226;
}
.reachus {
	margin-left:10px
}
.reachus strong {
	color:#A93226;
}
.reachus p {
	margin-left:10px;
	font-size:12px;
}
.topHeaderSection {
	padding:0
}
.header {
	z-index: 999;
	position: relative;
	padding: 0;
}
.is-sticky {
	width: 100%;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.95);
}
/* --------------------------- */
/* --------------------------- */
/*Top Bar (login, search etc.)
------------------------------------*/
.top {
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 1px 3px 3px #ccc;
	text-align:right;
}
.top .container {
	padding:0 25px 0 0;
}
.phone-mail {
	margin:0 20px 0 0;
	padding:0;
	z-index:9999;
	list-style:none;
	position:relative;
	float: left;
}
.phone-mail li {
	display:inline;
	list-style:none;
	padding-bottom:15px;
	margin-right: 5px;
}
.phone-mail i {
	font-size:11px;
	margin-top:3px;
	margin-right: 3px;
	color:#999;
}
.phone-mail li span {
	color:#7c8082;
	font-size:11px;
	font-family: 'Roboto', sans-serif;
}
.loginbar {
	margin:0;
	padding:0;
	z-index:9999;
	list-style:none;
	position:relative;
	float: right;
}
 @media (max-width: 480px) {
.loginbar {
	float: left;
}
.wrapper {display:none}
a.navbar-brand img{width:60%;}
}
.loginbar li {
	display:inline;
	list-style:none;
}
.loginbar li a, .loginbar li a:hover {
	color:#7c8082;
	font-size:11px;
	font-family: 'Roboto', sans-serif;
}
.loginbar li.devider {
	top:-1px;
	padding:0;
	font-size:8px;
	position:relative;
	margin:0 6px 0 2px;
	font-family:Tahoma;
	}
.loginbar i {
	color:#999;
	font-size:18px;
	margin-top:3px;
	cursor:pointer;
}
/*Lenguages*/
.loginbar li ul {
	top:18px;
	margin:0;
	left:-6px;
	display:none;
	padding-top:4px;
	position:absolute;
	border-radius:3px;
	padding-bottom:4px;
	background:#f0f0f0;
}
.loginbar li:hover ul {
	display:block;
}
.loginbar li ul li {
	padding-bottom:0;
	display:list-item;
	position:relative;
	margin-bottom:1px;
}
.loginbar li ul li a {
	color:#555;
	display:block;
	min-width:85px;
	font-size:10px;
	padding:2px 12px;
	background:#f0f0f0;
	text-decoration:none;
}
.loginbar li ul li a:hover, .loginbar li ul li.active a {
	opacity:1 !important;
	color:#555 !important;
	font-size:10px !important;
	text-shadow:none !important;
	background:#fafafa !important;
}
.loginbar li ul li.active i {
	top:2px;
	right:-5px;
	font-size:14px;
	cursor:default;
	position:absolute;
	text-shadow:0 1px 0 #e9e9e9;
}
.loginbar i.icon-globe {
	color:#bbb;
	font-size:13px;
	margin:3px 3px 0 0;
}
.loginbar li i.icon-sort-up {
	top:21px;
	left:-1px;
	color:#eee;
	display:none;
	font-size:14px;
	cursor:default;
	position:absolute;
}
.loginbar li:hover i.icon-sort-up {
	display:block;
}
.loginbar li:hover i.icon-ok {
	top:-2px;
	color:#aaa;
}
/* --------------------------- */
/* --------------------------- 
.bannerSection{background:url(../img/main_bg.jpg) no-repeat left; box-shadow: 10px 10px 65px #599dd6; padding:0}*/

      #carousel {
	width:100%;
	height:350px;
	position:relative;
	clear:both;
	overflow:hidden;
}
#carousel img {
	visibility:hidden; /* hide images until carousel can handle them */
	cursor:pointer; /* otherwise it's not as obvious items can be clicked */
	width:50%;
	box-shadow:0px 5px 3px 1px #666;
	-moz-box-shadow:0px 5px 3px 1px #666;
	-webkit-box-shadow:0px 5px 3px 1px #666;
	-ms-box-shadow:0px 5px 3px 1px #666;
	-o-box-shadow:0px 5px 3px 1px #666;
}
.split-left {
	width:55%;
	float:left;
}
.split-right {
	width:45%;
	float:left;
	margin-left:10px;
}
#callback-output {
	height:25%;
	overflow:scroll;
}
textarea#newoptions {
	width:45%;
}
.wrapper {
	position:relative;
	width:100%;
	margin:0 auto
}
.HPrev {
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-20px;
}
.HNext {
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-20px;
}
.highlightSection {
	color:#333;
	background:#fafafa;
	padding:18px 0;
	border-bottom: 1px solid #D1D1D1
}
.highlightSection h2 {
	padding-top:0;
	margin-top:0;
	font-size:18px
}
.highlightSection h4 {
	padding-top:0;
	margin-top:0;
	line-height:1.6em;
	font-size:18px
}
.bodySection {
	background:#fff;
	padding:18px 0
}
.align-right {
	text-align:right
}
.testimonails {
	background:#f7f7f7;
	padding:14px;
	margin:28px 0 44px
}
.projectList {
}
.projectList img {
	padding:4px;
	border:1px solid #eee;
	background:#f5f5f5;
}
.projectImg {
	max-width:140px
}
.clientSection {
	
	padding:0;
	margin-bottom:20px;
	height:225px;
	box-shadow: 7px 7px 10px #ccc;
}
.footerTopSection {
	background:#f7f7f7;
	padding:18px 0;
	border-top: 1px solid #e7e7e7
}
.footerBottomSection {
	padding:10px 0;
	color:#737373;
	background:#fff;
	font-size:12px;
	box-shadow:6px -49px 143px 25px #e2eaed
}
.footerBottomSection a {
	font-size:12px;
	color:#737373;
	margin:0px 5px;
}
#topcontrol:hover {
	color: #a2c753;
}
#topcontrol, #topcontrol:hover {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.blockquote {
	border-left: 5px solid #FF792D;
}
/* Toggle menu */
.navbar-collapse {
	z-index: 9999;
}
.navbar-toggle {
	border-radius: 3px;
	outline:0
}
.navbar-toggle span {
	border-color: #20610c;
	background: #20610c;
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #0c6f34;
	text-transform:uppercase
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #0c6f34;
	border-color: #4fab5d;
	border-top:none;
	text-transform:uppercase
}
.navbar-nav>li>a {
	padding-top: 6px;
	padding-bottom: 8px;
	color: #ffffff;
	margin:0px 1px 0px 1px;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	
}
.navbar-nav>li.active>a, .navbar-nav>li>a:hover {
	color: #ffffff;
	background-color: rgb(160 107 107);
	text-transform:uppercase
}
.navbar-nav>li.devider {
	color:#ffffff;
	font-weight:bold;
	padding-top:6px
}
.navbar-nav.navbar-right:last-child {
	margin:14px -15px 0px 0px;
}
.btn-brand {
	background-color: #ff4800;
	border-color: #ff4800;
	color:#fff
}
.btn-brand:hover, .btn-brand:focus, .btn-brand:active, .btn-brand.active, .open .dropdown-toggle.btn-brand {
	color: #fff;
	background-color: #0c6f34;
	border-color: #F07341;
}
.serviceBlock {
	padding:10px 0;
	margin:15px 5px 0px
}
.services {
	padding:10px 0;
	margin:15px 0
}
.serviceBlock i {
	float: left;
	padding: 14px;
	color: #00B8FF;
	font-size: 6em;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
blockquote {
	border-left: 5px solid #ff4800;
}
.slug {
	background:#f8f8f8;
	box-shadow:2px 3px 2px #ccc;
	padding:0px 5px;
	margin-bottom:10px;
	min-height:190px;
}
.investor {
	color:#ef7a21;
	font-size:14px;
	padding-left:15px;
}
.desc p {
	font-size:12px
}
.ofaddrs {
	color:#388fcb;
	line-height:18px;
	font-size:11px;
	font-weight:bold;
	padding-top:5px;
	padding-left:10px
}
.h_prdcnm {
	color:#2482b6;
	font-size:11px;
}
.desc ul {
	list-style: none;
	padding:0;
	margin:0;
}
.desc ul li {
	text-indent: -.10em;
	font-size:12px;
	color:#737373;
	padding:2px 0px 5px 15px;
}
.desc ul li:before {
	content: "•";
	margin-right:7px;
	font-weight:bolder;
	color: #ef7a21; /* or whatever color you prefer */
}
.slug h5
{
    background: url(../img/h_header.jpg) right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -6px;
    font-size: 14px;
    font-family: "Myriad Pro";
    padding: 3px 10px;
    color: #fff;
}
.aboutus img{
	width:100%;
	}

.abtcntnt {
	background:#ffffff;
	color:#000000;
	border:1px solid #e9e9e9;
	box-shadow:5px 5px 7px #ccc;
	margin-bottom:10px;
	margin-right:10px;
	text-align:justify;
}
.abtcntnt h3 {
	/*background:#eeeeee;*/
	border-left:7px solid #d43d2a;
	box-shadow:-2px 0px 7px 0px #ccc;
	font-weight:normal;
	text-transform:uppercase;
	padding:7px 10px;
	font-size:16px;
	font-weight:bold;
	margin:10px;
}
.abtcntnt h3.inv{border-left:7px solid #0c4058;}
.abtcntnt h3.about{border-left:7px solid #0c4058;}
.abtcntnt h3.carreers{border-left:7px solid #e2d433;}
.abtcntnt h4 {
	background:#eeeeee;
	color:#d43d2a;
	font-weight:bold;
	text-transform:capitalize;
	font-weight:bold;
	padding:5px 10px;
	font-size:16px;
	margin:20px 10px 10px 10px;
	
}
.abtcntnt .table {
	padding:0px 20px
}
.abtcntnt p {
	padding:0px 20px
}
.bnrcnt i {
	font-style:normal;
	font-weight:normal;
	color:#fff;
	font-size:32px;
}
.bnrcnt p {
	font-size:22px;
	font-weight:bold;
	padding-top:65px;
	color:#000;
	padding-left:95px;
	display:inline-block;
	line-height:30px
}
.well h4
{
    background: url(../img/h_header.jpg) right;
    margin-top: 0px;
    margin-left: -4px;
    font-size: 14px;
    font-family: Arial;
    text-transform: uppercase;
    padding: 4px 20px;
    color: #fff;
}
.well * {
	margin:0px;
	padding:0px
}
.well ul li {
	margin:0px;
	font-size:12px;
	color:#737373;
	padding:7px 0px 7px 15px;
	list-style-type:none;
	border-bottom:1px solid #ccc;
}
.well ul li a {
	color:#727272
}

.well ul li a.selected {
	color:#000000;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
}
.well>ul>li:last {
border-bottom:none
}
.well ul li:before {
	content: "•";
	margin-right:7px;
	font-weight:bolder;
	color: #ef7a21; /* or whatever color you prefer */
}
.abtcntnt>p>a.pdf {
	background:url(../img/pdf.png) no-repeat;
	padding-left:25px;
	display:inline-block;
	padding-bottom:3px
}

/* Media Query */

/* Small devices (tablets, 768px and up) */
@media (max-width: 480px) {
.topHeaderSection {
	padding: 0;
}
.wrapper {display:none}
.da-slide .da-img {
	display:none
}
.da-slide h2 {
	top: 18px;
	font-size:16px;
}
.da-slide p {
	top: 205px;
}
.navbar-nav.navbar-right:last-child {
	margin-top: 0px;
	margin-bottom: 0px;
}
.navbar-toggle {
	margin-top: 15px;
}
.wrapper {display:none}
a.navbar-brand img{width:60%;}
.dropdown-menu{width:100%; clear:both}
.aboutus{display:none}
}
@media (min-width: 450px) and (max-width:950px) {
.navbar-toggle {
	margin-top: 15px;
}
a.navbar-brand{float:left}
a.navbar-brand img{width:100%;}
.wrapper {display:none}
}


@media (min-width: 100px) and (max-width:450px) {
.navbar-toggle {
	margin-top: 15px;
}
.wrapper {display:none}
a.navbar-brand{width:60%; float:left}
a.navbar-brand img{width:100%;}
.nav-divider {display:none !important}
.navbar-default {margin-right:5px !important;}
.navbar-default li{border-bottom:1px solid #fff}
.dropdown-menu > li > a{display:block; clear:both; position:relative; margin-left:10px; z-index:999999}
.dropdown-menu {position:relative !important;}
.btn{width:100% !important; position:relative; margin-bottom:5px; margin-right:
10px }
.loginbar {float:right;}

}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 450px) {
.navbar-toggle {
	margin-top: 15px;
}

}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

.table-bordered tr:nth-child(odd){ 
		background: #ffffff;
font-size:11px;
	}
	/*  Define the background color for all the EVEN background rows  */
	.table-bordered tr:nth-child(even){
		background: #f8f8f8;
font-size:11px;
	}
	.subdrpdwn {margin-left:15px; font-size:11px;}
	.whtclr {background: #ffffff !important;}
	.gryclr {background: #f8f8f8 !important;}
	a.lnkgry:link {color:#737373; text-decoration:none;}
		a.lnkgry:hover {color:#737373; text-decoration:none;}
			a.lnkgry:visited {color:#737373; text-decoration:none;}
			
table tr td{position:relative !important; vertical-align:bottom;}
#perfCompChartYaxisTitle {
position:absolute;
 width: 90px;
  left:-36px;
  height:22px;
  text-align:center !important;
  vertical-align:middle !important;
  bottom:-8px;
  border-style: none;
  text-align:left;
  padding:0px;
  margin:0px;
  font-family:Arial, Helvetica, sans-serif;
  vertical-align:text-bottom;
  font-size: 10.5px;
  font-weight:500;
  letter-spacing:0.05em;
  line-height:11px;
   -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
 .height {height:80px; vertical-align:middle !important}
 .company_profile_banner {width:100%}
 .imglink {}

.boxes {
    padding: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #F0F0F0;
    background: #ffffff;
    -moz-box-box-shadow: 2px 2px 1px RGBa(0,0,0, 0.035);
    -webkit-box-shadow: 2px 2px 1px RGBa(0,0,0, 0.035);
    box-shadow: 2px 2px 1px RGBa(0,0,0, 0.035);
}