/*! HTML5 Boilerplate v5.2.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
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: "Arial Narrow", Arial, sans-serif;

}
body{
  font-family: "Arial Narrow", Arial, sans-serif!important;  
}

/*
 * 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;
}
ul{
    list-style-type: none;
}

/*
 * 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:
 */

.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;
}

/* ==========================================================================
   Author: Bilal Munawar;   
   ========================================================================== */
header{
    height: 86px;
    background-color: white;
    border-bottom: 6px solid #ffc054
}
.wraper{
    width: 980px;
    margin: 0 auto
}
header a {
    display: block;
    float: left;
    margin-top: 21px;
}


header ul {
    float: right;
    margin-top: 32px;
}

header ul li {
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 1px 5px;
    padding: 0 10px 13px 5px;
    position: relative;
}
header ul li:hover{
  background: rgba(0,0,0,.5); 
  color: white
}
header ul li:hover a{
  color: white
}
header ul li a {
    color: #33679a;
    margin-top: 0;
    text-decoration: none;
}
header ul li a:hover{
  color: white
}

header ul li ul {
  padding: 0;
  position: absolute;
  z-index: 6;
  top: 1px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
header ul li ul li { 
  background: rgba(0,0,0,.5); 
  display: block; 
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 5px 20px;
  font-weight: normal;
  font-size: 12px
}
header ul li ul li:hover { background: #666; }
header ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{
  width: 100%!important
}
.carousel-indicators li{
  border: none!important;
  border-radius: 0!important;
  width: 17px!important;
  height: 17px!important;
  background-color: #989593!important;

}

.item{
  position: relative;
}
.item h1 {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 48%;
    color: #33679a;
    left: 0;
    margin: auto;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40%;
}
a:focus, a:hover{
  text-decoration: none!important;
}
.carousel-indicators{
  left: 115%!important;
  width: 10%!important
}
.carousel-indicators .active{
  background-color: white!important
}
.banner{
    
    height: auto
}

.content{
    background: url(../images/pattern.jpg) repeat;
}


.spotlight {
    background-color: white;
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    padding: 30px 40px;
}
.spotlight h2{
        color: #225781;
    float: left;
    font-size: 28px;
    font-weight: normal;

}

.spotlight h1 {
    color: #225781;
    float: left;
    font-size: 30px;
    font-weight: bold;
    margin: 18px 0 0 10px;
}

.sl-1 {
    clear: both;
    overflow: hidden;
}

.sl-1 img {
    float: left;
    margin-right: 10px;
}

.sl-1 ul {
    float: left;
    margin-top: 0;
    padding-left: 21px;
    width: 32%;
}

.sl-1 li {
    background: url("../images/bullet.jpg") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 20px;
}
.sl-1 li a{
    color: #215780;
    text-decoration: none;
}
.adj1{
    padding: 65px 0
}
.btn-new {
  color: black;
  background-color: #ffc054;
  font-size: 20px;
  text-decoration: none;
  
  position: relative;
  padding: 7px 24px;
  -webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin: 0 10px 0 182px;
}



.btn-new:hover {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
  top: 2px;
  left: 2px;
}
.twobox{
  overflow: hidden;
  margin: 40px 0

}
.twobox2{
  overflow: hidden;
  padding: 40px 0

}
.box-one {
    background-color: white;
    margin-right: 2%;
    width: 48%;
    float: left;
}
.box-three {
    background-color: white;
    margin-right: 2%;
    width: 30%;
    float: left;
}

.box-four {
    background-color: white;
    float: left;
    margin-left: 2%;
    width: 66%;
}
.box-two {
    background-color: white;
    margin-left: 2%;
    width: 48%;
    float: left;
}

.box-middle ul {
    margin: 20px 0 0;
    padding: 0;
}

.box-middle ul li {
    border-bottom: 1px solid #ebebe9;
    padding: 21px 0;
    overflow: hidden;
}
.box-middle ul li img{
  float: left;
  margin-right: 20px
  
}

.box-middle ul li p {
    margin: 0;
}

.btop{
  border-top: 1px solid #ebebe9
}


.box-top {
    background-color: #33679a;
    padding: 9% 8% 13%;
    position: relative;
    text-align: center;
}
.box-top h2 {
    color: white;
    font-size: 29pt;
    font-weight: normal;
    margin: 0;
}


.box-top h4 {
    color: white;
    font-size: 10pt;
    margin-top: 6px;
     margin-bottom: 11px;
}
.box-top hr {
    border-color: #71aeac;
    margin: 0 auto;
    width: 61%;
}

.box-top img {
    left: 41%;
    position: absolute;
}


.box-middle {
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    padding: 6% 7% 6% 15%;
}

.box-middle h6 {
    color: black;
    font-size: 15px;
    margin-bottom: 12px;
    margin-top: 24px;
}

.box-middle h3 {
    color: #235782;
    font-size: 17pt;
    font-weight: normal;
    margin-bottom: 14px;
    margin-top: 0;
}
footer{

}

.f-top {
    background-color: #72afad;
    height: 82px;
}
.ft-left {
    float: left;
    margin-top: 32px;
}

.ft-left span {
    color: white;
    font-size: 12px;
    padding-right: 20px;
}

.ft-left a {
    margin-right: 6px;
}

.ft-right {
    float: right;
    margin-top: 13px;
}
.ft-right span{
  color: white;
    font-size: 12px;

}

.ft-right img {
    margin: 0 10px;
}

.box-middle p {
    font-size: 15px;
}

.box-middle h5 {
    color: #5a5a5a;
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 10px;
}
.form{
 

}
.sl-2 {
    float: left;
    width: 62%;
}
.sl-2 {
    float: left;
    width: 62%;
}
.cb {
    clear: both;
}
.btn-new {
    background-color: #ffc054;
    color: black;
    display: block;
    font-size: 20px;
    margin: 15px auto 5px auto;
    padding: 7px 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    width: 200px;
}

.inp {
    background-color: #f3f3f3;
    border: medium none;
    color: black;
    font-size: 12pt;
    margin-bottom: 18px;
    padding: 12px 25px;
    width: 88%;
}
.inp-small {
    margin-right: 1%;
    width: 43% !important;
}
.adj2 {
    border: 0 none;
    margin: 18px 0 0;
    padding: 9px 20px;
    top: 1px;
}

.adj3{
  margin-bottom: 40px
}

footer {
    background-color: #33679a;
    padding-bottom: 10px;
}

footer p {
    color: white;
    font-size: 12px;
    margin: 0 auto;
    padding: 20px 0 35px;
    text-align: center;
    width: 58%;
}
.box-three .inp {
    width: 79%;
}
.box-three .box-middle{
  float: left;
  height: auto;
}
.box-four h3 {
    font-size: 27pt;
    font-weight: bold;
}


.services{
  background: url(../images/services-banner.jpg) no-repeat;
  background-size: 100%;
  height: 118px
}
.adj5{
  padding-top: 30px
}

.box-three .box-top h2 {
    font-size: 20pt;
}
.box-three .box-top {
    padding: 18% 0 15%;
}

.box-three .box-top hr {
    border-color: #71aeac;
    margin: 0 auto;
    width: 77%;
}
.box-four .box-middle ul li {
    border-bottom: 0px solid #ebebe9;
    display: inline-block;
    vertical-align: top;
    padding: 0 3% 8% 0;
    width: 33%;
}
.box-four .box-middle ul li:nth-child(3n+3) {  
    padding: 0 0% 0 0;
    width: 32%
}
.box-four .box-middle ul li img{
    float: none;
    margin-bottom: 20px
}
.box-four .box-middle ul li h3 {
    color: #71aeac;
    font-size: 14pt;
    font-weight: normal;
    line-height: 27px;
}
.box-four .box-middle {
    height: auto;
    padding: 6% 7% 7%
    }
.bf-footer h2{
  font-weight: bold;
  color: #71aeac;
  font-size: 13pt
}
.bf-footer p{
  font-size: 11pt
}
.services h1 {
    color: white;
    font-size: 38pt;
    font-weight: bold;
    line-height: 111px;
    margin: 0 auto;
    width: 980px;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.82);
  }
  .img-adj{
    width: 276px;
    height: 176px

  }
  .btn-adj{
    left: 66px;
    margin: 0;
    padding: 7px 10px;
    position: absolute;
    top: 150px;
  }
  .btn-adj:hover{
    left: 68px;
    top: 157px;
  }
  
  .small-btn {
    width: 75px;
    height: 30px;
	background-color: #ffc054;
    color: black;
    display: block;
    font-size: 15px;
    margin: 25x auto 8px auto;
    padding: 7px 10px;
    position: absolute;
    text-align: center;
	-webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
 
  }
  
   .small-btn:hover{
	  -webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
  top: 50px;
  left: 50px;
}
   }
   
  .left {
    float: left;
    margin-right: 30px;
    position: relative;
    width: 278px;
}
  .right {
    float: left;
    width: 48%;
    min-height: 205px
}
.right ul{
  width: auto!important
  }
.right h3 {
    color: #235782;
    font-size: 22pt;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0px;
  }
  .right span{
    font-size: 10pt;
    color: #636466
  }
  .right ul li {
    display: block !important;
    padding-left: 22px !important;
    width: 100% !important;
    padding: 0 3% 1% 20px !important
}
.right p {
    clear: both;
    font-size: 10pt;
    font-style: italic;
    padding-left: 10px;
}
.adj6{
  padding: 4% 4% 2% 4% !important;
  margin-bottom: 20px;
  background-color: white
}
.clear-bg{
  background: rgba(0,0,0,0)!important;
}
.box {
    background-color: white;
    overflow: hidden;
    padding-bottom: 30px;
}
.gm-left {
    float: left;
    padding: 1% 5%;
    width: 44%;
}
.gm-right {
    float: right;
    padding-right: 4%;
    width: 56%;
}
.bluetext {
    color: #235782;
    font-size: 27pt;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow:0 2px 1px rgba(0, 0, 0, 0.4);
}
.bluetext2 {
    color: #71aeac;
    font-size: 12pt;
    font-weight: normal;
    line-height: 27px;
}
.adj7{
  width: 100%!important
}
.padding-adj{
  padding: 20px 20px 30px 50px
}
.price {
    margin: 30px 0;
    padding: 0;
}
.price li {
    border-right: 1px solid #e9ebec;
    float: left;
    line-height: 17px;
    padding: 2% 2%;
    width: 17%;
    text-align: center;
}
.price li:first-child {
    text-align: left;
    padding: 2% 2% 2% 0;
    width: 15%
}
.price li:last-child{
  padding: 2% 0% 2% 0;
  border: none;
}
.prow-1{
  height: 70px

}
.prow-2 {
    height: 50px;
}
.prow-3 {
    height: 70px;
}
.prow-4 {
    height: 70px;
}
.prow-5 {
    height: 50px;
}
.prow-6 {
    height: 60px;
}
.prow-7 {
    height: 50px;
}
.prow-8{
  height: 50px
}
.text-adj1{
  line-height: 25px;
}
.bluetext3 {
    color: #235782;
    font-size: 24pt;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}
.bluetext4 {
    color: #235782;
    font-size: 18pt;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 0;
}
.b-col2 p{
  font-size: 13px
}
.adj8 {
    padding: 3%;
}
.b-col1 {
    float: left;
    width: 34%;
}
.b-col2 {
    float: left;
    padding: 0 2%;
    width: 39%;
}
.b-col3 {
    float: left;
    width: 27%;
}
.inner {
    background-color: #f0f0ee;
    overflow: hidden;
    padding: 3%;
}
.adj9{
  background-color: white !important;
    margin-bottom: 17px;
    margin-top: 10px;
    width: 100%
}
.adj10{
  float: left;
    margin: 0;
    padding: 7px 10px;
    text-align: center;
    top: 1px;
    width: 158px;
}
.innerpage{
   background-color: white;
    padding-bottom: 80px;
    position: relative;
}
.innerpage .carousel-indicators li img{
  float: left;

}
.innerpage .carousel-indicators {
    bottom: 60px !important;
    left: 27% !important;
    width: 400px !important;
}
.innerpage li{
  width: 64px!important;
  height: 59px!important;
  margin-left: 10px!important

}
.innerpage .carousel-indicators .active{
 opacity: .5
}
.innerpage .carousel-inner{
  height: 511px;

}

@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
    .adj4 {
    padding: 4% 7% 10% !important;
    }
    .box-top h4{
      font-size: 12pt
    }
    .box-middle {
      height: 574px;
    }
    .sl-1 li {
    font-size: 14px;
    }
}

/* ==========================================================================
   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 {
        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;
    }
}
