/*! HTML5 Boilerplate v4.3.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,
button,
input,
select,
textarea {
    color: #222;
}

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * 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 images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

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

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

















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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.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: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, 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;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   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 required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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 for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

body{font-family: 'Open Sans', sans-serif;}
h1, h2, h3{font-family: 'Open Sans', sans-serif;}
a:focus{outline:0}
.fix{overflow:hidden}
.no_padding_left{padding-left: 0px}
.no_padding_right{padding-right:0px}


.header_area.fix {
  background-color: #fafdf9;
}
.header_area img{width:100%;}
.main_menu .top_text {
  margin-top: -90px;
}
.main_menu .top_text p {
  color: #5f5f5f;
  font-family: "Roboto Slab",serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: right;
}


.navbar {
  border: 1px solid transparent;
  margin-bottom: 0;
}
ul.nav.navbar-nav {
  margin-top: 55px;
}
.navbar-nav > li {
  padding: 15px 25px 0px 25px;
}
.navbar-nav > li:last-child {
  padding: 15px 0px 0px 25px;
}
.navbar-nav > li > a {
  color: #003552;
  font-size: 16px;
  font-weight: 600;
  padding: 0 0 10px;
  position: relative;
  text-transform: uppercase;
}
.navbar-nav > li.active > a:before {
bottom: -8px;
content: "";
font-family: FontAwesome;
left: 42%;
position: absolute; 
}
.nav > li > a:focus {
  background-color: inherit;
  text-decoration: none;
}
.navbar-nav > li > a:hover:before {
bottom: -8px;
content: "";
font-family: FontAwesome;
left: 42%;
position: absolute; 
}
.navbar-nav > li.active > a {
  border-bottom: 3px solid #006a9d;
  color:#006A9D
}
.navbar-nav > li > a:hover {
  background-color:inherit;
  border-bottom: 3px solid #006a9d;
  color:#006A9D
}


.top_banner_area{background-image:url(../img/top-bg.png);background-repeat:no-repeat;background-position:center;background-size:cover;margin-top:-1px;padding-bottom:90px}
.top_banner {}
.top_banner .top_banner_man{float: left;
margin-left: -110px;
width: 450px;}
.top_banner .top_banner_man img{width:96%;height:auto}
.top_banner .top_banner_information_list {
  float: left;
  margin-right: 52px;
  width: 397px;
}
.top_banner .top_banner_information_list h2 {
  color: #006f28;
  font-family: "Open Sans Condensed";
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 33px;
  margin-top: 105px;
}
.top_banner .top_banner_information_list ul{padding:0;margin:0;list-style:none;}
.top_banner .top_banner_information_list li{color:#000000;font-size:24px;font-weight:600;margin-bottom:18px}
.top_banner .top_banner_information_list li img{padding-right:15px}
.top_banner .top_banner_information_list li:last-child img {
  float: left;
}

.top_banner .top_banner_box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 1pc #aaa;
  float: left;
  margin-top: 110px;
  padding: 15px 15px 5px;
  width: 410px;
}
.top_banner .top_banner_box h1{font-family: 'Roboto', sans-serif;font-weight:900;font-size:44px;color:#006f28;text-transform:uppercase;text-align:center;margin:18px 0 25px;line-height:49px;}
.top_banner .top_banner_box h1 span{font-weight:900;font-size:50px;color:#006f28;text-transform:uppercase;}
.top_banner .top_banner_box h3{font-family: 'Open Sans Condensed', sans-serif;font-weight:700;font-size:22px;text-transform:uppercase;display:inline;font-family: 'Oswald', sans-serif;color:#434d50}
.top_banner .top_banner_box .tag_line {width:100%;margin:0 auto;text-align:center}
.top_banner .top_banner_box .tag_line h3 img{margin:0 4px 2px 4px}
.top_banner .top_banner_box .call_today{margin-top:25px}
.top_banner .top_banner_box .call_today img{display:block;margin:0 auto}
.top_banner .top_banner_box .call_today h2{font-family: 'Open Sans Condensed', sans-serif;font-size:40px;color:#fff;font-weight:bold;margin-top:-5px;margin-bottom:0;margin-left:125px}
.top_banner .top_banner_box .call_today h4{font-family: 'Open Sans Condensed', sans-serif;font-size:24px;color:#fff;font-weight:bold;margin-top:15px;margin-bottom:0px;text-transform:uppercase;margin-left:125px}

.top_banner .top_banner_box  ul{margin:20px 0 0 5px;padding:0 30px 0 0;list-style:none}
.top_banner .top_banner_box  ul li{background-image:url(../img/quot.png);background-repeat:no-repeat;background-position:left -4%;padding-left:25px;font-size:15px;font-style:italic;color:#8F999C;margin-bottom:20px}
.top_banner .top_banner_box  ul li span.name{font-weight:600;color:#80888B}


.main_contents_area {
  background-color: #e4f6e1;
  padding-top: 60px;
}
.main_contents{}
.main_contents .single_image{width:130px;float:left;margin-right:35px}
.main_contents .single_image img{margin-bottom: 30px;
margin-top: 25px;}

.main_contents .left_content {}
.main_contents .left_content h2{font-size: 30px;
font-weight: 600;
margin-bottom: 5px;}
.main_contents .left_content p{font-size: 16px;
margin-top: 10px;}


.footer_area {
  background-color: #e4f6e1;
  margin-top: -245px;
  padding: 30px 0 0;
  text-align: center;
}
.footer_area img{width:100%}
.footer_area .footer {
  margin-top: -85px;
}
.footer_area .footer p {
  color: #fff;
  font-size: 15px;
  margin: 10px 0;
}
.footer_area  .footer p a{color:#fff}
.footer_area  .footer p.copy_right{color:#fff}






#myModal .modal-header, #myModal2 .modal-header {
  border-bottom: 0 none;
  min-height: 10px;
  padding: 5px;
}
.modal-content {
  background-color: rgba(69, 69, 69, 0.93);
}
.modal-content .modal-body > p {
  color: #fefefe;
  font-size: 15px;
  line-height:20px
}
.modal-body {
  padding: 0px 20px 10px;
  position: relative;
}
.modal-content .modal-body p img {
  float: left;
  margin-right: 12px;
  margin-bottom:10px;
}
.modal .modal-dialog {
  margin: 30px auto;
  width: 280px;
}
#myModal2 .modal-dialog {
  float: right;
  margin: 170px 30px 30px;
}
#myModal .modal-dialog {
  float: right;
  margin: 50px 30px 30px;
}
.modal-content .close {
  opacity: 0.5;
}
.modal-open {
  overflow: scroll;
}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}



