/*! 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;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

/*
 * 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;
    }
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.no_margin{
    margin: 0px;
}
.no_padding{
    padding: 0;
}
.padding_left{
    padding-left:0px;
}
.padding_right{
    padding-right:0px;
}
body{   
    font-family: 'Raleway', sans-serif;
}
.babas{
    font-family: 'bebas';
}
.column {width:1000px}

.logo > img {
  margin: 15px 0;
  width: 90%;
}
.logo_text > h2 {
  color: #6E6E6E;
  font-family: 'Covered By Your Grace',cursive;
  font-size: 26.5px;
  line-height: 1;
  padding: 36px 0;
  text-align: left;
}
.head_contact {
  padding: 17px 0;
  text-align: right;
}
.head_contact > p {
  color: #000000;
  font-size: 18.5px;
  line-height: 1.3;
}
.head_contact > a {
  color: #C8BC9D;
  font-family: 'Open Sans',sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}


.banner_area {
  background-image: url("img/banner.jpg");
}
.banner_text {
  padding-bottom: 190px;
}
.banner_text > h2 {
  color: #C8BC9D;
  font-size: 87px;
  font-weight: 400;
  line-height: 1.1;
  padding-top: 70px;
}
.banner_text h3 {
  color: #FFFFFF;
  font-size: 38px;
  font-weight: 400;
  padding-top: 25px;
  position: relative;
}
.banner_text > p {
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  color: #C3C3C3;
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.9;
  margin-bottom: 35px;
  margin-top: 15px;
}
.banner_text li {
  color: #C3C3C3;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  padding: 5px 0;
}
.banner_form {
  padding-left: 4%;
  text-align: right;
}
.banner_form > h2 {
  color: #C8BC9D;
  font-size: 28px;
  font-weight: 400;
  padding-bottom: 12px;
  padding-top: 25px;
}
.banner_form span {
  font-family: 'Open Sans',sans-serif;
  font-style: italic;
  font-weight: 800;
}
.main_form textarea,.main_form select,.main_form input {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}
.main_form textarea{
    height: 90px;
}
option {
  color: #000000;
}
.main_form input[type="submit"] {
  background: none repeat scroll 0 0 #C8BC9D;
  border: medium none;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  margin-top: 15px;
  width: 75%;
}


.post_content {
  display: block;
  margin-top: -38px;
  width: 100%;
}
.subpost{
    overflow: hidden;
}
.single_post > h2 {
  background: none repeat scroll 0 0 #DDD9CD;
  font-size: 20px;
  font-weight: 700;
  padding: 13px;
  text-align: center;
}
.single_post > img {
  width: 100%;
}

.post_content {
  height: 220px;
  position: relative;
  width: 100%;
}
.subpost {
  left: 0;
  position: absolute;
  top: -10px;
  width: 100%;
}


.middle_list_area {
  background: none repeat scroll 0 0 #C8BC9D;
  padding: 11px 0;
  text-align: center;
}
.middle_list li:last-child {
    border:none;
}
.middle_list li {
  border-right: 2px solid #FFFFFF;
  color: #FFFFFF;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  padding: 0 20px;
}


.middle_title > h2 {
  color: #2D2D2D;
  font-family: 'Covered By Your Grace',cursive;
  font-size: 37px;
  font-weight: 400;
  padding: 16px 0;
  text-align: center;
}
.middle_title span {
  font-family: 'Raleway',sans-serif;
  font-size: 20px;
  font-weight: 700;
}


.middle_title_area {
  padding-bottom: 10px;
  position: relative;
}
.middle_title_area:before {
  background: none repeat scroll 0 0 #C8BC9D;
  bottom: 7px;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
.house_area {
  background-color: #2D2D2D;
  background-image: url("img/home.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 50% 100%;
  padding-bottom: 70px;
  padding-top: 55px;
}

.house_text {
  border: 1px solid #C8BC9D;
  padding: 60px 70px;
  width: 94%;
}

.house_text > h2 {
  color: #C8BC9D;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.house_text span {
  color: #FFFFFF;
}



.house_text > p {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  padding-top: 30px;
}

.bottom_house_text_area {
  padding: 50px 0;
}
.bottom_house_text > h2 {
  color: #B9AD90;
  font-size: 23px;
  font-weight: 700;
  padding-bottom: 15px;
}
.bottom_house_text > p {
  color: #000000;
  font-size: 20.4px;
  font-weight: 400;
}
.service_area:before {
  background: none repeat scroll 0 0 #B9AD90;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 68px;
  width: 100%;
}
.service_area:after {
  background: none repeat scroll 0 0 #B9AD90;
  bottom: -7px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.service_area {
  background: none repeat scroll 0 0 #DDD9CD;
  border-bottom: 14px solid #FFFFFF;
  padding-bottom: 20px;
  position: relative;
}

.service_title > h2 {
  color: #B9AD90;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 40px;
  padding-top: 25px;
  text-align: center;
}
.service_image > img {
  width: 100%;
}
.service_title.align_left > h2 {
  text-align: left;
}


.setp_area.service_area:after{
 width: 0px;
}
.setp_area.service_area{
  border: medium none;
}

.service_title.align_left > h2 {
  text-align: left;
}
.num {
  float: left;
  width: 20%;
}
.num > p {
  color: #C8BC9D;
  font-size: 58px;
  font-weight: 700;
  padding-top: 10px;
}
.step_text {
  float: left;
  width: 80%;
}
.step_text > h2 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.step_text > p {
  color: #000000;
  font-family: 'Open Sans',sans-serif;
  font-size: 15.5px;
}



.testimonial_area {
  background-image: url("img/bg1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testi_title > h2 {
  color: #B9AD90;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding: 27px 0;
  text-align: center;
}
.single_testimonial {
  background: none repeat scroll 0 0 #DDD9CD;
  margin-bottom: 30px;
  padding: 35px 30px 17px;
  text-align: center;
}
.single_testimonial > img {
  margin-bottom: 35px;
}
.single_testimonial > p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 20px;
  text-align: left;
   letter-spacing: -0.2px;
    min-height: 140px;
}
.single_testimonial > h2 {
  color: #B9AD90;
  font-size: 18px;
  font-weight: 700;
  padding-top: 30px;
}
.single_testimonial span {
  color: #878787;
  font-weight: 400;
}
.top_footer_area {
  overflow: hidden;
}
.sub_footer_area {
  background-image: url("img/tfooter.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 0;
}
.top_text > p {
  color: #FFFFFF;
  font-weight: 600;
  padding: 19px 0;
  text-align: right;
  text-transform: uppercase;
}
.top_text span {
  color: #C8BC9D;
}
.footer_area {
  background-image: url("img/footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid #323232;
  padding: 15px 0;
}
.footer_logo img {
  margin-top: 60px;
}
.left_column {
  float: left;
  position: relative;
  width: 45%;
}
.left_column:before {
  background: none repeat scroll 0 0 #343434;
  content: "";
  height: 100px;
  position: absolute;
  right: 0;
  top: 17px;
  width: 1px;
}
.left_column > p {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.bd_logo:before {
  background: none repeat scroll 0 0 #343434;
  content: "";
  height: 100px;
  position: absolute;
  right: 0;
  top: 17px;
  width: 1px;
}
.bd_logo {
  float: left;
  position: relative;
  text-align: center;
  width: 35%;
}
.bd_logo > img {
  margin-top: 21px;
  width: 55%;
}
.social {
  float: left;
  padding-left: 5%;
  position: relative;
  text-align: center;
  width: 20%;
}
.social > h2 {
  border-bottom: 1px solid #363636;
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.1;
  margin-bottom: 12px;
  margin-top: 15px;
  padding-right: 22%;
}
.social > ul {
  text-align: center;
}
.social li {
  display: inline-block;
}
.house_image > img {
  display: none;
}
.footer_content .left_column a {
  color: #fff;
}




'Open Sans', sans-serif
'Covered By Your Grace', cursive















