*{
	
}
body{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:13px;	
}

.header{
background:url(../../images/background/body-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}
.topnav{
color:#fff;
background:#000;
	
}
.topnav p{
	margin-top:20px 0 0 0;
line-height:40px;
	
}
.social_media{
float:right;	
}
.social_media a{
color:#fff;	
}
.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
	 margin:10px 0 0 0;
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }
 .navigation{
	background:url(../../images/background/top-bg.png); 
 }
.logo img{
margin:10px 0 !important;
width:100%;
}
/*========================================services================================================*/
.services_menu{
}
.services_menu {
	
}
.services_menu .li{
	list-style:none !important;
	padding:10px;
	
}
.services_menu .li a{
	
	display:block;
	padding:10px 20px;
	border:#eee solid 1px;
	text-decoration:none;
	color:#eee;
	text-align:center;
	-webkit-transition: all 0.3s ease-out 0.5s;
   -moz-transition: all 0.3s ease-out 0.5s;
   -o-transition: all 0.3s ease-out 0.5s;
   -ms-transition: all 0.3s ease-out 0.5s;
   transition: all 0.3s ease-out 0.5s;
}
.services_menu .li a:hover{
	
	background:url(../../images/background/menu-bg.png);
	-webkit-transition: all 0.3s ease-out 0.5s;
   -moz-transition: all 0.3s ease-out 0.5s;
   -o-transition: all 0.3s ease-out 0.5s;
   -ms-transition: all 0.3s ease-out 0.5s;
   transition: all 0.3s ease-out 0.5s;
}
.services_details{
background:#fff;
	
}
.contactimg{
padding:20px;	
}
.breadcrumb_bg{
background-color:#06F	
}
.services_details h1{
background:#06F;
	font-size:22px !important;
	color:#fff;
	padding:10px;
	text-shadow:1px 2px 4px#333;
}
.about_services{
	background:url(../../images/background/body-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.about_services h3{
color:#fff;
padding:10px;
text-align:center;
background:#06F;
}
#pricing{padding:0px 0 10px;}#pricing ul.pricing{list-style:none;padding:0;margin:70px 0 30px;border:1px solid #ccc;border-radius:5px 5px 4px 4px;padding:15px;text-align:center;}#pricing ul.pricing li{display:block;padding:10px 0px;}#pricing ul.pricing li.plan-header{background:#eee;border-radius:4px 4px 0 0;margin:-15px -15px 10px;padding:15px 15px 30px;border:0;}#pricing ul.pricing li.plan-header .price-duration{position:relative;margin-top:-63px;top:-10px;display:inline-block;width:116px;height:116px;background-image:-moz-linear-gradient(90deg,#f00 0%,#C00 100%);background-image:-webkit-linear-gradient(90deg,#f00 0%,#C00 100%);background-image:-ms-linear-gradient(90deg,#f00 0%,#C00 100%);color:#fff;border-radius:100px;border:5px solid #f6f6f6;}#pricing ul.pricing li.plan-header .price-duration>span{display:block;line-height:1;}#pricing ul.pricing li.plan-header .price-duration>span.price{font-size:20px;font-weight:700;margin-top:35px;}#pricing ul.pricing li.plan-header .price-duration>span.duration{margin-top:5px;}#pricing ul.pricing li.plan-header .plan-name{margin-top:10px;font-size:18px;color:#272727;font-weight:bold;line-height:1;text-transform:uppercase;}#pricing ul.pricing.featured{background:#222534;color:#fff;border:0;}#pricing ul.pricing.featured li.plan-header{background-image:-moz-linear-gradient(90deg,#f00 0%,#C00 100%);background-image:-webkit-linear-gradient(90deg,#f00 0%,#C00 100%);background-image:-ms-linear-gradient(90deg,#f00 0%,#C00 100%);}#pricing ul.pricing.featured li.plan-header .plan-name{color:#fff;}
.request-form{
	background:url(../../images/background/top-bg.png);
	border:#fff solid 1px;
}
.request-form table tr td{
	padding:10px;
}
.request-form .textbox{
	border:#ccc solid 1px;
	background:none;
	width:100%;
	padding:7px 10px;
	color:#fff;
}
.request-form .select{
	border:#ccc solid 1px;
	background:none;
	width:100%;
	padding:7px 10px;
	color:#fff;	
}
.request-form .select .option{
	border:#ccc solid 1px;
	background:#000;
	width:100%;
	padding:10px 10px;
	color:#fff;	

}
.request-form .textarea{
	border:#ccc solid 1px;
	background:none;
	width:100%;
	padding:7px 10px;
	color:#fff;	
	height:140px;
}
.request-form .btn{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cf0404+0,ff3019+100 */
background: #cf0404; /* Old browsers */
background: -moz-linear-gradient(top,  #cf0404 0%, #ff3019 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #cf0404 0%,#ff3019 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #cf0404 0%,#ff3019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff3019',GradientType=0 ); /* IE6-9 */
color:#fff;
width:100%;	
}
.footer_bg{
		
		background-image:url(../../images/Weiner-header.jpg);
		background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	background-size: 100% 100%;
		margin:0px 0 0 0;
	}
	.footer{	
		position:relative !important;
		top:0px;
		background-image:url(../../images/footerlinks1.jpg);
		background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	background-size: 100% 100%;
	box-shadow:0px 3px 10px#000;
	}
	.importantlinks{

	
	}
	.importantlinks h2{
		font-weight:normal;
		font-size:22px;
		
		border-bottom:#06C solid 1px;
		color:#ccc;
		text-shadow:1px 2px 3px#000;
	}
	
	.importantlinks p a{
		display:block;
		padding:6px 10px;
		text-decoration:none;
		color:#FFF;
		text-shadow:1px 2px 3px#000;
		border-bottom:#09F dashed 1px
		
	}
	.address{
	padding:10px;
	}
	.address h2{
		font-weight:normal;
		font-size:18px;
		
		border-bottom:#06C solid 1px;
		color:#06C;
		text-shadow:1px 2px 3px#000;
	}
	
	.address p{
		float:none;
		display:block;
		
		text-decoration:none;
		color:#FFF;
		text-shadow:1px 2px 3px#000;
	
		
	}
	.quick_contact{
	padding:10px;
	}
	.quick_contact h2{
		font-weight:normal;
		font-size:18px;
		
		border-bottom:#06C solid 1px;
		color:#06C;
		text-shadow:1px 2px 3px#000;
	}
	.quick_form{
		border:none;	
	}
	.quick_form tr td{
		padding:5px 0px
	}
	.quick_form tr td .textbox{
		border:none;
		background:none;
		border:#339 solid 1px;
		border-radius:3px;
		padding:4px 6px;
		width:98%;
		box-shadow:1px 2px 3px#000;
		color:#fff;
	}
	.quick_form tr td .textarea{
		border:none;
		background:none;
		color:#fff;
		border:#339 solid 1px;
		border-radius:3px;
		padding:4px 6px;
		height:50px;
		width:98%;
		box-shadow:1px 2px 3px#000;
	}
	
	.quick_form tr td .subbtn{
		background-color:#960;
		float:right;
		border:none;
		background:none;
		color:#fff;
		background-color:#06F;
		padding:4px 20px;
		cursor:pointer;
	}
	.quick_form tr td .subbtn:hover{
		float:right;
		border:none;
		background:none;
		color:#fff;
		background-color:#06F;
		padding:4px 20px;
		cursor:pointer;
	}
	.social_links{
		width:16%;
	float:left;
	padding:10px;
	}
	.social_links h2{
		font-weight:normal;
		font-size:18px;
		padding:10px;
		border-bottom:#06C solid 1px;
		color:#06C;
		text-shadow:1px 2px 3px#000;
	}
	.social_links ul{
		list-style:none;
	}
	.social_links ul li{
		float:none;
	
		
		
	}
	.social_links ul li a{
			display:block;
		padding:5px 10px;
		position:relative;
		text-decoration:none;
		color:#FFF;
		text-shadow:1px 2px 3px#000;
		font-size:1.2em;
	}
	.social_links ul li a:hover .fs1{
		color:#09F;
	}
	.social_links ul li a .fs1{
		font-size:1.8em;
	}
	.social_links ul li a label{
		padding:10px 10px;
		margin:-5px 0 0 10px;
		position:absolute;
	}
	.copyright{
		color:#fff;
		margin:50px 0 0 0;
		text-align:center;
	}
	.copyright a{
		color:#fff;
		text-decoration:none;
	}
	.followus{
	padding:10px;	
	}
	.webservice-contant{
		font-size:14px;
		text-align:justify;
		background:url(../../images/background/contantbg.png);
		padding:10px;
		margin-bottom:20px;
		border:#666 solid 2px;	
	}
.button{
padding:6px 15px;
color:#FFF;
background:#F00;
float:right;
text-decoration:none;	
}
.hide-btn{
display:none;	
}
a.button:hover{
	color:#eee;
}
.hidden-contant{
display:none;	
}
.prodrams{
border:#999 solid 1px;
background:url(../../images/background/soft-contant-bg.png);
padding:10px;
margin-top:20px;
margin-bottom:20px;
position:relative;
}
.prodrams h2{
	font-size:18px !important;
}
.software-links{
background:url(../../images/background/soft-contant-bg.png);
border:#999 solid 1px;	
padding:10px;
margin-top:20px;
margin-bottom:20px;
}
.product-list{
	background:url(../../images/background/soft-bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.product-list h2{
	font-size:22px;
	margin:0;
	padding:10px;;
	color:#fff;
	background:#ccc url(../../images/background/heading_bg.png);
	background-repeat:no-repeat;
}
.product-contant{
background:#eee;
margin:10px 0;
border:#ccc solid 5px;	
box-shadow:1px 2px 5px#000;
}
.product-image{
border-radius:100%;
overflow:hidden;
padding:0;
margin-top:10px;	
margin-bottom:10px;
margin-left:-50px;
border:#ccc solid 5px;
}
.product-image img{
	width:100%;
	
}
.right{
float:right;	
}
.product-details p{
font-size:14px;	
}
.product-details h3{
	font-size:18px;
	color:#06C;
}
.navbox1 {
	position: relative;
	width:100%;
}

.nav1 {
	list-style: none;
	display: block;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 60px 0 60px 0;
	background: url(shad2.png) no-repeat;
	-webkit-background-size: 50% 100%;
}

li {
	margin: 5px 0 0 0;
}

.nav1 li a {
	-webkit-transition: all 0.3s ease-out;
	background: #cbcbcb url(border.png) no-repeat;
	color: #174867;
	padding: 7px 15px 7px 15px;
	-webkit-border-top-right-radius: 10px;
 	-webkit-border-bottom-right-radius: 10px;
	width: 100%;
	display: block;
	text-align:left;
	text-decoration: none;
	-webkit-box-shadow: 2px 2px 4px #888;
}

.nav1 li a:hover {
	background: #ebebeb url(border.png) no-repeat;
	color: #67a5cd;
	padding: 7px 15px 7px 30px;
}
.software-details{
margin:10px 0;	
}
.software-product-details p{
text-align:justify;	
}
.software-product-image img{
	width:100%;
}
.product-list1{
text-align:center;
position:relative;

}
.product-list1 h1{
	font-size:22px;
	margin:0;
	padding:10px;
	text-align:left;
	color:#fff;
	background:#ccc url(../../images/background/heading_bg.png);
	background-repeat:no-repeat;
}
.heading{
font-size:18px;	
}
.thambnel{
margin:20px 0;	
}
.img-circle{
border:#CCC solid 5px;	
}
/*============================================================accordian=======================================*/
.ac-container{
	width: 100%;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	padding: 10px 20px;
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #fff;
	line-height: 33px;
	font-size: 19px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f4c6b+0,606c88+100 */
background: #3f4c6b; /* Old browsers */
background: -moz-linear-gradient(top,  #3f4c6b 0%, #606c88 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #3f4c6b 0%,#606c88 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #3f4c6b 0%,#606c88 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4c6b', endColorstr='#606c88',GradientType=0 ); /* IE6-9 */


	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
		
}
/*.ac-container label:hover{
	background: #fff;
	color:#309;
	
}*/
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #000;
	color: #fff;
	
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
	
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	
}
.ac-container input:checked + label:hover:after{
	
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding:0 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 100%;
}
.ac-container input:checked ~ article.ac-medium{
	height: 100%;
}
.ac-container input:checked ~ article.ac-large{
	height: 100%;
}
.product{
border:#ccc solid 1px;
padding:10px;	
}
.red,.green,.blue,.orange,.yellow,.velwate, icons{
	color:#fff;
	font-size:5em;
	display:block;
	text-align:center;
	cursor:pointer;

}
.red{
border:#F00 solid 1px;
background:#F00;
}
.green{
border:#090 solid 1px;	
background:#090;
}
.blue{
border:#00C solid 1px;	
background:#00C;
}
.orange{
border:#F63 solid 1px;	
background:#F63;
}
.yellow{
border:#FC0 solid 1px;	
background:#FC0;
}
.velwate{
border:#303 solid 1px;	
background:#303;
}
.ecommerct-details{
	padding-left:30px;
	padding-right:30px;
	position:relative;
	margin:10px 0;
}
.shopping-cart{
border:#F00 solid 1px;
background:#F00;

	
}
.credit-card{
border:#090 solid 1px;	
background:#090;	
}
.time{
border:#00C solid 1px;	
background:#00C;	
}
.grain{
border:#F63 solid 1px;	
background:#F63;	
}
.phone{
border:#FC0 solid 1px;	
background:#FC0;	
}
.send{
border:#303 solid 1px;	
background:#303;	
}
.shopping-cart, 
.credit-card, 
.time, 
.grain, 
.phone, 
.send{
color:#fff;
	position:absolute;
}
.credit-card, 
.time, 
.grain, 
.phone, 
.send{
display:none;	
}
/*=================================================================about us=====================================*/
.aboutdetail{
margin:10px 0;	
}
.peragraph{
text-align:justify;
margin:20px 0;

}

.mission{
border:#ccc solid 1px !important;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d0019+0,8f0222+56,a90329+100 */
background: #6d0019; /* Old browsers */
background: -moz-linear-gradient(top,  #6d0019 0%, #8f0222 56%, #a90329 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #6d0019 0%,#8f0222 56%,#a90329 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #6d0019 0%,#8f0222 56%,#a90329 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 ); /* IE6-9 */
color:#FFF;
	
}
.mission h3{
	font-size:16px !important;
	color:#fff;
}
.services{
border:#ccc solid 1px !important;
box-shadow:1px 2px 3px#333;
-moz-box-shadow:1px 2px 3px#333;
-webkit-box-shadow:1px 2px 3px#333;
-ms-box-shadow:1px 2px 3px#333;
-o-box-shadow:1px 2px 3px#333;
font-size:13px;
}
.services h3{
	text-align:left !important;
	color:#f00;
	font-size:18px;
	margin:10px 0;
}
.services-info img{
	width:100% !important;
}
.srevice{
margin:0.9em 0 ;	
}
.job-recrutment-bg{
	background-image:url(../../images/services/jobs-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
  background-attachment:fixed;
    background-size: cover;
    width: 100%;
 
	padding:20px;
}
.web-development-bg{
	background-image:url(../images/services/web-devlopment-bg.png);
    background-repeat: no-repeat;
    background-position: center;
  background-attachment:fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
	padding:20px;
}
.software-development-bg{
	background-image:url(../images/services/software-bg.png);
    background-repeat: no-repeat;
    background-position: center;
  background-attachment:fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
	padding:20px;
}
.service-info h2{
	color:#fff;
margin-bottom:1em;
font-size:22px
	
}
.service-info p{
margin-bottom:1em;
color:#fff;
	
}
.service-detail{
background:url(../images/services/servicesbg.png);
padding:20px;
	
}
.category h3{
font-size:14px;	
}
.service-image img{
	width:100%;
}
.erp-software{
text-align:center;
padding:20px;
background-color:#eee;
margin-top:4em;	
border:#ccc solid 1px;
border-radius:3px;
}
.erp-software h2{
font-size:22px;	
}
.erp-qus{
margin-top:4em;	
}
.erp-qus h3{
	font-size:18px;
	margin:1.5em 0;
}
.contactform{
background-image:#FFF;
    background-repeat: no-repeat;
    background-position: center;
  background-attachment:fixed;
    background-size: cover;
    height: 100%;

 margin-left:8%;
 padding:20px;
 margin-bottom:20px;
}
.googlemap{
height:300px;	
}
.address1{
	background:#fff;
	 padding:20px;
	 margin:20px 0 0 0;

}
.address1 h2{
	color:#333;
	font-size:22px;
	margin:0 0 20px 0;
}
.address1 p{
	color:#333;
	font-size:14px;
	margin:0 0 10px 0;
}
/*==============================career-form============================*/
.career-form{
border:#ccc solid 1px;
padding:20px;
margin:20px 15%;
background-color:#fff;
border-radius:4px;
-webkit-border-radius:4px;
-o-border-radius:4px;
-ms-border-radius:4px;
-moz-border-radius:4px;
box-shadow:1px 2px 4px#333;
-webkit-box-shadow:1px 2px 4px#333;
-ms-box-shadow:1px 2px 4px#333;
-moz-box-shadow:1px 2px 4px#333;
-o-box-shadow:1px 2px 4px#333;
}
.career-form-table{
padding:10px !important;	
}
.career-form-table tr td{
	padding:10px !important;
}
.career-form .select{
	padding:6px 10px;
	width:100%;
}
.career-form .select1{
	padding:6px 10px;
	width:49%;
}
.career-form .textbox{
	padding:6px 10px;
	width:100%;
}
.career-form label{
	color:#666
}
.career-form .button{
	color:#fff;
	background-color:#f00;
}
.career-form h2{
	color:#F00;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
}
.address1{
font-size:13px;	
}
.packages{
	background-image:url(../images/webdesigning-bg.png);
    background-repeat: no-repeat;
    background-position: center;
  background-attachment:fixed;
    background-size: cover;
 padding:20px;
 margin:20px 0;
 color:#fff;

}
.packages h2{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}
.director_detail img{
width:100%;	
}
.media-heading{
font-size:22px;	
}
.director_detail p{
font-size:16px;	
}
.media{
	padding:10px;	
}
.paragraph{
margin:20px 0 0 0;	
}
.jobslink{
	
}
.jobslink ul{
	padding:0;
	margin:0;
}
.jobslink ul li{
	list-style:none !important;
	width:100%;	
}
.jobslink ul li a{
	text-decoration:none;
	display:block;
	padding:8px 10px;
	background-color:#69F;
	color:#fff;
	border:#fff solid 1px;
	box-shadow:0 0 3px#333;
	 -webkit-transition: all 0.2s ease-in-out 0.2s;
   -moz-transition: all 0.2s ease-in-out 0.2s;
   -o-transition: all 0.2s ease-in-out 0.2s;
   -ms-transition: all 0.2s ease-in-out 0.2s;
   transition: all 0.2s ease-in-out 0.2s;
   text-align:left;
}
.jobslink ul li a:hover{
	
	background-color:#000;
	padding:8px 20px;
	 -webkit-transition: all 0.2s ease-in-out 0.2s;
   -moz-transition: all 0.2s ease-in-out 0.2s;
   -o-transition: all 0.2s ease-in-out 0.2s;
   -ms-transition: all 0.2s ease-in-out 0.2s;
   transition: all 0.2s ease-in-out 0.2s;
	
	
}
.staffing-lis h4{
text-align:left;	
}
.staffing-list ul li{
text-align:left;	
}
.get-job{
margin:20px;
background:url(../../images/background/contantbg.png);
background-repeat:no-repeat;	
}
.search-title{
padding:10px;
background:url(../../images/background/search-titlebg.png);
background-repeat:no-repeat;

	
}
.search-title h1{
	font-size:22px;
	padding:20px;
	color:#FFF;
}
.searchbox{
	margin-top:10px;
padding:9px 20px;
width:100%;
border:#ccc solid 1px;	
}
.search_category{
	margin-top:10px;
	padding:10px 20px;
width:100%;
border:#ccc solid 1px;
}
.sub_btn{
	padding:10px 35px;
background-image:url(../images/search-button.png);
background-position:center;
border:#fff solid 1px;
cursor:pointer;
}

