
.Contact_top{
	background-image: url("../../image/1.jpg");
	width: 100%;
	height: 60vh;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
    background-size: cover;
	


}
.Contact_top h1{
	font-size: 50px;
	padding-top: 220px;
	margin-left: 90px;
	color: #F25822;
	text-transform: capitalize;
    text-align: left;
    text-shadow: 2px 2px 2px #c4c4c4;
    font-weight: bolder;
}
/*---------------Start Form Sectrion----------*/
.form{
	display: flex;
	justify-content: center;
	background-color: whitesmoke;
}
.address{
	width: 45%;
	
}
.address1{
	padding-top: 150px;
}
.text_box1{
	display: flex;
}
.text_box1 i{
	padding: 15px;
	background: #F25822;
	border-radius: 50%;
	font-size: 20px;
	color: white;
	margin: 20px;
	transition: 1s;
}
.text_box1:hover i{
	background: #0c092b;
}
.text_box1 h2{
	padding: 20px 10px 10px 10px;
	color: #F25822;
	text-transform: uppercase;
}
.text_box1 p{
	padding: 0px 10px 10px 10px;
	color: #444;
}
.address2{
	padding-top: 50px;

}
.address2 h1{
	color: #222;
	margin: 10px;

}
.address2 p{
	color: #222;
	margin: 10px 10px 50px 10px;
	
}
.address2 label{
	padding: 5px 5px 5px 10px;
	color: #444;
}
.address2 input, textarea{
	width: 90%;
	height: 40px;
	margin: 10px;
	padding: 20px;
	border:1px solid #333;
	border-radius: 5px;

}
.address button{
	width: 100px;
	height: 40px;
	background-color: #F25822;
	border: none;
	border-radius: 10px;
	font-size: 18px;
	padding: 10px;
	color: white;
	margin: 10px;
	cursor: pointer;

}
.address button:hover{
	background-color: #354070;
}

/*---------------------Start Google map Section--------*/
.google_map{
	width: 100%;
	background-color: rgba(0, 0, 0, 0.589);   
    background-image: url("image/3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height: auto;
}
.google_map_area{
	width: 90%;
	margin: auto;
	padding-top: 30px;

}
.border_in_text{
	text-shadow: 2px 2px 2px #666;
    border-bottom: 3px solid #F25822;
    margin: auto;
    width: 226px;
	margin-bottom: 20px;

}
.google_map h1{
    text-align: center;
    color: #ffffff;
    font-size: 35px;
    
}
.location{
    display: flex;
	width: 100%;

}
.map_location_1{
	width: 50%;
	padding: 0px 3px;
	margin-bottom: 30px;
}
.map_location_1 h2{
    color: #fff;
    padding: 10px;
	text-align: center;
    
}
.google_map iframe{
	width: 100%;
	height: 350px;    
}