/* Title: CSS Main styles */
/* ------------------------ Common ------------------------ */

html, body, nav, ul, li, a, span {
	margin: 0;
	padding: 0;
}
html{
	position: relative;
    min-height: 100%;	
}
body{
	margin: 0 0 80px;
    padding-bottom: 25px;
	font-family: Calibri, 'Arial', 'san-serif';
}
ol {
	list-style-type: decimal;
}
ul {
	list-style-type: disc;
	font-size: 13px;
}
ol li, ul li {
	font-size: 16px;
	color: #434343;
}
.careers ol li {
	margin-left: 25px;
}
.careers ul li {
	margin: 0px 15px 10px 25px;
	line-height: 25px;
}
.solutions ul li {
	margin: 0px 15px;
}
a {
	text-decoration: none;
}
p {
	font-size: 16px;
	line-height: 20px;
	margin: 10px 0;
	color: #434343;
}
h1 {
	font-size: 32px;
	color: #e2700b;
}
h2 {
	font-size: 21px;
	color: #e2700b;
}
.orangefont {
	color: #e2700b;
}
.redfont{
	color:#FF0000;
}
.clear {
	clear: both;
}
.padding5 {
	padding: 5px;
}
.padding10 {
	padding: 10px;
}
.padding15 {
	padding: 15px;
}
.padding20 {
	padding: 20px;
}
.padding30 {
	padding: 30px;
}
.padding40 {
	padding: 40px;
}
.wrapper {
	position: relative;
	min-height: 100%;
}
.mobhide {
	display: block;
}
.deshide {
	display: none;
}
.banner, .banner_mob {
	width: 100%;
	margin: 10px 0;
}
.aboutus .banner, .aboutus .banner_mob{
	margin:10px 0 0 0;
	
}
.banner_mob {
	display: none;
}
.banner img, .banner_mob img {
	width: 100%;
	display: block;
	
}
.container {
	width: 960px;
	margin: 0 auto;
	padding: 5px;
}

/* ------------------------ placeholder ------------------------ */
::-webkit-input-placeholder, /* WebKit browsers */ ::-moz-placeholder, /* Mozilla Firefox 4 to 18 */ ::-moz-placeholder, /* Mozilla Firefox 19+ */ ::-ms-input-placeholder /* Internet Explorer 10+ */ {
 color: #a4a3a3;
}
/* ------------------------ Form -------------------*/
input[type=text], select, textarea {
	width: 95%;
	padding: 5px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 8px;
	resize: none;
	font-family: Calibri, 'Arial', 'san-serif';
	font-size: 15px;
}
input[type=submit] {
	background-color: #31a08d;
	font-weight: bold;
	color: white;
	padding: 6px 30px;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	float: right;
	margin-right: 15px;
}
input[type=submit]:hover {
	background-color: #239380;
}
/* ------------------------ Button ------------------------ */


/* ------------------------ Header + Nav ------------------------ */
header {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 5px;
}
.logo {
	float: left;
	width: 280px;
}
.logo img {
	width: 100%;
}
.menu-right {
	float: right;
	margin: 30px 25px 0 0;
}
.fblinkedin img, .menu-right img {
	padding: 0 7px;
width: 35px;
}
nav#nav-main li.deshide {
	display: none;
}
/* -----------Nav ----------- */
#nav-trigger {
	display: none;
	text-align: center;
	cursor: pointer;
	margin-top: 10px;
	float: right;
	padding: 30px;
}
#nav-trigger span {
	display: block;
	width: 33px;
	height: 4px;
	margin-left: 10px;
	margin-bottom: 5px;
	position: relative;
	background: #31a08d;
	border-radius: 3px;
	z-index: 100;
}
nav {
}
nav#nav-main {
	background-color: #FFF;
	padding: 0;
}
nav#nav-main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
nav#nav-main li {
	display: inline-block;
	margin: 0 4%;
	padding: 0 5px;
}
nav#nav-main li:last-child {
	border-right: none;
}
nav#nav-main a {
	display: block;
	color: #999;
	font-size: 21px;
	padding: 0px;
	border-bottom: solid 3px #e2700b;
	font-weight: bold;
}
nav#nav-main a:hover, .aboutus nav#nav-main .menu01 a, .solutions nav#nav-main .menu02 a, .events nav#nav-main .menu03 a, .careers nav#nav-main .menu04 a, .contact nav#nav-main .menu05 a {
	color: #000;
}
nav#nav-mobile {
	position: relative;
	display: none;
	z-index: 9999px;
}
nav#nav-mobile ul {
	display: none;
	list-style-type: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #e2700b;
}
nav#nav-mobile li {
	display: block;
	padding: 5px 0;
	margin: 0 5px;
}
nav#nav-mobile li:last-child {
	border-bottom: none;
}
nav#nav-mobile a {
	display: inline-block;
	color: white;
	padding: 10px 10px;
}
nav#nav-mobile a:hover {
	background-color: #e2700b;
	color: #fff;
}
/* --------------- Home -------------------*/
.home .container {
	width: 1200px;
	padding:10px 0;
}
.homedesktop {
	display: block;
}
.homemobile {
	display: none;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover, .flex-slider a:hover {
	outline: none;
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	zoom: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
 *height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	/*height: 40px;
	margin: -20px 0 0;*/
	height: 80px;
	margin: -40px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 70px;
	display: inline-block;
	content: '❮';
	color: rgba(255, 255, 255, 1);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}
.flex-direction-nav a.flex-next:before {
	content: '❯';
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	/*bottom: -40px;*/
	bottom: 0px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	/*background: #666;*/
	background: #FFF;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(255, 255, 255, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(255, 255, 255, 0.9);
	cursor: default;
}
.flex-control-thumbs li {
	width: 25%;
	/*float: left;*/
	display: inline-block;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: inline-block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
/* -------------About Us -------------------*/
.aboutus .container {
	text-align: justify;
}
.aboutus .col_white {
	background-color: #FFF;
	padding:10px 0;
}
.aboutus .col_orange {
	background-color: #fefaea;
	padding:10px 0;
}
.aboutus .col_white .para_top, .aboutus .col_orange .para_top{
	padding: 10px 0;
}
.aboutus .company_details {
	width: 66%;
	text-align: justify;
	float: left;
	margin-right: 10px;
}
.aboutus .ourcompany .image {
    margin-top: -70px;
    float: right;
    padding: 10px;
	width:30%;
}
.aboutus .image img {
	width: 100%;
}
.aboutus .ourtree .treeimage {
	width: 780px;
	margin: 0 auto;
}
.aboutus .ourtree .treeimage_mob {
	display: none;
}
.aboutus .point1 {
	position: absolute;
	top: 677px;
	left: 198px;
}
.diagram {
	position: relative;
}
.diagram__image {
	width: 100%;
}
/*.diagram__hotspot {
  position: absolute;
  background: #e2700b;
	color:#FFF;
  border-radius: 50% 50%;
  text-align: center;
  height: 18px;
  width: 18px;
  z-index: 1;
	font-size:10px;
	line-height:16px;
}*/
.diagram__hotspot {
	position: absolute;
	background: #e2700b;
	color: #FFF;
	border-radius: 50% 50%;
	text-align: center;
	height: 36px;
	width: 36px;
	z-index: 1;
	font-size: 25px;
	line-height: 35px;
	cursor: pointer;
}
#hotspot1 {
	left: -1%;
	top: 13%;
}
#hotspot2 {
	left: -1%;
	top: 64%;
}
#hotspot3 {
	left: 96%;
	top: 3%;
}
#hotspot4 {
	left: 96%;
	top: 50%;
}
#hotspot5 {
	left: 96%;
	top: 80%;
}
.grid {
}
#tooltip, #tooltip2, #tooltip3, #tooltip4, #tooltip5 {
	display: none;
	position: absolute;
	width: 150px;
	padding: 5px;
	font-size: 16px;
	color: #000;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 24px -15px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 0px 24px -15px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 24px -15px rgba(0,0,0,0.7);
	border-right: solid 10px rgba(255,255,255,.8);
}
#tooltip {
	left: 45px;
	top: -15px;
}
#tooltip2 {
	left: 45px;
	top: 195px;
}
#tooltip3 {
	right: 50px;
	top: -65px;
}
#tooltip4 {
	right: 50px;
	top: 156px;
}
#tooltip5 {
	right: 50px;
	top: 300px;
}
#tooltip:after, #tooltip2:after {
	position: absolute;
	top: 45%;
	left: -13px;
	content: '';
	width: 0;
	height: 0;
	border-right: solid 15px rgba(255,255,255,1);
	border-bottom: solid 15px transparent;
	border-top: solid 15px transparent;
}
#tooltip3:after, #tooltip4:after, #tooltip5:after {
	position: absolute;
	top: 45%;
	right: -25px;
	content: '';
	width: 0;
	height: 0;
	border-left: solid 15px rgba(255,255,255,1);
	border-bottom: solid 15px transparent;
	border-top: solid 15px transparent;
}
.numberCircle {
	border-radius: 50%;
	behavior: url(PIE.htc); /* remove if you don't care about IE8 */
	width: 15px;
	height: 15px;
	padding: 6px;
	background: #e2700b; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, #e2700b, da5c06); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top bottom, #e2700b, da5c06); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #e2700b, da5c06); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #e2700b, da5c06); /* Standard syntax (must be last) */
	color: #FFF;
	text-align: center;
	line-height: 15px;
}
.mob1 .pt1, .mob2 .pt2, .mob3 .pt3, .mob4 .pt4, .mob5 .pt5 {
	text-align: left;
	padding-left: 20px;
}
.mobtree td:nth-child(2) {
	padding-bottom: 20px;
}
/**OURMISSIONVISION*/
.container .para_half {
	float: left;
	padding-top: 20px;
	width: 50%;
}
.container .para_values {
	padding: 20px 0;
	text-align: left;
}
.container .values{
	margin: 0 auto;
}
#value1, #value2, #value3, #value4, #value5 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  width: 19.5%;
}
#value1 span.effect, #value1 p.paraeffect, #value2 span.effect, #value2 p.paraeffect, #value3 span.effect, #value3 p.paraeffect, #value4 span.effect, #value4 p.paraeffect, #value5 span.effect, #value5 p.paraeffect  {
  display: inline-block;
  font-size:15px;
  transition: transform .5s ease-out, opacity .5s;
	transition-delay: 0s;
}
#value1 p.paraeffect, #value2 p.paraeffect, #value3 p.paraeffect, #value4 p.paraeffect, #value5 p.paraeffect {
  position: absolute;
  left: 100%; top: 30px;
  width: 95%;
	text-decoration: none;
	color:#000000;
}
.whover #value1:hover p.paraeffect:nth-child(2), .whover #value2:hover p.paraeffect:nth-child(2), .whover #value3:hover p.paraeffect:nth-child(2), .whover #value4:hover p.paraeffect:nth-child(2), .whover #value5:hover p.paraeffect:nth-child(2) { transform:translateX(-100%); transition-delay: 0s; }
.whover #value1:hover span.effect, .whover #value2:hover span.effect, .whover #value3:hover span.effect, .whover #value4:hover span.effect, .whover #value5:hover span.effect {
  /*transform:translateZ(-50%);*/
	-moz-transform: scaleX(-0.5);
        -o-transform: scaleX(-0.5);
        -webkit-transform: scaleX(-0.5);
        transform: scaleX(-0.5);
	transition-delay: 0s;
  opacity:0;
}
.green p, .orange p, .yellow p {
	font-size: 21px;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	line-height: 40px;
}

br.effmob{
	display: none;
}
.yellow p span.firstletter {
	border-bottom: 2px solid #f3ce2e;
}
.green p span.firstletter {
	border-bottom: 2px solid #31a08d;
}
.orange p span.firstletter {
	border-bottom: 2px solid #e68311;
}
.green p {
	color: #31a08d;
}
.orange p {
	color: #e68311;
}
.yellow p {
	color: #f3ce2e;
}
.arrow1, .arrow2, .arrow3, .arrow4, .arrow5 {
	position: relative;
	left: 43.5%;
	bottom: 12px;
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.arrow1 {
	border-top: 15px solid #228975;
}
.arrow2 {
	border-top: 15px solid #d95a07;
}
.arrow3 {
	border-top: 15px solid #efbf20;
}
.arrow4 {
	border-top: 15px solid #228975;
}
.arrow5 {
	border-top: 15px solid #d95a07;
}

/*
	#value1.hover:hover #valuetip1, #value2.hover:hover #valuetip2, #value3.hover:hover #valuetip3, #value4.hover:hover #valuetip4, #value5.hover:hover #valuetip5 {
		visibility: visible;
	}*/

/**OUR FOUNDERS**/
.container .para_founder {
	padding-top: 20px;
}
.container .founder1 {
	float: right;
	margin-left: 20px;
}
.container .founder1details {
	width: 100%;
	text-align: justify;
	padding-bottom: 20px;
}
.container .founder2 {
	float: left;
	margin-right: 20px;
}
.container .founder2details {
	text-align: justify;
	width: 100%;
}
.clients {
	text-align: center;
}

.aboutus ul.ourclients{
	text-align: center;
}
.aboutus ul.ourclients li{
	display: inline-block;
	width:15%;
	padding: 5px;
	list-style-type: none;
	
}
.aboutus ul.ourclients li img{
	width:100%;
}
.clients img {
	display: inline-block;
	text-align: center;
	padding: 10px;
}
.gmmessage p {
	padding-bottom: 40px;
}
span.GMname {
	text-align: right;
	display: block;
	font-style: italic;
}
/* ------------- Solutions -------------------*/
.solutions .sol_images {
	margin: 20px 0;
}
.solutions .sol_images_mob {
	display: none;
}
.solutions .sol_images img {
	width: 17%;
	margin-right: 16px;
}
.solutions .container .para_top {
	padding: 20px 0;
}
.solutions table tr td {
	padding: 5px;
	vertical-align: top;
}
.solutions ul.gotowork li{
	float: left;
	width:30%;
}
.solutions ul.positive li{
	float: left;
	width: 20%;
}
.solutions ul.humancapital li{
	float: left;
	width:30%;
}
.solutions ul.futurework li{
	float: left;
	width:30%;
}
.solutions ul.digitalise li{
	float: left;
	width:30%;
}
/* ------------- Events -------------------*/
.events .event_img {
	float: left;
	width:25%;
	padding-right: 20px;
}
.events .event_img img{
	width:100%;
}
.events .event_details {
	float: left; width:70%;
}
.events span.event_title {
	color: #31a08d;
	font-weight: bold;
	float: left;
	width: 100px;
}
.events .details {
	display: block;
	float: left;
	width: 75%;
}
.events .container .para_top {
	padding: 20px 0;	
	border-bottom: 2px dotted #434343;
}
.events .container .para_sec {
	padding: 20px 0;	
	border-bottom: 2px dotted #434343;
}
.slide {
  
/*padding: 40px;*/
  background: transparent;
  margin: 0 auto;
  position: relative;
  max-width: 65%;
	text-align: center;
}
.slide img{
	width: 100%;
}
/* --------------Careers -----------------*/
.careers p {
	line-height: 20px;
}
.careers .container .para_sec a {
	text-decoration: underline;
	color: #e2700b;
}
.careers .container .para_top {
	padding: 20px 0;
}
.careers .container .para_sec {
	border-top: 2px dotted #434343;
	padding: 20px 0;
}
/*------------------ Contact ------------------*/
.contact .container .para_left {
	padding: 20px 0;
	float: left;
	width: 45%;
}
.contact .container .para_right {
	padding: 20px 50px;
	float: left;
	width: 40%;
}
.contact .container a {
	text-decoration: none;
	color: #e2700b;
}
/* ------------------------ Footer ------------------------ */


footer {
  background-color: #3ba593;	font-style: normal;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    overflow:hidden;
}
footer a {
	color: #FFF;
	text-decoration: underline;
}


/*---------------Terms & Privacy------------*/

.separatorthick{
	height: 10px;
	background-color: #3ba593;
	margin: 20px 0px;
}
.termsofuse ol, .privacypolicy ol{
	margin-left: 20px;
}
.termsofuse ol li, .privacypolicy ol li{
	color: #e2700b;
	font-size: 21px;
	font-weight: bold;
}
.termsofuse ol.orderpoints li .title, .privacypolicy ol.orderpoints li .title{
	font-size: 21px;
	color: #e2700b;
	font-weight: bold;
}
.termsofuse ol.orderpoints li p, .privacypolicy ol.orderpoints li p {
	font-weight: normal;
}.termsofuse .container a, .privacypolicy .container a {
	color: #e68311;
}