/*	################################################################
     CLICK NOTICE GLOBAL STYLES
################################################################# */ 

/* ================================================== 
   FONTS GOOGLE API
===================================================== */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300);
@import url(https://fonts.googleapis.com/css?family=Lato:400,900);
/* ================================================== 
   GENERAL STRUCTURES
===================================================== */ 
/* Padding below the footer and lighter body text */
* {
	margin: 0;
	padding: 0px;
}
html, body {
	height: 100%;
	background: #ffffff;
	margin: 0;
	color: #49565c;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #377D31;
	text-align: left;
	text-transform: none;
	font-size:30px;
}
p {
	padding: 0;
	margin-bottom: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #49565c;
	margin-top: 10px;
}
.p18 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
}
.p24 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #49565c;
}
.p18regular {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
}
.p14regular {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.p14regular-blue {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #18a6d8;
}
.container {
	padding: 0px;
	margin: 0 auto;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}
.pl30 {
	padding-left: 30px;
}
.pl50 {
	padding-left: 50px;
}
.pr10 {
	padding-right: 10px;
}
.pr20 {
	padding-right: 20px;
}
.pr30 {
	padding-right: 30px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt5 {
	padding-top: 5px;
}
.f-right {
	float: right;
}
/*Skin*/
a {
	color: #777777;
	text-decoration: none
}
/*Skin*/
a:hover, a:focus {
	color: #377D31;
}
/* ================================================== 
   CUSTOMIZE GRID
===================================================== */ 
.row {
	margin-right: 0px;
	margin-left: 0px
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 0px;
	padding-right: 0px;
	padding-left: 0px
}
/* ================================================== 
   CUSTOMIZE NAVBAR
===================================================== */ 
body {
	padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.navbar {
	min-height: 70px;
	margin-bottom: 0px;
	padding-top: 10px;
}
.navbar .nav > li {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*Skin*/
.navbar .nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #f2f2f2;
	border: none;
}
/*Skin*/
.navbar .nav > li > a:hover {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #f2f2f2;
	background-color: #377D31;
	border: none;
}
.navbar-brand {
	padding: 0px;
}
.dropdown-menu {
	padding-top: 11px;
}
.navbar-default {
	background-color: #fff;
}
.img-portfolio {
	margin-bottom: 30px;
}
.img-hover:hover {
	opacity: 0.8;
}
/*Skin*/
.username {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 11px;
	text-align: left;
	color: #377D31;
	text-transform: none;
	padding-top: 5px !important;
}
.user-relation-name {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #003d52;
}
.userlogin-img {
	padding-top: 5px !important;
}
/* ================================================== 
   CUSTOMIZE HOME PAGE CAROUSEL
===================================================== */ 


header.carousel {
	height: 450px;
}
header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
	height: 450px;
}
header.carousel .fill {
	width: 100%;
	height: 450px;
	background-position: center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
}
.h1-white-carousel {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	padding-bottom: 5px;
}
.h4-white-carousel {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
}
.carousel-caption {
	padding-bottom: 200px;
	position: absolute;
	right: 10%;
	bottom: 20px;
	left: 10%;
	z-index: 10;
	padding-top: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}
/* ================================================== 
   CUSTOMIZE BUTTONS
===================================================== */ 
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 0;
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
	border-radius: 23px;
}
/*Skin*/
.btn-primary {
	background-color: #777777;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	border: none;
}
/*Skin*/
.btn-primary:hover {
	background-color: #377D31;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	border: none;
}
.btn-default {
	background-color: #a0a9ae;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #003d52;
	border: none;
}
.btn-default:hover {
	background-color: #18a6d8;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	border: none;
}
.btn-info {
	background-color: #a0a9ae;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	color: #003d52;
	border: none;
}
.btn-info:hover {
	background-color: #18a6d8;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	border: none;
}
.email-txt {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
}
/* ================================================== 
   PAGE CONFIGURATIONS
===================================================== */ 
/*Skin*/
.blue-page-title {
	background: #5F975A;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
/*Skin*/
.blue-strip {
	background: #377D31;
	margin-top: 25px;
	padding-top: 30px;
	padding-bottom: 55px;
}
.h1-white {
	color: #fff;
}
.whitetext18 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
}
.p-blue {
	color: #18a6d8;
}
.txt-upper {
	text-transform: uppercase;
}
.benefits {
	width: 100%;
	height: auto;
	background-position: center;
	background-size: cover;
	background-image: url(../images/benifit-bg.jpg);
	background-repeat: no-repeat;
}
.img-center {
	margin: 0 auto;
}
.h3-benefit-txt {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	color: #18a6d8;
	padding-bottom: 15px;
	text-align: center;
}
.keyfeatures {
	width: 100%;
	height: 752px;
	background-position: center;
	background-size: cover;
	background-image: url(../images/key-features-bg.jpg);
}
.grey-strip {
	background: #fafafa;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 35px;
}
/* ================================================== 
   FOOTER
===================================================== */ 
/*Skin*/
.footer-section {
	background: #999999;
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.footer-text {
	color: black;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: left;
	text-transform: none;
	font-size: 12px;
	text-decoration: none;
}
ul.footer-text {
	color: black;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: left;
	text-transform: none;
	font-size: 12px;
	text-decoration: none;
	display: block;
	list-style-type: none;
}
ul.footer-text li a {
	color: #a0a9ae;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: left;
	text-transform: none;
	font-size: 12px;
	text-decoration: none;
	line-height: 24px;
}
ul.footer-text li a:hover, ul.footer-text li a:focus, ul.footer-text li a:active {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: left;
	text-transform: none;
	font-size: 12px;
	text-decoration: none;
}
.newsletter-text {
	color: #a0a9ae;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: left;
	text-transform: none;
	font-size: 12px;
	text-decoration: none;
	padding-top: 0px;
	marging-top: 0px;
	line-height: inherit;
}
/* ================================================== 
   SOCIAL MEDIA ICONS
===================================================== */ 	
	

/* social media icon for Leadership page*/	
	
.led-social {
	margin: 0;
	padding: 0;
}
.led-social ul {
	margin: 20px 0px 0px 60px;
	padding: 0;
}
.led-social ul li {
	margin-top: 5px;
	padding-right: 5px;
	list-style-type: none;
	display: inline;
}
.led-social ul li a:hover {
	margin-top: 5px;
	list-style-type: none;
	display: inline;
	text-decoration: none;
}
.led-social i {
	width: 30px;
	height: 30px;
	color: #fff;
	background-color: #18a6d8;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}
.led-social i:hover {
	color: #FFF;
	text-decoration: none;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}
.led-social .fa-facebook:hover { /* round facebook icon*/
	background: #18a6d8;
}
.led-social .fa-linkedin:hover { /* round linkedin icon*/
	background: #18a6d8;
}
/* social media icon for footer*/	
	
.social {
	margin: 0;
	padding: 0;
}
.social ul {
	margin: 0;
	padding: 0;
}
.social ul li {
	margin-top: 5px;
	list-style: none outside none;
	display: block;
}
.social ul li a:hover {
	margin-top: 5px;
	list-style: none outside none;
	display: block;
	text-decoration: none;
}
.social i {
	width: 30px;
	height: 30px;
	color: #003d52;
	background-color: #a0a9ae;
	font-size: 16px;
	text-align: center;
	padding-top: 12px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}
.social i:hover {
	color: #FFF;
	text-decoration: none;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}
.social .fa-facebook:hover { /* round facebook icon*/
	background: #18a6d8;
}
.social .fa-linkedin:hover { /* round linkedin icon*/
	background: #18a6d8;
}
.sm-txt {
	background-color: transparent;
	color: #a0a9ae;
	text-decoration: none;
	font-size: 12px;
}

.copyright-text {
	color: #DDDDDD;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: center;
	text-transform: none;
	font-size: 12px;
	text-decoration: none;
	background-color: #555555;
	padding: 10px 0px;
	margin: 0px;
}
/* ================================================== 
   TESTIMONIALS
===================================================== */ 


/* carousel */
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px;
}
/* Control buttons  */
#quote-carousel .carousel-control {
	background: none;
	color: #222;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left {
	left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right {
	right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
	background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active {
	background: #333333;
}
#quote-carousel img {
	width: 250px;
	height: 100px
}
.testimonial-container {
	min-height: 410px;
}
/* End carousel */

.item blockquote {
	border-left: none;
	margin: 0;
}
.item blockquote img {
	margin-bottom: 10px;
}
.item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 20px;
}
.item blockquote p:after {
	content: "\f10e";
	font-family: 'Fontawesome';
	float: right;
	margin-left: 20px;
}
.testimonial-title {
	color: #18a6d8;
}
/* 404 Page Styles */

.error-404 {
	font-size: 100px;
}
/* Pricing Page Styles */

.price {
	display: block;
	font-size: 50px;
	line-height: 50px;
}
.price sup {
	top: -20px;
	left: 2px;
	font-size: 20px;
}
.period {
	display: block;
	font-style: italic;
}
/* ================================================== 
   LOGIN PAGE & SIGN UP PAGE
===================================================== */

.login-top {
	width: 100%;
	height: 364px;
	background-position: center;
	margin-bottom: 0px;
	background-size: cover;
	background-image: url(../images/banners/login-banner.jpg);
}
.signup-top {
	width: 100%;
	height: 364px;
	background-position: center;
	margin-bottom: 0px;
	background-size: cover;
	background-image: url(../images/banners/signup-banner.jpg);
}
/* ================================================== 
   PRIVACY PAGE
===================================================== */

.privacy-top {
	width: 100%;
	height: 364px;
	background-position: center;
	margin-bottom: 0px;
	background-size: cover;
	background-image: url(../images/banners/privacy-banner.jpg);
}
/* ================================================== 
   ABOUT PAGE
===================================================== */

.about-top {
	width: 100%;
	height: 200px;
	background-position: center;
	margin-bottom: 0px;
	background-size: cover;
	background-image: url(../images/banners/about-banner.jpg);
}
.about-video {
	width: 100%;
	height: 488px;
	background-position: center;
	margin-bottom: 0px;
	background-size: cover;
	background-image: url(../images/banners/video-banner.jpg);
}
/* ================================================== 
   CONTACT PAGE
===================================================== */

.contact-top {
	width: 100%;
	height: 200px;
	background-position: center;
	margin-bottom: 0px;
	background-size: cover;
	background-image: url(../images/banners/contact-banner.jpg);
}
.contact-details {
	padding-left: 50px;
}
/* ================================================== 
   LEADERSHIP PAGE
===================================================== */

.leadership-top {
	width: 100%;
	height: 200px;
	background-position: center;
	margin-bottom: 0px;
	background-size: cover;
	background-image: url(../images/banners/leadership-banner.jpg);
}
/* ================================================== 
   HIW PAGE
===================================================== */

.hiw-top {
	width: 100%;
	height: 200px;
	background-position: center;
	margin-bottom: 0px;
	background-size: cover;
	background-image: url(../images/banners/hiw-banner.jpg);
}
/* ================================================== 
   BLOGS DETAILS POST PAGE
===================================================== */
.blogs-top {
	width: 100%;
	height: 364px;
	background-position: center;
	margin-bottom: 0px;
	background-size: cover;
	background-image: url(../images/banners/blogs-banner.jpg);
}
/* ================================================== 
   CAREERS PAGE
===================================================== */

.careers-top {
	width: 100%;
	height: 200px;
	background-position: center;
	margin-bottom: 0px;
	background-size: cover;
	background-image: url(../images/banners/careers-banner.jpg);
}
.careers-table-head-bg {
	background-color: #f0f0f0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #18a6d8;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
}
/* ================================================== 
   NEWS & BLOGS PAGE
===================================================== */

.news-blog-top {
	width: 100%;
	height: 200px;
	background-position: center;
	margin-bottom: 0px;
	background-size: cover;
	background-image: url(../images/banners/news-banner.jpg);
}
/* ================================================== 
  FAQ PAGE
===================================================== */
.faq-top {
	width: 100%;
	height: 200px;
	background-position: center;
	margin-bottom: 0px;
	background-size: cover;
	background-image: url(../images/banners/faq-banner.jpg);
}
.bs-example {
	margin: 40px;
}
.bs-example h4 {
	color: #003d52;
	text-transform: none;
	text-align: left;
	font-weight: 600;
}

/* ================================================== 
   RESPONSIVE CSS
===================================================== */
/* Large devices (desktop, 992px and up) */

@media (min-width:992px) {
.customer-img,  .img-related {
	margin-bottom: 30px;
}
.container {
	padding: 0px;
	margin: 0 auto;
}
.navbar-brand {
	padding-left: 10px;
	margin: 0 auto;
}
.contact-details {
	padding-left: 50px;
}
.outsource-gap {
	padding-top: 0px;
}
.pt-affiliation {
	padding-top: 0px;
}
}


/* Small devices (tablets, 768px and up ) */

@media (min-width:768px) {
#quote-carousel {
	margin-bottom: 0;
	padding: 0 40px 30px 40px;
}
.img-portfolio {
	margin-bottom: 15px;
}
header.carousel .carousel {
	height: 50%;
}
.container {
	padding: 0px 15px;
	margin: 0 auto;
}
.navbar-brand {
	padding-left: 10px;
	margin: 0 auto;
}
.contact-details {
	padding-left: 50px;
}
.outsource-gap {
	padding-top: 0px;
}
.pt-affiliation {
	padding-top: 0px;
}
}


/* Small devices (480px and up) */
@media (min-width: 480px) {
.container {
	padding: 0px 15px;
	margin: 0 auto;
}
.navbar-brand {
	padding-left: 10px;
	margin: 0 auto;
}
.outsource-gap {
	padding-top: 20px;
}
.pt-affiliation {
	padding-top: 10px;
}
/* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
#quote-carousel .carousel-indicators {
	bottom: -20px !important;
}
#quote-carousel .carousel-indicators li {
	display: inline-block;
	margin: 0px 5px;
	width: 15px;
	height: 15px;
}
#quote-carousel .carousel-indicators li.active {
	margin: 0px 5px;
	width: 20px;
	height: 20px;
}
}
