html , body{
	margin:0;
	width:100%;
	height: 100%;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-family: 'PT Sans', sans-serif;
}

*{
	box-sizing: border-box;
}
.container{
	height: 100%;
}
 /*-----navbar ---*/
.navbar{ 
	margin:0;
	height: 70px;
	width:100%; 
	position: fixed;
	z-index: 5;

}
.navbar.scrolled {
    background: rgb(45, 45, 45); 
    background: rgba(0, 0, 0, 0.7); 
}
.logo{
	float: left;
	padding-left: 50px;
	color:#f8f8f8;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 30px;
	margin: 0;
	padding-top: 16px;
}

.menu{
	float: right;
	position: relative;
	top:20px;
	right: 30px;
	color:#f8f8f8;
	word-spacing: 4px;
	letter-spacing: 2px;
}
.menu a{
    font-size: ;
    text-decoration: none;
    padding: 0 15px;
    text-decoration: none;
	text-transform: uppercase;	
	 color: #f8f8f8;
	 letter-spacing: 3px;
}
a:hover{
 color:#C1A78E;
}
.clear{
	clear:both;
}
.home{
	height: 100%;
	width:100%;
}	
.home-image{
	background: url("../assets/home.jpg");
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	position: relative;
	
}
.home-mask {
    position: absolute;
    background: #212121;
    opacity: .6;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    
    }
.home p{
 	color:#f8f8f8;
 	text-align: center;
 	width: 400px;
 	font-size: 30px;
 	letter-spacing: 3px;
 	word-spacing: 5px;
 	line-height: 50px;
 	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
 	
 }
 .about{
 	width: auto;
 }
 .about-head, .service-head{
 	text-align: center;
 	margin:40px auto 20px auto;
 	font-size: 40px;
 	letter-spacing: 2px;
 	word-spacing: 3px;
 }
 /*.about h2::before{
 	 background: hsla(0, 0%, 0%, 0) url(../assets/heading_right_img.png) no-repeat scroll 0 0;
    content: "";
    height: 15px;
    position: absolute;
    right: -181px;
    top: 45%;
    width: 161px;
}
.about h2::after{
	background: hsla(0, 0%, 0%, 0) url(../assets/heading_left_img.png) no-repeat scroll 0 0;
    content: "";
    left: -181px;
    position: absolute;
    right: 0;
    top: 45%;
    width: 161px;
    height: 15px;
} */
 .about-para ,.service-para{
 	width:80%;
 	margin:0 auto;
 	font-size: 16px;
 	text-align: center;
 	color:#888888;
 	word-spacing: 4px;
 	line-height: 32px;
 	font-weight: 300;
 }
 .pannel{
 	margin:40px 70px;
 }
 .box{
 	height: auto;
 	width:80%;
 	border:0.5px solid #f1f1f1;
 	margin:40px auto;
 }
 .box-para{
 	text-align: center;
 	margin:20px auto;
 	font-size: 15px;
 	font-weight: 300;
 	color:#888888;
 	line-height: 25px;
 	word-spacing: 2px;
 	padding: 15px;
 }
 .box img{
 	height: auto;
 	width:100%;
 	transition-duration: 0.5s;
 	}
 .box img:hover{
 	transform: scale(1.05);
 }
 .box-head{
 	text-align: center;
 	margin:20px auto;
 	font-size: 22px;
 	word-spacing: 4px;
 	letter-spacing: 2px;
 }
 .services{
 	background-color: #F5F5F5;
 	width:auto;
 	
 }
 .services h2{
 	text-align: center;
 	padding-top: 50px;
 }
 .services p{
 	width:80%;
 	margin:0 auto;
 	font-size: 13px;
 	text-align: center;
 }
 .service-pannel{
 	margin:40px 70px;
 }
 .ser-box{
 	height: auto;
 	width:80%;
 	border:1px solid #666;
 	margin:40px auto;
 	position: relative;
 	overflow: hidden;
 }
 .ser-box p{
 	color:#f8f8f8;
 	text-align: center;
 	margin:25% auto;
 	font-weight: 700;
 	font-size:25px;
 }
 .ser-box-mask {
 	position: absolute;
 	top: 0;
    background: #000;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: opacity 200ms;
}
.ser-box-mask:hover{
	opacity: 0.6;
}
 .ser-box img{
 	height: auto;
 	width: 100%;
 }
 .design{
 	height: auto;
 	width:100%;
 }
 .design-head{
 	text-align: center;
 	margin: 80px auto ;
 	font-size: 30px;
 	word-spacing: 5px;
 	letter-spacing: 2px;
 }
 .design-pannel{
	width:90%;
	margin: auto;
}
.design-pannel img{
	display: block;
	height: auto;
	width: 90%;
	margin: 15px auto;
}
.design-pannel img:hover{
	
	opacity: 0.8;
	-webkit-transition:all 200ms linear;
	-moz--transition:all 200ms linear;
	transition:all 200ms linear;
	box-shadow: 10px 10px 5px #888888;
}
.footer{
     
	padding: 120px 40px 40px 40px;
    color: #B89A7D;
    text-align: center;
    font-size: .7em;
    letter-spacing: .1em;
}
.footer a{
	font-size: 20px;
	padding: 10px;
	color:#B89A7D;
}
.footer a:hover{
	color:#555;
}

@media screen and (max-width: 800px) {
	.menu {
		right: 0;
		word-spacing: 0;
		letter-spacing: 0;
	}
	.menu a {
		font-size: 70%;
	}
}

@media screen and (max-width: 700px) {
	.menu a {
		font-size: 60%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.logo {
		font-size: 20px;
		padding-left: 10px;
	}
}

@media screen and (max-width: 600px) {
	.menu a {
		font-size: 50%;
	}
}

@media screen and (max-width: 460px) {
	.menu {
		top: 0;
	}
}

@media screen and (max-width: 350px) {
	.menu a{
		padding-left: 2px;
		padding-right: 2px;
		font-size: 40%;
	}
}