body,html{
	width: 100%;
	height: 100%;
}
@font-face{
    font-family: 'FuturaStdCondensed';
    src:url('../fonts/FuturaStdCondensed.otf');
}
@font-face{
    font-family: 'HelveticaNeue-Light';
    src:url('../fonts/HelveticaNeue-Light.otf');
}
@font-face{
    font-family: 'Helvetica';
    src:url('../fonts/Helvetica.otf');
}
@font-face{
    font-family: 'helvetica-bold';
    src:url('../fonts/helvetica-bold.ttf');
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: 'FuturaStdCondensed';
}
/* ======DEFAULT BROWSER STYLE========= */

a:focus{
	text-decoration: none;
}
a:focus,.btn:focus,.btn:active:focus,
button:focus,input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus{
	outline: none;
}
p{
	margin: 0;
}
/* =========== SPACE CLASSES=========== */

.space5{margin-top: 5px;}
.space10{margin-top: 10px;}
.space15{margin-top: 15px;}
.space20{margin-top: 20px;}
.space25{margin-top: 25px;}
.space30{margin-top: 30px;}
.space35{margin-top: 35px;}
.space40{margin-top: 40px;}
.space50{margin-top: 50px;}
.space60{margin-top: 60px;}
.space70{margin-top: 70px;}
.space80{margin-top: 80px;}
.space100{margin-top: 100px;}
.space200{margin-top: 200px;}
.pad0{padding: 0;}
/*============ placeholder =============*/

input[type="text"]::-webkit-input-placeholder {
  color: #989898 !important;
}
input[type="text"]::-moz-placeholder {
  color: #989898 !important;
}
input[type="text"]:-ms-input-placeholder {
  color: #989898 !important;
}
input[type="text"]:-moz-placeholder {
  color: #989898 !important;
}

/* ============COLOR CLASSES============= */

.whiteclr
{
	color: #fff !important;
}
.blackclr{
	color: #000 !important;
}


/*==============Styles===================*/
header{
    padding: 13px 0;
    background-color: #655f57;
}
.web-heading{
    margin: 0;
    font-size: 38px;
    color: #fff;
}
.heading_span {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
}
.color1{
    color: #b8db9f;
}
.color2{
    color: #00b59f;
}
.house {
    position: absolute;
    left: -10px;
    top: 9px;
}

/**Navbar**/

/*------updated------*/
.navbar-brand {
    float: left;
    height: auto;
    padding: 0px 15px;
    line-height: 20px;
    font-size: 26px;
    color: #655f57 !important;
    font-family: 'HelveticaNeue-Light';
}
.first-span{
    position: relative;
    top: 10px;
}
.first-span,.navbar-brand>img{
    display: inline-block;
}
.navbar-brand span.info{
    font-size: 16px;
    font-family: 'HelveticaNeue-Light';
    position: relative;
    top: 6px;
}
.navbar-default .navbar-nav>li>a {
    color: #655f57;
    font-size: 16px;
    font-family: 'Helvetica';
    padding: 0px 15px !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}
.navbar-right{
    margin-top: 40px;
}
/*----updated end----------*/
.navbar {
    min-height: 0;
    margin-bottom: 0;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
    border-radius:0;
    padding-top: 30px;
}
/*.nav>li>a {
    font-size: 16px;
    padding: 10px 15px;
}
.navbar-default .nav-justified>.active>a, .navbar-default .nav-justified>.active>a:focus, .navbar-default .nav-justified>.active>a:hover {
    color: #555;
    background-color: transparent;
}
.navbar-default .nav-justified>li>a {
    color: #655f57;
}*/

.desk-hide {display:none !important;}
/**Slider**/

.about_section,.contact-section,.gallery{
    max-width: 1140px;
    margin: 0 auto;
}
.slider{
    max-width: 840px;
    margin: 0 auto;
}
.slider img{
    width: 100%;
}






/**Footer**/
.white-box{
    padding: 8px 0;
    background-color: #fff;
}
.contact_ul{
    text-align: center;
    margin-bottom: 0;
}
.contact_ul li a{
    font-size: 16px;
    color: #655f57;
}

.contact_ul li a:after {
    content: '';
    position: absolute;
    height: 18px;
    border: 1px solid #655f57;
    margin-left: 6px;
    margin-top: 3px;
}

.contact_ul li:last-child a:after{
    display: none;
}

/*-------------ABout-------------*/
.about_section{
    background-color: #fff;
}
.biodata {
    font-size: 20px;
    color: #655f57;
}
.access_link{
    color: #00b59f;
}

.access_link:hover{
    color: #00b59f;
}
.designer_pic{
    width: 100%;
    margin: 0 auto;
}


/*--------Contact---------------*/
form .form-control {
    font-family: 'Open Sans', sans-serif;
    border:1px solid #989898;
}
form {
    margin: 0px 24px 200px 0;
}
.btn-submit {
    color: #fff;
    background-color: #292929;
    border-color: #292929;
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 24px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    border-radius: 8px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.btn-submit:hover{
    background-color: #fff;
    color: #292929;
}
.contact-section{
    background-color: #fff;
}

/*--------Gallery----------*/
.gallery{
    background-color: #fff;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}
.gallery .pad0{
    padding:0 5px;
}
.col-md-4.col-sm-4.pad0 a .img-responsive {
}

















/**Media Query**/

@media(max-width: 1199px){
.slider,.about_section,.contact-section,.gallery {
    max-width: 940px;
}
.house {
    left: -70px;
}
}
.desk-hide {display:inherit !important;}
		.mobi-hide {display:none !important;}

@media(max-width: 991px){
.slider,.about_section,.contact-section,.gallery {
    max-width: 720px;
}
.nav>li>a {
    padding: 10px 10px;
}
.house {
    left: -30px;
}

.navbar-brand span.info {
    font-size: 12px;
    font-family: 'Helvetica';
    position: relative;
    top: 6px;
}

.navbar-default .navbar-nav>li>a {
    font-size: 13px;
    padding: 0px 10px !important;
}

.navbar-brand {
    font-size: 20px;
}

.navbar-right {
    float: right!important;
    margin-right: 5px;
}

}
.desk-hide {display:inherit !important;}
		.mobi-hide {display:none !important;}


@media(max-width: 767px){
    .navbar-default .navbar-nav>li>a {
        padding: 5px 10px !important;
    }
    .navbar-right {
        margin-top: 10px;
        float: left!important;
        margin-right: 0;
    }
    .navbar-brand span.info {
        top: 0;
    }
    .first-span {
        top: 3px;
    }
    .first-span, .navbar-brand>img {
        display: block;
        margin: 0 auto;
    }
    .navbar-brand>img{
        width: 70px;
    }
    .gallery .pad0 {
        padding: 0 10px;
    }
    .gallery{
        padding: 20px 0;
    }
    .gallery img{
        margin-bottom: 10px;
    }
    .nav0{
        padding: 0;
    }
    footer{
        background-color: #fff;
    }
    .biodata.space10, .gallery .row.space10{
        margin-top: 0;
    }

    .slider,,.about_section,.contact-section,.gallery {
        max-width: 100%;
    }
    form{
        margin:100px 0;
    }
    .btn-submit {
        font-size: 15px;
        padding: 7px 18px;
        border-radius: 6px;
    }
    .about_section{
        padding: 20px 0;
    }
    .biodata {
        font-size: 20px;
        margin: 20px 0 0;
    }
    .navbar-default .navbar-toggle {
        margin: 30px 5px 0;
    }
    .navbar-default .navbar-collapse,.navbar-default .navbar-toggle{
        border-color: transparent;
    }
    .house {
        left: 15px;
    }
    .navbar-default{
        border: 0;
        padding-top: 10px;
    }
    .navbar-header{
        border: 0;
    }
    .nav>li>a {
        text-align: left;
    }
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.desk-hide {display:inherit !important;}
		.mobi-hide {display:none !important;}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape){
    .landscape_mode {
        margin: 0 150px;
        position: relative;
    }
    .house {
        top: 6px;
    }
    .designer_pic {
        width: 35%;
    }
		.owl-nav {display:none !important;}
}
.desk-hide {display:inherit !important;}
		.mobi-hide {display:none !important;}


@media(max-width: 375px){
.biodata {
    font-size: 18px;
}
.house {
    width: 150px;
}
.heading_span {
    font-size: 18px;
}
.web-heading {
    font-size: 34px;
}
.owl-nav {display:none !important;}
}
.desk-hide {display:inherit !important;}
		.mobi-hide {display:none !important;}



@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape){
    .landscape_mode {
        margin: 0 150px;
        position: relative;
    }
    .house {
        left: -48px;
    }
    .designer_pic {
        width: 35%;
    }
		.owl-nav {display:none !important;}
}
.desk-hide {display:inherit !important;}
		.mobi-hide {display:none !important;}

@media(max-width: 320px){
.heading_span {
    font-size: 16px;
}
.web-heading {
    font-size: 27px;
}
.house {
    left: 15px;
    width: 128px;
    top: 7px;
}
.owl-nav {display:none !important;}
}
.desk-hide {display:inherit !important;}
		.mobi-hide {display:none !important;}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation : landscape){
    .landscape_mode {
        margin: 0 100px;
        position: relative;
    }
    .designer_pic {
        width: 35%;
    }
		.owl-nav {display:none !important;}
		.owl-next {display:none !important;}
}
.desk-hide {display:inherit !important;}
		.mobi-hide {display:none !important;}
