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

/* ==========================================================================
   Mystyles
   ========================================================================== */
@font-face {
font-family: 'Bebas Neue';
src: url("../font/Bebas Neue"), 
		url("../font/BebasNeue.woff") format('woff');
}
@font-face {font-family:"Open Sans";
src:url("OpenSans-Regular.eot?") format("eot"),
url("OpenSans-Regular.woff") format("woff"),
url("OpenSans-Regular.ttf") format("truetype"),
url("OpenSans-Regular.svg#OpenSans") format("svg");
font-weight:normal;
font-style:normal;
}
body
{
	background:#9f8c6e;
	font-family:"Bebas Neue";
}
.wrapper
{
	width:1000px;
	height:auto;
	margin:0px auto;
}
.header
{
	width:100%;
	height:159px;
}

header
{
	height:auto;
	width:100%;
	background:url(../images/header_bg.jpg);
	/*position:fixed ;*/
	border-bottom:#d6ad6d 1px dashed;
	z-index:9;
}
#logo
{
	width:430px;
	height:105px;
	float:left;
	text-align:left;
}
#number
{
	width:257px;
	height:87px;
	float:right;
	margin-top:5px;
	padding:10px 10px 5px 0px;
	background:url(../images/number.png) no-repeat;
}
#number p
{
	font-size:22px;
	color:#FFF;
	text-align:center;
	line-height:26px;
	margin:0;
}
#number p span
{
	font-size:30px;
	color:#FFF;
}
#number p span.mail
{
	font-size:14px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	margin:0;
}
#banner
{
	height:411px;
	background:url(../images/banner_bg.jpg);
}
section#menu_bg
{
	height:51px;
	background:url(../images/menu_bg.jpg);
}
#menu
{
	width:600px;
	height:auto;
	float:left;
}
#menu a
{
	padding:12px 20px 11px 20px;
	color:#c59672;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	transition:All .5s ease;
	font-size:20px;
	letter-spacing:0.3px;
	float:left;
}
#menu a:hover,.active
{
	background-color:#563c27;
	color:#CCC;
}
#socialmedia
{
	width:220px;
	height:auto;
	float:right;
}
#socialmedia p
{
	font-size:18px;
	color:#ba692a;
	text-align:left;
	line-height:26px;
	padding:12px 25px 10px 5px;
	margin:0;
	float:left;
}
#socialmedia a img
{
	margin:10px 5px 10px 5px;
	float:left;
	transition:All .5s ease;
}
#socialmedia a img:hover
{
	margin:8px 5px 10px 5px;
	float:left;
}

.content
{
	width:1000px;
	height:auto;
	float:left;
	margin:15px 0px 12px 0px;
}
.welcome
{
	width:423px;
	height:auto;
	float:left;
	padding:10px;
	background-color:#e9ded0;
}
.welcome h2
{
	text-align:center;
	margin:0;
	float:left;
}
.welcome p
{
	font-size:15px;
	color:#6d5d52;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	line-height:26px;
	padding:12px 25px 15px 5px;
	margin:0;
	float:left;
}

.home_services
{
	width:557px;
	min-height:566px;
	height:auto;
	float:left;
	background:url(../images/px2.jpg);
}
.home_services a
{
	padding:0px 5px 0px 5px;
	text-align:center;
	text-decoration:none;
	transition:All .5s ease;
	font-size:14px;
	float:left;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	margin-top:10px;
}
.home_services a:hover
{
	text-decoration:underline;
	color:#CCC;
}

.home_services h2
{
	text-align:left;
	margin:0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:5px;
	font-size:24px;
}

.home_services p
{
	font-size:13px;
	color:#FFF;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	line-height:22px;
	padding:12px 25px 10px 5px;
	margin:0;
	float:left;
}
#plan_home
{
	width:235px;
	height:219px;
	float:left;
	margin:11px;
	padding:10px;
	background:url(../images/plan.jpg);
}
#supervision_home
{
	width:235px;
	height:219px;
	float:left;
	margin:11px;
	padding:10px;
	background:url(../images/supervision.jpg);
}
#survey_home
{
	width:235px;
	height:219px;
	float:left;
	margin:11px;
	padding:10px;
	background:url(../images/survey.jpg);
}
#vasthu_home
{
	width:235px;
	height:219px;
	float:left;
	margin:11px;
	padding:10px;
	background:url(../images/vasthu.jpg);
}
section#menu_bottom
{
	height:51px;
	background-color:#341e0c;
}
section#deatils_bottom
{
	height:auto;
	background-color:#402007;
}
.menu_wrapper
{
	width:540px;
	height:auto;
	margin:15px auto;
}
.menu_wrapper a
{
	padding:8px 20px 8px 20px;
	color:#b9a595;
	text-align:center;
	text-decoration:none;
	transition:All .5s ease;
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.menu_wrapper a:hover
{
	text-decoration:underline;
	color:#CCC;
}
.details_wrapper
{
	width:450px;
	height:auto;
	margin:5px auto;
}
.details_wrapper p
{
	font-size:13px;
	color:#9e8a7a;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:22px;
	padding:5px 25px 5px 5px;
	margin:0;
}

.details_wrapper a
{
	padding:8px 20px 8px 20px;
	color:#806f60;
	text-align:center;
	text-decoration:none;
	transition:All .5s ease;
	font-size:13px;
	font-weight:bold;
	margin-left:80px;
	font-family:Arial, Helvetica, sans-serif;
}
.details_wrapper a:hover
{
	text-decoration:underline;
	color:#CCC;
}

.content_service
{
	width:1000px;
	height:auto;
	float:left;
	margin:15px 0px 12px 0px;
	background:url(../images/px2.jpg);
	border
}
.content_service h2
{
	text-align:center;
	margin:0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:10px;
	font-size:24px;
}

#plan_service
{
	height:auto;
	width:960px;
	float:left;
	margin:11px;
	padding:10px;
	background:url(../images/plan_service.jpg);
}
#plan_service img
{
	float:left;
	margin-right:10px;
}
#plan_service h2
{
	text-align:left;
	margin:0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	font-size:24px;
}

#plan_service p
{
	font-size:16px;
	color:#FFF;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
	padding:0px 25px 10px 10px;
	margin:0;
}
#supervision_service
{
	width:960px;
	height: auto;
	float:left;
	margin:11px;
	padding:10px;
	background:url(../images/supervision_service.jpg);
}
#supervision_service img
{
	float:right;
	margin-right:10px;
}
#supervision_service h2
{
	text-align:left;
	margin:0;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	font-size:24px;
}

#supervision_service p
{
	font-size:16px;
	color:#333;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
	padding:0px 25px 10px 10px;
	margin:0;
}

#survey_service
{
	width:960px;
	height:auto;
	float:left;
	margin:11px;
	padding:10px;
	background:url(../images/survey-service.jpg);
}
#survey_service img
{
	float:left;
	margin-right:10px;
}
#survey_service h2
{
	text-align:left;
	margin:0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	font-size:24px;
}

#survey_service p
{
	font-size:16px;
	color:#FFF;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
	padding:0px 25px 10px 10px;
	margin:0;
}

#vasthu_service
{
	width:960px;
	height:219px;
	float:left;
	margin:11px;
	padding:10px;
	background:url(../images/vasthu_service.jpg);
}
#vasthu_service img
{
	float:right;
	margin-right:10px;
}
#vasthu_service h2
{
	text-align:left;
	margin:0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	font-size:24px;
}

#vasthu_service p
{
	font-size:16px;
	color:#FFF;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
	padding:0px 25px 10px 10px;
	margin:0;
}

#gallery
{
	width:960px;
	height:auto;
	padding:10px;
	float:left;
	margin-left:10px;
}

#enquire_us_datails
{
	width:540px;
	height:auto;
	background-image:url(../images/shadow_list.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 10px 20px 10px;
	text-align:left;
	font-size:14px;
	color:#FFF;
	margin:0px auto;
}
#enquiry
{
	width:auto;
	height:auto;
	border-radius:5px;
	padding-bottom:15px;
}
.enquire_right
{
	width: auto;
	height:auto;
	color:#FFF;
	float:left;
	margin-top:10px;
}	
.text_box01
{
	width:500px;
	height:40px;
	background-color:#875c43;
	border:none;
	color:#FFF;
	margin-left:10px;
	margin-right:10px;
	padding-left:10px;
	font-size:12px;
	float:left;
}
.enquiry_box01
{
	width:490px;
	height:55px;
	background-color:#875c43;
	color:#FFF;
	border:none;
	margin-left:10px;
	padding:10px;
	font-size:12px;
	float:left;
}
.send01
{
	width:80px;
	height:28px;
	border:none;
	background-color:#875c43;
	color:#FFF;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	transition:All .5s ease;
	margin-left:12px;
	padding:5px;
	margin-top:10px;
	float:left;
}
.send01:hover
{
	background-color:#301b0f;
	color:#FFF;
}

.contact_left
{
	width:350px;
	height:auto;
	margin-left:5px;
	padding-left:150px;
	float:left;
}

.contact_right
{
	width:450px;
	height:auto;
	margin-left:5px;
	padding:10px 0px 10px 0px;
	float:left;
}
.contact_right p
{
	font-size:16px;
	color:#eccfbe;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	padding:0px 0px 10px 20px;
	line-height:26px;
	float:left;
}

.contact_right img
{
	float:left;
	margin:5px 5px 0px 5px;}



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