
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * @author:Rajesh Kumar
 */
/**
 * Default attribute CSS written here
 */
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, strike tt, var, b, u, i, 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, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
body {
	margin: 0 auto;
	background-color: #f3f3f3;
	font-family: 'arial';
}
img {
	vertical-align: middle;
	max-width: 100%;
}

.rounded{
	border-radius: 50% !important;
}

p {
	margin: 0px;
	padding: 0px;
	line-height: 2rem;
	font-size: 14px;
	color: #8c8c8c;
	line-height: 28px;
	word-wrap: break-word;
	word-break: break-word;
}

h4 {
	font-family: 'museo_sans500';
}
b, strong {
	font-weight: bold;
}
code, kbd, pre, samp {
	max-width: 100%;
}
.img-responsive {
	max-width: 100%;
	height: auto;
}
.inline-block,
.d-inline-block {
	display: inline-block;
}
a.block {
	display: block;
	position: relative;
}
a.resume-preview-link {
	margin-left: 10px;
	font-size: 14px;
	text-decoration: underline;
	color: #794d9e;
	cursor: pointer;
}
a:focus,div:focus {
	outline: none;
}
label, label * {
	word-break: break-word;
	word-wrap: break-word;
}
.nav-dropdown-hover:hover .dropdown-content {
	display: block;
	opacity: 1;
	border-top: 2px solid #9aca3c;
}
li.nav-dropdown-hover:hover a.active {
	border-bottom: none;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.strikethrough{
	text-decoration: line-through;
}

.offer-price.strikethrough{
	color: #8c8c8c;
}

/**
 * Nav menu bar css written here
 
nav.jfh-menus {
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);
}
nav.jfh-menus .left-side-menu {
	margin-left: 25%;
}
nav ul a,
nav .brand-logo,
.side-nav a {
	color: #636363;
	font-size: 14px;
}
.jfh-menus a.button-collapse {
	color: #222;
	margin: 0;
}
#sidenav-overlay {
	z-index: 5;
}
nav.jfh-menus a:hover,
nav.jfh-menus ul a:hover {
	color: #794d9e;
	background: transparent;
}
nav.jfh-menus li.active,
nav.jfh-menus li.active a,
nav.jfh-menus a.active {
	color: #794d9e;
	background-image: none;
	background-color: transparent;
}
.side-nav a {
	font-size: 15px;
	font-family: 'museo_sans500';
	line-height: normal;
	padding: 5px 15px;
	height: auto;
	font-weight: normal;
}
.nav-dropdown-menu ul.user-menu {
	width: 220px !important;
	top: 52px;
	border-radius: 0 0 4px 4px;
	background: #FFF;
	color: #222222;
	overflow: inherit;
	max-height: 500px !important;
}
.nav-dropdown-menu ul.user-menu li a {
	color: #9e9e9e;
	padding: 15px 20px !important;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.nav-dropdown-menu img.nav-dropdown {
	width: 40px;
	height: 40px;
}
.nav-dropdown-menu ul.user-menu li:hover {
	background-color: #F3F3F3
}
.nav-dropdown:hover {
	background: transparent;
}
ul.dropdown-content:after {
	position: absolute;
	right: 24px;
	top: -10px;
	width: 0;
	height: 0;
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #F3F3F3;
}
a.side-menu-close {
	position: absolute;
	top:0;
	right: 0;
}
.side-nav ul.jobs-menu {
	padding-left: 65px;
	list-style-type: disc;
}
.jobs-menu li {
	position: relative;
}
.side-nav ul.jobs-menu li:before {
	content: "• ";
	color: #92c139;
	top: -9px;
	position: absolute;
	left: -17px;
}
.side-nav .jobs-menu li a {
	color: #794d9e;
	font-size: 14px;
	padding: 8px 0;
}
.default-btn.mobile-signin {
	height: auto;
	padding: 6px 6px;
	font-size: 11px;
	line-height: normal;
	background: #92c139 !important;
	color: #FFF;
	margin: 0 !important;
}*/
.popup-modal.modal {
	max-width: 100%;
}
.popup-modal-content {
	position: relative;
	display: block;
}
.popup-modal-content:after {
	content: '';
	display: table;
	clear: both;
}
.popup-modal-close {
	position: absolute;
	top: 15px;
	right: 10px;
	background-image: url(../../images/white-close.png);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
}
.btn-full{
	width: 100%;
}
.btn.sm {
	font-size: 12px;
	line-height: 20px;
	padding: 0 10px;
	letter-spacing: 0;
	margin: 0px;
	width: auto;
}
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
	position: relative;
	top: 4px;
	line-height: normal;
}
.btn, .btn-large, .btn-flat {
	padding: 0 20px;
}
.btn-follow[disabled]{
	pointer-events: none;
	background-color: #FFF !important;
	box-shadow: none;
	color: #9F9F9F !important;
	cursor: default;
	border: 1px solid #ddd;
}
.btn-follow,
.btn-apply {
	background-color: #92c139;
	color: #FFF;
	box-shadow: none;
}
.btn-follow:hover,
.btn-follow:focus,
.btn-apply:hover,
.btn-apply:focus {
	background-color: #709f17;
	box-shadow: none;
}
.btn-follow.following {
	background-color: #FFF;
	color: #222;
	box-shadow: none;
	border: 1px solid #ccc;
}
.btn-follow.following:focus,
.btn-follow.following:hover {
	background-color: #FFF;
	color: #222;
	box-shadow: none;
}
/*.btn-follow.following:hover { 
	background-color: #92c139;
	color: #FFF;
	box-shadow: none;
}*/
.btn.upload-btn {
	background-color: transparent;
	color: #777777;
	border: 1px solid #cdcdcd;
	box-shadow: none;
	float: right;
	height: 32px;
	font-size: 15px;
	line-height: 12px;
	text-transform: none;
	padding: 9px 10px;
}
.btn.upload-btn:hover {
	background-color: transparent;
}
.file-field input[type=file] {
	max-width: 100%;
}
.resume-input-field .file-path-wrapper {
	padding-left: 0px;
}
.search-section .sm {
	height: auto;
	box-shadow: none;
	border: 1px solid #ccc;
	color:#151515;
	float: right;
	text-transform: none;
}
.search-section .header {
	margin-bottom: 12px;
}
.transparent {
	background-color: transparent;
}
.white-btn {
	border: 1px solid #d9d9d9;
	background-color: #99CA3C;
	color: #FFFFFF;
	box-shadow: none;
	height: 45px;
	width: 300px;
	font-family: 'Open Sans Bold';
	font-size: 18px;
	/*width: 300px;
	height: 45px;
	color: #99ca3c;
	font: open sans bold 18px ;
	font color:#FFFFFF;*/
}
.white-btn:focus,
.white-btn:hover {
	box-shadow: none;
	background-color: #99CA3C;
}
.white-btn:hover {
	color: #FFFFFF;
}
.white-btn.btn-large {
	height: 40px;
	line-height: 10px;
	padding: 15px 25px;
	letter-spacing: normal;
	text-transform: none;
}
.jfh-interested-btn {
	background: #fff;
	color: #9F9F9F;
	border: 1px solid #ccc;
	box-shadow: none;
	padding: 0 15px;
	
}
.jfh-interested-btn + .btn {
	margin-left: 8px;
}
.jfh-interested-btn:hover,
.jfh-interested-btn:focus {
	background-color: #fff;
	box-shadow: none;
}
.jfh-interested-btn i {
	color: #9F9F9F;
}
.jfh-interested-btn:disabled i,
.jfh-interested-btn.disabled i {
	color: #ffba00;
}
.btn.jfh-green {
	box-shadow: none;
}
.btn.jfh-green:hover,
.btn.jfh-green:focus {
	box-shadow: none;
}
/**
 * JFH Custom Color CSS
 */
.jfh-green {
	background-color: #92c139 !important;
}
.jfh-green:hover {
	background-color: #709f17 !important;
}
.jfh-purple {
	background-color: #845ea5 !important;
}
.jfh-grey {
	background: #878787 !important;
}

.jfh-light-greybg {
	background: #f3f3f3 !important;
}

.jfh-green-text {
	color: #92c139 !important;
}
.jfh-grey-text {
	color: #878787 !important;
}
.jfh-purple-text {
	color: #845ea5 !important;
}
.purple-text {
	color: #9c27b0 !important;
}
.jfh-light-grey {
	color: #b9b9b9;
}
.dark-pink-text {
	color: #ad4599 !important;
}
.grey-text {
	color: #8c8c8c !important;
}
.body-background {
	background-color: #f3f3f3;
}

/**
 * Button css 
 */
 .btn {
 	text-transform: none;
 }
.default-btn {
	border: 1px solid #d9d9d9;
	text-transform: none;
	border-radius: 4px 4px 4px 4px;
	margin-left: 0px !important;
	margin-right: 8px !important;
	margin-top: 0px !important;
	height: 34px;
	line-height: 32px;
	padding-left: 24px;
	padding-right: 24px;
	color: #636363;
	box-shadow: none;
}
.default-btn:hover {
	color: #794d9e;
	box-shadow: none;
}
.jfh-transparent {
	background-color: #FFF;
	color: #222;
	border: 1px solid #ddd;
	box-shadow: none;
}
.jfh-transparent:hover,
.jfh-transparent:focus {
	background-color: #FFF;
	box-shadow: none;
}
table tr i {
	vertical-align: middle;
}
.filter-button-section {
	position: relative;
	padding: 10px 0;
	margin-top: 15px;
	margin-bottom: 0px;
}
.filters-button {
	height: 46px;
}
.mobile-filter-button-section {
	padding: 44px 0;
	margin-bottom: 15px;
	text-align: center;
}
.mobile-filter-button-section .z-depth-1.white{
	box-shadow: 0 1px 0px 0 rgba(0,0,0,0.14) inset;
}
.filter-button {
	bottom: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 1;
}


/**	
 * Icon CSS HERE
 */
.menu-list-icon {
	width: 25px;
	height: 27px;
	background-size: 252px;
	margin-right: 10px;
	margin-bottom: 6px;
	background-position-y: -100px;
}
.menus-list-icon-24 {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin-right: 10px;
}
.menus-list-icon-20 {
	width: 20px;
	height: 18px;
	vertical-align: middle;
	margin-right: 10px;
}
.jfh-sprite {
	background-image: url('../../images/jfh-sprite.png');
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.sprite {
	background-image: url("../../images/sprite.png");
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.sprite-24 {
	background-image: url("../../images/sprite-icons.png");
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.sprite-new {
	background-image: url(../images/sprite-new.png);
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.user-sprite {
	background-image: url("../../images/desktop/sprite-icons.png");
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.social-icons-sprite {
	background-image: url("../../images/share-icons.png");
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.social-icons {
	width: 48px;
	height: 48px;
	background-size: 240px;
}
.facebook-icon {
	background-position: -2px -2px;
}
.linkedin-icon {
	background-position: -65px -2px;
}
.twitter-icon {
	background-position: -127px -2px;
}
.youtube-icon {
	background-position: -190px -2px;
}
.user-menu-icons {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}
.sign-up-icon {
	background-position-x: -54px;
}
.sign-in-icon {
	background-position-x: -193px;
}
.home-icon {
	background-position-x: -80px;
}
.jobs-icon {
	background-position-x: -109px;
	background-position-y: -99px;
	height: 26px;
}
.companies-icon {
	background-position-x: -27px;
}
.blog-icon {
	background-position-x: -137px;
}
.events-icon {
	background-position-x: -166px;
}
.candidate-24 {
	background-position: -24px -111px;
}
.logout-24 {
	background-position: -120px -112px;
}
.triangle-up {
	content: '';
	width: 10px;
	height: 10px;
	top: -5px;
	right: 15px;
	box-shadow: 1px 1px #EAEAEA;
	border: 0px;
	display: block;
	position: absolute;
	z-index: 0;
}
.mentor-icon, .emp-zone-icon {
	color: #d0d0d0;
	font-size: 27px;
	vertical-align: middle;
	margin-right: 8px;
	margin-left: -1px;
}
.featured {
	background-position: -14px -15px;
	width: 32px;
	height: 32px;
	background-color: transparent;
	top: -2px;
	position: relative;
	overflow: hidden;
	zoom: 0.7;
	-moz-transform: scale(0.7);
	-moz-transform-origin: 0 0;
}
.boosted {
	background-position: -48px -15px;
	width: 32px;
	height: 32px;
	background-color: transparent;
	top: -2px;
	position: relative;
	overflow: hidden;
	zoom: 0.7;
	-moz-transform: scale(0.7);
	-moz-transform-origin: 0 0;
}
span.individual-featured {
	font-size: 14px;
	color: #a5a5a5;
	height: 20px;
	display: inline-block;
	line-height: normal;
	font-family: arial;
	position: relative;
	top: -2px;
}
span.individual-boosted {
	font-size: 14px;
	color: #a5a5a5;
	height: 20px;
	display: inline-block;
	line-height: normal;
	font-family: arial;
	position: relative;
	top: -2px;
}
span.individual-hot-icon {
	font-size: 14px;
	color: #a5a5a5;
	height: 20px;
	display: inline-block;
	line-height: normal;
	font-family: arial;
	position: relative;
	top: -2px;
}
.filter-icon {
	width: 16px;
	height: 20px;
	background-position: -9px -107px;
	margin-right: 10px;
	vertical-align: middle;
	background-size: 100px;
}
.close-icn-hold {
	position: absolute;
	top: 12px;
	right: 10px;
}
.close-icon {
	width: 30px;
	height: 26px;
	background-position: -82px -61px;
	background-size: 220px;
}
.flash-message-close {
	top: 50%;
	transform: translate(0, -50%);
	position: absolute;
	right: 10px;
	cursor: pointer;
}
.search-icon {
	background-position: 0 -14px;
	background-size: 212px auto;
	height: 20px;
	left: 19px;
	top: 28%;
	width: 20px;
}
.dots-d {
	background-position: 0px -111px;
}
.prof {
	background-position: -24px -111px;
}
.man-r {
	background-position: -48px -111px;
}
.man-j {
	background-position: -73px -112px;
}
.acc-s {
	background-position: -98px -112px;
}
.log {
	background-position: -120px -112px;
}
.gray-plus {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-right: 5px;
	background-position: -256px -2px;
}
.delete-icon {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
	background-position: -297px 0px;
}
.edit-icon {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
	background-position: -274px 0px;
}
.correct-icon {
	width: 20px;
	height: 20PX;
	vertical-align: middle;
	margin-right: 5px;
	background-position: 0px -122px;
	background-size: 500px;
}
span.jfh-badge {
	min-width: 40px;
	height: 26px;
	font-size: 14px;
	line-height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #ad4599;
	border-radius: 30px;
	color: #FFF;
	position: relative;
}
.bag {
	background-position: -114px -105px;
	background-size: 260px auto;
	height: 24px;
	width: 24px;
}
.cap {
	background-position: -2px -62px;
	background-size: 220px auto;
	height: 22px;
	width: 30px;
}
.jfh-back i {
	font-size: 30px;
	color: #FFF;
	position: relative;
	top: 8px;
	line-height: 0px;
}
.loading-image {
	background-image: url('../images/loading.gif');
	width: 82px;
	height: 82px;
	display: inline-block;
}
.hot-icon {
	width: 32px;
	height: 32px;
	background-position: -50px -15px;
	zoom: 0.7;
	-moz-transform: scale(0.7);
	-moz-transform-origin: 0 0;
}

.reskilling-hot-icon{
	width: 20px;
    height: 20px;
    background-position: -117px -58px;
    background-size: 200px;
    margin: 0px 4px;
    zoom: normal;
}

.hot-icon-text{
	font-size: 12px;
    color: #c0c0c0;
    font-family: Arial;
}
.applied-icon {
	width: 32px;
	height: 32px;
	background-position: -90px -15px;
	zoom: 0.7;
	-moz-transform: scale(0.7);
	-moz-transform-origin: 0 0;
}
.saved-icon {
	width: 32px;
	height: 32px;
	background-position: -158px -15px;
	zoom: 0.7;
	-moz-transform: scale(0.7);
	-moz-transform-origin: 0 0;
}
.job-viwed-icon {
	width: 32px;
	height: 32px;
	background-position: -124px -15px;
	zoom: 0.7;
	-moz-transform: scale(0.7);
	-moz-transform-origin: 0 0;
}
.industry-icon {
	background-position: 0 -313px;
	height: 20px;
	width: 19px;
}
.experience-icon {
	background-position: 0px -162px;
	height: 20px;
	width: 15px;
	background-size: 150px;
}
.details-list>li i.experience-icon {
	top: 0px;
}

/**
 * Common CSS
 */
.full-container {
	margin: 0 auto;
	max-width: 1170px;
	width: 100%;
}
.footer-container {
	margin: 0 auto;
	max-width: 1170px;
	width: 100%;
}
.footer-old-container {
	margin: 0 auto;
	max-width: 1170px;
	width: 100%;
}
.footer-title {
	color:#99CA3C;
	font-size: 14px;
	font-family: 'Open Sans Semibold';
}
.footer-link {
	color:#E1E1E1;
	font-size: 14px;
	font-family: 'Open Sans Regular';
}
.full-width-footer {
	max-width: 1170px;
}
.pos-relative {
	position: relative;
}
.clear:after,
.clear:before {
	content: '';
	display: block;
}
.clear:after {
	clear: both;
}
.full-container:after {
	content: '';
	display: block;
	clear: both;
}
.message-section-main-box {
	position: fixed;
	width: 100%;
	z-index: 4;
	display: none;
	margin: auto;
	margin-top: 60px;
}
.message-section {
	position: relative;
	width: 100%;
	display: none;
	margin-bottom: 5px;
}
.message-section .card,
.message-section .card.success {
	background: #f4ffe6;
	border-radius: 0;
	margin: 0px auto;
	color: #222;
}
.message-section .card.error {
	background: #ffe6e6;
	color: #b00000;
}
.message-section .card:not(:first-child) {
	margin-top: 5px;
}
.message-section .card .card-content {
	padding: 10px 30px 10px 10px;
}
.message-section p {
	color: #222;
	font-size: 14px;
}
.message-section i {
	position: relative;
	top: 6px;
	margin-right: 8px;
	color: #222;
}
.message-section button {
	background: none;
	border: none;
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 20px;
	color: #fff;
}
.message-section .error {
	color: #FF1744;
}
.list-inline {
	padding: 0;
	margin: 0px;
	list-style: none;
}
.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.list-inline>li:first-child {
	padding-left: 0px;
	margin-left: 0px;
}
.list-inline>li:last-child {
	padding-right: 0px;
	margin-right: 0px;
}
.jfh-full-list {
	width: 100%;
}
.jfh-full-list>li {
	width: 49%;
}
.full-border {
	border: 1px solid rgba(204, 204, 204, 0.38);
}
.border-bottom {
	border-bottom: 1px solid rgba(204, 204, 204, 0.38);
}
.border-right {
	border-right: 1px solid rgba(204, 204, 204, 0.38);
}
.border-left {
	border-left: 1px solid rgba(204, 204, 204, 0.38);
}
.border-top {
	border-top: 1px solid rgba(204, 204, 204, 0.38);
}
.margin-zero,.no-margin {
	margin: 0px !important;
}
.no-margin-top {
	margin-top: 0px !important;
}
.no-margin-bottom {
	margin-bottom: 0px !important;
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-15 {
	margin-bottom: 15px !important;
}
.margin-bottom-25 {
	margin-bottom: 25px !important;
}
.margin-left-10 {
	margin-left: 10px;
}
.margin-10 {
	margin: 10px !important;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-top-15 {
	margin-top: 15px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-top-30 {
	margin-top: 30px !important;
}
.margin-top-60 {
	margin-top: 60px !important;
}

.padding-30 {
	padding: 30px !important;
}
.padding-25 {
	padding: 25px !important;
}
.padding-20 {
	padding: 20px !important;
}
.padding-15 {
	padding: 15px !important;
}
.padding-10 {
	padding: 10px !important;
}
.padding-top-1 {
	padding-top: 1px !important;
}
.padding-top-10 {
	padding-top: 10px !important;
}
.padding-top-15 {
	padding-top: 15px !important;
}
.padding-top-20 {
	padding-top: 20px !important;
}
.padding-top-30 {
	padding-top: 30px !important;
}
.padding-top-45 {
	padding-top: 45px !important;
}
.padding-bottom-10 {
	padding-bottom: 10px !important;
}
.padding-bottom-15 {
	padding-bottom: 15px !important;
}
.padding-lr-15 {
	padding-left: 15px;
	padding-right: 15px;
}
.padding-lr-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.padding-lr-25 {
	padding-left: 25px;
	padding-right: 25px;
}
.no-pad-right {
	padding-right: 0 !important;
}
.no-pad-left {
	padding-left: 0 !important;
}
.no-padding-top {
	padding-top: 0px !important;
}
.no-padding-bottom {
	padding-bottom: 0px !important;
}
.min-height-250 {
	min-height: 250px;
}
.zero-opacity {
	opacity: 0;
}
.z-index-10 {
	z-index: 10 !important;
}
.no-border {
	border: 0px !important;
}
div[class*=' errorTxt'] div.error,
div[class^='errorTxt'] div.error,
.validation-error .error {
	position: relative;
	top: 0rem;
	left: 0rem;
	font-size: 0.8rem;
	color: #FF1744;
	text-align: left;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.center .error{
	text-align:center;
}
.input-field input.error,
.input-field input.error:focus {
	border-bottom: 1px solid #FF1744;
    box-shadow: 0 1px 0 0 #FF1744;
}
.input-field input.error:focus+label {
	color: #FF1744;
}
input[type=text].input-default {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0px 12px;
	box-sizing: border-box;
}
input[type=text].input-default:focus:not([readonly]) {
	border-bottom: 1px solid #ccc;
	box-shadow: 0 1px 0 0 #ccc;
}
.modal-content label {
	font-size: 15px;
}
.search-wrapper {
	height: 42px;
	position: relative;
	border: 1px solid #cdcdcd;
	padding: 0 8px 0 0;
}
.search-wrapper i {
	position: absolute;
	font-size: 24px;
	top: 5px;
	left: 5px;
	color: #c5c6c7;
	line-height: 32px !important;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
}
.selectize-wrapper {
	margin: 15px 0 10px 0;
}
input.search-input {
	display: block;
	padding: 0px 0px 0px 36px;
	width: 100%;
	background: #FFF;
	height: 40px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	border: none;
	font-size: 16px;
	appearance: textfield;
	font-weight: 400;
	outline: none;
	border-radius: 3px;
	margin: 0px;
}
input.search-input:focus {
	color: #333;
	background: #fff;
	border-bottom: none !important;
	box-shadow: none !important;
}
input.italicinput::-webkit-input-placeholder {
	font-style:italic;
}
input.italicinput::-ms-input-placeholder {
	font-style:italic;
}
input.italicinput::-moz-placeholder {
	font-style:italic;
}
input.italicinput::-webkit-input-placeholder {
	font-style:italic;
}
.post-page-header .selectize-input {
	height: 40px;
	min-height: 40px;
}
.checkbox-wrapper {
	margin: 15px 0 10px 0;
}
[type="checkbox"]:checked+label:before {
	border-right-color: #87B923;
	border-bottom-color: #87B923;
}
[type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after {
	border-width: 1px;
}
[type="radio"].with-gap:checked + label:after {
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
}
[type="radio"] + label:before, [type="radio"] + label:after {
	border: 2px solid #E6E3E3;
}
[type="radio"].with-gap:checked + label:before {
	border: 2px solid #82b440;
}
[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:after {
	background-color: #82b440;
}
[type="radio"]:checked + label:after {
	border: 2px solid #82b440;
	background-color: #82b440;
}
ul.share-icon {
	margin-bottom: 10px;
}
a.blog-share {
	display: inline-block;
	vertical-align: middle;
}
a.share-holder {
	display: inline-block;
	vertical-align: middle;
}
a.blog-share.small span {
	font-size: 12px;
	color: #aaa;
	line-height: 18px;
	vertical-align: middle;
	font-weight: normal;
}
a.share-holder.small span {
	font-size: 12px;
	color: #aaa;
	line-height: 18px;
	vertical-align: middle;
	font-weight: normal;
}
.blog-share-icons {
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.blog-share-icons.temp {
	position: relative;
}
.share-holder-icons {
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.share-holder-icons.temp {
	position: relative;
}
.at-icon-wrapper.at-share-btn.at-svc-whatsapp {
	display: none;
}
.no-display {
	display:none;
}
h1.page-title {
	font-size: 1.6rem;
	padding: 0 1.59rem;
	margin: 0.68rem 0 1.48rem;
}
.page-title a {
	color: #FFF;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
}
.filter-title {
	font-size: 25px;
	margin: 10px 0;
}
.search-section {
	font-size: 15px;
}
.dropdown-content li>a,
.dropdown-content li>span {
	color: #444;
}
.page-title>* {
	margin: 0px;
}
.page-title > h1, .page-title > h2 {
	padding: 20px;
	font-size: 20px;
	margin: 0px;
	font-family: 'museo_sans500';
	color: #222;
	border-bottom: 1px solid #eaeaea;
}
select.jfh-select-materialize {
	border: 0px;
	border-bottom: 1px solid #444;
	background-color: transparent;
	border-radius: 0px;
	outline: none;
}
select.jfh-select-materialize:focus {
	outline: none;
}
.not-match-result h4 {
	color: #222;
	font-size: 15px;
	margin: 0 0 5px 0;
}
.not-match-result h6 {
	font-size: 14px;
	margin: 0px;
	color: #222;
	padding: 20px;
	border-bottom: 1px solid #efefef;
	font-family: 'museo_sans500';
}
.row div.search-section {
	padding: 0 20px 0 0;
}
.search-section .header h2 {
	color: #222222;
	font-size: 20px;
	font-family: 'museo_sans500';
	margin: 0;
	line-height: 28px;
	display: inline-block;
}
p.sucTxt {
	font-size: 14px;
	line-height: normal;
}
p.sucTxt .success {
	color: #92c139;
}
p.sucTxt .error {
	color: #FF1744;
}
.error-mobile {
	color: #FF1744;
}	
.timeline-content {
	background-color: #FFF;
	position: relative;
	color: #222;
}
.timeline-content.featured-timeline {
	background-color: transparent;
}
.cover {
	width: 100%;
	position: relative;
}
.cover-image {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.cover-image > img {
	max-width: 100%;
	height: auto;
	position: relative;
	min-height: 150px;
	max-height: 439px;
}
.cover.cover-headline {
	background-color: #FFF;
	padding: 30px;
}
.featured-timeline .cover-headline {
	position: absolute;
	bottom: 0px;
	background-color: rgba(0,0,0,0.7);
}
.cover-table .cover-logo {
	width: 100px;
	height: 100px;
	background-color: #fff;
	color: #222;
	border: 1px solid #DDD;
	border-radius: 3px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}
.cover-table .cover-logo img {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	max-width: 100%;
	height: auto;
}
.cover-table .cover-description {
	padding-left: 30px;
	display: inline-block;
	vertical-align: middle;
}
.cover-table .cover-description h1 {
	font-size: 25px;
	line-height: 27px;
	font-family: 'museo_sans500';
	margin: 0 0 10px;
	color: #222;
}
.featured-timeline .cover-description h1 {
	color: #FFF;
}
.timeline-cover-designation h4.designation, .timeline-additional {
	line-height: 25px;
	color: #8c8c8c;
	font-weight: normal;
	font-size: 14px;
	margin: 0px;
}
.featured-timeline .timeline-cover-designation h4.designation, 
.featured-timeline  .timeline-additional {
	color: #FFF;
}
.timeline-cover-designation h4.designation i {
	font-size: 16px;
	top: 4px;
	position: relative;
}
.inline-block {
	display: inline-block;
}
.cover-social .followers {
	font-size: 18px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 20px;
	font-family: 'museo_sans500';
	text-align: center;
}
.featured-timeline {
	color: #FFF;
}
.main-content .left-content .white,
.main-content .right-content .white {
	padding: 30px 20px;
}
.main-content .left-content .white:first-child,
.main-content .right-content .white:first-child  {
	margin-top: 0px !important;
}
.title {
	margin: 0px;
	font-family: 'museo_sans500';
	color: #222;
}
.profile-section .title,
.blogs-section .title,
.events-section .title,
.carousal-section .title{
	font-size: 20px;
	line-height: 14px;
	margin-bottom: 10px;
}
.blogs-section .card .title,
.events-section .card .title {
	font-size: 16px;
	color: #232323;
	line-height: 20px;
	margin-bottom: 12px;
}
.blogs-section p.description,
.events-section p.description, .events-section div.event-description {
	color: #8c8c8c;
	line-height: 22px;
}
.video-header-container h5 {
	margin: 0px;
	font-size: 16px;
	margin-bottom: 10px;
	word-wrap: break-word;
	word-break: break-word;
}
p.quotes-text {
	word-wrap: break-word;
	word-break: break-word;
	text-align: justify;
}
.profile-section .title i {
	position: relative;
	top: 4px;
}
.profile-section p,
.profile-section ul li,
.profile-section ol li {
	color: #636363;
	line-height: 21px;
	word-wrap: break-word;
	word-break: break-word;
	font-size: 14px;
}
.profile-section ol li {
	list-style-type: decimal;
}
.profile-section ul li{
	list-style-type: disc;
}
.specialization-section p {
	font-size: 12px;
}
.specialization-section h6 {
	line-height: 21px;
	text-transform: none;
	margin: 0;
	margin-bottom: 15px;
	font-size: 14px;
	word-wrap: break-word;
	color: #232323;
}
img.quotes-image {
	width: auto !important;
	margin: auto;
	margin-bottom: 20px;
}


/**
 * Create table from div
 */
.divTable {
	display: table;
	width: 100%;
}
.divTableBody {
	display: table-row-group;
}
.divTableRow {
	display: table-row;
}
.divTableCell {
	display: table-cell;
	vertical-align: middle;
}
.d-flex{
	display:-ms-flexbox !important;
	display:flex !important;
}
.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.flex-container {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	flex-wrap: wrap;
}
.flex-item {
	flex: 1 auto;
}
.width-100px {
	width: 100px;
}
.width-270px {
	width: 270px;
}
.jfh-card-read {
	padding: 0 20px 20px;
	margin-top: -10px;
}
.card-event {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 3px;
	display: inline-block;
	left: 20px;
	position: absolute;
	text-align: center;
	top: -20px;
	width: 75px;
	cursor: auto;
	z-index: 1;
}
.card-event .event-month {
	padding: 5px 0;
	background-color: #2db9b1;
	border-radius: 3px 3px 0 0;
	font-size: 13px;
	line-height: 10px;
	color: #fff;
}
.card-event .event-dates {
	padding: 7px 0;
}
.event-dates>h4, .event-dates>h6 {
	margin: 0px;
}
.card-event .event-dates>h4 {
	font-size: 30px;
	line-height: 23px;
	margin-bottom: 8px;
	color: #222;
	font-weight: bold;
	text-transform: none;
}
.card-event .event-dates>h6 {
	color: #8c8c8c;
	text-align: center;
	font-family: 'museo_sans500';
	font-size: 12px;
	line-height: 10px;
}
.event-location {
	font-size: 14px;
	color: #222;
}
.event-location i {
	color: #8c8c8c;
	font-size: 20px;
	position: relative;
	top: 4px;
}
.no-items {
	font-size: 14px;
	color: #969696;
	line-height: 21px;
}

/**
 * Carousel CSS
 */
.carousel .indicators .indicator-item {
	background-color: #b2b2b2;
	opacity: 0.5;
}
.carousel .indicators .indicator-item:hover,
.carousel .indicators .indicator-item:focus {
	opacity: 1;
}
.carousel .indicators .indicator-item.active {
	background-color: #92c139;
	opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #92c139;
}
.jfh-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.jfh-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	cursor: pointer;
}
.jfh-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	opacity: 0.5;
}
.jfh-theme .owl-dots .owl-dot.active span {
	background: #92c139;
	opacity: 1;
}
.jfh-theme .owl-dots .owl-dot span:hover {
	opacity: 1;
}
.owl-carousel.owl-drag .owl-item {
	padding: 0 5px;
}

/**
 * Placeholder css
 */
::-webkit-input-placeholder {
	color: #8c8c8c !important;
	opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
	color: #656565; 
	opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #656565; 
	opacity:1;
}
:-ms-input-placeholder {
	color: #656565;
	opacity:1;
}


/**	
 * Social CSS
 */
.social-action-btn {
	position: relative;
	display: inline-block;
}
div.share-popup p {
	color: #222222;
	margin-bottom: 10px;
}
.share-popup {
	display: none;
	color: #222222;
	position: absolute;
	text-align: left;
	width: 300px;
	padding: 20px 25px;
	top: 50px;
	left: 50%;
	transform: translate(-50%, 0);
}
.share-popup.mentors-share-mobile,
.share-popup.share-mobile  {
	position: relative;
	top: 12px;
	transform: translate(0, 0);
	left: 0px;
}
.share-popup .triangle-up-1 {
	content: '';
	display: block;
	position: absolute;
	top: -7px;
	right: 110px;
	width: 15px;
	height: 15px;
	background: #FFFFFF;
	border-right: 1px solid #CAD5E0;
	border-bottom: 1px solid #CAD5E0;
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	z-index: 0;
	box-shadow: 1px 1px #EAEAEA;
	border: 0px;
}
.share-popup.mentors-share-mobile .triangle-up-1,
.share-popup.share-mobile .triangle-up-1 {
	left: 80px;
}
.invite-media {
	text-align: center;
}
.box-section {
	margin-bottom: 10px;
	background-color: #FFF;
}
.box-section>.box-header {
	border-bottom: 1px solid rgba(204, 204, 204, 0.38);
	padding: 20px 30px;
}
.box-header .box-title {
	font-size: 17px;
	line-height: 14px;
	margin: 0px;
	color: #222222;
	font-family: 'museo_sans500';
}
.box-section>.box-content {
	padding: 20px 30px;
}

/**
 * Modal css
 */
.modal-overlay {
	top: 0px;
}
.jfh-modal {
	background-color: #FFF;
	max-height: 90%;
	max-height: 90%;
	top: 50% !important;
	transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
}
.modal.jfh-full-modal {
	max-height: 100%;
	margin: auto;
	top: 0% !important;
}
.modal.bottom-sheet {
	max-height: 100%;
	top: auto !important;
	transform:  !important;
	-webkit-transform: initial !important;
	-ms-transform: initial !important;
}
.jfh-modal .input-field {
	margin-bottom: .63rem;
}
.jfh-modal .modal-header {
	background-color: #e4e4e4;
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	height: 50px;
	color: #222222;
	position: relative;
}
.jfh-modal .modal-header.fixed {
	position: fixed;
	width: 100%;
}
.modal-header h2 {
	font-size: 17px;
	line-height: 20px;
	margin: 0px;
	padding: 15px 0;
}
.jfh-fixed-modal .modal-header h2 {
	padding: 25px 0;
}
.jfh-modal .big-header {
	height: auto;
}
.jfh-modal .close-icn-hold {
	top: 50%;
	transform: translate(0, -50%);
}
.big-header h2 {
	padding: 20px 0;
}
.jfh-modal .modal-footer {
	background-color: #FFF;
	height: auto;
}
.jfh-modal .modal-footer .btn {
	float: none;
	margin: 6px;
}
.jfh-modal .notificatin-alret-msg {
	color: #8c8c8c;
	margin: 0px;
	text-align: center;
	background-color: #f4f4f4;
}
.modal.jfh-fixed-modal .modal-header {
	position: absolute;
	top: 0;
	z-index: 2;
	width: 100%;
	height: auto;
}
.modal.jfh-fixed-modal .modal-content>p.notificatin-alret-msg,
.sign-up-modal.bottom-sheet .modal-content>p.notificatin-alret-msg,
.modal-content.no-padding-top .notificatin-alret-msg {
	margin-left: -24px;
	margin-right: -24px;
}
.modal.jfh-fixed-modal .modal-content {
	position: absolute;
	height: calc(100% - 72px);
	max-height: 100%;
	width: 100%;
	overflow-y: auto;
	top: 70px;
	padding-top: 0px;
}
.sign-up-modal.bottom-sheet .modal-content {
	padding-top: 0px;
}
.modal-content .row>p {
	margin-bottom: 15px;
	color: #8c8c8c;
	line-height: 28px;
	font-size: 12px;
}
.modal-content .row>p>a {
	font-size: 12px;
	color: #777777;
	text-decoration: underline;
}
.resume-message p.sucTxt {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 14px;
}
.jfh-modal .btn {
	font-size: 14px;
}
.show-hide {
	position: absolute;
	right: 0;
	top: 2px;
	border: 1px solid #cdcdcd;
	padding: 10px 10px;
	border-radius: 3px;
	cursor: pointer;
	color: #8c8c8c;
	font-size: 12px;
	line-height: 10px;
}
h4#delete_modal_msg {
	font-size: 20px;
	text-align: center;
	margin: 0px;
}
#popup-modal h4 {
	font-size: 16px;
}
#popup-modal p{
	line-height: 18px;
	color: #222;
}
/**
 * Scroll bar css
 */
::-webkit-scrollbar {
	width:5px;
	max-height:5px;
}
::-webkit-scrollbar-track {
	-webkit-border-radius:4px;
	border-radius:4px;
}
::-webkit-scrollbar-thumb {
	height:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background:#ccc;
}
::-webkit-scrollbar-track-piece {
	height:4px;
	width:5px;
}
::-webkit-scrollbar-thumb:window-inactive {
	background:#ccc;
}

/**
 * pagination CSS
 */
.pagination {

}
.pagination li.active {
	background-color: #FFF;
}
.pagination li {
	font-size: 1.2rem;
	padding: 0 0px;
	background-color: #fff;
	line-height: 30px;
	border-radius: 2px;
	margin-left: 8px;
	margin-bottom: 15px;
}
.pagination li a {
	padding: 0 20px;
}
.pagination li a,
.pagination li.active a {
	color: #794d9e;
}
/**
 * Footer CSS here
 */
footer.page-footer .footer-copyright {
	min-height: 50px;
	height: auto;
}
footer.page-footer {
	margin: 0;
}
footer.footer {
	background-color: #414735;
}

footer.footer-old {
    background: url(../../images/footer-bg.jpg);
}  

footer.footer .container {
	width: 100%;
	padding: 0px 15px;
}
footer.footer ul.footer-list {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #d6d6d6;
}
footer.footer ul.footer-list.desktop {
	padding: 0 0 20px 0;
	border-bottom: 0px;
}
ul.footer-list.desktop>li>ul {
	border-right: 1px solid #d6d6d6;
}
.left-side-menu {
	padding-left: 12px !important;
}
.footer-list li a {
	color: #794d9e;
	font-size: 12px;
}
.footer-list-old li a {
	color: #794d9e;
	font-size: 12px;
}
.footer-list-old li .sub-ul li {
	padding: 3px 8px;
}
.footer-list li .sub-ul li {
	padding: 3px 8px;
}
.search-jobs-by {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
.footer .social-media-hold {
	padding-bottom: 20px !important;
}
.social-media-hold h3 {
	text-transform: uppercase;
	margin-bottom: 12px;
	color: #666;
	font-size: 14px;
	line-height: 10px;
	font-weight: bold;
}
.contact-link li {
	display: inline-block;
	padding: 0 8px 0 0;
	vertical-align: bottom;
	line-height: 10px !important;
	border-right: 1px solid #878787;
}
.contact-link li:last-child {
	border-right: 0;
}
.contact-link li a {
	font-size: 12px;
	color: #959595;
}
.terms-condition ul li {
	vertical-align: middle;
	line-height: 10px;
	color:#99CA3C;
	font-size: 12px;
	font-style: 'Open Sans Regular';
	border-right: 1px solid #878787;
}
.terms-condition ul li:last-child {
	border-right: 0;
}
.terms-condition ul li a {
	color:#99CA3C;
	font-size: 12px;
	font-style: 'Open Sans Regular';
}
.footer-menu-title {
	color:#99CA3C;
	font-size: 14px;
	font-family: 'Open Sans Semibold';
}

/**
 * Input box css 
 */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local], 
input[type=tel],
input[type=number], 
input[type=search],
textarea.materialize-textarea {
	height: 40px;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
}
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: 2px solid #794d9e;
	box-shadow: none;
}
input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid, 
input[type=search].valid,
input[type=search]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
	border-bottom: 1px solid #794d9e;
	box-shadow: none;
}
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
	color: #794d9e;
	font-size: 12px;
}
.post-social-section iframe, 
.post-social-section .fb-like.fb_iframe_widget.fb_iframe_widget_fluid > span {
	max-width: 100%;
}
/**
 * Jquery UI css
 */
.ui-front {
	z-index: 1004;
}
.ui-menu .ui-menu-item {
	border-bottom: 1px solid #dcdcdc;
	padding: 0 1px;
}
.ui-menu .ui-menu-item-wrapper {
	padding: 3px 1em 3px .4em;
	padding: 10px 20px;
	color: #794c9e;
	text-align: left;
	font-size: 12px;
	cursor: pointer;
}
.ui-widget-content {
	border: 1px solid #dcdcdc;
	background: #ffffff;
	color: #333333;
	max-height: 200px;
	overflow: auto;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #f4f4f4;
	background: #f3f3f3;
	font-weight: normal;
	color: #794c9e;
}
.ui-widget-overlay {
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
/**
 * Unsubscribe css
 */
.unsubscribe-section {
	width: 100%;
	max-width: 535px;
	padding: 20px;
	margin: 10.2% auto;
	background-color: #FFF;
	border-radius: 4px;
}
.unsubscribe-section h1 {
	font-size: 20px;
	color: #222;
	font-family: 'museo_sans500';
	margin: 0px;
	margin-bottom: 15px;
}
.unsubscribe-section h4 {
	margin: 0px;
	font-size: 14px;
	color: #222;
	font-family: 'museo_sans500';
	margin-bottom: 15px;
}
.unsubscribe-section .success-email .error {
	color: #b00000;
}
.unsubscribe-section .success-email .success {
	color: #92c139;
}
.full-container.banner-section {
	text-align: center;
}
.post-social-section {
	overflow: hidden;
}
.collapsible-arrow .material-icons {
	font-size: 32px;
}
.collapsible-arrow .arrow-down {
	display: block;
	transition: .35s;
}
.collapsible-arrow .arrow-up {
	display: none;
}
.collapsible-header.active .collapsible-arrow .arrow-up {
	display: block;
	transition: .35s;
}
.collapsible-header.active .collapsible-arrow .arrow-down {
	display: none;
}
.container-is-truncated {
	max-height: none !important;
}
.truncated-section {
	overflow: hidden;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.truncated-section:after {
	background: linear-gradient(0deg, white, rgba(255, 255, 255, 0) 100%);
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30px;
	width: 100%;
}
.truncated-button-section {
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/**
* Password Reset Page
*/
.reset-password-section {
	width: 100%;
	max-width: 535px;
	padding: 20px;
	margin: 10.2% auto;
	background-color: #FFF;
	border-radius: 4px;
}
.reset-password-section.set-password {
	max-width: 750px;
	padding: 0px;
}
.reset-password-section h1 {
	font-size: 20px;
	color: #222;
	font-family: 'museo_sans500';
	margin: 0px;
	padding-bottom: 15px;
	text-align: center;
}
.set-password.reset-password-section h1 {
	padding-top: 15px;
	font-size: 16px;
}
.reset-password-section h1.set-password-text {
	padding: 0px;
}
.set-password-left {
	background: #92c139;
	display: flex;
	align-items: center; 
}
.text-box {
	padding: 20px 0;
}
.set-password-left img {
	margin-bottom: 20px;
	width: 140px;
}
.set-password div.set-password-right {
	padding: 20px 15px;
}

/**	LinkedIn Styles **/
.linkedinbutton-section {
	background: #FFF;
	padding: 20px;
	margin: 10px 0;
}
.apply-with-linkedin-btn {
	height: 34px;
	display: inline-block;
}
.linkedin-card,
.linkedin-jobs-details,
.linkedin-button-section {
	width: 100%;
	position: relative;
}
.linkedin-button-section {
	padding: 10px 0 0 0;
}
.linkedin-view-btn {
	border-radius: 2px;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: 700;
	background-color: transparent;
	border: 0;
	color: #0084bf;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-family: inherit;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	outline-width: 2px;
	padding: 0 16px;
	position: relative;
	text-align: center;
	transition-duration: 167ms;
	transition-property: background-color,box-shadow,color;
	transition-timing-function: cubic-bezier(0,0,.2,1);
	vertical-align: middle;
	z-index: 0;
	box-shadow: inset 0 0 0 1px #0084bf, inset 0 0 0 2px transparent, inset 0 0 0 3px transparent;
}
.linkedin-view-btn:hover {
	background-color: rgba(0,115,177,.1);
	color: #0073b1;
	box-shadow: inset 0 0 0 1px #0084bf, inset 0 0 0 2px #0073b1, inset 0 0 0 3px transparent;
}
.linkedin-card {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.linkedin-recommended-jobs .linkedin-card:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
}
.linkedin-card:after,
.linkedin-jobs-details:after,
.linkedin-button-section:after {
	content: '';
	display: table;
	clear: both;
}
.apply-linkedinBtn {
	background-image: url('../../images/linkedin-jobauth.png');
	display: inline-block;
	width: 220px;
	height: 34px;
	max-width: 100%;
	background-size:100% 100%;
}
.apply-linkedinBtn-dashboard {
	background-image: url('../../images/linkedin-jobdashboard.png');
}
.apply-linkedinBtn:hover,
.apply-linkedinBtn:focus,
.apply-linkedinBtn:active {
	#background-image: url('../../images/linkedin-jobauth.png');
}
.linkedin-card .linkedin-job-title {
	margin: 0px;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: normal;
	font-family: 'museo_sans500';
	font-weight: normal;
}
.linkedin-company-name,
.linkedin-location,
.linkedin-description-snippet {
	margin: 0px;
	font-size: 15px;
	color: #2e2e2e;
	font-weight: normal;
	line-height: normal;
	font-family: arial;
	margin-bottom: 6px;
}
.linkedin-location {
	color: #8c8c8c;
}
.powered-by-text{
	color: rgba(0,0,0,.55);
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
}
/**
 * 404 Page CSS
*/
.page-not-found {
	background-color: #FFF;
}
.image-404-block {
	padding: 30px 60px;
	text-align: center;
}
.heading-404 {
	font-family: 'arial';
	color: #3c3a3a;
	font-size: 40px;
	margin: 0px;
}
.subheading-404 {
	font-family: 'arial';
	color: #3c3a3a;
	font-size: 17px;
	margin: 15px 0 22px;
	line-height: 24px;
}
.not-found-cta {
	display: block;
}
.not-found-cta a {
	font-family: 'arial';
	box-shadow: none;
	background: #3c3a3a;
	border-radius: 4px;
}
.not-found-cta a:hover,
.not-found-cta a:focus,
.not-found-cta a:active {
	box-shadow: none;
	background: #3c3a3a;
}
.transparent-btn-listing {
	margin: 10px;
}
.transparent-btn-listing .btn {
	font-family: 'arial';
	box-shadow: none;
	background: transparent;
	border-radius: 4px;
	color: #3c3a3a;
	border: 1px solid #92c139;
}
.transparent-btn-listing .btn:hover,
.transparent-btn-listing .btn:focus,
.transparent-btn-listing .btn:active {
	box-shadow: none;
	background: transparent;
}
.transparent-btn-listing.sm-btn .btn {
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	margin-bottom: 8px;
}

/**
 * Thank you page
 */
.candidate-thankyou-grid {
	padding: 60px 0px;
	max-width: 750px;
	margin-bottom: 0px;
}
.candidate-thankyou-grid h1,
.candidate-thankyou-grid h2,
.candidate-thankyou-grid h3,
.candidate-thankyou-grid h4 {
	margin: 0px;
}
.thankyou-heading {
	margin: 0px;
	padding: 10px;
	font-size: 32px;
	color: #92c139;
	background-color:  #e9e8e9;
	line-height: normal;
	border-radius: 4px;
}
.candidate-thankyou-grid i {
	font-style: italic;
}
.thankyou-subheading {
	font-size: 18px;
	font-family: "Museo Sans";
	color: #000;
	line-height: 22px;
}
.thankyou-subtext{
	font-size: 18px;
	font-family: "Museo Sans";
	color: #1f1f1f;
	line-height: 22px;
}
.candidate-thankyou-grid email {
	color: #039be5;
}
.icon-card {
	width: 100px;
	border-radius: 4px;
	background-color: #e9e8e9;
	text-align: center;
	position: relative;
	padding: 15px 0;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: "Museo Sans";
	color: #000;
}
.icon-card.jobs-icon-card {
	background-color: #5fb7b1;
}
.icon-card.company-icon-card {
	background-color: #ad4599;
}
.icon-card.groups-icon-card{
	background-color: #2AD5D5;
}
.icon-card.mentors-icon-card {
	background-color: #5fb7b1;
}
.icon-card.reskilling-icon-card {
	background-color: #95c840;
}
.icon-card.inspiration-icon-card {
	background-color: #efa83e;
}
.icon-card img {
	height: 40px;
}
.icon-card span {
	display: block;
	color: #000;
	margin: 10px 0 0;
	text-align: center;
}
.container-page-right {
	padding: 0px !important;
	float: right !important;
}
.container-page-left {
	padding: 0px !important
}
/**	
	New Sign Modal
*/
.signup-big-modal.jfh-modal {
	background-color: transparent;
	width: 900px;
	max-width: 900px;
}
.signup-big-modal.jfh-modal .close-icn-hold.mobile-close {
	top: 6%;
	transform: none;
	display: none;
}
.sign-modal-section {
	width: 100%;
	max-width: 390px;
	float: right;
	position: relative;
	background-color: rgba(0, 0, 0, 0.6);
}
.sign-modal-section:before,
.sign-modal-section:after {
	display: table;
	content: '';
}
.sign-modal-section:after {
	clear: both;
}
.signup-big-modal .modal-header {
	background-color: #9dcd43;
	min-height: 60px;
	height: auto;
	color: #FFF;
}
.modal-header h2.sign-modal-title {
	font-size: 16px;
	line-height: 22px;
	padding: 8px 40px;
	font-family: "Arial";
	text-align: center;
}
.signup-big-modal.jfh-modal .container {
	padding: 10px 15px;
	color: #FFF;
}
.signup-big-modal.jfh-modal p {
	color: #FFF;
	font-size: 16px !important;
	line-height: 26px;
	padding: 0px;
	margin: 0px;
}
.signup-big-modal.jfh-modal .social {
	background-color: #FFF;
	width: 40px;
	height: 40px;
	border-radius: 3px;
}
.signup-big-modal ul.list-inline.social-register-icons>li {
	padding: 0px;
	padding-left: 15px;
}
.signup-big-modal ul.list-inline.social-register-icons>li:first-child {
	padding-left: 0px;
}
.signup-big-modal .social-icons-list {
	margin-bottom: 10px;
}
.signup-big-modal .jfh-register-form .row {
	margin: 0px;
}
.signup-big-modal .sign-form-container {
	padding: 0px;
	background-color: #FFF;
	border-radius: 3px;
}
.signup-big-modal .fieldset-container {
	width: 100%;
	max-width: 300px;
	margin: 0px auto !important;
}
.signup-big-modal .jfh-register-form .input-field {
	margin: 0px;
	border-bottom: 1px solid #b6b6b6;
	padding: 0 10px 0px;
	position: relative;
}
.signup-big-modal .jfh-register-form .sign-form-container .row:last-child .input-field {
	border-bottom: 0px;
}
.signup-big-modal input[type=text], 
.signup-big-modal input[type=password], 
.signup-big-modal input[type=email],
.signup-big-modal input:focus {
	border: 0px !important;
	box-shadow: none;
}
.signup-big-modal.jfh-modal .show-hide {
	top: 5px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.signup-big-modal div[class*=' errorTxt'] div.error, 
.signup-big-modal div[class^='errorTxt'] div.error {
	margin-top: -9px;
	margin-bottom: 9px;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0,1,.5,1);
}
.signup-big-modal.jfh-modal p.tnc {
	font-size: 12px !important;
	line-height: 26px;
	font-family: "Arial";
	padding: 8px;
}
.signup-big-modal.jfh-modal p.tnc a {
	color: #FFF;
	text-decoration: underline;
}
.g-recaptcha-section {
	display: block;
	position: relative;
}
.signup-big-modal .modal-content .row>p.email-signup-header {
	margin-bottom: 10px;
}
.signup-big-modal .modal-content a {
	text-decoration: underline;
	color: #FFF;
}
.signup-big-modal .modal-content .sign-form-container a {
	color: blue;
}
.signup-big-modal .modal-content .f-password a {
	font-size: 14px;
}
.sign-image-cover {
	background-image: url(../../images/social-signup/sign-coverimage.jpg);
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-size: cover;
	background-position: center;
	position: absolute;
}

/*.col.s12.m4.search-section {
	position: -webkit-sticky;
	position: sticky;
	top: 62px;
}*/
/**
 * All media query will written here
 */
@media only screen and (min-width: 1200px) {
	.jfh-modal {
		width: 400px;
	}
	.jfh-modal .notificatin-alret-msg {
		font-size: 14px;
		line-height: 16px;
		padding: 20px 60px;
	}
	.nav-margin{
    	margin-left: 35%; 
	}
}
@media only screen and (max-width : 1199px) {
	.nav-margin{
    	margin-left: 31%; 
	}
}
@media only screen and (min-width: 993px) {
	.container {
		width: 87%;
	}
	nav .brand-logo {
		left: 0;
	}
	.message-section .card {
		width: 86%;
	}
}
@media only screen and (max-width : 992px) {
	.parallax-container .section {
		position: absolute;
		top: 40%;
	}
	#index-banner .section {
		top: 10%;
	}
	nav.jfh-menus .left-side-menu {
		margin-left: 20%;
	}
	.modal {
		width: 90%
	}
	.nav-margin{
    	margin-left: 31%; 
	}
}
@media only screen and (max-width: 900px) {
	.sign-image-cover {
		position: relative;
		height: 180px;
	}
	.signup-big-modal.jfh-modal {
		max-width: 390px;
		width: auto;
	}
	.signup-big-modal.jfh-modal .close-icn-hold.mobile-close {
		display: block;
	}
	.signup-big-modal.jfh-modal .close-icn-hold.desktop-close {
		display: none;
	}
}
@media only screen and (min-width: 601px){
	.container-page-left {
		padding: 0 15px 0 0 !important
	}
}
@media only screen and (max-width : 600px) {
	.nav-dropdown-menu img.nav-dropdown {
		width: 35px;
		height: 35px;
	}
	#index-banner .section {
		top: 0;
	}
	.brand-logo img {
		width: 85%;
		height: auto;
	}
	
	.page-title > h1, .page-title > h2 {
		font-size: 15px;
		padding: 15px;
	}

	.pagination li a,
	.pagination li.active a {
		color: #794d9e;
		font-size: 14px;
	}
	.featured-timeline .cover-headline {
		position: relative;
	}
	.cover-social .btn {
		margin-bottom: 10px;
	}
	.row .right-content {
		padding: 0px;
		margin-top: 10px;
	}
	.terms-condition ul li {
		font-size: 14px;
		line-height: 17px;
	}
	.contact-link li {
		border:0px;
	}
	.contact-link li a {
		color: #794d9e;
		display: inline-block;
		margin: 20px 2px 2px;
		padding: 15px 10px;
		width: 100%;
		white-space: nowrap;
		font-size: 12px;
		border: 1px solid #d6d6d6;
		border-radius: 3px;
		line-height: normal;
	}
	.box-section>.box-content {
		padding: 20px 10px;
	}
	.row div.search-section {
		padding: 0px;
	}
	span.individual-featured,
	span.individual-hot-icon {
		font-size: 9px;
	}
	.at-icon-wrapper.at-share-btn.at-svc-whatsapp {
		display: inline-block;
	}
	.cover.cover-headline {
		padding: 10px;
		font-size: 12px;
		overflow: auto;
	}
	.cover-table .cover-description {
		padding-left: 10px;
	}
	.cover-social .followers {
		margin-bottom: 10px;
	}
	.selectize-input.items.not-full.has-options input[type="text"] {
		visibility: hidden;
	}
	.selectize-input.items.not-full.has-options input[type="text"]::-webkit-input-placeholder {
		visibility: visible;
	}
	.modal.jfh-full-modal {
		max-width: inherit;
		margin: auto;
	}
	.reset-password-section.set-password {
		margin: auto auto;
	}
	.candidate-thankyou-grid {
		padding: 30px 0;
	}
	.footer-menus{
		width: 95%;
	}
}
/* ICONS CSS for mobile **/
@media only screen and (max-width : 600px) {
	.message-section-main-box{
		margin-top: 84px;
	}
	.featured,.hot-icon,
	.applied-icon,.saved-icon,.job-viwed-icon {
		zoom: 0.5;
		-moz-transform: scale(0.5);
		-moz-transform-origin: 0 0;
	}
	.footer-title {
		margin-top: 40px;
	}
}
@media print {
	*,
	*:before,
	*:after {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.navbar {
		display: none;
	}
	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}

.info_outline{
	vertical-align: middle;
	font-size: 1.3rem;
	padding: 2px;
}

#partner-type-selction [type="checkbox"]+label {
	padding: 0px 12px 0px 23px;
}


.text-green {
    color: #87C05A !important;
}

.group-signin-header-9 {
    font-family: 'Open Sans Regular';
    font-size: 17px;
    color: #222222;
}

.group-signin-header-4 {
    font-family: 'Open Sans Semibold';
    font-size: 17px;
    color: #4B4B4B;
}

.br-23px {
    border-radius: 23px !important;
}

.filldiv
{
    position:relative;
    top:0;
    left:0px;
    height:100%;
    width:100%;
    background:white;
}

.wit-filldiv
{
	position:relative;
    top:0;
    left:-18px;
    height:100%;
    width:100%;
    background:white;
}

.color-935073{
	color: #980354
}

.mobile-filldiv
{
	position: relative;
    top: -270px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.wrj-mobile-filldiv
{
	position: relative;
    top: -32px;
    left: 0px;
    height: 100%;
    width: 100%;
}

h1.register-font{
	line-height: normal;
    font-size: 70px;
    /* font-size: 4.6rem; */
    padding-right: 151px;
    word-wrap: break-word;
    word-break: break-word;
}

.wfh-full-container    
{   
	position: relative;
    top: 0;
    left: 0px;
    height: 100%;
    width: 100%;
    background: white;
}

.f-size-12 {
    font-size: 12px !important;
}