/*------------------------------------------

Project Name : Jobs Portal
Desgined By  : eCreative solutions
Developed By : sharjeel
Updated        :  29/Jan/19

Table Of Index
------------------

1. Base css

2. Typography css

3. Header css

4. Top Search css

5. Map search css

6. Revolution slider css

7. How it works css

8. Top Employers css

9. Home Jobs css

10. Video css

11. Testimonials css

12. App Box css

13. Search List css

14. Job Detail css

15. Cms Pages css

16. FAQs css css

17. User Account css

18. 404 Page css

19. About Us css

20. Pay Packages css

21. Blog Listing css

22. Blog Grid css

23. Blog Detail css

24. Blog sidebar css

25. Footer css

26. Media Queries css

------------------------------------------*/





/************************************************

           ==Start Base css==

*************************************************/



/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700|Roboto:300,300i,400,400i,500,700'); */
@import url(variable.css);
@import url(fonts.css);

/* CSS Reset */
body{
	position: relative;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	/* font-family: 'IBM Plex Sans', sans-serif !important; */
	font-size: 14px;
}
/* .container{
	width: 1400px;
} */
.paragraph{
	color: #7c8493;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	font-family: var(--font-regular);
}
.form-control:focus{
	box-shadow: none;
	border: 1px solid #1864ac;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	/* font-family: 'IBM Plex Sans', sans-serif; */
	margin-bottom: 10px;
}
a {
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}
a:focus {
	text-decoration: none;
}
a:focus {
	outline: 0 solid
}
input:focus, textarea:focus {
	outline: none;
}
p {
	/* line-height: 22px; */
}
img {
	max-width: 100%;
}
select {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.margin-top30 {
	margin-top: 30px;
}
.margin-left80 {
	margin-left: 80px;
}
/*Common*/

.section {
	padding: 50px 0;
	overflow: hidden;
}
.greybg {
	background: #f6f6f6;
}
/*Section Title*/

.titleTop {
	text-align: center;
	margin-bottom: 30px;
}
.titleTop .subtitle {
	font-size: 24px;
	font-weight: 600;
	color: #888;
}
.titleTop h3 {
	font-size: 48px;
	font-weight: 500;
	color: #000;
}
.titleTop h3 span {
	color: #1864ac;
	font-weight: 200;
}
/************************************************

           ==Tyography css==

*************************************************/



.mt-wrapper {
	margin-bottom: 30px;
}
h1, .h1 {
	font-size: 45px;
}
h2, .h2 {
	font-size: 30px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
.button-orng {
	background: #ffb72f;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffb72f), to(#ff9000));
	background: -webkit-linear-gradient(#ffb72f, #ff9000);
	background: -moz-linear-gradient(#ffb72f, #ff9000);
	background: -ms-linear-gradient(#ffb72f, #ff9000);
	background: -o-linear-gradient(#ffb72f, #ff9000);
	background: linear-gradient(#ffb72f, #ff9000);
	padding: 7px 20px;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
}
.button-orng:hover {
	text-decoration: none;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff9000), to(#ffb72f));
	background: -webkit-linear-gradient(#ff9000, #ffb72f);
	background: -moz-linear-gradient(#ff9000, #ffb72f);
	background: -ms-linear-gradient(#ff9000, #ffb72f);
	background: -o-linear-gradient(#ff9000, #ffb72f);
	background: linear-gradient(#ff9000, #ffb72f);
	color: #fff;
}
.sitebtn {
	-webkit-box-shadow: 3px 4px rgba(255, 209, 95, 0.3);
	-moz-box-shadow: 3px 4px rgba(255, 209, 95, 0.3);
	box-shadow: 3px 4px rgba(255, 209, 95, 0.3);
	background: #ff9000;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 30px;
	display: inline-block;
	border-radius: 4px;
}
.sitebtn:hover {
	background: #111;
	color: #fff;
	text-decoration: none;
}
.sitebtn i, .button-orng i {
	padding-right: 7px;
	font-size: 16px;
	display: inline-block;
}
.grey_sitebtn {
	-webkit-box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
	-moz-box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
	box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
	background: #444;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 30px;
	display: inline-block;
	border-radius: 4px;
}
.grey_sitebtn:hover {
	background: #111;
	color: #fff;
	text-decoration: none;
}
.grey_sitebtn i {
	padding-right: 7px;
	font-size: 16px;
	display: inline-block;
}
.gree_sitebtn {
	-webkit-box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
	-moz-box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
	box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
	background: #77c30a;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 30px;
	display: inline-block;
	border-radius: 4px;
}
.gree_sitebtn:hover {
	background: #111;
	color: #fff;
	text-decoration: none;
}
.gree_sitebtn i {
	padding-right: 7px;
	font-size: 16px;
	display: inline-block;
}
/*Shortcode*/

.mt-shortcodes-d-styles {
	padding-bottom: 30px;
}
.mt-shortcodes-default-custom-styles .row1 {
	padding-bottom: 55px;
}
.mt-list-style h4 {
	font-size: 16px;
	font-weight: 400;
	color: #252525;
}
.mt-list-style ul {
	padding: 0;
	list-style: none;
}
.mt-list-style ul li {
	line-height: 36px;
}
.mt-list-style ul li a {
	color: #737373;
	line-height: 36px;
}
.mt-list-style ul li span {
	font-size: 16px;
	margin-right: 10px;
}
.mt-list-style-blue {
	color: #1864ac;
}
/*Buttons*/

.mt-style-button {
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	margin-bottom: 24px;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 20px;
}
.mt-style-button1 .mt-style-button {
	background: #1864ac;
	color: #fff;
	border-radius: 3px;
}
.mt-style-button2 .mt-style-button {
	background: #ddd;
	color: #000000;
	border-radius: 3px;
}
.mt-style-button3 .mt-style-button {
	background: #fff;
	color: #252525;
	border: 2px solid #42454a;
	border-radius: 3px;
}
.mt-style-button41 .mt-style-button {
	background: #55adff;
	color: #fff;
	border-radius: 30px;
}
.mt-style-button42 .mt-style-button {
	background: #ffb72f;
	color: #fff;
	border-radius: 0px;
}
.mt-style-button43 .mt-style-button {
	background: #5fd33f;
	color: #fff;
	border-radius: 3px;
}
.mt-style-button.large {
	line-height: 51px;
	font-size: 16px;
	letter-spacing: 1px;
}
.mt-style-button.normal {
	line-height: 40px;
	font-size: 12px;
	letter-spacing: 1px;
}
.mt-style-button.small {
	line-height: 30px;
	font-size: 9px;
	letter-spacing: 1px;
}
.mt-style-button1 .mt-style-button:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}
.mt-style-button2 .mt-style-button:hover {
	background: #1864ac;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
}
.mt-style-button3 .mt-style-button:hover {
	background: #1864ac;
	color: #fff;
	border-radius: 3px;
	border: 2px solid #1864ac;
	text-decoration: none;
}
.mt-style-button41 .mt-style-button:hover {
	background: #333;
	color: #fff;
	border-radius: 30px;
	text-decoration: none;
}
.mt-style-button42 .mt-style-button:hover {
	background: #000;
	color: #fff;
	border-radius: 0px;
	text-decoration: none;
}
.mt-style-button43 .mt-style-button:hover {
	background: #000;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
}
/************************************************

           ==Header css==

*************************************************/

/* .spin-title{
	height: 60px;
	line-height: 60px;
	margin-bottom: 0;
} */

.header {
	padding: 0;
}
.header .col-md-5 {
	padding-right: 0;
}
.header .logo {
	display: inline-block;
	margin: 5px 0 5px 0;
}
.navbar-default {
	background: none;
	border: none;
	margin-bottom: 0;
	min-height: auto;
	/* float: right; */
}
.navbar {
	background: none;
}
.site-header{
	display: block;
	position: fixed;
	top:0;
	width: 100%;
	box-shadow: 0px 4px 4px 0px #00000012;
	z-index: 111;
	background: #fff;
	padding: 12px 0;
}
.site-header .navbar-default .navbar-collapse{
	border-color: transparent;
}
@media (min-width: 992px) {
	.site-header .navbar-default > .container {
		position: relative;
	}
	.site-header .navbar-default .navbar-collapse {
		padding-right: 0;
		position: static;
	}
	.site-header .navbar-nav-main {
		position: static;
		left: auto;
		top: auto;
		transform: none;
		float: none;
		display: flex;
		align-items: center;
		margin: 0 0 0 32px;
		flex: 0 1 auto;
		z-index: 1;
	}
	.site-header .navbar-nav-main > li {
		float: none;
		display: flex;
		align-items: center;
	}
	.site-header .navbar-nav-actions {
		right: 0;
		top: 0;
		float: right;
		margin: 6px;
		z-index: 2;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
	}
	.site-header .navbar-nav-actions > li {
		float: none;
		display: flex;
		align-items: center;
	}
	.site-header .navbar-default .navbar-collapse {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}

.navbar-collapse {
	padding: 0;
}
.navbar-nav>li {
	padding: 0 15px;
}
.sign-in{
	display: inline-block;
	margin-top: 10px;
	padding: 0;
	background: none;
	border: none;
}
.site-header .navbar-nav .sign-in {
	margin-top: 0;
}
.sign-in .caret{
	margin-left: 10px;
}

.navbar-nav>li>a {
	/* text-transform: uppercase; */
	padding: 16px 0;
	border-bottom: 2px solid #fff;
	font-size: 18px;
	font-family: var(--font-regular);
}
.navbar-default .navbar-nav .sign-in > a {
	display: inline-block;
	box-sizing: border-box;
	padding: 8px 20px;
	line-height: 1.42857143;
	color: #fff;
	background-color: #1864ac;
	border: 1px solid #1864ac;
	border-radius: 4px;
	border-bottom: none;
	font-family: var(--font-medium);
	font-size: 18px;
	text-decoration: none;
}
.navbar-default .navbar-nav .sign-in > a:hover,
.navbar-default .navbar-nav .sign-in > a:focus {
	color: #fff;
	background-color: #145a96;
	border-color: #145a96;
	text-decoration: none;
}
.navbar-default .navbar-nav .sign-in.sign-in-find-job > a {
	color: #1864ac;
	background-color: transparent;
	border: 1px solid #1864ac;
}
.navbar-default .navbar-nav .sign-in.sign-in-find-job > a:hover,
.navbar-default .navbar-nav .sign-in.sign-in-find-job > a:focus {
	color: #1864ac;
	background-color: rgba(24, 100, 172, 0.08);
	border-color: #1864ac;
}
/* Header CTA buttons: Post a job, Find a Job, Hire Now */
.site-header .navbar-default .navbar-nav > li.header-cta {
	display: flex;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
}
.site-header .navbar-default .navbar-nav > li.header-cta > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 38px;
	padding: 8px 18px;
	line-height: 1.42857143;
	border-radius: 4px;
	border: 1px solid #1864ac;
	border-bottom: 1px solid #1864ac !important;
	font-family: var(--font-medium);
	font-size: 16px;
	text-decoration: none;
	white-space: nowrap;
}
.site-header .navbar-default .navbar-nav > li.header-cta.header-cta-outline > a {
	color: #1864ac;
	background-color: transparent;
}
.site-header .navbar-default .navbar-nav > li.header-cta.header-cta-outline > a:hover,
.site-header .navbar-default .navbar-nav > li.header-cta.header-cta-outline > a:focus,
.site-header .navbar-default .navbar-nav > li.header-cta.header-cta-outline.active > a,
.site-header .navbar-default .navbar-nav > li.header-cta.header-cta-outline.active > a:hover,
.site-header .navbar-default .navbar-nav > li.header-cta.header-cta-outline.active > a:focus {
	color: #1864ac;
	background-color: rgba(24, 100, 172, 0.08);
	border-color: #1864ac;
	text-decoration: none;
}
.site-header .navbar-default .navbar-nav > li.header-cta.header-cta-solid > a {
	color: #fff;
	background-color: #1864ac;
}
.site-header .navbar-default .navbar-nav > li.header-cta.header-cta-solid > a:hover,
.site-header .navbar-default .navbar-nav > li.header-cta.header-cta-solid > a:focus {
	color: #fff;
	background-color: #145a96;
	border-color: #145a96;
	text-decoration: none;
}
.site-header .navbar-nav-actions > li.header-cta {
	padding-left: 6px;
	padding-right: 6px;
}
@media (max-width: 991px) {
	.site-header .navbar-default .navbar-collapse {
		display: block;
	}
	.site-header .navbar-nav-main {
		position: static;
		transform: none;
		display: block;
	}
	.site-header .navbar-nav-actions {
		display: block;
		float: none !important;
		width: 100%;
	}
	.site-header .navbar-nav-actions > li.header-cta {
		display: block;
		float: none;
		padding: 8px 15px;
	}
	.site-header .navbar-default .navbar-nav > li.header-cta > a {
		display: block;
		width: 100%;
		text-align: center;
	}
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background: none;
}
.navbar-nav>li>a:hover, .navbar-nav>li:hover>a, .navbar-nav>li.active>a {
	border-bottom-color: #1864ac;
	text-decoration: none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: transparent;
}

.dropdown-menu {
	border-radius: 0;
	padding: 0;
}
.navbar-nav>li:hover .dropdown-menu {
	display: block;
}
.dropdown-menu>li>a {
	font-family: var(--font-regular);
	font-size: 18px;
	color: #555;
	padding: 8px 15px;
}
.dropdown-menu>li>a:hover {
	background: #1864ac;
	color: #fff;
}
/* Profile dropdown — friendly hovers (override Bootstrap blue above) */
.dropdown-menu.jw-candidate-dropdown-menu > li > a.jw-candidate-menu-link--profile:hover,
.dropdown-menu.jw-candidate-dropdown-menu > li > a.jw-candidate-menu-link--profile:focus {
	background: #f9fafb !important;
	color: #111827 !important;
}
.dropdown-menu.jw-candidate-dropdown-menu > li > a.jw-candidate-menu-link--logout:hover,
.dropdown-menu.jw-candidate-dropdown-menu > li > a.jw-candidate-menu-link--logout:focus {
	background: #fef2f2 !important;
	color: #b91c1c !important;
}
.dropdown-menu.jw-candidate-dropdown-menu > li > a.jw-candidate-menu-link--logout:hover .jw-candidate-menu-link__text,
.dropdown-menu.jw-candidate-dropdown-menu > li > a.jw-candidate-menu-link--logout:hover .jw-candidate-menu-link__icon--svg,
.dropdown-menu.jw-candidate-dropdown-menu > li > a.jw-candidate-menu-link--logout:focus .jw-candidate-menu-link__text,
.dropdown-menu.jw-candidate-dropdown-menu > li > a.jw-candidate-menu-link--logout:focus .jw-candidate-menu-link__icon--svg {
	color: #b91c1c !important;
}
.navbar-collapse.in {
	overflow: inherit;
	height: auto;
	/* padding: 0 15px; */
}
.navbar-nav li.postjob, .navbar-nav li.jobseeker {
	padding: 0;
}
.navbar-nav li.postjob>a {
	background: #1864ac;
	color: #fff;
	padding: 16px 15px;
	border-bottom-color: #1864ac;
}
.navbar-nav li.jobseeker a {
	background: #666;
	color: #fff;
	padding: 16px 15px;
	border-bottom-color: #666;
}
.navbar-nav li>a.postjob:hover, .navbar-nav li>a.jobseeker:hover {
	text-decoration: none;
	color: #fff;
	background: #000;
}
.navbar-nav>li.userbtn>a {
	padding: 0;
	border: none;
	display: inline-flex;
	align-items: center;
	line-height: 1;
}
.navbar-nav>li.userbtn img,
.navbar-nav>li.userbtn .jw-profile-avatar-initials--header {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #ddd;
	padding: 0;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	flex-shrink: 0;
	line-height: 1;
	text-align: center;
}
.navbar-nav>li.userbtn .dropdown-menu {
	left: auto;
	right: 0;
}

.navbar-nav>li.userbtn--candidate {
	position: relative;
}

.navbar-nav>li.userbtn--company {
	position: relative;
}

.navbar-nav>li.userbtn--candidate .dropdown-menu.jw-candidate-dropdown-menu {
	min-width: 240px;
	padding: 0;
	margin-top: 0;
	top: 100%;
	overflow: hidden;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(16, 24, 40, 0.12);
}

.navbar-nav>li.userbtn--company .dropdown-menu.jw-candidate-dropdown-menu {
	min-width: 240px;
	padding: 0;
	margin-top: 0;
	top: 100%;
	overflow: hidden;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(16, 24, 40, 0.12);
}

.navbar-nav>li.userbtn--candidate .dropdown-menu.jw-candidate-dropdown-menu:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
	height: 10px;
}

.navbar-nav>li.userbtn--company .dropdown-menu.jw-candidate-dropdown-menu:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
	height: 10px;
}

.navbar-nav>li.userbtn--candidate .dropdown-menu > li.jw-candidate-menu-header {
	padding: 0;
	background: transparent;
	white-space: normal;
}

.navbar-nav>li.userbtn--company .dropdown-menu > li.jw-candidate-menu-header {
	padding: 0;
	background: transparent;
	white-space: normal;
}

.jw-candidate-menu-profile {
	background: #eef2ff;
	padding: 16px;
}

.jw-candidate-menu-name {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #111827;
	line-height: 1.35;
	word-break: break-word;
}

.jw-candidate-menu-role {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	font-weight: 500;
	color: #6b7280;
	line-height: 1.3;
}

.navbar-nav>li.userbtn--candidate .dropdown-menu > li > a.jw-candidate-menu-link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	font-family: var(--font-regular);
	font-size: 14px;
	font-weight: 500;
	color: #374151;
	text-decoration: none;
}

.navbar-nav>li.userbtn--company .dropdown-menu > li > a.jw-candidate-menu-link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	font-family: var(--font-regular);
	font-size: 14px;
	font-weight: 500;
	color: #374151;
	text-decoration: none;
}

.navbar-nav>li.userbtn--candidate .dropdown-menu .jw-candidate-menu-link__icon {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar-nav>li.userbtn--company .dropdown-menu .jw-candidate-menu-link__icon {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar-nav>li.userbtn--candidate .dropdown-menu .jw-candidate-menu-link__icon--svg svg {
	display: block;
	width: 18px;
	height: 18px;
}

.navbar-nav>li.userbtn--company .dropdown-menu .jw-candidate-menu-link__icon--svg svg {
	display: block;
	width: 18px;
	height: 18px;
}

.navbar-nav>li.userbtn--candidate .dropdown-menu .jw-candidate-menu-link--profile {
	color: #374151;
}

.navbar-nav>li.userbtn--company .dropdown-menu .jw-candidate-menu-link--profile {
	color: #374151;
}

.navbar-nav>li.userbtn--candidate .dropdown-menu .jw-candidate-menu-link--profile .jw-candidate-menu-link__icon--svg {
	color: #4b5563;
}

.navbar-nav>li.userbtn--company .dropdown-menu .jw-candidate-menu-link--profile .jw-candidate-menu-link__icon--svg {
	color: #4b5563;
}

.navbar-nav>li.userbtn--candidate .dropdown-menu .jw-candidate-menu-link--logout,
.navbar-nav>li.userbtn--candidate .dropdown-menu .jw-candidate-menu-link--logout .jw-candidate-menu-link__text,
.navbar-nav>li.userbtn--candidate .dropdown-menu .jw-candidate-menu-link--logout .jw-candidate-menu-link__icon--svg {
	color: #d32f2f;
}

.navbar-nav>li.userbtn--company .dropdown-menu .jw-candidate-menu-link--logout,
.navbar-nav>li.userbtn--company .dropdown-menu .jw-candidate-menu-link--logout .jw-candidate-menu-link__text,
.navbar-nav>li.userbtn--company .dropdown-menu .jw-candidate-menu-link--logout .jw-candidate-menu-link__icon--svg {
	color: #d32f2f;
}

.navbar-nav>li.userbtn--candidate .dropdown-menu .jw-candidate-menu-divider {
	margin: 4px 0;
	background-color: #e5e7eb;
	height: 1px;
}

.navbar-nav>li.userbtn--company .dropdown-menu .jw-candidate-menu-divider {
	margin: 4px 0;
	background-color: #e5e7eb;
	height: 1px;
}

.navbar-nav>li.userbtn--candidate .dropdown-menu > li > a.jw-candidate-menu-link:hover,
.navbar-nav>li.userbtn--candidate .dropdown-menu > li > a.jw-candidate-menu-link:focus {
	text-decoration: none;
}

.navbar-nav>li.userbtn--company .dropdown-menu > li > a.jw-candidate-menu-link:hover,
.navbar-nav>li.userbtn--company .dropdown-menu > li > a.jw-candidate-menu-link:focus {
	text-decoration: none;
}

.navbar-nav>li.userbtn--candidate .dropdown-menu > li > a.jw-candidate-menu-link--profile:hover,
.navbar-nav>li.userbtn--candidate .dropdown-menu > li > a.jw-candidate-menu-link--profile:focus {
	background: #f9fafb !important;
	color: #111827 !important;
}

.navbar-nav>li.userbtn--company .dropdown-menu > li > a.jw-candidate-menu-link--profile:hover,
.navbar-nav>li.userbtn--company .dropdown-menu > li > a.jw-candidate-menu-link--profile:focus {
	background: #f9fafb !important;
	color: #111827 !important;
}

.navbar-nav>li.userbtn--candidate .dropdown-menu > li > a.jw-candidate-menu-link--logout:hover,
.navbar-nav>li.userbtn--candidate .dropdown-menu > li > a.jw-candidate-menu-link--logout:focus {
	background: #fef2f2 !important;
}

.navbar-nav>li.userbtn--company .dropdown-menu > li > a.jw-candidate-menu-link--logout:hover,
.navbar-nav>li.userbtn--company .dropdown-menu > li > a.jw-candidate-menu-link--logout:focus {
	background: #fef2f2 !important;
}

.navbar-nav>li.userbtn--candidate .dropdown-menu > li > a.jw-candidate-menu-link--logout:hover,
.navbar-nav>li.userbtn--candidate .dropdown-menu > li > a.jw-candidate-menu-link--logout:hover .jw-candidate-menu-link__text,
.navbar-nav>li.userbtn--candidate .dropdown-menu > li > a.jw-candidate-menu-link--logout:hover .jw-candidate-menu-link__icon--svg,
.navbar-nav>li.userbtn--candidate .dropdown-menu > li > a.jw-candidate-menu-link--logout:focus,
.navbar-nav>li.userbtn--candidate .dropdown-menu > li > a.jw-candidate-menu-link--logout:focus .jw-candidate-menu-link__text,
.navbar-nav>li.userbtn--candidate .dropdown-menu > li > a.jw-candidate-menu-link--logout:focus .jw-candidate-menu-link__icon--svg {
	color: #b91c1c !important;
}

.navbar-nav>li.userbtn--company .dropdown-menu > li > a.jw-candidate-menu-link--logout:hover,
.navbar-nav>li.userbtn--company .dropdown-menu > li > a.jw-candidate-menu-link--logout:hover .jw-candidate-menu-link__text,
.navbar-nav>li.userbtn--company .dropdown-menu > li > a.jw-candidate-menu-link--logout:hover .jw-candidate-menu-link__icon--svg,
.navbar-nav>li.userbtn--company .dropdown-menu > li > a.jw-candidate-menu-link--logout:focus,
.navbar-nav>li.userbtn--company .dropdown-menu > li > a.jw-candidate-menu-link--logout:focus .jw-candidate-menu-link__text,
.navbar-nav>li.userbtn--company .dropdown-menu > li > a.jw-candidate-menu-link--logout:focus .jw-candidate-menu-link__icon--svg {
	color: #b91c1c !important;
}

.jw-candidate-mobile-menu-profile {
	display: none;
}

@media (max-width: 991px) {
	.site-header .navbar-default .collapse.in .jw-candidate-mobile-menu-profile {
		display: block;
		margin: 0 0 12px;
		border-radius: 8px;
		overflow: hidden;
	}

	.site-header .navbar-default .collapse.in .navbar-right .userbtn--candidate .dropdown-menu {
		position: static;
		float: none;
		width: 100%;
		margin-top: 8px;
		box-shadow: none;
		border: 1px solid #e5e7eb;
		border-radius: 8px;
	}

	.site-header .navbar-default .collapse.in .navbar-right .userbtn--company .dropdown-menu {
		position: static;
		float: none;
		width: 100%;
		margin-top: 8px;
		box-shadow: none;
		border: 1px solid #e5e7eb;
		border-radius: 8px;
	}

	.site-header .navbar-default .collapse.in .navbar-right .userbtn--candidate.open > .dropdown-menu {
		display: block;
	}

	.site-header .navbar-default .collapse.in .navbar-right .userbtn--company.open > .dropdown-menu {
		display: block;
	}
}

/************************************************

           ==Top Search css==

*************************************************/

.searchwrap {
	background: url(../images/search-bg.jpg) no-repeat;
	background-size: cover;
	padding: 60px 0;
}
.searchwrap h3 {
	text-align: center;
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
}
.searchwrap h3 span {
	display: block;
}
.searchbar {
	margin: 0;
	margin-top: 40px;
}
.searchbar .row{margin: 0 -1px;}
.searchbar .row div {
	padding: 0 1px;
}
.srchbox {
    background:rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 20px;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.srchbox.openSearch {
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    background: rgba(24, 167, 255, 0.5);
}
.additional_fields .form-control{margin-bottom: 15px;}
.searchbar .form-control {
	height: 50px;
	border-radius: 0;
	padding: 13px 15px;
	border: none;
	font-size: 18px;
}
.searchbar .btn {
	background: #1864ac;
	border-radius: 0;
	color: #fff;
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 14px 20px;
	width: 100%;
}
.getstarted {
	text-align: center;
	margin-top: 50px;
}
.getstarted a {
	display: inline-block;
	border: 3px solid #fff;
	padding: 12px 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.getstarted a i {
	margin-right: 10px;
}
.getstarted a:hover {
	background: #1864ac;
	text-decoration: none;
}
/************************************************

           ==map search css==

*************************************************/

#map_canvas {
	height: 450px;
	width: 100%;
}
.infobox-wrap {
	width: 340px;
	padding: 10px 5px;
}
.infobox-wrap .infobox-figure {
	width: 150px;
	float: left;
}
.infobox-wrap .infobox-content {
	width: 180px;
	float: left;
	padding-left: 15px;
	text-align: left;
}
.infobox-wrap .infobox-content h5 {
	text-align: left;
	margin: 0;
	font-size: 20px;
}
.infobox-wrap .infobox-content .address p {
	text-align: left;
	color: #999;
	font-weight: 600;
}
.infobox-wrap .infobox-rattings {
	margin: 10px 0 15px;
}
.infobox-wrap .infobox-rattings i {
	margin-right: 2px;
}
.infobox-wrap .infobox-figure img {
	max-width: 100% !important;
}
.infobox-rattings i {
	color: #ff9600;
	font-size: 18px;
}
#map-section .form-control {
	height: auto;
	border-radius: 0;
	padding: 13px 15px;
	border: none;
	font-size: 18px;
}
#map-section .btn {
	background: #1864ac;
	border-radius: 0;
	color: #fff;
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 15px 20px;
}
.searchblack {
	background: #233361;
	padding-bottom:40px;
	margin-top: 0;
}
.searchbar select.form-control, .searchblack select.form-control {
	padding: 12px 15px 13px 15px;
	line-height: 46px;
}
/*********************************************

		Revolution slider

**********************************************/
.tp-bannertimer{display: none;}
.tp-banner-container {
	position: relative;
	z-index: 1;
	padding: 0;
	width: 100%;
}
.tp-banner {
	position: relative;
	width: 100%;
}
.tp-caption {
	line-height: normal !important
}
.tp-caption a {
	color: inherit !important;
}
.tp-bullets.simplebullets.round .bullet {
	border: 3px #fff solid;
	border-radius: 50%;
	background-image: none !important;
}
.tparrows {
	width: auto !important;
	height: auto !important;
	background-image: none !important;
}
.tp-arr-allwrapper {
	margin: 0 10px;
	width: 50px;
	height: 60px;
}
.tp-arr-allwrapper:hover .tp-arr-iwrapper {
	color: #fff;
}
.tp-leftarrow .tp-arr-allwrapper {
}
.tp-rightarrow .tp-arr-allwrapper {
}
.tp-arr-iwrapper {
	color: #000;
	text-align: center;
	font-size: 30px;
	font-family: 'FontAwesome';
	line-height: 60px;
}
.tp-leftarrow .tp-arr-iwrapper {
}
.tp-leftarrow .tp-arr-iwrapper:before {
	content: "\f104";
}
.tp-rightarrow .tp-arr-iwrapper:before {
	content: "\f105";
}
.tp-rightarrow .tp-arr-iwrapper {
}
.slide-h1 {
	margin: 5px 0 !important;
	padding: 0 0 10px !important;
	padding-bottom: 5px !important;
	color: #444;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 57px;
}
.slide-h2 {
	margin: 5px 0 !important;
	padding: 0 0 10px !important;
	padding-bottom: 5px !important;
	color: #555;
	font-weight: bold;
	font-size: 55px;
	line-height: 100%;
}
.big-font {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 60px;
}
.large-desc {
	font-size: 16px;
}
.slide-h3 {
	color: #fff;
	font-size: 31px;
	line-height: 100%;
}
.slide-h3 span {
	text-transform: uppercase;
	font-weight: bold;
}
.slide-head {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 30px;
}
.slide-desc {
	font-size: 22px;
	line-height: 150%;
}
.main-title {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 70px;
}
.icon-cont {
	padding: 15px 40px;
	border-radius: 10px;
	text-align: center;
}
.icon-cont:after {
	position: absolute;
	bottom: -10px;
	left: 40%;
	z-index: 5;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	content: "";
}
.icon-cont i {
	margin-bottom: 10px;
	color: #fff;
	font-size: 50px;
}
.icon-cont span {
	display: block;
	padding: 0 0 5px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
a.wit-btn {
	background: #fff;
	color: #333 !important;
	text-transform: uppercase;
}
.wit-line {
	width: 5%;
	height: 1px;
	background: #fff;
}
.vert-line {
	min-height: 270px;
	width: 1px;
	background: #fff;
}
.subTxt {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	color: #333;
}
.large-title {
	color: #222;
	font-size: 60px;
	font-weight: 800;
	text-transform: uppercase !important;
}
.large-light-title {
	color: #787878 !important;
	font-size: 70px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 2px
}
.large-text {
	font-size: 20px;
	color: #000;
	font-weight: lighter;
}
.larger-text {
	font-size: 24px;
	font-weight: lighter;
	text-transform: uppercase;
}
.witTxt {
	color: #fff !important;
}
.light-font {
	font-weight: lighter !important;
	font-size: 50px;
}
.black-bg {
	background: rgba(0,0,0,.63);
	color: #a8a8a8;
	text-transform: none;
}
.lft-list {
	padding: 10px;
	font-size: 18px;
	color: #fff;
}
.wit-border {
	border: 1px #fff solid;
	padding: 15px 60px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.rounded-bord {
	margin-right: 15px;
	border: 1px #fff solid;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
}
#vertical-ticker {
	height: 120px;
	overflow: hidden;
}
#vertical-ticker li {
	padding: 15px 20px;
	display: block;
	text-align: center;
}
.to-bottom i.fa {
	font-size: 30px;
	border: 2px #a8a8a8 solid;
	padding: 20px 22px;
	border-radius: 50%;
	-webkit-animation: bounce 2s infinite linear;
	animation: bounce 2s infinite linear;
}
.slidertext1 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	padding: 15px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.sliderpara {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 15px;
	text-transform: none !important;
}
.slidertext5 {
	padding: 0 15px;
}
.slidertext5 a {
	color: #fff !important;
	font-size: 24px;
	font-weight: 700;
	padding: 22px 50px;
	text-transform: capitalize !important;
	text-align: left;
	background: #1864acd1;
	font-family: 'Roboto', sans-serif;
}
/************************************************

           == How it works css==

*************************************************/

.howlist {
	list-style: none;
}
.howlist li {
	margin-top: 30px;
	text-align: center;
}
.howlist li .iconcircle {
	width: 140px;
	height: 140px;
	border: 7px solid #78ceff;
	border-radius: 50%;
	text-align: center;
	line-height: 150px;
	margin-bottom: 15px;
	display: inline-block;
	box-shadow: 4px 7px 15px rgba(0,0,0,0.1);
}
.howlist li:nth-child(2) .iconcircle {
	border-color: #83ec0f;
}
.howlist li:last-child .iconcircle {
	border-color: #ffc456;
}
.howlist li .iconcircle i {
	font-size: 48px;
	color: #555;
}
.howlist li h4 {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
}
.howlist li p {
	font-size: 16px;
	line-height: 24px;
	color: #555;
}
/************************************************

           == Top Employers css==

*************************************************/

.employerList:after {
	display: table;
	clear: both;
	content: '';
}
.employerList li img {
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	background: #fff;
	padding: 5px;
	width: 100%;
}
.employerList li img:hover {	
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	background: #1864ac;
}

.employerList .owl-stage-outer{padding:0 0 50px 0;}
.employerList .owl-controls{text-align: center; margin-top: -15px;}
.employerList .owl-controls .owl-nav i{display: inline-block; background: #333; color: #fff; font-size: 20px; padding: 9px 12px; margin: 0 5px; cursor: pointer;}

.compnaieslist li{margin-bottom: 30px;}
.compnaieslist li .compint{background: #fff; padding:10px; border: 1px solid #e4e4e4;overflow: hidden;height: 300px;} 
.compnaieslist li .imgwrap{/*min-height: 240px; max-height: 240px;*/ overflow: hidden; margin-bottom: 10px;}
.compnaieslist li .imgwrap img{width: 100%;}
.compnaieslist li:hover .compint{box-shadow: 0 0 10px rgba(0,0,0,0.1); border: 1px solid #1864ac;}
.compnaieslist li h3 a{font-size: 18px; color:#1864ac ;}
.compnaieslist li .loctext{margin-bottom: 10px;}
.compnaieslist li i {
    color: #1864ac;
    width: 18px;
    text-align: left;
}
.compnaieslist li .curentopen, .compnaieslist li .loctext{color: #666;}
.candidateinfo .userPic img {
	height: 90px;
	width: 100px;
}
.user-pic-avatar-wrap {
	position: relative;
	display: inline-block;
}
.user-pic-avatar-wrap .jw-profile-open-to-work-frame {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	display: none;
	object-fit: contain;
}
.user-pic-avatar-wrap.is-open-to-work .jw-profile-open-to-work-frame {
	display: block;
}
.compint .imgwrap img {
	height: 160px;
}


/*Top Search*/
.topsearchwrap h4 {
	margin: 0;
	color: #5d6469;
	font-size: 22px;
	font-weight: 500;
	padding: 15px 25px;
	text-align: left;
	border-bottom: 1px solid #eee;
	background: #f6f6f6;
}
.srchbx {
	border: 1px solid #eee;
	margin-bottom: 30px;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

.srchbx .srchint {
	padding: 30px;
}
.catelist li a {
	display: block;
	margin: 10px 0;
	position: relative;
	padding-left: 15px;
	color: #000;
	font-weight: 600
}
.catelist li a:hover {
	color: #1864ac;
}
.catelist li a:before {
	position: absolute;
	left: 0;
	content: '\f0da';
	font-family: 'FontAwesome';
	font-weight: 400;
}
.catelist li span {
	color: #6aca00;
}


/***************************
		Searh Tabs
***************************/
.tabswrap{border-bottom:3px solid #1864ac;}
.tabswrap .nav-tabs{border-bottom: none; float: right;}
.tabswrap .nav-tabs>li{margin-bottom:0;}
.tabswrap .nav-tabs>li>a{background:#eee; border-radius:0; font-size:14px; font-weight:700; color:#666; padding:10px 30px;}
.tabswrap .nav-tabs>li.active>a, .tabswrap .nav-tabs>li.active>a:focus, .tabswrap .nav-tabs>li.active>a:hover{background:#1864ac; color:#fff; border-color:#1864ac;}
.tabswrap .nav-tabs>li.last{float:right;}
.tabswrap .nav-tabs>li.last a{background:none; font-size:14px; padding:0; margin:0; border:none; margin-top:7px;}
.tabswrap .nav-tabs>li.last a:hover{border:none; color:#1864ac;}
.jobimg img,
.jobimg .jw-profile-avatar-initials {
	/* height: 80px; */
	width: 100%;
}
.jobimg .jw-profile-avatar-initials {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-sizing: border-box;
}


.largebanner {
    text-align: left;
    margin: 30px auto;
    max-width: 748px;
    position: relative;
    background: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 5px;
}
.largebanner img{display: block;}
.shadow3, .shadow4 {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
    position: relative;
}
.shadow3:before, .shadow3:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 2px;
    left: 15px;
    right: 15px;
    z-index: -1;
    border-radius: 100px/30px;
    -webkit-box-shadow: 0 0 20px 2px #ccc;
    -moz-box-shadow: 0 0 20px 2px #ccc;
    box-shadow: 0 0 20px 2px #ccc;
}


/************************************************

           == Home Jobs css==

*************************************************/

.jobslist {
	list-style: none
}
.jobslist li {
	margin-top: 30px;
}
.jobslist li .jobint {
	background: #fff;
	padding: 15px;
	border: 1px solid #e3e3e3;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	min-height: 113px;
}
.jobslist li .jobint:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	border-color: #1864ac
}
.jobslist li .col-md-7, .jobslist li .col-md-9 {
	padding-left: 0;
}
.jobslist li h4 {
	margin-bottom: 5px;
}
.jobslist li h4 a {
	font-size: 18px;
	color: #000;
	font-weight: 700;
}
.jobslist li h4 a:hover {
	color: #1864ac;
}
.jobslist li .company {
	color: #999;
	padding: 7px 0
}
.jobslist li .company a {
	color: #1864ac;
}
.jobslist li .jobloc {
	color: #000;
}
.jobslist li .jobloc span {
	color: #999;
}
.jobslist li .applybtn {
	background: #fff;
	display: inline-block;
	color: #1864ac;
	font-weight: 600;
	padding: 9px 15px;
	margin-top: 20px;
	border: 1px solid #1864ac;
}
.jobslist li .applybtn:hover {
	background: #1864ac;
	color: #fff;
	text-decoration: none;
}
.viewallbtn {
	text-align: center;
	margin-top: 40px;
}
.viewallbtn a {
	display: inline-block;
	background: #1864ac;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 30px;
}
.viewallbtn a:hover {
	background: #333;
	text-decoration: none;
}
.partTime {
	background: #f8a60c;
	color: #fff;
	font-size: 13px;
	display: inline-block;
	padding: 4px 6px;
}
.fulltime {
	background: #6ACA00;
	color: #fff;
	font-size: 13px;
	display: inline-block;
	padding: 0px 6px;
}
label.fulltime[title="Part Time"] {
	background: #f8a60c;
}
label.fulltime[title="Freelance"] {
	background: #ff0000;
}
label.fulltime[title="Contract"] {
	background: #0C86F8;
}
label.fulltime[title="Internship"] {
	background: #9B54F4;
}
label.fulltime[title="First Shift (Day)"] {
	background: #AFCB59;
}
label.partTime[title="First Shift (Day)"] {
	background: #AFCB59;
}
label.partTime[title="Second Shift (Afternoon)"] {
	background: #688CD5;
}
label.partTime[title="Third Shift (Night)"] {
	background: #EF7D7D;
}
label.partTime[title="Rotating"] {
	background: #B09EEB;
}
.freelance {
	background: #ff0000;
	color: #fff;
	font-size: 13px;
	display: inline-block;
	padding: 4px 6px;
}
/************************************************

           == Video css==

*************************************************/

.videowraper {
	background: #233361;
}

.videowraper .titleTop{text-align: left; margin-top: 40px;}

.videowraper .subtitle, .videowraper h3 {
	color: #fff;
}
.videowraper p {
	color: #fff;
	max-width: 800px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 24px;
}

.videowraper .embed-responsive{
    -webkit-box-shadow: 0 10px 15px 0 rgba(38, 48, 77, 0.14);
    box-shadow: 0 10px 15px 0 rgba(38, 48, 77, 0.14);
	border: 7px solid #fff;
	border-radius: 3px;
}



/************************************************

           == Testimonials css==

*************************************************/

.testimonialsList {
	list-style: none;
}
.testimonialsList li {
	text-align: center;
	max-width: 770px;
	margin: 10px auto;
}
.testimonialsList li .testimg {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin: auto
}
.testimonialsList li .clientname {
	font-size: 24px;
	font-weight: 700;
	padding: 15px 0;
	color: #000;
	font-family: 'Roboto', sans-serif;
}
.testimonialsList li p {
	font-style: italic;
	line-height: 22px;
}
.testimonialsList li .clientinfo {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #00a8ff;
	margin-top: 10px;
}
/************************************************

           == App Box css==

*************************************************/

.appwraper {
	background: url(../images/app-bg.jpg) no-repeat top;
	background-size: cover;
	padding-top: 70px;
	background-attachment: fixed;
}
.appimg {
	text-align: center;
}
.appimg img {
	display: block;
}
.appwraper .titleTop {
	text-align: left;
	margin-bottom: 10px;
}
.appwraper .subtitle {
	color: #fff;
}
.appwraper .titleTop h3 {
	color: #fff;
	text-transform: uppercase;
	margin-top: 5px;
}
.appwraper .subtitle2 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #fff;
}
.appwraper p {
	color: #fff;
	line-height: 24px;
}
.appwraper .appbtn {
	margin-top: 45px;
	margin-bottom: 30px
}
.appwraper .appbtn a {
	display: inline-block;
	margin-right: 10px;
}
/*Page Title*/

.pageTitle {
	background: url('../images/page-title-bg.jpg') no-repeat;
	background-size: cover;
	padding: 25px 0;
	width: 100%;
	padding-top: 75px;
	display: block;
}
.pageTitle .filter-heading {
	font-size: 18px;
	font-family: var(--font-medium);
	color: #fff;
}
.breadcrumb {
	text-align: right;
	color: #fff;
	margin-top: 20px;
	margin-right: 10px;
	/* background-color: transparent; */
}
.breadcrumb a {
	color: #fff;
	display: inline-block;
	padding: 0 5px;
}
/* .breadcrumb a {
	color: #1864ac;
	display: inline-block;
	padding-left: 5px;
} */
/************************************************

           == Search List css==

*************************************************/

.listpgWraper {
	background: #f0f0f0;
	width: 100%;
	min-height: 400px;
	padding: 70px 0;
}

.pageSearch {
	margin-bottom: 30px;
}
.pageSearch a.btn {
	background: #1864ac;
	color: #fff;
	padding: 13px 15px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0;
	display: block;
}
.pageSearch a.btn i {
	font-weight: 400;
	font-size: 24px;
	margin-right: 5px;
}
.pageSearch a.btn:hover {
	background: #666;
}
.searchform .row {
	margin: 0 -5px;
}
.searchform .col-md-3, .searchform .col-md-2, .searchform .col-sm-3, .searchform .col-sm-2 {
	padding: 0 5px;
}
.searchform .form-control {
	border-radius: 0;
	height: auto;
	padding: 13px 12px;
	font-size: 16px;
}
.searchform select.form-control {
	padding: 13px 12px;
	background: #fff;
	line-height: 45px;
}
.searchform .btn {
	border-radius: 0;
	background: #1864ac;
	font-size: 24px;
	color: #fff;
	padding: 7px 18px;
}
.searchform .btn:hover {
	background: #444;
}
/************************************************

           == Sidebar css==

*************************************************/

.sidebar {
	background: #fff;
	border: 1px solid #e4e4e4;
	padding: 20px;
	margin-bottom: 30px;
}
.sidebar .widget {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.sidebar .widget-title {
	font-size: 18px;
	font-weight: 600;
	color: #666;
	margin-bottom: 20px;
}
.optionlist {
	list-style: none;
}
.optionlist li {
	margin-bottom: 10px;
	padding: 5px 0;
	position: relative;
	padding-left: 30px;
}
.optionlist li span {
	position: absolute;
	right: 0;
	top: 6px;
}
.optionlist li input[type=checkbox] {
	display: none;
}
.optionlist li input[type=checkbox] + label {
	width: 20px;
	height: 20px;
	border: 1px solid #e0e0e0;
	background: #f5f5f5;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
}
.optionlist li input[type=checkbox]:checked + label:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #4ece00;
	padding-left: 2px;
	position: relative;
	top: 2px;
}
.sidebar a {
	color: #1864ac;
	display: inline-block;
	margin-top: 10px;
}
.searchnt .btn {
	background: #1864ac;
	display: block;
	border-radius: 0;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 15px;
}
.sidebar .gad {
	margin-top: 15px;
	text-align: center;
}
.social a {
	color: #00a8ff;
	font-size: 32px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 0;
}
.social a:hover {
	color: #000;
}
/*Listing*/

.searchList {
	list-style: none;
}
.searchList li {
	background: #fff;
	border: 1px solid #e4e4e4;
	padding: 20px;
	margin-bottom: 30px;
}
.searchList li:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border: 1px solid #1864ac;
}
.searchList li .jobimg {
	float: left;
	width: 70px;
	margin-right: 15px;
}
.searchList li h3 a {
	font-size: 18px;
	font-weight: 600;
	color: #00a8ff;
}
.searchList li .companyName {
	margin: 10px 0;
	color: #969595;
}
.searchList li .companyName a {
	color: #969595;
}
.searchList li a:hover {
	color: #333;
}
.searchList li .location {
	color: #000;
}
.searchList li .location span {
	color: #333;
}
.searchList li .listbtn {
	margin-top: 20px;
}
.searchList li .listbtn a {
	background: #fff;
	display: block;
	border-radius: 0;
	width: 100%;
	color: #1864ac;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 15px;
	text-align: center;
	border: 1px solid #1864ac;
}
.searchList li .listbtn a:hover {
	background: #1864ac;
	color: #fff;
	text-decoration: none;
}
.searchList li p {
	line-height: 22px;
	color: #333;
	margin: 10px 0 0 0;
}
.searchList li .cateinfo {
	color: #1864ac;
	margin: 10px 0;
}
.searchList li .minsalary {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin-top: 25px;
	color: #a8d815;
}
.searchList li .minsalary span {
	color: #999;
	font-weight: 400;
}
/*Pagination*/

.pagiWrap .showreslt {
	font-weight: 600;
	margin-top: 10px;
}
.pagiWrap .pagination {
	text-align: right;
	margin: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0;
}
/************************************************

           == Job Detail css==

*************************************************/

.job-header {
	background: #fff;
	border: 1px solid #e4e4e4;
	margin-bottom: 30px;
}
.job-header .jobinfo {
	padding: 25px;
	border-bottom: 1px solid #e4e4e4;
}
.job-header .jobinfo h2 {
	font-size: 24px;
	color: #444;
}
.job-header .jobinfo .ptext {
	color: #999;
	margin: 12px 0;
}
.job-header .jobinfo .salary {
	font-size: 16px;
	font-weight: 700;
	color: #888;
}
.job-header .jobinfo .salary strong {
	color: #000;
}
.companyinfo {
	text-align: center;
	margin-bottom: 30px;
	background: #3b91c5;
	padding: 30px;
}
.companyinfo .companylogo {
	width: 100px;
	background: #fff;
	border: 5px solid #eee;
	display: inline-block;
}
.companyinfo .companylogo img {
	display: block;
}
.companyinfo .ptext{color: #f9ff00; padding: 7px 0;}
.companyinfo .title a {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}
.companyinfo .opening a {
	color: #fff;
}
/*Candidate Info*/

.job-header .jobinfo .candidateinfo .userPic {
	float: left;
	width: 100px;
	height: 100px;
	background: #cbcbcb;
	margin-right: 20px;
	border: 5px solid #1864ac;
}
.job-header .jobinfo .candidateinfo .title {
	font-size: 24px;
	color: #333;
	font-weight: 600
}
.job-header .jobinfo .candidateinfo .desi {
	font-size: 18px;
	color: #666;
	margin-top: 10px;
}
.job-header .jobinfo .candidateinfo .loctext {
	line-height: 24px;
	color: #555;
	margin-top: 8px;
}
.job-header .jobinfo .candidateinfo .loctext i {
	width: 20px;
	color: #1864ac;
}
.cadsocial {
	margin-top: 10px;
}
.cadsocial a {
	color: #666;
	font-size: 24px;
	display: inline-block;
	margin-right: 7px;
}
.cadsocial a:hover {
	color: #1864ac;
}
.relatedJobs {
	margin-bottom: 30px;
}
.relatedJobs h3 {
	font-size: 24px;
	font-weight: 700;
	color: #555;
	margin-bottom: 15px;
}
/*Buttons*/

.jobButtons {
	padding: 20px 25px;
}
.jobButtons a {
	background: #f0f0f0;
	margin-right: 10px;
	color: #333;
	font-weight: 600;
	font-size: 16px;
}
.jobButtons a.report {
	background: #e01010;
	color: #fff;
}
.jobButtons a.apply {
	background: #a8d815;
	color: #fff
}
.jobButtons .jbexpire {
	background: #FF7C69;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;border-radius: 5px;
	cursor: not-allowed
}
.jobButtons a:hover {
	background: #222;
	color: #fff;
}
.job-header .contentbox {
	padding: 35px;
}
.job-header .contentbox h3 {
	font-size: 24px;
	font-weight: 700;
	color: #1864ac;
	margin-bottom: 10px;
}
.job-header .contentbox p {
	line-height: 24px;
	color: #555;
	margin-bottom: 20px;
}
.job-header .contentbox p strong{font-weight: 700;}
.job-header .contentbox p em{font-style: italic;}
.job-header .contentbox p u{text-decoration: underline;}


.job-header .contentbox ul {
	margin-bottom: 30px;
}
.job-header .contentbox ul li {
	padding: 7px 0 7px 0px;
	position: relative;
	line-height: 24px;
}
/* .job-header .contentbox ul li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #a8d815;
	position: absolute;
	left: 0;
} */

ul.skillslist{margin-bottom: 0 !important;}
ul.skillslist li:before{display: none;}
ul.skillslist li{display: inline-block; padding: 0 !important;}
ul.skillslist li a{display: inline-block; background: #eee; color: #555; padding: 10px 20px; margin: 5px 10px 5px 0; border-radius: 5px; font-weight: 600;}
ul.skillslist li a:hover{text-decoration: none; background:#a8d815; color: #fff;}
ul.skillslist li span{display: inline-block; background: #eee; color: #555; padding: 10px 20px; margin: 5px 10px 5px 0; border-radius: 5px; font-weight: 600;}
ul.skillslist li span:hover{background:#a8d815; color: #fff;}



/*Job Info*/
.jobdetail .table-bordered {
	border: none;
	margin-bottom: 0;
}
.jobdetail .table-bordered td {
	border: none;
	border-top: 1px solid #ddd;
}
.jobdetail {
	padding: 20px;
}
.jobdetail iframe {
	width: 100%;
	height: 250px;
	border: none
}
.jobdetail h3 {
	font-size: 18px;
	color: #1864ac;
	font-weight: 700;
}
.jbdetail {
	margin-top: 20px;
}
.jbdetail li {
	margin-bottom: 20px;
	color: #908f8f;
}
.jbdetail li a {
	display: block;
	text-align: right;
	color: #1864ac;
	font-weight: 600;
}
.jbdetail li span {
	display: block;
	text-align: right;
	color: #000;
	font-weight: 600;
}
.jbdetail li span.permanent {
	color: #a8d815;
}
.jbdetail li span.contract {
	color: #1864ac;
}
.jbdetail li span.freelance {
	color: #F07200;
	background: none;
	padding: 0;
}
/*Skills*/

.skillswrap {
	margin-top: 20px;
}
.skillswrap h5 {
	color: #7b7b7b;
	font-weight: 400;
	margin-bottom: 5px;
}
/*Education*/

.educationList {
	margin-bottom: 0 !important;
}
.educationList li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px !important;
	padding-top: 0 !important;
	padding-left: 0 !important;
	margin-top: 30px;
}
.educationList li:hover {
	border-bottom-color: #1864ac;
}
.educationList li:before {
	display: none;
}
.educationList li:last-child {
	border-bottom: 0;
}
.educationList li .date {
	width: 90px;
	height: 90px;
	background: #888;
	border-radius: 50%;
	text-align: center;
	font-weight: 700;
	padding-top: 17px;
	line-height: 18px;
	float: left;
	color: #fff;
	margin-right: 20px;
}
.educationList li h4 {
	font-size: 18px;
	font-weight: 700;
	color: #58c0ff;
	margin-bottom: 5px;
}
.educationList li p {
	margin-bottom: 0 !important;
}
/*Experience*/

.experienceList {
	margin-bottom: 0 !important;
}
.experienceList li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px !important;
	padding-left: 0 !important;
	padding-top: 0 !important;
	margin-top: 30px;
}
.experienceList li:hover {
	border-bottom-color: #1864ac;
}
.experienceList li:before {
	display: none;
}
.experienceList li:last-child {
	border-bottom: 0;
}
.experienceList li h4 {
	font-size: 18px;
	font-weight: 700;
	color: #58c0ff;
	margin-bottom: 10px;
}
.experienceList li p {
	margin-bottom: 0 !important;
	margin-top: 10px;
}
/*Portfolio*/

.userPortfolio li {
	padding: 0 15px !important;
	margin-top: 30px;
}
.userPortfolio li:before {
	display: none;
}
.userPortfolio li .imgbox {
	overflow: hidden;
	position: relative
}
.userPortfolio li .itemHover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(22,34,46,.9);
	transform: scale(0);
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}
.userPortfolio li:hover .itemHover {
	transform: scale(1)
}
.userPortfolio li .zoombox {
	display: table;
	width: 100%;
	height: 20%;
	text-align: right
}
.userPortfolio li .item-zoom {
	display: inline-block;
	border: 2px solid #fff;
	padding: 6px 12px;
	margin: 15px 15px 0 0;
	color: #fff
}
.userPortfolio li .item-zoom:hover {
	background: #2079f2
}
.userPortfolio li .infoItem {
	display: table;
	width: 100%;
	height: 70%;
	text-align: center
}
.userPortfolio li .itemtitle {
	vertical-align: bottom;
	padding: 0 15px 15px;
	position: relative;
	display: table-cell;
}
.userPortfolio li .itemtitle h5 {
	color: #fff;
	font-size: 18px;
	margin: 0 0 5px
}
.userPortfolio li .itemtitle p {
	color: #ccc;
	line-height: 18px
}
.userPortfolio li .itemtitle a {
	color: #2079f2
}
.userPortfolio li.shown, .no-cssanimations .userPortfolio li, .no-js .grid li {
	opacity: 1
}
.userPortfolio li a, .userPortfolio li img {
	outline: 0;
	border: none;
	display: block;
	max-width: 100%
}
/************************************************

           == Cms Pages css==

*************************************************/

.inner-page {
	padding: 50px 0;
}


.contact-section{
	position: relative;
	/* background: url('../img/backgrond.jpg') no-repeat center; */
	background-size: cover;
	width: 100%;
	/* margin-top:50px; */
}
.contact-section .contact-form textarea{
	height: auto !important;
}
/* .contact-section:before{
	position: absolute;
	content:"";
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height:100%;
	/* background: rgba(0, 0, 0, 0.85); */
	/* background: rgba(24, 167, 255, 0.3); */
	/*} */
	.contact-wrap{
		position: relative;
	}
.inner-page .contact-subtitle{
	font-size: 24px;
	margin-bottom: 20px;
	color: #000;
}
.inner-page .title {
	text-align: center;
	margin-bottom: 40px;
	color: white;
}
.inner-page .title > span {
	color: #292929;
	font-size: 17px;
	margin-bottom: 10px;
}

.inner-page .title > p {
	line-height: 24px;
	color: #7c8493;
}
.googlemap{
	position: relative;
	width: 100%;
	display: inline-block;
	border-radius: 10px;
	background: #f1f2f4;
	padding: 10px;
	margin-top: 50px;
}

.contact-section .contact-content{
	display: inline-block;
	width: 100%;
	background-color: #F1F2F4;
	/* padding: 20px; */
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.contact-section .row .contact-row .col-lg-6:first-child{
	padding-left: unset;
}
.contact-section .contact-content .contactleft-img{
	/* background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(28,148,210,1) 0%, rgba(38,59,214,0.7) 100%); */
	/* background: url('../img/backgrond.jpg') no-repeat center; */
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	height: 386px;
}

/* .contact-section .contact-content .col-md-4:after{
	position: absolute;
	content:"";
	bottom: 25px;
	right: 25px;
	width: 100px;
	height: 100px;
	background-color: #1864ac;
	backdrop-filter: blur(10px);
	opacity: 0.50;
	border-radius: 50%;
} */

.contact-section .contact-content .col-md-12 .contact .contact-icon{
	color: #fff;
}
.contact {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contactleft-img{
	position: relative;
}
.contactleft-img img{
	width: 100%;
	height: 100%;
}
.contactleft-img::before{
	position: absolute;
	content:"";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.02);
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}
.contact-icon{
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	/* border:2px dotted #1864ac; */
	width: 50px;
	height: 50px;
	position: relative;
}
.contact-icon::before{
	position: absolute;
	content:"";
	width: 50px;
	height: 50px;
	border:3px dotted #1864ac;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	animation: counter-img 4s infinite linear;
	border-radius: 50%;

}
.contact-icon i{
	font-size: 30px !important;
	margin-bottom: 30px;
	color: black;
	padding-right: unset !important;
	display: block;
	text-align: center;
	line-height: 50px;
}
.contact-left{
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.contact > span {
	color: #1864ac;
	float: left;
	font-size: 24px;
	line-height: 30px;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
}
.inner-page .fa-home:before {
	content: "\f015";
}
.information {
	overflow: hidden;
	margin-top: 15px;
}
.information > strong {
	color: #000000;
	display: block;
	text-align: center;
	font-family: var(--font-bold);
	margin-bottom: 5px;
	text-transform: uppercase;
}
.information > p {
	font-size: 16px;
	margin: 0;
	color: #fff;
}
.contact-form input, .contact-form textarea {
	color: #8c8c8c;
	border: 1px solid #ddd;
	font-size: 12px;
	margin-bottom: 15px;
	padding: 10px;
	width: 100%;
}
.contact-form {
	text-align: right;
	margin-top: 20px;
}
.contact-form button {
	background-color: #1864ac;
	border: 0 none;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 8px 16px;
	margin-bottom: 20px;
	border-radius: 6px;
}
.follow-list{
	display: flex;
	gap: 16px;
	margin-top: 30px;
	justify-content: center;
}
.follow-list i{
	padding-right: unset !important;
}
.follow-icon{
	text-align: center;
	width: 48px;
	height: 48px;
	border:1px solid #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	/* background-color: #f1f2f4; */
	line-height: 48px;
}
.follow-icon{
	color: #fff;
}
.follow-icon:hover{
	background-color: #fff;
	color: #1864ac;
}
.follow-title{
	color: black;
}
.contact-section .contact-content .contact .information a{
	color: #fff;
}
.contact-data-row{
	padding: 50px 0;
}
.contact-data-row .row{
	display: flex;
	flex-wrap: wrap;
}
.contact-data-row .panel{
	height: 100%;
	background: #f1f2f4;
	color: #fff;
	border-radius: 20px;
}
.contact-data-row .contact a{
	color: #000000;
	font-family: var(--font-regular);
}
.contact-data-row .panel-body .paragraph{
	color: #000000;
}

/************************************************

           == Policy css==

*************************************************/
/* Legal pages — aligned with Job Bricks theme (see jobbricks-bootstrap.css) */
.jb-legal-page{
	padding:40px 0 64px;
	background:#F8FAFC;
	min-height:50vh;
}
.jb-legal-card{
	max-width:900px;
	margin:0 auto;
	background:#fff;
	border:1px solid #E2E8F0;
	border-radius:16px;
	box-shadow:0 4px 24px rgba(15,23,42,.06);
}
.jb-legal-header{
	padding:40px 48px 28px;
	background:linear-gradient(180deg,#EFF6FF 0%,#fff 100%);
	border-bottom:1px solid #E2E8F0;
}
.jb-legal-title{
	margin:0 0 14px;
	font-size:36px;
	font-weight:700;
	color:#1E40AF;
}
.jb-legal-lead{
	margin:0;
	font-size:16px;
	line-height:1.65;
	color:#1E293B;
}
.jb-legal-body{padding:32px 48px 44px}
.jb-legal-section{margin-bottom:32px}
.jb-legal-section-title{
	margin:0 0 14px;
	font-size:20px;
	font-weight:700;
	color:#1E40AF;
}
.jb-legal-section > p,
.jb-legal-list li{
	font-size:15px;
	line-height:1.65;
	color:#1E293B;
}
.jb-legal-list{margin:0;padding-left:1.25rem}
.jb-legal-list li{margin-bottom:10px}
.jb-legal-link{color:#1E40AF;font-weight:600}
.jb-legal-contact-list{list-style:none;padding:0;margin:16px 0 0}
.jb-legal-contact-list li{
	padding:14px 16px;
	margin-bottom:10px;
	background:#F8FAFC;
	border:1px solid #E2E8F0;
	border-radius:10px;
}
@media (max-width:767px){
	.jb-legal-header,.jb-legal-body{padding-left:20px;padding-right:20px}
}

.career-wraper{
	width: 100%;
	display: block;
}
.careear-page{
	background: #f5f7fc;
	margin: 0 0 70px 0;
	width: 100%;
	display: block;
}
.careear-page .cmnsection-headingtitle{
	margin-bottom: 50px;
}
.careear-page .btn-container{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.careear-page .btn-container .btn-primary{
	border: 2px solid #1864ac;
	background: none;
	color: #1864ac;
	border-radius: 4px;
	width: 100%;
	max-width: 187px;
	padding: 16px 32px;
	font-size: 16px;
}
.careear-page .btn-container .btn-primary:hover{
	background-color: #1864ac;
	color: #fff;
}
.careear-page .row{
	display: flex;
	flex-wrap: wrap;
}
.findjob-row{
	margin-top: 50px;
	padding-left: 16px;
	padding-right: 16px;
}
.careear-page .panel{
border: 1px solid #edeff5;
border-radius: 20px;
/* box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); */
box-shadow: 0px 12px 40px 0px #002C6D0A;
height: 100%;
}
.careear-page .joblisting-card .panel-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.careear-page .joblisting-card .panel-row-left{
	display: flex;
	align-items: center;
	gap: 8px;
}
.careear-page .joblisting-card .panel-row-left .blue-badge{
	margin-left: 15px;
	padding: 2px 10px;
	border-radius: 30px;
	background: rgba(24, 100, 172, 0.1);
	color: #1864ac;
	font-size: 12px;
	font-family: var(--font-medium);	
}
.careear-page .joblisting-card .panel-row-left .red-badge{
	padding: 2px 10px;
	border-radius: 30px;
	background: rgba(172, 68, 24, 0.1);
	color: #ac4418;
	font-size: 12px;
	font-family: var(--font-medium);
	max-width: 75px;	
}
.careear-page .joblisting-card .panel-row-left .green-badge{
background: rgba(20, 157, 7, 0.1);
padding: 2px 10px;
border-radius: 30px;
color: #149d07;
font-size: 12px;
font-family: var(--font-medium);
max-width: 75px;
}
.careear-page .joblisting-card .cmp-location .fa-map-marker{
	color: #1864ac;
	font-size: 20px;
}
.careear-page .joblisting-card .experience{
	margin-left: 16px;
}

.careear-page .joblisting-card .panel-row:last-child{
	display: flex;
	flex-wrap: wrap;
}
.careear-page .joblisting-card .panel-img{
	width: 80px;
	height: 80px;
	min-width: 80px;
	box-shadow: 0 0 1px 1px #f1f2f4;
	padding: 8px;
	display: block;
	text-align: center;
}
.careear-page .joblisting-card .cmp-location{
	overflow: hidden;
	position: relative;
}
.careear-page .joblisting-card .panel-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.careear-page .joblisting-card .job-title{
	font-size: 20px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: initial;
	font-family: var(--font-medium);
}
.careear-page .joblisting-card .panel-row p{
	font-size: 14px;
	font-weight: 400;
	margin: unset;
}
.careear-page .joblisting-card  .bold-text{
	font-size: 14px;
	color: #000;
}
.careear-page .joblisting-card span{
	font-size: 14px;
	color: #7c8493;
	font-family: var(--font-medium);
	padding: initial;
}
.findjob-row .form-control{
	height: 60px;
}

.findjob-row .input-group-addon{
	text-decoration: none;
	background-color: #1864ac;
	color: #fff;
}
.careear-page .input-group{
	width: 100%;
}
.careear-page .job-form{
	flex-direction: column;
	gap: 30px 0;
}
.careear-page  .apply-now{
margin-top: 30px;
}

.careear-page .btn-container i{
	padding-left: 10px;
	font-size: 16px;
}

.work-balance{
	width: 100%;
	display: block;
}
.work-balance .cmnsection-headingtitle{
	margin-bottom: 30px;
}
.workbalance-title{
	font-family: var(--font-semibold);
	font-size: 20px;
}
.work-balance-row{
	background: #f5f7fc;
	padding: 50px;
	position: relative;
}
.work-balance-row .column-space{
	margin: 30px 0;
}
.work-balance-row::after{
	position: absolute;
	content:"";
	top:50%;
	left: 50%;
	border: 1px solid #7c8493;
	width: 90%;
	transform: translate(-50%, -50%);
}
.workbalane-box{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
/* border-left: 1px solid #7c8493; */
position: relative;
padding-right: 20px;
box-sizing: border-box;
width: 100%;
}
.workbalane-box:after{
position: absolute;
content:"";
border-left: 1px solid #7c8493;
bottom: 0;
right: 0;
height: 120px;
}
.workbalnce-icon{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.work-balance-row .workbalane-box .paragraph{
	font-size: 14px;
}








/************************************************

           == FAQs css==

*************************************************/

.faqs {
	margin-bottom: 30px;
}
.faqs .panel-default>.panel-heading {
	background: none;
	border: none;
	padding: 0;
}
.faqs h4 a {
	padding: 15px 55px 15px 15px;
	display: block;
	background: #1864ac;
	color: #fff;
	font-size: 16px;
	position: relative;
}
.panel-group .panel {
	border-radius: 0;
	margin-bottom: 20px;
}
.panel-group .panel-body {
	line-height: 24px;
	color: #555;
}
.faqs h4 .collapsed:hover, .faqs h4 a:hover, .faqs h4 a:active {
	text-decoration: none;
	background: #1864ac;
	color: #fff;
}
.faqs h4 a:before {
	content: "\f068";
	background: #fff;
	font-family: 'FontAwesome';
	width: 30px;
	padding: 6px 0;
	color: #1864ac;
	position: absolute;
	right: 15px;
	top: 8px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
}
.faqs h4 .collapsed:before {
	content: "\f067";
	font-family: 'FontAwesome';
	background: #000;
	width: 30px;
	padding: 6px 0;
	color: #fff;
	position: absolute;
	right: 15px;
	top: 8px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	text-decoration: none;
}
.faqs h4 a.collapsed {
	background: #fff;
	color: #666;
	text-decoration: none;
}
/*Form Panel*/

.formpanel {
	margin-top: 20px;
}
.formpanel .formrow {
	margin-bottom: 15px;
	font-family: var(--font-regular);
}
.formpanel .emp{
	margin-top: 20px;
	font-family: var(--font-regular);
}
.formpanel .form-label{
	color: #18191c;
	font-family: var(--font-regular);
	font-size: 14px;
	margin-bottom: 5px;
	padding: initial;
	font-weight: 400;
}
.formpanel .form-control {
	height: auto;
	border-radius: initial;
	padding: 8px 16px;
	border-color: #ddd;
	background: #fff;
	border-radius: 4px;
}
.formpanel select.form-control {
	padding: 8px 16px;
	border-radius: 4px;
	line-height: 45px;
}
.formpanel textarea.form-control {
	height: 150px;
}
.formpanel .btn {
	width: 100%;
	background: #1864ac;
	color: #fff;
	border-radius: 10px;
	padding: 8px 16px;
	font-size: 16px;
	border: 1px solid transparent;

}

.formpanel label.btn.ProfileON.btn-default{
	background: #4fb845;
	font-size: 12px;
	width: 100%;
	border-radius: 100px;
}

.formpanel label.btn.ProfileOFF.btn-default{
	background: #eceeef;
	color: #aba8a8;
	font-size: 12px;
	width: 100%;
	border-radius: 100px;
}

.formrow.OnFloatRigth{
	float: right;
	margin-right:33px;
}


.formpanel .btn:hover {
	color: #161C2D;
	border: 1px solid #1864ac;
}
.featchoose li {
	margin-bottom: 10px;
}
/*Google Map*/

.gmap {
	margin-top: 20px;
}
.gmap iframe {
	height: 250px;
	width: 100%;
	border: none;
}
.googlemap iframe {
	height: 400px;
	width: 100%;
	border: none;
}
/************************************************

           == User Account css==

*************************************************/
.login-img{
	animation: wcj-img 1000ms infinite linear;
    animation-direction: alternate-reverse;
}
.loginsec-background{
	position: relative;
	background: #f8f8fd;
	display: block;	
} 
.loginsec-background:before{
	position: absolute;
	content:"";
	top:0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(0, 0, 0, 0.30); */
	
}
.userccount {
	border-radius: 10px;
	width: 100%;
	display: block;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
}
.tab-content{
	background: #fff;
	box-shadow: 0px 20px 20px 0px #00000012;
	padding: 25px;
}
.userccount p {
	/* text-align: center; */
	line-height: 24px;
	color: #999;
	font-family: var(--font-regular);
}

.socialLogin {
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.socialLogin img{
	vertical-align: middle;
	padding-right: 10px;
}
.socialLogin a:not(:last-child){
	margin: 0 20px 0 0;
}

.socialLogin a {
	display: inline-block;
	padding: 12px 24px;
	width: 100%;
	color: #7C8493;
	font-size: 14px;
	border-radius: 4px;
	border:1px solid #e4e5e8;
	text-align: center;
	font-family: var(--font-regular);
	/* margin: 0 20px 0 0; */
}
.socialLogin i{
	padding-right: 10px;
}
.socialLogin a.fb {
	/* color: #1877F2; */
}
.socialLogin a.linkedin {
	/* color: #0072b1; */
}
.socialLogin a.tw {
	/* color: #14171A; */
}
.forgot-link{
	clear: both;
	margin-top: 10px;
	/*text-align: center;*/
	color: #1864ac;
	font-size: 14px;
	font-family: var(--font-bold);
	display: flex;
	justify-content: end;
}
.forgot-link:hover{
	color: #1864ac;
}

.newuser {
    clear: both;
	margin-top: 10px;
	/*text-align: center;*/
	color: #18191c;
	font-size: 14px;
	display: flex;
	justify-content: center;
	font-family: var(--font-regular);
}
.newuser a {
	font-family: var(--font-bold);
	color: #1864ac;
	padding-left: 10px;
	text-decoration: none;
	font-size: 14px;
}
.newregister{
	display: flex;
	justify-content: center;
	color: #000;
	font-family: var(--font-regular);
	font-size: 14px;
}
.userbtns .nav-tabs {
	border-bottom: none;
	display: flex;
	width: 100%;
}
.userbtns .nav-tabs>li {
	width: 50%;
	margin-bottom: 0;
	/* border-top-left-radius: 20px;
	border-top-right-radius: 20px; */
}
.candidatelogin-left .paragraph{
	font-size: 20px;
}
.candidatelogin-left img{
	margin-top:20px;
}
.login-title{
	text-align: center;
	font-family: var(--font-medium);
	font-size: 20px;
	color: #161C2D;
	margin-bottom: 15px;
}
.or{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	color: #c6c6c6;
	line-height: 0;
}
.or:before{
	position: absolute;
	content:"";
	left: 0;
	border:1px solid #e4e5e8;
	width: 45%; 
}
.or:after{
	position: absolute;
	content:"";
	right: 0;
	border:1px solid #e4e5e8;
	width: 45%; 
}
/* #candidate .formpanel .formrow{
	padding: initial;
}  */
#candidate_basic_information{
	margin-top: 20px;
}
.regcondition{
	display: inline-block;
	font-size: 16px;
	color: #000;
	vertical-align: super;
	font-family: var(--font-semibold);
}
.regtemsandcondition{
	display: inline-block;
	font-size: 16px;
	font-family: var(--font-semibold);
	color: #1864ac;
}
input[type="checkbox"]{
	width: 20px;
	height: 20px;
	border-radius: 8px;
}
.register-terms{
	vertical-align: super;
	font-family: var(--font-semibold);
	font-size: 16px;
	color: #1864ac;
}


/* input[type="checkbox"]:checked {
	box-shadow: 0px 0px 10px 0px #0000000D;
	border: 1px solid #f1f1f1;
	border-radius: 8px;
	background-color: #4640DE;
  } */



@media(max-width: 576px){
	.userbtns .nav-tabs>li {
		width:100%;
	}
	.company-section .company-content .company-decription p{
		padding: 0 30px;
	}
	.download-cards[data-view='list-view'] .listview-left{
		flex-direction: column;
		align-items: flex-start !important;
	}
	.jobflitercard-section .jobflitercards .panel-body .content .company-location{
		padding-left: initial !important;
	}
	.download-cards[data-view='grid-view'] .download-card{
		width: inherit !important;
	}
	.download-cards[data-view='list-view'] .content{
		flex-direction: column;
		gap:16px;
	}
	.jobflitercard-section .jobflitercards .panel-body .content .company-location .company-data{
		padding-bottom: 10px;
	}
	.why-chooseus .row{
		flex-direction: column;
	}
	
	
}
.userbtns .nav-tabs>li a {
	text-align: center;
	font-size: 18px;
	font-family: var(--font-regular);
	color: #fff;
	display: inline-block;
	width: 100%;
	background-color: #1864ac;
}
.userbtns .nav-tabs>li a:hover, .userbtns .nav-tabs>li.active a {
	background: #fff;
	color: #000;
	display: inline-block;
	width: 100%;
}
.nav-tabs > li > a{
	border-radius: initial;
}
/* .userbtns .nav-tabs>li.active a:after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #1864ac;
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
} */

.strippckinfo{background: #fff; padding-top: 20px; padding-right: 30px; margin-bottom: 30px;}
.pkginfo{padding: 8px 0; border-bottom: 1px solid #eee; color: #777;}
.pkginfo strong{color: #1864ac; font-weight: 700;}









/***************************
		404 Page
***************************/

.error-page-wrap {
	padding: 100px 0;
}
.error-page-wrap .errormain {
	text-align: center;
}
.error-page-wrap .errormain h2 {
	font-size: 350px;
	color: #999;
	font-weight: 900;
	line-height: 350px;
}
.error-page-wrap .errormain h3 {
	font-size: 40px;
	color: #888;
	font-weight: 900;
	line-height: 50px;
	letter-spacing: 5px;
	display: inline-block;
	border: 5px solid #ddd;
	padding: 20px 40px;
	margin-top: -20px;
}
.error-msg {
	margin-top: 50px;
}
.error-msg p {
	max-width: 500px;
	margin: auto;
	line-height: 24px;
	font-size: 16px;
	color: #666;
}
.error-msg .btn {
	background: #1864ac;
	color: #fff;
	margin-top: 30px;
	border-radius: 0;
	padding: 10px 25px;
	font-size: 18px;
	font-weight: 600;
}
/***************************

	About Us

****************************/

.about-wraper {
	padding: 100px 0;
}
.about-wraper h2 {
	font-size: 30px;
	color: #1864ac;
	font-weight: 700;
	margin-bottom: unset !important;
}
.about-wraper p {
	line-height: 24px;
	font-size: 16px;
}


.about-wraper strong{font-weight: 700;}
.about-wraper em{font-style: italic;}
.about-wraper u{text-decoration: underline;}
.about-wraper ul {
padding: 20px;
}
.about-wraper ul li {
	position: relative;
	line-height: 24px;
	font-size: 16px;
}
.what_we_do {
	padding: 50px 0;
	background: #f8f8f8;
	margin-top: 100px;
}
.what_we_do .main-heading {
	color: #1864ac;
	text-align: center;
	line-height: 48px;
	font-size: 36px;
	font-weight: 700;
}
.whatText {
	font-size: 24px;
	text-align: center;
	color: #444;
	line-height: 42px;
}
.whatList {
	list-style: none;
	margin-top: 50px;
}
.whatList li {
	text-align: center;
}
.whatList li .iconWrap {
	display: inline-block;
	border: 4px solid #ddd;
	border-radius: 100%;
	padding: 10px;
}
.whatList li .icon {
	font-size: 103px;
	color: #fff;
	background: #1864ac;
	width: 180px;
	height: 180px;
	text-align: center;
	line-height: 180px;
	border-radius: 100%;
}
.whatList li h3 {
	font-size: 30px;
	color: #333;
	padding-top: 30px;
	margin-bottom: 15px;
	font-weight: 600;
}
.whatList li p {
}
.textrow {
	padding-top: 100px;
}
ul.orderlist {
	list-style: none;
	margin-top: 30px;
}
ul.orderlist li {
	float: left;
	width: 48%;
	margin-bottom: 12px;
	color: #333;
	font-size: 16px;
}
ul.orderlist li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	color: #82B440;
}
/**************************

	Pay Packages

**************************/







/*************************

	Three colum Packages

*************************/

.four-plan h3 {
	padding: 0px;
	font-size: 48px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}
.four-plan .boxes {
	list-style: none;
	border-radius: 5px;
	background: #fff;
	padding: 10px 20px;
	text-align: center;
	margin-top: 30px;
	/*height: 520px;*/
	height: 470px;
}
.four-plan .boxes:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.four-plan .boxes li {
	display: block;
}
.four-plan .icon {
	font-size: 52px;
	color: #565656;
	padding: 30px 0
}
.four-plan .plan-name {
	font-size: 20px;
	font-weight: 600;
	padding: 10px 0;
}
.four-plan .plan-date {
	display: block;
	font-size: 16px;
	margin-bottom: 15px;
}
.plan-pages {
	font-size: 14px;
	line-height: 43px;
	font-weight: bold;
	color: #868686
}
.plan-pages1 {
	display: block;
	font-size: 16px;
	line-height: 43px;
	font-weight: bold;
	color: #e2e2e2
}
.order {
	font-size: 16px;
	padding: 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.order a {
	background: #1864ac;
	border-radius: 5px;
	padding: 12px 20px;
	color: #fff;
	text-decoration: none;
	display: block;
}
.order.paypal a{background:#003087 ;}
.order a:hover {
	background: #333;
}

.main-plan {
	margin-bottom: 15px;
}
.main-plan .plan-price1-1 {
	font-size: 28px;
	float: left;
	color: #565656;
	margin-left: 30px;
	font-weight: 300;
}
.main-plan .plan-price1-2 {
	font-size: 28px;
	font-weight: bold;
	float: left;
	color: #222;
}
.main-plan .plan-price1-3 {
	font-size: 18px;
	float: left;
	line-height: 20px;
	margin-right: 30px;
	color: #cdcdcd;
	font-weight: 300;
	padding-top: 32px;
}
.main-plan .plan-price1-4 {
	display: block;
}
/*************************

	Three colum Packages

*************************/

.three-plan {
	padding: 100px 0;
}
.three-plan h3 {
	padding: 0px;
	font-size: 48px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}
.three-plan ul {
	list-style: none;
	background: #fff;
}
.three-plan li {
	padding: 0px;
}
.three-plan .boxes {
	background: #fff;
	margin-top: 30px;
}
.pricing-table1 {
	background: #ffc600;
	text-align: center;
	color: #fff;
	font-size: 26px;
	padding: 10px 0px;
	font-weight: 600;
}
.pricing-table1 strong {
	display: block;
	font-size: 16px;
	font-weight: 400;
}
.pricing-detail {
	list-style: none;
}
.pricing-detail li {
	display: block;
	text-align: center;
}
.pricing-unit1 {
	font-size: 57px;
	float: left;
	color: #ffc600;
	margin-left: 20px;
	padding-top: 80px;
	font-weight: 300;
}
.pricing-unit1-1 {
	font-size: 132px;
	font-weight: bold;
	color: #ffc600;
	float: left;
}
.pricing-unit1-2 {
	font-size: 18px;
	line-height: 20px !important;
	color: #cdcdcd;
	float: left;
	font-weight: 300;
	padding-top: 100px;
}
.pricing-unit1-3 {
	display: block;
}
.pricing-unit2 {
	font-size: 57px;
	float: left;
	color: #00aeff;
	margin-left: 20px;
	padding-top: 80px;
	font-weight: 300;
}
.pricing-unit2-1 {
	font-size: 132px;
	font-weight: bold;
	color: #00aeff;
	float: left;
}
.pricing-unit2-2 {
	font-size: 18px;
	line-height: 20px !important;
	color: #cdcdcd;
	font-weight: 300;
	padding-top: 100px;
}
.pricing-unit2-3 {
	display: block;
}
.pricing-unit3 {
	font-size: 57px;
	float: left;
	color: #56d700;
	margin-left: 20px;
	padding-top: 80px;
	font-weight: 300;
}
.pricing-unit3-1 {
	font-size: 132px;
	font-weight: bold;
	color: #56d700;
	float: left;
}
.pricing-unit3-2 {
	font-size: 18px;
	line-height: 20px !important;
	color: #cdcdcd;
	font-weight: 300;
	padding-top: 100px;
}
.pricing-unit3-3 {
	display: block;
}
.three-plan .plan-name-dt {
	font-size: 36px;
	font-weight: bold;
	color: #5c5c5c;
	padding: 0px 82px;
	padding-top: 75px;
	line-height: 44px;
	padding-bottom: 39px;
}
.three-plan .plan-good i {
	font-size: 18px;
	color: #a8a8a8;
	margin-right: 12px;
}
.three-plan .plan-pages {
	font-size: 16px;
	line-height: 43px;
	padding-left: 70px;
	font-weight: 300;
	color: #a8a8a8;
	border-top: 1px solid #f5f5f5;
	padding-top: 3px;
}
.three-plan .plan-detail {
	font-size: 16px;
	line-height: 43px;
	text-align: center;
	font-weight: bold;
	color: #868686;
	border-top: 1px solid #f5f5f5;
	padding-top: 3px;
}
.three-plan .plan-detail1 {
	font-size: 16px;
	line-height: 43px;
	text-align: center;
	font-weight: bold;
	color: #868686;
	border-top: 1px solid #f5f5f5;
	padding-top: 3px;
}
.three-plan .plan-detail1 i {
	color: green !important;
}
.three-plan .plan-detail i {
	color: red !important;
}
.pricing-table1-2 {
	background: #000;
	text-align: center;
	color: #fff;
	font-size: 26px;
	padding: 10px 0px;
	font-weight: 600;
}
.pricing-table1-2 strong {
	display: block;
	font-size: 16px;
	font-weight: normal;
}
.pricing-table1-3 {
	background: #56d700;
	text-align: center;
	color: #fff;
	font-size: 26px;
	padding: 10px 0px;
	font-weight: 600;
}
.pricing-table1-3 strong {
	display: block;
	font-size: 16px;
	font-weight: normal;
}
.three-plan .plan-pages i {
	font-size: 18px;
	color: #a8a8a8;
	margin-right: 12px;
}
.three-plan .plan-pages1 {
	display: block;
	font-size: 16px;
	line-height: 43px;
	font-weight: bold;
	color: #e2e2e2
}
.three-plan .order-1 {
	background: #ffc600;
	font-size: 16px;
	padding: 25px 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.three-plan .order-1 a {
	background: #000;
	border-radius: 5px;
	padding: 12px 32px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.three-plan .order-2 {
	background: #000;
	font-size: 16px;
	padding: 25px 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.three-plan .order-2 a {
	background: #00aeff;
	border-radius: 5px;
	padding: 12px 32px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.three-plan .order-3 {
	background: #56d700;
	font-size: 16px;
	padding: 25px 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.three-plan .order-3 a {
	background: #000;
	border-radius: 5px;
	padding: 12px 32px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
/* =======================

		Blog Listing

======================= */

.blogWraper {
	margin-bottom: 40px;
}
.post__time{
	font-family: var(--font-medium);
}
.blog-title{
	font-family: var(--font-bold);
}
.blogList {
	list-style: none;
}
.blogList li {
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #e4e4e4;
}
.blogList li:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-color: #1864ac;
}
.postimg {
	position: relative;
	display: inline-block;
}
.postimg:before {
	border: 1px solid #fff;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: '';
	position: absolute;
	z-index: 10;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}
.blogList li:hover .postimg:before {
	background: rgba(255,255,255,0.4);
}
.postimg .date {
	width: 60px;
	height: 60px;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	padding: 7px 10px 0 10px;
	text-align: center;
	line-height: 20px;
	background: #1864ac;
	letter-spacing: 0.4px;
	outline: 3px solid #1864ac;
	border: 1px solid #fff;
	position: absolute;
	left: 14px;
	top: 14px;
	z-index: 12;
}
.post-header {
	margin-bottom: 20px;
}
.post-header h4 a {
	font-size: 24px;
	color: #1864ac;
	font-weight: 600;
}
.post-header h4 a:hover {
	color: #333;
}
.postmeta {
	margin: 15px 0 20px 0;
	line-height: 24px;
}
.postmeta span, .postmeta a {
	color: #1864ac;
}
.blogList p, .blogGrid li p {
	line-height: 24px;
	color: #333;
}
.blogList .readmore, .blogGrid .readmore {
	border-bottom: 1px dotted #00b1f1;
	display: inline-block;
	margin-top: 15px;
	color: #000;
	font-weight: 600;
	padding-bottom: 5px;
}
.blogList .readmore:hover, .blogGrid .readmore:hover {
	text-decoration: none;
	color: #00b1f1;
}
/* =======================

		Blog Grid

======================= */

.blogGrid {
	list-style: none;
}
.blogGrid li {
	margin-bottom: 30px;
}
.blogGrid li .int {
	background: #fff;
	padding: 20px;
	border: 1px solid #e4e4e4;
}
.blogGrid li .int:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-color: #1864ac;
}
.blogGrid li .post-header {
	margin-top: 10px;
}
/* =======================

		Blog Detail

======================= */

.blogdetailbox {
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #e4e4e4;
}
blockquote {
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0;
	padding: 20px 20px 20px 60px;
	position: relative;
	border: 3px solid #00b1f1;
	box-shadow: 0 0 12px rgba(0,0,0,0.2);
}
blockquote p {
	font-style: italic;
	display: inline-block;
	color: #000;
}
blockquote:before {
	color: #ddd;
	content: "\f10d";
	font-family: 'FontAwesome';
	font-size: 22px;
	font-style: normal;
	left: 24px;
	position: absolute;
	top: 20px;
	transform: scale(-1);
}
blockquote:after {
	color: #ddd;
	content: "\f10e";
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 22px;
	font-style: normal;
	margin: 0 0 0 8px;
	position: relative;
	top: 3px;
}
.comments h4 {
	color: #222222;
	font-size: 24px;
	font-weight: 600;
}
.comments .media-body h4 span {
	font-size: 12px;
	color: #777777;
	margin-left: 20px;
	display: inline-block;
	width: 100%;
}
.comments {
	margin-top: 30px;
}
.comments .media-list {
	margin-bottom: 30px;
}
.comments .media-list li {
	padding: 20px;
	border: 1px solid #e9e9e9;
	position: relative;
	background: #fff;
}
.comments .media-left {
	margin-right: 20px;
}
.comments .media-left a {
	width: 100px;
	display: inline-block;
}
.comments .media p {
	margin-top: 5px;
	color: #333;
	line-height: 20px;
}
.comments .media h6 span {
	font-size: 13px;
	color: #999;
	margin: 0;
	margin-top: 10px;
	text-transform: none;
	display: inline-block;
	width: 100%;
}
.comments .media {
	margin-top: 30px;
}
.comments .media h6 {
	font-weight: 600;
	color: #00b1f1;
	font-size: 16px;
	text-transform: none;
}
.comments .btn.raply {
	padding: 10px 12px;
	font-size: 12px;
	color: #333;
	background: #f5f5f5;
	border: none;
	border-radius: 0;
	position: absolute;
	top: 15px;
	right: 0;
}
.comments .btn.raply:hover {
	background: #00b1f1;
	color: #fff;
}
.comments .media a img {
	margin-bottom: 10px;
}
.commnetsfrm {
	background: #fff;
	padding: 25px;
}
.comments form label {
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	font-size: 12px;
}
.comments form .form-control {
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-top: 5px;
	border-radius: 0px;
	box-shadow: none;
	background: none;
	border: 1px solid #e8e8e8;
}
.comments form textarea.form-control {
	display: inline-block;
	width: 100%;
	height: 150px;
}
.commnetsfrm .btn {
	background: #00b1f1;
	color: #fff;
	font-weight: 700;
	margin-top: 20px;
	border-radius: 0;
	font-size: 18px;
	padding: 8px 18px;
}
/************************************************

           ==Blog sidebar css==

*************************************************/

.search {
	position: relative;
	margin-bottom: 15px;
}
.search .form-control {
	border-radius: 0;
	height: auto;
	padding: 10px 12px;
	border-color: #ddd;
}
.search .btn {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0;
	background: none;
	font-size: 20px;
}
/*categories*/

.categories li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}
.categories li a {
	margin-top: 0;
	color: #888;
	font-weight: 600;
}
.categories li:before {
	content: "\f0da ";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0px;
	color: #00b1f1;
	font-size: 12px;
}
.categories li a:hover {
	color: #00b1f1;
}
/*Archives*/

.archive li {
	line-height: 45px;
}
.archive li a {
	margin-top: 0;
	color: #888;
	font-weight: 600;
}
.archive li span {
	float: left;
	height: 30px;
	width: 30px;
	text-align: center;
	background: #f5f5f5;
	border: 1px solid #fff;
	outline: 3px solid #f5f5f5;
	margin-right: 20px;
	line-height: 26px;
	font-size: 12px;
	color: #777777;
	margin-top: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.archive li a:hover span {
	background: #1864ac;
	color: #fff;
}
/*Popular Posts*/

.papu-post {
}
.papu-post .media-left {
	margin-right: 0px;
}
.papu-post .media-left img {
	width: 100%;
}
.papu-post .media-left a {
	width: 80px;
	margin-top: 0;
	margin-right: 5px;
	display: inline-block;
}
.papu-post span {
	color: #333;
	letter-spacing: 0px;
	font-size: 11px;
}
.papu-post li {
	border-bottom: 1px solid #ececec;
	padding: 20px 0;
	margin: 0px;
}
.papu-post .media-heading {
	display: inline-block;
	width: 100%;
	color: #00b1f1;
	margin-top: 0px;
	line-height: 20px;
}
.papu-post li:last-child {
	border-bottom: 0;
}
/*Tags*/

.tags:after {
	display: table;
	clear: both;
	content: '';
}
.tags li {
	display: inline-block;
	float: left;
}
.tags a {
	color: #969595;
	border: 1px solid #dadada;
	padding: 7px 10px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.tags a:hover {
	border: 1px solid #1864ac;
	background: #1864ac;
	color: #fff;
	text-decoration: none;
}
/*Photo Streen*/

.photo-steam {
	margin: 0 -5px;
}
.photo-steam:after {
	display: table;
	clear: both;
	content: '';
}
.photo-steam li {
	float: left;
	width: 25%;
	padding: 0 5px;
	margin-bottom: 10px;
}
/************************************************

           == Dashboard Page css==

*************************************************/

.usernavdash {
	margin-bottom: 30px;
}
.usernavdash li a {
	border: 1px solid #eee;
	border-bottom: none;
	padding: 10px 15px;
	color: #444;
	display: block;
	background: #fff
}
.usernavdash li:last-child a {
	border-bottom: 1px solid #eee;
}
.usernavdash li a:hover {
	background: #1864ac;
	color: #fff;
	text-decoration: none;
}
.usernavdash li i {
	margin-right: 2px;
	font-size: 18px;
	width: 25px;
	color: #999;
}
.usernavdash li.active a {
	background: #1864ac;
	color: #fff;
}
.usernavdash li.active a i, .usernavdash li a:hover i {
	color: #fff;
}
.profilestat li .inbox {
	border: 1px solid #eee;
	text-align: center;
	background: #fff;
	padding: 15px 10px;
	margin-bottom: 30px;
}
.profilestat li i {
	font-size: 36px;
	color: #999;
	margin-bottom: 15px;
	display: block;
}
.profilestat li h6 {
	font-size: 30px;
	font-weight: 600;
	color: #1864ac;
	margin-bottom: 10px;
}
.profilestat li h6 span {
	font-size: 18px;
	color: #999;
}
.profilestat li strong {
	display: block;
	font-size: 13px;
	color: #333;
}
.instoretxt {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	background: #fff;
	text-align: center;
	padding: 30px 20px;
	margin-bottom: 30px;
}
.instoretxt .credit {
	font-size: 24px;
	margin-bottom: 20px;
}
.instoretxt .currency {
	font-size: 16px;
	font-weight: 700;
}
.instoretxt .currency strong {
	color: #1864ac;
}
.instoretxt strong {
	font-weight: 700;
	color: #1864ac;
}
.instoretxt a {
	font-size: 18px;
	display: inline-block;
	padding: 9px 20px;
	background: #1864ac;
	color: #fff;
	margin: 0 5px;
}
.instoretxt a:hover {
	background: #333;
	text-decoration: none;
}
.instoretxt a.history {
	background: #444;
}
.myads h3 {
	font-size: 24px;
	margin: 0 0 10px 0;
}
/* The switch - the box around the slider */



.switchbox {
	margin-bottom: 20px;
}
.switchbox .txtlbl {
	float: left;
	font-size: 16px;
	font-weight: 700;
	margin-top: 5px;
}
.switchbox .txtlbl i {
	font-size: 14px;
	font-weight: 400;
	color: #666
}
.switchbox strong {
	font-size: 12px;
	display: block;
	margin-top: 10px;
}
.switch {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 56px;
	height: 20px;
	padding: 3px;
	background-color: white;
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
	background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
	background-image: -o-linear-gradient(top, #eeeeee, white 25px);
	background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px !important;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
	-webkit-transition-property: opacity background;
	-moz-transition-property: opacity background;
	-o-transition-property: opacity background;
	transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}
.switch-label:before {
	content: attr(data-off);
	right: 10px;
	color: #aaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 10px;
	color: white;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #47a8d8;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 18px;
	height: 18px;
	background: white;
	border-radius: 10px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
	background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
	background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
	background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
	-webkit-transition: left 0.15s ease-out;
	-moz-transition: left 0.15s ease-out;
	-o-transition: left 0.15s ease-out;
	transition: left 0.15s ease-out;
}
.switch-handle:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: #f9f9f9;
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
	background-image: -webkit-linear-gradient(top, #eeeeee, white);
	background-image: -moz-linear-gradient(top, #eeeeee, white);
	background-image: -o-linear-gradient(top, #eeeeee, white);
	background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
	left: 33px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-green > .switch-input:checked ~ .switch-label {
	background: #4fb845;
}

/************************************************
           ==Subscribe css==
*************************************************/

.subscribe {
	padding: 50px 0;
	background-color: #f9b943;
	text-align: center;
}
.subscribe h6 {
	font-size: 30px;
	color: #fff;
}
.subscribe p {
	color: #fff;
	max-width: 670px;
	margin: 0 auto;
}
.subscribe .row{margin: 0 -1px; margin-top:10px;}
.subscribe .row div{padding: 0 1px;}


.subscribe .form-control {
	height: auto;
	padding: 10px 13px;
	font-size: 16px;
	border: none;
	border-radius: 0;
}
.subscribe .btn {
	background: #333;
	padding: 10px 20px;
	color: #fff;
	border-color: #333;
	text-transform: uppercase;
	font-weight: 600;
	border-radius:0;
	width: 100%;
}

/************************************************
/************************************************

           ==Footer css==

*************************************************/

.footerWrap {
	background: #2e37d1;
	padding: 50px 0;
}
.footerWrap h5 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}
.footerWrap p {
	line-height: 22px;
	color: #ccc;
}
.footerWrap .ft-logo {
	margin-bottom: 15px;
}

.footerWrap .address{margin-bottom: 20px; padding-top: 8px; color: #fff; position: relative; padding-left: 30px;line-height: 20px;}
.footerWrap .address:before{position: absolute; left: 0; content: '\f041'; font-family:'FontAwesome'; font-size: 18px;}

.footerWrap .email{margin-bottom: 20px; color: #fff; position: relative; padding-left: 30px;}
.footerWrap .email:before{position: absolute; left: 0; content: '\f003'; font-family:'FontAwesome'; font-size: 18px;}

.footerWrap .email a, .footerWrap .phone a{color: #fff;}
.footerWrap .phone{margin-bottom: 20px; color: #fff; font-size: 18px; font-weight: 700; position: relative; padding-left: 30px;}
.footerWrap .phone:before{position: absolute; left: 0; content: '\f095'; font-family:'FontAwesome'; font-size: 18px;}


.social {
	margin-top: 20px;
}
.social a {
	color: #fff;
	font-size: 32px;
	display: inline-block;
	margin-right: 5px;
}
.social a:hover {
	color: #36b3e5;
}
.sidebar .social a {
	color: #444;
}
/*Articles*/

.posts-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.posts-list li {
	border: none;
	margin: 15px 0;
}
.posts-list .media-left {
	margin-right: 30px;
	width: 80px;
	float: left;
	padding-right: 0;
}
.posts-list .entry-title {
	font-weight: 400;
	text-transform: inherit;
	margin: 0 0 5px;
}
.post .entry-title a {
	color: #fff;
	font-size: 16px;
}
.posts-list .entry-meta {
	padding: 0;
}
.posts-list .entry-date {
	color: #ccc;
	font-style: italic;
	text-transform: capitalize;
}
.btad {
	text-align: center;
	margin-bottom: 30px;
}
.footerWrap .quicklinks {
	list-style: none;
}

.footerWrap .quicklinks li a {
	display: block;
	color: #ccc;
	padding: 8px 0;
	cursor: pointer;
	font-size: 14px;
}
.footerWrap .quicklinks li a:before {
	content: '\f0da';
	font-family: 'FontAwesome';
	margin-right: 7px;
}
.footerWrap .quicklinks li a:hover {
	color: #ffffff;
	text-decoration: none;
}
.copyright {
	padding: 10px 0;
	color: #777;
}
.copyright ul li {
	display: inline;
}
.copyright ul li a {
	color: #555;
	padding: 0 5px;
	display: inline-block;
	margin: 5px;
}
.copyright a:hover {
	color: #000;
}
.paylogos{text-align: right;}
.bttxt {
	color: #888;
	line-height: 24px;
}
/*copyright*/

.copyright {
	padding: 20px 0;
}
.column-space{
	margin-bottom: 30px;
}

.cmn-bounce-animate {
	animation-name: bounce-object;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.hero-img {
	animation-name: bounce-object;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.counter-img {
	animation-name: bounce-object;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.goodbuy-img {
	animation-name: goodbuy-img;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes bounce-object{
	0% {
		/* -webkit-transform: translateY(-70px); */
		transform: translateY(-40px);
	}
	 50% {
		/* -webkit-transform: translateY(-70px); */
		transform: translateY(-15px);
	}
	 100% {
		/* -webkit-transform: translateY(-70px); */
		transform: translateY(-40px);
	}

}


@keyframes hero-img{
	0% {
		transform: translateY(-40px);
	}
	 50% {
		transform: translateY(-25px);
	}
	 100% {
		transform: translateY(-40px);
	}

}


@keyframes counter-img{
	0% {
		transform: rotate(0deg);
	}
	25% {
		/* transform: translateY(-25px); */
		/* transform: rotate(90deg); */
	}
	 50% {
		/* transform: translateY(-25px); */
		/* transform: rotate(180deg); */
	}
	 100% {
		/* transform: translateY(-40px); */
		transform: rotate(360deg);

	}
}

@keyframes wcj-img{
	0% {
		transform: translateX(0%);
	}
	 100% {
		transform: translateX(5%);
	}
}

@keyframes goodbuy-img{
	0% {
		transform: translateY(-20px);
	}
	 50% {
		transform: translateY(0);
	}
	 100% {
		transform: translateY(-20px);
	}

}

@keyframes glow{
	0% {
		box-shadow: 0 0 0 rgb(0 0 0 / .8);
	}
	 50% {
		box-shadow: 0 0 0 10px #fff0;
	}
	 100% {
		box-shadow: 0 0 0 0 #fff0;
	}

}







/*hero-Section-style-start*/
.btn-primary {
	color: #fff;
	background-color: #1864ac;
	border-color: #1864ac;
	border-radius: 16px;
	font-family: var(--font-semibold);
}
.btn-primary:hover {
	color: #000;
	background-color: #fff;
	border-color: #1864ac;
}
.btn-secondary{
	color: #fff;
	background-color: #1c94d2;
	border-color: #1c94d2;
	border-radius: 16px;
	font-family: var(--font-medium);
}
.btn-secondary:hover {
	color: #000;
	background-color: #fff;
	border-color:  #1c94d2;
}
.cmn-boldtext{
color:#1c94d2;
}
.cmn-title{
	margin-bottom: 16px;
}
.cmn-section{
	padding: 70px 0;
}
.cmnsection-headingtitle{
	font-size: 43px;
	font-family: var(--font-bold);
	color: #161C2D;
}
.hero-section{
	margin-top: 50px;
	width: 100%;
}
.hero-section .main-heading{
	text-align: center;
}
/* .btn-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
} */
.hero-section span{
	/* color: #0031DE; */
	
}
 .primary-text{
	color: #1864ac;
}
.hero-section .hero-center-content .btn-container{
	display: flex;
	flex-direction: column;	
	justify-content: center;
	margin-top: 50px;
	width: 100%;
	align-items: center;
}
 .hero-section .hero-center-content .hire-process{
	margin: 8px 0;
	font-family: var(--font-medium);
	font-size: 18px;
	color: #525252;
}
.hero-section .hero-center-content .hireflow-img{
margin-bottom: 60px;
}
  .hero-center-content .hero-subtitle{
	font-size: 50px;
	color: #1864ac;
	margin: 10px 0;
	line-height: normal;
	text-align: center;
	font-family: var(--font-bold);
}
.hero-section p{
	color: #1864ac;
	font-size: 32px;
	font-family: var(--font-medium);
}
.hero-left{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hero-right{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hero-section .hero-left .btn-container .btn{
	cursor:unset;
	background: none;
	color: #525252;
	border: 1px solid rgba(0, 0, 0, 0.35);
	font-weight: 500;
	font-size: 18px;
}
.hero-section .hero-right .btn-container .btn{
	cursor:unset;
	background: none;
	color: #525252;
	border: 1px solid rgba(0, 0, 0, 0.35);
	font-weight: 500;
	font-size: 18px;
}
.viewjobs-btn{
	font-weight: 500;
	font-size: 18px;
}
.heroleft-img{
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: center;
}
.heroleft-img img{
	transition: .5s ease;
	max-width: 100%;
	height: auto;
}
.heroleft-img:hover img{
transform: scale(1.05);	
}
.heroright-img{
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: center;
}
.heroright-img img{
	transition: .5s ease;
	max-width: 100%;
	height: auto;
}
.heroright-img:hover img{
	transform: scale(1.05)	
	}


/*hero-Section-style-end*/




/*Company-Section-style-start*/
.company-section{
	background: #F8F8FD;
	width: 100%;
	position: relative;
}

.company-title{
	/* color: #000;
	font-size: 45px; */
}
.companylogo-container{
	display: block;
	margin: 0 auto;
	text-align: center;
}
.company-section .companylogo-container .company-logo{
	height: 50px;
}
/* Homepage owl carousel: uniform square tiles (matches on-page logo scale) */
.company-section .logo-slider .company-logo{
	width: 88px;
	height: 88px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #e8ecf2;
}
.company-section .logo-slider .company-logo img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}
.company-section .logo-slider .owl-item .item{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100px;
}
@media (max-width: 576px) {
	.company-section .logo-slider .company-logo{
		width: 72px;
		height: 72px;
		padding: 8px;
	}
	.company-section .logo-slider .owl-item .item{
		min-height: 88px;
	}
}
.company-decription{
	margin: 30px 0 60px 0;
}

.company-decription p{
	font-size: 18px;
	text-align: center;
	padding: 0 180px;
	line-height: 32px;
}

.companylogo-container .row:nth-child(2){
	margin-top: 40px;
}
/*Company-Section-style-end*/

/*job-Section-style-Start*/
.jobsection{
	background: url('../img/wave.png') no-repeat bottom center;
	background-size: cover;
	width: 100%;
}
.job-slider .row{
	display: flex;
  }

.jobsection-header{
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* .jobsection .cmn-title{
	font-size: 50px;
} */
.job-img{
	display: inline-block;
}
.job-img img{
	width: 100%;
	height: 40px;
}

.jobname{
	display: inline-block;
}
.panel-body span{
	font-size: 12px;
	padding-bottom: 10px;
}
.panel-body .success{
	color: #68D585;
}
.panel-body .danger{
	color: #F64B4B;
}
.panel-body .info{
	color: #473BF0;
}
.panel-title{
	font-size: 20px;
	color: #000;
	margin-top: 16px;
	margin-bottom: 16px;
}
.panel-body p{
	color: #7C8493;
	margin: 16px 0;
	font-family: var(--font-regular);
}
.job-slider .owl-nav{
	position: absolute;
	top:-50%;
	right: 0;
}

/*job-Section-style-End*/

/*Branding-Section-style-Start*/
.branding-section{
	width: 100%;
}
.polygon-shap{
	/* clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%); */
	background-color: #3f3be3;
	width: 100%;
}
.polygon-shap .cmn-title{
	color: #fff;
	margin: initial;
}
.branding-section .polygon-shap {
	padding: 70px 70px 0 70px;
}
.polygon-shap .branding-left p{
	font-size: 18px;
	color: white;
	margin: 20px 0;
}
.polygon-shap .branding-right img{
	padding-top: 0px;
	margin-bottom: -4px;
	display: block;
	margin: 0 0 0 auto;
}
.branding-left .btn-primary{
	background-color: #fff;
	color: #1864ac;
	font-size: 16px;
	border: 1px solid #fff;
}
.branding-left .btn-primary:hover{
	background-color: #1864ac;
	color: #fff;
	font-size: 16px;
}
/*Branding-Section-style-End*/

/*category-Section-style-start*/
.category-section{
	background: url('../img/category-bg.png') no-repeat right center;
	background-size: contain;
	width: 100%;
}
.category-section .row{
	display: flex;
}
.category-section .btn-container{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.category-section .btn-container .btn-primary{
	padding: 12px 24px;
	font-size: 16px;
}
.cateogy-section-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 40px;
}
 .blogs-card{
	display: inline-block;
	position: relative;
	width: 100%;
}
.cateogy-section-header .category-title{
	color: #000;
}
.cateogy-section-header .category-bold{
	color: #1864ac;
	font-family: var(--font-bold);
}
.cateogy-section-header .category-link{
	color: #1864ac;
	font-size: 16px;
	font-family: var(--font-bold);
}
.cateogy-section-header i{
	padding-left: 10px;
}
.category-box{
	border: 1px solid #D6DDEB;
	padding: 30px;
	background: white;
	display: block;
	height: 100%;
}
.category-box:hover{
	text-decoration: none;
	background-color: #1864ac;
}
.category-box:hover svg{
	fill: white;
	stroke: white;
}

.category-box:hover .categorycard-title{
	color: white;
}
.category-box:hover p{
	color: white;
}

.category-icon{
	padding-bottom: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.category-box .categorycard-title{
	font-size: 24px;
	color: #000;
}
/* a:hover{
	color: white;
} */
.category-box p{
	color: #7C8493;
	font-size: 18px;
}
.category-box .category-content i{
	padding-left: 10px;
}
.category-section .category-box{
	margin-bottom: 30px;
}
.category-slider .category-box{
	margin-bottom: 0;
}
.category-slider .owl-stage{
	display: flex;
}
.category-slider .owl-item{
	display: flex;
	text-align: left;
}
.category-slider .owl-item .item{
	display: flex;
	width: 100%;
}
.category-slider .category-box{
	width: 100%;
}
.category-slider .category-icon img{
	display: block;
	width: auto;
}
/*category-Section-style-end*/




/*Jobstep-Section-style-Start*/
.jobstep-section{
	background: #F8F8FD;
	position: relative;
}
.jobstep-section:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 90px solid white;
    border-right: 100px solid transparent;
}

.jobstepheading{
	text-align: center;
	margin-bottom: 40px;
}
.jobstep-section .cmn-title{

}
.jobstep-section p{
	font-size: 18px;
}
.reminder-box .reminder-content p:first-child{
	color: #ffffff;
}
.list-group-item > .badge{
	float: left;
	margin-right: 10px;
}
.jobstep-item{
	display: flex;
	gap: 16px;
	margin-bottom: 30px;
}
.jobsstep-right{
	display: block;
	margin: 70px auto;
}

.jobstep-img img{
	width: 100%;
}
.jobstep-img{
	position: relative;
	width: 425px;
	height: 571px;
	overflow: hidden;
	border-radius: 20px;
}

.jobstep-left::before{
	position: absolute;
	content:" ";
	bottom:-50px;
	right: -50px;
	left: 70px;
	opacity: 9.86%;
	background: #1864ac;
	border-radius: 20px;
	width: 400px;
	height: 550px;
}
.reminder-box{
	box-shadow: 0px 62px 64px -10px #0117301E;
	background: #1864ac;
	border-radius: 20px;
	padding: 20px;
	position: absolute;
	content:"";
	bottom: 50px;
	left: -50px;
	z-index: 1;
	display: flex;
	align-items: center;
	animation: wcj-img 1000ms infinite linear;
    animation-direction: alternate-reverse;
}
.reminder-box .reminderbold-text{
	font-family: var(--font-bold);
	font-size: 18px;
}
.reminder-icon{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background-color: white;
	text-align: center;
	line-height: 40px;
}
.reminder-content{
	display: inline-block;
	padding-left: 20px;
	color: white;
}
.jobsstep-right .badge{
	line-height: 3;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #1864ac;
	font-family: var(--font-bold);
}
.jobstep-content .jobsstep-right .jobstep-title{
	color: #161C2D;
	font-size: 20px;
	font-family: var(--font-bold);
}
/*Jobstep-Section-style-End*/

/*testimonial-Section-style-start*/
.testimonial-section{
	width:100%;
}
.testimonial-right{
	position: relative;
}
.testimonial-right:before{
	position: absolute;
	content:"";
	background: url('../img/testimonial-bg.png') no-repeat right;
	background-size: contain;
	width: 100%;
	height: 100%;
}
.testimonial-box{
	width: 100%;
	height: 100%;
}
.testimonial-box .designation{
	font-size: 18px;
	color: #000;
	font-family: var(--font-regular);
}
.testimonial-quotes{
	font-size: 40px;
	color: #000;
	padding: 30px 0;
	line-height: normal;
	font-family: var(--font-bold);
}
.newtestimonial-slider .owl-theme .owl-nav{
	text-align: left;
	display: flex;
	gap: 20px;
}
.newtestimonial-slider .author-name{
	font-size: 20px;
	color: #1864ac;
	font-family: var(--font-bold);
}

/*testimonial-Section-style-end*/


/*footer-Section-style-start*/
.footer{
	background: #161C2D;
	width: 100%;
	display: block; 
}
.footer .navbar-footer .navbar-default .site-map a{
	color:#fff;
	opacity: 65%;
}
.footer .footer-copyright .policies a{
	color:#fff;
	opacity: 65%;
	font-family: var(--font-regular);
	font-size: 14px;
}
.footer .copyright-text{
	color:#fff;
	opacity: 65%;
	font-family: var(--font-regular);
	font-size: 14px;
}

.navbar-footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navbar-footer .navbar-default .site-map{
	display: flex;
	align-items: center;
}
.navbar-footer .social-links{
	display: flex;
	gap: 20px;
	margin-right: 20px;
}
.navbar-footer .social-links a{
	font-size: 16px;
	color: #7D818D;
}
.footer-copyright{
	margin: 0 20px;
	border-top: 1px solid #e7e9ed;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}

.navbar-footer .navbar-nav>li>a{
	border-bottom: transparent;
}
 .policies a{
	padding-right: 10px;
}
.job-slider .owl-theme .owl-nav [class*=owl-]{
	color: #000;
	margin: initial;
}
.newtestimonial-slider .owl-theme .owl-nav [class*=owl-]{
	color: #000;
	margin: initial;
	width: 50px;
	height: 50px;
	line-height: 40px;
	text-align: center;
	background-color: #f4f7fa;

}
.owl-theme .owl-nav [class*=owl-]:hover{
	background-color: #1864ac !important;
}
/*footer-Section-style-end*/
.navbar-brand {
	float: left;
	height: 50px;
	padding: 0px 15px;
	font-size: 18px;
	line-height: 20px;
}

.two-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*job listing-page-style-start*/
.jobfliter-row .select2-container--open .select2-dropdown{
	top:-30px;
}
   .select-category .select2{
	width: 100% !important;
}
.jobfliter-row .job-form{
	display: block;
	width: 100%;
}
/* .filter-section{
	width: 100%;
} */

.filter-section .form-control{
	border: none;
	outline: none;
	box-shadow: none;
	height: 44px;
	padding-left: 46px;
	/* box-shadow: 0 1px 25px rgba(0, 0, 0, 0.09); */
}
.filter-section .form-control:focus{
	box-shadow: none;
}
.jobfliter-row .form-container{
	display: flex;
	width: 100%;
	align-items: center;
	padding: 16px;
	justify-content: flex-start;
}

/* Jobs listing top search (3 equal columns) */
.jobfliter-row .job-form > .row{
	margin-left: -10px;
	margin-right: -10px;
}
.jobfliter-row .job-form > .row > [class*="col-"]{
	padding-left: 10px;
	padding-right: 10px;
}
.jobfliter-row  .input-group{
	width: 100%;
	border-right: none;
	position: relative;
	height: 44px;
	display: flex;
	align-items: center;
}
.jobfliter-row .input-group img{
	position: absolute;
	top: 50%;
	left: 14px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	z-index: 11;
}
.jobfliter-row .input-group i{
	position: absolute;
	top:5px;
	left: -14px;
	width: 24px;
	height: 24px;
	z-index: 11;
}
.jobfliter-row .select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 18px;
}
.jobfliter-row .jw-search-experience-wrap .select2-container{
	height: 44px;
	display: flex;
	align-items: center;
}
.jobfliter-row .jw-search-experience-wrap .select2-container .select2-selection--single{
	display: flex;
	align-items: center;
	height: 44px;
	width: 100%;
}
.jobfliter-row .jw-search-experience-wrap .select2-container .select2-selection--single .select2-selection__rendered{
	padding: 0 36px 0 46px;
	line-height: normal;
	height: auto;
	display: flex;
	align-items: center;
	font-size: 14px;
}
.jobfliter-row  .select2-container--default .select2-selection--single .select2-selection__arrow{
background-image: url('../img/down-angle.png');
}
.jobfliter-row .jw-search-experience-wrap .select2-container--default .select2-selection--single .select2-selection__arrow{
	background-image: none;
}

.jobfliter-row  .select2-container--default .select2-selection--single .select2-selection__arrow b{
	display: none;
}
.jobfliter-row .jw-search-experience-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b{
	display: block;
}
.jobfliter-row .select-group-container{
	overflow: hidden;
	background: url('../img/down-angle.png') no-repeat right;
}
.jobfliter-row .select-group-container select{
   background: transparent;
   border: 0;
   border-radius: 0;
   margin-left: 10px;
   -webkit-appearance: none;
   cursor: pointer;
}
.jobfliter-row .input-group-btn{
	/* box-shadow: 0 1px 25px rgba(0, 0, 0, 0.09); */
	width: 24px;
}
.filter-section .jobfliter-row{
	border-radius: 8px;
	background-color: #fff;
}
.filter-section .filter-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.filter-section .jobfliter-row .input-group .form-lastcolumn{
	display: flex;
	justify-content: stretch;
	width: 100%;
}
.filter-section .jobfliter-row .input-group .findjob-btn{
	background: #1864ac;
	color: #fff;
	display: block;
	padding: 6px 14px;
	width: 100% !important;
	max-width: none;
	font-size: 14px;
	line-height: 1.2;
	height: 40px;
	border-radius: 8px;
}
.filter-section .jobfliter-row .input-group  .category-btn{
	display: inline-block;
	background-color: transparent;
	width: 100%;
	color: #777;
	text-align: left;
}

.filter-section .jobfliter-row .input-group .category-btn.btn .caret{
border: none;
vertical-align: initial;
position: absolute;
content: "";
right: 16px;
}

.input-group-btn .fa-search{
	font-size: 24px;
	color: #4640DE;
	/* border:1px solid #ccc; */
}
.input-group-btn .fa-map-marker{
	font-size: 24px;
	color: #4640DE;
	/* border:1px solid #ccc; */
}
 .form-item .fa-tasks{
	font-size: 16px;
	color: #1864ac;
	/* border:1px solid #ccc; */
}

.selectjob-category a:hover{
	color: #1864ac;
	font-size: 16px;
	text-decoration: none;
	transition: none;
}

 .jobflitercard-section .jobflitercard-row{
	padding-bottom: 30px;
}
.jobflitercard-section .jobflitercard-row .label-default{
	background-color: #f1f2f4;
	padding: 6px 16px;
	color: #474C54;
	font-size: 14px;
	border-radius: 30px;
}

.jobflitercard-section .jobflitercard-row .badge{
	background-color: #fff;
	color: #474C54;
	margin-left: 10px;
}

.jobflitercard-row{
	display: flex;
	justify-content: end;
	align-items: center;
}
 .fliter-headerright .breadcrumb > .active{
	color: #000;
}
.jobflitercard-section .jobflitercard-row .jobflitercard-rowright{
	display: flex;
	gap: 16px;
}

.jobflitercard-section .jobflitercard-row .jobflitercard-rowright .btn{
	padding: 14px 16px;
	background-color: #fff;
	color:  #474C54;
	border-color: #e4e5e8;
	font-size: 14px;
	width: 100%;
}
.jobflitercard-section .jobflitercard-row .jobflitercard-rowright .btn .caret{
	border: none;
	vertical-align: initial;
	position: absolute;
	content: "";
	right: 16px;
}
.jobflitercard-section .jobflitercards .panel-body .content .company-location{
	display: inline-block;
	padding-left: 16px;
}
.jobflitercard-section .jobflitercards .panel-body .content .company-location p{
	margin: initial;
}
.jobflitercard-section .jobflitercards .panel-body .content .company-location .company-name {
	padding-bottom: 6px;
	font-size: 16px;
	color: #000;
}
.jobflitercard-section .jobflitercards .panel-body .content .company-location .company-adddress {
	display: inline-block;
	padding-right: 10px;
}
.jobflitercard-section .jobflitercards .panel-body .content .company-location .company-data {
	display: inline-block;
	padding-right: 10px;
}
.jobflitercard-section .jobflitercards .panel-body .content .company-location .company-data i {
	padding-right: 6px;
	font-size: 18px;
}

.jobflitercard-section .jobflitercards .panel-body .content .company-location .label {
	background-color: #e8f1f8;
	padding: 8px 12px;
	border-radius: 50px;
	font-size: 14px;
	color: #0a65cc;
	display: inline-block;
}
/* .jobflitercard-section .jobflitercards .panel-body .content{
	display: flex;
	justify-content: space-between;
	align-items: center;
} */
/* .jobflitercards .listview-right .savejob{
	display: inline-block;
	width: 48px;
	height: 48px;
	border-radius: 5px;
	background-color: #f1f2f4;
	text-align: center;
	line-height: 48px;
	margin-right: 8px;
} */
.jobflitercards .listview-right .btn{
	display: inline-block;
	background: #E7F0FA;
	color: #0A65CC;
	border:transparent;
}
.jobflitercards .listview-right .btn:hover{
	display: inline-block;
	background: #0A65CC;
	color: #fff;
	border:transparent;
}
.jobflitercards .listview-right .btn .fa-long-arrow-right{
padding-left: 10px;
}


.download-cards {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
  }
.download-card {
	display: flex;
	flex-direction: column;
	width: calc(100% - 2em);
	background: #fff;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 2em;
	box-shadow: 0 1px 25px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.06);
	border: 1px solid #e4e5e8;
	margin: 0 1em 2em 1em;
  }
  .download-cards[data-view='grid-view'] .download-card {
	float: left;
	width: calc(50% - 2em);
  }
  .download-cards[data-view='grid-view'] .download-card .btn{
	display: none;
  }
  .download-cards[data-view='grid-view'] .download-card .content .company-location{
	display: none;
  }
  .download-card__content-box {
	/* padding: 2em 2em 3em; */
	flex: 1;
  }
  .download-cards[data-view='list-view'] .viewlistcontent {
	/* padding-left: calc(200px + 2em); */
	display: block;
  }
  .download-cards[data-view='grid-view'] .viewlistcontent {
	/* padding-left: calc(200px + 2em); */
	display: none;
  }
  .download-cards[data-view='list-view'] .content .gridviewlist {
	/* padding-left: calc(200px + 2em); */
	display: none;
  }
  .download-cards[data-view='grid-view'] .content .gridviewlist {
	/* padding-left: calc(200px + 2em); */
	display: block;
  }
  .download-cards[data-view='list-view'] .download-card:hover {
	/* padding-left: calc(200px + 2em); */
	box-shadow: 0px 12px 48px 0px #002C6D1A;
	border: 1px solid #0a65cc;
  }
  .download-cards[data-view='grid-view'] .download-card:hover {
	/* padding-left: calc(200px + 2em); */
	box-shadow: 0px 12px 48px 0px #002C6D1A;
	border: 1px solid #0a65cc;
  }
  .download-cards[data-view='grid-view'] .download-card:hover a {
	/* padding-left: calc(200px + 2em); */
	color: #0A65CC;
	text-decoration: none;
  }
  .download-cards[data-view='list-view'] .content {
	/* padding-left: calc(200px + 2em); */
	display: flex;
	justify-content: space-between;
	width: 100%;
  }
  .download-cards[data-view='list-view'] .listview-left{
	display: flex;
	align-items: center;
	gap: 16px;
  }
  .download-cards[data-view='list-view'] .listview-left{
	display: flex;
	align-items: center;
	gap: 16px;
  }
  .download-cards[data-view='list-view'] .listview-left .panel-title{
	margin: initial;
  }
  .download-cards[data-view='grid-view']  .gridviewlistcontent .compannydetail .gridview-left .panel-body p{
	margin: initial;
  }

  .download-card__content-box__catagory {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	margin: 0 0 2em;
  }
  
  .download-card__content-box__title {
	line-height: 1;
	margin: 0 0 0.5em;
	font-size: 18px;
  }
  
  .download-card__content-box__description {
	line-height: 1.5;
	padding: 0;
	margin: 0 0 1em;
	clear: both;
	color: #929292;
	font-size: 16px;
  }
  
  .download-card__content-box .button {
	position: absolute;
	bottom: 2em;
	margin: 0;
	color: #ff4500;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 13px;
  }
  .dc-view-switcher {
	display: flex;
	/* margin: 1em; */
	text-align: right;
	height: 50px;
  }

  .dc-view-switcher > button {
	font-family: 'fontAwesome';
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none;
	cursor: pointer;
	font-size: 1.5em;
	vertical-align: middle;
	color: gray;
	opacity: 0.3;
	outline: none;
	transition: opacity 0.4s ease;
  }
  
  .dc-view-switcher > button[data-trigger="list-view"]::before {
	content: "\f00b";
  }
  
  .dc-view-switcher > button[data-trigger="grid-view"]::before {
	content: "\f009";
  }
  
  .dc-view-switcher > button[data-trigger].active {
	opacity: 1;
  }
  .jobflitercards .success{
	color: #767f8c;
  }
  .fliter-headerright .breadcrumb a{
	color: #767f8c;
	font-family: var(--font-regular);
	font-size: 14px;
  }
  .fliter-headerright .breadcrumb > .active a{
	color: #000;
	font-family: var(--font-regular);
  } 
  .fliter-headerright .breadcrumb a:hover{
	color: #1864ac;
	text-decoration: none;
  }
  .fliter-headerright .breadcrumb .active a:hover{
	color: #1864ac;
	text-decoration: none;
  }
  .pagiWrap nav{
	display: flex;
	justify-content: end;
  }
  .pagiWrap .text-right .relative{
	border-radius: 50px;
	border: 1px solid #1864ac;
	display: inline-block;
	margin: 0 5px;
	padding: 8px 16px;
  }
  .pagiWrap .text-right .relative:hover{
	background-color: #1864ac;
	color: #fff;
	text-decoration: none;
  }
  .select-category .select2-selection--single{
	border: none !important;
  }
   .select2-container--open .select2-dropdown{
	border:none !important;
  }

  .jobpanel-row{
	display: flex;
	flex-wrap:wrap;
  }
    .panel-default{
	width: 100%;
	border-radius: 8px;
	border:1px solid #e4e5e8;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	height: 100%;
	}
	 .panel-row{
		margin: 0 0 20px 0;
	}
	.panel:hover{
		text-decoration: none;
		border: 1px solid #1864ac;
	}
	 .panel-img{
		width: 100%;
		display: inline-block;
		background-color: #f5f5f5;
		padding: 30px;
	}
	 .panel-img img{
		display: block;
		margin: 0 auto;
		max-width: 100%;
		height: 50px;
	}
	 .panel-title{
		color: #18191c;
		font-size: 16px;
		margin: 10px 0 0 0;
	}
	 .panel-location{
		color: #18191c;
		font-size: 14px;
		opacity: 40%;
	}
	 .panelpostname{
		margin: 8px 0;
		display: inline-block;
		width: 100%;
	}
	.panel i{
		font-size: 16px;
		padding-right: 8px;
	}
	 .panel-body .jobtime{
		padding: 5px 10px;
	    background: rgba(24, 100, 172, 0.1);
		color: #1864ac;
		border-radius: 30px;
		font-size: 12px;
		display: inline-block;
	}
	 .panel-body .panelpostname{
		color: #18191c;
		font-size: 22px;
		display: inline-block;
	}
	 .panel-body .panel-description{
		font-size: 14px;
		color: #18191c;
		opacity: 70%;
		margin: 8px 0;
		display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	}
	 .panel-body .skill-badge{
		background: rgba(168, 168, 168, 0.1);
		color: #a8a8a8;
		font-size: 12px;
		padding: 5px 10px;
		border-radius: 30px;
		display: inline-block;
	}
	 .panel-body .badge{
		padding: 5px 10px;
		border-radius: 30px;
		margin: 0 8px 8px 0;
		display: inline-block;
	}
	 .panel-body .vacancies-badge{
		background: rgba(79, 9, 169, 0.1);
		color: #4f09a9;
		font-size: 12px;
		display: inline-block;

	}
	 .panel-body .exp-badge{
		background: rgba(9, 140, 169, 0.1);
		font-size: 12px;
		color: #098ca9;
		display: inline-block;
	}
	 .panel-body .salary-badge{
		background: rgba(23, 169, 9, 0.1);
		color: #17a909;
		font-size: 12px;
		display: inline-block;
	}
/*job listing-page-style-end*/



/*aboutus-page-style-start*/
.aboutus-section{
}

.whowearearrow img{
display: block;
margin: 0 auto;
margin-top: 20px;
}
.whoweare-section{
	display: block;
	width: 100%;
}
.whoweare-section .paragraph{
	font-size: 16px;
	color: #475467;
	margin: 0 auto;
	text-align: center;
	max-width: 600px;
	font-family: var(--font-regular);
}

 .aboutus-left .cmnsection-headingtitle{
	color: #3561da;
 }
.aboutus-section .aboutus-left .cmn-title{
	font-size: 30px;
}
.aboutus-section .aboutus-left .paragraph{
	margin-bottom: 20px;
	color: #000;
	font-size: 24px;
	color: #7C8493;
}
.aboutus-right{
	position: relative;
	background-color: #f2f2f2;
	border-radius: 10px;
	display: block;
	width: 520px;
	height: 475px;
}
.aboutus-rightimg{
	
}
.aboutus-leftimg{
	
}

.aboutus-rightimg img{
	max-width: 100%;
	height: 100%;
	margin-left: 150px;
	margin-top: -20px;
}
.aboutus-leftimg img{
	max-width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-left: -20px;
}
.aboutus-left .btn-container{
gap: 20px;	
display: flex;
}

.featurejobs-section .featurejobs-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.aboutus-left .featurejobs-box{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.aboutus-left .featurejobs-box img{
	width: 100%;
	height: 100%;
}
.featurejobs-text{
	position: absolute;
	content:"";
    bottom: 0;
	left: 0;
    background: #fff;
    border-radius: 0px 6px 0px 0px;
    width: 100%;
    max-width: 140px;
    padding: 10px 0 5px 20px;
}
.featurejobs-text p{
	color: #1864ac;
	font-size: 18px;
}
.featurejobs-text span{
	color: #000;
	font-size: 14px;
}
.counter-section{
	width: 100%;
	background:#f1f2f4;
	display: block;
}
.counter-background{
	width: 100%;
	background: url('../img/cloud.png') no-repeat center;
	background-size: contain;
	background-position-y: top;
	position: relative;
}
.counter-background::before{
	position: absolute;
	content:"";
	top:0;
	left: 0;
	width: 56px;
	height: 56px;
	background: url('../img/ring.png') no-repeat;
	animation: hero-img 4s infinite linear;

}
.counter-section .cmnsection-headingtitle{
	text-align: center;
}
.counter-section .counter-header .paragraph{
	text-align: center;
	font-size: 16px;
	color:#7C8493;
}
.counter-section .counter-row{
	background-color: #fff;
	padding: 20px;
	width: 100%;
	border-radius: 20px;
	margin-top: 20px;
	position: relative;
}
.counter-section .counter-row:before{
	position: absolute;
	content:"";
	top:-50px;
	right: -50px;
	background: url('../img/Cube.png') no-repeat center;
	width: 85px;
	height: 85px;
	animation: counter-img 4s infinite linear;
}
.counter-section .counter-row:after{
	position: absolute;
	content:"";
	top:50px;
	left: -15px;
	background: url('../img/diamond.png') no-repeat center;
	width: 96px;
	height: 96px;
	animation: hero-img 4s infinite linear;
}

.counter-section .count-icon{
	font-size: 48px;
	color: #1c94d2;
}
.counter-section .counter-box{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 20px;
	align-items: center;
}
.counter-section .row .col-xl-3:not(:last-child) .counter-box{
	border-right: 1px solid #ddd;
}
.counter-section .countnumber{
	font-size: 40px;
	color: #161C2D;
	font-family: var(--font-bold);
}
.counter-section .counter-text{
	font-size: 18px;
	color: #7C8493;
	font-family: var(--font-regular);
}

.ourvision-section{
	width: 100%;
	background-color: #f2f2f2;
	
}
.ourvision-right .cmnsection-headingtitle{
	color: #3561da;
 }
.ourvision-section .ourvision-right .paragraph{
	margin-bottom: 20px;
	color: #000;
	font-size: 24px;
	color: #7C8493;
}

.ourpartner-section{
	width: 100%;
	display: block;
}
.ourpartner-section .owl-theme .owl-nav{
	margin-top: 40px;
}
.ourpartner-section .cmnsection-headingtitle {
	text-align: center;
	margin-bottom: 30px;
}
.ourpartner-section .ourpartners-box{
	/* border:1px solid #ddd; */
	/* border-radius: 10px; */
	/* background-color: #f1f2f4; */
	padding: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.ourpartner-section .ourpartners-box img{
	max-width: 100%;
	object-fit: cover;
	height: 100%;
}


.howitworks-section{
	display: block;
	width: 100%;
}
.howitworks-section .row{
	display: flex;
	flex-wrap: wrap;
}
.howitworks-section .howitworks-row{
	margin-top: 30px;
}

.howitworks-section .cmnsection-headingtitle{
	text-align: center;
}
.howitworks-section .howitworks-box{
	border-radius: 10px;
	width: 100%;
	gap	:16px;
	border:1px solid #ddd;
	text-align: center;
}
.howitworks-section .howitworks-box:hover{
	border:1px solid #1864ac;
}
.howitworks-section .paragraph{
	text-align: center;
}
.howitworks-section  .howitworks-box .paragraph{
	font-size: 16px;
	color: #7c8493;
}
.howitworks-section  .howitworks-box-container{
	display: flex;
	justify-content: center;
	margin-top: 30px;
	width: 100%;
}
.howitworks-section .readmore{
	font-size: 16px;
	color: #1864ac;
	font-family: var(--font-bold);
}
.howitworks-section .readmore:hover{
	text-decoration: none;
	color: #000;
}
.howitworks-section .fa-long-arrow-right{
	padding-left: 5px;
}

.cta-sec{
	background-color: #1864ac;
	width: 100%;
	display: block;
}

.cta-wrap {
    color: #fff;
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

.cta-sec .sub-title {
    color: #fff;
}
.cta-sec .sub-text {
    padding: 10px 0 40px 0;
	color: #fff;
}

.cta-dec .paragraph{
    text-align: center;
    margin: 0 auto;
	font-size: 16px;

}

.cta-sec .cta-btn-container {
    display: flex;
	justify-content: center;
	width: 100%;
	gap:16px;
}

.cta-sec .btn-primary {
    background: #fff;
    color: #1864ac;
    border-radius: 20px;
    font-size: 16px;
    padding: 8px 30px;
    border: 1px solid transparent;
}
.cta-sec .btn-secondary {
    background: transparent;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
    padding: 8px 30px;
    border: 1px solid #fff;
}
.cta-sec .btn-primary:hover{
text-decoration: none;
background-color: #fff;
color: #000;
}
.cta-sec .btn-secondary:hover{
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #fff;
	color: #000;

	}
	.jobforyou-section{
		display: block;
		width: 100%;
	}
	.jobforyou-section i{
		padding-right: 10px;
	}
	.jobforyou-right ul li{
		list-style-image: url('../img/check-circle-blue.svg');
		background-size: 20px;
	}
	.jobforyou-img{
		animation: wcj-img 1000ms infinite linear;
    	animation-direction: alternate-reverse;
	}

	.jobforyou-section .jobforyou-right .paragraph{
		font-family: var(--font-regular);
		padding: 10px 0;
	}



	.ourtimeline-section{
		width: 100%;
		position: relative;
		background: #f1f2f4;
		display: block;
	}

	.timeline{
		position:relative;
		margin:50px auto;
		box-sizing:border-box;
	  }
	  .timeline:before{
		content:'';
		position:absolute;
		left:50%;
		width:2px;
		height:100%;
		background:#c5c5c5;
		top:0;
	  }
	  .timeline ul{
		padding:0;
		margin:0;
	  }
	  .timeline ul li{
		list-style:none;
		position:relative;
		width:50%;
		padding:20px 40px;
		box-sizing:border-box;
	  }
	  .timeline ul li:nth-child(odd){
		float:left;
		text-align:right;
		clear:both;
	  }
	  .timeline ul li:nth-child(even){
		float:right;
		text-align:left;
		clear:both;
	  }
	  .content{
		padding-bottom:20px;
	  }
	  .timeline ul li:nth-child(odd):before
	  {
		content:'';
		position:absolute;
		width:10px;
		height:10px;
		top:24px;
		right:-6px;
		background:#3561da;
		border-radius:50%;
		box-shadow:0 0 0 3px rgba(0,0,255,0.2);
	  }
	  .timeline ul li:nth-child(even):before
	  {
		content:'';
		position:absolute;
		width:10px;
		height:10px;
		top:24px;
		left:-4px;
		background:#3561da;
		border-radius:50%;
		box-shadow:0 0 0 3px rgba(0,0,255,0.2);
	  }
	  .timeline ul li h3{
		padding:0;
		margin:0;
		color:#000;
		font-weight:600;
		font-size: 22px;
	  }
	  .timeline ul li p{
		margin:10px 0 0;
		padding:0;
		color:#7c8493;
	  }
	  .timeline ul li .time h4{
		margin:0;
		padding:0;
		font-size:14px;
	  }
	  .timeline ul li:nth-child(odd) .content{
		border-radius: 10px;
		background: #fff;
		padding: 20px;
	  }
	  .timeline ul li:nth-child(even) .content{
		border-radius: 10px;
		background: #fff;
		padding: 20px;
	  }
	  .timeline ul li:nth-child(odd) .time
	  {
		position:absolute;
		top:12px;
		right:-165px;
		margin:0;
		padding:8px 16px;
		background:#1864ac;
		color:#fff;
		border-radius:18px;
		box-shadow:0 0 0 3px rgba(0,0,255,0.3);
	  }
	  .timeline ul li:nth-child(even) .time
	  {
		position:absolute;
		top:12px;
		left:-165px;
		margin:0;
		padding:8px 16px;
		background: #1864ac;
		color:#fff;
		border-radius:18px;
		box-shadow:0 0 0 3px rgba(0,0,255,0.3);
	  }


	  .apply-section{
		width: 100%;
		display: block;
	  }
	  .apply-section .row{
		display: flex;
		flex-wrap: wrap;
	  }

	  .candidatepanel{
		background: #e4e5e8;
	  }
	  .apply-section .panel-body{
		padding: 50px;
	  }
	  .employeepanel{
		background: #1864ac;
		height: 100%;
	  }
	  .apply-section .paragraph{
		color: #7c8493;
		padding: 16px 0;
	  }
	  .apply-section .apply-title{
		font-size: 32px;
		font-family: var(--font-bold);
	  }
	  .employeepanel .apply-title{
		color: #fff;
		font-family: var(--font-bold);
	  }
	  .employeepanel .paragraph{
		color: #fff;
	  }
	  .apply-section .btn-container .register-link{
		animation: glow 1000ms infinite linear;
    	animation-direction: alternate-reverse;
	  }
	  .apply-section .btn-primary{
		background-color: #fff;
		color: #1864ac;
		padding: 12px 24px;
		border-radius: 4px;
		border: 1px solid transparent;
		display: inline-block;
		font-size: 16px;
	  }
	  .apply-section .btn-secondary{
		background-color: #fff;
		color: #1864ac;
		padding: 12px 24px;
		border-radius: 4px;
		border: 1px solid transparent;
		display: inline-block;
		font-size: 16px;
	  }
	  .apply-section .btn-primary:hover{
		text-decoration: none;
		background-color: #1864ac;
		color: #fff;
		border: 1px solid #1864ac;
	  }
	  .apply-section .btn-secondary:hover{
		text-decoration: none;
		background-color: #1864ac;
		color: #fff;
		border: 1px solid #fff;
	  }
	.apply-section .btn-container i{
		padding-left: 5px;

	}

	.timeline-box{
		background-color: #fff;
		border: 1px solid #e0e0e0;
		border-radius: 16px;
		padding: 20px;
		display: inline-block;
		width: 100%;
	}
	.timeline-box-details{
	min-height: 115px;
    height: 115px;
    overflow-y: auto;
	margin-bottom: 16px;
	}
	.timeline-box p{
		font-size: 16px;
		font-weight: 400;
	}
	.timeline-box-year{
		padding-top: 20px;
		border-top: 1px solid #e0e0e0;
	}
	.timeline-box-year h6{
		font-size: 18px;
		font-family: var(--font-medium);
	}
	.timeline-box-details::-webkit-scrollbar{
		width: 4px;
	}
	.timeline-box-details::-webkit-scrollbar-thumb{
		border-radius: 16px;
		-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
		background-color: #e0e0e0;
	}
	.timeline-box-details::-webkit-scrollbar-track{
		border-radius: 10px;
    background-color: #eee;
	}
	.timeline-slider .owl-theme .owl-nav{
		display: flex;
		gap: 16px;
		justify-content: center;
		margin-top: 30px;
	}
	.timeline-slider .owl-theme .owl-nav [class*=owl-] {
		color: #000;
		margin: initial;
		width: 50px;
		height: 50px;
		line-height: 40px;
		text-align: center;
		background-color: #f4f7fa;
		display: flex;
		justify-content: center;
		align-items: center;
	}
/*aboutus-page-style-end*/


.wcj-section{
	width: 100%;
	position: relative;
	display: block;
}
.wcj-section .cmnsection-headingtitle{
	margin-bottom: 50px;
}
.wcj-title{
	font-size: 20px;
	color: #000;
	font-family: var(--font-medium);
}
.wcj-section .paragraph{
	font-size: 14px;
	font-weight: 400;
}
.wcj-row{
	position: relative;
}
/* .wcj-row::before{
	position: absolute;
	content:"";
	top:0;
	left: 50%;
	width: 155px;
	height: 155px;
	background: #f2f6ff;
	border-radius: 50%;
	z-index: -1;
	backdrop-filter: blur(20px);
	transform: translateY(50%);

}
.wcj-row::after{
	position: absolute;
	content:"";
	top:50%;
	left: 50%;
	width: 155px;
	height: 155px;
	background: #f2f6ff;
	border-radius: 50%;
	z-index: -1;
	backdrop-filter: blur(20px);
	transform: translateY(50%);
} */
.why-chooseus-row .row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.wcj-mainbox{
	display: block;
	padding: 30px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #ddd;
	box-shadow: 1px 2px 4px 0px #00000014;
}
.wcj-container{
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	max-width: 100%;
	box-sizing: border-box;
	justify-content: space-between;
}
.wcj-box{
	background: #f5f7fc;
	padding: 20px;
	border-radius: 8px;
	flex: 1 1 calc(50% - 10px);
	max-width: calc(50% - 10px);
	box-sizing: border-box;
	text-align: center;
}

.wcj-right-img{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	animation: wcj-img 1000ms infinite linear;
	animation-direction: alternate-reverse;
}
.wcj-right-img img{
	display: block;
	height: auto;
	max-width: 100%;
}
/* .wcj-big-circle{
	position: relative;
	content:"";
	top:0;
	left: 0;
	width: 558px;
	height: 558px;
	border-radius: 50%;
	background: linear-gradient(139.62deg, rgba(196, 213, 255, 0.67) 18.24%, rgba(245, 247, 252, 0.67) 91.02%);
	display: block;
	margin:  0 auto;
}
.wcj-big-circle::before{
	position: absolute;
	content:"";
	top:-230px;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(50%);
	background: url('../img/wcj.png') no-repeat center;
} */

.goodbuy-section{
	width: 100%;
	position: relative;
	background: #1864ac;
	display: block;
}
.goodbuy-section::before{
	position: absolute;
	content:"";
	bottom: -30px;
	left: -30px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #7BB9FF;
}
.goodbuy-left{
	padding: 64px 0;
}


.goodbuy-section .goodbuy-title{
	font-size: 50px;
	font-family: var(--font-bold);
	color: #fff;
}
.goodbuy-section .paragraph{
	font-size: 16px;
	color: #fff;
	margin: 15px 0 30px 0;
}


.goodbuy-section .btn-container{
display: flex;
gap: 30px;
align-items: center;
}
.goodbuy-section .btn-container .btn-primary{
	font-size: 18px;
	font-weight: 700;
	background: #fff;
	max-width: 220px;
	width: 100%;
	color: #1864ac;
	padding: 16px 26px;
	border: transparent;
	border-radius: 16px;
}
.goodbuy-section .btn-container .btn-primary:hover{
	background: none;
	border:1px solid #fff;
	color: #fff;
}
.goodbuy-section .btn-container .btn-secondary{
	font-size: 18px;
	font-weight: 700;
	max-width: 220px;
	width: 100%;
	color: #fff;
	padding: 16px 26px;
	border: 1px solid #fff;
	border-radius: 16px;
	background: transparent;
}
.goodbuy-section .btn-container .btn-secondary:hover{
	background: #fff;
	color: #1864ac;
}
.cta-big-circle{
	padding: 15px 0;
	animation: goodbuy-img 4s infinite linear;
}


.centerimg-section .row{
	display: flex;
	align-items: center;
	justify-content: center;
}
.centerimg-section .row:nth-child(2){
	margin: 30px 0;
}
.centerimg-section .col-lg-4:nth-child(1) .job-box:before{
	position: absolute;
	content:"";
	width: 49px;
	height: 21px;
	background: url('../img/jobs-dots.png') no-repeat center;
	right: -20%;
	top:35%;
}
.centerimg-section .col-lg-4:nth-child(3) .job-box:before{
	position: absolute;
	content:"";
	width: 49px;
	height: 21px;
	background: url('../img/jobs-dots.png') no-repeat center;
	left: -20%;
	top:35%;
	transform: scaleY(-1) rotate(-180deg);
}
.centerimg-section .row:nth-child(2) .col-lg-4:nth-of-type(2) .job-box:before{
	position: absolute;
	content:"";
	width: 49px;
	height: 21px;
	background: url('../img/jobs-dots.png') no-repeat center;
	right: -15%;
	top:-30%;
	transform: scaleY(-1) rotate(20deg);
}
.centerimg-section .row:nth-child(2) .col-lg-4:nth-of-type(4) .job-box:before{
	position: absolute;
	content:"";
	width: 49px;
	height: 21px;
	background: url('../img/jobs-dots.png') no-repeat center;
	left: -15%;
	top:-30%;
	transform: scaleZ(-1) rotate(200deg);
}
.centerimg-section .center-box{
	position: relative;
}
.centerimg-section .center-box:before{
	position: absolute;
	content:"";
	width: 13px;
	height: 52px;
	background: url('../img/center-dots.png') no-repeat center;
	top:-60px;
}
/* .centerimg-section .row:nth-child(3){
	margin-top: 30px;
} */


.centerimg-section .job-box{
border-radius: 8px;
background: #f5f7fc;
text-align: center;
padding: 10px 40px;
position: relative;
}
.center-circle{
	background: linear-gradient(139.62deg, rgba(196, 213, 255, 0.5) 18.24%, rgba(245, 247, 252, 0.5) 91.02%);
	width: 225px;
	height: 225px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 0 auto;
}
.center-circle img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}


.jobalerts-row{
	margin-top: 50px;
}
.fraudalert-section{
	background: #f5f7fc;
	width: 100%;
} 
.fraudalert-section .btn-container{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.fraudalert-section .fraud-icon{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	box-shadow: 0px 2px 10px 0px #00000017;
	margin: -50px auto auto auto;
}
.fraud-icon i{
	font-size: 40px !important;
	margin-bottom: 20px;

}
.fraudalert-section .row{
	display: flex;
	flex-wrap: wrap;
}
.fraudalert-section .panel{
	height: 100%;
	background: #f1f2f4;
	border-radius: 20px;
	box-shadow: 0px 1px 10px 0px #e2eaff;
	background: #fff;
}
.fraudalert-section .fraud-title{
	font-size: 20px;
	color: #000;
	font-weight: 500;
	text-align: center;
	margin: 10px 0 20px 0;
}
.jobalerts-row .panel ul li::marker{
	color: #cedcfe;
}

.report-section .paragraph{
	text-align: center;
	max-width: 790px;
	margin: 20px auto 20px auto;
	color: #000;
	display: block;		
}
.report-section .btn-container{
	display: flex;
	justify-content: center;
	align-items: center;
}
.report-section .btn-container .btn-primary{
	width: 100%;
	max-width: 160px;
	padding: 16px 32px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	background: #1864ac;
	border-radius: 4px;
}

.keepsafe-section{
	background: #0A65CC;
	width: 100%;
	position: relative;
	z-index: 1;
}
.keepsafe-section::before{
	position: absolute;
	content:"";
	top:50%;
	left: 50%;
	right: 0;
	bottom: 0;
	transform: translate(-50%, -50%);
	background: url('../img/safeimg.png') no-repeat center;
	width: 228px;
	height: 228px;
	z-index: -1;
}
.keepsafe-section .keepsafe-title{
	color: #fff;
}

.keepsafe-section .btn-container{
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: center;
	}
	.keepsafe-section .btn-container .btn-primary{
		font-size: 18px;
		font-weight: 700;
		background: #fff;
		max-width: 220px;
		width: 100%;
		color: #1864ac;
		padding: 16px 26px;
		border: transparent;
		border-radius: 16px;
	}
	.keepsafe-section .btn-container .btn-secondary{
		font-size: 18px;
		font-weight: 700;
		max-width: 220px;
		width: 100%;
		color: #fff;
		padding: 16px 26px;
		border: 1px solid #fff;
		border-radius: 16px;
		background: transparent;
	}
	.keepsafe-section .paragraph{
		padding: 20px 0;
		color: #fff;
	}
	.keepsafe-section .keepsafe-link{
		color: #fff;
		text-decoration: underline;
		font-size: 16px;
		font-weight: 500;
	}
	.wcj-section .row{
		display: flex;
		align-items: center;
	}
	.forgotpasswordtab .tab-content > .tab-pane{
		display: block ;
	}
	.howitworks-section .howitworks-row .howitworks-box .title{
		padding: 20px 0;
		font-family: var(--font-semibold);
		color: #1864ac;
	}
	.howitworks-section .howitworks-row .howitworks-box ul li{
		text-align: start;
		margin-bottom: 10px;
	}

	






/*******************

	Large Screen

*******************/

@media (max-width:1920px) {
	.wcj-row::before{
		top:-15%;
		left: 55%;
		transform: translateY(50%);
	}
	/* .wcj-row::after{
		top:50%;
		left: 55%;
		transform: translateY(50%);
	} */
	.work-balance-row .row .col-lg-3:nth-of-type(4) .workbalane-box:after{
		border-left: transparent;
	}
	.work-balance-row .row .col-lg-3:nth-of-type(8) .workbalane-box:after{
		border-left: transparent;
	}
	.contact-section .contact-form .form-control{
		height: 50px;
	}
	
}

@media (max-width: 1680px) {
	.container{
		width: 1400px;
	}
	.aboutus-rightimg{
		right: -8px;
	}
	.aboutus-leftimg{
		left: -30px;
	}
	/* .wcj-row::before{
		top:-10%;
		left: 50%;
		transform: translateY(50%);
	}
	.wcj-row::after{
		top:50%;
		left: 50%;
		transform: translateY(50%);
	} */
	.work-balance-row .workbalane-box .paragraph{
		font-size: 18px;
	}
	
}
@media(max-width:1440px){
	.container{
		width: 1200px;
	}
	/* .wcj-row::before{
		top:-15%;
		left: 50%;
		transform: translateY(50%);
	}
	.wcj-row::after{
		top:45%;
	} */
	.work-balance-row .workbalane-box .paragraph{
		font-size: 14px;
	}
}
@media (max-width: 1399px) {
	.container{
		width: 1165px;
	}
	.cmnsection-headingtitle{
		font-size: 36px;
	}
	.hero-center-content .hero-subtitle{
		font-size: 30px;
	}
	.hero-section p{
		font-size: 28px;
		font-weight: 500;
	}
	.aboutus-section .aboutus-left .cmn-title{
		font-size: 24px;
	}
	.aboutus-section .aboutus-left .paragraph{
		font-size: 18px;
	}
	.aboutus-rightimg{
		right: -8px;
	}
	.aboutus-leftimg{
		left: -30px;
	}
	/* .aboutus-section .aboutrect-img{
		width: 300px;
	} */
	.testimonial-quotes{
		font-size: 28px;
	}
	.howitworks-section .service-icon img{
		width: 70px;
	  }
	  .apply-section .panel-body{
		padding: 30px;
	  }
	  .about-wraper h2{
		font-size: 20px;
	  }
	  .centerimg-section .center-circle{
		width: 200px;
		height: 200px;
	  }
	  /* .wcj-row::after{
		top:40%;
	  } */
	 
	.service-icon img{
		width: 70px;
	}
	.contact-data-row{
		padding: 40px 0;
	}
	.contact-section .contact-form .form-control{
		height: 40px;
	}
	.work-balance-row .workbalane-box .paragraph{
		font-size: 14px;
	}
	
}

@media screen and (max-width: 1199px) {
	.container{
		width: 970px;
	}
.main-plan .plan-price2 {
	margin-left: 0px;
	font-size: 44px;
}
.main-plan .plan-price2-1 {
	font-size: 70px;
}
.main-plan .plan-price2-2 {
	margin-right: 0px;
}
.main-plan .plan-price {
	margin-left: 0px;
	font-size: 44px;
}
.main-plan .plan-price-1 {
	font-size: 70px;
}
.main-plan .plan-price-2 {
	margin-right: 0px;
}
.main-plan .plan-price1-1 {
	margin-left: 0px;
	font-size: 44px;
}
.main-plan .plan-price1-2 {
	font-size: 70px;
}
.main-plan .plan-price1-3 {
	margin-right: 0px;
}
.pricing-unit1 {
	margin-left: 5px;
}
.pricing-unit2 {
	margin-left: 5px;
}
.pricing-unit3 {
	margin-left: 5px;
}
.blog-silder .owl-nav .owl-next .case-icon1
{
	height: 46px;
	width: 44px;
	padding: 0px 10px 0px 0px;
}
.blog-silder .owl-nav .owl-prev .case-icon
{
	height: 46px;
	width: 44px;
	padding: 0px 0px 0px 0px;
}
.cmn-section{
	padding: 50px 0;
}
.hero-section .hero-center-content .main-heading{
	font-size: 32px;
}
.hero-section .hero-center-content .hero-subtitle{
	font-size: 28px;
}
.hero-section  .hero-center-content p{
	font-size: 24px;
}
.cmnsection-headingtitle{
	font-size: 32px;
}
.branding-section .polygon-shap{
	padding: 50px 50px 0 50px !important;
}
.filter-section .jobfliter-row .input-group .findjob-btn{
	padding: 6px 14px !important;
}
.jobstep-left .reminder-box{
	left: -30px;
	padding: 14px;
}

.aboutus-section .aboutus-left .cmn-title{
	font-size: 20px;
}
.aboutus-section .aboutus-left .paragraph{
	font-size: 18px;
}
.howitworks-section .service-icon img{
	width: 70px;
  }
  .counter-section .counter-row:before{
	right: 0px;
	top:-50px;
}
.socialLogin a{
	padding: 8px 12px;
}
.apply-section .panel-body{
	padding: 28px;
}
.about-wraper{
	padding: 50px 0;
}
/* .careear-page{
	margin-top: 50px;
} */
.about-wraper h2{
	font-size: 28px;
  }
  .centerimg-section .center-circle{
	width: 160px;
	height: 160px;
  }
  /* .wcj-row::after{
	top:40%;
  } */
  .work-balance-row .row .col-lg-3:nth-of-type(4) .workbalane-box:after{
	border-left: transparent;
}
.work-balance-row .row .col-lg-3:nth-of-type(8) .workbalane-box:after{
	border-left: transparent;
}
.work-balance-row .row .col-lg-3:nth-of-type(2) .workbalane-box:after{
	border-left: transparent;
}
.work-balance-row .row .col-lg-3:nth-of-type(6) .workbalane-box:after{
	border-left: transparent;
}
.contact-data-row{
	padding: 30px 0;
}
.site-header .navbar-collapse .navbar-right{
	margin-right: initial;
}
.careear-page .joblisting-card .panel-row{
	flex-direction: column;
	align-items: start;
}
}

/*******************

	Monitor Screen

*******************/

@media screen and (max-width: 1024px) {
.usernav li a {
	padding: 19px 14px
}
.jobslist li .applybtn {
	margin-top: 15px;
}
.pageSearch a.btn {
	margin-bottom: 15px
}
.filter-section .jobfliter-row .input-group .findjob-btn{
	padding: 8px 10px;
}
.jobalerts-row .col-lg-6:nth-child(1) h2:nth-of-type(2){
	margin-top: 30px;
}
.jobalerts-row .col-lg-6:nth-child(2) ul:first-of-type{
	margin-top: 30px;
}
.careear-page .joblisting-card .panel-row{
	flex-wrap: wrap;
}
.work-balance-row .row .col-lg-3:nth-of-type(4) .workbalane-box:after{
	border-left: transparent;
}
.work-balance-row .row .col-lg-3:nth-of-type(8) .workbalane-box:after{
	border-left: transparent;
}
.work-balance-row .row .col-lg-3:nth-of-type(2) .workbalane-box:after{
	border-left: transparent;
}
.work-balance-row .row .col-lg-3:nth-of-type(6) .workbalane-box:after{
	border-left: transparent;
}
.goodbuy-section .goodbuy-title{
	font-size: 40px;
}
}

/*******************

	Tablet Screen

*******************/

@media screen and (max-width: 991px) {
	.container{
		width: initial;
	}
body {
	font-size: 16px;
}
.navbar-default {
	float: none;
}
.three-plan li {
	padding: 0 15px;
	margin-top: 15px;
}
.three-plan ul {
	background: none;
}
.main-plan {
	max-width: 150px;
	margin: 0 auto;
}
.main-unit {
	max-width: 240px;
	height: 200px;
	margin: 0 auto;
}
/*Search*/

.searchwrap {
	padding: 40px 0;
}
.searchbar {
	padding: 20px 5px 5px 5px;
}
.searchbar .btn {
	width: 100%;
}
ul.orderlist li {
	float: none;
	width: auto;
}
.optionlist li {
	font-size: 14px;
}
.searchList li p {
	font-size: 16px;
}
.sidebar a {
	font-size: 16px;
}
.sidebar .social a {
	font-size: 30px;
}
.pageTitle h1, .breadCrumb {
	text-align: center;
}
/*job detail*/

.job-header .jobinfo .companyinfo {
	text-align: left;
	margin-top: 30px;
	border-top: 1px solid #eee;
	padding-top: 30px;
}
.whatList li {
	margin-bottom: 30px;
}
.about-wraper h2 {
	margin-top: 20px;
}
.postimg {
	margin-top: 15px;
}
.about-wraper, .textrow {
	padding: 50px 0;
}
.appwraper .appbtn {
	margin-top: 30px;
}
.appwraper .titleTop h3 {
	font-size: 40px;
}
.appwraper .subtitle2 {
	font-size: 24px;
}
/*Footer*/

.footerWrap h5 {
	margin-top: 25px;
	font-size: 24px;
}

.footerWrap .quicklinks {
	list-style: none;
}

.footerWrap .quicklinks li a {
	display: block;
	color: #ccc;
	padding: 8px 0;
	font-size: 14px;
}
.footerWrap .quicklinks li a:before {
	content: '\f0da';
	font-family: 'FontAwesome';
	margin-right: 7px;
}
.footerWrap .quicklinks li a:hover {
	color: #ffffff;
	text-decoration: none;
}
.hero-section .hero-center-content{
	padding: 30px 0;
}
.footer .navbar-footer{
	flex-direction: column;
	padding-bottom: 10px;
}
.footer .navbar-footer .navbar-default .site-map{
	flex-direction: column;
}
.footer .footer-copyright{
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.site-header .navbar-default .navbar-header .navbar-toggle{
	display: block !important;
}
.site-header .navbar-default .navbar-header{
	float: initial !important;
}
/* .companylogo-container {
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px 0;
} */
/* .site-header .navbar-default .navbar-header .navbar-collapse.in{
	display: block !important;
} */
.jobfliter-row .form-container{
	flex-direction: column;
}
.jobfliter-row .form-container .form-item{
	width: 100%;
}
.site-header .navbar-default .navbar-header .navbar-collapse.in{
	display: block !important;
}

.site-header .navbar-default .collapse.in .navbar-right{
	display: inline-grid !important;
	float: initial !important;
}
.jobstep-left .reminder-box{
	left: -10px;
	padding: 10px;
}
.company-section .company-content .company-decription p{
	padding: 0 100px;
}
.pagiWrap nav{
	justify-content: center;
}
.howitworks-section .service-icon img{
	width: 60px;
  }
  .counter-section .counter-row:before{
	right: 20px;
	top:-30px;
}
.counter-section .row .col-xl-3:nth-child(2) .counter-box{
	border-right: transparent;
}
.candidatelogin-left{
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
}
.socialLogin a{
	padding: 4px 10px;
}
.job-slider .row{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
  }
  .category-section .row{
	display: flex;
	flex-wrap:wrap;
	flex-direction: row;
}
.jobstep-content .row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
}
.counter-section .counter-row:after{
	left: 0;
}
.filter-section .filter-header{
	margin-left: 15px;
	margin-right: 15px;
}
.contact-form button{
	display: block;
	margin: 20px auto 20px auto;
}
.findjob-row{
	margin-left: 20px;
	margin-right: 20px;
}
.findjob-row .form-control{
	height: 40px;
}
/* .careear-page{
	margin-top: 40px;
} */
.about-wraper h2{
	font-size: 24px;
}
.jobalerts-row .col-lg-6:nth-child(2) ul:first-of-type{
	margin-top: 45px;
}
.jobalerts-row .col-lg-6:nth-child(1) h2:nth-of-type(2){
	margin-top: 30px;
}
.jobalerts-row .col-lg-6:nth-child(2) ul:first-of-type{
	margin-top: 30px;
}
.wcj-section .row{
	flex-direction: column;
	display: flex;
}
/* .wcj-row::before{
	top:85%;
	left: 25%;
	transform: translate(-50%, 50%);
	width: 100px;
	height: 100px;
}
.wcj-row::after{
	top:50%;
	left: 20%;
	width: 100px;
	height: 100px;
} */
.goodbuy-left{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.goodbuy-right{
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact-section .row .contact-row .col-lg-6:first-child{
	padding-left: 15px;
}
.inner-page .title{
	margin-bottom: 30px;
}
.careear-page .joblisting-card .job-title{
	font-size: 16px;
	text-overflow: initial;
	white-space: initial;
	margin-bottom: initial;
}
}
@media (max-width:991px) {
	.navbar-collapse .navbar-nav  {
		display: none !important;
	}
}

/*******************

Large Mobile Screen

*******************/

@media screen and (max-width: 768px) {
.topsearchwrap h5 {
	margin-top: 30px;
}
.navbar-nav>li {
	padding: 0 10px;
	margin-left: 10px;
}
.pagiWrap {
	margin-bottom: 30px;
}
.jobButtons a {
	font-size: 15px;
	margin-right: 0px;
	padding: 6px 10px;
}
.post-header h4 {
	margin-top: 10px;
}
.workbalane-box{
	padding-right: 4px;
}
/* .wcj-row::before{
	top:85%;
	left: 15%;
	transform: translate(-50%, 50%);
	width: 100px;
	height: 100px;
}
.wcj-row::after{
	top:50%;
	left: 12%;
	width: 100px;
	height: 100px;
} */
}

@media screen and (max-width: 767px) {
.header .logo {
	text-align: center;
	float: left;
}
.navbar-header {
	float: initial;
}
.navbar-toggle {
	background: #ccc;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
.navbar-nav li.postjob, .navbar-nav li.jobseeker {
	margin-bottom: 10px;
}
.dropdown-menu {
	position: static;
	float: none;
	width: 100%;
}
.usernav li a {
	padding: 12px 15px;
}
.titleTop h3 {
	font-size: 36px;
}
.catelist {
	margin-bottom: 30px;
}
.jobslist li {
	text-align: center;
}
.jobslist li h4 {
	margin-top: 5px;
}
.jobslist li .col-md-7, .jobslist li .col-md-9 {
	padding-left: 15px;
}
.main-plan .plan-price2 {
	margin-left: 0px;
	font-size: 44px;
}
.pagiWrap .showreslt {
	margin-bottom: 10px;
}
.searchform .form-control {
	margin-bottom: 15px;
}
.job-header .jobinfo {
	padding: 15px;
}
.job-header .contentbox {
	padding: 20px;
}
.category-section .cateogy-section-header{
	padding-bottom:16px
}

	
/*sidebar*/

.sidebar {
	margin-top: 30px;
}
.text-right {
	text-align: left;
}
/*Photo Streem*/

.photo-steam li {
	width: 50%;
}
.appimg {
	display: none;
}
.appwraper .appbtn a {
	margin-right: 0;
	margin-bottom: 15px;
}
.pull-right {
	float: none !important;
}
.navbar-collapse {
	padding: 0 15px;
}
.comments .media-list li.margin-left80 {
	margin-left: 0;
}

.branding-section .branding-left{
	display: block;
	margin: 0 auto;
	text-align: center;
}
.branding-section .polygon-shap .branding-right img{
	display: block;
	margin: 0 auto;
	padding-top: 30px;
}

.testimonial-section .testimonial-left .testimonial-img img{
	display: block;
	margin: 0 auto;
}
.testimonial-section .testimonial-right .testimonial-quotes{
	font-size: 20px;
}
.company-section .company-decription{
	margin: 30px 0 30px 0;
}
.company-section .company-logo{
	margin-bottom: 20px;
}
.company-section .companylogo-container .row:nth-child(2){
margin: initial;
}
.cmnsection-headingtitle{
	text-align: center;
	font-size: 24px;
}
.jobsection-header p{
	text-align: center;
}
.branding-section .polygon-shap{
	padding: 30px 30px 0 30px !important;
}
.category-section .cateogy-section-header{
	/* flex-direction: column; */
	align-items: baseline;
	padding-bottom: 16px;
}
.company-content .company-decription p{
	padding: 0 100px;
}
 .jobstep-section p{
	font-size: 16px !important;
}
.jobstep-left .reminder-box{
	left: -10px;
	padding: 10px;
}
.company-section .company-content .company-decription p{
	padding: 0 30px;
}

  .jobsection-header{
	flex-direction: column;
}

.jobsection-header .latestjob-left{
	margin-bottom: 20px;
}
.jobfliter-row .form-container{
	flex-direction: column;
	width: 100%;
}
.jobfliter-row .form-container .form-item{
	width: 100%;
}
.jobfliter-row .input-group{
	border-right: none;
}
.jobflitercard-row .jobflitercard-rowleft{
	display: none;
}
.jobfliter-row .job-form{
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 16px;
}
.select-category .select2{
	width: 100% !important;
}
.pagiWrap .text-right .relative{
	padding: 4px 8px;
	
}
.aboutus-section .aboutrect-img{
	width: 200px;
}
.aboutus-section .cmn-title{
	text-align: center;
}
.ourvision-section .cmn-title{
	text-align: center;
}
.counter-section .count-icon{
	font-size: 32px;
}

/* .timeline{
    width:100%;
    padding-bottom:0;
  }
 
  .timeline:before{
    left:20px;
    height:100%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even)
  {
    width:100%;
    text-align:left;
    padding-left:50px;
    padding-bottom:50px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before
  {
    top:-18px;
    left:16px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time{
    top:-30px;
    left:50px;
    right:inherit;
  } */
  .cta-sec .cta-btn-container{
	flex-direction: column;
	align-items: center;
  }
  .howitworks-section .service-icon img{
	width: 40px;
  }
  .counter-section .row .col-xl-3:not(:last-child) .counter-box{
	border-right: transparent;
  }
  .counter-section .row .col-xl-3:nth-child(2) .counter-box{
	border-right: transparent;
  }
  .jobforyou-img img{
	display: block;
	margin: 0 auto;
  }
  .job-slider .row{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
  }
  .category-section .row{
	display: flex;
	flex-wrap:wrap;
	flex-direction: column;
}


 
.forgotpasswordtab .formpanel .formrow{
	margin-bottom: 180px;
}
.cta-section .cta-img{
	visibility: visible;
}
.cta-section{
	padding: 30px;
}
.cta-section .row{
	flex-wrap: wrap;
}
.cta-img{
	bottom: -30px;
	margin-top: 20px;
}
.work-balance-row .row .col-lg-3:nth-of-type(4) .workbalane-box:after{
	border-left: transparent;
}
.work-balance-row .row .col-lg-3:nth-of-type(8) .workbalane-box:after{
	border-left: transparent;
}
.wcj-box{
	flex: 1 1 calc(100% - 10px);
    max-width: calc(100% - 10px);
}
.wcj-big-circle{
	display: none;
}
.workbalane-box:after{
	display: none;
}
.goodbuy-section .goodbuy-title{
	font-size: 30px;
}
.goodbuy-left{
	padding: 30px 0;
}
.contact-section .row .contact-row .col-lg-6:first-child{
	padding-left: 15px;
}
.blog-title a{
	font-size: 16px !important;
}
@keyframes wcj-img{
	0% {
		transform: translateX(0%);
	}
	 100% {
		transform: translateX(-1%);
	}
}
}



/*******************

	Mobiles Screen

*******************/

@media screen and (max-width: 560px) {
.jobButtons a {
	display: block;
	margin-right: 0;
	margin-top: 10px;
}
.searchwrap h3 {
	font-size: 24px;
}
.searchbar .input-group{display: block;}
.searchbar .btn{margin: 15px 0 0 0}

.usernav li a {
	padding: 10px 10px;
	text-transform: none;
}
.error-page-wrap .errormain h2 {
	font-size: 150px;
	line-height: 160px;
}
.error-page-wrap .errormain h3 {
	font-size: 28px;
}
.searchList li {
	text-align: center;
}
.searchList li .jobimg {
	float: none;
	margin: 0 auto;
	margin-bottom: 10px;
}
.job-header .jobinfo .companyinfo, .job-header .jobinfo .candidateinfo, .educationList li {
	text-align: center;
}
.job-header .jobinfo .companyinfo .companylogo, .job-header .jobinfo .candidateinfo .userPic, .educationList li .date {
	float: none;
	margin: 0 auto;
	margin-bottom: 10px;
}
.job-header .jobinfo .candidateinfo .userPic {
	height: auto;
}
.employerList {
    margin: 15px 0;
}
.copyright ul li a {
	background: #ddd;
	color: #000;
	padding: 8px 15px;
	margin: 5px;
	display: block;
}
.copyright ul li a:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}
.appwraper .titleTop h3 {
	font-size: 36px;
}
.appwraper {
	padding-top: 50px;
}
.appimg {
	display: none;
}

.nav-tabs>li, .tabswrap .nav-tabs{float: none;}
.tabswrap .nav-tabs>li{margin-top: 5px;}

.company-content .company-decription p{
	padding: 0 30px;
}
.counter-section .counter-row:before{
	right: 10px;
	top:-30px;
	width: 70px;
	height: 70px;
}
.jobstep-left::before{
	right: 0;
	bottom: -18px;
	width: 100%;
	height: 420px;
	left: 0;
}
.jobstep-img{
	width: 100%;
}
.filter-section .filter-header{
	flex-direction: column;
	margin-top: 15px;
}
.careear-page .joblisting-card .panel-row:nth-child(2){
	flex-wrap: wrap;
}
div.polygon-shap:before{
	border-bottom: 40px solid white !important;
    border-left: 50px solid transparent !important;
}
div.polygon-shap:after{
	border-top: 50px solid white !important;
    border-right: 50px solid transparent !important;
}
.cta-section h6{
	font-size: 28px;
}
.counter-section .counter-box{
	padding: 14px;
}
.counter-section .countnumber{
	font-size: 30px;
}
.counter-section .column-space{
	margin-bottom: 20px;
}

.careear-page .joblisting-card .panel-row{
	flex-direction: column;
	align-items: flex-start;
}
.careear-page .joblisting-card .panel-row-left{
	/* flex-direction: column; */
	align-items: flex-start;
}
.careear-page .joblisting-card .panel-row-left .blue-badge{
	margin-left: unset;
}
.careear-page .joblisting-card .panel-row-left .red-badge{
	margin-bottom: 10px;
}
.goodbuy-section .btn-container{
	gap: 16px;
}
.goodbuy-section .btn-container .btn-primary{
	padding: 16px;
}
.goodbuy-section .btn-container .btn-secondary{
	padding: 16px;
}
.jobforyou-section ul{
	padding: 0 0 0 15px;
}
.apply-section .candidatepanel{
	margin-bottom: 30px;
}
.howitworks-row .howitworks-box ul{
	padding: 0 15px;
}
.howitworks-section .howitworks-box-container{
	margin-top: unset;
}
.cmn-section{
	padding: 20px 0;
}
.careear-page .cmnsection-headingtitle{
	margin-bottom: 20px;
}
.wcj-section .cmnsection-headingtitle{
	margin-bottom: 20px;
}
@keyframes bounce-object{
	0% {
		/* -webkit-transform: translateY(-70px); */
		transform: translateY(-20px);
	}
	 50% {
		/* -webkit-transform: translateY(-70px); */
		transform: translateY(-5px);
	}
	 100% {
		/* -webkit-transform: translateY(-70px); */
		transform: translateY(-20px);
	}

}
@keyframes wcj-img{
	0% {
		transform: translateX(0%);
	}
	 100% {
		transform: translateX(-1%);
	}
}
}

@media screen and (max-width: 400px) {
.header .col-md-5 {
	padding-right: 15px
}
.usernav li {
	width: 50%;
	text-align: center;
}
}
.featured_jobs h3 {
    color: #000000;
    font-size: 29px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3%;
    margin-top: 7%;
}

.featured_jobs .feature_bg {
    height: 569px;
    border: 2px solid #e1e1e1;
    background-color: #ffffff;
}

@media screen and (max-width: 991px)
{
	
	.featured_jobs .feature_bg
	{
		height: 485px;
	}
	.blog-silder .owl-stage .owl-item .feature_bg img
	{
         height: 223px;
	}
}
.featured_jobs .feature_bg p{

}
.featured_jobs .feature_bg img {
    height: 355px;
    width: 100%;
}

.featured_jobs .feature_bg h5 {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    padding: 12px 12px 0;
    margin: 0;
}

.featured_jobs .feature_bg span {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
}

.featured_jobs .feature_bg span i {
    padding: 18px 12px 0;
    color: #1864ac;
    font-size: 16px;
}

.featured_jobs .feature_bg span.feature_location {
    float: right;
    margin-right: 20px;
    ;
}

.featured_jobs .feature_bg p {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    padding: 22px 12px 42px;
}

.featured_jobs .feature_bg button {
    width: 176px;
    height: 59px;
    border: 0px solid #ffffff;
    background-color: #1864ac;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.featured_jobs .feature_bg button:hover {
    background-color: #333;
}

.browse_job .feature_bg {
    padding: 38px 24px;
    cursor: pointer;
    margin-bottom: 35px;
}

.browse_job .feature_bg:hover {
    background-color: #1864ac;
}

.browse_job .feature_bg img {
    width: 73px;
    object-fit: contain;
    height: auto;
    display: flex;
    margin: 0 auto;
}

.browse_job .feature_bg p {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 0;
    margin: 25px 0 0 0;
}

.browse_job .feature_bg:hover p {
    color: #ffffff;
}

.browse_job .feature_bg:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.TESTIMONIAL_dash {
    width: 100%;
    height: auto;
    background-image: url('/../images/testimonal_bg.jpg');
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center 0;
    padding: 22px;
}

.TESTIMONIAL_dash h3 {
    color: #ffffff;
    font-size: 29px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3%;
}

.TESTIMONIAL_dash .testi_profile {
    padding: 67px 120px;
}

.TESTIMONIAL_dash .testi_profile .testi_img {
    display: flex;
    justify-content: center;
}

.TESTIMONIAL_dash .testi_profile .testi_img img {
    border: 3px #1864ac solid;
    border-radius: 100px;
    width: 164px;
    height: 164px;
}

.TESTIMONIAL_dash .testi_profile .testi_p p {
    color: #ffffff;
    text-align: center;
    line-height: 2;
}

.TESTIMONIAL_dash .testi_profile .testi_p p i {
    font-size: 24px;
    margin-right: 10px;
    margin-left: 10px;
}

.TESTIMONIAL_dash .owl-nav {
    height: 100px;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -50px;
}

.TESTIMONIAL_dash .owl-nav .owl-prev {
    left: 0;
    position: absolute!important;
    background: transparent!important;
    font-size: 35px!important;
}

.TESTIMONIAL_dash .owl-nav .owl-next {
    right: 0;
    position: absolute!important;
    background: transparent!important;
    font-size: 35px!important;
}

.TESTIMONIAL_dash .owl-nav .owl-prev:hover,
.TESTIMONIAL_dash .owl-nav .owl-next:hover {
    background: transparent;
}

p.blog_dash {
    padding: 22px 12px 0 !important;
    color: #1864ac !important;
    cursor: pointer;
    font-size: 15px !important;
}

.featured_jobs .partner_img {
    padding: 20px;
    width:  215px;
    display: flex;
    margin: 0 auto;
}
.blog_description{
	overflow: hidden;
}

@media (min-width: 1024px){
	.navbar-nav {
	    margin: 0;
	    /* margin-left: -82px!important; */
	    /* margin-right: 59px; */
	}
}
@media (min-width: 768px){
	/* .navbar-nav {
	    margin: 0;
	    margin-left: 10px!important;
	} */
	.download-cards[data-view='grid-view'] .download-card {
		width: calc((100% / 3) - 2em);
	  }
	
	  .download-cards[data-view='grid-view'] .download-card:nth-child(4) {
		clear: both;
	  }
	  .dc-view-switcher {
		display: block;
	  }

}
.never-used-cv{background: #fff;border-radius: 10px;border: 3px dotted #1e3c9e;padding-left: 20px;padding-right: 20px;padding-bottom: 10px;padding-top: 20px;text-align: center;}
.never-used-cv h3{font-weight: 400;}
.never-used-cv h3 span{font-weight: 700;}
.cv-search-features-content{background: #fff;border-radius: 10px;border: 3px dotted #1e3c9e;padding-left: 20px;padding-right: 20px;padding-bottom: 30px;padding-top: 20px;}
.cv-search-features-section{padding-bottom: 30px;}
.never-used{padding: 30px;}
.cv-search-features-content ul li img{vertical-align: middle;height: 20px; width: 20px;margin-right: 25px}
.cv-search-features-content ul li{font-size: 18px;margin-top: 15px;}
.how-to-use-cv-search{background: #1e3c9e;padding: 20px 10px 55px;margin-bottom: 30px;}
.carousel-control .glyphicon-chevron-right, .fa-angle-right, .carousel-control .icon-next{right:30%;margin-right: -10px;}
.carousel-control .glyphicon-chevron-left, .fa-angle-left, .carousel-control .icon-next {left:30%;margin-left: -10px;}
.carousel-control .glyphicon-chevron-left, .fa-angle-left, .carousel-control .glyphicon-chevron-right, .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {top: 50%;z-index: 5;display: inline-block; margin-top: -10px;font-size: 25px;padding: 10px;width: 50px;height: 50px;line-height: 30px;}
.how-to-use-cv-search-content{background: #ffffff;border-radius: 20px;padding: 25px;}
.search-and-filter-content p{font-size: 15px;line-height: 20px;}
.carousel-indicators li {width:  20px!important;height:  20px!important;border-radius: 50%!important;}
.how-to-use-cv-search-title h2{color: #ffffff;text-align: center;font-size: 35px;margin-bottom: 30px;}
.pricing-section-content {box-shadow: 0px 0px 10px 0px #a2a2a2;margin-bottom: 30px;background-color: #ffffff;height: 500px;border-radius: 20px;}
.pricing-section-content-detail{padding: 31px;text-align: center;}
.pricing-section-content-detail h3{font-size: 30px;font-weight: 100;text-transform: uppercase;}
.pricing-section-content-detail h3,.pricing-section-content-detail h5,.pricing-section-content-detail h6, .pricing-section-content-detail p{margin-bottom: 18px;}
.pricing-section-content-detail h6{color: #1e3c9e;font-size: 20px;}
.pricing-section-content-detail p{font-size: 16px}
.pricing-section-content-detail .choose-plan-btn{background: #1e3c9e;padding: 8px 20px;color: #ffffff;font-size: 16px;text-transform: uppercase;border-radius: 15px;z-index: 9999;position: relative;}
.pricing-section-content-detail .choose-plan-btn:hover{text-decoration: none;}
.cv-search-features-img{width: 4%;float: left;}
.pricing-section-content img{margin-top: -19%;}
.cv-search-features-content h3 {font-size: 20px;}

.search-and-filter-content-img img {height: 90px;}
@media only screen and (max-width: 800px){
	.pricing-section-content {
	    box-shadow: 0px 0px 10px 0px #a2a2a2;
	    margin-bottom: 30px;
	    background-color: #ffffff;
	    height: 498px;
	    border-radius: 20px;
	}
}
@media only screen and (max-width: 800px){
	.pricing-section-content {
	    box-shadow: 0px 0px 10px 0px #a2a2a2;
	    margin-bottom: 30px;
	    background-color: #ffffff;
	    height: 501px;
	    border-radius: 20px;
	}
}
@media only screen and (max-width: 640px){
	.carousel-indicators{bottom: -36px!important;}
}
@media only screen and (max-width: 600px){
	.cv-search-features-img {
	    width: 10%;
	    float: left;
	}
	.carousel-indicators {
	    position: absolute;
	    bottom: -40px!important;
	    left: 50%;
	    z-index: 15;
	    width: 60%;
	    padding-left: 0;
	    margin-left: -30%;
	    text-align: center;
	    list-style: none;
	}
	.pricing-section-content {
	    box-shadow: 0px 0px 10px 0px #a2a2a2;
	    margin-bottom: 30px;
	    background-color: #ffffff;
	    height: 439px;
	    border-radius: 20px;
	}		
}
@media only screen and (max-width: 575px){
	.cv-search-features-img {
	    width: 18%;
	    float: left;
	    height: 40px;
	}
	.carousel-indicators {
	    position: absolute;
	    bottom: -39px!important;
	    left: 50%;
	    z-index: 15;
	    width: 60%;
	    padding-left: 0;
	    margin-left: -30%;
	    text-align: center;
	    list-style: none;
	}
	.pricing-section-content {
	    box-shadow: 0px 0px 10px 0px #a2a2a2;
	    margin-bottom: 30px;
	    background-color: #ffffff;
	    height: 529px;
	    border-radius: 20px;
	}
}
@media only screen and (max-width: 575px){
	.pricing-section-content {
	    box-shadow: 0px 0px 10px 0px #a2a2a2;
	    margin-bottom: 30px;
	    background-color: #ffffff;
	    height: 483px;
	    border-radius: 20px;
	}
}
@media only screen and (max-width: 414px){
	.pricing-section-content {
	    box-shadow: 0px 0px 10px 0px #a2a2a2;
	    margin-bottom: 30px;
	    background-color: #ffffff;
	    height: 494px;
	    border-radius: 20px;
	}
}
@media only screen and (max-width: 411px){
	.pricing-section-content {
	    box-shadow: 0px 0px 10px 0px #a2a2a2;
	    margin-bottom: 30px;
	    background-color: #ffffff;
	    height: 495px;
	    border-radius: 20px;
	}
}
@media only screen and (max-width: 384px){
	.pricing-section-content {
	    box-shadow: 0px 0px 10px 0px #a2a2a2;
	    margin-bottom: 30px;
	    background-color: #ffffff;
	    height: 501px;
	    border-radius: 20px;
	}
}
@media only screen and (max-width: 384px){
	.pricing-section-content {
	    box-shadow: 0px 0px 10px 0px #a2a2a2;
	    margin-bottom: 30px;
	    background-color: #ffffff;
	    height: 503px!important;
	    border-radius: 20px;
	}
}
@media only screen and (max-width: 360px){
	.pricing-section-content {
	    box-shadow: 0px 0px 10px 0px #a2a2a2;
	    margin-bottom: 30px;
	    background-color: #ffffff;
	    height: 529px;
	    border-radius: 20px;
	}
}
@media only screen and (max-width: 320px){
	.pricing-section-content {
	    box-shadow: 0px 0px 10px 0px #a2a2a2;
	    margin-bottom: 30px;
	    background-color: #ffffff;
	    height: 580px;
	    border-radius: 20px;
	}
}
@media (min-width: 300px) and (max-width: 479px){  
	.carousel-control .glyphicon-chevron-left, .fa-angle-left, .carousel-control .glyphicon-chevron-right, .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {top: 50%;z-index: 5;display: inline-block;margin-top: -10px;font-size: 20px;padding: 10px;width: 30px;height: 30px;line-height: 10px;}
	.carousel-control .glyphicon-chevron-right, .fa-angle-right, .carousel-control .icon-next {right:30%;margin-right: -10px;}
	.carousel-control .glyphicon-chevron-left, .fa-angle-left, .carousel-control .icon-next {left:30%;margin-left: -10px;}
}
@media (min-width: 768px) and (max-width: 991px){  
	.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev,.fa-angle-left,.fa-angle-right{top:50%;z-index:5;display:inline-block;margin-top:-10px;font-size:20px;padding:10px;width:30px;height:30px;line-height:10px}
	.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.fa-angle-right{right:30%;margin-right:-10px}
	.carousel-control .glyphicon-chevron-left,.carousel-control .icon-next,.fa-angle-left{left:30%;margin-left:-10px}
	.navbar-collapse {
		width: auto;
		border-top: 1px solid transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	/* .navbar-default .navbar-collapse.collapse {
		display: table-caption !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-default  .navbar-collapse.in {
		overflow: inherit;
		height: auto;
		padding: 0 15px;
		display: block !important;
	} */
}
@media (min-width: 992px) and (max-width: 1199px){  
	.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev,.fa-angle-left,.fa-angle-right{top:50%;z-index:5;display:inline-block;margin-top:-10px;font-size:20px;padding:10px;width:40px;height:40px;line-height:10px}
	.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.fa-angle-right{right:30%;margin-right:-10px}
	.carousel-control .glyphicon-chevron-left,.carousel-control .icon-next,.fa-angle-left{left:30%;margin-left:-10px}
}
@media screen and (min-width: 768px){
	.carousel-indicators {bottom: -25%!important;}
}
.footer {
	z-index: 1;
}





 


	
	



  
 
/*job listing-page-style-end*/





/* .help-search-row{
	width: 100%;
	background: linear-gradient(180deg, rgba(35,55,133,1) 100%, rgba(35,55,133,1) 100%);
	padding: 70px 0;
}
.help-search-row .cmnsection-headingtitle{
	color: #fff;
}
.help-search-row .input-group{
	margin-left: 18px;
	margin-right: 18px;
}
.help-page .form-control{
	height: 50px;
}
.help-page .page-title{
	margin-bottom: 30px;
	color: #fff;
}
.help-page .input-group-addon{
	background: #1864ac;
	color: #fff;
	text-decoration: none;
}
.help-page-row{
	margin-top: 50px;
}
.help-page-row .panel{
	border: 1px solid #F1F2F4;
}
 .cta-section{
	width: 100%;
	background: linear-gradient(-180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 50%, rgba(35,55,133,1) 100%);
	position: relative;
	padding: 0 30px;
	border-radius: 20px;
	margin-top: 70px;
}
 .cta-section:before{
	position: absolute;
	content:"";
	top:0;
	right: 0;
	width: 425px;
	height: 435px;
	background: url('../img/cta-img.png') no-repeat bottom center;
} 
 .cta-row{
	display: flex;
	align-items: center;
	width: 100%;
} 
.cta-section h6{
	font-size: 32px;
}
.cta-section .row{
	display: flex;
	align-items: center;
}
.cta-section p{
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 500;
}
.cta-img{
	position: relative;
	bottom: -4px;
	margin-top: -50px;
}
.faqs .panel .panel-title{
	margin: unset;
}

.why-chooseus{
	background: #f1f2f4;
	width: 100%;
}
.why-chooseus .row{
	display: flex;
	align-items: center;
}
.why-chooseus-left .cmnsection-headingtitle{
	padding-top: 50px;
}
.why-chooseus-left ul{
	padding: 0 20px;
}
.why-chooseus-left ul li{
	margin-bottom: 10px;
	font-size: 20px;
}
.benefits-row{
	margin: 50px 0;
}
.whychoose-benefit .row{
	display: flex;
	flex-wrap: wrap;
}
.whychoose-benefit .panel{
	border: 1px solid #ededed;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.whychoose-benefit ul{
	padding: 0 20px;
}
.whychoose-benefit .benefits-icon i{
	font-size: 40px;
}
.whychoose-benefit ul li{
	margin-bottom: 10px;
	font-size: 20px;
}
.whychoose-benefit .benefits-subtitle{
	margin: 20px 0;
	font-size: 24px;
} */






















