/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Lato:400,300,700,900');
/* === fontawesome === */
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');
/*==========================================================================
  General
  ========================================================================== */
body {
	color:#000;
	background: #fff;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 300;
	text-shadow: none;
}

.clear {
	clear: both;
}

body{
	font-family: 'UbuntuRegular';
}
h1, h2, h3, h4, h5, h6 {
	color:#666666;
	font-family: 'ubuntubold';
	line-height:auto;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	margin: 0 0 20px 0;
}
h1 { font-size: 40px; line-height: 30px; }
h2 { font-size: 38px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
.txt-light { font-weight: 300; }
.txt-regular { font-weight: 400; }
.txt-bold { font-weight: 700; }
.txt-uppercase { text-transform: uppercase; }

blockquote {
	font-family: 'UbuntuRegular';
}

blockquote.bigquote {
	border: none;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1em;
}

.text-bold {
	font-weight: 900;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}


small {
	font-size: 70%;
	font-weight: 100;
}

a:hover {
	text-decoration: none;
}

:focus {
	outline: none;
}

.color-white.txt-shadow {

}

.t-uppercase {
	text-transform: uppercase;
}

/*==========================================================================
  Misc & Adjust 
 ========================================================================== */
.row {
	z-index: 9999;
}

.big {
	font-size: 20pt;
	font-weight: 300;
}


.blink:hover {
	opacity: 0.9;
}

.half-offset {
	margin-bottom: 75px !important;
}

.no-offset {
	margin: 0 !important;
	padding: 0;
}

.content,.container {
	overflow: hidden;
}

.trans {
	border: 0 !important;
	background: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.nobg {
	background: 0;
	border: 0;
}

.noborder {
	border: 0 !important;
}

.color-white {
	color: #fff;
}

.theme-bg {
	background-color: #ff7701 !important;
}

.normalize-font-top {
	padding-top: 25px;
}



/* --- float --- */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* --- align --- */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}

/* ---- padding ---- */
/* top */
.pad-top0 {
	padding-top: 0;
}
.pad-top5 {
	padding-top: 5px;
}

.pad-top10 {
	padding-top: 10px;
}

.pad-top15 {
	padding-top: 15px;
}
.pad-top20 {
	padding-top: 20px;
}
.pad-top25 {
	padding-top: 25px;
}
.pad-top30 {
	padding-top: 30px;
}
.pad-top35 {
	padding-top: 35px;
}
.pad-top40 {
	padding-top: 40px;
}
/* bottom */
.pad-bot0 {
	padding-bottom: 0;
}
.pad-bot5 {
	padding-bottom: 5px;
}

.pad-bot10 {
	padding-bottom: 10px;
}

.pad-bot15 {
	padding-bottom: 15px;
}
.pad-bot20 {
	padding-bottom: 20px;
}
.pad-bot25 {
	padding-bottom: 25px;
}
.pad-bot30 {
	padding-bottom: 30px;
}
.pad-bot35 {
	padding-bottom: 35px;
}
.pad-bot40 {
	padding-bottom: 40px;
}


/* ---- margin --- */
.mar-left5 { margin-left: 5px; }
.mar-left10 { margin-left: 10px; }
.mar-left15 { margin-left: 15px; }
.mar-left20 { margin-left: 20px; }
.mar-left25 { margin-left: 25px; }
.mar-left30 { margin-left: 30px; }

.mar-right5 { margin-right: 5px; }
.mar-right10 { margin-right: 10px; }
.mar-right15 { margin-right: 15px; }
.mar-right20 { margin-right: 20px; }
.mar-right25 { margin-right: 25px; }
.mar-right30 { margin-right: 30px; }

/* top */
.mar-top0 {
	margin-top: 0;
}
.mar-top5 {
	margin-top: 5px;
}

.mar-top10 {
	margin-top: 10px;
}

.mar-top15 {
	margin-top: 15px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top25 {
	margin-top: 25px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-top35 {
	margin-top: 35px;
}
.mar-top40 {
	margin-top: 40px;
}


/* bottom */
.mar-bot0 {
	margin-bottom: 0;
}
.mar-bot5 {
	margin-bottom: 5px;
}

.mar-bot10 {
	margin-bottom: 10px;
}

.mar-bot15 {
	margin-bottom: 15px;
}
.mar-bot20 {
	margin-bottom: 20px;
}
.mar-bot25 {
	margin-bottom: 25px;
}
.mar-bot30 {
	margin-bottom: 30px;
}
.mar-bot35 {
	margin-bottom: 35px;
}
.mar-bot40 {
	margin-bottom: 40px;
}


/*===========================
  --- Sections ----
=========================== */

section.section {
	margin:0;
	padding: 0px 0 90px 0;
}

.bg-white {
	background-color: #fff;
}

/* --- section heading --- */
.section-header {
	text-align: center;
}
.section-header h2.section-heading {
	font-weight: normal;
}

/* ==========================
 --- Parallax ---
============================= */

#section-contact{	
	background: url(../img/contactbg.jpg) no-repeat top center #e3e3e3; padding-top:40px
}
#parallax1{	
	background-image: url(../img/parallax/img1.jpg);
}
#parallax2{	
	background-image: url(../img/parallax/img2.jpg);
}
#section-leadership{	
	background:#f25714;
}
#section-leadership h2, h3{ 	
color:#FFFFFF;
font-family:'ubuntubold';
}
#section-leadership h3{
font-size:21px;
}
#home{float:left; overflow:hidden; position:absolute; top:0px;}

/*===========================
  --- Header & menu ----
=========================== */
.navbar {
	line-height: 100px;
	height: 65px;
	background-color:#fff;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 0;
	padding-bottom:0;
}

.navbar .navbar-collapse {
	margin-bottom: 0;
	padding-bottom:0;
}

.nav li {
	height: 100%;
	line-height: 100%;
	margin-bottom: 0;
	padding-bottom:0;
	margin-top:13px;
}

.nav>li>a {
	display: table-cell;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
	color: #000;
	font-size: 18px;
	letter-spacing: .1em;
	text-transform:uppercase;
	
}

.nav>li>a:hover {
	color: #fff;
	background: none;
}

.navbar-nav {
	float: right;
	margin-bottom: 0;
	padding-bottom:0;	
	padding-top:0px;
}

.navbar .navbar-nav > .active > a {
	color: #fff;
}
.navbar .navbar-nav > .active > a {
	padding-bottom: 2px;
}

h1 a.navbar-brand {
	font-size: 24px;
	color: #fff;
	font-weight: 900;
	text-shadow: none;
}

.navbar-brand {
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	line-height: 90px;
	right:40%;
	left:40%;
}

.navbar-brand img {
	vertical-align: middle;
}

.navbar-toggle {
	padding: 0;
	margin: 0;
	width: 100px;
	background:none;
	border:none;
	margin-top:-15px;
	height:84px;
}

.navbar-collapse.in {
	margin-top: -5px !important;
}

#section-about{background:#FFFFFF;}

/*===========================
  --- Featured section ----
=========================== */

section.featured {
	height:574px;
	padding: 170px 0 60px;
	margin-top:65px;
	background: url(../img/slide_bg.jpg) no-repeat #737373 center;
}

section.company {
	height:398px;
	padding: 135px 0 60px;
	background: url(../img/company_bg.jpg) no-repeat #646464 center;
	margin-top:65px;
}
section.candidate {
	height:398px;
	padding: 135px 0 60px;
	background: url(../img/candidate.jpg) no-repeat #7f7f7f center;
	margin-top:65px;
}

section.client{
	height:398px;
	padding: 135px 0 60px;
	background: url(../img/client2.jpg) no-repeat #888888 center;
	margin-top:65px;
}
section.client2{
	height:398px;
	padding: 135px 0 60px;
	background: url(../img/client.jpg) no-repeat #333333 center;
	margin-top:65px;
}
section.contact{
	height:398px;
	padding: 135px 0 60px;
	background: url(../img/contact.jpg) no-repeat #888888 center;
	margin-top:65px;
}

section.privacy{
	height:180px;
	padding: 83px 0 60px;
	background:#888888 ;
	margin-top:65px;
}

section.contact2{
	height:398px;
	padding: 135px 0 60px;
	background: url(../img/contact2.jpg) no-repeat #808080 center;
	margin-top:65px;
}
section.services {
	height:398px;
	padding: 135px 0 60px;
	background: url(../img/service2.jpg) no-repeat #4a4a4a center;
	margin-top:65px;
}


h2.slogan {
	color: #fff;
	font-size: 34px;
	font-family:'ubuntubold';
	line-height:normal;
	font-weight:bold;
}
  
 /* inner heading */
section.featured.inner {
	padding: 150px 0 50px;
}

section.company.inner {
	padding: 150px 0 50px;
}
  
  
/* --- Flexslider --- */
.flexslider {
	margin: 0;
	background: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.flex-control-paging li a {
	width: 8px;
	height: 8px;
}

.flex-control-paging li a.flex-active {
	background: #fff;
}

.flex-control-nav {
	bottom: -25px;
}

.flexslider .slides img {
	width: auto;
	display: inline;
}

.flex-direction-nav a {
	display: block;
	width: 50px;
	height: 98px;
	margin: -29px -20px 0;
	position: absolute;
	top: 30%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	right: -70px;
	background: url(../img/arrow_large_right.png) no-repeat top left;
}

.flex-direction-nav .flex-prev {
	left: -70px;
	background: url(../img/arrow_large_left.png) no-repeat top left;
}

.flex-direction-nav a.flex-next:before {
	content: none !important;
}

/* removing default arrows */
.flex-direction-nav a:before {
	content: none !important;
}

/* --- Revolution slider --- */

.featured .fullwidthbanner ul {
	list-style: none;
	padding:0;
}

.tp-rightarrow.large {
	margin-left: 0;
}

.tp-leftarrow.default {
	width: 49px !important;
	height: 98px !important;
	background: url(../img/arrow_small_left.png) no-Repeat top left;
}

.tp-rightarrow.default {
	width: 49px !important;
	height: 98px !important;
	background: url(../img/arrow_small_right.png) no-Repeat top left;
}

.fullwidthbanner-container {
	padding-top: 100px;
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 650px !important;
	overflow: hidden;
}

.fullwidthbanner {
	height: 650px;
}

.tp-bullets.simplebullets.round .bullet {
	background: url(../img/bullets-new.png) no-repeat top left;
}  

.tp-caption.large_bold_white {
	font-size:60px;
	line-height:60px;
	font-weight:800;
	font-family: 'UbuntuRegular';
	color: #fff;
	text-decoration:none;
	background-color:transparent;
	text-shadow:none;
	margin:0px;
	padding:1px 4px 0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
}
.tp-caption.small_thin_white {
	font-size:18px;
	line-height:26px;
	font-weight:300;
	font-family: 'UbuntuRegular';
	color: #fff;
	text-decoration:none;
	background-color:transparent;
	padding:1px 4px 0px;
	text-shadow:none;
	margin:0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
}


.fullwidthbanner a.btn {
	color: #fff;
}

/*==========================
About
=========================== */

.approach-icon {
	box-sizing:border-box;
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;


}
.approach-icon img {
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
		background:#d5d5d5
}


.approach-detail h4 {
color:#000;
font-size:22px; 
font-family:'UbuntuRegular';
margin-top:20px;

}

.approach-detail ul li {
 text-align:left; margin-top:10px;
 color:#7f8486;
}
/*===========================
  Portfolio
============================ */
nav#filter a {
	background-color: #EEE;
	color:#555;
}
nav#filter a:hover, nav#filter a.current {
	background-color: #44BCDD;
	color:#fff;
}

/* ------- */

.isotopeWrapper article{
    margin-bottom: 30px;
}

#portfolio img  {
	width:100%;
}

#portfolio article p {
	margin-bottom:1.45em;/*set next row on the baseline*/
}
nav#filter {
	margin-bottom:1.5em;
}

nav#filter li {
	display:inline-block;
	margin:0 0 0 5px;
}
nav#filter a {
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
}


.portfolio-items article img {width:100%;} 

.portfolio-item {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.portfolio-item img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;

}
.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
	left: 0;
	top: 0;
	color: rgba(220, 220, 220);
}


.portfolio-item:hover .portfolio-desc {
	padding-top: 20%;
	height: 100%;
    transition: all 200ms ease-in-out 0s;
	opacity: 1;
}

.portfolio-item .portfolio-desc a {
	color: #fff;
}
.portfolio-item .portfolio-desc a:hover {
	/*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
	text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
	top:-20px;
	padding: 30px;
	height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info{
	height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
	top:5px;
}



.portfolio-item .portfolio-desc .folio-info h5 {
	text-transform: uppercase;
}
.portfolio-item .portfolio-desc .folio-info p {
	color: #ffffff;
	font-size: 12px;
}


/*===========================
  --- Testimonial ----
=========================== */
#testimonals {
	padding-top: 20px;
	padding-bottom:40px;
	position:relative;
	margin-top:50px;
}
.testimonial i {
	color: #fff;
}
.testimonial span.author {
	color: #fff;
	font-weight: 700;
}

.testimonial h5 {
	color: #fff;
	font-size: 18px;
	font-family: 'ubuntubold';
	line-height: 1.5em;
}	

/*===========================
  --- Contact ----
=========================== */

.validation {
	display:none;
	margin: 0 0 20px;
	font-weight:400;
	font-size:13px;
}

#sendmessage {
	border:1px solid #fff;
	display:none;
	text-align:center;
	padding:15px 12px 15px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;
}

#sendmessage.show,.show  {
	display:block;
}

#contact-form {
	position: relative;
	z-index: 999;
}

#contact-form input[type=text],#contact-form input[type=email], .contactForm textarea {
	width: 100%;
	font-family: 'UbuntuRegular';
	font-size:22px;
	color:#6d6d6d;
	text-align: left;
	vertical-align: middle;
	padding:0 10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #bebfbf;
}
#contact-form input[type=text]:focus,#contact-form input[type=email]:focus, .contactForm textarea:focus {
	background: #fff;
	color: #000;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#contact-form input[type=text],#contact-form input[type=email] {
	height: 50px;
	margin-bottom:25px;
	
}
#contact-form input[type=submit] {
	color: #fff;
	width: 185px;
	height: 60px;
	text-shadow: none;
	font-size: 14px;
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	display: block;
	border: 0;
	text-transform: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#contact-form input[type=submit]:hover, #contact-form input[type=submit]:active {
	background:#000000 !important;
}
#contact-form textarea {
	padding-top: 0.5em;
}

textarea.form-control {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cform-not-valid-tip {
	color: #888;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'UbuntuRegular';
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* google map */
#map {
	height: 500px;
}


/*====================
  Clients
==================== */
#clients img {
	opacity: 0.7;
}

#clients img:hover {
	opacity: 1;
}


/*=========================
  Footer
 ================= */

section#footer {
	background: #fff;
	padding:0px;
}

section#footer .copyright {
	text-align:left;
	padding-top:30px;
	font-size:14px;
	font-family: 'UbuntuRegular';
	color:#ababab;
}

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

/* footer menu */
ul.footer-menu {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.footer-menu li {
	display: inline;
	margin: 0 5px;
}

a.scrollup{
	height:32px;
	width:32px;
	color:#fff;
	font-size:18px;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:9999;
	opacity:0.5;
	border-radius:16px;
}
a.scrollup:hover{
	opacity:1;
	color:#fff;
}

/*===========================
  --- Template Components ----
=========================== */

/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #42a6c2;
}
.social-network a.icoFacebook:hover {
	background-color:#42a6c2;
}
.social-network a.icoTwitter:hover {
	background-color:#42a6c2;
}
.social-network a.icoGoogle:hover {
	background-color:#42a6c2;
}
.social-network a.icoVimeo:hover {
	background-color:#42a6c2;
}
.social-network a.icoLinkedin:hover {
	background-color:#42a6c2;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, 
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	/*-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);*/
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


/* stats */
.stats .icon {
	margin: 0 0 20px 0;
}

.stats strong.number {
	font-size: 38px;
}

.stats span.text {
	font-weight: 700;
	font-size: 24px;
}

/* buttons */
.btn {
	border: 0;
	border-radius:6px !important;
}

.btn.bold {
	font-weight: 600;
}

.btn-cta {
	color: #ffffff;
	border-bottom: 4px solid;
}
.btn-cta:hover {
	color: #ffffff;
}

.btn-cta {
	border-bottom: 2px solid;
}
.btn-cta.btn-lg {
	border-bottom: 4px solid;
}



/* ========================================
Media queries
========================================= */
@media (min-width: 959px) and (max-width: 1199px) {
	.navbar-nav {
		margin-top: 0px;
	}
}

@media only screen and (min-device-width : 979px) and (max-device-width : 1024px)  {

	.navbar-nav {
		margin-top: 0px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 959px) {

	.navbar-nav {
		margin-top: 0px;
	}
	.nav > li > a{font-size:14px;}
	
}
@media (max-width: 767px) {
	#values{text-align:center;}
	.slogan{font-size:28px; width:75%;}
	.light-txt{width:65%;font-size:22px;}
	.navbar.navbar-fixed-top {

	}
	.org_icon_sm{text-align:center;}
	.border-top{border-top:none !important;}
	.sertextBlock h2{text-align:center; margin-top:20px;}
	.col-md-6{border-bottom:1px solid #d5d5d5; margin-bottom:10px; padding-bottom:10px;}
	.navbar .navbar-collapse ul.nav {

		width: 100%;
		margin:0;
		padding: 0 0 10px 15px;
	}
.collapse{width:100%;}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
	margin:0px; padding:0px;}
.pageslogan{font-size:18px !important;}
.navbar-collapse{width:150px; float:right; text-align:left;}
.fl{float:right !important; background:#949494; width:150px; height:130px}
.fr{background:#595959; height:130px;}
	.navbar .navbar-collapse ul.nav li a{
color:#FFFFFF !important;
padding-top:0px;
	}
	
		
		.navbar .navbar-collapse ul.nav li a:hover{
color:#CCCCCC !important;
	}
	.navbar .navbar-collapse ul.nav li {
		border-bottom: 0px solid #666;
	}
	section.featured {
		padding-top: 80px;
	}
	
	.leadership,.col-lg-4 {
		margin-bottom: 30px;
	}
	
	.stats .col-md-3 {
		margin-bottom: 30px;
	}
}

img {
max-width: 100%;
height: auto;
border: 0;
-ms-interpolation-mode: bicubic;
}
.hidden_cont{height:50px; width:100%; background:#FFFFFF;}
#section-about span{color:#737373; font-weight:normal; font-family:'UbuntuRegular'; font-size:26px; line-height:36px;}
.add{color:#737373; font-weight:normal; font-family:'UbuntuRegular'; font-size:26px; color:#000000; line-height:36px;}


.leadership .col-md-3{padding-top:10px;}
.leadership .col-md-3:hover{background-color:#758084; }
.leadership h3{margin:5px 0px 10px 0px; z-index:2; }
#aboutleaders{display:none;}
#aboutleaders{text-align:left; font-size:14px; color:#FFFFFF; line-height:18px; padding-bottom:10px; padding-top:0px;}
.leadership .col-md-3:hover > #aboutleaders{ display:block;}
.item h1 span, .item h2 span{font-size:26px; line-height:34px; margin-top:20px; width:70%; display:inline-block}
h1.pagename{color:#fff;font-size:34px; font-family: 'ubuntubold';line-height: normal}
.pageslogan{font-size:26px; color:#FFFFFF; font-family: 'UbuntuRegular';line-height: normal; vertical-align:middle}

h2.slogan b{color:#f25714;}
.fl{float:left;}
.fr{float:right;}
.light-txt{font-family:'UbuntuLight';}
span.testby{display:block; text-align:center; width:100%; margin-top:30px; color:#9d9d9d;}
span.testby strong{color:#f25714;}
.btm-border{border-bottom:1px solid #a4a4a4; padding:0px; margin:0px auto}
.whttxt{color:#FFF;}
.footerlinks{font-family:'UbuntuRegular'}
.footerlinks a{color:#707070; margin-right:20px;padding-right:20px;}
.footerlinks a:hover{color:#f25714;}
.footerlinks span{color:#a8a8a8; display:block; margin-top:10px}
.footerlinks p{color:#a3a3a3; display:block; padding-top:10px;}
.footerlinks p a{color:#a3a3a3;}
.orange_line{width:100%; height:5px; background:#f25714}
.social_icons{width:96%; text-align:center; top:-35px; position:absolute}
.social_inside_block{width:225px; background:#fff; display:inline-block}
.approach-icon img:hover{background:#f25714;}
.approach-detail h4 a:hover{color:#f25714 ;}
.approach-detail h4 a:hover > img{background:#f25714;}
.homeBlock{width:100%; text-align:center; position:relative; background:#737373;}
.companyBlock{width:100%; text-align:center; position:relative; background:#474747;}
#section-company{padding-bottom:45px !important;}
#section-company span{font-size:22px; line-height:36px; font-family:'UbuntuLight';display:block; margin-top:30px;}
.candidateBlock{background-color:#5b5b5b;}
.servicesBlock{background-color:#494949;}
.orange{color:#f16223;width:100%; text-align:center; position:relative; }
.col-md-4 h2, .intro h2{font-size:32px; color:#666666;}
.intro p{font-size:18px; line-height:28px; color:#3b3b3b; font-family:'UbuntuLight';}
.intro{padding-right:12%;}


/* accordian */
.accordion
{
  width:100%;
}
.accordion-item {
cursor:pointer;
line-height: 22px;
font-size:22px; 
line-height:24px;
font-family:'ubuntubold';
}
.accordion-item span{color:#A1A1A1; font-size:17px; font-weight:normal;}

.accordion-item.open
{
border-bottom:0px;
}
.accordion-item.open .type {
float: right;
background: url('../img/minus.png') center no-repeat;
padding: 15px;
}

.accordion-item.open .type {
float: right;
background: url('../img/minus.png') center no-repeat;
padding: 15px;
}



.accordion-item .type {
float: right;
background: url('../img/plus.png') center no-repeat;
padding: 15px;
}


div.data {
padding:20px 35px; background:#f7f7f7;
display:none;
}
.description p strong{font-size:18px; color:#636363; font-family:'UbuntuRegular';}
.description ul{margin:0px; padding:0px;}
.description ul li{ list-style-type:none; font-size:16px; padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #dcdcdc; color:#666666}
.description ul li.last{border-bottom:none;}
.accordion-item{padding:20px 35px; background:#f16223; color:#FFF;}
.accordion-item.open{color:#3b3b3b; background:#f7f7f7; padding:20px 35px; }
.accordion-item.open span{color:#3b3b3b; display:block; padding-top:5px;}
.accordion-item span{ font-size:16px; color:#fff; font-family:'UbuntuLight'; display:block; padding-top:5px;}
/* accordian */
.abtcandidate h4{font-size:22px; line-height:30px; font-family:'UbuntuRegular';}

.org_icon_sm img{border-radius:60%; background: #f16122;}
.gry_icon_sm img{border-radius:60%; background: #d5d5d5;}
.gry_icon_sm img:hover{background:#f25714;}
span.btn-block a:hover{color:#f25714;}
.serv h2{font-size:28px; color:#000; font-family:'UbuntuRegular';}
.sertextBlock{padding-left:5%;}
.sertextBlock p{font-size:16px;font-family:'ubuntuLight'; line-height:22px; color:#7c7c7c;}
.sertextBlock ul{margin-left:0px; padding-left:5px; margin-top:10px;}
.sertextBlock li{font-size:14px; line-height:18px;font-family:'ubuntuLight'; color:#7c7c7c;padding:5px; line-height:24px;}
.border-right{border-right:1px solid #d5d5d5;}
.border-top{border-top:1px solid #d5d5d5;}
.leadership h2 a{color:#fff;}
.leadership h2 a:hover{color:#000;}
.contact a:hover{color:#000;}
@media (max-width: 400px) {
.slgnline{width:35px !important; height:1px;}
}

.content h4{color:#000 ;}
.container .content a{color:#999}
.container .content a:hover{color:#f25714;}
.skype{width:auto; margin-top:20px; float:left; padding:0px;}
.skype img{margin:0px !important;}
.skype h4{font-size:18px; font-family:'ubuntuLight'}
.skype a{margin:0px; padding:0px;}
.map{position:relative;}
.pin{position:absolute; top:47%; left:38%;}
.pin:hover > .contact1{display:block}
.contact1{position:absolute; width:315px; height:auto; background:#fff; bottom:100%; left:-117px; border:1px solid #fff; color:000; padding:10px; display:none}
.contact1 span{display:block; line-height:26px;}
.contact1 span strong{margin-bottom:0px; display:block}
#formfeedback h5{font-size:14px; font-weight:bold; color:#000; margin-bottom:0px; line-height:normal;}
#formfeedback span{display:block; line-height:14px; font-size:10px; font-family:tahoma}
p.terms{font-size:14px; font-weight:normal;}
ol.termsnum li,ul.termsnum li{margin-top:10px; font-size:14px; font-weight:normal;}