#about{
	width: 1000px;
	min-height: 600px;
	z-index: 9999;
	margin: 0px auto;
	overflow: hidden;
	
}
#about h1{
	padding: 20px;
	text-align: left;
	color: #ffff;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    font-size: 22px;
    margin-top: -100px;
    position: absolute;
    z-index: 9;
}
#about p{
	font-size: 15px;
    line-height: 25px;
    color: #1b242d;
    padding: 5px;
    margin-left: 0px;
    width: 96%;
    margin: auto;
}
.location{
	width: 100%;
	color: #474b57;
    font-family: 'dejavu_sansbold';
    margin-left: 20px;
    margin-top: 10px;
}
.location i{
	color: #fdc70f;
	padding: 10px 10px
}
.Partners{
	width: 300px;
	height: 230px;
	margin: 10px 15px;
	float: left;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
}
.Partners:hover{
	border: 1px solid #6fc04e;
	cursor: pointer;
}
.Partners p{
	text-align: center;
	border-top: 1px solid rgba(0,0,0,0.2);
	width:240px !important;
	margin-top: -20px;

}
.form2 {
    width: 100%;
    max-width: 800px;
    margin:20px auto;
    padding: 20px;
    background: #f1f3ff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form2 form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}
.fa-calendar-days{
	position: absolute;
	left: 200px;
}
.form2 form p i{
	position: absolute;
	float: right;
	right: 60px;
	margin-top: 10px;
	color: #69676b;
	font-size: 21px;
}
.text_Cont {
    width: 97%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 50px;
    font-size: 16px;
    outline: none;
        font-family: "Regular";
}

.text_Cont:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.Course_booking_button {
    width: 100%;
    padding: 10px;
    background: var(--primary-color);
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
    font-family: "Regular2";
    background-image: url(/img/icons/awea.png);
}

.Course_booking_button:hover {
    background: var(--primary-hover-color);
}

    @media only screen and (max-width: 1200px) {
	#about{
		width: 96%;
	}
	
}
@media only screen and (max-width: 800px) {
	#about{
		width: 98%;
	}
	#map{
		width: 350px;
	}
}
@media only screen and (max-width: 500px) {
.form2 form p i{
	right:45px;
}
}