.social-wrapper-contact {
	display: flex;
	align-items: baseline;
	gap: 20px;
	margin-bottom: 30px;
	margin-top: 27px;
}
.main-social-heading a h4 {
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	color: #000;
	font-size: 22px;
}
.main-social-heading a h5 {
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	color: #000;
	font-size: 16px;
}
.social-wrapper-contact i {
	color: #2ba7ff;
	font-size: 24px;
}
.background-contact {
	position: absolute;
	z-index: -1;
	top: 0px;
}
.contact-background-wrapper {
	position: absolute;
	top: -471px;
	z-index: -1;
	left: -39px;
}
section.contact-us {
	padding: 70px 0;
}
section.contact-us .banner-headin1 h5 {
	font-family: "Poppins", sans-serif !important;
	font-weight: 700;
}
.form-wrapper-contact-us {
	background: #fff;
	padding: 41px 31px;
	margin-top: 60px;
}
.form-wrapper-contact-us .form-control input#exampleFormControlInput1 {
	background: #f6f6f6;
}
.form-wrapper-contact-us
	.form-control
	input#exampleFormControlInput1::placeholder {
	color: #636060;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
}
textarea#exampleFormControlTextarea1 {
	background: #f6f6f6;
	padding: 17px;
	height: 150px;
	resize: none;
	color: #636060;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
}
textarea#exampleFormControlTextarea1::placeholder {
	color: #636060;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
}
.background-contact img {
	height: 760px;
	width: 100%;
	object-fit: fill;
}
@media (max-width: 1367px) {
}
@media (max-width: 1281px) {
}
@media (max-width: 581px) {
    section.contact-us {
        padding: 40px 0;
    }
}

