@charset "utf-8";

html {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

.thumb {
	border: 3px solid #e0d7d2;
	float: left;
	margin: 15px;
	height: 110px;
	width: 200px;
}

/* html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	min-height: 100vh;
} */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-size: 100%;
	overflow-x: hidden;

	background-position: top center;
	background-color: #350f02;
}

#box-left {
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#box-right {
	padding: 0px;
	float: left;
	height: 100%;
	width: 50%;
	margin-top: 70px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 5%;
	background-repeat: repeat-x;
	background-position: top;
	min-height: 50%;
	z-index: -100;
}


#logo {
	float: left;
	height: 180px;
	width: 60%;
}

.top1 {
	float: left;
	height: auto;
	width: 40%;
}

.top2 {
	float: left;
	height: auto;
	width: 60%;
}


#logo img {
	height: auto;
	width: 90%;
	margin-top: -160px;
	margin-left: 168px;
}

#logo-left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 180px;
	width: 252%;
	background-image: url(../images/brwn-shade.png);
	background-repeat: repeat-x;
	background-position: top;
}


#content {
	height: auto;
	width: 80%;
	margin-left: 10%;
	float: left;
	text-align: left;
	margin-right: 10%;
	margin-bottom: -30px;
	margin-top: -120px;
}

#content p {
	text-align: justify;
	font-family: "Museo Sans 100";
	font-size: 20px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	color: #d1d1d1;
	text-decoration: none;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.abt-img {
	margin-top: 100px;
}

#service #right-wrapper {
	float: left;
	height: auto;
	width: auto;
	margin-left: 285px;
	position: absolute;
	top: 48%;
	z-index: -1;
}
#prjt #right-wrapper {
    float: left;
    height: auto;
    width: auto;
    margin-left: 285px;
    position: absolute;
    top: 48%;
    z-index: -1;
}
.more {
	background-color: #000000;
	float: left;
	border-radius: 3px;
	height: 11px;
	width: 80px;
	padding-top: 19px;
	padding-right: 35px;
	padding-bottom: 19px;
	padding-left: 35px;
}


h1 {
	font-family: "Museo Sans 100";
	font-size: 45px;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: "Museo Sans 100";
	font-size: 28px;
	line-height: normal;
	color: #ff7900;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff7900;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#content ul li {
	font-family: "Museo Sans 100";
	font-size: 20px;
	font-style: normal;
	line-height: 35px;
	font-weight: normal;
	font-variant: normal;
	color: #d1d1d1;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: left;


}

#footer {
	height: 35px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #c40500;
	background-image: url(../images/blk-shade.png);
	background-repeat: repeat;
	margin: 0px;
	float: left;
	color: #b6b4b4;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Museo Sans 100";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	/* margin-top:  39px; */
	margin-top: 192px;
}

#footer-lft {
	float: left;
	width: 48%;
	text-align: right;
	font-size: 18px;
}

#footer-right {
	float: left;
	width: 48%;
	text-align: left;
	font-size: 18px;
}

#footer-right a {
	font-family: "Museo Sans 100";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #FFFFFF;
}

#footer-middle {
	float: left;
	width: 4%;
}

#footer-right a:hover {
	font-family: "Museo Sans 100";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #FF6600;
}

.thumb img {
	float: left;
	height: 110px;
	width: 200px;
}