@charset "utf-8";
/* CSS Document */
@keyframes animatedsend {
	0% { background-position:100% 100%; }
	50% { background-position:0% 0% ; }
	100% { background-position:100% 100% ; }
}
@-webkit-keyframes animatedsend {
	0% { background-position:100% 100%; }
	50% { background-position:0% 0% ; }
	100% { background-position:100% 100% ; }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	text-decoration: none;
	-webkit-transition:all .7s;
	-moz-transition:all .7s;
	transition:	all .7s;
}
html{
	height:100%;
}
body{
	height:100%;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	font-weight:300;
	color:#272727;
	background-color: #fff;
}
a{
	text-decoration:none;
	-webkit-transition:all .7s;
	-moz-transition:all .7s;
	transition:	all .7s;
}
.s18{height:18px;}
.s27{height:27px;}
.s36{height:36px;}
.s40{height:40%;}
.s45{height:45px;}
.s60{height:60px;}
.s90{height:90px;}
.clr{clear:both;}

.center{ text-align:center;}
h1, h2{
	font-size:60px;
	line-height: 69px;
	font-weight:500;
	color:#ff6c00;
	text-align:center;
	text-transform:uppercase;
	text-shadow:0 3px 4px rgba(0,0,0,.3);
}
h2{
	font-size:54px;
	line-height: 60px;
	color:#333;
} 
h3, h4{
	font-size:48px;
	line-height: 54px;
	font-weight:100;
	text-align:center;
}
h4{
	font-size:30px;
	line-height: 36px;
	font-weight:300;
}
.wrapper{
	max-width:1500px;
	padding:0 54px;
	margin:0 auto;
}
.logo{
	margin:5px 0 0 90px;
	float:left;
	width:192px;
	height:70px;
	background-image:url(../images/logo.png);
}
.homebg{
	height:calc(100% - 5px);
	position:relative;
	background-repeat:no-repeat;
	background-position:center bottom, center;
	background-size:auto, cover;
	background-image:url(../images/homearrow.png), url(../images/home.jpg);
}
.homecont{
	width:60%;
	position:absolute;
	margin:0 auto;
	left:0;
	right:0;
	bottom:90px;
	color:#fff;
	text-align:center;
	font-size:40px;
	font-weight:100;
}
.homecont h1{
	color:#fff;
}
.homebgcover{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.1);
}
.hometext{
	position:absolute;
	text-align:center;
	bottom:20%;
	left:0;
	right:0;
	color:#fff;
	font-size:45px;
	font-family: 'Kaushan Script', cursive;
}
.welcome{
	font-size:24px;
}
.products{
	text-align:center;
}
.product{
	width:calc(25% - 2px);
	display:inline-block;
	position:relative;
	margin:-3px -4px 0 0;
	background-image:url(../images/productdummy.jpg);
	background-position:center;
	background-size:cover;
	padding-top: 25%;
	overflow:hidden;
}
.productimg{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.productimg img{
	width:100%;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.prodis{
	position:absolute;
	width:calc(100% - 90px);
	padding:18px 45px;
	color:#fff;
	font-size:23px;
	text-align:center;
	bottom:0;
	background-color:rgba(0,0,0,.79);
	opacity:1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.product:hover .prodis{
	opacity:0;
	font-size:10px;
	padding:45px 45px 0;
}

.product:hover .productimg{
	-ms-transform: scale(1.2, 1.2); /* IE 9 */
    -webkit-transform: scale(1.2, 1.2); /* Safari */
    transform: scale(1.2, 1.2);
}
.product:hover .productimg img{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.morebutt{
	display:inline-block;
	background-color:#ff6c00;
	padding:15px 36px;
	border-radius:14px;
	color:#fff;
	font-size:30px;
	text-transform:uppercase;
	text-shadow:0 3px 4px rgba(0,0,0,.5);
	box-shadow:inset 0 3px 4px rgba(0,0,0,.5);
}
.gray{
	position:relative;
	background-color: #333;
	background-size:cover;
	background-position:center;
	background-image:url(../images/gray-bg.jpg);
	background-attachment:fixed;
	color:#fff;
	min-height:calc(100% - 90px);
	padding:45px 0;
	box-shadow: inset 0 0 30px rgba(0,0,0,.4);
}
.services{
	position:absolute;
	width:calc(100% - 108px);
	max-width:calc(1500px - 108px);
	margin:0 auto;
	bottom:15%;
	left:0;
	right:0;
}
.servicepage h4{
	font-size:36px;
	line-height: 54px;
	color:#ff6c00;
}
.gray h3{
	font-size:24px;
	line-height:27px;
	font-weight:500;
	margin:18px 0 27px;
}
.gray h2{
	font-size:36px;
	line-height:40px;
	font-weight:500;
	margin:18px 0 27px;
	color:#fff;
}
.servicebox{
	width:calc(25% - 54px);
	padding:45px 25px;
	display:inline-block;
	vertical-align:top;
}
.serviceicon1, .serviceicon2, .serviceicon3, .serviceicon4, .effort, .professional, .consistent, .price{
	width:104px;
	height:104px;
	background-image:url(../images/service-icon1.png);
	margin:0 auto;
}
.serviceicon2{
	background-image:url(../images/service-icon2.png);
}
.serviceicon3{
	background-image:url(../images/service-icon3.png);
}
.serviceicon4{
	background-image:url(../images/service-icon4.png);
}
.effort{
	background-image:url(../images/effort.png);
}
.professional{
	background-image:url(../images/professional.png);
}
.consistent{
	background-image:url(../images/consistent.png);
}
.price{
	background-image:url(../images/price.png);
}
.pattern1{
	background-image:url(../images/pattern1.png);
}
.serviceicon1:hover, .serviceicon2:hover, .serviceicon3:hover, .serviceicon4:hover, .effort:hover, .professional:hover, .consistent:hover, .price:hover{
	background-position:0 -104px;
}
.clientstit{
	display:inline-block;
	border-right:3px solid #ff6c00;
	text-align:right;
	padding:5px 24px;
	font-size:30px;
	vertical-align:top;
}
.clientstit b{
	font-size:45px;
	color:#ff6c00;
}
.clientsdis{
	width:50%;
	padding:12px 24px;
	display:inline-block;
	text-align:left;
}
.scroll{
	height:150px;
	border-top:1px dotted #ccc;
	background-color:#fff;
	overflow:hidden;
}
.tech div{
	height:120px;
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	margin:15px 45px;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	transition:	all .2s;
	opacity:.5;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.tech div:hover{
	opacity:1;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.benz{
	width:128px;
	background-image:url(../images/mercedes-benz.png);
}
.maruti{
	width:133px;
	background-image:url(../images/maruti.png);
}
.ford{
	width:194px;
	background-image:url(../images/ford.png);
}
.honda{
	width:135px;
	background-image:url(../images/honda.png);
}
.toyata{
	width:126px;
	background-image:url(../images/toyata.png);
}
.enkei{
	width:131px;
	background-image:url(../images/enkei.png);
}
.alicon{
	width:176px;
	background-image:url(../images/alicon.png);
}
.shoei{
	width:226px;
	background-image:url(../images/shoei.png);
}
.pune-furnace{
	width:173px;
	background-image:url(../images/pune-furnace.png);
}
.sua{
	width:145px;
	background-image:url(../images/sua.png);
}
.eisenmann{
	width:227px;
	background-image:url(../images/eisenmann.png);
}
.atlas{
	width:148px;
	background-image:url(../images/atlas.png);
}
.innerbg{
	height:70%;
	min-height:500px;
	position:relative;
	background-repeat:no-repeat;
	background-position:center bottom, center;
	background-size:auto, cover;
	background-image:url(../images/homearrow.png), url(../images/home.jpg);
}
.contacticon{
	width:80px;
	height:65px;
	border-radius:50px;
	margin:0 auto 18px;
	padding:15px 0 0;
	background-color:#ff6c00;
}
.mapbox{
	height:700px;
	padding:0;
	margin:0 auto;
	box-shadow:0px 3px 5px rgba(0,0,0,.5);
}

.contactform{
	max-width:800px;
	width: 79%;
	margin:0 auto;
}
#myform input[type=text]{
	background-color:#d1d1d1;
	width:100%;
	height:36px;
	border-radius:9px;
	border:#b3b3b3 1px solid;
	font-size:18px;
	color:#453439;
	padding:5px 12px;
	outline: 0;
	-moz-box-shadow: inset 2px 2px 5px #c1c1c1;
	-webkit-box-shadow: inset 2px 2px 5px #c1c1c1;
	box-shadow: inset 2px 2px 5px #c1c1c1;
	margin:5px 0px 10px 0px;
}
#myform input[type=text]:Focus{
	background-color:#ffe0d2;
	border:#ff3a00 1px solid;
	-moz-box-shadow: inset 2px 2px 5px #e8cbcb;
	-webkit-box-shadow: inset 2px 2px 5px #e8cbcb;
	box-shadow: inset 2px 2px 5px #e8cbcb;
}
#myform textarea{
	background-color:#d1d1d1;
	width:100%;
	height:174px;
	border-radius:9px;
	border:#b3b3b3 1px solid;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#453439;
	padding:7px 12px;
	outline: 0;
	max-height:174px;
	max-width:100%;
	-moz-box-shadow: inset 2px 2px 5px #c1c1c1;
	-webkit-box-shadow: inset 2px 2px 5px #c1c1c1;
	box-shadow: inset 2px 2px 5px #c1c1c1;
	margin:5px 0px 10px 0px;
	background-image:url(../images/star.png);
	background-position:376px 14px;
	background-repeat:no-repeat;
}
#myform textarea:Focus{
	background-color:#ffe0d2;
	border:#ff3a00 1px solid;
	-moz-box-shadow: inset 2px 2px 5px #e8cbcb;
	-webkit-box-shadow: inset 2px 2px 5px #e8cbcb;
	box-shadow: inset 2px 2px 5px #e8cbcb;
}
.button{
	padding:15px 36px;
	border-radius:22px;
	border:none;
	background: #ff6c00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff4d00 0%, #ff2400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff4d00), color-stop(100%,#ff2400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff4d00 0%,#ff2400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff4d00 0%,#ff2400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff4d00 0%,#ff2400 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff4d00 0%,#ff2400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4d00', endColorstr='#ff2400',GradientType=0 ); /* IE6-9 */
	color:#480115;
	font-size:22px;
	cursor:pointer;
	-webkit-transition: all 0.4s ease-in 0s;
	-moz-transition: all 0.4s ease-in 0s;
	-o-transition: all 0.4s ease-in 0s;
	-ms-transition: all 0.4s ease-in 0s;
	transition: all 0.4s ease-in 0s;
	
}
.button:hover {
	color:#FFFFFF;
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.error_strings{
	color:#f00;
}







.phone{
	background-image:url(../images/phone-icon.png);
	background-repeat:no-repeat;
	background-position:0 2px;
	width:500px;
	margin:0 auto;
	padding: 0 0 2px 36px;
}

.machine{
	top:0;
	right:0;
	position:absolute;
	width:50%;
	height:100%;
	background-image:url(../images/machinary.jpg);
	background-position:center;
	background-size:cover;
}

.mac-bar-bg{
	position:absolute;
	top:-0px;
	left:-6px;
	width:102px;
	height:76px;
	background-image:url(../images/mac-bar-bg.png);
	text-align:center;
	padding:54px 0 0;
	font-size:27px;
	font-weight:700;
}
.butt{
	position:absolute;
	top:-10px;
	left:0;
	right:0;
	margin:0 auto;
	width:90px;
	height:100%;
	color: #fff;
	padding:0 0 10px;
	background-color: #8f000f;
	background-position:center bottom;
	background-repeat:no-repeat;
}
.butt:hover{
	color: #000;
	background-color: #fff;
}
.butt:hover .down{
	background-position:0 -70px;
}
.butt .down{
	bottom:auto;
	top:340px;
	background-color:rgba(255,255,255,0);
}
.mac-list-butt{
	position:absolute;
	top:265px;
	left:-98px;
	transform: rotate(90deg);
	width:280px;
	height:30px;
	text-transform:uppercase;
	font-size:21px;
}
.pic{
	width:calc(25%);
	margin:0 -3px -6px;
	display:inline-block;
	border:1px solid #333;
	position:relative;
}
.pic img{
	width:100%;
	height:auto;
	display: block;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.pic .dis{
	position:absolute;
	width:calc(100% - 90px);
	padding:12px 45px;
	color:#fff;
	text-align:center;
	bottom:0;
	left:0;
	background-color: rgba(0,0,0,.9);
	opacity:1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.pic:hover img{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.pic:hover .dis{
	opacity:0;
}

.sep1{
	background-color:#ff6c00;
	height:4px;
	width:120px;
	margin:18px auto;
}
.projects{
		max-width:1000px;
		margin:0 auto;
}
.projects ul li{
	font-size:20px;
    list-style:none;
	padding:15px 0 7px 42px;
	border-bottom:1px dotted #ff6c00;
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	background-position:5px 12px;
}
.clients{
	width:100%;
	overflow:hidden;
	background-color:#fff;
	background-image:url(../images/shadow.png);
	background-repeat:repeat-x;
	position:relative;
	z-index:-1;
	padding:0; 
	height:200px; 
	display:table;
}
.clients .clientsroll{
	height:200px; 	
	padding:36px 0;
	display:table-row;
}
.cli-logo{
	float:left;
	margin:20px 45px;
	display:table-cell;
	height:160px;
	vertical-align:middle;
}
.footer{
	background-color:#3b3b3b;
	color:#fff;
	background-image:url(../images/bg-exp.png);
	position:relative;
	border-top:5px solid #ff6c00;
}
.col1, .col2{
	width:calc(33.33% - 60px);
	padding:45px 27px;
	display:inline-block;
	text-align:center;
	vertical-align:top;
}
.col1 a, .col2 a{
	color:#fff;
	font-size:22px;
	margin:9px 0 0;
	display:inline-block;
}
 .col2 a{
	color:#ff6c00;
	font-size:22px;
	margin:9px 0 0;
	display:inline-block;
}
.col1 a:hover{
	color:#ff6c00;
}
.col2 a:hover{
	color:#000;
}
.footer .col1 img, .footer .col2 img{
	margin:0 auto 27px;
	border:none;
	box-shadow:none;
	width:auto;
}
.socialicon{
	width:50px;
	height:50px;
	border-radius:50px;
	background-color:#ff6c00;
	display:inline-block;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.facebook{
	background-image:url(../images/facebook.png);
}
.twitter{
	background-image:url(../images/twitter.png);
}
.linkedin{
	background-image:url(../images/linkedin.png);
}
.social{
	margin:12px 5px;
	display:inline-block;
}
.social:hover .socialicon{
	background-color:#000;
	background-position:0 -50px;
}
.bottomline{
	background-color:#000;
}
.coypright{
	padding:12px 0;
	color:#ff6c00;
}
.footbot_wrap{
	position:relative;
	width:90%;
	max-width:1600px;
	min-width:200px;
	margin:0 auto;
}
.weblabs-logo{
	position:absolute;
	right:0;
	bottom:0px;
	width:50px;
	height:0px;
	padding: 7px 0 0;
	background-color:#ff6c00;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-size:9px;
	line-height:15px;
	color:#000;
	text-align:center;
	background-image:url(http://www.weblabssolutions.com/weblabs-logo.png);
	background-position:center 15px;
	background-repeat:no-repeat;
	overflow:hidden;
}
.weblabs-logo:hover{
	bottom:0px;
	padding: 2px 0 0;
	height:48px;
	background-color:#ccc;
}
.office{
	margin:0 auto;
	max-width:1200px;
	text-align:center;
}
.office img{
	width:100%;
	height:auto;
}
@media screen and (max-width: 1300px) {

	.pictextimg{width:calc(60% - 45px);}
	.pictextimg3{
		top:400px;
	}
	.pictext{
		height:800px;
	}
	.pic{width:33.3%;}
	.product{
		width:33.33%;
		padding-top: 33.33%;
	}
}
@media screen and (max-width: 1200px) {
	.logo{margin:5px 0 0 45px;}
	.menubardown .logo{margin:7px 0 0 45px;}
	
	.valuebox{
		width: calc(33.3% - 72px);
	}
	.butt{left:90px;}
	.pictextimg3{
		width:calc(50% - 45px);
	}
	.manpower{width:60%;}
	.machineryimg1, .machineryimg2{
		margin:45px 45px 0 0;
	}
}
@media screen and (max-width: 1050px) {
	.pictextimg{
		width:70%;
		margin:0 30% 45px 0;
	}
	.pictextimg2{
		width:65%;
		top:600px;
		
	}
	.pictextimg3{
		top:800px;
		
	}
	.pictext{
		height:1100px;
	}
	.pic{width:50%;}
	.gray{
		height:1000px;
	}
	.servicebox{
		width:calc(50% - 54px);
	}
	.services{
	bottom:5%;
	}
}
@media screen and (max-width: 950px) {
	.product{
		width:50%;
		margin:-4px -5px 0 0;
		padding-top: 50%;
	}
	.col1, .col2{
		width:calc(100% - 60px);
		border-bottom:1px dotted #666;
	}
}

@media screen and (max-width: 800px) {
	.wrapper{padding:0 27px;}
	h1{
		font-size:40px;
		line-height:45px;
		text-shadow:0 4px 4px rgba(0,0,0,.3);
	}
	h2{font-size:30px;}
	h3{font-size:25px;
	}
	.valuebox{
		width: calc(50% - 72px);
	}
	.pictextimg2{
		width:65%;
		top:450px;
		
	}
	.pictextimg3{
		width:65%;
		top:650px;
	}
	.pictext{height:950px;	}
	.machineryimg1, .machineryimg2{
		width:100%;
		margin:45px 0 0 0;
	}
	.table, .table2, .table3{ 
		width:100%;
	}
	
}

@media screen and (max-width: 700px) {
	.years{
		text-align:left;
		padding: 230px 20px 50px 20px;
	}
	.year{
		width:200px;
		text-align:center;
		top:40px;
		margin:0 auto;
		left:0;
		right:0;
	}

	.hometext{
		bottom:10%;
		font-size:36px;
	}
	.pictextimg4{
		width:250px;
		margin:0 auto;
		float:none;
		max-width:360px;
		min-width:250px;
	}
	
}
@media screen and (max-width: 500px) {
	.product{
		width:100%;
		margin:-4px -5px 0 0;
		padding-top: 100%;
	}
	.logo{margin:18px 0 0 18px;}
	.menubardown .logo{margin:7px 0 0 18px;}

	.valuebox{
		width: calc(100% - 72px);
	}
	.butt{
		right:30px;
		left:auto;
	}
	.machine{
		background-image:none;
	}
	.hometext{
		font-size:27px;

	}
	.pictextimg{
		width:100%;
		margin:0 0 45px 0;
	}
	.pictextimg2, .pictextimg3{
		width:100%
	}
	.manpower{
		margin:200px 0 200px 0;
		width:calc(100% - 54px);
		padding:27px;
	}
	.pic{width:100%;}
	.gray{
		height:1600px;
	}
	.servicebox{
		width:calc(100% - 54px);
	}
	
}
