/* Add here all your CSS customizations */

@font-face {
	font-family: poppins;
	src: url(./fonts/poppins/Poppins-Regular.ttf);
}
@font-face {
	font-family: poppins-semibold;
	src: url(./fonts/poppins/Poppins-SemiBold.ttf);
}
@font-face {
	font-family: montserrat;
	src: url(./fonts/montserrat/Montserrat-Regular.ttf);
}
.black-overlay::after {
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.z-index-2 {
	z-index: 2;
}
.mt-0 {
	margin-top: 0px !important;
}
.mb-0 {
	margin-bottom: 0px !important;
}
.bg-none {
	background-color: #fff !important;
}
.bt-none {
	border-top: 0px none !important;
}
.text-blue {
	color: #0729d9 !important;
}
.text-green {
	color: #0f0;
}
.ffm {
	font-family: montserrat;
}
.bg-color-1 {
	background-color: #f9fffb !important;
}
.font-14 {
	font-size: 14px;
}
.font-15 {
	font-size: 15px;
}
.font-16 {
	font-size: 16px;
}
.font-18 {
	font-size: 18px;
}
.font-22 {
	font-size: 22px;
}
.font-24 {
	font-size: 24px;
}
.font-42 {
	font-size: 42px;
}
.font-56 {
	font-size: 56px;
}
.btn.rounded-btn {
	border-radius: 100px !important;
}

html section.section-secondary {
	background-color: #0a2a43 !important;
	border-color: #0a2a43 !important;
}

.text-white {
	color: #fff;
}
.text-black {
	color: #000;
}
.wrapper--full {
	max-width: 100%;
	width: 100%;
	display: flex;
	margin: 0 auto;
}
.dots-left {
	position: absolute;
	top: 0;
	left: 0;
}
.dots-right {
	position: absolute;
	bottom: 10%;
	right: 0;
}
.step-countes {
	background-color: #0729d9;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding: 12px 0px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media (min-width: 0px) and (max-width: 650px) {
	.wrapper--full {
		flex-direction: column;
	}
}

.container--50 {
	width: 50%;
	padding: 0 30px 0 0;
}
@media (min-width: 0px) and (max-width: 650px) {
	.container--50 {
		width: 100%;
		padding: 0;
	}
}

.wrapper--full .container--50:first-child {
	/*
 background-image:url(../images/apply/register-page-background-2020.jpg);
 background-size:cover;
 background-position:bottom
 */
}
.wrapper--full .container--50 {
	padding: 50px 150px;
}
@media (min-width: 900px) and (max-width: 1350px) {
	.wrapper--full .container--50 {
		padding: 50px;
	}
}
@media (min-width: 650px) and (max-width: 900px) {
	.wrapper--full .container--50 {
		padding: 50px;
	}
}
@media (min-width: 0px) and (max-width: 650px) {
	.wrapper--full .container--50 {
		width: 100%;
		padding: 25px;
	}
}
@media (min-width: 0px) and (max-width: 650px) {
	.wrapper--full .container--50 + .container--50 {
		margin-top: 0;
	}
}

.header-logo {
	float: none !important;
}
#header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a {
	margin-top: 20px;
	margin-bottom: 12px;
	padding: 17px 32px 17px !important;
}
#header .header-nav.header-nav-stripe nav > ul > li:not(:hover).active > a {
	color: #fa653d;
	border: 2px solid #fa653d;
	padding: 15px 30px 15px !important;
}
#header.header-narrow .header-nav.header-nav-stripe nav > ul > li:hover > a {
	margin-top: 20px;
	margin-bottom: 12px;
	border-left: 0px none;
	border-right: 0px none;
}
#header.header-narrow .header-nav.header-nav-stripe nav > ul > li.active:hover > a {
	padding-left: 32px !important;
	padding-right: 31px !important;
}

#header.header-narrow .header-logo img {
	margin-right: 0px !important;
}

.clamp-3-line {
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.clamp-2-line {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.clamp-1-line {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.empty-label {
	display: block;
}

@media (max-width: 768px) {
	.empty-label {
		display: none;
	}
	#header .header-column {
		display: table-cell;
	}
	#header .header-column:last-child {
		display: table-cell;
		text-align: right;
		float: none;
		width: 100%;
	}
	#header .header-column:last-child .header-btn-collapse-nav {
		margin-bottom: 0px;
		margin-top: 15px;
	}
	html.sticky-header-enabled #header .header-nav-main {
		position: absolute;
		text-align: left;
		right: 0;
		margin: 0;
		top: 86px;
		background-color: #fff;
		left: 0;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 5px;
	}
	.min-height-432 {
		min-height: 610px !important;
	}
}
@media (max-width: 512px) {
	#footer .footer-copyright,
	#footer .footer-copyright .text-right {
		text-align: center !important;
	}
	#footer .footer-copyright nav {
		float: none;
		margin-top: 5px;
	}
	.min-height-432 {
		min-height: 330px !important;
	}
	#vmap {
		height: 250px !important;
	}
}

.list.list-icons.list-icons-style-3 li {
	color: #fff;
}
.dropdown-menu > .active > a {
	color: #fff !important;
	background-color: #337ab7;
}
.dropdown-menu > .active > a:hover {
	color: #777 !important;
}
#header.header-narrow .header-nav-main {
	margin-top: 12px;
}
#header .header-nav-main {
	float: left;
}
#header.header-narrow .header-body {
	padding-bottom: 5px;
}
#header .header-nav-main nav > ul > li > a {
	border-radius: 50px;
	font-size: 13px;
	padding: 8px 12px;
	letter-spacing: 0.05em;
	font-family: poppins-semibold, poppins, sans-serif;
	font-weight: 400;
}
.header-logo img {
	margin: 0px !important;
}
.page-header.parallax {
	padding: 60px 0 60px;
}
#header .header-body {
	background: #fff;
	border-top: 5px solid #fff;
	border-bottom: 1px solid #fff;
}
.thumb-info .thumb-info-title {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-transform: capitalize;
}
#header.header-narrow .header-nav-main {
	margin-left: 25px;
}
.btn {
	border-radius: 50px;
}
.min-height-432 {
	min-height: 432px;
}
#footer .footer-copyright {
	background: #016cb4;
	border-top: 1px solid #016cb4;
}
#footer .footer-copyright p {
	color: #fff;
}
#footer a,
#footer strong {
	color: #fff;
}
#footer .footer-copyright nav ul li {
	border-left: 1px solid #ddd;
}
.alert-dismissible .close {
	top: inherit !important;
	right: inherit !important;
}
.toggle ul {
	margin-bottom: 20px;
	overflow: hidden;
}
.toggle > p,
.toggle > ul {
	padding: 10px 0 0;
	margin: 0px;
}
.enquiryBox {
	background-color: #f5f7f9;
	padding: 10px 15px;
	border-radius: 10px;
	border: 1px solid #ddd;
}
#contactForm .form-control {
	height: 40px;
}

.or-block {
	position: relative;
}
.or-block::before {
	position: absolute;
	height: 1px;
	background-color: #e4e4e4;
	content: "";
	left: 0;
	right: 0;
	top: 50%;
	z-index: -1;
}
.or-block span {
	background-color: #fcfcfc;
	z-index: 1;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	font-weight: 700;
}
.slider-with-overlay {
	background: #fff;
	border-radius: 10px;
}
.slider-contact-form .logo-img {
	width: 200px;
	margin-bottom: 15px;
}
.slider-contact-form {
	margin-top: 0px;
}
.slider-contact-form {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	padding: 35px;
	margin-bottom: 40px;
}
.slider-contact-form .form-control {
	height: 40px;
}
.homepage-image-block .thumb-info .thumb-info-wrapper {
	height: 204px;
	position: relative;
}
.homepage-image-block .thumb-info .thumb-info-wrapper img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.service-block .img-responsive {
	min-width: 100%;
	max-width: 100%;
	height: 200px;
	width: 100%;
}
.service-block .thumb-info-side-image-wrapper {
	width: 100%;
}

.img-thumbnail {
	width: 100%;
}
.rs-background-video-layer iframe {
	visibility: inherit !important;
	opacity: 1 !important;
}
.show-on-mobile {
	display: none;
}
.hide-on-mobile {
	display: block;
}
.slider-video-section .tp-opacity-overlay {
	background: rgba(0, 0, 0, 0.6);
	z-index: 1 !important;
}
.slider-video-section {
	position: relative;
	/*display:none;*/
}
.slider-video-section .tp-caption.main-label {
	color: #fff;
	top: 45%;
	font-size: 62px !important;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 22px !important;
}
.slider-video-section .tp-mask-wrap {
	top: 57%;
	left: 0;
	right: 0;
	text-align: center;
	overflow: visible !important;
	transform: none !important;
}
.btn-slider-action {
	margin: 0 auto !important;
	padding: 20px 25px !important;
	font-size: 15px !important;
	position: relative;
	font-weight: normal !important;
	letter-spacing: 0.1em !important;
	border-radius: 100px;
	min-width: 300px !important;
}
@media (max-width: 512px) {
	.show-on-mobile,
	.slider-video-section {
		display: block;
	}
	/*
	.hide-on-mobile,
	#revolutionSlider_forcefullwidth {
		display: none;
	}
	*/
	.slider-video-section .tp-caption.main-label {
		color: #fff;
		top: 42%;
		font-size: 22px !important;
		left: 0;
		right: 0;
		text-align: center;
		line-height: 22px !important;
	}
	.slider-video-section .tp-mask-wrap {
		top: 60%;
		left: 0;
		right: 0;
		text-align: center;
		overflow: visible !important;
		transform: none !important;
	}
	/*
	.btn-slider-action {
		margin: 0 auto !important;
		padding: 6px 12px !important;
		font-size: 14px !important;
		position: relative;
	}
	*/
	.slider-video-section {
		height: 250px;
	}
}

.locum-ipsum {
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 10px;
}
.locum-ipsum-col {
	padding: 1em;
}
.loreum-field {
	display: block;
}
.service-block .img-responsive {
	height: 200px;
	min-width: 100%;
}
.position-relative {
	position: relative;
}
.round-comment {
	width: 300px;
	height: 130px;
	border-radius: 50%;
	background: transparent;
	text-align: center;
	position: absolute;
	font-size: 15px;
	top: 0;
	right: 15px;
	border: 2px solid #aaa;
	padding-top: 30px;
	font-weight: bold;
}
.round-comment::after,
.round-comment::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -16px;
	left: 52px;
	border-top: 34px solid white;
	border-left: 2px solid white;
	border-right: 124px solid transparent;
}
.round-comment::before {
	bottom: -20px;
	left: 50px;
	border-top: 36px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 115px solid transparent;
}
.mt-100 {
	margin-top: 100px;
}

/* Step 5 Styles */

.position-relative {
	position: relative;
}
.round-comment {
	width: 250px;
	height: 130px;
	border-radius: 50%;
	background: transparent;
	text-align: center;
	position: absolute;
	font-size: 15px;
	top: -80px;
	left: 50%;
	border: 2px solid #aaa;
	padding-top: 44px;
	font-weight: bold;
}
.round-comment::after,
.round-comment::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -20px;
	left: 52px;
	border-top: 34px solid white;
	border-left: 2px solid white;
	border-right: 124px solid transparent;
}
.round-comment::before {
	bottom: -24px;
	left: 50px;
	border-top: 36px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 115px solid transparent;
}
.mt-150 {
	margin-top: 150px;
}
.pt-150 {
	padding-top: 150px;
}
.left-side-block {
	position: absolute;
	margin-top: 70px;
	padding-top: 80px;
}
.nav-tabs {
	pointer-events: none;
}
.form-check-inline {
	display: inline-block;
	width: 30px;
}
.form-check-inline label {
	display: inline-block;
	padding-left: 0px !important;
}
.modal-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 1;
	text-align: center;
}
.modal-overlay i {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.form-check-inline {
	margin-top: 0;
	margin-bottom: 0;
	text-align: right;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
	border: 1px solid #ddd !important;
}
@media (max-width: 512px) {
	.left-side-block {
		position: relative;
	}
	.round-comment {
		left: 10%;
	}
	.left-side-block img.mt-150 {
		margin-top: 0px;
	}
	.left-side-block {
		padding-top: 100px;
	}
	.left-side-block .img-responsive {
		margin-left: 0 !important;
	}
	.btn-success.btn-success-scale-2,
	.btn-danger.btn-danger-scale-2 {
		width: 100% !important;
	}
	.btn-success.btn-success-scale-2 {
		margin-bottom: 15px;
	}
}

/* End of Step 5 Styles */

/* Step 3 Styles */
.attachment_url {
	position: relative;
	height: 100%;
	display: inline-block;
}
.remove_attachment {
	position: absolute;
	right: -10px;
	top: -10px;
	border-radius: 50%;
}
/* End of Step 3 Styles */

/* Blog Category Section */

.block-category-section .img-container {
	width: 100%;
	height: 180px;
	overflow: hidden;
	position: relative;
}
.block-category-section .panel-body .img-container a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.block-category-section .panel-body .img-container a img {
	width: 100%;
	max-width: 120%;
	height: 100%;
	max-height: 120%;
	margin: 0 auto;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}
/*
.ellipsis-1-line{
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-line-clamp:1;
-webkit-box-orient:vertical;
}
.ellipsis-2-line{
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
}
.ellipsis-3-line{
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;
}
*/
.block-category-section .row.sameHeightRow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.block-category-section .row.sameHeightRow > [class*="col-"] {
	display: flex;
	flex-direction: column;
}
.block-category-section .panel {
	height: 100%;
	background-color: #f5f5f5;
}
.block-category-section .panel-body {
	background-color: #fff;
}
.block-category-section .min-height-400 {
	min-height: 400px;
}

/* End of Blog Category Section */

.text-truncate,
.text-truncate:hover {
	color: #fff;
}

/* Service Blog Start */
.service-block .img-responsive {
	min-width: 100%;
	max-width: 100%;
	height: 200px;
	width: 100%;
}
.service-block .thumb-info-side-image-wrapper {
	width: 100%;
}
/* Service Blog End */
.service-block .img-responsive {
	min-width: 100%;
	max-width: 100%;
	height: 200px;
	width: 100%;
}
.service-block .thumb-info-side-image-wrapper {
	width: 100%;
}

ul.nav-pills > li.active > a {
	background-color: #000dca;
}
a,
#header .header-nav-main nav > ul > li a:active,
#header .header-nav-main nav > ul > li a:focus {
	color: #000dca;
}
#header .header-nav-main nav > ul > li.open > a,
#header .header-nav-main nav > ul > li:hover > a {
	background: #0f0;
}
html .btn-primary,
html .btn-primary:hover,
html .btn-primary:active,
html .btn-primary:focus,
html .btn-primary:active:hover,
html .btn-primary:active:focus {
	color: #ffffff;
	background-color: #000dca;
	border-color: #000dca #000dca #000dca;
}
.btn-info,
html .btn-info:hover,
html .btn-info:active,
html .btn-info:focus,
html .btn-info:active:hover,
html .btn-info:active:focus {
	border-color: #016cb3;
	background-color: #016cb3;
	border-color: #016cb3 #016cb3 #016cb3;
	color: #fff;
}
html .btn-secondary,
html .btn-secondary:hover,
html .btn-secondary:active,
html .btn-secondary:focus,
html .btn-secondary:active:hover,
html .btn-secondary:active:focus {
	color: #ffffff;
	background-color: #0f0;
	border-color: #0f0 #0f0 #0f0;
}
html .page-header-color.page-header-primary {
	background-color: #000dca;
	border-bottom-color: #000dca;
	color: #ffffff;
}
#footer .footer-copyright {
	background-color: #fff;
	border: 1px solid #fff;
}
#header .header-nav-main nav > ul > li.dropdown.open > a,
#header .header-nav-main nav > ul > li.dropdown:hover > a {
	padding-bottom: 8px;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	left: -20%;
	border-top: 0px none;
	/*top: 110% !important;*/
	border-radius: 20px;
	text-align: center;
	padding: 10px;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li {
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	border-bottom: 0px none;
	border-radius: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #000dca;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
	background-color: #000dca;
	color: #fff;
}
.img-container {
	position: relative;
	text-align: center;
	width: 100%;
	height: 200px;
	overflow: hidden;
	border: 1px solid #ddd;
	/*padding: 4px;*/
}
.img-container img {
	margin: auto;
}
.header-apply-now-btn:hover {
	background-color: #0f0 !important;
	border-color: #0f0 !important;
}
.header-login-btn:hover {
	background-color: #000dca !important;
	border-color: #000dca !important;
}

.icon-featured {
	width: 70px;
	height: 70px;
}
.icon-featured {
	line-height: 75px;
}
.icon-featured {
	background-color: #000dca;
}
.featured-box .box-content {
	border-top-width: 1px;
	border-color: #dfdfdf;
}
.panel-primary {
	border-color: #0729d9;
}
.panel-primary > .panel-heading {
	color: #fff;
	background-color: #0729d9;
	border-color: #0729d9;
}
.panel-group .panel-heading a {
	color: #fff;
}
html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
	color: #0729d9;
}
.list.list-ordened.list-ordened-style-3 li::before {
	background-color: #0729d9;
}
.page-header.parallax {
	margin: 0 0 35px;
	padding: 180px 0 60px;
}
.thumb-info {
	height: 220px;
	display: inline-block;
	width: 100%;
	padding: 4px;
}
.thumb-info-wrapper {
	margin: 0px !important;
	width: 100%;
	height: 100%;
}
.thumb-info-wrapper .img-responsive {
	margin: auto;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}
.form-control {
	height: 40px;
	border-radius: 50px;
	padding: 6px 18px;
}
form label {
	font-weight: bold;
}
textarea.form-control {
	padding: 20px 26px;
}
.advantage-tabs .nav-tabs {
	pointer-events: unset;
}

.d-none {
	display: none !important;
}
.d-lg-block {
	display: inline-block !important;
}
.float-right {
	float: right !important;
}
#header .header-btn-collapse-nav {
	background: #0729d9;
}
.p-110 {
	padding: 110px !important;
}
@media (max-width: 512px) {
	.d-xs-block {
		display: block !important;
	}
	.d-xs-none {
		display: none !important;
	}
	.d-xs-none {
		display: none !important;
	}
	.mt-xs-none {
		margin-top: 0px !important;
	}
	.font-56 {
		font-size: 36px !important;
	}
	#header .header-nav-main nav > ul > li.active > a,
	#header .header-nav-main nav > ul > li.active > a:focus,
	#header .header-nav-main nav > ul > li.active > a:hover {
		background-color: #0729d9;
	}
	html.sticky-header-enabled #header .header-nav-main {
		max-height: 350px;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.call-to-action.call-to-action-in-footer {
		margin-bottom: 0px !important;
	}
	.p-110 {
		padding: 56px !important;
	}
	.travel-create-profile-block .thumb-info {
		height: auto;
	}
	.travel-create-profile-block .thumb-info-side-image-wrapper {
		width: 100%;
		margin-right: 0px;
	}
	.travel-create-profile-block .thumb-info-caption {
		margin-top: 20px;
		width: 100%;
	}
	.travel-assignment-complete-online-profile-block .match-height {
		min-height: 450px;
	}
	.step-countes {
		position: relative;
		right: 0;
		top: 00%;
		transform: translateY(0%);
	}
	.pl-xs-15 {
		padding-left: 15px !important;
	}
	.pr-xs-15 {
		padding-right: 15px !important;
	}
	.xs-min-height-450 {
		min-height: 450px;
	}
}
