@charset "utf-8";
/* CSS Document */

body{
font-family: "Rubik",Arial,sans-serif;
	
}
/*--------------home----------- */

.client_bg{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 40px;
	background-color: #442a19;
}

.client_text{
	color: #fff;
}


.home_services_div{
	margin-top:20px;
}

.home_service{
	min-height:200px;
	color:#fff;
	font-size:20px;
	text-align:center;
	padding:30px 20px;
}

.icone_home{
	margin-bottom: 15px;
}

.home_link_service{
	color:#ffffff;
}

.home_service1{
	background-color:#803F1D;
}

.home_service2{
	background-color:#9a4e23;
}

.home_service3{
	background-color:#d9763f;
}

.home_service4{
	background-color:#814223;
}

.home_service5{
	background-color:#7a2913;
}

.home_service6{
	background-color:#633114;
}

.home_service7{
	background-color:#8e3314;
}

.home_service8{
	background-color:#b15e32;
}


/*--------------about----------- */

.about_bg{
	background-image:url(../img/about_pic_bg.jpg);
	background-size:100% auto;
	background-repeat: no-repeat;
	background-color:#000000;
}

h1.about{
	color:#E4E4E4;
}

.about_pic{
	width:100%;
}

.about_div_text {
    background: rgba(67,41,24,1);
    min-height: 700px;
    text-align: center;
    padding: 50px 30px 30px 30px;
	margin-bottom: 0px;
}

.about_div_pic {
    background: rgba(143,51,20,0.3);
    color: #fff;
    padding: 20px 20px 20px 20px;
    text-align: justify;
    z-index: 1;
}


@media (min-width: 200px) {
.about_div_pic {
    min-height: 200px;
	margin-bottom:0px;
}
.about_div_text {
    min-height: 200px;
}	}

@media (min-width: 768px) {
.about_div_pic {
    min-height: 635px;
	margin-bottom:0px;
}
.about_div_text {
    min-height: 635px;
}	
}

@media (min-width: 992px) {
.about_div_pic {
    min-height: 500px;
	margin-bottom:50px;
}
	
.about_div_text {
    min-height: 500px;
}
}

@media (min-width: 1200px) {
.about_div_pic {
    min-height: 550px;
	margin-bottom:0px;
}
	
.about_div_text {
    min-height: 550px;
}
}

.about_text{
	color: #ffffff;
	text-align:justify;
}



/*--------------contact----------- */

.contact_bg{
	background-image:url(../img/contact_bg.jpg);
	background-size:100% auto;
	padding-top:0px;
	background-repeat: no-repeat;
	background-color: #5b2c02;
}

.contact_text {
    color: #8F3314;
}
.phone_footer_div {
    background: rgba(255,255,255,0.8);
    border-radius: 15px;
    padding: 10px 15px;
    margin-bottom: 10px;
}



.contact_div_right {
    background: rgba(67,41,24,1);
    color: #fff;
    padding: 50px 20px 10px 20px;
    text-align: justify;
    z-index: 1;
}

@media (min-width: 200px) {
.contact_div_right {
    min-height: 270px;
}
}

@media (min-width: 768px) {
.contact_div_right {
    min-height: 250px;
}
}

@media (min-width: 992px) {
.contact_div_right {
    min-height: 450px;
}
}

.contact_div_left {
    background: rgba(143,51,20,0.3);
    min-height: 450px;
    text-align: center;
    padding: 30px 30px 0px 00px;
	margin-bottom:0px;
}

.p_about {
    color: #432918;
    text-align: justify;
    float: right;
    margin-right: 0px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin: 15px 0px;
    width: 100%;
}

.icone_footer {
    border-left: #cccccc solid 1px;
    padding-left: 10px;
    width: 38px;
    height: 28px;
    margin-left: 10px;
}

.form-control2 {
    height: 50px;
    padding: 6px 12px;
    font-size: 20px;
}

.input-group-addon {
    background: #471f1f;
    background: -webkit-linear-gradient(#723131, #471f1f);
    background: -o-linear-gradient(#723131, #471f1f);
    background: -moz-linear-gradient(#723131, #471f1f);
    background: linear-gradient(#723131, #471f1f);	
    width: 30px;
    color: #ffffff;
}

.btn_footer {
    background: #601A07;
    background: -webkit-linear-gradient(#8F3314, #601A07);
    background: -o-linear-gradient(#8F3314, #601A07);
    background: -moz-linear-gradient(#8F3314, #601A07);
    background: linear-gradient(#8F3314, #601A07);
    display: inline-block;
    width: 100%;
    padding: 15px 30px;
    font-size: 28px;
    line-height: 1.0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 16px;
    background-repeat: no-repeat;
    background-position: center top;
    color: #FFFFFF;
}
