.desMore{
	color: #818181;
    font-weight: 300;
    margin-bottom: 30px;
}
.boxWork{
	background: #f7f7f7;
	padding: 30px 0 40px;
	margin-bottom: 30px;
}
.boxWork .title{
	margin-bottom: 35px;
    padding-bottom: 15px;
    position: relative;
}
.boxWork .title:before{
	content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
    width: 40px;
    border-bottom: solid 3px #06689d;
}
.boxWork .title h2{
	font-size: 17px;
	line-height: 23px;
	color:#373435;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
.boxWork label{
	font-weight: 300;
	color:#818181;
	min-height: 22px;
}
.boxWork input[type="text"]{
	width: 100%;
	height: 35px;
	border:none;
	padding-left: 10px;
	margin-bottom: 5px;
}
.boxWork small{
	font-size: .813em;
	font-weight: 300;
  display: block;
}
.boxWork .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.boxWork .grid .col{
	width: 65px;
	margin-right: 15px;
}
.boxWork button{
	background: #06689d;
	color:#ffffff;
	font-size: 13px;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: 600;
	border:none;
	width: 100px;
	height: 40px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.boxWork button:hover{
	background: #373435;
}
.boxWork label.error{color: #f00;}
.input_hidden{
  width: 0.1px;
  height: 0.1px;
  overflow: hidden;
}
.boxWork label.upload{
	background: #373435;
  color: #fff;
  padding: 5px 10px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){

}

@media all and (max-width: 768px){

}

@media all and (max-width: 460px){

}

@media all and (max-width: 420px){

}