body, html {
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #1c424d;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-size: 36px;
	margin: 0;
	text-transform:uppercase;
	font-weight:300;
}
h3 {
	font-size: 26px;
	margin: 0;
	text-transform:uppercase;
	font-weight:300;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: normal;
	margin-bottom:30px;
}
a {
	color: #5b777f;
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #f1c40f;
}
.img-centered {
	margin: 0 auto;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #032e3a;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
.section-title {
	padding: 30px 0;
}
.section-title h2 {
	font-weight: 400;
	margin-bottom: 36px;
	margin-top: 24px;
	color: red; /* added TBD */
}
#contact-section .section-title h2 {
	font-weight: 400;
	margin-bottom: 36px;
	margin-top: 30px;
}
hr {
	position: relative;
	background: #626a29;
	border: 0;
	margin-bottom: 40px;
	height: 1px;
	width: 240px;
	position: relative;
}
#about-section hr {
	background: #c92110;
	
}
#about-section p, #career-section p, #testimonials-section p { text-align:left;}
/* Navigation */
#menu {
	padding: 0px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: #fff;
	border-top: 6px solid #f4ad00;
}
#menu a.navbar-brand {
	padding:3px;
}
#menu a.navbar-brand i.fa {
	color: #f3ca27;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	letter-spacing:normal;
	font-weight:700;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #f3ca27;
	background-color: #FFE033;
	transparent: 1.0;
}
.on {
/*	background-color: #032731 !important;
	padding: 0 !important;*/
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #f3ca27 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #f3ca27;
	border-color: #f3ca27;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
/* Home Style */
header {
	background: url(../img/header-bg.jpg) no-repeat bottom center;
	background: black;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
header p {
	color: #d9e0e2;
	font-size: 20px;
	margin-bottom: 80px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.intro-text 
{
	position: relative;
	padding-top: 250px;
	padding-top: 60px; /* TBD */
	
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
	padding-bottom: 5px; /*TBD*/
	
}
.intro-text H1 {
	font-family: "Roboto", sans-serif;
	
	font-size: 40px;
	color: #d9e0e2;
	background: #484848;
	background: #3371FF;
	
	margin: 60px auto 100px auto;
	width: 60%;
	padding: 10px;
	border-radius: 8px;
	border-style: solid;
	border-color: orange;

	}
.color {
	color: #f3ca27;
}
.btn-default {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	background-color: #ff9c00;
	border: 0;
	margin: 0 8px;
	font-size: 18px;
	font-weight:700;
	transition: all 0.5s;
	text-transform:uppercase;
	border-radius:4px;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #ffb400;
}

/*-----Product Section ------*/
#products-section {
	padding: 20px 0 0 0;
	background: #E7A125;
	
	color: #fff;
}
#products-section hr {
	background: #BE831B;
}
#products-section h4 {
	color: #2E2109;
	text-transform: uppercase;
}
#products-section h2 {
	margin-bottom: 40px;
	margin-top: 40px;
}
.section-title {
	padding: 0;
}
.space {
	margin-top: 40px;
}
#products-section i.fa {
	font-size: 40px;
	border: 0;
	width: 100px;
	height: 100px;
	padding: 32px 25px;
	background: #fff;
	margin-bottom: 6px;
	border-radius: 77px;
	color: #6B3200;
	transition: all 0.5s;
}
#products-section .service:hover>i.fa {
	    background: #495907;
    color: #fff;
}
.download_btn {
	border: 4px solid #A27018;
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    background: #C57E00;
    color: #fff;
    text-transform: uppercase;
}
.download_btn:hover {
    background: #FF5722;
    color: #fff;
    border-color: #D24A1F;
}
#products-content {
	background-color:#f7f1e6;
	padding:30px 0;
}
#products-1 {
	background-color:#f8c255;
	border-bottom:1px solid #c99938;
	border-top:1px solid #c99938;
	color:#785B21;
	text-transform:uppercase;
	font-size:22px;
	font-weight:500;
	padding:12px 0;
	text-align:center;
}
#products-2 {
	background-color:#bfe79e;
	border-bottom:1px solid #77b543;
	border-top:1px solid #77b543;
	color:#305511;
	text-transform:uppercase;
	font-size:22px;
	font-weight:500;
	padding:12px 0;
	text-align:center;
}
#products-3 {
	background-color:#7dd5c9;
	border-bottom:1px solid #2a7e73;
	border-top:1px solid #2a7e73;
	color:#0E4740;
	text-transform:uppercase;
	font-size:22px;
	font-weight:500;
	padding:12px 0;
	text-align:center;
}
.products_list {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size:17px;
	font-weight:300;
	line-height:28px;
}
#products-section img {
	margin-bottom: 20px;
}
#products-section p {
	color: #000;
	background-image: url(../img/main-list-icon.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 30px;
	text-align: left;
	margin-bottom: 10px;
	font-size: 16px;
}
ul.sub_list li {
	color: #000;
	background-image:url(../img/sub-list-icon.png);
	background-position:center left;
}

/*-----End Product Section-----*/

/* Services Section */
#services-section {
	padding: 20px 0 0 0;
	background: #E7A125;
	
	background-color: #F0FFFF; /* old consultancy */
	background-color: #FFFACD; /* old education TBD*/
	background-color: #E6E6FA; /* old about us TBD */

	
	color: #fff;
}
#services-section hr {
	background: #BE831B;
}
#services-section h4 {
	color: #2E2109;
	text-transform: uppercase;
}
#services-section h2 {
	margin-bottom: 40px;
	margin-top: 40px;
}
.section-title {
	padding: 0;
}
.space {
	margin-top: 40px;
}
#services-section i.fa {
	font-size: 40px;
	border: 0;
	width: 100px;
	height: 100px;
	padding: 32px 25px;
	background: #fff;
	margin-bottom: 6px;
	border-radius: 77px;
	color: #6B3200;
	transition: all 0.5s;
}
#services-section .service:hover>i.fa {
	    background: #495907;
    color: #fff;
}
.download_btn {
	border: 4px solid #A27018;
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    background: #C57E00;
    color: #fff;
    text-transform: uppercase;
}
.download_btn:hover {
    background: #FF5722;
    color: #fff;
    border-color: #D24A1F;
}
#service-content {
	background-color:#f7f1e6;
	padding:30px 0;
}
#service-1 {
	background-color:#f8c255;
	border-bottom:1px solid #c99938;
	border-top:1px solid #c99938;
	color:#785B21;
	text-transform:uppercase;
	font-size:22px;
	font-weight:500;
	padding:12px 0;
	text-align:center;
}
#service-2 {
	background-color:#bfe79e;
	border-bottom:1px solid #77b543;
	border-top:1px solid #77b543;
	color:#305511;
	text-transform:uppercase;
	font-size:22px;
	font-weight:500;
	padding:12px 0;
	text-align:center;
}
#service-3 {
	background-color:#7dd5c9;
	border-bottom:1px solid #2a7e73;
	border-top:1px solid #2a7e73;
	color:#0E4740;
	text-transform:uppercase;
	font-size:22px;
	font-weight:500;
	padding:12px 0;
	text-align:center;
}
.services_list {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size:17px;
	font-weight:300;
	line-height:28px;
}
#services-section img {
	margin-bottom: 20px;
}
#services-section p {
	color: #000;
	background-image: url(../img/main-list-icon.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 30px;
	text-align: left;
	margin-bottom: 10px;
	font-size: 16px;
}
ul.sub_list li {
	color: #000;
	background-image:url(../img/sub-list-icon.png);
	background-position:center left;
}
/* About Section */
#about-section {
	padding: 40px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: #e74c3c; /* Old browsers */
	background-color: #E6E6FA; /* added TDB  */
	
	color: #fff;
}
#about-section h3 {
	margin-bottom:30px;
}
#about-section h4 {
	color: #81969c;
	font-size: 20px;
}
#about-section li {
/*	margin-bottom: 6px;
	list-style: none;
	padding: 0;*/
}
#about-section li:before {
/*	content: "âœ“";
	color: #f3ca27;
	padding-right: 5px;*/
}
/*#about-section p { text-align:left;}*/
ul.about_list {
	list-style:none;
	margin:0;
	padding:0;
}
.bring {
text-align:center;
}
.bring img {
display:inline-block;
margin-bottom:20px;
}
.bring p {
/*text-align:left;*/
}
.about-1 {
	background-image:url(../img/Pic-1.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:88px;
	margin:0 0 30px 0;
	padding-right:0;
	font-size: 18px;
	font-weight: 300;
	min-height:76px;
}
.about-2 {
	background-image:url(../img/Pic-2.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:88px;
	margin:0 0 30px 0;
	padding-right:0;
	font-size: 18px;
	font-weight: 300;
	min-height:76px;
}
.about-3 {
	background-image:url(../img/Pic-3.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:88px;
	margin:0 0 30px 0;
	padding-right:0;
	font-size: 18px;
	min-height:76px;
font-weight: 300;
}
.about-4 {
	background-image:url(../img/Pic-4.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:88px;
	margin:0 0 30px 0;
	padding-right:0;
	font-size: 18px;
	min-height:76px;
font-weight: 300;
}
/* Testimonials Section */
#testimonials-section {
	padding: 36px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: url(../img/testimonials-bg.jpg);
	background-size: cover;
	/*background-attachment: fixed;*/
	color: #fff;
	background: white;
}
#testimonials-section img {    background: #fff;}
#testimonials-section hr {
	background: #b45a0b;
}
#testimonial {
	padding: 0 0 0 0;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .item p {
	font-weight: 300;
	margin: 0 0 30px 0;
}
#career-section {    background: #F1EBB8;}
#career-section h2 {
	font-weight: 500;
	margin-bottom: 36px;
	margin-top:60px;
}
#career-section hr {    width: 150px;}
#career-section p {
	font-weight:400;
}
/* Contact Section */
#contact-section {
	padding: 30px 0 20px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
	background: #34495e;
	background-color: #2F4F4F; /* old color added TBD */

	color:#fff;
}
#google-map {
	padding:0;
	margin-bottom:50px;
}
#contact-section hr {
	background: #a9971c;
}
#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
}
#contact-section form {
	padding: 30px 0;
}
#contact-section .fa {
	color: #f8e287;
	margin-bottom: 10px;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #34495E;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .social {
	margin-top: 20px;
}
#contact-section .social ul {
	margin:0;
padding:0;
}
#contact-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact-section .social i.fa {
	font-size: 26px;
	padding: 4px 5px;
	color: #f8e287;
	transition: all 0.5s;
}
#contact-section .social i.fa:hover {
	color: #032731;
}
#contact-section .btn {
	background: #213447;
	border: 2px solid #fef9e7;
	border-radius:0;
	padding: 10px 20px;
	margin-top: 20px;
	color: #fef9e7;
	font-size: 16px;
	transition: all 0.5s;
	font-size: 18px;
	font-weight: 400;
	line-height:normal;
}
#contact-section .btn:hover, #contact-section .btn:focus {
	background: #F4AD00;
	border: 2px solid #D39601;
	color: #fff;
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
	margin:0;
	padding:0;
}
#contact-section .text-danger ul {
	margin:0;
	padding:0;
}
#contact-section .text-danger ul li {
	background: #CC0025;
	color: #FFF;
	font-size: 12px;
	margin-top: 4px;
	padding: 4px;
	text-transform: uppercase;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
.email_link {
	color:#fff;
}


#address-email-title
{
	font-family: 'Roboto', sans-serif;
	color: #FFF;	
	font-size: 20px;
	text-align: center;
	font-weight: 500;
}
#address-email-content
{
	font-family: 'Roboto', sans-serif;
	color: #FFF;	
	font-size: 17px;
	font-weight: 200;
}


/* Footer */
#footer {
    background: #0B141D;
	background: orange;
    padding: 0;
    color: rgb(208, 208, 208);
    color: black;
	text-align: center;
}
#footer p {
    font-size: 16px;
    margin: 10px 0;
	text-transform: capitalize;
	text-align: center;
}
 @media (max-width: 768px) {
.content {
 padding: 40% 0 0;
}
#contact-section h3 {
    margin-top: 20px;
}
}
 @media (max-width: 767px) {
#menu.navbar-default {
 background-color: #fff;
}
label {
 float: none !important
}
.hover-bg .hover-text {
 padding: 12% 10%;
}
 .navbar-default .navbar-collapse, .navbar-default .navbar-form {
 border-color: #BB9911;
 margin-top: 10px;
 background: #F3CA27;
  
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
 color: #fff !important;
 background-color: #E9A117;
 
}
}
 @media (max-width: 360px) {
.hover-bg .hover-text {
 padding: 22% 10%;
}
}
.navbar-brand {height:auto;}
.navbar-toggle {
    padding: 12px 12px;
    margin-top: 15px;
    margin-right: 15px;
}


@media (max-width: 600px) {
    .myFonts
	{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: black;
	text-align: justify;	
	}
}

@media (min-width: 601px) {
   .myFonts
	{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: black;
	text-align: justify;	
	}
 
}

#myFooter
{
	background-color: orange;
    height: 30px;
    position: absolute;
    left: 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
}

.myimg {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 150px;
}
.downloadButton
{
	background-color: orange; /* Green */
    border: none;
    color: white;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	border-radius: 8px;
}
#expertise-section {
	padding: 20px 0 0 0;
	background: #E7A125;
	
	background-color: #F0FFFF; /* old consultancy */
	background-color: #FFFACD; /* old education TBD*/
	background-color: #E6E6FA; /* old about us TBD */
	background-color: white; /* old about us TBD */

	color: #fff;
}
#training-section {
	padding: 20px 0 0 0;
	background: #E7A125;
	
	background-color: #F0FFFF; /* old consultancy */
	background-color: #FFFACD; /* old education TBD*/
	background-color: #E6E6FA; /* old about us TBD */

	color: #fff;
}
