/*------------------------------------------
Project Name : Easy Job Fair
Desgined By  : SARIX Marketing
Developed By : lchateauvert
Updated        :  25/06/2020

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=Montserrat:300,400,500,600,700,800|Open+Sans:400,400i,600,700&display=swap');
/* CSS Reset */

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, ol, ul, li, 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%;
	/*font: inherit;*/
	vertical-align: baseline;
}
html {
	overflow-y: scroll; /* For older browsers */
	scrollbar-gutter: stable; /* For modern browsers */
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color: #fff;
	line-height: 1.125;
	font-family: 'Noto Sans','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	font-size: 16px;
    color: #2d2d2d;
}
ol, ul {
	list-style: none;
	padding: 0;
}
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: 'Montserrat', sans-serif;
	margin-bottom: 5px;
	font-weight: 600;
}
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;
	color: #1c4b96;
}
a:focus {
	text-decoration: none;
}
a:focus {
	outline: 0 solid
}
input:focus, textarea:focus {
	outline: none;
}
p {
	line-height: 1.8rem;
}
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: 10px;
}
.titleTop .subtitle {
	font-size: 1.3rem;
	font-weight: 500;
	color: #1c4b96;
	letter-spacing: 2px;
}
.titleTop h3 {
	font-size: 40px;
	font-weight: 600;
	color: #000;
}
.titleTop h4 {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin-bottom: 30px;
}
.titleTop h3 span {
	color: #1c4b96;
	font-weight: 300;
}
 /* GEO answer capsule: visible summary paragraph placed after H1/H2/H3 for AI crawlers */
.geo-answer-capsule {
    font-size: 0.9rem !important;
    color: #4a5568;
    line-height: 1.7;
}

/************************************************
           ==Tyography css==
*************************************************/
.mt-wrapper {
	margin-bottom: 30px;
}
h1, .h1 {
	font-size: 30px;
}
h2, .h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
#message-error{
	color: red;
    padding-top: 6px;
    display: inline-block;
}
.button-orng {
	font-size: 14px;
	background: #fd8f01;
	padding: 7px 30px;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 5px;
}
.button-orng a {
	color: #fff !important;
	font-weight: 500;
	border-bottom: 0px !important;
}

.button-orng:hover {
	text-decoration: none;
	background: #fd8f01;
	color: #fff;
}
.button-orng a:hover {
	text-decoration: none;
}
.sitebtn {
	background: #fd8f01;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 30px 50px;
	display: inline-block;
	border-radius: 50px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.sitebtn::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, #fd8f01, #ecc772);
	opacity: 0;
	transition: opacity 0.3s ease;
	border-radius: inherit;
	z-index: -1;
}
.sitebtn:hover::before {
	opacity: 1;
}
.sitebtn:hover {
    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: decimal;
}
.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: #1c4b96;
}
/*Buttons*/

.mt-style-button {
	border-radius: 40px;
	display: inline-block;
	text-align: center;
	margin-bottom: 24px;
	text-transform: uppercase;
	cursor: pointer;
	padding: 10px 15px;
	font-size: 14px;
}
.mt-style-button1.container {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding: 10px 0;
}
.mt-style-button1 .mt-style-button {
	background: #1c4b96;
	color: #fff;
	border-radius: 40px;
	padding-left: 40px;
	padding-right: 40px;
}
.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;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 30px;
}
.mt-style-button44 .mt-style-button {
	background: #30D3BA;
	color: #fff;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 30px;
}
.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: #1c4b96;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
}
.mt-style-button3 .mt-style-button:hover {
	background: #1c4b96;
	color: #fff;
	border-radius: 3px;
	border: 2px solid #1c4b96;
	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: 30px;
	text-decoration: none;
}
mt-style-button44 .mt-style-button:hover {
	background: #000;
	color: #fff;
	border-radius: 30px;
	text-decoration: none;
}
/************************************************
           ==Header css==
*************************************************/
.header {
	background-color: #fff;
}
.fixed-top-menu {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.navbar-default {
	/*background: none;*/
	border: none;
	margin-bottom: 0;
	min-height: auto;
	float: right;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background: none;
}
.front-navbar {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 2px;
	font-size: 16px;
}
.front-navbar .navbar-nav>li {
	padding: 0px 15px;
	/*padding: 0px !important;*/
}
.front-navbar .navbar-nav>li>a {
	font-weight: 500;
	border-bottom: 2px solid #fff;
}
.front-navbar .navbar-nav>li>a:hover, .navbar-nav>li:hover>a, .navbar-nav>li.active>a {
	border-bottom-color: #1c4b96;
}

.front-navbar .navbar-nav .dropdown-menu {
	min-width: 8rem;
}
.front-navbar .navbar-expand-lg .navbar-nav .dropdown-menu>li>a {
	font-weight: 500;
	color: #555;
	padding: 8px 15px;
	font-size: 14px;
}
.front-navbar .navbar-nav .dropdown-item {
	padding: .75rem 1.5rem;
}

.bg-marinblue {
    background-color: #1c4b96 #007bff;
}
.bg-marinblue-gradient {
    background: linear-gradient(135deg, #1c4b96, #007bff);
}
/*.front-navbar .navbar-expand-lg .navbar-nav .dropdown-menu>li>a:hover {*/
/*	background: #f8f8f8;*/
/*	color: #fff;*/
/*}*/
.navbar-expand .navbar-nav .dropdown-menu {
	width: max-content;
}
.register-slash {
	padding: 16px 0;
	/*margin: 0 -12px;*/
	font-weight: 600 !important;
}
.register-link > a{
	font-weight: 600 !important;
}
/* Jobfair version*/
.jobfair .navbar-nav > li > a {
	font-weight: 500;
	padding: 16px 0;
	border-bottom: none;
}
.jobfair .dropdown-menu {
	border-radius: 5px;
	padding: 0;
	border: none;
	box-shadow: 2px 8px 15px rgba(0,0,0,.1);
	background-color: rgba(255, 255, 255,.95);
}

/* This makes sure that the dropdown can be hovered even if it is positioned lower than the parent element */
.dropdown-menu::before {
	content: "";
	position: absolute;
	bottom: calc(100% - 1rem);
	left: 0;
	right: 0;
	width: 100%;
	height: 2rem;
	background-color: transparent;
	z-index: -1;
}

.navbar-nav>li:hover .dropdown-menu {
	display: block;
}
ul.dropdown-menu .nav-link {
	color: #444 !important;
}
.header.jobfair .navbar {
	padding: 0px;
}
.header.jobfair .navbar-light .navbar-nav .nav-link {
	color: #fff;
}
.header.jobfair {
	background-color: rgba(28,75,150,1);
}
.header.jobfair-home li.nav-item, .header.jobfair li.nav-item{
		padding: 0 10px;
}
/*******************/

.navbar-collapse.in {
	overflow: inherit;
	height: auto;
	padding: 0 15px;
}
.navbar-nav li.postjob, .navbar-nav li.jobseeker {
	padding: 0;
}
.navbar-nav .nav-item a.register {
	background: #1c4b96;
	color: #fff;
	padding: 10px 18px;
	border-radius: 20px;
}
.navbar-nav .nav-item a.register:hover {
	background: #1c4b96;
	color: #fff;
}
.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;
	padding-top: 8px;
}
.navbar-nav>li.userbtn img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #ddd;
	padding: 3px;
}
.navbar-nav>li.userbtn .dropdown-menu {
	left: auto;
	right: 0;
	width: 200px;
}
.navbar-light .navbar-nav .nav-link {
	color: #2d2d2d;
}

.navbar-header{display: none;}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #495057;
	border-bottom: solid 2px #1c4b96;
	background-color: #ffffff
}
.nav-pills .nav-link {
	color: #495057;
	border-radius: 0;
}
input[name="middle_name"] {
	opacity: 0;
	position: absolute;
	left: -9999px;
	height: 0px;
}
/***********************************************
         ==Welcome page css==
*************************************************/
.home-banner {
	color: #18212e;
	background-color: #f6f6f6;

	h1 {
		font-size: 3.5rem;
		font-weight: 700;
	}

	p {
		font-size: 20px;
	}

	.home-banner-img {
		position: relative;
		z-index: 2;
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -80px;
	}

    .pre-title {
        color: #1c4b96;
        font-size: 0.9rem;
    }
}

.page-banner {
	color: #1c4b96;
	background-color: #e3f4ff;

	h1 {
		font-size: 3rem;
		font-weight: 600;
	}

	p {
		font-size: 20px;
	}
}

.left_arrow {
	position: absolute;
	margin: -31px auto auto -65px;
}
.right_arrow {
	position: absolute;
	margin: 0px auto auto 385px;
}

.benefits {

    h3 {
        color: #1c4b96;
    }

    p {
        font-size: 20px;
    }
}

.benefits .contentbox ul{margin-bottom: 0;}
.benefits p:empty{display: none;}
.benefits { padding: 30px;}

.benefit-icon {
    display: inline-block;
    /*margin: 0 10px 15px 0;*/
    color: #fff;
    font-size: 26px;
    text-align: center;
}
.benefit-circle {
    background-color: #1c4b96;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    margin: 10px;
    height: 58px;
    width: 58px;
    line-height: 52px;
}
.benefit-circle i {
    vertical-align: middle;
}

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: 45px; font-weight: 600; font-size: 14px;}
ul.skillslist li a:hover{text-decoration: none; background:#1c4b96; color: #fff;}


/************************************************
           ==Top Search css==
*************************************************/
/*url(../images/search-bg.jpg) no-repeat;*/
.searchwrap {
	background:
	linear-gradient(
	rgba(0, 0, 0, 0.8),
	rgba(0, 0, 0, 0.8)
	);
	/*url(../images/virtual-conference-center.jpg) no-repeat;*/
	background-size: cover;
	background-attachment: fixed;
}
.searchwrap h3 {
	text-align: center;
	font-size: 40px;
	color: #fff;
}
.searchwrap h3 span {
	display: block;
}
.searchbar {
	min-height: 680px;
	position: relative;
}

.srchbox {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.additional_fields{margin-top: 15px}

.additional_fields .form-control{margin-bottom: 15px;}
.searchbar .form-control {
	height: 50px;
	padding: 13px 15px;
	border: none;
	font-size: 18px;
}
.searchbar .btn {
	background: #1c4b96;
	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: #1c4b96;
	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: #1c4b96;
	border-radius: 0;
	color: #fff;
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 15px 20px;
}
.searchblack {
	background: #212234;
	padding:40px 0;
	margin-top: 0;
}
.searchbar select.form-control, .searchblack select.form-control {
	padding: 12px 15px 13px 15px;
	line-height: 46px;
}
.searchblack .searchbar{margin-top: 0;}


/*********************************************
		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
}

/*messages*/
.messageWrap {
	padding: 40px 0px;
	position: relative;
}
.message-body {
	background-color: #f8f8f8;
	overflow: hidden;
}

.message-body .row{margin: 0;}
.message-body .col-lg-4, .message-body .col-lg-8{padding: 0;}


.messages::-webkit-scrollbar {
width:3px;
height:3px;
transition:.3s background
}
.messages::-webkit-scrollbar-thumb {
background:transparent
}
.messages:hover::-webkit-scrollbar-thumb {
background:#adb5bd
}

.message-history::-webkit-scrollbar {
width:3px;
height:3px;
transition:.3s background
}
.message-history::-webkit-scrollbar-thumb {
background:transparent
}
.message-history:hover::-webkit-scrollbar-thumb {
background:#adb5bd
}
.message-header {
	padding:0;
}
.message-header h4 {
	display: inline-block;
	font-size: 18px;
	color: #232323;
	margin: 0;
}
.message-inbox .message-header span {
	float: right;
}
.message-inbox .message-header span+ span {
	margin-right: 10px;
}
.message-inbox .message-header span a {
	color: #232323;
}
.message-inbox .message-header span a.active {
	color: #E52D27;
}
.message-inbox .list-wrap {
	position: relative;
	height: 485px;
	overflow: hidden;
	background: #fff;
}
.message-history {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 500px;
}
.message-history li {
	border-bottom: 1px solid #eee;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.message-history li a {
	display: block;
	overflow: hidden;
	padding: 15px 20px;
	text-decoration: none;
}
.message-history .active {
	background-color: #f8f8f8;
}
.message-history li:hover {
	background-color: #f8f8f8;
}
.message-history li .user-name p {
	font-size: 13px;
	color: #666;
	line-height: 1.5em;
	margin-top: 5px;
}
.message-history li .image {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
}
.message-history li .image img {
	width: 100%;
}
.message-history li .user-name {
	position: relative;
	margin-left: 60px;
}
.message-history li .user-name .author {
	margin-top: 13px;
}
.message-history .message-grid .user-name .author span {
	color: #232323;
}
.message-history li .user-name .author span {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #666;
}
.message-history li .user-name .time {
	position: absolute;
	top: 2px;
	right: 0;
}
.message-history li .user-name .time span {
	font-size: 10px;
	color: #777;
}
ul.message-menu {
	width: max-content;
}
.message-menu li {
	min-height: 42px;
}
.message-menu li .image {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.message-menu li sup {
	margin-top: 2px;
	margin-left: -6px;
	float: left;
}
.message-menu li .image img {
	width: 100%;
}
.message-menu .user-contact {
	margin-left: 10px;
	float: left;
}
.message-menu .user-contact .user-name {
	font-size: 14px;
	font-weight: 600;
}
.message-menu .user-contact .contact-name {
	color: #777;
	font-size: 12px;
}
.icon-envelope {
	content: "\f003";
	font-family: 'FontAwesome';
}
.ps-scrollbar-x-rail {
	display: none;
}
.ps-container> .ps-scrollbar-y-rail {
	position: absolute;
	right: 0;
	width: 5px;
	height: 100%;
}
.ps-container> .ps-scrollbar-y-rail> .ps-scrollbar-y {
	position: absolute;
	right: 0;
	width: 3px;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s ease;
	-moz-transition: -moz-transform 0.3s ease;
	-ms-transition: -ms-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	transition: transform .3s ease;
}
.message-content .message-details .list-wraps {
	position: relative;
	max-height: 510px;
	overflow: hidden;
}
.ps-container:hover> .ps-scrollbar-y-rail> .ps-scrollbar-y, .ps-container:active> .ps-scrollbar-y-rail> .ps-scrollbar-y {
	opacity: 1;
}
.message-details {
	position: relative;
	padding:0;
	overflow: hidden;
	background: #f8f8f8;
}
.message-details .author {
	overflow: hidden;
}
.message-details .author .image {
	width: 50px;
	height: 50px;
	overflow: hidden;
	float: left;
	margin-right: 18px;
}
.message-details .author .author-name {
	display: block;
	font-size: 16px;
	color: #232323;
	line-height: 1.5em;
	font-weight: 600;
}
.message-details .author em {
	font-size: 14px;
	font-style: italic;
	color: #666;
}
.message-details h2 {
	color: #232323;
	font-size: 18px;
	font-weight: 600;
	line-height: 60px;
	margin: 0;
	text-transform: capitalize;
}
.message-details h2 a {
	color: #232323;
}
.messages {
	list-style: outside none none;
	margin: 0;
	padding: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	height: 440px;
}
.interview-messages {
	overflow: hidden;
	border-radius: 4px;
}
.messages> li {
	margin-bottom: 15px;
}
.friend-message .profile-picture {
	float: left;
}
.messages> li:last-child {
    scroll-snap-align: end;
}
.allow-chatup-scroll {
    scroll-snap-type: none;
}
.attach-btn{position: relative;}
.attach-btn input[type=file] {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.messages .profile-picture {
	height: 30px;
	margin: 0;
	width: 30px;
}
.messages .profile-picture img {
	border: medium none;
    border-radius: 50%;
}
.friend-message .message {
	background-color: #fff;
	margin-left: 40px;
	color: #495057;
}
.friend-message .message::before {
	border-bottom: 10px solid transparent;
	border-right: 10px solid;
	border-top: 0 solid transparent;
	content: "";
	height: 0;
	left: -10px;
	top: 10px;
	position: absolute;
	width: 0;
}
.friend-message .message::before {
	border-right-color: #fff;
}
.messages .message .time {
	font-size: 10px;
	/*text-align: right;*/
	color: #999;
	position: absolute;
    bottom: -12px;
    opacity: 0;
}
.messages .message:hover > .time {
    opacity: 1;
}
.messages .message .user_name {
	color: #000;
	font-size: 11px;
	font-weight: 600;
	/*text-align: right;*/
}
.messages .message {
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	min-height: 40px;
	padding: 5px 10px 10px;
	position: relative;
}
.my-message .profile-picture {
	float: right;
	text-align: right;
}
.my-message .message .messages .profile-picture img {
	border-radius: 50%;
	border: medium none;
}
.my-message .message {
	background-color: #fff;
	color: #495057;
	margin-right: 40px;
	text-align: right;
}
.my-message .message::before {
	border-left-color: #fff;
}
.my-message .message::before {
	border-bottom: 10px solid transparent;
	border-left: 10px solid;
	border-top: 0 solid transparent;
	border-left-color: #fff;
	content: "";
	height: 0;
	position: absolute;
	top: 10px;
	right: -10px;
	width: 0;
}
.msg-content {
	padding-top: 5px;
	white-space: pre-wrap;
}
.video-chat-invitation {
	white-space: nowrap;
}
.message-history li .user-name .count-messages {
	float: right;
    margin: -13px;
    margin-right: 2px;
}
.chat-modal {
	position: fixed;
	border-radius: 5px;
	background-color: #fff;
	max-width: 400px;
	/*max-height: 570px;*/
	bottom: 40px;
	right: 40px;
	box-shadow: 0 5px 20px rgba(0,0,0,.2);
	border: solid 1px #f0f0f0;
}
.chat-modal .menu {
	width: 100%;
	font-size: 26px;
	color: #999;
	text-align: right;
	padding: 4px 0;
	border-bottom: #f0f0f0 solid 1px;
}
.chat-modal .menu span {
	padding: 2px 10px;
}
.chat-avatar {
	position: fixed;
	bottom: 40px;
	right: 40px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0,0,0,.2);
}
.fa-comment-cancel {
	position: relative;
}
.fa-comment-cancel i:after {
	position: absolute;
	content: "/";
	color: red;
	font-weight: bold;
	font-size: 2em;
	margin-left: -13px;
	margin-top: -8px;
}
.conversation-waiting {
	margin-right: 10px;
	color: #e5ac00;
	font-weight: 600;
	padding: 10px 30px;
	font-size: 14px;
	border-radius: 40px;
	border: 1px solid #e5ac00;
	margin-top: 10px;
}
.chat-position {
	left: -15px;
}
#inputGroupPrepend3 {
	height: 40px; /* Set desired height */
	min-height: unset; /* Optionally unset min-height */
	padding: 8px 12px; /* Adjust padding as needed */
}
/*===============*/
.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: 40px;
	font-weight: 700;
	padding: 15px;
	text-transform: none !important;
	font-family: 'Montserrat', 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: 15px 50px;
	text-transform: capitalize !important;
	text-align: left;
	background: #1c4b96;
	font-family: 'Montserrat', sans-serif;
	border-radius: 5px;
}
/************************************************

           == How it works css==

*************************************************/
.howitwrap{background: #fff; border-radius: 15px; box-shadow: 0 0 30px rgba(0,0,0,0.1); padding: 40px; margin-top: -80px; margin-bottom: 50px;}


.howlist {
	list-style: none;
}
.howlist li {
	margin-top: 30px;
	text-align: center;
}
.howlist li .iconcircle {
	text-align: center;
	margin-bottom: 15px;
	display: inline-block;
}
.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: #1c4b96;
}
.howlist li h4 {
	font-size: 24px;
	font-weight: 300;
	color: #000;
	margin-bottom: 10px;
}
.howlist li p {
	font-size: 14px;
	line-height: 24px;
	color: #555;
}
/************************************************

           == Top Employers css==

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

.employerList:after {
	display: table;
	clear: both;
	content: '';
}

.employerList li .empint{ background: #fff; border-radius: 5px; -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; text-align: center}



.employerList li h3{font-size: 14px; margin-top: 10px; margin-bottom: 5px;}
.employerList li p{color: #888;}
.employerList li img {
	width: 100%;
	border: 2px solid #fff;
	display: block;
	border-radius: 5px;
	box-shadow: 2px 8px 15px rgba(0,0,0,.1);
}
.employerList li:hover img{border-color: #d45500;}
.employerList .owl-stage-outer{padding:20px 0 20px 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;}

.featuredcompnaieslist li{margin-bottom: 30px;}
.featuredcompnaieslist li .compint{height: 100%; background: #fff; padding:20px; border: 1px solid #e4e4e4;}
.featuredcompnaieslist li .imgwrap {
	margin-bottom: 10px;
	min-height: 150px;
	position: relative;
}
.featuredcompnaieslist li .imgwrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: 100%;
	max-height: 100%;
}
.featuredcompnaieslist li:hover .compint{box-shadow: 0 0 10px rgba(0,0,0,0.1); border: 1px solid #1c4b96;}
.featuredcompnaieslist li h3 a{font-size: 20px; color:#1c4b96 ;}
.featuredcompnaieslist li .loctext{font-size: 16px; margin-bottom: 10px;}
.featuredcompnaieslist li .jobtitle {background-color: #e4e4e4; padding: 2px; }
.featuredcompnaieslist li .jobtitle span {line-height: 18px;}
.featuredcompnaieslist li i {
	color: #1c4b96;
	width: 18px;
	text-align: left;
}
.featuredcompnaieslist li .curentopen, .compnaieslist li .loctext{color: #666; padding-bottom: 10px}

.compnaieslist li{margin-bottom: 30px;}
.compnaieslist li .compint{height: 100%; background: #fff; padding: 15px 5px; margin: 0px; border: 1px solid #e4e4e4;}
.compnaieslist li .imgwrap {overflow: hidden; margin-bottom: 5px; min-height: 80px}
.compnaieslist li .imgwrap img{width: 100%;}
.compnaieslist li:hover .compint{box-shadow: 0 0 10px rgba(0,0,0,0.1); border: 1px solid #1c4b96;}
.compnaieslist li h3 a{font-size: 18px; color:#1c4b96 ;}
.compnaieslist li .loctext{margin-bottom: 5px;}
.compnaieslist li .jobtitle {background-color: #e4e4e4; padding: 2px; }
.compnaieslist li .jobtitle span {line-height: 18px;}
.compnaieslist li i {
    color: #1c4b96;
    width: 18px;
    text-align: left;
}
.compnaieslist li .curentopen, .compnaieslist li .loctext{color: #666; padding-bottom: 10px}


/*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;
	background: #fff;
}
.catelist li a {
	display: block;
	margin: 10px 0;
	position: relative;
	padding-left: 15px;
	color: #000;
	font-weight: 600
}
.catelist li a:hover {
	color: #1c4b96;
}
.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 #d45500;}
.tabswrap .nav-tabs{border-bottom: none; float: right;}
.tabswrap .nav-tabs>li{margin-bottom:0;}
.tabswrap .nav-tabs>li>a{background:none; border-radius:0; font-size:16px; font-weight:400; color:#666; padding:15px 30px; border: none;}

.tabswrap .nav-tabs>li>a.active, .tabswrap .nav-tabs>li>a.active:focus{background:#d45500; color:#fff; border-color:#d45500; border-radius: 5px 5px 0 0; font-weight:700;}
.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:#d45500;}

.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;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.jobslist li {
	display: flex;
	flex-direction: column;
	flex: 1 1 50%; /* Flex-grow and flex-basis to make sure each li takes up 50% of the row */
	margin-top: 30px;
	height: auto; /* Remove height: 100% and let flexbox handle the height */
}
.jobslist li .jobint {
	background: #fff;
	padding: 15px;
	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;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	border-bottom: 2px solid #fff;
	flex-grow: 1; /* Ensure that the .jobint div fills the available space */
}
.jobslist li .jobint:hover {
	box-shadow: 0 5px 30px rgba(0,0,0,0.1);
	border-color: #1c4b96
}
.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: #1c4b96;
}
.jobslist li .company {
	color: #999;
	padding: 7px 0
}
.jobslist li .company a {
	color: #1c4b96;
}
.jobslist li .jobloc {
	color: #000;
}
.jobslist li .jobloc span {
	color: #999;
}
.jobslist li .applybtn {
	background: #fff;
	display: inline-block;
	color: #d45500;
	font-weight: 600;
	padding: 9px 13px;
	margin-top: 20px;
	border: 1px solid #d45500;
	border-radius: 45px;
}
.jobslist li .applybtn:hover {
	background: #d45500;
	color: #fff;
	text-decoration: none;
}


.newjbox.row{margin: 0 -1px;}
.newjbox.row .col-md-4{padding: 0 1px;}
.newjbox li {
	margin-top: 2px;
}
.newjbox li .jobint{box-shadow:none; border-radius: 0; background:#f9fafb; border-bottom-color: #F2F9FF}
.newjbox.row{margin-top: 20px;}
.newjbox.row li h4 a{font-weight: 400;}

.viewallbtn {
	text-align: center;
	margin-top: 40px;
}
.viewallbtn a {
	display: inline-block;
	background: #1c4b96;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 30px;
	border-radius: 5px;
}
.viewallbtn a:hover {
	background: #1869D0;
	text-decoration: none;
}
.partTime {
	background: #f8a60c;
	color: #fff;
	font-size: 13px;
	display: inline-block;
	padding: 4px 6px;
	border-radius: 3px;
}
.fulltime {
	background: #6ACA00;
	color: #fff;
	font-size: 13px;
	display: inline-block;
	padding: 4px 6px;
	border-radius: 3px;
}
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;
}
.trash-icon {
	position: absolute;
	top: -20px;
	right: 20px;
	font-size: 1.5rem;
}
/************************************************
           == Video css==
*************************************************/

.videowraper {
	position: relative;
	padding: 60px 0;
}

.videowraper .titleTop{text-align: left; margin-top: 60px;}
.vidover{padding: 30px}

.videowraper p {
	max-width: 800px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 24px;
	color: #555;
}

.videowraper .embed-responsive{   
	background: #fff;
    border-radius: 30px;
    border: 20px solid #fff;
    box-shadow: 3px 8px 30px rgba(0,0,0,0.2);
}

/************************************************
           == Loginbox css==
*************************************************/
.userloginbox{
	/*background:url(../images/login-bg.jpg) no-repeat center; */
	/*background-attachment: fixed; */
	/*background-size: cover; */
	padding:40px 0 120px 0;
	text-align: center;
}
.userloginbox .viewallbtn{margin-top:30px;}
.userloginbox .viewallbtn a{background: #1c4b96;}
.userloginbox .viewallbtn a:hover{background: #333;}
.userloginbox p{max-width: 770px; margin: 0 auto;}


.emploginbox{
	/*background:url(../images/login-bg2.jpg) no-repeat center; */
	/*background-attachment: fixed; */
	/*background-size: cover; */
	padding:50px 0 120px;
	text-align: center;
}
.emploginbox .viewallbtn{margin-top:30px;}
.emploginbox .viewallbtn a{background: #1c4b96;}
.emploginbox .viewallbtn a:hover{background: #fff; color: #1c4b96}
.emploginbox p{max-width: 770px; margin: 0 auto;}

/************************************************
           == Testimonials css==
*************************************************/
/*.testimonialwrap{background:url(../images/testimonials-bg.jpg) no-repeat center; background-attachment: fixed; background-size: cover; text-align: center;}*/
.testimonialwrap { background-color: #18212e}
.testimonialwrap .titleTop h3{color: #fff;}


.testimonialsList {
	list-style: none;
}
.testimonialsList li {
	text-align: center;
	max-width: 770px;
	margin: 10px auto;
}
.testimonialsList li .ratinguser{color: #EBA102; font-size: 24px; margin-top: 20px;}
.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 5px 0;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
.testimonialsList li p {
	font-style: italic;
	line-height: 24px;
	letter-spacing: 2px;
	font-size: 16px;
	color: #fff;
}
.testimonialsList li .clientinfo {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #1c4b96;
	margin-bottom: 15px;
}
/************************************************
           == 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;*/
	background-color: #fff;
	color: #333;
	padding: 15px 0;
}
.pageTitle h1 {
	font-size: 28px;
	font-weight: 500;
	color: #333;
	margin-bottom: 0;
}
.breadCrumb {
	text-align: right;
	color: #333;
	margin-top: 5px;
}
.breadCrumb a {
	color: #333;
	display: inline-block;
	padding: 0 5px;
}
.breadCrumb span {
	color: #1c4b96;
	display: inline-block;
	padding-left: 5px;
}
/************************************************
           == Search List css==
*************************************************/
.listpgWraper {
	background: #fff;
	padding-top: 60px;
	/*min-height: 400px;*/
	width: 100%;
}
.pageSearch {
	padding: 40px 0 20px 0;
	background: #fff;
	/*border-bottom: 1px solid #ddd;*/
    /*box-shadow:0px 5px 20px rgba(0,0,0,0.1);*/
	position: relative;
}
.pageSearch .searchform{ margin: 0 auto;}
.pageSearch a.btn {
	background: #1c4b96;
	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: 16px;
	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 {
	/*padding: 13px 12px;*/
	font-size: 16px;
}
.searchform select.form-control {
	/*padding: 13px 12px;*/
	background: #fff;
	line-height: 45px;
}
.searchform .btn {
	background:#1c4b96;
	font-size: 16px;
	color: #fff;
	padding:5px 8px;
	width: 100%;
}
.searchform .btn:hover {
	background: #444;
}
.searchform .search-addon {
	font-weight: 600;
}
/************************************************
           == Sidebar css==
*************************************************/
.jobreqbtn{margin-bottom: 20px;}
.jobreqbtn a{display: block; padding: 5px 8px; text-align:left; margin-bottom: 10px; background: #1c4b96; color: #fff;}
.jobreqbtn a:hover{background: #333; color: #fff;}
.jobreqbtn a.btn-job-alert-disabled{color: #999!important; border: 1px solid #999; cursor: default; background: none;}
.jobreqbtn a.btn-job-alert{background: #1c4b96; color: #fff;}

.sidebar {
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 5px;
}
.sidebar .widget {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.sidebar .widget-title {
	font-size: 14px;
	font-weight: 600;
	color: #2f2f2f;
	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: #1c4b96;
	display: inline-block;
	margin-top: 10px;
}
.searchnt .btn {
	background: #1c4b96;
	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 {
	padding-inline-start: 0px;
	list-style: none;
	margin-bottom: 30px;
	width: 100%;
	max-width: 825px;
}
.searchList > li {
	background: #fff;
	border: 1px solid #e4e4e4;
	/*border-bottom: 1px solid #e4e4e4;*/
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.listpgWraper .searchList li:hover {
	border: 1px solid #e4e4e4;
	border-bottom-color: #1c4b96;
}
.searchList li .jobimg {
	float: left;
	width: 70px;
	margin-right: 15px;
}
.searchList li h3 a {
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.searchList li .companyName {
	margin: 10px 0;
	color: #333;
}
.searchList li .companyName a {
	color: #333;
}
.searchList li a:hover {
	color: #333;
}
.searchList li .location {
	color: #000;
	margin: 5px 0;
}
.searchList li .location span {
	color: #333;
}
.searchList li .listbtn {
	margin-top: 20px;
}
.searchList li .listbtn a.report {
	color: #999;
	border: 1px solid #999;
}
.searchList li .listbtn a {
	background: #fff;
	display: block;
	border-radius: 40px;
	width: 100%;
	color: #1c4b96;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 15px;
	text-align: center;
	border: 1px solid #1c4b96;
	margin-bottom: 10px;
}
.searchList li .listbtn a.report:hover {
	background: #999;
	color: #fff;
	text-decoration: none;
}
.searchList li .listbtn a:hover {
	background: #1c4b96;
	color: #fff;
	text-decoration: none;
}
.searchList li p {
	line-height: 22px;
	color: #969595;
	margin: 10px 0 0 0;
}
.searchList li .cateinfo {
	color: #1c4b96;
	margin: 10px 0;
}
.searchList li .minsalary {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin-top: 25px;
	color: #1c4b96;
}
.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;
	margin-bottom: 10px;
	border-radius: 5px;
}
.job-header.nomrg{margin-bottom: 0;}
.job-header .jobinfo {
	padding-top: 20px;
	/*border-bottom: 1px solid #e4e4e4;*/
}
.job-header .jobinfo h2 {
	font-size: 24px;
	color: #444;
}
.jobmainreq{border-radius: 0 0 5px 5px;}

.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;
}
.job-header .jobinfo .title {
	display: inline-block;
}
.job-header .jobinfo .title-badge {
	margin: 15px 0;
}
.job-header .jobinfo .detail {
	color: #000;
	margin: 5px 0;
}
.job-header .jobinfo .detail span {
	color: #666;
}
/*.companyinfo-nav {*/
/*	!*position: relative;*!*/
/*	!*display: flex;*!*/
/*	align-items: center;*/
/*	box-sizing: border-box;*/
/*	width: 100%;*/
/*	 overflow-y: hidden;*/
/*	 overflow-x: auto;*/
/*	-webkit-overflow-scrolling: touch;*/
/*	border-bottom: 1px solid #ddd;*/
/*}*/
.companyinfo-nav ul.nav-pills {
	list-style: none;
	justify-content: left;
	width: 100%;
	margin: 15px 0 0 0;
	padding-left: 1rem;
	padding-right: 1rem;
	border-bottom: 1px solid #e4e4e4;
}
.companyinfo-nav ul.nav-pills li {
	padding-right: 15px;
	padding-left: 15px;
}
.companyinfo-nav ul.nav-pills a {
	font-size: 16px;
	color: #000;
}
.companyinfo-nav li.active {
	font-weight: 700;
	border-bottom: 2px solid #1c4b96;
}
.companyinfo-nav .details-section {
	height: max-content;
	background-color: #1c4b96;
	padding: 20px;
}
.companyinfo-nav .details-section h4 {
	color: #fff;
}
.companyinfo-nav .details-section p {
	color: #30D3BA !important;
	font-weight: 700;
}
.companyinfo-nav .details-section .url a {
	color: #30D3BA !important;
	font-weight: 700;
}
.companyinfo-nav .details-section .social {
	color: #fff !important;
}
.companyinfo {
	margin-bottom: 36px;
	background: #fff;
	/*padding: 30px;*/
	border-radius: 5px;
}
.companyinfo i.fa {
	color: #1c4b96;
}
.companyinfo h3 {
	margin-bottom: 30px;
	color: #1c4b96;
	font-size: 20px;
}
.companyinfo p {
	color: #212529;
}
.companyinfo .companylogo {
	width: 100px;
	background: #fff;
	border:1px solid #ccc;
	display: inline-block;
	margin-bottom: 10px;
	float: left;
	margin-right: 15px;
}
.companyinfo .companylogo img {
	display: block;
}
.companyinfo .ptext{color: #1c4b96; padding: 7px 0;}
.companyinfo .title a {
	font-size: 24px;
	font-weight: 700;
	color: #000;
}
.companyinfo .opening a {
	color: #1c4b96;
}
.companyinfo .companydetails h2 {
	font-size: 17px;
}
.companyinfo .companydetails .companylogo {
	border: none;
	margin-right: 30px;
	z-index: 100;
}
.companyinfo .companydetails img {
	margin-top: -20px;
	margin-left: 20px;
}
.companyinfo .companydetails .companyidentity {
	float: left;
	padding-top: 10px;
	padding-right: 20px;
}

.companyoverview{text-align: left;}
.companyoverview p{color: #555; margin-bottom: 0;}
.container-companycover {
	padding: 0px !important;
}
.companycover {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	overflow: hidden;
	max-height: 480px;
	width: 100%;
}
.companycover img {
	flex-shrink: 0;
	min-width: 100%;
	min-height: 100%
}
.program-icon {
	color: #1c4b96;
	font-size: 5em;
}
/*Candidate Info*/

.job-header .jobinfo .candidateinfo .userPic {
	float: left;
	width: 100px;
	height: 100px;
	background: #cbcbcb;
	margin-right: 20px;
	border:1px solid #b1bcc5;
	margin-bottom: 10px;
}

.loctext{margin-top: 10px;}
.loctext i{margin-right: 5px;}

.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: #1c4b96;
}
.cadsocial {
	margin-top: 10px;
}
.cadsocial a {
	color: #666;
	font-size: 30px;
	display: inline-block;
	margin-right: 7px;
}
.cadsocial a:hover {
	color: #1c4b96;
}
.relatedJobs {
	margin-bottom: 30px;
}
.relatedJobs h3 {
	/*font-size: 24px;*/
	font-weight: 700;
	/*color: #555;*/
	margin-bottom: 15px;
}
.relatedJobs .searchList li{border-radius: 0; margin-bottom: 0;}
.relatedJobs .searchList li h3{margin-bottom: 0;}
.relatedJobs .searchList li .location{margin-top: 5px;}
.relatedJobs .searchList li .companyName{margin-bottom: 0; margin-top: 5px;}

/*Buttons*/
.jobButtons {
	/*padding: 10px;*/
}
.jobButtons.applybox{text-align: center; border-top: none; background: #fff; border-radius: 5px; margin-bottom: 30px;}
.jobButtons a {
	margin-right: 10px;
	color: #1c4b96;
	font-weight: 600;
	padding: 10px 30px;
	font-size: 14px;border-radius: 40px;
	border: 1px solid #1c4b96;
	margin-top: 10px;
}
.jobButtons a.report {	
	color: #2d2d2d;
	border-color:#2d2d2d;
}
.jobButtons a.apply {
	background: #1c4b96;
	color: #fff;
}
.jobButtons a.primary {
	color: #347bb7;
	border-color:#347bb7;
}
.jobButtons a.primary:hover {
	background: #347bb7;
	color: #fff;
}

.jobButtons .jbexpire {
	background: #FF7C69;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;border-radius: 5px;
	cursor: not-allowed
}
.jobButtons a:hover {
	background: #1c4b96;
	color: #fff;
}
.jobButtons a.report:hover {	
	color: #fff;
	background: #2d2d2d;
}

.job-header .contentbox {
	padding-top: 15px;
	padding-bottom: 15px;
}
.job-header .contentbox h3 {
	text-align: left;
	padding-bottom: 30px;
}
.job-header .contentbox h4 {
	font-size: 16px;
	font-weight: 700;
	/*color: #1c4b96;*/
	margin-bottom: 10px;
}
.job-header .contentbox h4 i, .jobdetail h3 i, .companyinfo h3 i{color: #ccc; margin-right: 5px; font-size: 20px;}
.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;}

.jobButtons a.apply.applied{background: #ccc; border-color: #ccc; cursor: not-allowed}

.job-header .contentbox ul {
	margin-bottom: 30px;
}
.job-header .contentbox ul li {
	padding: 5px 0 5px 25px;
	position: relative;
	line-height: 24px;
}
.job-header .contentbox ul li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #1c4b96;
	position: absolute;
	left: 0;
}
/*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: #1c4b96;
	font-weight: 700;
}
.jbdetail {
	margin-top: 20px;
}
.jbdetail li {
	margin-bottom: 20px;
	color: #212529;
}
.jbdetail li a {
	display: block;
	color: #1c4b96;
	font-weight: 600;
}
.jbdetail li span {
	display: block;
	color: #000;
	font-weight: 600;
}
.jbdetail li span.permanent {
	color: #1c4b96;
}
.jbdetail li span.contract {
	color: #1c4b96;
}
.jbdetail li span.freelance {
	color: #F07200;
	background: none;
	padding: 0;
}
.job-detail {
	margin-top: 20px;
}
.job-detail li {
	display: inline;
	font-size: 12px;
}
/*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: #1c4b96;
}
.educationList li:before {
	display: none;
}
.educationList li:last-child {
	border-bottom: 0;
}
.educationList li .date {
	width: 100px;
	background: #1c4b96;
	text-align: center;
	font-weight: 700;
	padding: 20px 0;
	line-height: 18px;
	float: left;
	color: #fff;
	margin-right: 20px;
}
.educationList li h4 {
	font-size: 18px;
	font-weight: 700;
	color: #30D3BA;
	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: #1c4b96;
}
.experienceList li:before {
	display: none;
}
.experienceList li:last-child {
	border-bottom: 0;
}
.experienceList li h4 {
	font-size: 18px;
	font-weight: 700;
	color: #30D3BA;
	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;
}
.inner-page .title {
	text-align: center;
	margin-bottom: 40px;
}
.inner-page .title > span {
	color: #292929;
	font-size: 17px;
	margin-bottom: 10px;
}
.inner-page .title h2 {
	color: #292929;
	font-size: 40px;
	font-weight: 800;
	letter-spacing: 1px;
	padding-top: 15px;
	margin: 0;
}
.inner-page .title > p {
	font-size: 16px;
	max-width: 600px;
	padding-top: 20px;
	line-height: 24px;
	color: #696969;
	margin: 0 auto;
}
.contact {
	border: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 30px;
	height: 100%;
}
.contact > span {
	color: #1c4b96;
	float: left;
	font-size: 50px;
	line-height: 30px;
	margin-right: 10px;
	text-align: center;
	width: 70px;
}
.inner-page .fa-home:before {
	content: "\f015";
}
.information {
	overflow: hidden;
	padding-right: 20px;
	margin-top: 5px;
}
.information > strong {
	color: #000;
	display: table;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.information > p {
	line-height: 22px;
	margin: 0;
}
.about-wraper .information .fa {
	color: #1c4b96;
	font-size: 60px;
	padding-bottom: 40px;
}
.contact-form input, .contact-form textarea {
	color: #8c8c8c;
	border: 1px solid #ddd;
	font-size: 12px;
	line-height: 32px;
	margin-bottom: 15px;
	padding: 10px 20px;
	width: 100%;
}
.contact-form {
	text-align: right;
}
.contact-form button {
	background-color: #1c4b96;
	border: 0 none;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 18px 40px;
	margin-top: 20px;
}
/************************************************
           == FAQs css==
*************************************************/

.faqs {
	margin-bottom: 30px;
}
.faqs h3 {
	font-size: 2rem;
}
.faqs .panel-default>.panel-heading {
	background: none;
	border: none;
	padding: 0;
}
.faqs h4 a {
	padding: 15px 55px 15px 15px;
	display: block;
	background: #1c4b96;
	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: #1c4b96;
	color: #fff;
}
.faqs h4 a:before {
	content: "\f068";
	background: #fff;
	font-family: 'FontAwesome';
	width: 30px;
	padding: 6px 0;
	color: #1c4b96;
	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: #666;
	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 {
	padding-top: 15px;
	margin-bottom: 15px;
}
.formpanel .formrow > label {
	display: block;
	margin-bottom: 15px;
	font-weight: 600;
	color: #666;
}
.formpanel .form-control {
	height: auto;
	padding: 10px 13px;
	border-color: #ddd;
}
/*.formpanel select.form-control {*/
/*	padding: 13px 12px;*/
/*	line-height: 45px;*/
/*}*/
/*.formpanel textarea.form-control {*/
/*	height: 150px;*/
/*}*/
.formpanel .formrow > label.btn{color: #fff;}
.formpanel .btn-submit {
	width: 100%;
	background: #1c4b96;
	color: #fff;
	border-radius: 5px;
	/*padding: 10px;*/
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.formpanel .btn-submit:hover {
	background: #222;
}
.formpanel.mt0{margin-top: 0;}

#projects_div h3{font-size: 16px; margin-top: 5px;}

.featchoose li {
	margin-bottom: 10px;
}
.social-divider {
	position: relative;
	padding-top: 1.2rem;
	/*padding-bottom: 1.5rem;*/
}
.social-divider-hr {
	display: inline-block;
	position: absolute;
	width: 40%;
	top: .75rem;
	color: #6f6f6f;
}
.social-divider-hr-left {
	left: 0;
}
.social-divider-text {
	font-family: Helvetica Neue,Helvetica,Arial,Liberation Sans,Roboto,Noto,sans-serif;
	letter-spacing: 0;
	font-weight: 400;
	line-height: 1.34;
	color: #6f6f6f;
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.social-divider-hr-right {
	right: 0;
}

/*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==
*************************************************/
.useraccountwrap{
	padding-top: 20px;
	max-width: 600px;
	margin: 0 auto;
}
.userccount {
	background: #f6f6f6;
	padding: 40px;
	border-radius: 10px;
	/*border-bottom: 3px solid #1c4b96;*/
	margin-bottom: 20px;
}
.userccount p {
	text-align: center;
	line-height: 24px;
	color: #999;
}
.userccount h5 {
	font-size: 20px;
	color: #555;
	font-weight: 700;
	margin-bottom: 15px;
}
.socialLogin {
	padding-top: 20px;
	text-align: center;
}
.socialLogin a {
	/*display: inline-block;*/
	/*width: 36px;*/
	/*height: 36px;*/
	color: #fff;
	font-size: 18px;
	/*margin: 0 5px;*/
	/*line-height: 36px;*/
	/*vertical-align: middle;*/
	max-width: 300px;
}
.socialLogin a.fb {
	background: #3b5998;
}
.socialLogin a.gp {
	background: #dd4b39;
}
.socialLogin a.tw {
	background: #00aced;
}
.socialLogin a.li {
	background: #0e76a8 ;
}
.socialLogin .fa {
	font-size: 24px;
}
#candidate {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}
.newuser {
	margin-top: 30px;
	text-align: center;
	color: #666;
	font-size: 18px;
}
.newuser a {
	font-weight: 600;
}
.userbtns .nav-tabs {
	border-bottom: none;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.userbtns .nav-tabs>li {
	width: 50%;
	margin-bottom: 0;
}
.userbtns .nav-tabs>li a {
	border: none;
	background: #fff;
	border-radius:5px 5px 0 0;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #222;
	padding: 15px 30px;

}
.userbtns .nav-tabs>li a:hover, .userbtns .nav-tabs>li a.active {
	background: #1c4b96;
	border: none;
	color: #fff;
}
.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 #1c4b96;
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
}

.strippckinfo{background: #fff; padding: 10px;}
.strippckinfo thead{
	font-weight: 600;
	color: #666;
}
.stripe-powered-by {
	max-width: 160px;
}
.rule-header {
	width: 100%;
	color: red;
}
.package-original-price {
	text-decoration: line-through;
}
.package-original-price .plan-price1-2 {
	text-decoration: line-through;
	color: red !important;
}
.package-original-price .plan-price1-1 {
	text-decoration: line-through;
	color: red !important;
}
.package-price {
	position: relative;
}
.original-price {
	color: red !important;
	text-decoration: line-through;
	position: absolute;
	left: -50px;
}
.col-totals {
	width: 160px;
}
.invoice-header {
	line-height: 20px !important;
}
.tab-content>.active{opacity: 1;}
.tab-content>.active.show{opacity: 1;}

.profileban {
    position: relative;
}
.abtuser {
    background: #fff;
    padding:30px;
    border-radius: 5px;
    margin-bottom:30px;
}
.profileban img{width: 100%;}
.abtuser h4{color: #2166a4; font-size: 30px; font-weight: 700;}
.abtuser h6{color: #444; font-size: 18px; font-weight: 600;}

.uavatar img{display: block;}
.editbtbn{text-align: right; margin-top: 10px;}
.editbtbn a{background: #1c4b96; border-radius: 4px; color: #fff; font-size: 16px; padding: 10px 20px; display: inline-block; font-weight: 700;}
.editbtbn a:hover{background: #2166a4; color: #fff; text-decoration: none;}

.userdata{margin-top: 10px;}
.userdata li{color: #737373; font-size: 16px;}
.userdata li i{color: #1c4b96; font-size: 18px;}

.help-block-error, .summary-error {
	color: #1c4b96;
}
.experience_div, .skill_div, .language_div, .career_div{
	border-top: 1px solid #dee2e6;
	width: 100%;
}
.experience_div, .skill_div, .language_div, .career_div span{
	padding: .75rem;
	vertical-align: top;
}
.experience_div, .career_div span{
	margin-bottom: 1rem;
}
.table-candidate-details td, .table th {
	border-top: none;
}

/***************************
		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: #1c4b96;
	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: 36px;
	color: #1c4b96;
	font-weight: 700;
	margin-bottom: 15px;
}
.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 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.about-wraper ul li {
	padding: 5px 0 5px 25px;
	position: relative;
	line-height: 24px;
	font-size: 16px;
}
.about-wraper ul li:before {
	content: '\f18e';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
}

.what_we_do {
	padding: 50px 0;
	background: #f8f8f8;
	margin-top: 100px;
}
.what_we_do .main-heading {
	color: #1c4b96;
	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: #1c4b96;
	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: 2rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;
}
.four-plan .boxes {
	list-style: none;
	border-radius: 5px;
	background: #fff;
	padding: 10px 20px;
	text-align: center;
	margin-top: 30px;
	min-height: 320px;
	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: 2rem;
	font-weight: 600;
	padding: 10px 0;
	min-height: 120px;
	color: #1c4b96;
}
.four-plan .plan-date {
	display: block;
	font-size: 16px;
	margin-bottom: 15px;
}
.plan-pages h3 {
	padding: 1rem;
	font-size: 1.125rem;
	line-height: 1.6;
}
.plan-pages ul {
	font-size: 16px;
	line-height: 33px;
	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: 30px 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.order a {
	background: #1c4b96;
	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-top: 15px;
	margin-bottom: 5px;
}
.main-plan .plan-price1-1 {
	font-size: 18px;
	/*float: left;*/
	color: #565656;
	/*margin-left: 30px;*/
	padding-top: 22px;
	font-weight: 300;
}
.main-plan .plan-price1-2 {
	font-size: 22px;
	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;
}
#ccExpiryMonth {
	max-width: 48%;
	float: left;
}
#ccExpiryYear {
	max-width: 48%;
	float: right;
	margin-right: 2px;
}
/************************
	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;
}
h2.pricing-card-title {
	font-size: 2rem;
}

.feature-comparison th {
	font-size: 1.5rem;
}
.feature-comparison td {
	padding: 20px;
	vertical-align: middle;
}
.feature-comparison td i {
	font-size: x-large;
}
.feature-comparison .feature-name {

}
/* =======================
		Blog Listing
======================= */

.blogWraper {
	margin-bottom: 40px;
}
.blogList {
	list-style: none;
}
.blogList li .bloginner{
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 5px;
}
.blogList li .bloginner:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-color: #1c4b96;
}
.postimg {
	position: relative;
	display: inline-block;
}
.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: #1c4b96;
	letter-spacing: 0.4px;
	outline: 3px solid #1c4b96;
	border: 1px solid #fff;
	position: absolute;
	left: 14px;
	top: 14px;
	z-index: 12;
}
.post-header {
	margin-bottom: 20px;
}
.post-header h2{margin-top: 15px;}
.post-header h4 a {
	font-size: 20px;
	color: #1c4b96;
	font-weight: 600;
	display: block;
	margin-top:10px;
}
.post-header h4 a:hover {
	color: #333;
}
.postmeta {
	margin: 15px 0 20px 0;
	line-height: 24px;
}
.postmeta span, .postmeta a {
	color: #1c4b96;
}
.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: #1c4b96;
}
.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-top: 20px;
	padding: 10px 10px 10px 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: 10px;
	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: #1c4b96;
	font-size: 12px;
}
.categories li a:hover {
	color: #1c4b96;
}
/*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: #1c4b96;
	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 #1c4b96;
	background: #1c4b96;
	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==

*************************************************/
.dasboard {
	padding-inline-start: 0px;
	list-style: none;
	margin-bottom: 30px;
	width: 100%;
}

.usernavdash {
	padding-top: 30px;
	margin-bottom: 0;
}
.usernavdash li a {
	border-bottom: none;
	padding: 15px 15px;
	color: #fff;
	display: block;
}
.usernavdash li:hover {
	color: #1c4b96;
}

.usernavdash li a:hover {
	text-decoration: none;
}
.usernavdash li i {
	margin-right: 2px;
	font-size: 20px;
	width: 25px;
	color: #fff;
}
.usernavdash li.active {
	background-color: #1c4b96;
}

.left-menu {
	background-color: #0e264f;
	height: 100vh;
	position: fixed;
	overflow-x: hidden;
	overflow-y: auto;
	width: 250px;
	transition: width 0.3s ease;
	z-index: 100;
}

.left-menu .nav-link {
	padding: 0px;
}

.left-menu.collapsed {
	width: 70px;
}

.left-menu.collapsed .menu-text {
	opacity: 0;
	visibility: hidden;
}

.left-menu.collapsed .menu-title {
	display: none;
}

.left-menu.collapsed .menu-collapse-btn i {
	transform: rotate(180deg);
}

/*.left-menu .nav-link {*/
/*	padding: 0px;*/
/*	align-items: center;*/
/*}*/

/*.left-menu .nav-link i {*/
/*	width: 20px;*/
/*	text-align: center;*/
/*	position: fixed;*/
/*	left: 2rem;*/
/*}*/

/*.left-menu .nav-link .menu-text {*/
/*	position: absolute;*/
/*	left: 3rem;*/
/*	transition: opacity 0.3s ease, visibility 0.3s ease;*/
/*	white-space: nowrap;*/
/*}*/

.menu-header {
	padding: 1rem;
	border-bottom: 1px solid #dee2e6;
	min-height: 60px;
}

.menu-collapse-btn {
	width: 30px;
	height: 30px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-collapse-btn i {
	transition: transform 0.3s ease;
}

.content-wrapper {
	margin-left: 250px;
}

.content-area {
	width: 100%;
	padding: 1rem;
}
@media (max-width: 768px) {
	.left-menu {
		position: fixed;
		left: -250px;
		top: 0;
		bottom: 0;
		width: 250px;
		z-index: 1050;
		transition: left 0.3s ease-in-out;
		box-shadow: 2px 0 5px rgba(0,0,0,0.1);
	}

	.left-menu.active {
		left: 0;
	}

	.menu-overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0,0,0,0.5);
		z-index: 1040;
	}

	.menu-overlay.active {
		display: block;
	}

	.left-menu-toggler {
		position: absolute;
		left: 15px;
		top: 30%;
		padding: 0.25rem;
	}
	.menu-toggle {
		display: block;
	}

	.content-wrapper {
		margin-left: 0px;
	}

}

.menu-toggle {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 1001;
	display: none;
}

/*.usernavdash li.active a i, .usernavdash li a:hover i {*/
/*	color: #1c4b96;*/
/*}*/

.profbox{background: #fff; padding:30px; margin-bottom: 30px;border-radius: 5px;}
.profbox h3{font-size: 22px; color: #515050; font-weight: 600; margin-bottom: 15px; padding-bottom: 15px;  border-bottom: 1px solid #eee; margin-left: -30px; margin-right: -30px; padding-left: 30px; padding-right: 30px;}
.profbox h3 i{font-size: 24px; margin-right: 10px; opacity: .6;}
.profbox h3 a{float: right; font-size: 14px;}
.profbox h3 a i{font-size: 14px; margin-right: 5px;}

.recomndjobs li{border-bottom: 1px solid #e8e8e8; padding: 10px 0; font-size: 14px;}
.recomndjobs li h4 a{display: block; color: #2166a4; font-size: 16px; font-weight: 600;}
.recomndjobs li p{margin-bottom: 0;color: #828282;}
.recomndjobs li:last-child{border-bottom: none; padding-bottom: 0;}
.recomndjobs li:after{clear: both; content: ''; display: table;}

.followinglist li{margin-bottom:15px; border-bottom: 1px solid #e8e8e8; padding-bottom:15px;}
.followinglist li span{font-weight:700;}

.profilestat {
	padding-top: 5rem;
}
.profilestat li .inbox {
	text-align: center;
	background: #fff;
	padding: 15px 10px;
	margin-bottom: 30px;
	border-radius: 5px;
}
.profilestat li i {
	font-size: 36px;
	color: #999;
	margin-bottom: 15px;
	display: block;
}
.profilestat li h6 {
	font-size: 30px;
	font-weight: 600;
	color: #1c4b96;
	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;
	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: #1c4b96;
}
.instoretxt strong {
	font-weight: 700;
	color: #1c4b96;
}
.instoretxt a {
	font-size: 18px;
	display: inline-block;
	padding: 9px 20px;
	background: #1c4b96;
	color: #fff;
	margin: 0 5px;
}
.instoretxt a:hover {
	background: #333;
	text-decoration: none;
}
.instoretxt a.history {
	background: #444;
}
.myads {
	padding-top: 20px;
}
.myads h3 {
	font-size: 24px;
	margin: 0 0 10px 0;
}
/* The switch - the box around the slider */
.switchbox {
	padding:25px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.switchbox .txtlbl {
	font-size: 16px;
	font-weight: 700;
	margin-bottom:10px;
	
}
.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: 30px 0;
	background-color: #1c4b96;
}
.subscribe h6 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 5px;
}
.subscribe p {
	color: #fff;
}

.subscribe .form-control {
	height: auto;
	padding: 10px 13px;
	font-size: 14px;
	border: none;
	border-radius: 5px;
	margin-right: 1px;
	border-right: 1px solid #ddd;
}
.subscribe .btn {
	background: #333;
	padding: 10px 20px;
	color: #fff;
	border-color: #333;
	text-transform: uppercase;
	font-weight: 600;
	border-radius:5px;
	width: 100%;
}
#subscribe_newsletter_form{margin-top: 8px;}




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

           ==Footer css==

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

.footerWrap {
	background: #18212e;
	padding: 50px 0 10px;
}
.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 {
}
.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: #1c4b96;
	text-decoration: none;
}
.copyright {
	z-index: 10;
	bottom: 0;
	width: 100%;
	background-color: white;
	padding: 20px 0;
	color: #777;
}
.paylogos{text-align: right;}
.bttxt {
	color: #888;
	line-height: 24px;
}
.center {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.strong {
	font-weight: bold;
}
.copyright-account {
	position: fixed;
	z-index: 10;
	bottom: 0;
	width: 100%;
	background-color: white;
	padding: 10px 0;
	color: #777;
}
/******************* Hamburger menu start *******************/
.navbar-toggle-btn {
    /*z-index: 11;*/
	margin-left: 2rem;
	font-size: 20px;
    background: transparent;
    color: #fff;
}

#navbarLeft .navbar-toggle-btn{
    position: absolute;
    right: 0px;
    top: 0px;
    
}
.sidebar-menu{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    width: 280px;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 10000;
    transition: none;
    color: #fff;
    padding: 0 15px;
}
.sidebar-menu ul{
	padding-top: 40px;
}
.sidebar-menu h3{
	font-size: 14px;
}
.sidebar-menu .nav-menu-title {
    line-height: 1.3;
}
.sidebar-menu ul li{
    display: block;
}
.sidebar-menu ul li a{
    color: #fff;
    display: block;
    text-decoration: none;
    border-bottom: none;
}
.sidebar-menu ul li a i{
    margin-right: 10px;
    vertical-align: middle;
    float: left;
	font-size: 16px;
}
.sidebar-menu ul li a span{
    display: inline-block;
    width: 85%;
    line-height: 1.2;
    vertical-align: middle;
    word-break: break-word;
}
.sidebar-menu .navbar-nav .nav-link {
	padding-bottom: 20px;
}
.header.jobfair-home .navbar-light .navbar-nav .nav-link {
	color: #fff;
}
@keyframes jobfair-home-animation {
	0% {
		box-shadow: 0 0 0 0 rgba(43, 191, 189, .5);
	}
	50% {
		box-shadow: 0 0 0 60px rgba(43, 191, 189, .35);
	}
	100% {
		box-shadow: 0 0 0 0px rgba(43, 191, 189, .35);
	}
}
.jobfair-home-button {
	position: relative;
	display: inline-flex;
	margin: auto;
	width: 125px;
	height: 125px;
	color: #fff;
	background: rgba(48, 211, 186, 1);
	justify-content: center;
	align-items: center;
	border-radius: 125px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 20px;
	border: 2px solid rgba(255, 255, 255, .5);
	text-decoration: none;
}
.jobfair-home-button {
	width: 100px;
	height: 100px;
	font-size: 16px;
}
.jobfair-home-animation, .jobfair-home-animation::before, .jobfair-home-animation::after {
	position: absolute;
	height: 125px;
	width: 125px;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(43, 191, 189, .5);
	-khtml-box-shadow: 0 0 0 0 rgba(43, 191, 189, .5);
	-moz-box-shadow: 0 0 0 0 rgba(43, 191, 189, .5);
	-ms-box-shadow: 0 0 0 0 rgba(43, 191, 189, .5);
	-o-box-shadow: 0 0 0 0 rgba(43, 191, 189, .5);
	box-shadow: 0 0 0 0 rgba(43, 191, 189, .5);
	-webkit-animation: jobfair-home-animation 3s infinite;
	-khtml-animation: jobfair-home-animation 3s infinite;
	-moz-animation: jobfair-home-animation 3s infinite;
	-ms-animation: jobfair-home-animation 3s infinite;
	-o-animation: jobfair-home-animation 3s infinite;
	animation: jobfair-home-animation 3s infinite;
}
.jobfair-home-animation, .jobfair-home-animation::before, .jobfair-home-animation::after {
	width: 100px;
	height: 100px;
}
.jobfair-home-animation {
	right: -52.5px;
	top: 47px;
}
.jobfair-home-cta a {
	font-size: 16px;
	/*position: absolute;*/
	/*bottom: 150px;*/
	/*left: 50%;*/
	/*margin-left: -50px;*/
	text-decoration: none;
}
.jobfair-home-cta a:hover {
	color: white;
}
.jobfair-home-registration {
	padding-top: 20px;
}

/*.header.jobfair {*/
/*    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); !* FF3.6-15 *!*/
/*    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); !* Chrome10-25,Safari5.1-6 *!*/
/*    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); !* IE6-9 *!*/
/*}*/
.menu-top-right{
	min-width: 50%;
	background: #162B4D;
	padding-left: 1.8rem !important;
	padding-right: 1.8rem !important;
	padding-top: .5rem !important;
	padding-bottom: 1rem !important;
	border-bottom-left-radius: 25px;
}
.text-cyan {color: #30D3BA;}
.text-yellow {color: #F7F731;}
.br-10 {border-radius: 10px;}
.transparent-btn {
    background-color: transparent;
    border: 2px solid #fff !important;
    border-radius: 20px;
    color: #30D3BA !important;
    padding: 4px 10px !important;
    font-size: 14px;
}
.transparent-btn .dropdown:hover .dropdown-menu {
	display: block;
}
.header.jobfair-home + .pageTitle {
	padding-top: 100px;
}
.header.jobfair-home + .pageTitle + .listpgWraper {
	padding-top: 20px;
}
.jobfair-sub-title {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 13px;
}
.menu-exhibitors {
	padding-right: 1rem;
}
.badge {
	display: inline-block;
	padding: .25em 2em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .5rem;
}
.information-sign {
	font-size: 30px;
	color: #0a54b3;
	margin: 25px;
	cursor: pointer;
}
.information-sign .fa {
	background-color: white;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	vertical-align: middle;
}
.promo-banner {
	line-height: 30px;
	min-height: 30px;
	color: red;
}
/** Jobfair home page article tiles section  */
.tile-section-header {
	font-size: 22px;
	color: #1d3f68;
}
.article-tile {
	height: 100%;
}
.article-tile .tile-header {
	font-size: 20px;
	font-weight: 600;
}
.tile-blue-gradient {
	background-image: -webkit-linear-gradient(left,rgba(22,43,77,1), rgb(36, 83, 130));
	background-image: -moz-linear-gradient(left, rgba(22,43,77,1), rgb(36, 83, 130));
	background-image: -o-linear-gradient(left, rgba(22,43,77,1), rgb(36, 83, 130));
	background-image: linear-gradient(to bottom right, rgba(22,43,77,1), rgb(36, 83, 130));
	color: white;
	padding: 30px;
}
.tile-blue-gradient a {
	color: white;
}
.tile-blue {
	background: #162B4D;
	color: white;
	padding: 30px;
}
.tile-blue a {
	color: white;
}
.tile-purple {
	background: #30D3BA;
	color: #162B4D;
	padding: 30px;
}
.tile-purple a {
	color: #162B4D;
}
.tile-yellow {
	background: #DBDB1A;
	color: #162B4D;
	padding: 30px;
}
.tile-yellow a {
	color: #162B4D;
}
.tile-logo {
	float: right;
	margin-top: -15px;
	padding-bottom: 15px;
}

/******************* Hamburger menu end *******************/

/*******************
	Large Screen
*******************/

@media screen and (max-width: 1199px) {
	.main-plan .plan-price2 {
		margin-left: 0px;
		font-size: 44px;
	}
	.main-plan .plan-price2-1 {
		font-size: 40px;
	}
	.main-plan .plan-price2-2 {
		margin-right: 0px;
	}
	.main-plan .plan-price {
		margin-left: 0px;
		font-size: 40px;
	}
	.main-plan .plan-price-1 {
		font-size: 44px;
	}
	.main-plan .plan-price-2 {
		margin-right: 0px;
	}
	.main-plan .plan-price1-1 {
		/*margin-left: 0px;*/
		font-size: 18px;
		padding-top: 9px;
	}
	.main-plan .plan-price1-2 {
		font-size: 28px;
	}
	.main-plan .plan-price1-3 {
		margin-right: 0px;
	}
	.pricing-unit1 {
		margin-left: 5px;
	}
	.pricing-unit2 {
		margin-left: 5px;
	}
	.pricing-unit3 {
		margin-left: 5px;
	}
	.left_arrow {
		margin-left: -35px;
	}
	.right_arrow {
		visibility: hidden;
	}
}

/*******************
	Monitor Screen
*******************/

@media screen and (max-width: 1024px) {
	.usernav li a {
		padding: 19px 14px
	}
	.usernavdash li a {
		padding: 15px 45px;
	}
	.jobslist li .applybtn {
		margin-top: 15px;
	}
	.pageSearch a.btn {
		margin-bottom: 15px
	}
}

/*******************
	Tablet Screen
*******************/
@media screen and (max-width: 990px) {
	body {
		font-size: 16px;
	}
	.header .logo {
		text-align: center;
		float: left;
	}
	.navbar-header {
		float: right;
		display: block;
		margin-top: 5px;
	}
	.navbar-toggle {
		background: #ccc;
	}
	.navbar-toggle .icon-bar {
		background: #fff;
	}
	.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*/
	.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;
	}
	/*Header*/
	.header.jobfair-home {
		position: static;
		background: #162B4D;
		padding: 0px;
	}
	.header.jobfair-home .navbar-expand .navbar-nav {
	    /*-ms-flex-direction: column;
	    flex-direction: column;*/
	}
	/*.menu-account-avatar {margin: 15px !important;}*/

	/*#jobfairHome-navigationContainer {
		display: grid !important;
		grid-template-columns: "1fr" "1fr";
	}*/
	
	.navbar-toggle-btn {
		width: -moz-fit-content;
		width: fit-content;
	}
	.menu-top-right{
		width: 100%;
		padding-left: 0px !important;
    	padding-right: 0px !important;
	}
	.information-sign {
		margin: 5px;
	}

}

/*******************
Large Mobile Screen
*******************/
@media screen and (max-width: 768px) {
	.topsearchwrap h5 {
		margin-top: 30px;
	}
	.navbar-nav>li {
		padding: 0 10px;
	}
	.pagiWrap {
		margin-bottom: 30px;
	}
	.jobButtons a {
		font-size: 15px;
		margin-right: 0px;
		padding: 6px 10px;
		margin-top: 10px;
	}
	.post-header h4 {
		margin-top: 10px;
	}
	.information-sign {
		margin: 25px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-nav li.postjob, .navbar-nav li.jobseeker {
		margin-bottom: 10px;
	}
	.navbar .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;
	}
	/*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;
	}
	.information-sign {
		/*margin: 25px;*/
	}
}

/*******************
	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;
	}
	.sidebar-menu .navbar-nav .nav-link {
		padding-bottom: 30px;
	}
	.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;}
	.cookie-consent-btn {margin-top: 10px;}
	.searchbar {
		min-height: 400px;
	}
}

@media screen and (max-width: 460px) {
	.header .col-md-5 {
		padding-right: 15px
	}
	.usernav li {
		width: 50%;
		text-align: center;
	}
	.show-on-mobile-only {
		display: inherit !important;
	}
	.hide-on-mobile-only {
		display: none !important;
	}
	.searchbar {
		min-height: 400px;
	}
}
@media screen and (min-width: 460px) {
	.show-on-mobile-only {
		display: none !important;
	}
	.hide-on-mobile-only {
		display: inherit !important;
	}
}
/*******************
	Jobfair Home page
*******************/
.jobfair-event {
	/*padding-top: 100px;*/
	max-height: 100vh;
}
.jobfair-event .messages-wrapper {
	padding-top: 7rem !important;
}
.jobfair-home {
	color: #ffffff;
	margin-bottom: 10px;
}
.jobfair-home .jobfairinfo .jobfairPic {
	/*float: left;*/
	width: 100px;
	height: 100px;
	background: #cbcbcb;
	margin-right: 20px;
	border:1px solid #b1bcc5;
}
.loctext{margin-top: 10px;}
.loctext i{margin-right: 5px;}
.jobfair-home .jobfairinfo h2 {
	margin-top: 20px;
	margin-bottom: 40px;
}
.jobfair-home .jobfairinfo .title {
	font-size: 24px;
	color: #fff;
	font-weight: 600
}
.jobfair-home .jobfairinfo .hiw .desi, .jobfair-home .jobfairinfo .hiw h2 {
	color: #555;
}
.jobfair-home .jobfairinfo .desi {
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}
.jobfair-home .jobfairinfo .desc {
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	word-break: break-word;
}
.jobfair-home .jobfairinfo .loctext {
	line-height: 24px;
	color: #fff;
	margin-top: 8px;
}
.jobfair-home .jobfairinfo .loctext i {
	width: 20px;
	color: #fff;
}
.jobfair-home .jobfairinfo .jobfairimg {
	/*float: left;*/
	margin-right: 15px;
}
.jobfairinfo .exhibitors {
	margin: 40px 0;
}
.jobfairinfo h2 {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	margin: 40px 0;
}
.jobfair-home .contentbox h3 i, .jobdetail h3 i, .companyinfo h3 i{color: #ccc; margin-right: 5px; font-size: 20px;}
.jobfair-home .contentbox p {
	line-height: 24px;
	color: #3c3c3c;
	margin-bottom: 20px;
}
.jobfair-home .contentbox p strong{font-weight: 700;}
.jobfair-home .contentbox p em{font-style: italic;}
.jobfair-home .contentbox p u{text-decoration: underline;}
.jobfair-home .contentbox ul {
	margin-bottom: 30px;
}
.jobfair-home .contentbox ul li {
	padding: 5px 0 5px 25px;
	position: relative;
	line-height: 24px;
}
.jobfair-home .contentbox ul li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #1c4b96;
	position: absolute;
	left: 0;
}
.jobfair-divider {
	border-bottom: 1px solid #e4e4e4;
	padding: 10px;
}
.jobfair-summary .title {
	display: inline
}
.jobfair-summary .badge {
	margin-top: -5px;
	position: absolute;
}
.jobfair .banner img {
	width: 100%;
}
.jobfair-status {
	font-size: 24px;
	font-weight: 600
}
.jobfair .companies {
	margin: 40px;
}
.jfdetail {
	margin-top: 20px;
}
.jfdetail li {
	margin-bottom: 20px;
	color: #fff;
}
.jfdetail li a {
	display: block;
	color: #fff;
	font-weight: 600;
}
.jfdetail li span {
	display: block;
	color: #fff;
	font-weight: 600;
}
.jfdetail li span.permanent {
	color: #fff;
}
.jfdetail li span.contract {
	color: #fff;
}
.jfdetail li span.freelance {
	color: #fff;
	background: none;
	padding: 0;
}
.jobfair-exhibitors {
	background-color: rgba(0, 0, 0, 0.4);
	padding-top: 10px;
	padding-bottom: 100px;
	min-height: 100vh;
}
.jobfair-exhibitors--backgroundImage {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	z-index: -1;
}


.compnaieslist li .jobfairlist{background: #fff; margin:20px; border: 1px solid #e4e4e4;}
.newsletterlist li{margin-bottom: 10px;}
.newsletterlist li .compint{background: #fff; padding:10px; border: 1px solid #e4e4e4;}
.newsletterlist li .imgwrap{min-height: 240px; max-height: 240px; overflow: hidden; margin-bottom: 10px;}
.newsletterlist li .imgwrap img{width: 100%;}
.newsletterlist li:hover .compint{box-shadow: 0 0 10px rgba(0,0,0,0.1); border: 1px solid #1c4b96;}
.newsletterlist li h3 a{font-size: 18px; color:#1c4b96 ;}
.newsletterlist li .loctext{margin-bottom: 10px;}
.newsletterlist li i {
	color: #1c4b96;
	width: 18px;
	text-align: left;
}
.newsletterlist li .curentopen, .newsletterlist li .loctext{color: #666;}
.jobfair-back {
	position: relative;
	height: 100%;
}
.jobfair-back::after {
	content: '';
	background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7));
	background-size: 100% 100%;
	position: absolute;
	border-radius: 7px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.jobfair-front {
	z-index: 1;
	position: relative;
	padding: 20px;
	height: 100%;
}
.jf-badge {
	width: 100%;
	padding-bottom: 10px;
	font-size: 20px;
}
.jobfair-info {
	color: #ffffff;
}
.jf-title {
	font-size: 20px;
	padding-bottom: 10px;
	width: 100%;
}
.jf-ind {
	font-size: 20px;
	padding-bottom: 10px;
	width: 100%;
}
.jf-details {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	width: 100%;
}
.badge-default {
	color: #fff;
	background-color: #8c8c8c;
}
.viewbtn {
	text-align: center;
	margin-top: 40px;
}
.viewbtn a {
	display: inline-block;
	background: transparent;
	color: #fff;
	border: solid #ffffff 2px;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 30px;
	border-radius: 5px;
}
.viewbtn a:hover {
	background: #ffffff;
	color: #000000;
	text-decoration: none;
}
/*.interview {*/
/*	background:linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/meeting-room-3d.jpg');*/
/*	background-repeat: no-repeat;*/
/*	background-attachment: fixed;*/
/*	background-position: center;*/
/*	background-size: cover;*/
/*	min-height: 100vh;*/
/*}*/
/*.interview .modal-dialog, .interview .modal-content {*/
/*	background-color: transparent;*/
/*}*/
/* Full width modal */
.modal-full {
	max-width: 100% !important; }

@media (max-width: 768px) {

	.modal-full {
		max-width: auto !important; }
}
.interview h4{
	font-size: 20px;
}
.interview .pageTitle {
	background-color: transparent;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dee2e6;
	text-align: left;
}
.interview .pageTitle .page-heading {
	color: #ffffff;
}
.user-status {
	font-size: 18px;
}
.user-status.offline{
	color: red;
}
.user-status.online{
	color: limegreen;
}
.candidate-rating {
	margin-top: 10px;
}
.applicant-feedback-detail blockquote {
    margin-bottom: 0px;
}
.applicant-feedback-detail .blockquote {
    margin-top: 0px;
    font-size: 14px !important;
}
.jobfair-virtual-interviews {
	padding: 40px 0;
}
.cie-jobfair {
	padding-top: 20px;
}
.candidates-lineup {
	background: #fff;
	padding-top: 30px;
	border-radius: 5px;
}
span.btnLabel {
	font-size: 18px;
}
.video-chat {
	position: relative;
	width: 100%;
	height: 260px;
	background-color: #000;
	/*border-radius: 10px;*/
	z-index: 1;
	overflow: hidden;
}
#video-remote-container {
	height: 100%;
}
.video-control {
	align-items: center;
}
.video-viewer {
	max-width: 348px;
	height: 100%;
	margin: 0 auto;
	z-index: 1000;
}
.video-viewer-name {
	position: absolute;
	width: 100%;
	top: 10px;
	z-index: 1000;
}
.user-interview-left-panel {
	padding-top: 15px;
	background-color: #ffffff;
	border-radius: 4px;
}
#userControls {
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 1000000000;
}
#stopVideoBtn, .btn-stop {
	color: #ffffff;
	background: #ce4949;
}
#stopVideoBtn i {
	color: #ffffff;
	transform: rotate(135deg);
	margin-right: 2px;
}
#video-local-container {
	position: absolute;
	width: 90px;
	height: 75px;
	background-color: #ddd;
	border-radius: 4px;
	right: 15px;
	top: 15px;
	z-index: 1000000;
	border: 1px #696969 solid;
	overflow: hidden;
}
.videoControls a {
	width: 32px;
	height: 32px;
	line-height: 33px;
	font-size: 19px;
	text-align: center !important;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
}
.videoControls span {
	text-align: center !important;
	display: inline-block;
	vertical-align: text-bottom;
}
.videoControls i {
	color: #3d3d3d;
}
#video-local-container .videoControls {
	position: absolute;
	width: 100%;
	bottom: 0px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 10000000;
}
hr.muted {
	width: 24px;
	border-top: solid 3px;
	color: #ce4949;
	transform: rotate(135deg);
	margin: -25px 4px;
}
hr.unmuted {
	border-top: hidden;
	color: transparent;
}
.pdfobject {
	min-height: 300px;
}
.video-viewer {
	position: relative;
}
video {
	position: absolute;
	z-index: 1000;
}
.video-uploaded video, .candidate-video video {
	position: inherit;
}
#video-remote-container div.avatar div {
	font-size: 3rem;
	color: #fff;
	font-weight: bold;
	width: 120px;
	height: 120px;
	line-height: 120px;
	margin: 0 auto;
	text-align: center;
}
.avatar{
	position: absolute;
	width: 100%;
	max-height: fit-content;
	height: -moz-fit-content;
	text-align: center;
	top: 5%;
	bottom: 0;
	visibility: hidden;
	margin: auto;
	z-index: 100001;
}
.avatar div {
	font-size: 1rem;
	color: #fff;
	font-weight: bold;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
}
.meeting-room-candidate {
	background-color: #ffffff;
	color: #696969;
	border-radius: 4px;
	padding: 15px;
}
.meeting-room-candidate .jobimg {
	flex: 0 0 30%;
	max-width: 30%;
}
.meeting-room-candidate .jobinfo {
	padding: 15px;
	/*flex: 0 0 70%;*/
	/*max-width: 70%;*/
}
.meeting-room-candidate h5, .meeting-room-candidate h3, .meeting-room-candidate h3 a, .meeting-room-candidate h2 {
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.meeting-room-candidate .location {
	color: #495057;
	margin: 5px 0;
}
.meeting-room-candidate .location span {
	color: #000;
	font-weight: bold;
}
.meeting-room-candidate img {
	margin: 10px 15px;
}
.meeting-room-candidate .meeting-btn {
	margin-top: 10px;
	color: white;
}
.meeting-room-candidate .overview {
	margin-bottom: 20px;
}
#candidate-information {
	margin-right: -15px;
	margin-left: -15px;
	display: flex;
}
.rounded-image-100 img {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	object-fit: cover;
}
.rounded-image-70 img {
	height: 70px;
	width: 70px;
	border-radius: 50%;
	object-fit: cover;
}

.rounded-image-50 img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	object-fit: cover;
}
.rounded-image-25 img {
	height: 25px;
	width: 25px;
	border-radius: 50%;
	object-fit: cover;
}
.hiw {
	padding: 50px 30px;
	line-height: 32px;
}
.feature {
	padding: 50px 30px;
	line-height: 32px;
}
.feature-tiles {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.feature-tiles .icon {
	font-size: 44px;
	color: #1c4b96;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.feature-tiles .tile {
	padding-top: 2rem;
	padding-bottom: 1.5rem;
}
.feature-cta {
	padding-top: 4rem;
	padding-bottom: 5rem;
}
.feature-cta h2 {
	font-size: 30px;
	font-weight: 400;
	color: #1c4b96;
}
.menu-icon {
	font-size: 16px;
}
/*.menu-icon sup {*/
/*	margin-left: -3px;*/
/*	display: inline-block;*/
/*	font-size: 11px;*/
/*	font-family: Arial;*/
/*	width: 18px;*/
/*	height: 18px;*/
/*	border-radius: 50%;*/
/*	color: #fff;*/
/*	line-height: 18px;*/
/*	text-align: center;*/
/*	background: #e31128;*/
/*	font-weight: 600;*/
/*	position: absolute;*/
/*}*/
.navbar .show {
	display: block !important;
}
.alert {
	margin-top: 20px;
	line-height: 1.5;
}
button.close {
	margin-top: -3px;
}
/*Event*/
.eventList .event-details{
	width: 100%;
	height: 100%;
	background: #1c4b96;
	padding: 20px;
}
.eventList li {
	padding-bottom: 30px;
}
.eventList li .schedule {
	margin-right: -20px;
	padding-bottom: 30px;
}
.eventList li .date {
	color: #30D3BA;
	text-align: right;
	font-weight: 700;
	line-height: 18px;
	margin-right: 20px;
}
.eventList li .time {
	color: #1c4b96;
	background-color: #30D3BA;
	text-align: right;
	float: right;
	font-weight: 600;
	line-height: 16px;
	padding: 5px 10px;
	border-radius: 15px 0 0 15px;
}
.eventList li h4 {
	font-size: 16px;
	font-weight: 700;
	min-height: 40px;
	color: #fff;
	margin-bottom: 15px;
}
.eventList li p {
	color: #ebf2f7;
	margin-bottom: 20px;
}
.eventList li .detailbtn a {
	background: transparent;
	display: inline-block;
	border-radius: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 15px;
	text-align: center;
	border: 1px solid #fff;
}
.eventList li .detailbtn a:hover {
	background: #ebf2f7;
	color: #1c4b96;
	text-decoration: none;
}
/*Company Media*/
.cie-acct-media-listing .video-display {
	float: left;
	max-width: 150px;
	margin-right: 5px;
	width: 100%;
	height: auto;
}
.cie-acct-media-listing .image-display {
	float: left;
	max-width: 150px;
	margin-right: 5px;
	height: auto;
}

.cie-media-cont {
	margin: 5px;
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 200px;
	height: fit-content;

}
.cie-media-listing .video-display {
	margin: 0 -10px;
	width: 100%;
}
.cie-media-listing .image-display {
	margin: 0 15px;
	width: 100%;
}
/*Recruiters*/
.recruiterList .recruiter-details{
	width: 100%;
	height: 100%;
	background: #1c4b96;
	padding: 20px;
}
.recruiterList li {
	padding-bottom: 30px;
}
.recruiterList .avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}
.recruiterList li .schedule {
	margin-right: -20px;
	padding-bottom: 30px;
}
.recruiterList li .date {
	color: #30D3BA;
	text-align: right;
	font-weight: 700;
	line-height: 18px;
	margin-right: 20px;
}
.recruiterList li .time {
	color: #1c4b96;
	background-color: #30D3BA;
	text-align: right;
	font-weight: 600;
	line-height: 16px;
	padding: 5px 10px;
	border-radius: 15px 0 0 15px;
}
.recruiterList li h4 {
	font-size: 16px;
	font-weight: 700;
	min-height: 40px;
	color: #fff !important;
	margin-bottom: 15px;
}
.recruiterList li p {
	color: #ebf2f7;
	margin-bottom: 20px;
}
.recruiterList li .detailbtn a {
	background: transparent;
	display: inline-block;
	border-radius: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 15px;
	text-align: center;
	border: 1px solid #fff;
}
.recruiterList li .detailbtn a:hover {
	background: #ebf2f7;
	color: #1c4b96;
	text-decoration: none;
}

.background-image {
	background:
		/* top, transparent red, faked with gradient */
	linear-gradient(
			rgba(0, 0, 0, 0.7),
			rgba(0, 0, 0, 0.7)
	),
	url(../images/virtual-job-fair.jpg);
}
.help-block {
    color: #dc3545;
    font-weight: bold;
}
.bold {
	font-weight: 600;
}
.row-banner {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}
.cie-logo {
	max-width: 100px;
	padding-bottom: 20px;
}
.icon-ejf {
	margin-bottom: 10px;
	font-size: 64px;
}
.column {
	padding-bottom: 15px;
}
.swal-overlay {
	z-index: 1000000000000 !important;
}
.help-desk-guidelines {
	text-align: left;
	margin: 10px;
}
.undraggable {
	/* Visual disabled state */
	background-color: #f8f9fa !important;
	color: #6c757d !important;
	opacity: 0.6;
	cursor: not-allowed !important;

	/* Disable interactions */
	pointer-events: none;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;

	/* Prevent dragging */
	-webkit-user-drag: none;
	-moz-user-drag: none;
	user-drag: none;

	/* Add disabled styling */
	border: 1px solid #dee2e6;
	box-shadow: none;
}
.required::after {
	content: " *";
	color: #ff5b57;
	font-weight: bold;
	margin-left: 2px;
}
.pad-top-10 {
	padding-top: 10px;
}
.pad-top-15 {
	padding-top: 15px;
}
.pad-top-20 {
	padding-top: 20px;
}
.pad-top-30 {
	padding-top: 30px;
}
.pad-top-40 {
	padding-top: 40px;
}
.pad-top-60 {
	padding-top: 60px;
}
.pad-top-80 {
	padding-top: 80px;
}
.pad-top-100 {
	padding-top: 100px;
}
.pad-tb-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pad-tb-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.pad-tb-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pad-tb-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pad-tb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
@media (min-width: 768px) {
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 992px) {
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 1200px) {
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
}





