/*=============================
	Apply Now
===============================*/
.apply-now {
	position: relative;
	display: block;
	padding: 106px 0 120px;
	z-index: 1;
}

.apply-now .container {
	max-width: 880px;
}

.apply-now__inner {
	position: relative;
	display: block;
}

.apply-now__title-box {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 59px;
}

.apply-now__title {
	font-size: 56px;
	font-weight: 600;
	line-height: 64px;
	margin-bottom: 30px;
}

.apply-now__text {
	color: #1F2034;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.apply-now__from-box {
	position: relative;
	display: block;
	border-radius: 20px;
	background-color: #F6F8F5;
	padding: 40px 40px 40px;
}

.apply-now__from-box .row {
	--bs-gutter-x: 20px;
}

.apply-now__form {
	position: relative;
	display: block;
}

.apply-now__input-box {
	position: relative;
	display: block;
	margin-bottom: 19px;
}

.apply-now__input-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 4px;
}

.apply-now__input-box input[type="text"],
.apply-now__input-box input[type="email"],
.apply-now__input-box input[type="file"] {
	height: 50px;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.10);
	padding-left: 20px;
	padding-right: 20px;
	outline: none;
	font-size: 14px;
	font-weight: 400;
	color: rgba(var(--thm-black-rgb), .6);
	background-color: transparent;
	display: block;
	border-radius: 25px;
}

.apply-now__input-box .custom-file-input {
	position: relative;
}

.apply-now__input-box .custom-file-input {
	color: transparent !important;
}

.apply-now__input-box .custom-file-input::-webkit-file-upload-button {
	visibility: hidden;
}

.apply-now__input-box .custom-file-input::before {
	content: 'Click to upload file';
	display: inline-block;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	color: rgba(var(--thm-black-rgb), .6);
	position: absolute;
	top: 10px;
	left: 47px;
}

.apply-now__input-box .custom-file-input::after {
	content: "\f0c6";
	position: absolute;
	top: 12px;
	left: 15px;
	font-family: "Font Awesome 5 Pro";
	color: rgba(var(--thm-black-rgb), .6);
	font-size: 18px;
}

.apply-now__input-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: rgba(58, 79, 62, .8);
	margin-top: -9px;
}

.apply-now__btn-box {
	position: relative;
	display: block;
	margin-top: 20px;
}

.apply-now__btn {
	border: none;
}
















/* =============================================
	End
============================================== */