@charset "utf-8";
/* CSS Document */

body{ color:#757D8A; font-family: 'Roboto Slab', serif;}
ul, li{ list-style:none;  }
ul{ margin-left:-25px;  }
td, th {
    padding: 7px;
}

.carousel-caption{ bottom: -20px;text-shadow: 1px 1px 1px #ccc;
color: #bf8151; }
table{ background-color:#F8F8F8 !important; box-shadow: 5px 5px 2px #ccc; margin-bottom:15px; }
.logo{ padding:10px 0;}
.logo-1{ padding:26px 0; float:right;}
.icon{padding:36px 0 10px 0px;}
.icon p{color:#AA7B51;}

.icon p i{color: #757D8A;
margin-right: 10px;}
.navbar {margin-bottom: 0px; border-radius:0px;}
.navbar-default{background-color:#BF8151; border:none;}

	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover
	{background-color:transparent;}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover
	{background-color:transparent;}
.navbar-nav > li > a{color:#fff !important;}
.nav > li > a {  font-size:16px;}
.nav > li > a > i {font-weight:bold;}
.nav > li > a:focus, .nav > li > a:hover{background-color:transparent;}
.dropdown-menu>li>a {
    color:
	#a97a50 !important;
}
.dropdown ul.dropdown-menu {
    border-radius:4px;
    box-shadow:none;
}
/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.line{border: 1px solid #757d8a;
    display: block;
    margin: 15px auto;
    width: 5%;}
.inner-1 h2{text-align:center;}
.inner{padding-top:20px;}
.inner p{text-align:justify;}
.inner h2{ margin-top:0px; font-size:25px;}
.inner p a {border: 1px solid #727e8a;
    color: #aa7b51;
    padding: 5px 10px; float:right;}
.inner a:hover{ text-decoration:none; color:#fff !important;}
.menu-1 > li > a{color:#a97a50 !important;}
.dropdown-menu{min-width:780px;}
.inner .thin_title::before{background-color: #757d8a;
    bottom: 0;
    content: "";
    display: block;
    float: left;
    height: 1px;line-height: 0;
    margin-bottom: 0;
    padding-right: inherit;
    position: absolute;
    width: 88px;}
	
.inner	.thin_title::after{ border-bottom: 1px solid #e8e8e8;
    content: "";
    display: block;
    height: 7px;
    margin-top: 10px;}
	
	.thin_title {
    padding-left: 1px;
    padding-top: 2px;
}
.thin_title {
    
    margin-bottom: 14px;
    position: relative;
}
.seperator_shadow{   margin-bottom: 20px;
    margin-top: 50px;}
	
	.inner h4{text-align:center; color:#A77B4E;}
	.manuf-fac h2{ text-align:center !important; margin-bottom:20px;}
	.text p{line-height:26px;}
	.inner .thumbnail{margin-bottom:0px;}
	/*<!--.manuf-fac{background:url(../images/manuf-pic-1.jpg) no-repeat center center;} -->*/ 
	
	.inner .thin_title-1::before {
    background-color: #757d8a;
    bottom: 0;
    content: "";
    display: block;
	height: 1px;
    left: 0;
    line-height: 0;
    margin: 0 auto auto !important;
	position: absolute;
    right: 0;
    text-align: center;
    width: 88px;}
	
	.inner .thin_title-1::after {
    
    content: "";
    display: block;
    height: 7px;
    margin-top: 10px;
}
.introduction{ max-height:450px; overflow:hidden;}
.header{ box-shadow:0px 0px 7px #ccc; }
.carousel-control.left{ background-image:none;}
.carousel-control.right{ background-image:none;}
.carousel {
    position: relative;
  box-shadow: 1px 1px 10px #ccc;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{ width:100%;}
.iso {
    float: left;
    margin: 18px 6px;
}.certified{ margin-top:40px;}
/*input[type=text] {
    width: 130px;
	margin-top:15px;
    box-sizing: border-box;
    border: 2px solid #a87b51;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url(../images/searchicon.png) ;
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 10px 10px 10px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

input[type=text]:focus {
    width: 100%;
}*/
.top-add{ padding:15px 0;}
.top-add h5{ font-size:14px; text-align:center;   }
.icon { color:#A6794F; }
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow:before {
  content: "\f118";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-grow:hover:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:active:before {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}
/*.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{ background-color:transparent;}
.navbar-nav > li > a{font-size: 16px;}
.logo { padding: 20px;}
.navbar-default { background-color: transparent; border-color: transparent;}
.navbar-nav li a {
  color:#A6794F;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  vertical-align: top;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -ms-perspective: 600px;
  perspective: 600px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}
.navbar-nav li a:hover span {
  background:#A6794F;
  -webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  -moz-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  -ms-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}


.navbar-nav li a span {
  display: block;
  position: relative;
  padding:  3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.navbar-nav li a span:after {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 3px;
  color: #fff;
  background:#A6794F;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  -moz-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  -ms-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
}
.nav > li > a{ padding:10px;}
.navbar-default .navbar-nav > li > a {
    color: #A67B50;
}*/
.underline {
    background-color: #aa7b4f;
	height: 3px;
    width: 80px;
    margin:20px auto;
}
.underline3 {
    background-color: #fff;
	height: 3px;
    width: 80px;
    margin:20px auto;
}

.about h2 { color:#fff; text-shadow:1px 2px 1px #757D8A; margin-top:0px;}
.about {
    text-align: center;
    background:#757d8a;
    color: #fff;
    padding: 50px 0;
}
.about a{ text-decoration:none;}
.c--anim-btn span {
  color: #aa7b51;
  text-decoration: none;
  text-align: center;
  display: block;
}

.c--anim-btn, .c-anim-btn {
  transition: 0.3s;     
}

.c--anim-btn {
  height:50px;
  font: normal normal 700 1em/4em Arial,sans-serif;
  overflow: hidden;
  width:120px;
  margin:auto;
  background-color: #fff;
}

.c-anim-btn{
  margin-top: 0em;   
}

.c--anim-btn:hover .c-anim-btn{
  margin-top: -4em;
}

.underline1 {
    background-color: #757d88;
	height: 3px;
    width: 80px;
    margin:20px auto;
}
.product h2{ margin-top:0; color:#aa7b4f;  }
.product h4 { color:#aa7b4f;  }

.product {
    text-align: center;
    padding: 50px 0;
}
.read{ text-decoration:none;}
figure.effect-julia {
	background:#757d8a;
}

figure.effect-julia img {
	max-width: none;

	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	border: 1px solid #efefef;
	max-height: 360px;
	/*width: 48%;min-width: 320px;
	max-width: 480px;*/
	height: auto;
	background: #dab496;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	
}


.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */


.infra{ padding:50px 0; text-align:center; }


.box p{ text-align:justify;}
.client{ padding:50px;}
.client p{ text-align:center; margin:15px auto 25px; width:60%; color:#666;}
.client h2 { color:#666; text-align:center; margin-top:0px;}
.client {
	background-color:#c8cdd3;
    color: #fff;
    padding: 50px 0;
}
.client a {
    text-decoration: none;
}
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.contact{ background-image:url(../images/prlx.jpg); background-attachment:fixed;  background-size:cover;}
.punchline{ color:#FFF; font-size:26px; text-align:center; text-shadow:0px 0px 3px #000;  }
.cell{ color:#FFF; font-size:48px;  text-align:center;  text-shadow:0px 0px 3px #000;}
.trans{ background-color:rgba(0,0,0,0.4); overflow:hidden;   padding:50px 0; }
.footer {  background-color: #AB7C52; padding: 50px;}
.footer, .footer h4 { color: #fff;}
.footer ul li{ list-style:none; }.footer ul li a{ color:#FFF;}.footer ul { margin-left:-30px;}.footer ul li a:hover{text-decoration:none;}

.p--anim-btn span {
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
}

.p--anim-btn, .c-anim-btn {
  transition: 0.3s;     
}

.p--anim-btn {
  height:50px;
  font: normal normal 700 1em/4em Arial,sans-serif;
  overflow: hidden;
  width:120px;
  margin:15px auto;
  background-color: #aa7b51 ;
}

.p-anim-btn{
  margin-top: 0em;   
}

.p--anim-btn:hover .c-anim-btn{
  margin-top: -4em;
}


.carousel-fade{height:auto;} 
.carousel-fade .item img{height:auto !important; width:100%;}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; 
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.heading{ background-color:#757D8A; padding:25px 0; color:#FFF; }
.heading h2 { margin-top:0px; text-shadow:1px 1px 1px #333; }
.bg-nav.pn {
    background-color: #bf8151;
}
.content{ padding:50px 0; }
.content i {  color:#bf8151; }
.content h3{ margin-top:0px; color:#bf8151; }
.content p{ text-align:justify; }
.navigator ul{ float:right; margin: 10px 0; }
.navigator ul li{ list-style:none; float:left; text-shadow:1px 1px 1px #333; }  
.navigator ul li a { color:#fff;  margin:0 5px; }
.navigator ul li a:hover { text-decoration:none; color:#ccc; }
.pic{ float:left; margin:0 15px 15px 0;}
.enquiry h4{ margin:25px 0; }
.map{ border:3px solid  #ccc !important;}
label{ font-weight: normal;}
.enquiry .btn-default { width:150px; color: #fff; background-color: #bf8151; border-color: #bf8151; webkit-transition: all ease-in-out 0.4s;
-moz-transition: all ease-in-out 0.4s;
-o-transition: all ease-in-out 0.4s;
transition: all ease-in-out 0.4s;}
.enquiry .btn-default:hover { color: #bf8151 ; background-color: transparent ; border-color: #bf8151;}
.enquiry .btn-default1 { width:100px; color: #fff; background-color: #757d8a; border-color: #757d8a;webkit-transition: all ease-in-out 0.4s;
-moz-transition: all ease-in-out 0.4s;
-o-transition: all ease-in-out 0.4s;
transition: all ease-in-out 0.4s;}
.enquiry .btn-default1:hover { color:  #757d8a; background-color: transparent ; border-color: #757d8a;}
.client-page img {
    border: 2px solid #ccc;
    margin: 10px 0;
    box-shadow: 3px 3px 3px #ccc;
}
.client-page img:hover{ cursor:pointer; }
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.product-page ul li{ line-height:24px; }
.menu-1 > li > a:hover{ text-decoration:none; color:#333 !important; }
