
.address .info .heading {
	padding: 0 10px 10px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd
}

.address .info .details {
	padding: 0 10px
}
/* CONTACT SECTION */

.contact-section {
	padding: 50px 0;
	background: #f5f7fa;
}

.contact-section .cm-container {
	max-width: 1200px;
}

.contact-card {
	max-width: 980px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 18px 45px rgba(4, 57, 94, .10);
}

.contact-form-wrap {
	width: 100%;
	padding: 35px 45px;
}

.form-heading {
	text-align: center;
	margin: 0 0 25px;
}

.form-heading h2 {
	margin: 0;
	font-family: 'Archivo', sans-serif;
	font-size: 34px;
	font-weight: 700;
	color: #04395e;
	line-height: 1.2;
}

.form-heading p {
	max-width: 500px;
	margin: 12px auto 0;
	font-size: 15px;
	line-height: 1.6;
	color: #6b7785;
}

/* FORM */

.contact-form-wrap .form-group {
	margin-bottom: 16px;
}

.contact-form-wrap label {
	display: block;
	margin-bottom: 6px;
	font-family: 'Archivo', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .4px;
	color: #5f6e7d;
}

.contact-form-wrap .form-control {
	height: 46px;
	padding: 0 14px;
	border: 1px solid #d9e2ea;
	border-radius: 8px;
	background: #fff;
	font-size: 14px;
	box-shadow: none;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.contact-form-wrap textarea.form-control {
	min-height: 100px;
	padding: 12px 14px;
	resize: vertical;
}

.contact-form-wrap .form-control:focus {
	border-color: #04395e;
	box-shadow: 0 0 0 3px rgba(4, 57, 94, .08);
	outline: none;
}

.contact-form-wrap .form-control::placeholder {
	color: #98a6b5;
}

/* CAPTCHA */

.captcha-group {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.captcha-input {
	flex: .5;
	min-width: 120px;
}

.captcha-image {
	height: 38px;
	border: 1px solid #d8e0e8;
	border-radius: 6px;
	background: #fff;
}

.captcha-refresh {
	height: 38px;
	padding: 0 16px;
	border: 1px solid #04395e;
	border-radius: 6px;
	background: #fff;
	color: #04395e;
	font-family: 'Archivo', sans-serif;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	white-space: nowrap;
}

.captcha-refresh:hover {
	background: #04395e;
	color: #fff;
}

.contact-form-wrap .cm-btn,
.contact-form-wrap .btn {
	min-width: 180px;
	height: 46px;
	padding: 0 28px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: .3s;
	transition: .3s;
}

.contact-form-wrap .cm-btn:hover,
.contact-form-wrap .btn:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(4, 57, 94, .15);
}

@media(max-width:991px) {

	.contact-section {
		padding: 40px 0;
	}

	.contact-card {
		max-width: 100%;
	}

	.contact-form-wrap {
		padding: 30px;
	}

	.form-heading {
		margin-bottom: 22px;
	}

	.form-heading h2 {
		font-size: 30px;
	}

}

@media(max-width:991px) {

	.contact-form-wrap {
		padding: 25px 18px;
	}

	.form-heading {
		margin-bottom: 20px;
	}

	.form-heading h2 {
		font-size: 26px;
	}

	.form-heading p {
		font-size: 14px;
	}

	.captcha-group {
		flex-direction: column;
		align-items: stretch;
	}

	.captcha-input {
		width: 100%;
	}

	.captcha-image {
		width: 170px;
		align-self: flex-start;
	}

	.captcha-refresh {
		width: 140px;
	}

	.contact-form-wrap .cm-btn,
	.contact-form-wrap .btn {
		width: 100%;
	}
}

/* Location */
.location-section {
	padding: 110px 0;
	background: #fff;
}

.location-header {
	max-width: 760px;
	margin: 0 auto 70px;
	text-align: center;
}

.location-description {
	max-width: 658px;
	margin: 22px auto 0;
}

.location-card {
	display: flex;
	align-items: stretch;
	background: #fff;
	border: 1px solid rgba(4, 57, 94, .08);
	box-shadow: 0 20px 60px rgba(4, 57, 94, .08);
	overflow: hidden;
}

.location-info {
	width: 34%;
	padding: 60px 50px;
	background: #f5f7fa;
}

.location-heading {
	margin-top: 12px;
}

.location-map {
	width: 66%;
}

.location-map iframe {
	width: 100%;
	height: 520px;
	border: 0;
	display: block;
}

@media(max-width:991px) {

	.location-section {
		padding: 80px 0;
	}

	.location-card {
		display: block;
	}

	.location-info,
	.location-map {
		width: 100%;
	}

	.location-info {
		padding: 40px 30px;
	}

	.location-map iframe {
		height: 400px;
	}
}
