/*! 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: "Open Sans",Helvetica Neue,Helvetica,Arial,sans-serif;
}

.navbar-default {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  border-top: 0 none;
  min-height: 65px;
  margin-bottom:0;
}

.navbar-default::before {
  background-color: #ffffff;
  bottom: -15px;
  height: 30px;
  position: absolute;
  right: 25%;
  transform: rotate(135deg);
  width: 30px;
  z-index: 1;
}


#banner {
  background-color: #a9dbdf;
  background-image: url("../img/header_bg.jpg");
  display: block;
  position: relative;
}

#banner::before {
  background-color: #a9dbdf;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
}

.banner-heading {
  display: block;
}

.banner-heading h1 {
  color: #232d34;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.31em;
}


.banner-heading img {
  border: 1px solid #b0b0b0;
  border-radius: 4px;
}



.list {
  display: block;
  list-style: outside none none;
  margin: 35px 0 0;
  padding: 0;
}

.list li {
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
  padding: 0 0 0 70px;
  position: relative;
}

.number {
background-color: #fff;
border-radius: 3px;
box-shadow: 0 0 2px 1px #7d93a5;
color: #4c6274;
font-size: 30px;
font-weight: 700;
height: 45px;
left: 0;
line-height: 1.4em;
padding: 0;
position: absolute;
text-align: center;
top: 20px;
width: 45px;
}


.list h2 {
color: #232d34;
display: block;
font-size: 22px;
font-weight: 700;
line-height: 1.41em;
margin-bottom: 5px;
margin-top: 15px;
overflow: hidden;
}

.request {
background-color: #fff;
border-radius: 3px;
box-shadow: 0 0 2px 1px #7d93a5;
padding: 15px 40px 15px 15px;
position: relative;
} 

.list p {
  color: #000;
  font-size: 18px;
  line-height: 1.39em;
}

.request > h3 {
  color: #232d34;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.39em;
  margin: 0;
}

.request i {
  bottom: 0;
  font-size: 36px;
  line-height: 1.49em; 
  position: absolute;
  right: 15px;
  top: 0;
}

.banner-form {
background-color: #374958;
color: #fff;
height: 100%;
overflow: hidden;
padding: 30px 40px; 
}


.banner-form > h3{
color: #FFE374;
font-size: 30px;
line-height: 1.3em;
display:block;
text-align:center;
}

.banner-form h3 span {
  color: #fff;
}

.banner-form > p {
  display: block;
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.38em;
  color: #FFFFFF;
}

.banner-form .form-control {
background-color: #ffffff;
border-color: #5a6c7b;
border-radius: 2px;
height: 45px;
} 

.banner-form .form-group {
  margin-bottom: 20px;
}
 
.banner-form .form-control:focus {
border-color: #8799a8;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(15, 33, 48, 0.75);
outline: 0 none;
}

.btn-submit {
border-radius: 3px;
display: block;
font-size: 20px;
font-weight: 700;
height: 65px;
margin-bottom:10px;
}

.heading {
  display: block;
  overflow: hidden;
  padding: 25px 0;
  position:relative;
}


#testimonial .heading > h2 ,#testimonial{
  background-color: #f2f2f2;
}


.heading > h2 {
color: #16949f;
display: inline-block;
font-size: 22px;
line-height: 1.41em;
margin: 0;
padding: 0 15px;
position: relative;
z-index: 2;
}

.line-border {
  background-color: #dcdcdc;
  height: 1px;
  margin-bottom: 15px;
  margin-top: -15px;
  position: relative;
  z-index: 1;
}

.test {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
  padding: 15px 20px;
}

.user-thum {
background-image: url("../img/quotes.png");
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto;
display: block;
margin: 0 auto;
overflow: hidden;
width: 170px;
}

.user-thum > img {
  border-radius: 50px;
  display: block;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  width: 85px;
}

.test > p{
color: #808080;
font-size: 20px;
line-height: 1.4em;
}

.test h4 {
  color: #16ABB9;
  display:block;
  text-align:center;
  font-size: 14px;
line-height: 1.43em 
}

#testimonial {
  border: 1px solid #e4e4e4;
  padding: 15px 0 25px;
}

#clients {
  border-bottom: 1px solid #ededed;
  padding-bottom: 50px;
  padding-top: 30px;
}

#clients img {
  margin: 0 auto;
  padding: 35px 0 10px;
}


#clients .heading > h2 ,#clients{
  background-color: #fff;
}

#your-video .heading > h2 ,#your-video{
  background-color: #ecf0f1;
}

#your-video {
  border-bottom: 1px solid #e7e7e7;
  padding: 20px 0 45px;
}


.video-content > h2 {
  color: #2E3E4B;
  font-size: 36px;
  line-height: 1.31em;
}

.video-content > p {
  color: #808080;
  font-size: 18px;
  line-height: 1.39em ;
}

.footer > p {
  color: #B4BBC0;
  font-size: 12px;
  line-height: 1.42em;
  margin:0;
  padding:25px 0;
}

