
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&display=swap");
.bg-primary {
	background-color: #2f55d4 !important;
}
.ng-star-inserted span {
	overflow-wrap: break-word;
}
.bg-secondary {
	background-color: #5a6d90 !important;
}
.bg-success {
	background-color: #2eca8b !important;
}
.bg-danger {
	background-color: #e43f52 !important;
}
.bg-info {
	background-color: #9084e2 !important;
}
.bg-warning {
	background-color: #f17425 !important;
}
.bg-dark {
	background-color: #3c4858 !important;
}
.bg-light {
	background-color: #f8f9fc !important;
}
.text-col {
	color: #144272 !important;
}
.text-primary {
	color: #2f55d4 !important;
}
.text-secondary {
	color: #5a6d90 !important;
}
.text-success {
	color: #2eca8b !important;
}
.text-danger {
	color: #e43f52 !important;
}
.text-info {
	color: #9084e2 !important;
}
.text-warning {
	color: #f17425 !important;
}
.text-dark {
	color: #3c4858 !important;
}
.text-light {
	color: #f8f9fc !important;
}
.text-muted {
	color: #8492a6 !important;
}
.list-inline-item:not(:last-child) {
	margin-right: 5px;
	margin-bottom: 5px;
}
.rounded {
	border-radius: 10px !important;
}
.rounded-top {
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}
.rounded-left {
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
}
.rounded-bottom {
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}
.rounded-right {
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}
.component-wrapper .title {
	font-size: 20px;
}
.tag-org {
	background-color: #EE6700;
	border-radius: 3px;
	color: #fff;
	padding: 1px 3px;
}
.tag-red {
	background-color: #F23030;
	border-radius: 3px;
	color: #fff;
	padding: 1px 3px;
}
.tag-grn {
	background-color: #17A768;
	border-radius: 3px;
	color: #fff;
	padding: 1px 3px;
}
.tag-nav-blue {
	background-color: #020F44;
	border-radius: 3px;
	color: #fff;
	padding: 1px 3px;
}
.border-bottom-giv {
	border-bottom: 1px solid #B7B7B7 !important;
}
.b-bg {
	/*  background-image: url("../images/login-bg-01.jpg");*/
	background-image: url("../images/login-bg-01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	min-height: 100vh;
	padding: 60px 0px;
}
.btn {
	/*    padding: 8px 20px;*/
	outline: none;
	text-decoration: none;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 600;
	border-radius: 4px;
}
.btn:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.btn.btn-sm {
	/*        padding: 7px 12px;*/
	font-size: 12px;
}
.btn.btn-lg {
	padding: 14px 30px;
	font-size: 16px;
}
.btn.searchbtn {
	padding: 6px 20px;
}
.btn.btn-primary, .btn.btn-secondary, .btn.btn-success, .btn.btn-danger, .btn.btn-info, .btn.btn-warning, .btn.btn-dark {
	color: #ffffff !important;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary.focus, .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary.active, .btn.btn-secondary.focus, .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success.active, .btn.btn-success.focus, .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger.active, .btn.btn-danger.focus, .btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active, .btn.btn-info.active, .btn.btn-info.focus, .btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning.active, .btn.btn-warning.focus, .btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active, .btn.btn-dark.active, .btn.btn-dark.focus {
	color: #ffffff !important;
}
.btn.btn-primary-outline:hover, .btn.btn-primary-outline:focus, .btn.btn-primary-outline:active, .btn.btn-primary-outline.active, .btn.btn-primary-outline.focus, .btn.btn-secondary-outline:hover, .btn.btn-secondary-outline:focus, .btn.btn-secondary-outline:active, .btn.btn-secondary-outline.active, .btn.btn-secondary-outline.focus, .btn.btn-success-outline:hover, .btn.btn-success-outline:focus, .btn.btn-success-outline:active, .btn.btn-success-outline.active, .btn.btn-success-outline.focus, .btn.btn-danger-outline:hover, .btn.btn-danger-outline:focus, .btn.btn-danger-outline:active, .btn.btn-danger-outline.active, .btn.btn-danger-outline.focus, .btn.btn-info-outline:hover, .btn.btn-info-outline:focus, .btn.btn-info-outline:active, .btn.btn-info-outline.active, .btn.btn-info-outline.focus, .btn.btn-warning-outline:hover, .btn.btn-warning-outline:focus, .btn.btn-warning-outline:active, .btn.btn-warning-outline.active, .btn.btn-warning-outline.focus, .btn.btn-dark-outline:hover, .btn.btn-dark-outline:focus, .btn.btn-dark-outline:active, .btn.btn-dark-outline.active, .btn.btn-dark-outline.focus {
	color: #ffffff !important;
}
.btn.btn-primary {
	background: #2f55d4;
	border: 1px solid #2f55d4;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary.focus {
	background-color: #2443ac !important;
}
.btn.btn-primary-outline {
	border: 1px solid #2f55d4;
	color: #2f55d4;
	background-color: transparent;
}
.btn.btn-primary-outline:hover, .btn.btn-primary-outline:focus, .btn.btn-primary-outline:active, .btn.btn-primary-outline.active, .btn.btn-primary-outline.focus {
	background-color: #2f55d4;
	border-color: #2f55d4;
}
.btn.btn-secondary {
	background: #5a6d90;
	border: 1px solid #5a6d90;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary.active, .btn.btn-secondary.focus {
	background-color: #465571 !important;
}
.btn.btn-secondary-outline {
	border: 1px solid #5a6d90;
	color: #5a6d90;
	background-color: transparent;
}
.btn.btn-secondary-outline:hover, .btn.btn-secondary-outline:focus, .btn.btn-secondary-outline:active, .btn.btn-secondary-outline.active, .btn.btn-secondary-outline.focus {
	background-color: #5a6d90;
	border-color: #5a6d90;
}
.btn.btn-success {
	background: #2eca8b;
	border: 1px solid #2eca8b;
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success.active, .btn.btn-success.focus {
	background-color: #25a06e !important;
}
.btn.btn-success-outline {
	border: 1px solid #2eca8b;
	color: #2eca8b;
	background-color: transparent;
}
.btn.btn-success-outline:hover, .btn.btn-success-outline:focus, .btn.btn-success-outline:active, .btn.btn-success-outline.active, .btn.btn-success-outline.focus {
	background-color: #2eca8b;
	border-color: #2eca8b;
}
.btn.btn-danger {
	background: #e43f52;
	border: 1px solid #e43f52;
}
.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger.active, .btn.btn-danger.focus {
	background-color: #d21e32 !important;
}
.btn.btn-danger-outline {
	border: 1px solid #e43f52;
	color: #e43f52;
	background-color: transparent;
}
.btn.btn-danger-outline:hover, .btn.btn-danger-outline:focus, .btn.btn-danger-outline:active, .btn.btn-danger-outline.active, .btn.btn-danger-outline.focus {
	background-color: #e43f52;
	border-color: #e43f52;
}
.btn.btn-info {
	background: #9084e2;
	border: 1px solid #9084e2;
}
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active, .btn.btn-info.active, .btn.btn-info.focus {
	background-color: #6b5bd8 !important;
}
.btn.btn-info-outline {
	border: 1px solid #9084e2;
	color: #9084e2;
	background-color: transparent;
}
.btn.btn-info-outline:hover, .btn.btn-info-outline:focus, .btn.btn-info-outline:active, .btn.btn-info-outline.active, .btn.btn-info-outline.focus {
	background-color: #9084e2;
	border-color: #9084e2;
}
.btn.btn-warning {
	background: #f17425;
	border: 1px solid #f17425;
}
.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning.active, .btn.btn-warning.focus {
	background-color: #d55b0e !important;
}
.btn.btn-warning-outline {
	border: 1px solid #f17425;
	color: #f17425;
	background-color: transparent;
}
.btn.btn-warning-outline:hover, .btn.btn-warning-outline:focus, .btn.btn-warning-outline:active, .btn.btn-warning-outline.active, .btn.btn-warning-outline.focus {
	background-color: #f17425;
	border-color: #f17425;
}
.btn.btn-dark {
	background: #3c4858;
	border: 1px solid #3c4858;
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active, .btn.btn-dark.active, .btn.btn-dark.focus {
	background-color: #272f3a !important;
}
.btn.btn-dark-outline {
	border: 1px solid #3c4858;
	color: #3c4858;
	background-color: transparent;
}
.btn.btn-dark-outline:hover, .btn.btn-dark-outline:focus, .btn.btn-dark-outline:active, .btn.btn-dark-outline.active, .btn.btn-dark-outline.focus {
	background-color: #3c4858;
	border-color: #3c4858;
}
.btn.btn-light {
	color: #3c4858;
	background: #f8f9fc;
	border: 1px solid #dee2e6;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-light.focus {
	background-color: #d4daed !important;
	color: #3c4858;
}
.btn.btn-light-outline {
	border: 1px solid #dee2e6;
	color: #3c4858;
	background-color: transparent;
}
.btn.btn-light-outline:hover, .btn.btn-light-outline:focus, .btn.btn-light-outline:active, .btn.btn-light-outline.active, .btn.btn-light-outline.focus {
	background-color: #f8f9fc;
}
button:not(:disabled) {
	outline: none;
}
.shadow {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
}
.progress-box .title {
	font-size: 15px;
}
.progress-box .progress {
	height: 10px;
	overflow: visible;
}
.progress-box .progress .progress-bar {
	border-radius: 10px;
	-webkit-animation: animate-positive 3s;
	animation: animate-positive 3s;
}
.progress-box .progress .progress-value {
	position: absolute;
	top: -25px;
	right: -15px;
	font-size: 13px;
}
@-webkit-keyframes animate-positive {
	0% {
		width: 0;
	}
}
@keyframes animate-positive {
	0% {
		width: 0;
	}
}
.page-next-level .title {
	font-size: 20px;
	letter-spacing: 1px;
}
.page-next-level .page-next {
	letter-spacing: 0.5px;
	padding-left: 0;
	z-index: 99;
}
.page-next-level .page-next li {
	display: inline-block;
	margin-right: 5px;
}
.page-next-level .page-next li:after {
	content: "\f142";
	font-size: 16px;
	color: #f8f9fc;
	font-family: 'Material Design Icons';
}
.page-next-level .page-next li:last-child {
	margin-right: 0;
}
.page-next-level .page-next li:last-child:after {
	display: none;
}
.page-next-level .page-next li a, .page-next-level .page-next li span {
	font-size: 13px;
	padding-right: 8px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #ced4da;
}
.page-next-level .page-next li a:hover {
	color: #ffffff !important;
}
.page-next-level .page-next li span:last-child {
	padding-right: 0px;
}
.badge {
	padding: 5px 8px;
	border-radius: 5px;
	letter-spacing: 0.5px;
}
.badge.badge-primary, .badge.badge-secondary, .badge.badge-success, .badge.badge-danger, .badge.badge-info, .badge.badge-warning, .badge.badge-dark {
	color: #ffffff !important;
}
.badge.badge-primary {
	background-color: #2f55d4 !important;
}
.badge.badge-secondary {
	background-color: #5a6d90 !important;
}
.badge.badge-success {
	background-color: #2eca8b !important;
}
.badge.badge-danger {
	background-color: #e43f52 !important;
}
.badge.badge-warning {
	background-color: #f17425 !important;
}
.badge.badge-info {
	background-color: #9084e2 !important;
}
.badge.badge-light {
	color: #3c4858;
	background-color: #f8f9fc !important;
}
.badge.badge-dark {
	background-color: #3c4858 !important;
}
.alert {
	padding: 8px 15px;
	border-radius: 10px;
}
.alert.alert-primary, .alert.alert-secondary, .alert.alert-success, .alert.alert-danger, .alert.alert-warning, .alert.alert-info, .alert.alert-dark {
	color: #ffffff;
}
.alert.alert-primary {
	background-color: #6e89e1;
	border-color: #2f55d4;
}
.alert.alert-secondary {
	background-color: #8494b2;
	border-color: #5a6d90;
}
.alert.alert-success {
	background-color: #68ddad;
	border-color: #2eca8b;
}
.alert.alert-danger {
	background-color: #ed828e;
	border-color: #e43f52;
}
.alert.alert-warning {
	background-color: #f6a26d;
	border-color: #f17425;
}
.alert.alert-info {
	background-color: #c8c2f1;
	border-color: #9084e2;
}
.alert.alert-dark {
	background-color: #5b6d85;
	border-color: #3c4858;
}
.alert.alert-light {
	background-color: #f8f9fc;
	color: #3c4858;
	border-color: #dee2e6;
}
.avatar.avatar-small {
	height: 80px;
}
.avatar.avatar-medium {
	height: 110px;
}
.avatar.avatar-large {
	height: 140px;
}
.faq-container .question {
	font-size: 20px;
}
.faq-content .card .faq .card-header {
	padding-right: 40px !important;
}
.faq-content .card .faq .card-header.card-header-2 {
	border-bottom: 0;
}
.faq-content .card .faq .card-header.card-header-2 .faq-question {
	font-size: 18px;
}
.faq-content .card a.faq[data-toggle=collapse] {
	background-color: #ffffff;
	color: #2f55d4;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.faq-content .card a.faq[data-toggle=collapse]:before {
	content: '\F143';
	display: block;
	font-family: 'Material Design Icons';
	font-size: 18px;
	color: #3c4858;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.faq-content .card a.faq[data-toggle=collapse].collapsed {
	background-color: #ffffff;
	color: #3c4858;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.faq-content .card a.faq[data-toggle=collapse].collapsed:before {
	top: 20px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.faq-content .card .title {
	font-size: 18px;
}
.nav-pills .nav-link {
	color: #3c4858 !important;
	padding: 0.7rem 2rem;
	font-weight: 700;
}
.nav-pills .nav-link.active {
	background-color: #2f55d4;
	color: #ffffff !important;
	border-color: #2f55d4 !important;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
/********************
        New-CSS  
*********************/
.add-padding {
	padding: 15px;
}
.add-margin {
	margin: 12px 0px 0px -30px;
}
.add-width {
	width: 260px;
}
.blockquote {
	border-left: 3px solid #dee2e6;
	border-radius: 10px;
	font-size: 16px;
}
.custom-control-input:checked ~ .custom-control-label::before {
	color: #ffffff;
	border-color: #2f55d4;
	background-color: #2f55d4;
}
.custom-control-input:focus ~ .custom-control-label::before, .form-control:focus, .nice-select:active, .nice-select.open, .nice-select:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #2f55d4 !important;
}
.form-button .nice-select {
	width: 100%;
	height: 39px;
	line-height: 37px;
	color: #3c4858;
	margin-bottom: 1rem;
	border: solid 1px #e6eaf4;
}
.form-button .nice-select.open .list {
	width: 100%;
}
.subcribe-form input {
	padding: 14px 20px;
	width: 100%;
	color: #3c4858 !important;
	border: none;
	outline: none !important;
	padding-right: 160px;
	padding-left: 30px;
	background-color: rgba(255, 255, 255, 0.8);
}
.subcribe-form button {
	position: absolute;
	top: 6px;
	right: 6px;
	outline: none !important;
}
.subcribe-form form {
	position: relative;
	max-width: 600px;
	margin: 0px auto;
}
.pagination.job-pagination .page-link {
	border-radius: 50% !important;
	margin: 0 10px;
	height: 40px;
	width: 39px;
	line-height: 24px;
	text-align: center;
	color: #8492a6;
}
.pagination .page-item.active .page-link {
	background-color: #2f55d4;
	border-color: #2f55d4;
	color: #ffffff !important;
}
.display-1 {
	font-size: 80px !important;
}
.display-2 {
	font-size: 72px !important;
}
.display-3 {
	font-size: 64px !important;
}
.display-4 {
	font-size: 56px !important;
}
@media (max-width: 768px) {
	.display-1 {
		font-size: 56px !important;
	}
	.display-2 {
		font-size: 50px !important;
	}
	.display-3 {
		font-size: 42px !important;
	}
	.display-4 {
		font-size: 36px !important;
	}
}
@media (max-width: 425px) {
	.pagination li > a {
		height: 36px;
		width: 36px;
		line-height: 36px;
	}
}
body {
	font-family: "Nunito", sans-serif;
	overflow-x: hidden !important;
	font-size: 14px;
	color: #161c2d;
	overflow-x: hidden;
}
html {
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Nunito", sans-serif;
	line-height: 1.5;
	font-weight: 600;
}
::-moz-selection {
	background: #4466d8;
	color: #ffffff;
}
::selection {
	background: #4466d8;
	color: #ffffff;
}
a {
	text-decoration: none !important;
}
p {
	line-height: 1.6;
}
.section {
	padding: 100px 0;
	position: relative;
}
.section-two {
	padding: 60px 0;
	position: relative;
}
.bg-overlay {
	background-color: rgba(40, 44, 50, 0.7);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.bg-overlay-gradient {
	background-color: rgba(94, 119, 204, 0.75);
}
.title-heading {
	line-height: 26px;
}
.title-heading .heading {
	font-size: 45px;
	letter-spacing: 1px;
}
.title-heading .para-desc {
	font-size: 18px;
}
.section-title {
	position: relative;
}
.section-title .title {
	letter-spacing: 0.5px;
	font-size: 30px;
}
.section-title .title.title-line:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 80px;
	left: 50%;
	top: 60px;
	text-align: center;
	background: #2f55d4;
	margin-left: -42px;
}
.section-title .title.title-line:after {
	content: "";
	position: absolute;
	height: 10px;
	width: 10px;
	left: 50%;
	top: 56px;
	z-index: 1;
	text-align: center;
	background: #284bc1;
	margin-left: -7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.para-desc {
	max-width: 600px;
}
.mt-100 {
	margin-top: 100px;
}
.mb-60 {
	margin-bottom: 60px;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(45deg, #ffffff, #ffffff);
	z-index: 9999999;
}
#preloader #status {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#preloader #status .spinner {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 100px auto;
}
#preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #2f55d4;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
#preloader #status .spinner .double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes sk-bounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.social-icon li a {
	color: #3c4858;
	border: 1px solid #3c4858;
	display: inline-block;
	height: 32px;
	text-align: center;
	font-size: 15px;
	width: 32px;
	line-height: 30px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	overflow: hidden;
	position: relative;
	border-radius: 50% !important;
}
.social-icon li a:hover {
	background-color: #2f55d4;
	border-color: #2f55d4 !important;
	color: #ffffff !important;
}
.social-icon.social li a {
	color: #adb5bd;
	border-color: #adb5bd;
}
.back-to-top {
	z-index: 99;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 33px;
	height: 33px;
	line-height: 33px;
	display: none;
	color: #3c4858;
	background-color: #ced4da;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.back-to-top i {
	font-size: 16px;
}
.back-to-top:hover {
	background-color: #2f55d4;
	color: #ffffff;
}
.back-to-home {
	position: absolute;
	top: 4%;
	left: 2%;
	z-index: 1;
}
.back-to-home a {
	font-size: 22px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #2f55d4;
}
.login-page {
	font-size: 15px;
}
.login-page .forgot-pass {
	z-index: 99;
	position: relative;
	font-size: 13px;
}
@media (max-width: 768px) {
	.section {
		padding: 60px 0;
	}
	.title-heading .heading {
		font-size: 35px !important;
	}
	.section-title .title {
		font-size: 24px;
	}
	.mt-60 {
		margin-top: 60px;
	}
}
#topnav {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 99;
	background-color: transparent;
	border: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#topnav .logo {
	float: left;
}
#topnav .logo .logo-dark {
	display: none;
}
#topnav .logo .logo-light {
	display: inline-block;
}
#topnav .has-submenu.active a {
	color: #ffffff;
}
#topnav .has-submenu.active .submenu li.active > a {
	color: #2f55d4;
}
#topnav .has-submenu {
	position: relative;
}
#topnav .has-submenu .submenu .submenu-arrow {
	border: solid #3c4858;
	border-radius: 0.5px;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 20px;
	top: 14px;
}
#topnav .navbar-toggle {
	border: 0;
	position: relative;
	width: 60px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#topnav .navbar-toggle .lines {
	width: 25px;
	display: block;
	position: relative;
	margin: 32px 20px 24px;
	height: 18px;
}
#topnav .navbar-toggle span {
	height: 2px;
	width: 100%;
	background-color: #3c4858;
	display: block;
	margin-bottom: 5px;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
}
#topnav .navbar-toggle span:last-child {
	margin-bottom: 0;
}
#topnav .buy-button {
	float: right;
	line-height: 68px;
	padding: 3px 0;
}
#topnav .navbar-toggle.open span {
	position: absolute;
}
#topnav .navbar-toggle.open span:first-child {
	top: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
	visibility: hidden;
}
#topnav .navbar-toggle.open span:last-child {
	width: 100%;
	top: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#topnav .navbar-toggle.open span:hover {
	background-color: #2f55d4;
}
#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus, #topnav .navbar-toggle .navigation-menu > li > a:hover, #topnav .navbar-toggle:focus {
	background-color: transparent;
}
#topnav .navigation-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topnav .navigation-menu > li {
	float: left;
	display: block;
	position: relative;
	margin: 0;
}
#topnav .navigation-menu > li > a:hover {
	color: #128ADD
}
#topnav .navigation-menu > li > a {
	display: block;
	color: #111;
	font-size: 13px;
	background-color: transparent !important;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 24px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
}
#topnav .navigation-menu .has-submenu .menu-arrow {
	border: solid rgba(255, 255, 255, 0.8);
	border-radius: 0.5px;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	right: -1px;
	top: 30px;
}
#topnav .menu-extras {
	float: right;
}
#topnav.scroll {
	background: #ffffff;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
#topnav.scroll .logo .logo-light {
	display: none;
}
#topnav.scroll .logo .logo-dark {
	display: inline-block;
}
#topnav.scroll .tagline {
	display: none;
}
#topnav.scroll .has-submenu.active > a {
	color: #2f55d4;
}
#topnav.scroll .tagline-dark {
	display: none;
}
#topnav.scroll .navigation-menu > li > a {
	color: #3c4858;
}
#topnav.scroll .navigation-menu > li > .menu-arrow {
	border-color: #3c4858;
}
#topnav.scroll .navigation-menu > li:hover > a, #topnav.scroll .navigation-menu > li.active > a {
	color: #2f55d4;
}
#topnav.scroll .navigation-menu > li:hover > .menu-arrow, #topnav.scroll .navigation-menu > li.active > .menu-arrow {
	border-color: #2f55d4;
}
.tagline {
	font-size: 13px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.tagline .email, .tagline .phone {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	padding: 18px 0;
	font-weight: 400;
	letter-spacing: 0.02em;
	padding-right: 10px;
}
.tagline .phone {
	padding-left: 10px;
	color: #f8f9fc;
}
.tagline .email a {
	transition: all 300ms;
	-webkit-transition: all 300ms;
	color: #f8f9fc;
}
.tagline .topbar-list a {
	display: block;
	color: #ffffff;
	text-align: center;
	font-weight: 400;
	margin: 0px 0px;
	line-height: 32px;
}
.tagline .topbar-list a:hover {
	color: #fff !important;
	background: #000;
}
.tagline .topbar-list .selectize-input {
	width: 106px;
	padding: 5px 8px;
	text-align: left;
	border-radius: 5px !important;
	background: transparent !important;
}
.tagline .topbar-list .selectize-input input {
	color: #f8f9fc;
}
.tagline .topbar-list .selectize-input input::-webkit-input-placeholder {
	color: #f8f9fc;
}
.tagline .topbar-list .selectize-input input:-ms-input-placeholder {
	color: #f8f9fc;
}
.tagline .topbar-list .selectize-input input::-ms-input-placeholder {
	color: #f8f9fc;
}
.tagline .topbar-list .selectize-input input::placeholder {
	color: #f8f9fc;
}
.tagline .topbar-list .selectize-input .item {
	color: #f8f9fc;
}
.tagline .topbar-list .selectize-input:after {
	border-color: #ffffff transparent transparent transparent !important;
}
.tagline .topbar-list .selectize-input.dropdown-active:after {
	border-color: transparent transparent #ffffff transparent !important;
}
.selectize-dropdown {
	z-index: 999;
}
.logo {
	padding: 3px 0;
	line-height: 68px;
}
@media (min-width: 992px) {
	#topnav .navigation-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: right;
	}
	#topnav .navigation-menu > .has-submenu > .submenu > .has-submenu > .submenu::before {
		top: 20px;
		margin-left: 11px;
		-webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
		border-color: transparent #ffffff #ffffff transparent;
	}
	#topnav .navigation-menu > li .submenu > li .submenu {
		left: 106%;
		top: 0;
		margin-left: 10px;
		margin-top: -1px;
	}
	#topnav .navigation-menu > li > a {
		padding-top: 25px;
		padding-bottom: 25px;
		min-height: 62px;
	}
	#topnav .navigation-menu > li:hover > .menu-arrow {
		border-color: #ffffff;
	}
	#topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li.active > a {
		color: #128ADD;
	}
	#topnav .navigation-menu > li .submenu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		padding: 15px 0;
		list-style: none;
		min-width: 180px;
		visibility: hidden;
		opacity: 0;
		margin-top: 10px;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		border-radius: 10px;
		background-color: #ffffff;
		-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	}
	#topnav .navigation-menu > li .submenu:before {
		content: "";
		position: absolute;
		top: 2px;
		margin-left: 45px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 7px solid #495057;
		border-color: transparent transparent #ffffff #ffffff;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		-webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
		box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
	}
	#topnav .navigation-menu > li .submenu li {
		position: relative;
	}
	#topnav .navigation-menu > li .submenu li a {
		display: block;
		padding: 10px 20px;
		clear: both;
		white-space: nowrap;
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: 0.04em;
		font-weight: 700;
		color: #3c4858;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	#topnav .navigation-menu > li .submenu li a:hover {
		color: #2f55d4;
	}
	.tagline .topbar-list a:hover {
		color: #fff !important;
		background: #000;
	}
	#topnav .navigation-menu > li .submenu li ul {
		list-style: none;
		padding-left: 0;
		margin: 0;
	}
	#topnav .navigation-menu > li .submenu.megamenu {
		white-space: nowrap;
		width: auto;
	}
	#topnav .navigation-menu > li .submenu.megamenu > li {
		overflow: hidden;
		width: 180px;
		display: inline-block;
		vertical-align: top;
	}
	#topnav .navigation-menu > li .submenu.megamenu > li .submenu {
		left: 100%;
		top: 0;
		margin-left: 10px;
		margin-top: -1px;
	}
	#topnav .navigation-menu > li.last-elements .submenu {
		left: auto;
		right: 0;
	}
	#topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
		left: auto;
		right: 100%;
		margin-left: 0;
		margin-right: 10px;
	}
	#topnav .navbar-toggle {
		display: none;
	}
	#topnav #navigation {
		display: block !important;
	}
	#topnav.scroll {
		top: 0;
	}
	#topnav.scroll .navigation-menu > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#topnav.scroll-active .navigation-menu > li > a {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
@media (max-width: 991px) {
	#topnav {
		background-color: #ffffff;
		-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
		min-height: 74px;
	}
	#topnav .tagline {
		/*    display: none;*/
		background: #000;
	}
	#topnav .tagline-dark {
		/*    display: none;*/
		background: #000;
	}
	#topnav .float-left {
		display: none;
	}
	#topnav .container {
		width: auto;
	}
	#topnav .logo .logo-light {
		display: none;
	}
	#topnav .logo .logo-dark {
		display: inline-block;
	}
	#topnav .navigation-menu {
		float: none;
		max-height: 400px;
	}
	#topnav .navigation-menu > li {
		float: none;
	}
	#topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li.active > a {
		color: #2f55d4;
	}
	#topnav .navigation-menu > li .submenu {
		display: none;
		list-style: none;
		padding-left: 20px;
		margin: 0;
	}
	#topnav .navigation-menu > li .submenu li a {
		display: block;
		position: relative;
		padding: 7px 15px;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 0.04em;
		font-weight: 700;
		color: #3c4858;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	#topnav .navigation-menu > li .submenu.open {
		display: block;
	}
	#topnav .navigation-menu > li .submenu .submenu {
		display: none;
		list-style: none;
	}
	#topnav .navigation-menu > li .submenu .submenu.open {
		display: block;
	}
	#topnav .navigation-menu > li .submenu.megamenu > li > ul {
		list-style: none;
		padding-left: 0;
	}
	#topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
		display: block;
		position: relative;
		padding: 10px 15px;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: 2px;
		color: #8492a6;
	}
	#topnav .navigation-menu > li > a {
		color: #3c4858;
		padding: 10px 20px;
	}
	#topnav .navigation-menu > li > a:after {
		position: absolute;
		right: 15px;
	}
	#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li .submenu li a:hover, #topnav .navigation-menu > li.has-submenu.open > a {
		color: #2f55d4;
	}
	#topnav .menu-extras .menu-item {
		border-color: #8492a6;
	}
	#topnav .navbar-header {
		float: left;
	}
	#topnav .has-submenu .submenu .submenu-arrow {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: 20px;
		top: 12px;
	}
	#topnav .has-submenu.active a {
		color: #2f55d4;
	}
	#navigation {
		position: absolute;
		top: 74px;
		left: 0;
		width: 100%;
		display: none;
		height: auto;
		padding-bottom: 0;
		overflow: auto;
		border-top: 1px solid #f1f3f9;
		border-bottom: 1px solid #f1f3f9;
		background-color: #ffffff;
	}
	#navigation.open {
		display: block;
		overflow-y: auto;
	}
}
@media (max-width: 768px) {
	#topnav .navigation-menu .has-submenu .menu-arrow {
		right: 16px;
		top: 16px;
		border-color: #3c4858;
	}
	#topnav .navigation-menu .has-submenu.active .menu-arrow {
		color: #2f55d4;
	}
}
@media (min-width: 768px) {
	#topnav .navigation-menu > li.has-submenu:hover > .submenu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
	}
	#topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
		visibility: visible;
		opacity: 1;
		margin-left: 0;
		margin-right: 0;
	}
	.navbar-toggle {
		display: block;
	}
}
@media (max-width: 375px) {
	#topnav .buy-button {
		display: none;
	}
	#topnav .navbar-toggle .lines {
		margin-right: 0 !important;
	}
}
.bg-home {
	padding: 152px 175px 0px;
	background-size: cover;
	position: relative;
	background-position: center center;
}
.home-center {
	display: table;
	width: 100%;
	height: 100%;
}
.home-desc-center {
	display: table-cell;
	vertical-align: middle;
}
.bg-half {
	padding: 180px 0px 120px 0px;
	background-image: url("../../images/backgrounds/newBanner.jpg");
	background-size: cover;
	position: relative;
	background-position: center center;
}
.bg-half-v1 {
	padding: 180px 0px 20px 0px;
	background-image: url("../../images/backgrounds/newBanner.jpg");
	background-size: cover;
	position: relative;
	background-position: center center;
}
.bg-half-v2 {
	padding: 140px 0px 40px 0px;
	background-image: url("../../images/backgrounds/newBanner.jpg");
	background-size: cover;
	position: relative;
	background-position: center center;
}
.home-registration-form {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 10px;
}
.registration-form-box {
	position: relative;
}
.registration-form-box .selectize-input {
	line-height: 2.4;
	padding: 6px 6px 6px 45px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.registration-form-box i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 12px;
	z-index: 2;
	color: #8492a6;
}
.registration-input-box {
	border: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-size: 13px;
	height: 45px !important;
	padding: 6px 6px 6px 45px;
	border: 1px solid #e6eaf4;
}
.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
	border-radius: 10px;
}
.selectize-control {
	line-height: 0.8;
}
.selectize-input {
	border: 1px solid #e6eaf4;
}
.popu-category-box {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.popu-category-box i {
	width: 64px;
	height: 64px;
	line-height: 64px;
	background: #edf0fb;
}
.popu-category-box .popu-category-content .title {
	font-size: 18px;
}
.popu-category-box:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.how-it-work-box .how-it-work-img {
	background-color: #edf0fb;
	height: 90px;
	width: 90px;
	position: relative;
	margin: 0 auto;
	padding: 12px 8px;
}
.testi-box .testi-icon i {
	position: absolute;
	right: 18px;
	bottom: 0px;
	color: #d8dff7;
}
.owl-theme .owl-controls .owl-page span {
	height: 8px;
	background: #2f55d4;
}
@media (min-width: 200px) and (max-width: 768px) {
	.registration-form-box {
		margin-bottom: 10px;
	}
	.bg-home, .bg-half {
		padding: 190px 0px 120px;
	}
}
@media (max-width: 425px) {
	.mo-mb-2 {
		margin-bottom: .5rem !important;
	}
	#counter .counter-icon {
		float: none !important;
		margin: 0 !important;
	}
	#counter .home-counter {
		text-align: center;
	}
	.subscribe input {
		margin: 12px 0;
	}
}
@media (max-width: 1024px) {
	.testi-icon i {
		display: none;
	}
}
/********************
    job-listing
*********************/
.job-box {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.job-box .lable {
	width: 200px;
	position: absolute;
	top: -2px;
	left: -86px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1;
	background: #d8dff7;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.job-box .lable h6 {
	font-size: 12px;
}
.job-box:hover {
	border-color: #849ae5 !important;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.job-box:hover .lable {
	background: #2f55d4;
}
.job-list-reg-form {
	position: relative;
	bottom: 45px;
	-webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
	box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
}
.left-sidebar .card-body {
	border-bottom: 1px solid #eaedf6;
}
a.job-list[data-toggle=collapse]:before {
	content: '\f374';
	display: block;
	font-family: 'Material Design Icons';
	font-size: 20px;
	color: #161c2d;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
a.job-list[data-toggle=collapse].collapsed:before {
	content: '\f415';
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.job-list {
	position: relative;
}
.card-header {
	margin-bottom: 0 !important;
	padding: 5px 5px 5px 30px !important;
}
.custom-control-label:before {
	border: 1px solid #8492a6;
	background-color: transparent;
	width: 17px;
	height: 17px;
	top: 3px;
}
.custom-control-label:after {
	width: 18px;
	height: 18px;
	top: 2px;
	left: -25px;
}
.custom-control {
	margin: 11px 20px;
}
.nice-select:after {
	margin-top: -5px;
	height: 7px;
	width: 7px;
}
.apply-btn-sm {
	padding: 6px 20px;
	border-radius: 4px;
}
.job-list-box {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.job-list-box:hover {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
/********************
    JOB LIST GRID
*********************/
.job-list-grid {
	padding: 210px 0px 60px 0px;
	background-image: url("../images/job-list-grid-bg.jpg");
	background-size: cover;
	position: relative;
	background-position: center center;
}
.job-list-grid-reg-form {
	background-color: #fcfcfe !important;
	border: 1px solid #eaedf6;
}
.list-grid-item {
	border: 1px solid #eaedf6;
	border-radius: 6px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-grid-item:hover {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	border-color: transparent;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.grid-fev-icon {
	-webkit-text-stroke: 2px #0060ff;
	-webkit-text-fill-color: transparent;
	-webkit-transition: all 0.0s;
	transition: all 0.4s;
}
.grid-fev-icon:hover {
	-webkit-text-stroke: 0px #0060ff;
	-webkit-text-fill-color: #2f55d4;
}
/********************
    JOB SINGLE
*********************/
.job-time-btn {
	border-radius: 50px;
}
.job-overview {
	padding: 24px 0 24px 24px;
}
.overview-details {
	overflow: hidden;
}
@media (min-width: 200px) and (max-width: 768px) {
	.company-logo-img {
		margin-bottom: 30px;
	}
	.mt-40 {
		margin-top: 40px !important;
	}
	.sort-button .list {
		right: 0;
		left: auto;
	}
	.job-list-btn-space {
		margin: 12px 0;
	}
}
@media (max-width: 425px) {
	.job-list-button-sm {
		text-align: center !important;
		margin: 30px 0px 12px;
	}
	.job-list-desc {
		text-align: center;
	}
	.job-list-reg-form {
		bottom: 70px;
	}
	.show-results h5 {
		font-size: 16px;
		text-align: center;
		margin-bottom: 18px !important;
	}
	.show-results .float-left {
		float: none !important;
	}
	.job-detail-com-desc {
		text-align: center;
	}
	.job-single-meta li:after {
		display: none;
	}
	.job-single-logo-img img {
		margin-bottom: 20px;
	}
}
@media (max-width: 1024px) {
	.sort-button .list {
		right: 0 !important;
		left: auto !important;
	}
}
/********************
  CANDIDATES LISTING
*********************/
.fav-icon i {
	-webkit-text-stroke: 2px #e43f52;
	-webkit-text-fill-color: transparent;
}
.fav-icon i:hover {
	-webkit-text-stroke: 0px #e43f52;
	-webkit-text-fill-color: #e43f52;
}
/********************
  CANDIDATES PROFILE
*********************/
.candidates-profile-education {
	padding: 64px 24px 24px;
}
.candidates-profile-education .profile-education-icon {
	position: absolute;
	width: 90px;
	height: 90px;
	line-height: 90px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
/********************
  CANDIDATES RESUME
*********************/
.resume-user {
	width: 90px;
	height: 90px;
	line-height: 110px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
@media (max-width: 425px) {
	.fav-icon {
		position: absolute;
		left: 0;
		right: 200px;
	}
}
.employers-list {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.employers-list .name:hover {
	color: #2f55d4 !important;
}
.employers-list .fav-collection {
	position: absolute;
	top: 15px;
	right: 15px;
	opacity: 0;
}
.employers-list:hover {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}
.employers-list:hover .fav-collection {
	opacity: 1;
}
.blog {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.blog .content h4 {
	line-height: 1.2;
}
.blog .content .title {
	font-size: 20px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.blog .content .title:hover {
	color: #2f55d4 !important;
}
.blog .content .readmore:hover {
	color: #2f55d4 !important;
}
.blog .author {
	position: absolute;
	top: 5%;
	left: 5%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.blog .likes {
	position: absolute;
	bottom: 5%;
	right: 5%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.blog:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.blog:hover .overlay {
	opacity: 0.6;
}
.blog:hover .author {
	opacity: 1;
}
.blog:hover .author .user:hover {
	color: #d8dff7 !important;
}
.blog:hover .likes {
	opacity: 1;
}
.blog:hover .likes .like:hover {
	color: #e43f52 !important;
}
.blog:hover .likes .comments:hover {
	color: #2eca8b !important;
}
.sidebar .widget .widget-search form {
	position: relative;
}
.sidebar .widget .widget-search input[type="text"], .sidebar .widget .searchform input[type="text"] {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 12px 15px;
	height: 45px;
	font-size: 14px;
	display: block;
	width: 100%;
	outline: none !important;
	padding-right: 45px;
}
.sidebar .widget .widget-search input[type="submit"], .sidebar .widget .searchform input[type="submit"] {
	position: absolute;
	top: 5px;
	right: 10px;
	opacity: 0;
	width: 40px;
	height: 40px;
}
.sidebar .widget .widget-search .searchform:after {
	content: "\F349";
	position: absolute;
	font-family: "Material Design Icons";
	right: 16px;
	top: 15px;
	font-size: 20px;
	line-height: 20px;
	pointer-events: none;
}
.sidebar .widget .widget-title {
	font-size: 18px;
}
.sidebar .widget .catagories li {
	padding-bottom: 10px;
}
.sidebar .widget .catagories li:last-child {
	padding-bottom: 0;
}
.sidebar .widget .catagories li a, .sidebar .widget .catagories li span {
	font-size: 15px;
}
.sidebar .widget .catagories li a {
	color: #3c4858;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sidebar .widget .catagories li a:hover {
	color: #2f55d4;
}
.sidebar .widget .post-recent {
	padding-bottom: 15px;
}
.sidebar .widget .post-recent:last-child {
	padding-bottom: 0;
}
.sidebar .widget .post-recent .post-recent-thumb {
	width: 25%;
}
.sidebar .widget .post-recent .post-recent-content {
	width: 75%;
	padding-left: 10px;
}
.sidebar .widget .post-recent .post-recent-content a {
	display: block;
	color: #3c4858;
	font-size: 15px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sidebar .widget .post-recent .post-recent-content a:hover {
	color: #2f55d4;
}
.sidebar .widget .post-recent .post-recent-content span {
	font-size: 13px;
}
.sidebar .widget .tagcloud > a {
	background: #e9ecef;
	color: #3c4858;
	display: inline-block;
	font-size: 9px;
	letter-spacing: 1px;
	margin: 5px 10px 5px 0;
	padding: 8px 12px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sidebar .widget .tagcloud > a:hover {
	background: #2f55d4;
	color: #ffffff;
}
/********************
      BLOG DETAILS
*********************/
.blog-datails-item li a {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.blog-datails-item li a:hover {
	color: #2f55d4 !important;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin-left: 6px;
}
.form-control.blog-details {
	border: 1px solid #e6eaf4;
	padding: 7px 14px 7px 30px;
}
.blog-details-form i {
	position: absolute;
	left: 22px;
	top: 6px;
}
/********************
      ABOUT US
*********************/
.about-bg {
	padding: 180px 0px 80px 0px;
	background-image: url("../images/about-bg.jpg");
	background-size: cover;
	position: relative;
	background-position: center center;
}
.bolg-post-icon li a {
	color: #8492a6;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.bolg-post-icon li a:hover {
	color: #2f55d4;
}
.nav-pills .nav-link.about-us.active, .nav-pills .show > .nav-link.about-us {
	background-color: rgba(0, 123, 255, 0);
}
.nav-link:hover .blog-post-overlay, .nav-link.active .blog-post-overlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(60, 72, 88, 0.5);
	border-radius: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.blog-post-testi-img {
	position: relative;
	overflow: hidden;
	display: block;
}
.blog-post-testi-icon {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.nav-link:hover .blog-post-testi-icon, .nav-link.active .blog-post-testi-icon {
	opacity: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
/********************
      SERVICE
*********************/
.service-icon {
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	background-color: #e9edfa;
	width: 86px;
	height: 90px;
	line-height: 108px;
	text-align: center;
	-webkit-text-stroke: 1px #2f55d4;
	-webkit-text-fill-color: transparent;
}
.service-info-img .service-overlay {
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0px;
	right: 0px;
	opacity: 0;
}
.service-info-img .service-overlay .service-info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.service-info-img .service-overlay .title {
	background: rgba(60, 72, 88, 0.5);
}
.service-info-img:hover .service-overlay {
	opacity: 1;
}
/********************
        TEAM
*********************/
.team-name {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	background: rgba(60, 72, 88, 0.8);
}
/********************
        PRICING  
*********************/
.pricing-box {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pricing-box .pricing-plan-item li {
	padding: 6px;
}
.pricing-box:hover {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.notification-icon i {
	font-size: 27px;
}
.notification-icon span {
	position: absolute;
	top: -5px;
	right: -7px;
	font-size: 9px;
	padding: .45em .6em;
}
.subscribe input {
	padding: 21px 12px;
	border: 1px solid #eaedf6;
}
.subscribe input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.contact-icon {
	height: 74px;
	width: 74px;
	text-align: center;
	font-size: 34px;
	line-height: 74px;
	border-color: #2f55d4 !important;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.error {
	margin: 8px 0px;
	display: none;
	color: #e43f52;
}
#ajaxsuccess {
	font-size: 16px;
	width: 100%;
	display: none;
	clear: both;
	margin: 8px 0px;
}
.error_message {
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	border: 2px solid #4063d7;
	color: #4063d7;
	border-radius: 5px;
	font-size: 14px;
}
.contact-loader {
	display: none;
}
#success_page {
	text-align: center;
	margin-bottom: 50px;
}
#success_page h3 {
	color: #2eca8b;
	font-size: 22px;
}
.app-contact-desc p {
	overflow: hidden;
}
.contact-location {
	border: 1px solid #2f55d4;
	border-radius: 4px;
}
.contact-location-icon {
	border: 1px solid #2f55d4;
	position: absolute;
	width: 85px;
	height: 85px;
	line-height: 85px;
	font-size: 40px;
	top: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.contact-location-icon i {
	-webkit-text-stroke: 2px #2f55d4;
	-webkit-text-fill-color: transparent;
}
.contact-social-icon li a {
	height: 38px;
	width: 38px;
	font-size: 18px;
	line-height: 36px;
}
.contact-social-icon li {
	margin: 4px !important;
}
.custom-file-label:after {
	border-radius: 0 10px 10px 0;
}
.map iframe {
	width: 100%;
	height: 400px;
}
.app-h6 {
	color: #128ADD;
}
.footer {
	background: #08326E;
	padding: 10px 0 0 0;
	/*    position: fixed;*/
	color: #fff;
	bottom: 0;
	width: 100%;
}
.footer-btm {
	background: #103160;
	padding: 10px 0 10px 0;
	/*    position: fixed;*/
	color: #fff;
	bottom: 0;
	width: 100%;
}
.footer .footer-list-title {
	font-size: 18px;
}
.footer {
	margin-bottom: 0;
}
.footer li {
	margin-bottom: 10px;
	list-style: none;
	color: #fff;
}
.footer li a {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
}
.footer li a:hover {
	color: #ffbc1d;
}
.footer li:last-child {
	margin-bottom: 0;
}
.footer .text-foot {
	color: #adb5bd;
}
.footer.footer-bar {
	padding: 30px 0;
}
.footer.footer-bar .payment-cards img {
	height: 25px;
}
hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #D9E1E7;
}
.login {
	background-image: url("../../images/backgrounds/employerlogin.jpg");
	width: 100%;
	min-height: 100vh;
	background-position: center center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding: 15px;
	background-repeat: no-repeat;
	background-size: cover;
}
.loginnew {
	background-image: url("../../images/backgrounds/employerlogin.jpg");
	width: 100%;
	min-height: 100vh;
	background-position: center center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding: 15px;
	background-repeat: no-repeat;
	background-size: cover;
}
.login-title {
	font-size: 54px;
	color: #128ADD;
	margin-top: 80px;
}
.green-text {
	color: #002450;
}
.white-text {
	color: #fff;
	font-size: 18px;
}
.login-white-box {
	background: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 15px;
}
/*# sourceMappingURL=style.css.map */
/*new recent css here*/
.giv-m-top {
	margin-top: 25px;
}
.title-blue {
	font-size: 20px !important;
	font-weight: 700;
	color: #0F3E8F;
}
.top-mar-md {
	margin-top: -120px;
}
.thead-blue {
	background-color: #2955A2;
	color: #fff;
}
.table thead {
	font-size: 14px;
}
.table tbody {
	font-size: 12px;
}
.pagination a {
	color: #343A40;
}
.dropdown-menu {
	font-size: 14px;
}
.select2_demo_1 {
	border: 1px solid #e6eaf4 !important;
	padding: 0px 15px !important;
}
.profile-img {
	border: 1px solid #CCEDFF;
	border-radius: 5px;
	width: 120px;
	height: 120px;
	overflow: hidden;
}
.login-text h5 {
	font-weight: 100;
}
.nav-line {
	padding-top: 25px;
}
.btn-botm {
	bottom: 0;
	position: absolute;
	right: 10px;
}
.track-gap {
	margin-top: 30px;
}
/* Special styles for Not Selected */
.timeline-box.not-selected > span {
	border: 3px solid #F13A26 !important; /* Red border for Not Selected */
}
.timeline-box.not-selected > span:before, .timeline-box.not-selected > span:after {
	background: #F13A26 !important; /* Red background for Not Selected */
}
/*Timeline css*/
.timeline-box {
	margin: 0px 0;
	padding: 40px 20px;
	width: 100%;
	position: relative;
	border-radius: 5px;
}
.timeline-box > span {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	height: 100%;
	border: 3px solid #28a745;
}
.timeline-box > span:before, .timeline-box > span:after {
	content: "";
	position: absolute;
	left: -10px;
	width: 20px;
	height: 20px;
	/*  border: 2px solid #ccc;*/
	/*  background: #F13A26;*/
	background: #28a745;
	border-radius: 100%;
}
.timeline-box > span:before {
	top: -7px;
}
.timeline-box > span:after {
	top: 100%;
}
.timeline-box .title {
	font-size: 1rem;
	text-transform: uppercase;
	margin-top: -50px;
}
.timeline-box .sub-title {
	font-size: 0.6rem;
	color: #aaa;
}
.box .info {
	margin: 15px 0;
}
.timeline-box .time span {
	position: absolute;
	font-size: 0.5rem;
	color: #aaa;
}
.timeline-box .time span:first-child {
	top: -10px;
	left: -70px;
}
.timeline-box .time span:last-child {
	top: 100%;
	left: -70px;
}
/*placement-list*/
.comman-white-box {
	background: #fff;
	padding: 15px;
	border-radius: 10px;
}
.white-btn {
	background-color: #fff;
	color: #414141;
	border: 1px solid #e5e5e5;
}
.white-btn:hover {
	background-color: #393a8f;
	color: #fff;
}
/*placement-list*/
/*Filter dd*/
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	width: 250px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	padding: 10px;
	word-wrap: normal;
}
.text-sk-blue {
	color: #14ADD0;
}
.col-fv-5 {
	flex: 0 0 20%;
	max-width: 20%;
	padding-right: 10px;
	padding-left: 10px;
}
.btn-rd-yellow {
	background-color: #FEC74833;
	border-radius: 50px;
	color: #FEC748;
	padding: 5px 10px;
}
.btn-rd-green {
	background-color: #CCF4E8;
	border-radius: 50px;
	color: #02C58D;
	padding: 5px 10px;
}
.btn-rd-red {
	background-color: #FFE0E0;
	border-radius: 50px;
	color: #FC6363;
	padding: 5px 10px;
}
.btn-rd-blue {
	background-color: #DEE7FC;
	border-radius: 50px;
	color: #5985EE;
	padding: 5px 10px;
}
.ticker-yellow {
	background-color: #FEC748;
	padding: 1px 5px;
	border-radius: 50%;
	color: #464E5F;
}
/*chat box css*/
.chat .header-chat .right {
	position: absolute;
	right: 10px;
}
.header-chat {
	background-color: #0069D9;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 7px 10px;
}
.chat .messages-chat {
	padding: 25px 35px;
}
.chat .messages-chat .message {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.from-chat {
	font-size: 10px;
	text-align: left;
	margin-left: 0px;
	color: #464E5F;
}
.to-chat {
	font-size: 10px;
	margin-right: 0px !important;
	color: #464E5F;
	margin-bottom: 10px
}
.chat .messages-chat .text {
	margin: 0 5px;
	background-color: #F3F3F4;
	padding: 15px;
	border-radius: 12px;
}
.text-only {
	margin-left: 25px;
}
.time {
	font-size: 10px;
	color: lightgrey;
	margin-bottom: 10px;
	margin-left: 5px;
}
.response-time {
	float: right;
	margin-right: 5px !important;
}
.response {
	margin-right: 0px !important;
	margin-left: auto;
}
.doc-box {
	margin-right: 0px !important;
	/*margin-left: auto;*/
	border: 1px solid #DFDADA;
	width: 50%;
	border-radius: 10px;
}
.doc-box-right {
	margin-right: 0px !important;
	margin-left: auto;
	border: 1px solid #DFDADA;
	width: 50%;
	border-radius: 10px;
}
.response .text {
	background-color: #0069D9 !important;
	color: #fff;
}
.write-message {
	border: none !important;
	width: 60%;
	height: 50px;
	margin-left: 20px;
	padding: 10px;
}
.chat-line {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
}
.info-chat {
	background-color: #fff;
	padding: 5px 10px;
	bottom: 13px;
	color: #B5B5C3;
	font-size: 10px;
	margin-bottom: -25px;
	position: absolute;
}
.popover {
	z-index: 9999;
}
/*Msme page css*/
#hero-msme {
	width: 100%;
	height: 100%;
	background: url("../../images/backgrounds/hero-bg.jpg") top left;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	padding: 8% 0px;
}
#hero-msme .container {
	position: relative;
}
#hero-msme h1 {
	margin: 0;
	font-size: 48px;
	font-weight: 700;
	color: #222222;
}
#hero-msme h3 span {
	color: #128ADD;
}
#hero-msme h5 {
	color: #1B3E5C;
	margin: 5px 0 30px 0;
	font-size: 20px;
	font-weight: 400;
}
.job-bg {
	background-color: #EFFFF6;
	border-radius: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
.header-text {
	color: #003CA4;
}
.bg-red {
	background-color: #FFC9C9;
}
.icon-red {
	background-color: #FA5A7D;
	padding: 5px 8px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #fff;
}
.bg-gr-1 {
	background-color: #B2FFE5;
}
.icon-gr-1 {
	background-color: #3CD856;
	padding: 5px 8px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #fff;
}
.bg-gr-2 {
	background-color: #CFFFE1;
}
.bg-prl {
	background-color: #C2DAFF;
}
.icon-prl {
	background-color: #4088F6;
	padding: 5px 8px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #fff;
}
.bg-prl-2 {
	background-color: #F3E8FF;
}
.icon-prl-2 {
	background-color: #F652D8;
	padding: 5px 10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #fff;
}
.bg-org {
	background-color: #FFEDC2;
}
.icon-org {
	background-color: #FF947A;
	padding: 5px 7px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #fff;
}
.bg-pink {
	background-color: #FFDFF9;
}
.icon-pink {
	background-color: #BF83FF;
	padding: 5px 7px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #fff;
}
.bg-pink-2 {
	background-color: #FFDFDF;
}
.bg-blue-1 {
	background-color: #D1FAFF;
}
.gr-yellow{background-image: linear-gradient(70deg, #FE9D48 50%, #FFD200 100%);padding:10px 15px;color:#fff;}
.gr-green{background-image: linear-gradient(70deg, #0FCEA3 40%, #B8FBD0 100%);padding:10px 15px;color:#fff;}
.gr-blue{background-image: linear-gradient(70deg, #1F81D2 50%, #00D0FF 100%);padding:10px 15px;color:#fff;}
.gr-red{background-image: linear-gradient(70deg, #FF694E 50%, #FFB4B4 100%);padding:10px 15px;color:#fff;}


#why-box {
	margin-bottom: -150px;
	border-bottom: 5px solid #FFB900;
	padding-bottom: 30px;
}
.why-box {
	background-color: #D4F4FF;
	height: 100%;
	padding: 25px 25px;
	border-radius: 10px;
	color: #292929;
}
.why-box:hover {
	color: #128ADD;
}
.key-box {
	margin-top: 60px;
}
.key-bg {
	background-color: #D9FFEA;
}
#key-nav .nav-pills .nav-link.active {
	background-color: #d9ffea;
	color: #003CA4 !important;
	border-color: #d9ffea !important;
}
#key-nav .nav-pills .nav-link {
	background-color: #fff;
	color: #003CA4;
	padding: 20px 10px;
	text-align: left;
	font-weight: 700;
	border-radius: 0px;
	border-bottom: 0.5px solid #E8E8E8;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}
.job-post {
	background-image: url("../../images/backgrounds/job-post.webp");
	background-repeat: no-repeat;
	height: 100%;
	background-size: contain;
	width: 100%;
	background-position: right;
	margin-top: -50px;
}
.job-contain {
	margin-top: 30%;
}
.job-contain h1 {
	color: #41B774;
	font-weight: 900;
}
.no-text {
	color: #41B774;
	font-size: 3rem;
	font-weight: 700;
}
.msme-section {
	padding: 50px 0px;
}

/*Donat Chart*/
.chart-wrapper {
  max-height: 250px;
  position: relative;
/*  margin-top: 50px;*/
}
.chart-wrapper #myChart {
  position: relative;
  z-index: 10;
}
.chart-wrapper #chartjs-tooltip {
  left: 0;
  top: 0;
  font-style: normal;
  right: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  height: 100%;
  padding: 0;
  align-items: center;
  color:#BB3E03;
text-align: center;
  font-size:20px !important;
  font-weight: 800 !important;
}
.distribution{
	left: 0;
  top:15px;
  font-style: normal;
  right: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  height: 100%;
  padding: 0;
  align-items: center;
  color:#BB3E03;
text-align: center;
}
.cell {
  padding: 0px 35px;
}


/*PC css start*/
@media screen and (max-width:3840px) and (min-width:610px) {
	.pc-hide {
		display: none !important;
	}
	.common-margin {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	.job-detail-tabs .nav-tabs .nav-item a {
		color: #4A4A4A;
	}
	.job-detail-tabs .nav-tabs .nav-link:hover {
		border-color: #fff #fff #fff;
	}
	.job-detail-tabs .nav-tabs .nav-link.active {
		border-color: #fff #fff #fff;
		border-bottom: 2px solid #020F44;
		color: #020F44;
		font-weight: 700;
	}
	
	.modal-backdrop {
		z-index: 0 !important;
	}
	.ng-star-inserted span {
		overflow-wrap: break-word;
	}
	button, a, input[type="radio"], input[type="checkbox"], select {
		cursor: pointer !important;
	}
}
	
	/*Bar Chart in Css*/
	.verticalChart {
		width: 100%;
	}
	.verticalChart .singleBar {
		width: 20px;
		float: left;
		margin-left: 5%;
		margin-right: 5%;
	}
	.verticalChart .singleBar .bar {
		position: relative;
		height: 200px;
		background: #26a5f5;
		overflow: hidden;
		border-radius: 50px;
	}
	.verticalChart .singleBar .bar .value {
		position: absolute;
		bottom: 0;
		width: 100%;
		background: #1a6da1;
		color: #666;
		border-radius: 50px;
		text-align: center;
	}
	.verticalChart .singleBar .bar .value span {
		position: absolute;
		font-size: 12px;
		bottom: 0;
		width: 100%;
		height: 20px;
		color: #666;
		display: none;
		text-align: center;
	}
	.verticalChart .singleBar .title {
		margin-top: 5px;
		text-align: center;
		color: #666;
	}
	.value-num {
		margin-bottom: 30px;
		color: #666;
	}
	/*Map css*/
	#map {
		width: 100%;
		height:70vh;
	}
	#output {
		padding:5px 5px;
	}

	
	
	
	
	
	
/*Mobile view Css*/
	@media all and (min-width: 300px) and (max-width:600px) {
/*	@media (min-width: 768px) and (max-width: 991.98px){*/
		.mob-hide {
			display: none !important;
		}
		.top-mar-md {
			margin-top: -200px;
		}
		.btn-botm {
			bottom: 0;
			position: inherit;
			right: 0px;
		}
		.col-fv-5 {
			flex: 0 0 100%;
			max-width: 100%;
			padding-right: 10px;
			padding-left: 10px;
		}
		.doc-box {
			width: 100%;
			font-size: 10px;
		}
		#hero-msme {
			padding: 70px 0px;
		}
		.job-bg {
			padding-left: 10px;
			padding-right: 10px;
		}
		/*Bar Chart in Css*/
	.verticalChart {
		width: 100%;
	}
	.verticalChart .singleBar {
		width:15px;
/*		float: left;*/
		margin-left:5%;
		margin-right:5%;
	}
	.verticalChart .singleBar .bar {
		position: relative;
		height:200px;
		background: #26a5f5;
		overflow: hidden;
		border-radius: 50px;
	}
	.verticalChart .singleBar .bar .value {
		position: absolute;
		bottom: 0;
		width: 100%;
		background: #1a6da1;
		color: #666;
		border-radius: 50px;
		text-align: center;
	}
	.verticalChart .singleBar .bar .value span {
		position: absolute;
		font-size:9px;
		bottom: 0;
		width: 100%;
		height: 20px;
		color: #666;
		display: none;
		text-align: center;
	}
	.verticalChart .singleBar .title {
		margin-top: 5px;
		text-align: center;
		color: #666;
	}
	.value-num {
		margin-bottom: 30px;
		color: #666;
	}		
	/*Map css*/
	#map {
		width:150%;
		height:300px;
		margin-left: -20%;
		margin-bottom: 30px;
	}
	#output {
		padding:5px 5px;
	}
	}
	
	
	