/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.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
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * 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,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (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 {
        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;
    }
}

body{
font-family:Lato;
}

.container{
max-width:960px
}
.navbar {
    min-height: 60px
    }

.navbar-default {
    background-color: #fff;
	border-bottom:0;
	margin-bottom:0;
    }
	
#header h3 {
  color: #737373;
}


#banner,#footer{
background-color: #2980b9;
color: #fff;
display: block;
overflow: hidden;
padding: 40px 0;
}


.btn-submit { 
  color: #FFFFFF; 
  background-color: #f28015; 
  border-color: #D46A07; 
  border-radius:2px
} 
 
.btn-submit:hover, 
.btn-submit:focus, 
.btn-submit:active, 
.btn-submit.active, 
.open .dropdown-toggle.btn-submit { 
  color: #FFFFFF; 
  background-color: #E05C04; 
  border-color: #D46A07; 
} 
 
.btn-submit:active, 
.btn-submit.active, 
.open .dropdown-toggle.btn-submit { 
  background-image: none; 
} 
 
.btn-submit.disabled, 
.btn-submit[disabled], 
fieldset[disabled] .btn-submit, 
.btn-submit.disabled:hover, 
.btn-submit[disabled]:hover, 
fieldset[disabled] .btn-submit:hover, 
.btn-submit.disabled:focus, 
.btn-submit[disabled]:focus, 
fieldset[disabled] .btn-submit:focus, 
.btn-submit.disabled:active, 
.btn-submit[disabled]:active, 
fieldset[disabled] .btn-submit:active, 
.btn-submit.disabled.active, 
.btn-submit[disabled].active, 
fieldset[disabled] .btn-submit.active { 
  background-color: #f28015; 
  border-color: #D46A07; 
} 

 
.btn-submit .badge { 
  color: #f28015; 
  background-color: #FFFFFF; 
}


.banner-heading h4 {
display: block;
font-size: 18px;
line-height: 1.39em;
margin: 0;
overflow: hidden;
}

.banner-heading h4 span {
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
  overflow: hidden;
  padding: 0 5px;
  vertical-align: middle;
}

.banner-heading h1 {
  color: #ffffc6;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.4em;
  margin: 0;
}

.banner-heading h2 {
  color: #fff;
  font-size: 26px;
  line-height: 1.38em;
  margin: 0;
}

#testimonial-register {
background-color: #fff;
border-bottom: 1px solid rgba(217, 217, 217, 1);
display: block;
padding: 45px 0 55px;
}


.testimonial {
    display: block;
    min-height: 65px;
    overflow: hidden;
    padding-left: 74px;
    position: relative;
}

.testimonial > img {
    background-color: #cdcdcd;
    border-radius: 50px;
    height: 64px;
    left: 0;
    position: absolute;
    top: 0;
    width: 64px;
}

.testimonial > p {
  color: #808080;
  font-size: 20px;
  font-style: italic;
  line-height: 1.4em;
  text-align: left;
}


.user-name {
color: #3498db;
display: block;
font-size: 18px;
font-style: italic;
margin-top: 5px;
overflow: hidden;
}


#services {
background-color: #f1f1f1;
display: block;
overflow: hidden;
padding: 35px 0;
}

.services-item:hover {
  box-shadow: 0 0 4px 1px #d1d5d5;
  background-color: #fff9f6;
}

.services-item i.fa {
  background-color: #f1f1f1;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  color: #2980b9;
  display: block;
  font-size: 72px;
  height: 105px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  width: 110px;
}

.services-item > h3 {
  color: #333;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.39em;
  margin-top: 15px;
  overflow: hidden;
  text-transform: uppercase;
}


.services-item {
  background-color: #fff;
  box-shadow: 0 0 2px 1px #dadede;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
  padding: 15px 10px 0;
}


.services-item > p {
color: #6e6e6e;
display: block;
font-size: 16px;
line-height: 1.4em;
}

.register {
background-color: #fff;
border: 6px solid rgba(11, 98, 155, 0.95);
border-radius: 3px;
margin-top: -270px;
padding: 15px;
}

.register > h3 {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  margin: 0 0 15px;
  text-align: center;
}

.register input.form-control {
  background-color: #fafafa;
  border-color: #e0e0e0;
  border-radius: 2px;
  box-shadow: none;
  color: #16a085;
  font-size: 14px;
  height: 40px;
  padding: 10px;
}

.register input.form-control:focus ,.register input.form-control:active {
  background-color: #ffffc6;
}

.footer ul {
color: #fff;
display: block;
list-style: outside none none;
margin: 20px 0 0;
overflow: hidden;
padding: 15px 0 0;
text-align: center;
}

.footer ul li {
  display: inline-block;
  overflow: hidden;
}

.footer li a {
  border-right: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 14px;
  overflow: hidden;
  padding: 0 10px;
}


.footer ul li:last-child a{
  border-right: 0 none;
}