@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

body
{
	font-family: Roboto,sans-serif;
    font-size: 14px;
    letter-spacing: 1.1px;
}

.topheader
{
	background-color: #ff9700;
    text-align: right;
	position: relative;
    width: 100%;
    height: auto;
    padding-right: 10px;
    display: inline-block;
}

	.navbar-brand img{	
	width:250px;
	}

.navbar-brand
{
	padding:10px 10px;
}

.headercontact
{
	display: inline-block;
    padding: 10px 0 10px 30px;
}

.headercontact a
{
	color:#fff;
	font-family: Roboto,sans-serif;
}

.headercontact a:hover
{
	color:#fff;
	text-decoration: none;
}

.navbar-default
{
	background-color:transparent !important;
	border:0 !important;
}


.navbar-default .navbar-nav>li>a
{
	color:#000 !important;
}

.menubar
{
	font-weight:500;
	padding-top: 20px;
    font-size: 1.1em;
}

.caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    color: #fff;
    opacity: .7;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
}

.caption-wrap {
    background: 0 0!important;
    top: 0!important;
    left: 0!important;
    opacity: 1!important;
}

.caption {
    padding: 5px 10px;
    word-wrap: break-word;
	display: table;
    height: 100%;
    width: 100%;
    opacity: 1;
}

.caption .box_1, .caption .box_2 {
/*     display: table-cell;
    vertical-align: middle; */
    color: #fff;
    line-height: 20px;
    opacity: 1!important;
    font-size: 2em;
	padding-top:15%;
}

.caption .box_1 h1 {
    text-transform: uppercase;
    font-size: 1.3em;
    color: #fff;
    font-weight: 300;
    line-height: 1;
	padding-top:10%;
	font-family: Roboto,sans-serif;
}

.caption .box_1 h1>span {
    font-size: 1.45em;
    font-weight: 900;
    line-height: 1;
    display: block;
}

.caption .box_1 ul
{
	padding: .5em 0;
}

.caption .box_1 ul>li {
    text-align: left;
    display: inline;
    text-transform: none;
    font-size: .75em;
    font-weight: 100;
    padding-right: 1em;
}


.caption .box_1 a:link, .caption .box_1 a:visited {
    background-color: #ff9700;
    border: none;
    color: #fff;
    margin-top: 1em;
    padding: .6em 1em;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: .6em;
    cursor: pointer;
    border-radius: 1px;
    text-transform: none;
    font-weight: 400;
	transition: 0.3s;
}

.caption .box_1 a:active, .caption .box_1 a:hover {
    background-color: #fff;
    color: #ff9700;
}

.overlapimage {
    z-index: 0!important;
    position: absolute;
    left: 47%!important;
    width: 40%!important;
	margin-top:-11%;
}

h6 {
    color: #ff9700;
    font-size: 1.3em;
    font-weight: 400;
}

.companyidentity {
    color: #ff9700;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 1.8em;
}

.companyidentity span {
    color: #000;
    text-transform: uppercase;
}


.welcometitle
{
	color: #96866d;
    text-transform: none;
    display: inline;
    font-weight: 400;
    line-height: 1.8em;
}

.welcometitle span {
    font-size: 1em;
    font-weight: bolder;
    padding: 0 0 10px;
	color: #000;
    text-transform: uppercase;
    display: inline;
}

.readbtn
{
	display: inline-block;
    background-color: #ff9700;
    color: #fff;
    padding: 10px 15px;
    border-radius: 1px;
    font-size: 1em;
    font-weight: 200;
    opacity: 1;
    text-decoration: none;
    text-transform: none;
    margin-top: 20px;
    border: 2px solid #ff9700;
	transition: 0.3s;
}

.readbtn:hover
{
	background-color: #fff;
    color: #ff9700;
    border-color: #ff9700;
	text-decoration:none;
}

.solid {
    color: #000;
    font-weight: bolder;
    font-size: 1.5em;
    padding: 0 0 10px;
    text-align: center;
}

.solidbtn
{
	padding: 5px 10px;
    border: 2px solid #ff9700;
    line-height: 3;
    font-weight: 700;
    text-decoration: none;
	color:#ff9700;
	transition: 0.3s;
}

.solidbtn:hover
{
	color:#000;
	border: 2px solid #000;
	text-decoration: none;
}


.center-block {
	margin: 0 auto;
    display: block;
}

.productpara2
{
	line-height:1.8;
	color: #96866d;
}

.productpara
{
	line-height:1.8;
}

.home_protitle
{
	color: #000;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 2em;
    text-align: center;
    display: block;
    line-height: 1.2;
}

.no-margin
{
	margin:0;
}

.forkliftbg
{
	background:url(../images/forkliftbg.jpg);
	background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	box-shadow: inset 0 0 0 2000px rgba(255,151,0,.8);
}

.banner-centered
{
	position: relative;
    padding-bottom:50px;
	padding-top:50px;
}

.banner-centered h6 {
    color: #fff;
    font-size: 1.5em;
    padding-bottom: 10px;
    letter-spacing: -1px;
}

.banner-centered h4 {
    font-size: 1.5em;
    color: #fff;
    font-weight: 100;
    display: block;
    opacity: .9;
    line-height: .8;
}

.banner-centered h5 {
    color: #fff;
    font-size: 2.2em;
    font-weight: 600;
    padding: 15px 0;
}

.parallaxbtn
{
	display: inline-block;
    background-color: #fff;
    color: #ff9700;
    padding: 10px 15px;
    border-radius: 1px;
    font-size: 1em;
    border: none;
    font-weight: 500;
    opacity: 1;
    text-transform: none;
	transition: 0.3s;	
}

.parallaxbtn:hover
{
	background-color:#000;
	color:#fff;
	text-decoration: none;
}


.ourBrand{
    padding: 15% 20% 10% 15%;
    color: #000;
    border-right: 2px solid #96866d;
    font-weight: 900;
    font-size: 35px;
    display: inline-block;
    line-height: 1;
}

.map-company
{
	font-size: 1.2em;
    color: #000;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    line-height: 1.5;
}

.map-address
{
	font-size: 1em;
    color: #000;
    font-weight: 400;
    display: block;
    line-height: 1.5;
    width: 80%;
}
/* @media (min-width: 1400px) {
	
	.container
	{
		width:1366px;
	}
	
}
 */
 
.nbs-flexisel-inner
{
	background:none !important;
	border:0px !important;
} 


.parallaxtext {
    margin-left: 70%;
    position: absolute;
    min-width: 25%;
    background-color: #fff;
    opacity: .8;
    padding: 1%;
	margin-top:-400px;
}

.maptext
{
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
}

.maptext a
{
	font-size: 1em;
    color: #000;
    font-weight: 700;
    display: block;
	line-height: 1.8;
	transition: 0.3s;
}

.maptext a:hover
{
	color:#ff9700;
	text-decoration:none;
}

.social-media {
    font-size: 1.7em;
    color: #fff;
    font-weight: 900;
    display: inline-block;
    line-height: 1;
}

.social-media a {
    color: #ff9700!important;
    text-decoration: none!important;
    display: inline!important;
}

.social-media a>i {
    padding: 30px 20px 20px 0;
    font-size: 1.3em;
    color: #000;
    display: inline-block;
}

.waze-direction, .waze-direction:visited {
    background: url(../images/waze.png) center no-repeat;
    background-size: cover;
}
 
.waze-direction:active, .waze-direction:hover {
    background: url(../images/waze-hover.png) center no-repeat;
    background-size: cover;
}

.social-media a>i:hover {
    color: #ff9700;
    text-decoration: none;
    display: inline-block;
    transition: .5s;
}

.google-direction:active, .google-direction:hover {
    background: url(../images/google-maps-hover.png) center no-repeat;
    background-size: cover;
}

.google-direction, .google-direction:visited {
    background: url(../images/google-maps.png) center no-repeat;
    background-size: cover;
}



.google-direction, .google-direction:active, .google-direction:hover, .google-direction:visited, .waze-direction, .waze-direction:active, .waze-direction:hover, .waze-direction:visited {
    width: 30px;
    height: 30px;
    padding: 0 10px!important;
    margin-right: 20px;
}

.mustardbtn {
    font-size: 1em;
    margin-right: 20px;
    padding: 15px 18px;
	border-radius: 1px;
    display: inline-block;
	background-color: #ff9700;
    color: #fff;
	transition: 0.3s;
	cursor:pointer;
}

.mustardbtn:hover
{
	color:#000;
}

.mustardbtn div {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5em;
    text-align: center;
}

.mustardbtn, .mustardbtn div {
    border-radius: 1px;
    display: inline-block;
}

.mustardbtn ul {
    list-style: none;
    line-height: 1.5;
    font-size: 12px;
    margin: 0 0 0 -20%;
}

.mustardbtn ul>li {
    text-align: left;
    display: inline;
    text-transform: none;
    padding-right: 1px;
}

.whitebtn {
    border: 3px solid #cecece;
    background-color: #fff;
    color: #000;
    padding: 7px 70px;
    border-radius: 1px;
    display: inline-block;
    font-size: 1em;
    text-decoration: none;
    box-shadow: none;
	transition: 0.3s;
	cursor:pointer;
}

.whitebtn:hover
{
	background-color: #000;
	color:#fff;
	border: 3px solid #000;
}

.whitebtn div {
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 1px;
    font-size: 1.5em;
    text-align: center;
    display: inline-block;
}

.enquirybg
{
	background:url(../images/enquirybg.jpg);
	background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	padding:50px 0;
}

.black-bg {
    background-color: rgba(0,0,0,.5)!important;
    width: 70%;
    padding: 10px 30px;
}

.enquiry2bg
{
	background:url(../images/bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	display: table-cell;
    vertical-align: middle;
}

.black-bg h3
{
	color: #fff;
    font-size: 1.2em;
    font-weight: 900;
}

.black-bg h4
{
	color: #fff;
    font-size: .9em;
    z-index: 2;
    font-weight: 100;
    line-height: 1.2;
}

.submitbtn{
    background-color: #ff9700;
    color: #fff;
    padding: 10px 35px;
    box-shadow: none!important;
    border: 1px solid #ff9700;
    margin-top: 30px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.formbg
{
	background: rgba(0, 0, 0, 0.7);
}

.formstyle
{
	background-color:transparent !important;
	border:0;
	border-bottom:3px solid #fff;
	border-radius:0 !important;
	color:#ff9700;
}

.form-control:focus
{
	border-bottom:3px solid #ff9700 !important;
	box-shadow:none;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
	color:#fff;
}

.formpadding
{
	padding:30px;
}

.copyright {
    padding: 15px 20px;
    text-align: center;
    color: #333;
    font-size: 12px;
    border-top: 1px solid #f2f2f2;
}

.headline {
    background: linear-gradient(rgba(0,0,0,.1),rgba(255,151,0,.6)),#fff;
    background-size: cover;
    background-position: top;
    position: relative;
    padding: 100px 0 80px;
}

.headline h2 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 50px;
    text-align: center;
    font-weight: 100;
}

.scrollTop {
  position: fixed;
  right: 1%;
  bottom: 15px;
  transition: all 0.4s ease-in-out 0s;
  cursor:pointer;
}

.abouttitle
{
	color: #ff9700;
    line-height: 1.2;
    font-size: 2.3em;
    font-weight: 500;
}

.aboutsmall
{
	font-size: 16px;
    font-weight: 500!important;
    margin: 5px 0 30px;
}

.aboutpara
{
	line-height: 2;
	color: #000;
}

.fatitle
{
	font-size: 1.4em;
    font-weight: 500;
}

.tmargin
{
	margin-top:30px;
	margin-bottom:30px;
}

blockquote {
    padding: 0 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote h5 {
    font-size: 1em;
    color: #6d6d6d;
    font-weight: 300;
}

.careerhead
{
	font-size: 1.2em;
    color: #333;
	line-height: 2;
    font-weight: 900;
    text-transform: uppercase;
	text-align:center;
}

.careerpara
{
	font-size: 1em;
    color: #999;
    text-align: left;
	height: 130px;
	font-weight: 400;
	line-height: 1.8;
	text-align: justify;
}

.careerbtn
{
	background-color: #ff9700;
    color: #fff;
    border: 2px solid #ff9700;
    padding: 10px 20px;
	transition: 0.3s;
	width:100%;
	text-align:center;
}

.careerbtn:hover
{
	background-color: #fff;
    color: #ff9700;
    border: 2px solid #ff9700;
	text-decoration:none;
}


.galleryimg {
    position: relative;
    float: left;
    height: 260px;
	width:100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.hvr-grow-shadow:hover
{
	box-shadow:none !important;
	z-index:999;
}

.contitle
{
	color: #ff9700;
	font-weight: 900;
}

.conaddress
{
	font-size: 1em;
    color: #000;
    font-weight: 400;
    display: block;
    line-height: 1.5;
}

.condetail a
{
	font-size: 1em;
    color: #000;
    font-weight: 700;
    display: block;
	line-height: 2.5;
}

.condetail a:hover
{
	color:#ff9700;
	text-decoration:none;
}

.formlabel label
{
	display: inline-block;
    margin-top: 20px;    
	margin-bottom: 10px;
    font-weight: 700;
    color: #595959;
}

.formstyle1
{
	background-color:transparent !important;
	border:0;
	border-bottom:3px solid #cecece;
	border-radius:0 !important;
	color:#ff9700;
	box-shadow:none !important;
}

.service-btn{
    padding: 5px 10px;
    border: 2px solid #ff9700;
    line-height: 3;
    font-weight: 700;
    text-decoration: none;
	transition:0.3s;
	color: #ff9700;
}

.service-btn:hover
{
	color:#000;
	 border: 2px solid #000;
	 text-decoration:none;
}

.input-group-addon
{

    color: #ff9700 !important;
	background-color:transparent !important;
	border: 0 !important;
    border-radius: 0px !important;
}

.backbtn
{
	color: #ff9700;
	transition:0.3s;
}

.backbtn:hover
{
	color: #000;
	text-decoration:none;
}

.techtitle
{
	font-weight:900;
	color:#ff9700;
}

.custom-file-input:active::before, .custom-file-input:hover::before {
    border-color: #fff;
    color: #fff;
    background: #ff9700;
}

.custom-file-input::before {
    content: 'Choose file';
    display: inline-block;
    border-radius: 1px;
    padding: 5px 8px;
    outline: 0;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 700;
    font-size: .9em;
    border: 2px solid #ff9700;
    color: #ff9700;
    background: #fff;
}

.searchbtn
{
	background:transparent;
	color: #cecece;
	border: none;
}

.input-search
{
	text-align:right;
	width:20px !important;
}

.searchbtn:hover, .searchbtn .active:hover, .searchbtn .active:focus
{
	background:transparent !important;
	color: #cecece !important;
	border: none !important;
	box-shadow:none;
}

#cart {
    margin-bottom: 10px;
}

#cart > .btn {
    line-height: 1.5;
    color: #FFF;
    background-color: #ff9700 !important;
    background-image: none;
    border: none;
    border-radius: 2px;
    font-size: 0.9em;
    text-decoration: none;
    text-shadow: none;
    border: 2px solid transparent;
}

#cart .dropdown-menu {
    font-size: 0.9em;
}
#cart .dropdown-menu {
    min-width: 100%;
}
#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}

.cartdropdown
{
	width:100%;
}

.img-thumbnail
{
	border:0px;
}

.breadcrumb {
    border: none;
    font-size: 0.9em;
	margin: 0 0 20px 0;
	padding: 9px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb a
{
	color:#ff9700;
}

.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
	display: inline-block;
}

.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "" !important;
}

.panel-title a
{
	font-size:0.7em;
	font-weight:400;
	color:#ff9700;
}

.panel-body
{
	font-size:0.8em;
	font-weight:400;
	color:#ff9700;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
}

.panel-title a:hover
{
	text-decoration:none;
}

.panel-heading
{
	cursor:pointer;
}

.panel-heading:hover, .panel-heading a:hover
{
	color:#444444;
	background: #eeeeee;
}

.stitle
{
	font-size:0.9em;
}

.caption2 a
{
	color:#ff9700;
	font-size:0.9em;
}

.caption2 a:hover
{
	color:#000;
	text-decoration:none;
}

.enquirybtn
{
	background-color: #eee;
    color: #000;
    line-height: 38px;
	text-align:center;
	text-transform: uppercase;
	display: inline-block;
	font-size:1em;
	width:100%;
	margin-bottom:0;
}

.enquirybtn:hover
{
	background-color: transparent;
    color: #ff9700;
	border-top: 1px solid #ddd;
}

.boxborder
{
	border: 1px solid #ddd;
}

#button-cart {
    background-image: none;
    background-color: #fff;
    border: 2px solid #ff9700;
    color: #ff9700;
    border-radius: 3px;
    text-decoration: none;
    text-shadow: none;
    font-weight: bold;
	transition:0.3s;
}

#button-cart:hover
{
	 background-color: #ff9700;
	 color:#fff;
}

.downloadsection {
    list-style: none;
    padding-top: 10px;
    margin-left: -20px;
}

.downloadsection li {
    padding: 10px 0px !important;
}

.pdftitle
{
	color:#ff9700;
	transition:0.3s;
	font-weight:400;
	font-size:0.9em;
}

.pdftitle:hover
{
	color:#000;
}

.col-row
{
	border:2px solid #ff9700; 
	padding:8px;
}

.col-row:hover
{
	background-color:#ff9700;
	color:#fff !important;
}

.col-row i
{
	font-size:14px; 
	color:#ff9700;
}

.col-row i:hover
{
	color:#fff;
}


@media (min-width: 1400px) {
	.gallerycontainer
{
	width:1399px;
}

.cartdropdown
{
	width:400px;
}

}

@media (min-width: 1200px) {
	.col-2
{
	width:20%;
}

.col-2 a:focus
{
	outline:0 !important;
}

}
	
@media (max-width: 1200px) {
	
	.navbar-brand img{	
	width:150px;
	}
	
	.caption .box_1 h1
	{
		padding-top:1%;
		font-size: 1em;
	}
	
}



@media (max-width: 900px) {
	
	.caption .box_1 a:link, .caption .box_1 a:visited {
		 margin-top: 0em;
	}
	
	
		.caption .box_1 h1
	{
		padding-top:1%;
		font-size: 0.8em;
	}
	
	.caption .box_1 ul>li
	{
		 font-size: .5em;
	}
	
	.caption-wrap
	{
		line-height: 1em;
	}
	
	.caption .box_1, .caption .box_2
	{
		font-size:1.5em;
	}
	
		
	.parallaxtext {
		margin-left:60%;
	}
}

@media (max-width: 768px) {
	
	.ourBrand
	{
		padding:0px;
		padding-bottom:20px;
		padding-top:20px;
		border:0;
	}

}

@media (max-width: 468px) {
	
	.caption .box_1, .caption .box_2
	{
		font-size:1.2em;
	}
	
	.navbar-brand img{	
	width:120px;
	}
	
	.caption .box_1 ul
	{
	    padding-top: 0px;
		padding-bottom:0px;
		margin-bottom:0px;
		margin-top:0px;
	}
	
	.mustardbtn
	{
		margin-right:0px;
		margin-bottom:20px;
	}
}
/*------------------mobile collapse early------------------------*/

@media (max-width: 1200px) {
	.navbar-default .navbar-toggle {
    margin-top: 18px;
    border: 2px solid #ff9700;
    z-index: 99;
	padding:12px 12px !important;
	}
	
	.navbar-default .navbar-toggle .icon-bar
	{
		background-color:#ff9700;
	}
	
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse
	{
		max-height:100% !important;
	}
	
    .navbar-header {
        float: none;
		height:80px;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 0px;    
		background-color: #fff;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
	
	.navbar
	{
		background-color:#fff !important;
	}
	
	.navbar-brand img{	
	width:200px;
	}
	
}
 /*------------------end mobile collapse early------------------------*/
 