html, body {
	margin:0px;
	padding:0px;
	-webkit-font-smoothing:antialiased;
	font-size:13px;
	font-family: 'OpenSans';
	color:#444444;
	letter-spacing:1px;
}
body {
	overflow-x:hidden;
}
@font-face {
	font-family:'Ubuntu-Medium';
	src: url('../fonts/Ubuntu-Medium.eot');
	src: url('../fonts/Ubuntu-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Ubuntu-Medium.woff') format('woff'),
		url('../fonts/Ubuntu-Medium.ttf') format('truetype'),
		url('../fonts/Ubuntu-Medium.otf') format('opentype'),
		url('../fonts/Ubuntu-Medium.svg#Ubuntu-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0008-FB04;
}

@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/OpenSans-Regular.eot');
	src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/OpenSans-Regular.woff') format('woff'),
	     url('../fonts/OpenSans-Regular.ttf') format('truetype'),
	     url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
}

a {
	text-decoration:none !important;
}
a:hover {
	background-color:transparent;
}
.center {
	margin:0 auto;
}
.no-pd {
	padding:0px;
}
.mg-top-10 {
	margin-top:10px;
}
.mg-top-20 {
	margin-top:20px;
}
.mg-top-30 {
	margin-top:30px;
}
.mg-top-40 {
	margin-top:40px;
}
.orange {
	color:#d67f1c;
}
.white {
	color:#fff;
}
.grey {
	color:#555;
}
.font-ub {
	font-family:'Ubuntu-Medium';
}
.orange-bdr {
	border-bottom:3px solid #d67f1c;
	width:30px;
}
.orange-bdr-center {
	margin:0 auto;	
}
.white-bdr {
	border-bottom:3px solid #fff;
	width:30px;
}
/* Header Style Starts Here */

header {
    /*background: #f5b335;
    height: 40px;*/
    position: fixed;
    top: 0;
    transition: top 0.5s ease-in-out;
	-webkit-transition: top 0.5s ease-in-out;
	-moz-transition: top 0.5s ease-in-out;
	-o-transition: top 0.5s ease-in-out;
	-ms-transition: top 0.5s ease-in-out;
    width: 100%;
	background-color:#fff;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
	height:127px;
}
.nav-up {
	z-index:99;
	visibility:hidden;
}
.nav-down {
	z-index:999;
}
.logo-vcc img {
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	width:40px;
}
.top-social a {
	color:#D67F1C;
}
.top-nav a  {
	color:#D67F1C;
	text-transform:uppercase;
	padding:0px 0px 0px 10px !important;
	line-height:10px !important;
	margin-left:15px;
	border-left:1px solid #D67F1C;
	letter-spacing:0px;
}

.navbar-header  img {
	margin-left:40px !important;
}
.main-nav {
	background-color:#d67f1c;
}

#triangle-bottomright { width: 0; height: 0; border-bottom: 50px solid #D67F1C; border-left: 40px solid #fff; }

.nav > li > a {
	padding-left:16px;
	padding-right:16px;
}
.main-nav a {
	color:#fff !important;
	text-transform:Capitalize;
	font-size:14px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.main-nav li ul {
	padding: 0;
	position: absolute;
	top: 48px;
	left: 0;
	width: 220px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	/*visibility: hidden;*/
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
}
.main-nav li ul li {
	list-style-type:none;
}
.main-nav li ul li a { 
	background: #D67F1C;
	display: block;
	color: #fff;
	padding:7px 10px;
	font-size:12px;
	/*text-shadow: 0 -1px 0 #000;*/
}
.main-nav li ul li:hover { 
	background: #666;
}
.main-nav li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

.nav-down .navbar {
	margin-bottom:-1px;
}
.nav-down a:hover, .nav-down a:active, .nav-down a:focus {
	background-color:#C46C0D !important;
}
/* Header Style Ends Here */

/* Carousel Style Starts Here */
.container {
    margin-top: 20px;
}
.slider {
	z-index:2;
	margin-top:127px;
}
/* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width: 100%;
    /*max-height: 460px*/
}
.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 15px;
}

.carousel-control.right span {
	padding: 15px;
}

.carousel-control .icon-arrow-left, 
.carousel-control .icon-arrow-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-arrow-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .icon-arrow-right,
.carousel-control .icon-next {
	right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: rgba(243,107,34,0.7);
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* Carousel Header Styles */

.top-nav a:hover, .top-social a:hover {
	background-color:transparent !important;
}
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}
.header-text h2 {
    position: relative;
	animation-name:slidein;
    -webkit-animation: mymove; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 5s; /* Chrome, Safari, Opera */
    animation: mymove;
	
	-webkit-animation-iteration: none;
	animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-webkit-animation-iteration: none;
	animation-iteration: none;
	-moz-animation-iteration: none;
	-ms-animation-iteration: none;
	-o-animation-iteration: none;
    animation-duration: 5s;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    from {top: 0px;}
    to {top: 130px;}
}

@keyframes mymove {
    from {top: 0px;}
    to {top: 130px;}
}
/* Carousel Style Ends Here */

.read-more {
	color:#d67f1c;
}
.read-more:hover {
	color:#444;
}

/* Homepage Product slider starts here */
.col-item {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
}
.col-item .photo img {
    margin: 0 auto;
    width: 100%;
}

.col-item .info {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item .price {
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5 {
    line-height: 20px;
    margin: 0;
}

.col-item .btn-add {
    width: 50%;
    float: left;
}

.col-item .btn-add {
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details {
    width: 50%;
    float: left;
    padding-left: 10px;
}
.controls {
    margin-top: 20px;
}

[data-slide="prev"] {
    margin-right: 10px;
}

.home-products .product-arrows a {
	color:#fff;
	background-color:#555;
	padding:10px;
}
.home-products .controls .left {
	left: -105px;
    position: absolute;
    top: 300px;
}
.home-products .controls .right {
	right: -105px;
    position: absolute;
    top: 300px;
}
/* Homepage Product slider style ends here */

/* Homepage Contact Details Starts Here */
.contact-wood-bg {
	background:rgba(170,80,12,1) url('../images/1.png');
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
}
.contact-wood-bg > div {
	padding-top:50px;
	padding-bottom:50px;
}

/*.contact-bg-img {
	background-image:url('../images/contact-img.png');
	background-repeat:no-repeat;
	background-size:cover;
	height:200px;
}*/

.full-width{width:100%;	 float:left; display:inline-block; margin:0px; padding:0px; position: relative; z-index: 0;}
.height-adj-enq{ overflow: hidden; height: 250px;}
.pad-horz{ padding-left: 60px; padding-right: 50px;}
.abs-left-img{ position: absolute; left: 0px; width:60%;  z-index: 5; height: 100%;}
.pad-cont_adj{ padding: 60px 0 50px; z-index: 9; position: relative; float: left; width:40%;}
.abs-right-img{ position: absolute; right: 0px; width:54%; min-height: calc(100% + 100px);
min-height: -webkit-calc(100% + 100px);min-height: -moz-calc(100% + 100px); bottom: -70px; display:inline-block; z-index: 1;}
.img_adj { color:#fff; }
.img_adj a:hover {
	color:#fff;
}
/*.img_adj img{ display: table; margin: 0 auto; max-width:100%; float: none;}*/

/* Homepage Contact Details Style Ends Here */

/* Inner Page style starts here */
.inner-heading {
	position:relative;
}
.inner-content img {
	width:100%;
}
.inner-heading .parallax {
    min-height: 250px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner-heading .about {
	background-image: url("../images/banner-about.jpg");
}
.inner-heading .products {
	background-image: url("../images/banner-products.jpg");
}
/*.inner-heading .board {
	background-image: url("../images/banner-board.jpg");
}
.inner-heading .marine {
	background-image: url("../images/banner-marine.jpg");
}
.inner-heading .veeners {
	background-image: url("../images/banner-veeners.jpg");
}
.inner-heading .fire {
	background-image: url("../images/banner-fire.jpg");
}*/
.inner-heading .infrastructure {
	background-image: url("../images/banner-infrastructure.jpg");
}
.inner-heading .quality {
	background-image: url("../images/banner-quality.jpg");
}
.inner-heading .careers {
	background-image: url("../images/banner-careers.jpg");
}
.inner-heading .contact {
	background-image: url("../images/banner-contact.jpg");
}
.inner-heading h3 {
	position:absolute;
	bottom:10%;
	right:5%;
	color:#fff;
	text-transform:uppercase;
}
.inner-heading h3:after {
	content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #fff;
    margin-top: 15px;
}
.inner-content .breadcrumb {
	background-color:transparent;
}
.inner-content .breadcrumb li, .inner-content .breadcrumb li a {
	color:#555;
}
.inner-content .breadcrumb li.active {
	color:#D67F1C;
}
.inner-content h4 {
	text-transform:uppercase;
}
.inner-list {
	padding:0px;
	list-style:none;
}
.form-style > div {
	margin-bottom: 10px;
}
.form-style input[type="file"] {
	padding:0px;
}
/* Inner Page style ends here */

/* Footer style starts here */
.footer-logo p {
	font-size:12px;
	color:#777;
}
.footer-logo i {
	color:#fff;
	background-color:#d67f1c;
	border-radius:50%;
	height: 35px;
    padding: 12px 10px;
    text-align: center;
    width: 35px;
	margin:5px;
}
.footer-links {
	padding:0px;
	margin:0px;
	width:50%;
	float:left;
	list-style-type:none;
}
.footer-links li a {
	color:#555;
}

.footer .form-control {
	border:1px solid #ddd;
	margin-bottom:10px;
}
.btn-style {
	background-color:#d67f1c;
	color:#fff;
	border:0px;
	padding:5px 10px;
}
.footer-btm {
	background-color:#555555;
	color:#fff;
	margin-top:20px;
}
.footer-btm p a:hover {
	color:#d67f1c;
}
.footer textarea {
	resize:none;
}
.form-control:focus {
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(214, 127, 28, 0.6);
}

/* Footer Style Ends Here */

@media only screen and (max-width:991px) {
.icon-menu.icon-phone-menu::before{
	content:"" !important;
}
/*========Mobile menu style starts here=======*/
header { width: 100%; transition:0.8s; background-color:#fff; position: fixed; top: 0; z-index: 9; padding:0; height:50px;}
.nav-container {position: fixed;top: 50px; /* 1 */left: 0;z-index: 1;overflow-y: auto;visibility: hidden; /* 2 */width: 100%;height: 100%;min-height: 100%;margin: 0;padding: 0;-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;-webkit-transform: translateX(-100%);-ms-transform: translateX(-100%);transform: translateX(-100%); /* 2 */background-color: #fff;-webkit-overflow-scrolling: touch; /* 3 */ border-top: 1px solid #ddd;}
/* 1. Show when `.is-visible` class is added */
.nav-container.is-visible { visibility: visible; /* 1 */ -webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0); /* 1 */ }
/* Nav toggle */
.nav-toggle {
	background-color: #D67F1C;
    border: 0 none;
    float: left;
    height: 50px;
    line-height: 1;
    padding: 0 10px;
}
/* Nav toggle icon */
.nav-toggle .icon-menu { position: relative; display: inline-block; width: 25px; height: 20px;vertical-align: middle; fill: none; margin-top: 15px; }
/* Nav toggle icon lines */
.icon-menu .line {position: absolute;left: 0;display: block;width: 100%;height: 2px;-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);background-color: #fff;}
/* Nav toggle icon line 1 */
.icon-menu .line-1 {top: 0;}
/* When active, rotate line 1 to be lefthand part of X */
.is-active .icon-menu .line-1 {-webkit-transform: translateY(8px) translateX(0) rotate(45deg);-ms-transform: translateY(8px) translateX(0) rotate(45deg);transform: translateY(8px) translateX(0) rotate(45deg);}
/* Nav toggle icon line 2 */
.icon-menu .line-2 {top: 50%;margin-top: -2px;}
/* When active, hide line 2 */
.is-active .icon-menu .line-2 {opacity: 0;}
/* Nav toggle icon line 3 */
.icon-menu .line-3 { bottom: 2px; }
/* When active, rotate line 3 to be righthand part of X */
.is-active .icon-menu .line-3 {-webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);-ms-transform: translateY(-8px) translateX(0) rotate(-45deg);transform: translateY(-8px) translateX(0) rotate(-45deg);}
.content {margin: 0px;}
.logo{ float: left; text-align: center;  margin-top:6px; background-image:none; margin-left: 5px;}
.mob-srch{ width: 100%; padding:15px 20px;  background: #f1f1f1;}
.mob-srch input {border: medium none;border-radius: 26px; display: inline-block;font-family: inherit;font-size: 12px;font-size-adjust: inherit;font-stretch: inherit;font-style: inherit;font-weight: inherit;height: 26px;line-height: 26px;margin: 0;outline: medium none;padding: 0 10px;width: 100%;}
/*.mob-srch i{ display:  inline-block;}*/
.topnav {width: 213px; padding: 40px 28px 25px 0;}
ul.topnav {padding: 0;margin: 0;font-size: 14px;line-height: 0.5em;list-style: none; width: 100%;}
ul.topnav li { background: #fff; }
ul.topnav li a {font-size: 14px;color: #000; text-decoration: none;border-bottom: 1px dotted #ddd;display: block;height:45px;line-height: 45px;padding: 0 1.5em;}
ul.topnav li a:hover {color:#D67F1C;background-color:#f5f5f5!important;}
ul.topnav ul {margin: 0 ;padding: 0 20px;display: none; list-style: none;}
ul.topnav ul li {margin: 0;padding: 0;clear: both;}
ul.topnav ul li a {padding-left: 20px;font-size: 14px;font-weight: normal;outline:0;}
ul.topnav ul li a:hover {background-color:#f5f5f5!important; color: #333;}
ul.topnav ul ul li a {padding-left: 40px;}
ul.topnav span{float:right; font-size: 20px; margin-right: 20px;}
.mob-nav{ width: 100%;font-size: 13px; margin: 20px 0 0 20px ; display: block; height: 220px;}
.mob-nav ul{ margin: 0; padding: 0; list-style: none;}
.mob-nav ul li{ width: 100%; display: block; border: none!important; line-height: 32px;}
.mob-nav ul li i{ margin-right: 5px; color: #444;}
.mob-nav ul li a{ color: #000!important}
.mob-nav a:hover{ text-decoration:none; color: #000;}
.m-user{ float:right; color:#333;}
.m-cart{ width: auto; height:50px; float: right; position: relative; background:#85C226;}
.nav-cart {
    float: left;
    padding: 10px;
	line-height: 30px;
}
.mob-nav-bdr {
	border-right: 1px solid #fff;
}
.nav-cart span {
	color:#fff;
}
/*=========Mobile Menu style ends here===========*/
}
@media only screen and (max-width:767px) {
html, body {
	font-size:12px;
}
.slider {
	margin-top:50px;
}
.abs-left-img {
	width:140%;
}
.abs-right-img {
	display:none;
}
.pad-horz {
	padding:0px 20px;
}
.pad-cont_adj{
	width:100%;
	padding-top:40px;
}
.pad-cont_adj h4 {
	font-size:16px;
}
.pad-cont_adj span {
	width:100%;
	float:left;
}

.footer > .container > div {
	margin-bottom:20px;
}

}
@media (min-width:768px) and (max-width:991px) {
html, body {
	font-size:11px;
}
.slider {
	margin-top:50px;
}
.home-products h5 {
	font-size:13px;
}
.home-products .controls .left {
    left: 0;
    position: absolute;
    top: 0;
}
.home-products .controls .right {
    right: 0;
    position: absolute;
    top: 0;
}
.product-arrows {
	z-index:99;
}
.pad-horz {
	padding-left:25px;
}
.pad-cont_adj {
	padding: 70px 0;
	width: 60%;
}
.pad-cont_adj h4 {
	font-size:15px;
}
.footer-logo i {
	margin:0px;
}
.footer-links {
	width:100%;
}
}
@media (min-width:992px) and (max-width:1199px) {
html, body {
	font-size:12px;
}
.main-nav a {
	font-size: 12px;
}
.nav > li > a {
	padding-left:9px;
	padding-right:9px;
}
.top-social > li > a {
	padding:15px;
}
.home-products .controls .right {
	right: -45px;
}
.home-products .controls .left {
	left:-45px;
}
.pad-cont_adj {
	width:55%;
}
.footer-logo i {
	margin:0px;
}
}



/*ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  background: #555;
  color: #fff;
}*/


form label {
	width: 100%;
}