@charset "utf-8";
/* CSS Document */


@font-face
{
	font-family:myBodyFont;
	/*src:url(../font/Raleway-Regular.woff);*/
	src:url(../fonts/OpenSans-Regular.html);
}

@font-face
{
	font-family:myHdFont;
	/*src:url(../font/GreatVibes-Regular.woff);*/
	src:url(../fonts/OptimaMedium.woff);
}

@font-face
{
	font-family:myScriptFont;
	/*src:url(../font/Questrial-Regular.woff);*/
	src:url(../fonts/OpenSans-Light.html);
}



body
{
	font-family:myBodyFont,sans-serif;
	font-weight:400;
	
}
.nopad
{
	padding-left:0;
	padding-right:0;
}

img
{
	vertical-align:middle;
}
.res-img
{
	width:100%;
}

.off-dxt
{
	display:none;
}

.top-hdr
{
	background:#26272b;
	color:#e1b896;
	font-size:14px;
	letter-spacing:1px;
	white-space:3px;
	padding-top:7px;
	height:70px;
}
.top-hdr i
{
	color:#fff;
	font-size:16px;
	
}
.navigation
{
	background:#fff;
	position:relative;
}
nav
 {
	 position:absolute;
	 top:35px;
 }
.logo img
{
	margin-top:5px;
	margin-bottom:5px;
	width:80%;
}

nav ul
{
	text-align:right;
	margin-bottom:0;
}

.design-concept
{
	position:relative;
	z-index:11;
}

.design-concept-inner
{
	background:#fafafa;
	box-shadow:1px 1px 6px #fff;
	width:90%;
	position:absolute;
	left:5%;
	top:-100px;
	min-height:250px;
}


.design-concept-img
{
	width:130px;
	height:130px;
	border-radius:50%;
	display:block;
	border:3px solid #7d4e1f;
	background:#fff;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:-65px;
}

.design-concept-img span
{
	display:block;
	width:130px;
	height:130px;
	border-radius:50%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
.icon1 span
{
	background:url(../images/icon1.png) no-repeat;
	background-position:center center;
	background-size:85px 85px;
	transition: all 0.8s ease-in-out 0s;

}

.design-concept-inner:hover .icon1 span
{
	background:url(../images/icon1-h.png) no-repeat;
	background-position:center center;
	background-size:85px 85px;
	transition-delay: 0.5s;
}

.icon2 span
{
	background:url(../images/icon2.png) no-repeat;
	background-position:center center;
	background-size:85px 85px;
	transition: all 0.8s ease-in-out 0s;

}

.design-concept-inner:hover .icon2 span
{
	background:url(../images/icon2-h.png) no-repeat;
	background-position:center center;
	background-size:85px 85px;
	transition-delay: 0.5s;
}


.icon3 span
{
	background:url(../images/icon3.png) no-repeat;
	background-position:center center;
	background-size:85px 85px;
	transition: all 0.8s ease-in-out 0s;

}

.design-concept-inner:hover .icon3 span
{
	background:url(../images/icon3-h.png) no-repeat;
	background-position:center center;
	background-size:85px 85px;
	transition-delay: 0.5s;
}


.design-concept-img::before
{
	width:130px;
	height:130px;
	position: absolute;
    top: -3px;
    left: -3px;
    content: "";
    background: #7d4e1f;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
    opacity: 0;
	z-index:1;
}




.design-concept-inner:hover .design-concept-img::before
{
	transform: perspective(1200px) rotateY(0deg) translateZ(0px);
	transition-delay: 0.1s;
	opacity: 1;
}






.design-concept-inner h5
{
	text-align:center;
	font-size:24px;
	font-weight:500;
	margin-top:90px;
	font-family:myHdFont;
	color:#312f2e;
}

.design-concept-txt
{
	padding-left:10px;
	padding-right:10px;
	letter-spacing:1px;
	text-align:center;
	line-height:24px;
	margin-top:30px;
	margin-bottom:30px;
	color:#818181;
	font-size:14px;
	letter-spacing:1px;
}




.abt11
{
	margin-top:230px;
	margin-bottom:100px;
}
.abt-txt-box
{
	margin-top:210px;
	padding-left:20px;
}
.abt-txt-box h4 span
{
	border-bottom:3px solid #7d4e1f;
	display:inline-block;
	width:30px;
	margin-right:15px;
}

.abt-txt-box h4
{
	color:#7d4e1f;
	font-size:20px;
	font-weight:500;
	letter-spacing:0px;
	text-transform:uppercase;
	font-family:myHdFont;
}

.abt-txt-box h2
{
	  color: #312f2e;
	  font-size: 34px;
	  font-weight: 300;
	  letter-spacing: 0px;
	  line-height: 50px;
	  font-family:myHdFont;
}

.abt-txt-box p
{
	margin-left:0;
	line-height:25px;
	font-size:13px;
	color: #818181;
	letter-spacing:1px;
	margin-top:10px;
	margin-bottom:10px;
}

.mission
{
	background:#ddb492 url(../images/mission.png) no-repeat;
	background-position:left 25px center;
	background-size:100px 100px;
	padding:20px 15px;
	margin-top:30px;
}

.mission::before
{
	position: absolute;
  left: 90px;
  bottom: -37px;
  content: " ";
  color: #e9212e;
  transform: perspective(1200px) rotateY(180deg) translateZ(0px);
  width: 0px;
  height: 0px;
  border-top: 0px solid transparent;
  border-bottom: 39px solid transparent;
  border-right: 39px solid #ddb492;

}

.mission h6
{
	margin-left:130px;
	color:#7b4c1d;
	font-size:22px;
	font-weight:700;
	letter-spacing:0px;
	font-family:myHdFont;
	margin-top:0px;
}

.mission p
{
	margin-left:130px;
	color:#fff;
	font-size:13px;
	letter-spacing:0px;
	line-height:23px;
}


.service
{
	background:url(../images/service.jpg) no-repeat fixed;
	background-size:cover;
	background-position:center center;
	padding-bottom:50px;
}

.service:after
{
	content:" ";
	position:absolute;
	width:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,.5);
}

.service-h1 {
  color: #ddb492;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-top:30px;
  font-family:myHdFont;
}

.service-h1 span
{
	border-bottom:3px solid #ddb492;
	display:inline-block;
	width:30px;
	margin-right:15px;
}

.service-h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 63px;
  word-spacing:5px;
  margin-top:20px;
  font-family:myHdFont;
}


.service-txt
{
	line-height: 30px;
  font-size: 15px;
  color: #acaaaa;
  letter-spacing: 1px;
  margin-top: 20px;
  word-spacing: 4px;
}


.service-details
{
	margin-top:30px;
	margin-bottom:50px;
}

.service-details-inner
{
	overflow:hidden;
}
.service-details-inner-overlay
{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,.70);
	transition: all 700ms ease 100ms;
    opacity: 0;
    z-index: 2;
}


.service-details:hover .service-details-inner-overlay
{
	opacity:1;
}

.service-details-inner::before
{
	content:' ';
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	
	
  transition: all 700ms ease 500ms;
  border-radius: 0px;
  z-index: 3;
  
  transform: scale(0, 1);
  transform-origin: bottom center;
  border-top: 4px solid #dcb492;
  border-bottom: 4px solid #dcb492;
  
}




.service-details-inner::after
{
	content:' ';
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	
	
  transition: all 700ms ease 500ms;
  border-radius: 0px;
  z-index: 3;
  
  transform: scale(1, 0);
  transform-origin: left center;
  border-left: 4px solid #dcb492;
  border-right: 4px solid #dcb492;
  
}

.service-details:hover .service-details-inner::before, .service-details:hover .service-details-inner::after
{
	transform: scale(1, 1);
}


.service-details-inner img
{
	transform: scale(1.01);
    transition: all 700ms ease 300ms;
}

.service-details:hover .service-details-inner img
{
	transform:scale(1.2) rotate(2deg);	
}

.service-txt-box
{
	width:90%;
	margin-left:5%;
	float:left;
	/*background:#fff;*/
	background:#ECECEC;
	position:relative;
	top:0px;
	z-index:5;
	margin-top:-50px;
}

.service-txt-box-left
{
	display:table-cell;
	width:25%;	
	text-align: center;
  vertical-align: middle;
  background:#ECECEC;
}

.service-txt-box-right
{
	/*display:table-cell;
	width:75%;
	background:#fff;	*/
	width:100%;
	background:#ECECEC;
	padding-left:20px;
	padding-right:20px;
}

.service-txt-box-left img
{
	width:50px;
}

.service-txt-box-right h5
{
	margin:20px 10px 10px;
	font-size:18px;
	font-weight:700;
	color:#794818;
	letter-spacing:0px;
    font-family:myHdFont;
}	

.service-txt-box-right p
{
	line-height: 25px;
  font-size: 13px;
  color: #818181;
  letter-spacing: 1px;
  margin:10px 10px 20px;
}


.port span
{
	border-bottom:3px solid #7d4e1f;
	display:inline-block;
	width:30px;
	margin-right:15px;
}

.port 
{
	color:#7d4e1f;
	font-size:20px;
	font-weight:500;
	letter-spacing:0px;
	text-transform:uppercase;
	margin-top:50px;
	font-family:myHdFont;
}


.port2 h3
{
	  color: #312f2e;
	  font-size: 38px;
	  font-weight: 300;
	  letter-spacing: 0px;
	  line-height: 26px;
	  margin-bottom:30px;
	  font-family:myHdFont;
}

.port3 .nav-tabs > li

{
	float:right;
	margin-top:10px;
	margin-bottom:0;
}

.port3 .nav-tabs
{
	border-bottom:0;
}

.port3 .nav-tabs > li > a
{
	color:#7d4e1f;
	border:2px solid #7d4e1f;
	margin:0 5px;
	border-radius:0;
	transition:all .5s;
	font-size:18px;
}

.port3 .nav-tabs > li > a:hover
{
	background:#ddb492;
	color:#fff;
}
.port3 .nav-tabs > li.active > a, 
.port3 .nav-tabs > li.active > a:hover, 
.port3 .nav-tabs > li.active > a:focus
{
	background:#7d4e1f;
	border:none;
	color:#fff;
	border:2px solid #7d4e1f;
}

.item1
{ 
	margin:0 0;
	padding:0;
	width:20%;
	float:left;
}
.item12
{ 
	margin:0 0;
	padding:0;
	width:40%;
	float:left;
}

.item12-1
{
	width:50%;
	float:left;
	border:2px solid #fff;
	box-sizing:border-box;
}


.item12-2
{
	width:100%;
	float:left;
	border:2px solid #fff;
	box-sizing:border-box;
	
}


.item1 img, .item12 img
{
	border:0px solid #fff;
	box-sizing:border-box;
}
.tab-pane
{
	position:relative;
}
#flip, #flip1 {
  width:70px;
  height:70px;
  position:absolute;
  bottom:0;
  right:0;
  background:#7e5020;
  color:#ddb492;
  font-size:45px;
  text-align:center;
  line-height:70px;
  text-align: center;
  border:2px solid #fff;
  cursor:pointer;
}

#panel, #panel1 {
  display: none;
}






.call-bak
{
	background:url(../images/texture1.jpg) repeat;
	margin:120px 0 50px;
}

.call-bak-hd
{
	margin:50px 0 90px;
}

.call-bak-hd h3
{
	  color: #505050;
	  font-size: 40px;
	  font-weight: 300;
	  letter-spacing: 0px;
	  line-height: 58px;
	  position:relative;
	  padding-left:60px;
	  margin-bottom:30px;
}

.call-bak-hd span {
  border-bottom: 3px solid #7d4e1f;
  display: inline-block;
  width: 60px;
  margin-right: 15px;
  position:absolute;
  top:60px;
  left:0;
}

.call-bak .form-group
{
	width:60%;
	
}

#name
{
	height:50px;
	width:100%;
}

.call-bak .btn
{
	font-size:16px;
	padding:13px 50px;
	background:#7d4e1f;
	color:#fff;
	margin-left:20px;
}

.call-bak-img
{
	position:absolute;
	right:0;
	top:-40px;
}

.item p
{
	margin:0;
}
.coustomer
{
	font-style:normal;
	color:#7d4e1f;
	text-align:right;
	margin:0;
}
.coustomer span {
  border-bottom: 3px solid #7d4e1f;
  display: inline-block;
  width: 30px;
  margin-right: 15px;
  color:#7d4e1f;
}


.count
{
	background:url(../images/count-bg.jpg) no-repeat fixed;
	background-size:cover;
	background-position:bottom center;
	position:relative;
	padding:90px 0;
}

.count::before
{
	content:' ';
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,.75);
}

.counter
{
	font-size: 60px;
  	color: #d28343;
	display:inline-block;
}

.count-in
{
	text-align:center;
}

.count-in .plus
{
	font-size: 60px;
  	color: #d28343;
}

.count-in p
{
	font-size: 16px;
  	color: #d6d4d3;
	display:inline-block;
	margin:0 0 0 10px;
}

.contact1
{
	width:100%;
	float:left;
	border:2px solid #7d4e1f;
	margin:60px 0;
	padding:15px 20px;
}


.contact1-txt
{
	font-size:16px;
	color:#818181;
	width:75%;
	float:left;
	position:relative;
}

.contact1-img
{
	width:60px;
	float:left;
	padding-right:10px;
	box-sizing:border-box;
	margin-right:3%;
}

.contact1-txt2
{
	font-size:14px;
	color:#818181;
	width:75%;
	float:left;
	position:relative;
}

.contact1-img img
{
	width:100%;
}

.contact1 div img
{
	width:60px;
}
.contact1 div span
{
	font-size:18px;
	font-weight:600;
	color:#7d4e1f;
	position:absolute;
	top:-4px;
}

.contact1 div span.else
{
	position:static !important;
	font-size:14px !important;
	color:#ddb492 !important;
}

.contactform-bg
{
	background:url(../images/contact-bg.jpg) no-repeat;
	background-position:center left;
	background-size:100%;
	background-attachment:fixed;
	position:relative;
	
}

.map
{
	width:51%;
	position:absolute;
	right:0;
	top:0;
	overflow:hidden;
}


.map iframe
{
	width:100%;
	position:relative
	
}


.map iframe .place-card
{
	position: fixed;
  right: 10px;
  top: 10px;
  background: #fff;
}

.get1
{
	background:rgba(256,256,256,.85);
	position:relative;
	top:-30px;
	border:2px solid #CCC;
	padding:15px 30px 30px 30px;
}

.get1 p {
  color: #7d4e1f;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: myHdFont;
  margin-bottom:15px;
}

.get1 p span {
  border-bottom: 3px solid #7d4e1f;
  display: inline-block;
  width: 30px;
  margin-right: 15px;
}

.get1 h3 {
  color: #312f2e;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 40px;
  font-family: myHdFont;
  margin-top:0;
}

.get1 input, .get1 textarea
{
	width:100%;
	height:50px;
}

.get1 textarea
{
	width:100%;
	height:100px;
}

.get1 .btn {
  font-size: 16px;
  padding: 13px 50px;
  background: #7d4e1f;
  color: #fff;
}
	
	
	
footer
{
	background:url(../images/footer_bg.png) no-repeat;
	background-position:center center;
	background-size:cover;
}
	
.ftr-sec
{
	margin-top:50px;
	margin-bottom:80px;
}

.logo-ftr
{
	text-align:center;
}
.logo-ftr img
{
	width:90%;
}


.social
{
	margin-top:30px;
	/*text-align:center;*/
	margin-left:22%;
}

.social a
{
	margin:0 0px 0 0;
	border:1px solid #b96108;
	font-size:19px;
	width:40px;
	height:40px;
	display:inline-block;
	text-align:center;
	border-radius:50%;
	line-height:40px;
	color:#ddb492;
	
}

.ftr-hd
{
	border-bottom:1px solid #51504F !important;
	color:#FFF !important;
	font-size:15px;
	font-weight:400;
	letter-spacing:1px;
	padding-bottom:10px;
	position:relative;
}

.ftr-hd::after
{
	content:' ';
	width:50px;
	height:2px;
	background:#c05e0c;
	position:absolute;
	left:0;
	bottom:-1px;
}


.link, .cnn 
{
	padding-left:60px;
	margin-top:80px;
}

.link p
{
	border-bottom:1px solid #2B2A29;
	padding-bottom:10px;
}

.link p a, .cnn p
{
	color:#7c7e84;
	letter-spacing:1px;

}

.link p a:hover, .cnn p:hover
{
	color:#fff;
}

.cnn span
{
	padding-bottom:10px;
	color:#ddb492;
	display:inline-block;
}

.copy
{
	text-align:center;
	font-size:12px;
	font-style:italic;
	color:#fff;
	line-height:50px;
	background:#000;
}

.copy span
{
	color:#ddb492;
}

.xx
{
	display:none;
}
















