
.contactHeader{
    background:url('../images/contact_us_slider.png') no-repeat center -454px fixed;
    width:100%;
    min-height:50px;
    background-size:cover;
}

.contactHeader .contactPhoto h1 span{
    color: #f87021;
}

.carousel-inner{
    height:100px;
}

.allContent{
    margin-bottom: 30px;
}

.form-side h2{
    color: #f87021;
    font-size: 24px;
    line-height: 30px;
    width: 100%;
    text-transform: capitalize;
    font-weight: bold;
    margin: 30px 0;
}

.form-side input{
    margin-bottom: 15px;
    max-width: 520px;
    color: #7B7B7B;
    outline: none;
    border: 1px solid #d6d6d6;
    height: 50px;
    background-color: #efefef;
}

.form-side textarea{
	max-width: 520px;
    color: #7B7B7B;
    outline: none;
    border: 1px solid #d6d6d6;
    min-height: 150px;
    margin-bottom: 30px;
   background-color: #efefef;
}

.form-side a{
    color: #ffffff !important;
    text-decoration: none;
    font-size: 14px;
    height: 33px;
    line-height: 24px;
    text-align: center;
    background: #f87021;
    padding: 10px 30px;
    text-transform: uppercase;
  }

.form-control:focus{
    border-color: #f87021;
}

/* info */


.info h2{
    color: #f87021;
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    text-transform: capitalize;
    font-weight: bold;
    margin: 30px 0;
}

.info .lead{
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 24px;
}

.info tr{
    height: 30px;
}

.info td:first-child{
    width: 60px;
}

.info td:last-child{
	color: #565656;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.info td i{
	font-size: 16px;
	color: #565656;
}

.info td a{
	color: #565656;
    font-size: 14px;
    letter-spacing: 1px;
}

.contact-footer .part2{
	margin-top: 50px;
}

.followUs .follow_us{
    margin: 60px 0 25px;
    font-size: 20px;
}

.followUs .fa{
    margin-right: 5px;
    background: #00445c;
    color: #FFF;
    padding: 9px 10px;
    border-radius: 50%;
    font-size: 10px;
}

.followUs .fa-facebook{
    padding:9px 12px;
}

.followUs .fa-google-plus{
    padding: 9px 8px;
}

.followUs i:hover{
    background: #f87021;
}

@media (max-width: 991px){

	.form-side input{
		max-width: none;
	}

	.form-side textarea{
	    max-width:none;
	}

}


@media (max-width:767px){
    .contactHeader .contactPhoto h1{
        font-size: 12px;
        line-height: 30px;
        top: 160px;
    }
}

@media (min-width:768px) and (max-width:1024px){
    .contactHeader .contactPhoto h1{
        font-size: 22px;
    }
}

#send
{
    cursor: pointer
}

.no-padding
{
    margin: 0;
    padding: 0;
}

