.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.close {
	position: absolute;
	z-index: 10;
	right: -5px;
	top: -5px;
	font-weight: 700;
	color: #2776f5;
}

.close span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 37px;
	height: 37px;
	font-size: 25px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
}

.close:focus,
.close:hover {
	text-decoration: none;
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100)
}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none
}

.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999999;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}

.modal-header {}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
}

.modal-body {
	position: relative;
	padding: 25px 45px 5px 45px;
}

.video-body {
	padding: 15px 15px;
}

.career-detail h3 {
	background: #f5f5f5;
	padding: 20px 10px;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.careerbox {
	padding: 35px 45px;
	font-size: 18px;
	color: #666;
	line-height: 30px;
}

.careerbox h4 {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
	color: #000;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 96%;
		max-width: 900px;
		margin: 90px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}

	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 768px
	}
}

@media (max-width:658px) {
	.modal-dialog {
		width: 96%;
		margin: 140px auto 90px auto;
	}

	.modal-overlay {
		position: relative;
	}

	.close-btn {
		display: none;
	}
}