/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Cairo:wght@200;300;400;500;600;700&family=El+Messiri:wght@400;500;600;700&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');


body{
	font-family: 'Tajawal';
}

.input-style{
	display: flex;
	flex-direction: column;
	margin-bottom: .5rem;
	width: 400px;
}

.input-style label{
	/* color:#2A6466; */
	color: #ffffff;
	font-size: 18px;
	/* font-weight: bold; */
}

.input-bg{
	/* background-color: #fff; */
	color: black;
	border-radius: 5px;
	border: 1px solid #AAA;
	height: 35px;
	padding: 10px;
}

.who-we{
	display: flex;
    align-items: center;
    justify-content: center;
}
.who-we div{
	margin: 0;
}

.our-services{
	margin: 0;
}

.contact-us{
	margin: 0 !important;
    padding: 0;
}

.form-contact{
	display: flex;
    align-items: center;
    justify-content: space-around;
	margin: 4rem auto;
}
.maps{
	width: 560px;
}

#message{
	width: 100%;
    height: 200px;
}

.send-btn{
	width: 130px;
	height: 35px;
    border: none;
    background-color: #CB3524;
    color: #ffffff;
    border-radius: 5px;
	/* font-weight: bold; */
	font-size: 18px;
	margin-top: .5rem;
}
.send-btn:hover{
	background-color: #6B4042;
    color: #ffffff;
}
.frame-map{
	height: 365px;
}

.contact-section{
	padding: 0;
}



@media only screen and (max-width: 600px){
	.input-style label{
		font-size: 15px;
	}
	.form-contact {
		display: flex;
		align-items: center;
		justify-content: space-around;
		margin-bottom: 4rem;
		flex-direction: column;
	}
	.input-style ,.maps{
		width: 340px;
	}
	.send-btn{
		font-size: 15px;
	}
}
