/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */

body {
	margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio, canvas, progress, video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden], template {
 display: none;
}
/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active, a:hover {
	outline: 0;
}
/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b, strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}
/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}
/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button, input, optgroup, select, textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button, select {
	text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}
/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.container-fluid{
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}
section {
    padding: 0;
}
p {
    font-size: 16px;
    line-height: 1.75;
}
* {
	box-sizing: border-box;
}
body {
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}
html, body {
  overflow-x: hidden;
}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input,
select,
textarea {
    color: #222;
    -webkit-tap-highlight-color: rgba(201, 224, 253, 0.8);
}
@font-face {
    font-family: 'organo_colored_version_at_lRg';
    src: url('../fonts/organo-webfont.eot');
    src: url('../fonts/organo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/organo-webfont.woff2') format('woff2'),
         url('../fonts/organo-webfont.woff') format('woff'),
         url('../fonts/organo-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'robotolight';
	src: url('../fonts/roboto-light-webfont.eot');
	src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-light-webfont.woff2') format('woff2'), url('../fonts/roboto-light-webfont.woff') format('woff'), url('../fonts/roboto-light-webfont.ttf') format('truetype'), url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
	font-weight: normal;
	font-style: normal;
}

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 10px; /* padding from the left side of the window */
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px; /* height of link element */
    right: 10px; /* padding from the left side of the window */
}
.well{
	background:#22a0da;
	color:#fff;
	}
	.well:hover,
	.well:focus{
	background:#22a0da;
	color:#fff;
	}
.well-sm {
    padding: 10px!important;
}

.list-group-item a{
    text-decoration: none;
    color:#444;


}

.about-us{
    padding:70px 0; 
}

.box-content{}
/*HEADER STARTS
-------------------------------------------------- */

.navbar-default {
	background: #fff;
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.4);
	border-radius: none;
	border: none;
	min-height: 70px;
	border-bottom: 1px solid #ebebeb;
    margin-bottom:0; 
	
}
.navbar-custom.affix {
   background: #fff;
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.4);
	border-radius: none;
	border: none;
    padding: 0px 0;
}
/*
.navbar-custom .navbar-nav > .active > a:focus, .navbar-custom .navbar-nav > .active > a:hover {
    color: #67b745;
    background: none;
    
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:hover {
    color: #67b745;
    outline: 0;
}
.navbar-custom .navbar-nav > .active > a{
    color: #67b745;
    background: none;
    text-transform: uppercase;
}
*/

.nav > li {
    position: relative;
    display: block;
    text-transform: uppercase;
}
navbar-custom .nav li a{
    color: #67b745;
    background: none;
    text-transform: uppercase;
}
#services{padding:100px 0 0 0;}
.navbar{margin-bottom:0; }


/*
.navbar-custom .nav li a, .navbar-custom .navbar-toggle {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #0199da;
    text-transform: inherit;
}
*/

.navbar-brand {
	
	margin-top: 0;
	padding:0 15px;
    height:00px;
	
}
.navbar-brand img {
    margin-top: -9px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
}
.navbar-custom.affix .navbar-brand img {
    margin-top: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
    width:90%;
}

.navbar-custom.affix .nav > li {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-top:10px;
}
#get-started {
	margin-top:9px;
	margin-bottom:0px;
	border-radius: 5x;
	padding: 6px 12px;
	border-radius: 40px;
	margin-left: 14px;
	background: #22a0da;
	color: #fff;
	border: 0;
	text-transform: inherit;
	
}
/*HEADER ENDS----------------------------------- */



.fotter-logo{margin-top:6px;}


.separator {
    width: 65px;
    border-bottom: 1px solid #fff;
    margin: 10px auto;
}
.separator-two {
    width: 65px;
    border-bottom: 1px solid #67b845;
    margin: 10px auto;
}

.separator-four {
    width: 98px;
    border-bottom: 1px solid #67b845;
    margin: 10px 0  20px 2px;
    display: inline-block;
}
.separator-five {
    width: 89px;
    border-bottom: 1px solid #67b845;
    margin: 10px 0  20px 2px;
    display: inline-block;
}
.separator-six {
    width: 37px;
    border-bottom: 1px dotted #0199da;
    margin: 10px 0  20px -6px;
    display: inline-block;
}

.separator-eight {
    width: 47px;
    border-bottom: 1px dotted #0199da;
    margin: 10px 0  20px -6px;
    display: inline-block;
}
.separator-seven {
    width: 117px;
    border-bottom: 1px dotted #0199da;
    margin: 10px 0  20px -6px;
    display: inline-block;
}
.separator-three {
    width: 75px;
    border-bottom: 1px dotted #67b845;
    margin: 0px auto;
    display: block;
    margin-top:-4px;
    margin-bottom:6px;
   
}




.about-image{
	margin: 24px 0;
   
	
}

.about-image-two{
	margin-top:40px;
	
}
.about-us h1{
	font-size:32px;
	font-weight:400;
	color:#3e4553;
	line-height:10px;
	font-weight:300;
   font-family: 'Oswald', sans-serif;
	
}
.about-us p{
	
	font-size:16px;
	font-weight:300;
	color:#3e4553;
	line-height:28px;
	
}

.read-more {
    background: #22a0da !important;
    color: #fff;
    border-radius: 0 !important;
    border: 0!important;
    text-transform: inherit;
    font-family: 'robotolight', sans-serif;
}


.read-more:hover,
.read-more:focus {
    background: #22a0da !important;
    color: #fff  !important;
    border-radius: 0 !important;
    border: 0!important;
    text-transform: inherit;
    font-family: 'robotolight', sans-serif;
}


/* CUSTOMIZE THE CAROUSEL STARTS
-------------------------------------------------- */

.carousel-indicators {
    bottom: 10px;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    
    background-color: rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 10px;
}
.carousel-indicators .active{ background-color: rgba(255,255,255,0.7);}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    color: #fff;text-shadow:0 1px 2px rgba(0,0,0,.6);
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    color: #fff;text-shadow:0 1px 2px rgba(0,0,0,.6);
}



    .carousel-caption> h1{font-size:42px; font-weight:normal!important;font-family: 'robotobold', sans-serif !important;padding-bottom:10px;text-transform: inherit;margin:0;padding-bottom:20px;color:#222;}

.carousel-caption p{margin:0 auto;font-size:20px;letter-spacing:1px;font-weight:normal!important;font-family: 'robotolight', sans-serif !important;margin-bottom:0px; width:70%;line-height:30px;color:#222;}


.carousel-control.left{
    background-image:none !important;
 }
.carousel-control.right{
    background-image:none  !important;;}



.action{background:#e6571f; border-radius:0;border:1px solid #e6571f;margin-bottom:20px;}

.download{background:transparent;border:1px solid #fff;border-radius:0;margin-bottom:20px; margin-left:20px;}

/* CUSTOMIZE THE CAROUSEL ENDS
-------------------------------------------------- */
/* CONTENT TWO SECTION STARTS
-------------------------------------------------- */


.bg{ background: url(../img/our-services-bg.jpg) top center;
background-size: cover;}
.content-two{padding-top:90px;}
.content-two h3{margin:0;text-align: center;line-height:36px; font-size:32px; font-weight:bold;padding-bottom:11px;color:#fff; font-family: 'Oswald', sans-serif;}

.hero-p-two{font-size:16px;line-height:28px;text-align: center;padding-bottom:20px;font-weight:300;color:#fff; }

.box{border-right:1px dotted #fff; margin-bottom:50px; height:167px; text-align:center;}
.box-two{border-right:1px dotted #fff; margin-bottom:95px; height:167px; text-align:center;color:#fff;}
.hr-line{border-bottom:1px dotted #fff;display:block;height:1px; margin-bottom:30px; }
.no-border{border-right:0px;}

.box img{margin-bottom:10px;}
.box h4{font-weight:400;color:#fff; }
.box p{padding-bottom:0px; font-weight:300;color:#fff; line-height:24px;}
.box-two p{padding-bottom:0px; font-weight:300;color:#fff; line-height:24px;}


-------------------------------------------------- */
/* FOTTER STARTS
-------------------------------------------------- */
.footer{padding-top:20px;padding-bottom:0px!important;background:#272727;color:#fff; }
.footer h6{font-size:18px;padding-bottom:0px;  color:#67b845;font-weight:bold!important;}
.fotter-p{font-size:14px;color:#fff;padding:0px; line-height:18px;margin-top:8px; }
.copyright{font-size:11px;color:#fff; padding-left:5px; }
.footer .list-group {
    background:#272727 !important;
}
.footer .list-group-item {
    border: none;
    
    color:#fff; 
    padding-top:0px;
    padding-bottom:0px;
     background:#222222!important;
}
.fa-map-marker{color:#fff; padding-right:10px;}
.fa-envelope{color:#fff; padding-right:10px;}
.fa-phone{color:#fff; padding-right:10px;}

 .icon .fa {font-size:20px;color:#afafb1; -moz-transition:color .2s ease-in;
    -o-transition:color .2s ease-in;
    -webkit-transition:color .2s ease-in;}
  
.list-group-item a{color:#fff; }
.icon .fa-facebook:hover{color:#3b5998;}
.icon .fa-twitter:hover{color:#5dadec;}
.icon .fa-linkedin:hover{color:#0074b2;}
.second-footer{padding-top:10px;padding-bottom:10px;background:#222222;color:#fff;text-align: center; margin-top:-5px; }
.second-footer p{padding:0;margin:0;font-size:14px;}

.list-group{padding-bottom:0px !important; }

/* Responsive Section Ends
-------------------------------------------------- */


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
	display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
 @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
*, *:before, *:after, *:first-letter, *:first-line {
	background: transparent !important;
	color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

a[href^="#"]:after, a[href^="javascript:"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
/*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}

.clients h3 {
    margin:0;
    text-align: center;
    line-height: 36px;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 0px;
    font-family: 'Oswald', sans-serif;
    color: #67b845;
}


.clients{padding:60px 0 70px 0; }

.client-image{margin-top:-40px;margin-bottom:30px;
z-index:-1;
}

.clients-our{z-index:50;display: block;}
.box-content h4{font-weight:bold !important; }

.icon{margin-top:10px;}

/*
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    text-transform: inherit;
    color: #22a0da;
}
*/
#team{padding:0;margin:0;  }

.footer{padding-top:20px;padding-bottom:0px!important;background:#272727;color:#fff; }
.footer h6{font-size:18px;padding-bottom:0px;  color:#67b845;font-weight:bold!important;}
.fotter-p{font-size:14px;color:#fff;padding:0px; line-height:18px;margin-top:8px; }
.copyright{font-size:11px;color:#fff; padding-left:5px; }
.footer .list-group {
    background:#272727 !important;
}
.footer .list-group-item {
    border: none;
    
    color:#fff; 
    padding-top:0px;
    padding-bottom:0px;
     background:#272727!important;
}
.fa-map-marker{color:#fff; padding-right:10px;}
.fa-envelope{color:#fff; padding-right:10px;}
.fa-phone{color:#fff; padding-right:10px;}

 .icon .fa {font-size:20px;color:#afafb1; -moz-transition:color .2s ease-in;
    -o-transition:color .2s ease-in;
    -webkit-transition:color .2s ease-in;}
  
.list-group-item a{color:#fff; }
.icon .fa-facebook:hover{color:#3b5998;}
.icon .fa-twitter:hover{color:#5dadec;}
.icon .fa-linkedin:hover{color:#0074b2;}
.second-footer{padding-top:10px;padding-bottom:10px;background:#222222;color:#fff;text-align: center; }
.second-footer p{padding:0;margin:0;font-size:14px;}

.list-group{padding-bottom:0px !important; }

section#contact {
    background:none;
   
}

.navbar-custom .navbar-nav>li>a {
	border-radius: 0;
	color: #0199da;
	background-color: #fff;
    font-family: 'Merriweather', serif;
    font-size:14px;

}
.navbar-custom .navbar-nav > li > a:hover {
	border-radius: 0;
	color: #67b845;
	background-color: #fff;
}
.navbar-custom .navbar-nav > li > a:focus {
    color: #0199da;
    background-color: #fff;
    
}
.navbar-custom .navbar-nav > .active > a:focus, .navbar-custom .navbar-nav > .active > a:hover {
    color: #67b845;
    background-color: #fff;
}

.navbar-custom .navbar-nav > .active > a:focus, .navbar-custom .navbar-nav > .active > a {
    color: #67b845;
    background-color: #fff;
}

@media only screen and (max-width:767px) {
  
    .container-fluid{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
        
        
}
.navbar-collapse{
		background:#f1f1f1;
		
	}
	.navbar-collapse li.active{
		background:#f1f1f1;
		
	}
	
	
	.navbar-default{
		border:0;
		
	}
	.navbar-default .navbar-nav > li{
		margin-top:0;
		text-align:center;
		
	}
	.navbar-nav {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .navbar-default .navbar-nav>li a:active{
       background: #f1f1f1;
    }
    .navbar-default .navbar-nav > .active > a {
        background: #f1f1f1;
        border-bottom: 1px solid #dadada;
    }
    .navbar-default .navbar-nav>li > a {
        border-bottom: 1px solid #dadada;
    }
	
	.navbar-default .navbar-nav > li > a#get-started{
		
	padding: 15px 0px;
    border-radius: 0;
    margin-left: 0px;
	margin-top:0;
	margin-bottom:0;
	border:0;
	}
    
   .navbar-custom .navbar-toggle {
    background-color: #none;
    border-color:none;
    color:#444;
    font-size: 12px;
}

 .navbar-custom .navbar-toggle {
    background-color: none;
    border-color:none;
    font-size: 12px;
}   
  .navbar-custom .navbar-toggle {
    background-color:#fff;
    border-color:#fff;
    font-size: 18px;
}
    
 .navbar-custom .navbar-toggle:hover {
    background-color:#fff;
    border-color:#fff;
    font-size: 18px;
}
    
    .navbar-custom .navbar-toggle:focus {
    background-color:#fff;
    border-color:#fff;
    font-size: 18px;
}
    
 .navbar-brand img {
    width:90%;  
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
}   
  .navbar-custom.affix .navbar-brand img {
    width:90%;    
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
    width:90%;
}
   
    #services{
        padding:70px 0 0 0;
    }  
}
/* Responsive Section Ends
-------------------------------------------------- */

.navbar-custom .navbar-nav>li>a{padding-left:10px; padding-right:10px;  }