/* Contact Information */
.row5 {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 10px;
}

/* Button of contact us */
.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
	background-color: #fa8f3d;
}

@media screen and (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}

/* Form of contact us */
.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #eaf8fd;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25);
}

.form-group {
	margin-bottom: 1rem;
}

/* Responsive Media Queries */

/* For screens larger than 2400px */
@media (min-width: 2400px) {
	.unique-heading {
		font-size: 3rem;
	}
	.column1 {
		padding: 60px 100px;
		max-width: 25%;
	}
	.circle {
		width: 100px;
		height: 100px;
	}
}

/* For screens up to 2399px */
@media (max-width: 2399px) {
	.unique-heading {
		font-size: 2.8rem;
	}
	.column1 {
		padding: 50px 90px;
		max-width: 30%;
	}
	.circle {
		width: 90px;
		height: 90px;
	}
}

/* For screens up to 1919px */
@media (max-width: 1919px) {
	.unique-heading {
		font-size: 2.5rem;
	}
	.column1 {
		padding: 40px 80px;
		max-width: 35%;
	}
	.circle {
		width: 80px;
		height: 80px;
	}
}

/* For screens up to 1599px */
@media (max-width: 1599px) {
	.column1 {
		padding: 30px 70px;
		max-width: 40%;
	}
	.circle {
		width: 70px;
		height: 70px;
	}
}

/* For screens up to 1199px */
@media (max-width: 1199px) {
	.column1 {
		padding: 20px 60px;
		max-width: 45%;
	}
	.milestone {
		width: 25%;
	}
	.circle {
		width: 60px;
		height: 60px;
	}
	.img-about {
		height: 400px;
	}
}

/* For screens up to 991px */
@media (max-width: 991px) {
	.columns1 {
		flex-direction: column;
	}
	.column1 {
		max-width: 90%;
		margin: 0 auto;
		padding: 20px 40px;
	}
	.milestone {
		width: 30%;
	}
	.circle {
		width: 50px;
		height: 50px;
	}
	.img-about {
		height: 300px;
	}
}

/* For screens up to 575px */
@media (max-width: 575px) {
	.unique-heading {
		font-size: 2rem;
	}
	.column1 {
		padding: 15px 30px;
	}
	.milestone {
		width: 40%;
	}
	.circle {
		width: 45px;
		height: 45px;
	}
	.img-about {
		height: 250px;
	}
}

/* For screens up to 479px */
@media (max-width: 479px) {
	.column1 {
		padding: 10px 20px;
	}
	.milestone {
		width: 50%;
	}
	.circle {
		width: 40px;
		height: 40px;
	}
	.img-about {
		height: 200px;
	}
}

/* For screens up to 320px */
@media (max-width: 320px) {
	.unique-heading {
		font-size: 1.5rem;
	}
	.column1 {
		padding: 5px 10px;
		max-width: 100%;
	}
	.milestone {
		width: 100%;
	}
	.circle {
		width: 35px;
		height: 35px;
	}
	.img-about {
		height: 150px;
	}
}
