
.form-group .help-block {
    font-weight: 700;
	color: red;
	padding-bottom: 15px;
}

#content {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 600px;
}

#contact .contact-info-wrapper {
    margin-top: -60px;
}

#contact .contact-info-wrapper .contact-item-wrapper i {
    width: 64px;
    height: 64px;
    padding: 15px;
    border-radius: 50%;
    color: #fff;
}

#contact .map {
    position: relative;
}

#contact .contact-info {
    padding: 30px 0;
    color: #fff;
    background: #666;
}

#contact .contact-form-wrapper {
    background: url(../img/backgrounds/contact-form-bg.jpg);
    background-size: cover;
}

#contact .form-control {
    margin-bottom: 45px;
    color: #000000;
    background: 0 0;
}
.contact-info-section
{
	margin-bottom:10px;
    background: #d1cfcf7a;
    padding: 10px;
    border-radius: 6px;
}
.contact-chantier-section
{
	margin-bottom:10px;
    background: #d1cfcf7a;
    padding: 10px;
	border-radius: 6px;
}
.contact-code-section
{
	margin-bottom:10px;
    padding: 10px;
    border-radius: 6px;
}

.form-control:focus {
    box-shadow: none;
}

#contact2 .contact-info-wrapper {
    margin-top: -10px;
}

#contact2 .contact-info-wrapper .contact-item-wrapper {
    padding: 15px 30px;
}

#contact2 .contact-info-wrapper .contact-item-wrapper i {
    float: left;
    padding: 8px 15px;
    font-size: 24px;
    color: #000000;
}

#contact2 .contact-info-wrapper .contact-item-wrapper h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
}

#contact2 .form-control {
    margin-bottom: 30px;
}

#subscription .subscription-form .form-control {
    height: 60px;
    font-size: 24px;
    color: #999;
}

#subscription .subscription-form .btn {
    padding: 18px;
}

#google-map-shortcode {
    height: 400px;
    padding: 0;
}

#google-map-contact {
    height: 300px;
    padding: 0;
}

#google-map-contact2 {
    height: 200px;
    padding: 0;
}

.error-section h1 {
    font-size: 10rem;
    color: #ff2a40;
}

.error-section h4 {
    text-transform: capitalize;
}

.contact-title-text h2 {
    font-size: 40px;
}

.contact-title-text p {
    margin-top: 15px;
    font-size: 18px;
}

.contact-widget {
    margin-bottom: 30px;
}

.contact-widget h2 {
    margin-bottom: 20px;
    font-size: 25px;
}

.contact-widget address {
    line-height: 45px;
}

.contact-widget.office-location span {
    font-weight: 500;
}

#contactForm .form-group {
    margin-bottom: 19px;
}

#contactForm .form-group .contact-control {
    height: 50px;
    border-radius: 0;
    background: #f8fafd;
}

#contactForm .form-group .form-control {
    border-radius: 0;
    font-size: 14px;
    background: #f2f2f2;
}

ul.contact-info2 {
    margin-top: 20px;
    padding: 0;
    list-style: outside none none;
}

ul.contact-info2 i.fa {
    margin-right: 10px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
}
.form-group label {
    margin-bottom: 1px;
	    margin-left: 10px;
}


.form-group .form-control {
    position: relative;
    padding-right: 30px;
    color: #666;
    background: #fff;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem
rem
 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn.disabled, .btn:disabled {
    opacity: .65;
}

.btn-common {
   color: #151515;
    background: #e5932e;
	cursor: pointer;
    display: inline-block;
    padding: 8px 15px 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
	
}

.btn-lg {
    padding: 9px 30px;
    font-size: 16px;
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.contact input, .contact textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact input:focus, .contact textarea:focus {
  border-color: #e5932e;
}
.contact button[type=submit] {
  background: #e5932e;
  border: 0;
  padding: 10px 24px;
  color: #151515;
  transition: 0.4s;
  border-radius: 4px;
}
.contact button[type=submit]:hover {
  background: #ffcd6b;
}

.radio
{
  margin-left: 10px;
  
}


 