/*! 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: 'Raleway', sans-serif;}
.fix{overflow:hidden}
.no_padding_right{padding-right:0px}
.no_padding_left{padding-left:0px}
h1, h2, h3 {font-family: 'Raleway', sans-serif;}


.main_menu{}
ul.nav.navbar-nav.navbar-right {
  margin-top: 25px;
}
#bs-example-navbar-collapse-1 {
  margin-bottom: 3px;
  margin-top: 5px;
}
.navbar {
  margin-bottom: -1px;
}
.navbar-nav > li.active > a {
  border-bottom: 2px solid #ff8517;
  color: #ff8517;
}
.navbar-nav > li  {
    padding: 10px 20px 0;
    
}
.navbar-nav > li > a {
  font-size: 18px;
  font-weight: 500;
  color: #a3a3a3;
  text-transform: uppercase;
    padding: 0 0 25px;
    
}
.navbar-nav > li > a:hover{
    background-color: inherit;
    color: #ff8517;
    border-bottom: 2px solid #ff8517;
    
}
.navbar-nav  li:last-child  {
   padding-right:0px
    
}




.header_area{background-image: url(../img/header-bg.png);background-repeat: no-repeat;background-position: center;background-size:auto;border-top: 2px solid #ddd;border-bottom: 1px solid #ddd;margin-bottom:40px}
.header_top {
    width: 797px;
    height: 184px;
    background-color:#fff;
    box-shadow: 2px 2px 3px 0.00px rgba(0, 0, 0, 0.18);
    float: right;
    padding: 32px 0px 20px 30px;margin: 70px 3px 20px;
}
.header_top ul{list-style:none;margin: 0;padding: 0 }
.header_top ul li{font-family: Oswald;font-size: 18px;color: #000000;line-height: 22px;margin-bottom: 25px}
.header_top ul li img{padding-right: 15px;float: left}
.header_top ul .left_sider{width:45%;float: left;padding-right: 5%}
.header_top ul .right_sider{width:50%;float: left}


.{}

.contact_form{width: 797px;box-shadow: 2px 2px 3px 0.00px rgba(0, 0, 0, 0.18);background: url(../img/c-form-bg.png);float: right;margin: 15px 3px 40px;padding: 15px 30px}
.contact_form h1{font-family: 'Roboto Slab', serif;font-weight:700;color: #000000;font-size: 32px;border-bottom:2px dotted #aaa;display: inline-block;padding-bottom: 10px;margin-top: 5px}
.contact_form h3{font-size: 18px;
margin-top: 5px;}
.contact_form h2{font-size: 18px;color: #707070;text-align: center;font-weight: 500;}
.contact_form .form_left {
  float: left;
  margin-right: 1%;
  width: 49%;
}
.contact_form .form_right {
  float: left;
  margin-left: 1%;
  margin-top: 3px;
  width: 49%;
}
select > .placeholder {
  display: none;
}
.form-group{
    overflow:hidden;
   
   
}

.form-group select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image:url("../img/dropdown.png");background-repeat: no-repeat;background-position: 98% center;background-color: #fff;
}
select.form-control option {
  padding: 5px;
}
.form_left .form-group h3 {
  margin-bottom: 5px;
}
.form-control {
  height: 48px;
}
.form-group .btn.submit-button {
  background-image:url("../img/submit.png");background-repeat: no-repeat;background-position: center;background-color:inherit;background-size:100%;border:1px solid #ff9b33;
  color: #fff;
  width: 100%;
  font-size:25px;
  font-weight:500;
  text-shadow:1px 2px 1px #858585
}
.form-group select.form-control, .form-group input.form-control {
    font-weight: 300;
    font-size: 18px;
    color: #727272;
    font-family: Raleway;
}



.main_contents{}
.main_contents h2{font-size: 32px;font-weight: 600;color: #000000;margin-bottom: -5px}
.main_contents p{font-size: 18px;font-weight: 300;}


.footer_area{background-color: #F5F5F5;padding: 35px 0;margin-top:60px}
.footer_area .footer{}
.footer_area .footer ul{list-style: none;margin: 0;padding: 0;text-align: center}
.footer_area .footer ul li{display: inline}
.footer_area .footer ul li a{display: inline-block;font-size: 16px;font-family: Raleway;font-weight: 400;color: #7b7a7a;padding: 0px 16px}
.footer_area .footer p.copyright{color: #a5a4a4;
    font: 400 14px / 36px Raleway;text-align: center;margin-bottom:-5px;margin-top:10px}
	
.thank_you{text-align:center;margin:150px 0 150px}
.thank_you h1{font-family:"Roboto Slab",serif;font-weight:700;font-size:60px;color:#ff8517}
.menu_area{border-bottom:2px solid #ddd}
.{}
.{}
.{}
.{}
.{}
.{}
.{}

