.contact-title h1{
	text-align: center;
	margin-top: 10%;
	font-weight: 600;
}
.contact-wrap {
	width: 90%;
	height: auto;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	margin-top: 5%;
}

.contact-in {
	padding: 40px 30px;
}

.contact-in:nth-child(1) {
	flex: 30%;
	background: url(../images/1.jpg);
	color: #fff;
	background: #00001F;
}

.contact-in:nth-child(2) {
	flex: 45%;
	background: #00001F;
}

.contact-in:nth-child(3) {
	flex: 25%;
	padding: 0;
}

.contact-in h1 {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
}

.contact-in h2 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 1px;
}

.contact-in h2 i {
	font-size: 16px;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background: #f5f5f5;
	color: #000;
	border-radius: 50px;
	line-height: 40px;
	text-align: center;
}

.contact-in p {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 4px;
	margin-left: 55px;
}

.contact-in ul {
	padding: 0;
	margin: 0;
}

.contact-in ul li {
	list-style: none;
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px;
}

.contact-in ul li a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #fff;
	border-radius: 50px;
}

.contact-in ul li a i {
	font-size: 14px;
	line-height: 30px;
	color: #000;

}

.contact-in form {
	width: 100%;
	height: auto;
}

.contact-in-input {
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	border: 2px solid #fff;
	outline: none;
	padding-left: 5px;
	background: white;
	color: #000;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	border-radius: 10px;
}

.contact-in-input::placeholder {
	color: #000;
}
.contact-in-textarea::placeholder {
	color: #000!important;
}

.contact-in-textarea {
	width: 100%;
	height: 140px;
	margin-bottom: 20px;
	border: 2px solid #fff;
	outline: none;
	padding-top: 5px;
	padding-left: 5px;
	background: #fff;
	color: black;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
    border-radius: 10px;
}


.contact-in-btn {
	width: 100%;
	height: 40px;
	border: 2px solid #fff;
	outline: none;
	background: #548EC9;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
	border-radius: 10px;
}

.contact-in iframe {
	width: 100%;
	height: 100%;
}

@media only screen and (max-width:480px) {
	.contact-in:nth-child(1) {
		flex: 50%;
	}

	.contact-in:nth-child(2) {
		flex: 50%;
	}

	.contact-in:nth-child(3) {
		flex: 100%;
	}
	.contact-in iframe {
	width: 100%;
	height: 50vh!important;
}

}

@media only screen and (max-width:360px) {
	.contact-in:nth-child(1) {
		flex: 50%;
	}

	.contact-in:nth-child(2) {
		flex: 50%;
	}

	.contact-in:nth-child(3) {
		flex: 100%;
	}

}
