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

@import url(http://fonts.googleapis.com/css?family=Lato);

* { padding:0; margin:0; box-sizing:border-box; }
@font-face {
    font-family: 'Helvetica Neue LT';
    src: url('fonts/Helvetica LT 35 Thin.ttf');
    /* src fallbacks ommitted for brevity */
    font-weight: normal;
    font-style: normal;
}
body {
	background:#fff;
	font-family: 'Lato', sans-serif;
}

a{
text-decoration:none;
color: #999999;
/* padding-left:31%; */
}
/* 
a hover
{
color:fff;
}
 */

ul, ol { margin:0 0 0 30px; }
li {
	font-size:14px;
	line-height:20px;
	/*color:#e84c3d;*/
	color:#666;
	
	margin:0 0 5px 0;
	font-weight:normal;
}
p {
	font-size:14px;
	line-height:20px;
	/*color:#e84c3d;*/
	color:#666;
	margin:0 0 20px 0;
	font-weight:normal;
}
p a {
	font-size:12px;
	color:#e84c3d;
	margin:0;
	text-decoration:none;
	font-weight:normal;
}
p a:hover {
	color:#d34234;
	margin:0;
}


h1 {
	font-size:32px;
	color:#666666;
/*	text-transform:capitalize;*/
	margin:0 0 15px 0;
	font-weight:normal;
}
h2 {
	font-size:20px;
	color:#292929;
	text-transform:uppercase;
	margin:0 0 10px 0;
}

h3 {
	font-size:24px;
	text-align: center;
	color:#f8931d;
	text-transform:capitalize;
	margin:0 0 25px 0;
}

h4 {
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	padding:0px 0px 15px 0px;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #f8931d;
}
h5 {
	font-size:36px;
	font-weight:normal;
	text-transform:capitalize;
	color:#f8931d;
	margin:0px 0px 10px 0px;
}
h6 {
	font-size:26px;
	font-weight:normal;
	text-transform:capitalize;
	color:#f8931d;
	margin:0px 0px 10px 0px;
}

.clear { clear:both; }


/* INPUTS */
label { margin:0 0 5px 0; font-size:13px; color:#999; }
input[type=text],input[type=file],input[type=email],input[type=tel], select {
	font-size:12px;
	color:#333;
	padding:8px;
	width:auto;
	box-sizing:border-box;
	border:1px solid #cbcbcb;	
}
textarea {
	font-size:12px;
	color:#333;
	padding:8px;
	width:60%;
	resize:none;
	box-sizing:border-box;
	border:1px solid #cbcbcb;
}
input[type=submit],input[type=button] {
	padding:10px 15px;
	border:0px solid #4fc1e9;
	width:auto;
	box-sizing:border-box;
	background:#292929;
	font:normal 12px;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
	text-decoration:none;		
}
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, button:hover {
	background:#d64335;
}




/* WRAPPER */
.wrapper {
	max-width:980px;
	width:95%;
	font-family: 'Lato', sans-serif;
	border:0px solid red;
	position:relative;
	margin:0px auto;
}



/* TOP BAR */
#selectBox, .logoSmall { display:none; }

#topBar {
	width:100%;
	height:92px;
	border:0px solid red;
	/*background-image:url(images/header-bg.jpg);*/
	background-color:#313c45;
}
#topBar .logo {
	background:url(../images/logo.png) 50% 0 no-repeat;;
	width:197px;
	height:178px;
	float:left;
	left:43%;
	position:absolute;
	/*z-index:9999;*/
	border:0px solid red;
}
/* MENU BAR */
#menuBar {
	width:980px;	
	border:0px solid red;
	color: #fff;
}
#menuBar li:nth-child(3) {
/*padding-right: 80px;*/
}

#menuBar li:nth-child(4) {
/*padding-left: 190px;*/
}
.bannerHead
{
font-size: 48px; font-family:Helvetica Neue LT; margin:-11% 0% 4% 0%; color: #F7941D; text-shadow:1px 1px 1px #991F2E;
}

/* DROP DOWN MENU */
#menuBar ul {list-style: none;padding: 0px;margin: 0px; /*float:right;*/}
#menuBar ul li {display: block;position: relative;float: left; margin:0!Important;}

#menuBar li ul {display: none;}
#menuBar ul li a {display: block; padding: 35px 7px;text-decoration: none; white-space: nowrap;color: #fff; font-size:14px; text-transform:uppercase;}
#menuBar ul li a:hover {color:#fff; background:#f8931d;}
#menuBar li:hover ul {display: block; position: absolute; z-index:9999;}
#menuBar li:hover ul li a { padding:12px; text-transform:capitalize;}
#menuBar li:hover li {float: none; width:220px; border:1px solid #292929; border-width:0 0 1px 0;}
#menuBar li:hover a {background: #f8931d; color:#fff;}
#menuBar li:hover li a:hover {background: #fff; color:#f8931d;}
#menuBar #drop-nav li ul li {border-top: 0px;}



/* BANNER */
#banner img{
	width:100%;
	height:auto;
	padding-bottom:2px;
	border-bottom: 3px solid #f8931d;
}

#bannerPeople {
	background:url(images/banner-people.jpg) top center no-repeat;
	height:333px;
	width:100%;
}
#bannerWhySales {
	background:url(images/banner-why-sales.jpg) top center no-repeat;
	height:333px;
	width:100%;
}
#bannerBlog {
	background:url(images/banner-blog.jpg) top center no-repeat;
	height:333px;
	width:100%;
}
#bannerContact {
	background:url(images/banner-contact.jpg) top center no-repeat;
	height:333px;
	width:100%;
}
#bannerGetInvolved {
	background:url(images/banner-getinvolved.jpg) top center no-repeat;
	height:333px;
	width:100%;
}
#bannerSpeaks {
	background:url(images/banner-speaks.jpg) top center no-repeat;
	height:333px;
	width:100%;
}
#bannerBrands {
	background:url(images/banner-brands.jpg) top center no-repeat;
	height:333px;
	width:100%;
}
#bannerBusiness {
	background:url(images/banner-business.jpg) top center no-repeat;
	height:333px;
	width:100%;
}
#bannerEdu {
	background:url(images/banner-edu.jpg) top center no-repeat;
	height:333px;
	width:100%;
}



/* TESTIMONIALS HOMEPAGE */
.bx-wrapper .testimonials-thumbnail{ margin: 0px 0px 0px; color:#fff; }
.testimonials-slider { border:0px solid blue; margin:0!Important; }
.testimonials-carousel-content p { color:#fff; font-size:13px; }
.bx-wrapper .testimonials-title{ text-align: center;  margin: 25px 15px 3px; font-size: 24px; line-height: 1; }
.bx-wrapper .testimonials-carousel-thumbnail{ width: 100px; height:100px; border-radius:50%; overflow:hidden; float: left; margin-right: 20px; border:3px solid #fff; }
.bx-wrapper .testimonials-carousel-thumbnail img{ display: block;   margin-right: 20px;width: 100px;}
.bx-wrapper .testimonials-carousel-context{ overflow: hidden; color:#fff; }
.bx-wrapper .testimonials-name{ font-size: 26px; margin-bottom: 15px; color:#fff; font-weight:400;}
.bx-wrapper span{ font-size: 14px; margin-left:10px; color:#fff; font-style:italic; }
.bx-wrapper {position: relative;margin: 30px auto;padding: 0;width:100%;*zoom: 1;}
.bx-wrapper .slide {border:0px solid blue; padding:5px;margin:0;display: block;}
.bx-wrapper .bx-viewport {padding:10px;margin-left:0;z-index:1;width:100%;}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {position: absolute;display:none;bottom: -30px;width: 100%;}
.bx-wrapper .bx-loading {min-height: 50px;background: url(images/bx_loader.gif) center center no-repeat #fff;height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: 2000;}
.bx-wrapper .bx-pager {text-align: center;font-size: .85em;font-weight: bold;color: #666;padding-top: 20px;}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block;*zoom: 1;*display: inline;}
.bx-wrapper .bx-pager.bx-default-pager a {background: #666;text-indent: -9999px;display: block;width: 10px;height: 10px;margin: 0 5px;outline: 0;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {background: #000;}
.bx-wrapper .bx-next {position: absolute;top: 0;right: 0;width: 30px;border-left:1px solid #ddd;height: 30px;cursor: pointer;background: #ED3131 url(images/caousel-next.png) no-repeat 0 0 ; display:none;}
.bx-wrapper .bx-prev {position: absolute;top: 0px;right: 30px;border-right:1px solid #ddd;width: 30px;height: 30px;cursor: pointer;background: #ED3131 url(images/caousel-prev.png) no-repeat 0 0 ; display:none;}
.bx-wrapper .bx-controls-direction a {position: absolute;top: 0;margin-top: 0;margin-right: 0px;outline: 0;width: 30px;height: 30px;text-indent: -9999px;z-index: 9999;}





.whiteBox {
	padding: 40px 0px 0px 0px;
	border:0px solid red;	
	margin-bottom:20px;
}
.getInvolvedBox {
	width:100%;
	height:540px;
	background:url(images/get-involved-bkg.jpg) 50% center fixed;
	padding:20px 0;
	border:0px solid red;
}
.getInvolvedBox h2, .getInvolvedBox p  {
	color:#fff;
}


.wrapper h1.title{
	
	font-size: 25px;
	text-transform: uppercase;
	color: #f8931d;
	text-align: center;
	margin-top: 0px;
	position: relative;
	
}
.read a
{
	float: right;
	padding-top: 10px;
	text-decoration:underline;
	color: #f8931d;
	font-weight:bold;
}
.wrapper h1.title strong{
	position: absolute;
	background: url(images/bgr-title.png) repeat-x center center;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 10px;
}

.wrapper h1.title strong + span + strong{
	right: 0px;
	left: auto;
}

.businessBkgBox {
	width:100%;
	background:url(images/business-img-2.jpg) 50% center fixed;
	padding:50px 0;
	border:0px solid red;
}

.getInvolvedImg {
	float:left;
	margin-right:5px;
	margin-bottom:10px;
}

.corporates
{
width:545px; height: 175px; border: 0px solid #000; float: left; background: #f2dabd;
}
.corporates, .student,  .college, .profession p
{
font-size: 13px;padding: 9px 15px; text-align: justify
}
.student
{
width:425px; height: 175px; border: 0px solid #000; float: right; background: #f2dabd
}
.college
{
width:425px; height: 175px; border: 0px solid #000; float: left; margin-top:10px; background: #f2dabd;
}
.profession
{
width:545px; height: 175px; border: 0px solid #000; float: right; margin-top:10px; background: #f2dabd;
}
h6
{
font-size:18px; /*padding: 10px 0 0 15px;*/ color: #733f03; font-family: Lato
}
.blackBox {
	background:#1e1e1e;
	padding:20px 0;
	border:0px solid red;
}
#darkBlueBox {
	width:100%;
	background:#43494c;
	padding:10px 0px;
	border:0px solid #ecebeb;
}
#lightBlueBox {
	width:100%;
	background:#43494c;
	padding:35px 0px;
	border:0px solid #396a9b;
}


label { display:block; }
input[type=text],input[type=file],input[type=email],input[type=tel], select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	padding:10px;
	width:85%;
	background:#f9f9f9;
	border-radius:5px;
	margin-bottom:15px;
	border:1px solid #d8d8d8;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	padding:10px;
	width:100%;
	height:190px;
	background:#f9f9f9;
	border-radius:5px;
	margin-bottom:15px;
	border:1px solid #d8d8d8;
}
input[type=submit],input[type=button] {
	padding:10px 15px;
	border:1px solid #ff9933;
	width:auto;
	background:#ff9933;
	font:normal 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	cursor:pointer;
	border-radius:5px;
	text-transform:uppercase;
	text-decoration:none;		
}
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, button:hover {
	background:#ff9933;
}



.leftCol { width:550px; float:left; }
.rightCol { width:550px; float:right; }

.leftColContact {	width:550px; float:left; border:0px solid blue; }
.rightColContact {	width:550px; float:right; border:0px solid blue; }

.leftContainer {
	width:800px;
	border:0px solid blue;
	float:left;
}
.rightContainer {
	width:300px;
	border:0px solid blue;
	float:right;
}


#address {	
	width:550px;
	background:#f9f9f9;
	border:1px solid #e1e1e1;
	padding:15px;
	margin-bottom:30px;
}


#googleMap {	
	width:550px;
	height:350px;
	background:#f9f9f9;
	border:1px solid #e1e1e1;
}



#blogPost {
	width:100%;
	border:0px solid red;
	margin-bottom:30px;
}
#blogPost .featuredImg {
	background:url(images/featured-img.jpg);
	width:800px;
	height:285px;
	border:0px solid red;
	margin-bottom:20px;
}


#postDetails {
	width:100%;
	margin-top:30px;
	border:0px solid red;
}

#postDetails .datePD {
	width:65px;
	height:70px;
	background:#f9f9f9;
	float:left;
}
#postDetails .contentPD {
	width:710px;
	float:right;
	border:0px solid blue;
}
#postDetails .date {
	font-size:28px;
	color:#666666;
	text-align:center;
	width:65px;
	height:45px;
}
#postDetails .month {
	font-size:14px;
	color:#fff;
	background:#ff9933;
	text-align:center;
	width:65px;
	height:25px;
}
#postDetails .byAdmin {
	width:auto;
	background:url(images/admin-ico.jpg) left center no-repeat;
	padding-left:20px;
	margin-right:25px;
	float:left;
	border:0px solid red;
	font-size:12px;
	color:666;
	margin-bottom:15px;
}
#postDetails .byCategory {
	width:auto;
	background:url(images/category-ico.jpg) left center no-repeat;
	padding-left:20px;
	margin-right:25px;
	float:left;
	border:0px solid red;
	font-size:12px;
	color:666;	
	margin-bottom:15px;
}
#postDetails .byComment {
	width:auto;
	background:url(images/comment-ico.jpg) left center no-repeat;
	padding-left:20px;
	margin-right:25px;
	float:left;
	border:0px solid red;
	font-size:12px;
	color:666;	
	margin-bottom:15px;
}


/* SIDEBAR BOX */
#sidebarBox {
	width:auto;
	margin-bottom:20px;
	padding:0 0 10px 0;
	border:1px solid #f2f2f2;
	border-width:0 0 1px 0;
}
#sidebarBox p.headingSB {
	color:#e84c3d;
	font-size:14px;
	text-decoration:none;
	margin:0 0 10px 0;
}
#sidebarBox p.headingSB {
	color:#e84c3d;
	font-size:16px;
	line-height:20px;
	text-decoration:none;
	margin:0 0 10px 0;
}
#sidebarBox p.dateSB {
	color:#999;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	margin:0 0 10px 0;
}
#sidebarBox p {
	font-size:12px;
	line-height:16px;
	/*color:#e84c3d;*/
	color:#a9a9a9;
	margin:0 0 10px 0;
	font-weight:normal;
}
#sidebarBox p a {
	color:#a9a9a9;
	font-size:11px;
	text-decoration:none;
	margin:0;
}
#sidebarBox p a:hover {
	color:#e84c3d;
}
#sidebarBox .thumbnailSB {
	width:84px;
	height:84px;
	float:left;
	border:0px solid red;
	background:url(images/sidebar-img.jpg);
}
#sidebarBox .thumbnailSB img {
	width:84px;
	height:84px;
}
#sidebarBox .contentSB {
	width:200px;
	float:right;
	border:0px solid red;
}



.leftColBB {
	float:left;
}
.leftColBB h2 {
	font-size:30px;
	color:#fff;
	font-weight:normal;
}
.leftColBB h4 {
	font-size:24px;
	color:#fff;
	font-weight:normal;
	border:none;
	text-transform:none;
	padding:0;
}

.joinNow {
	width:auto;
	padding:15px 25px;
	background:#fff;
	border-radius:10px;
	color:#f8931d;
	font-size:22px;
	text-decoration:none;
	float:right;
	margin-top:10px;
}


.homeBox01 {
	width:300px;
	height:200px;
	border:0px solid red;
	float:left;
	/*margin:0 15px;*/
}
.homeBox02 {
	width:300px;
	height:200px;
	border:0px solid red;
	float:left;
	margin:0 35px;
}
.homeBox03 {
	width:300px;
	height:200px;
	border:0px solid red;
	float:left;
/*	margin:0 15px;*/
}

.homeIco01 {
	background:url(images/home-ico-1.jpg) top left no-repeat;
	font-size:24px;
	color:#f8931d;
	padding:5px 0 16px 0px;
	margin:0 0 10px 0;
	text-align:left;
	height:50px;
}
.homeIco01 span, .homeIco02 span, .homeIco03 span, .homeIco04 span {
	display:block;
	color:#666666;
	font-size:13px;
	text-align:left;
	text-transform:uppercase;
}

.homeIco02 {
	background:url(images/home-ico-2.jpg) top left no-repeat;
	font-size:24px;
	color:#f8931d;
	padding:7px 0 14px 0px;
	margin:0 0 10px 0;
	text-align:left;
	height:50px;
}

.homeIco03 {
	background:url(images/home-ico-3.jpg) top left no-repeat;
	font-size:24px;
	color:#f8931d;
	padding:7px 0 14px 0px;
	margin:0 0 10px 0;
	height:50px;
}
.homeIco04 {
	background:url(images/home-ico-4.jpg) top left no-repeat;
	font-size:24px;
	color:#f8931d;
	padding:7px 0 14px 0px;
	margin:0 0 10px 0;
	text-align:left;
	height:50px;
}

/* WHO WE SERVE */
#whoWeServe {
	width:100%;
	background:url(images/who-we-serve.jpg) top center no-repeat;
	height:492px;
}
#whoWeServe .headingWho {
	width:100%;
	font-size:22px;
	text-transform:uppercase;
	color:#fff;
}
#whoWeServe p {
	color:#fff;
	margin:0;
}
#whoWeServe .edu {
	width:700px;
	float:left;
	margin:80px 0 0 430px;
	border:0px solid yellow;
}
#whoWeServe .bus {
	width:700px;
	float:left;
	margin:45px 0 0 430px;
	border:0px solid yellow;
}
#whoWeServe .pro {
	width:700px;
	float:left;
	margin:60px 0 0 430px;
	border:0px solid yellow;
}


.homeTesti {
/*	background:url(images/home-testi-bkg.jpg) top center no-repeat;*/
	height:420px;
	width:100%;
	border:0px solid red;
	/*padding-top:160px;*/
}

.testiSample {
	background:#f8931d;
	width:900px;
	padding:2px;
	margin:0px auto 0 auto;
	border-radius:10px;
	border:0px solid #f8931d;
}


/* PEOPE BOX */
.peopleBox {
	width:100%;
	margin-bottom:20px;
	border:0px solid red;
}
.peopleBox .leftBoxPB p, .peopleBox .rightBoxPB p {
	margin:0;
}
.peopleBox .image {
	width:257px;
	height:174px;
	background:#ccc;
	border:0px solid red;
	margin-bottom:10px;
	display:none;
}
.peopleBox .titlePB {
	font-size:18px;
	color:#333333;
	display:block;
	margin-bottom:2px;
}
.peopleBox .leftBoxPB {
	width:260px;
	padding:10px;
	float:left;
	border:1px solid #ccc;
	margin-right:35px;
	margin-bottom:15px;
}
.peopleBox .rightBoxPB {
	width:260px;
	padding:10px;
	float:right;
	margin-bottom:15px;
	border:1px solid #ccc;
}


/* WHY SALES */
.whySales {
	width:100%;
	border:0px solid red;
}
.whySales .imageLeftWS {
	background:url(images/why-sales-img.jpg);
	width:295px;
	height:252px;
	float:left;
	border:0px solid red;
}
.whySales .contentRightWS {
	width:810px;
	float:right;
	border:0px solid red;
}

hr {
	width:100%;
	height:1px;
	background:#ccc;
	margin:40px 0;
	border:none;
}

.whySalesLeftBox {
	width:540px;
	height:250px;
	border:0px solid #ccc;
	padding:15px;
	float:left;
	background:#f8931d;
	margin:0 15px 15px 15px;
}
.whySalesLeftBox h6, .whySalesLeftBox li {
	color:#fff;
}


/* TESTIMONIALS */
#videoBox {
	width:100%;
	margin-bottom:30px;
	border:0px solid red;
}
#videoBox .video {
	width:407px;
	height:268px;
	float:left;
	background:url(images/testi-video.jpg);
	border:0px solid red;
}
#videoBox .contentVideo {
	width:710px;
	height:268px;
	float:right;
	border:0px solid red;
}
#videoBox .titileVideo {
	font-size:30px;
	color:#333333;
	margin:0 0 15px 0;
}
#videoBox span { color:#ff9933; }



/* testimonialsBox */
.testimonialsBox {
	width:100%;
	margin-bottom:20px;
	border:0px solid red;
}
.testimonialsBox span { color:#ff9933; }
.testimonialsBox .leftBoxTB p, .testimonialsBox .rightBoxTB p {
	margin:0 0 15px 0;
}
.testimonialsBox .imageTB {
	width:257px;
	height:174px;
	background:#ccc;
	border:0px solid red;
	margin-bottom:10px;
}
.testimonialsBox .titleTB {
	font-size:14px;
	color:#333333;
	display:block;
	margin-bottom:2px;
}
.testimonialsBox .leftBoxTB {
	width:257px;
	padding:0;
	float:left;
	border:0px solid #ccc;
	margin-right:35px;
	margin-bottom:15px;
}
.testimonialsBox .rightBoxTB {
	width:257px;
	padding:0;
	float:right;
	margin-bottom:15px;
	border:0px solid #ccc;
}



/* BUSINESS */
#businessBox {
	width:100%;
	margin-bottom:30px;
	border:0px solid red;
}
#businessBox .imageBusi {
	width:374px;
	height:237px;
	float:right;
	background:url(images/business-img-1.jpg);
	border:0px solid red;
}
#businessBox .imageEdu {
	width:374px;
	height:237px;
	float:right;
	background:url(images/education%27-img-1.jpg);
	border:0px solid red;
}
#businessBox .contentBusi {
	width:710px;
	height:268px;
	float:left;
	border:0px solid red;
}
#businessBox .titileBusi {
	font-size:30px;
	color:#333333;
	margin:0 0 15px 0;
}
#businessBox span { color:#ff9933; }


.businesWhiteBox {
	background:#fff url(images/business-img-3.jpg) 20px 20px no-repeat;
	padding:10px 10px 10px 120px;
	margin-bottom:20px;
}
.educationWhiteBox {
	background:#fff url(images/education-img-2.jpg) 20px 20px no-repeat;
	padding:15px 10px 15px 120px;
	margin-bottom:20px;
}




/* PRE FOOTER */
.leftFB {
	float:left;
	margin: 0px 30px 0px 0px;
}
.rightFB {
	float:right;
	margin: 0px;
}
.footerLogo {
	background:url(../images/footer-logo.jpg) center center no-repeat;
	width:190px;
	height:150px;
}


.preFooterBox {
	width:75%;
	border:0px solid RED;
	
	float: left;
	padding-top:22px;
	
}
.preFooterBoxS {
	width:190px;
	border:0px solid RED;
}

.preFooterBox ul
{
width: 100%;
list-style: none;
float:left;
margin:0;
padding:0;
padding-bottom:10px;
border-bottom:1px solid #999999;
}
.preFooterBox li
{
	color:#999999;
	display:inline;
	text-transform:uppercase;
	padding-right:18px;
	
}
.preFooterBox input[type=text], .preFooterBox input[type=email] {
	width:100%;
	box-sizing:border-box;
	margin: 0px 0px 5px 0px;
	border:1px solid #878889;
	padding:10px;
	background:transparent;
	font-size:13px;
	color:#fff;
}
.preFooterBox textarea {
	width:100%;
	height:100px;
	resize:none;
	box-sizing:border-box;
	margin: 0px 0px 5px 0px;
	border:1px solid #878889;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	background:transparent;
}
.preFooterBox input[type=submit], .preFooterBox input[type=button] {
	width:auto;
	background:#f8931d;
	color:#fff;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	box-sizing:border-box;
	margin: 0;
	border:1px solid #f8931d;
	padding:10px;
}

.preFooterBoxS ul {
	margin:0px;
	
}
.preFooterBoxS li {
	margin:0px;
	list-style:none;
}
.preFooterBoxS li a {
	margin:0px;
	padding:8px 10px 8px 0px;
	font-size:14px;
	color:#cccccc;
	font-weight:normal;
	display:block;
	text-decoration:none;
	border-bottom:1px dashed #2e3443;
}
.preFooterBoxS li a:hover {
	color:#f8931d;
	text-decoration:none;
}


/* FOOTER */
.footerLeft {
padding-top:40px;
	width:45%;
	font-size:12px;
	color:#999999;
	float:left;
	text-align:left;
}

.footerLeft a{
text-decoration:none;
color: #999999;
}

.footerRight {
	width:45%;
	font-size:12px;
	color:#999999;
	float:right;
	margin: -2% 0;
	text-align:right;
}
.footerRight a {
	font-size:13px;
	text-decoration:none;
	color: #999999;
}
.footerRight img{
margin: 0 0 0 5px;
}
/*.programs
{
width:100%;
}*/
.programs img
{
/*width:200px; */
float:left; 
margin-right:1%;
border: 0px solid #F00;
}

.middle
{
/*width:200px; */
float:left; 
margin:0 0 0 1.5%;
border: 0px solid #F00;
}

.first
{
float: left; 
}

.last
{
float:right;
}


.program
{
margin-top:5%;  background: #a98d39; text-align: justify; line-height:30px; 
}
.program h1
{
	color: #fff;
	padding: 32px 0 0 40px;
}
.program p
{
color: #894347;font-size: 15px;/*padding: 0px 40px; */ text-align: justify 
}

.saplingContent
{
	width:380px;padding: 15px 40px 
}

.saplingContent	p
{
	color: #e8d18a;font-size: 14px;
}

.corporate {
height:500px; margin-top:5%; background: #d97f84;
}
.corporate h1
{
	color: #fff;
	padding: 28px 0 0 40px;
}
.corporate p
{
	color: #894347;font-size: 14px;padding: 0px 40px; text-align: justify 
}

.workshops
{
	/* height:461px; */ margin-top:5%; background: #6ebab9
}
.workshops h1
{
	color: #fff;
	padding: 32px 0 0 40px;
}
.workshop
{
/* width:490px; */ background: #8dcac9; height:375px; float:left
}
.oneday
{
width: 260px; float: right;
}
.oneday p
{
color:#32605f; font-size:12px; padding: 20px 40px;
}
.today
{
width: 225px; float: left;
}
.today p
{
color:#32605f; font-size:12px; padding: 15px 40px;
}

.today ul li
{
color:#32605f; font-size:12px; margin:10px 0 10px 30px; line-height:20px;
}

.oneday ul li
{
color:#32605f; font-size:12px; margin:10px 0 10px 30px; line-height:20px;
}
.workshop h3
{
/*	color: #32605f; */
	color: #1e1e1e; 
	font-weight:normal;
	text-align: left;
	padding:  15px 0 0 40px
}
.workshop h6
{
	color: #fff; 
	background: #ff393a;
	font-size:12px;
	text-align: left;
	width:135px;
	padding: 5px 15px;
	margin: 0 40px;
}

.forcorporates
{
width:482px; background: #add9d8;height:375px; float:right
}
.forcorporates h1
{
	color: #fff;
	padding: 32px 0 0 40px;
}

.forcorporates h3
{
	color: #32605f; 
	text-align: left;
	padding:  15px 0 0 40px
}
.forcorporates p
{
color: #32605f; padding: 0px 40px; font-weight: bold; font-size: 12px; 
}


.inter
{
display: inline-block;
    height: auto; margin-top:5%; background: #7fad64; 
}
#cumb1 > h2,#cumb2 > h2 {
  margin-top: 40px;
  color: #ffffff;
  font-weight: normal;
}
#corp1 > h2,#corp2 > h2 {
  margin-top: 35px;
  color: #ffffff;
  font-weight: normal;
}
#cumb2,#cumb1 {
  margin-left: 12px;
}
#corp2,#corp1 {
  margin-left: 12px;
}
#cumb2 ul li ,#cumb1 ul li{
  color: #ffffff;
  font-size: 13px;
}
#cumb1 > img {
  width: 100%;
}
#cumb2 .contacts {
  background-color: #7fad64;
  display: block;
  margin-left: 24px;
  padding: 5px;
  width: 90px;
}
.panel-container.cumb-container {
  background-color: #D97F84 !important;
  color: #000000;
  display: table;
  width: 100%;
}
.panel-container.corp-container {
  background-color: #d27c41 !important;
  display: table;
  width: 100%;
}
#corp2 .btn {
  background-color: #bba460;
  height: auto;
  margin: 0 30px;
  max-width: 225px;
  width: auto;
}
.inter.corp {
  background-color: #bba460;
}
.inter h1
{
	color: #fff;
	padding: 32px 0 0 40px;
}

.inter p
{
color: #ffffff; 
padding-left: 0;
padding-right:0px;
text-align:justify;
}

.customised
{
height:300px; margin-top:5%; background: #D27C41; margin-bottom: 40px;
}

.customised h1
{
	color: #fff;
	padding: 32px 0 0 40px;
}

.customised p
{
color: #fff; padding: 0 40px;
}

.btn
{
border: 1px solid #fff; width: auto; margin: 0 40px; padding: 8px; color: #f8c780; float: left; 
}

.btn a {color: #2b461a; }
.btn a:hover {color: #2b461a; }


.contacts 
{
border: 1px solid #fff; width: auto;color: #f8c780; padding:5px;
}

.contacts a {color: #2b461a; }
.contacts a:hover {color: #2b461a; }

.about 
{
width: 360px; text-align: justify
}

.about h1
{
font-family: 'Helvetica Neue LT' ; color: #f8931b;
}

.people
{
background: #f2dabd; height: 160px;
}
.people p{
width: 480px; padding: 0 15px; float: left; text-align: justify
}

.partner
{
	margin:0 3%; text-align: center 
}

.partner h1
{
	font-family: Helvetica Neue LT; color: #f8931b
}

.parnernav
{
margin:0 6%; text-align: center; height:200px; 
}
.parnernav p
{
width:185px; padding: 10px 10px; font-size:14px; margin:0px 15px 0px 0px ; background:#aa8d62; color: #fff; float:left
}

.parnernav p a{ color:#FFF; font-size:14px;}
.parnernav p a:hover{ color:#FFF; font-size:14px;}

.newnav
{
text-align: center; height:200px; 
}
.newnav p
{
width:110px; padding: 10px 10px; margin:0px 15px 0px 0px ; background:#aa8d62; color: #fff; float:left
}

.hubbgdark {background:#2A4558; height: 350px; width:238px; float: left; margin: 0; padding-right:15px; padding-left:10px;}
.hubbglight {background:#42657C; height: 350px; width:238px; float: left; margin: 0; padding-right:15px;  padding-left:10px;}
.hubfirst{ float:left;}
.hubmiddle{float:left; margin:0 0 0 1%; border: 0px solid #F00;}
.hublast{float:right;}
.hubTitle{text-align:center; margin-top:7px; font-size:16px;}







 /* Example Styles for Demo */
    .etabs { margin-bottom: -82px; padding: 0; }
    .tab { display: inline-block; zoom:1; *display:inline; border-bottom: none; margin-left:0px; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
    .tab a { font-size: 14px; line-height: 2em; display: block; padding: 0 3px; outline: none; }
    .tab a:hover { text-decoration: underline; }
    .tab.active {  padding-top: 6px; position: relative; border-color: #666; }
    .tab a.active { font-weight: bold; }
    .tab-container .panel-container {/* height:615px; */ background: #baa461; background-image:url(tabs/topstrip.jpg); background-repeat:repeat-x ; padding: 54px 0px 0px 2px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
    .panel-container {/* margin-bottom: 10px; */}
	.tab-container ul li {color: #fff}
	.ing 
	{
		color: #fff; width: 560px; padding: 32px 0 0 17px;
	}
	.conAdd{
	margin-left:10%;width: 400px; float: left; font-size: 14px; line-height: 25px; font-family: Lato; color: #726657
	}
	
	.conAdd h2{
	text-transform:none; color:#5d5853; font:18px; 
	}
	
	.conAdd img{
	margin:0px 15px -3px 0px 
	}
	.conAdd span{
	padding-left: 39px;
	}
	
	.conAdd1{
	width: 400px; float: right;line-height: 25px; font-family: Lato; font-size: 14px; color: #726657
	}
	.conAdd1 h2{
	text-transform:none; color:#5d5853; font:18px;
	}
	
	.conAdd1 span
	{
	padding-left: 40px;
	}
	.conAdd1 img {
	margin:0px 20px -3px 0px
	}
	
	.eager
	{
		margin-left:10%;width: 310px; margin-top: 30px; float: left;
	}
	.eager h1
	{
	font-family: Helvetica Neue LT; color: #f8931b
	}
	
	.eager img
	{
	margin: 0 0 0 5px;
	}
	
	.formss
	{
	margin-left:10%;width: 460px; margin: 10px 30px; text-align: justify; float: right;
	}
	.formss span
	{
	color:#F00; font-size:14px; height:25px; display:block;
	}
	
	
	
	
	
	
	
	
	.banner {
	position: relative;
	width: 100%;
	overflow: auto;
	
	font-size: 18px;
	line-height: 24px;
	text-align: right;
	
	color: rgba(255,255,255,.6);
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
	
	background: #A3D6EB;
	
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
	.banner ul {
		list-style: none;
		width: 300%;
		margin-left:0px;
	}
	.banner ul li {
		display: block;
		float: left;
		width: 33%;
	/*	padding: 160px 0 110px;*/
		
		min-height: 444px;
		
/*		-webkit-background-size: 100% 100%;*/
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		-ms-background-size: 100% 100%;
/*		background-size: 100% 100%;*/
		
		box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
	}
	
.banner h1, .banner h2
{
font-size: 28px;
line-height: 52px;		
background:url(images/bg.png) repeat;
font-family: Helvetica Neue LT;
line-height: 50px;
margin-top: 350px;
opacity: 0.6;
/* text-align: center; */
float:right;
width: 100%;	
}
	.banner h1 a
	{
		/*    float: right;
		margin-right: 18%;
		right: 0;
		position: relative; */
	}
	.banner h1 a:hover
	{
		color: #fff;
	}
	
.banner .btn {
		display: inline-block;
		margin: 25px 0 0;
		padding: 9px 22px 7px;
		clear: both;		
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;		
		border: 2px solid rgba(255,255,255,.4);
		border-radius: 5px;
	}
		.banner .btn:hover {
			background: rgba(255,255,255,.05);
		}
		.banner .btn:active {
			-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
		}
		
	.banner .btn, .banner .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}
	
	.banner .dots {
		position: absolute;
		left: 0;
		right: 0;
		margin-left:0px !important;
		bottom: 20px;
	}
		.banner .dots li {
			display: inline-block;
			width: 10px;
			height: 10px;
			margin: 0 4px;
			
			text-indent: -999em;
			
			border: 2px solid #313C45;
			border-radius: 6px;
			
			cursor: pointer;
			opacity: .4;
			
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner .dots li.active {
				background: #fff;
				opacity: 1;
			}
/**6 feb 2015**/

.home-box-col-4{
width:25%;
float:left;
padding-left:10px;
padding-right:10px;
text-align:justify;
}	
.home-box-col-4 p { margin-bottom:30px}
.home-box-col-4 span.read {
    bottom: 0;
    position: absolute;
    float: left;
    margin-left: 0px;
}
.homeBox011 {padding-left:0px !important;}
.homeBox031 {padding-right:0px !important;}
.about-bg{	background-size: 520px 273px !important;background:url("images/about-bg-box.jpg") no-repeat scroll 40% 0% transparent}
.about-box{width:100%;font-family: "Lato",sans-serif; margin-top:35px;margin-bottom:35px;}
.about-box .left{float: left;
width: 53%;
padding:38px 83px 97px 56px;
text-align: justify;
line-height: 1.5;color:#000;}
.about-box .right {float:right; width:45%;}
.right .about {width:100%;}
.prgrm {width:100%}
.prgrm .left{ width:50%; float:left;}
.prgrm .right { width:50%;float:right;}
#tioss{background:#00703C; }
#tioss .saplingContent  p {color : white;}
#tioss .saplingContent {line-height:1.5; }
#tioss .saplingContent h1{line-height:1.2; }
.tioss_logo {  border: 13px solid white;
  width: 45%;
  margin-bottom: 10px;
}
.tioss-tabs { margin-bottom:-99px}
#tabs1-html-tioss a ,#tabs1-css-tioss a  , #tabs1-js-tioss a{ color:#000; }
#tabs1-html-tioss p ,#tabs1-css-tioss p ,#tabs1-js-tioss p{color:#00703C; padding:10px; font-size : 14px}
#tabs1-html-tioss h1 ,#tabs1-css-tioss h1 ,#tabs1-js-tioss h1{font-size: 20px; text-transform: uppercase;color:#00703C; margin-top:10px; margin-bottom:10px;padding-left:10px; }
#tab-container-tioss {margin-top:40px;}
.tioss-container { background: url("tabs/topstrip-tioss.png") repeat-x scroll 0% 0% #CCE1D8 !important;}
.tioss-tbl td{ text-align:center; padding-top:5px;padding-bottom:5px; padding-left:12px; padding-right:12px;text-transform:uppercase}
.cert-table {width:96%; margin-top:40px;background:#E6F1EB;color:#808080;text-align:left;font-size:14px}
#tabs11-css-tioss ,#tabs1-css-tioss ,#tabs1-js-tioss {width:100%;}
.cert-table td{padding:4px; }
.whitebg{background:white; }

#tabs11-html-tioss a ,#tabs111-css-tioss a  , #tabs11-js-tioss a{ color:#000; }
#tabs11-html-tioss p ,#tabs111-css-tioss p ,#tabs11-js-tioss p{color:#00703C; padding:10px; font-size : 14px}
#tabs11-html-tioss h1 ,#tabs111-css-tioss h1 ,#tabs11-js-tioss h1{font-size: 20px; text-transform: uppercase;color:#00703C; margin-top:10px; margin-bottom:10px;padding-left:10px; }
#tabs11-html-tioss ,#tabs111-css-tioss ,#tabs11-js-tioss {width:100%;}
#workshops{background:#00703C; }
#workshops .saplingContent  p {color : white;}
#workshops .saplingContent {line-height:1.5; }
#workshops .saplingContent h1{line-height:1.2; }
/*#light {
position: relative !important;
top: -1000px !important;
z-index: 1002!important;
margin: 0 auto!important;
width: 793px!important;} 
#light{
    display: none;
    position: absolute;
	top: 70px;
	right: 246px;
	z-index:1002;
}
*/
#light{
  display: none;
  position: relative;
  z-index: 1002;
  width: 800px;
  margin: 0 auto;
  top: -1100px;
}
.cert-table th {text-transform:uppercase;}
.logonew{background:url(../images/logo.png) no-repeat scroll 50% 0;width:235px;height:178px; position:absolute; margin:0 auto; width:100%;}




/* ========= Announcement ============ */

.announcement-main .section-head h2 {
    display: block;
    margin-bottom: 40px;
    padding-top: 25px;
}
.announcement-text {
    color: #666;
    font-size: 16px;
    margin-bottom: 14px;
    letter-spacing: 0.35px;
}
.announcement-main {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
}
.announcement-photos {
    margin-top: 50px;
    margin-bottom: 20px;
}
.announcement-photos .owl-nav {
    display: none;
}
.announcement-main .container {
    /* margin: 10px 220px; */
    margin: auto;
    display: block;
    width: 980px;
}

@media only screen and (min-width: 240px) and (max-width: 768px){ 
	
	.announcement-photos .owl-nav {
		display: block;
		margin-top: -40px;
		margin-right: 10px;
	}
	.announcement-text {
		width: 95%;
		padding: 0 10px;
	}
	.announcement-main .section-head h2 {
		padding-left: 11px;
	}
	.announcement-main .container {
		margin: 10px 0;
		width: 90%;
		margin: auto;
		display: block;
	}

	


 }

