/**
 * Static style file
 *
 * @author:Rajesh Kumar
 */

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.nav-img {
	vertical-align: middle;
}
.d-inline-block{
	display:inline-block;
}
.validation-error .error,
div[class*=' validation-error'] .error,
div[class^='validation-error'] .error{
	font-size:0.8rem;
	color:#FF1744;
}
nav.jfh-menus {
	margin: 0px !important;
	padding: 0px;
	top: -1px;
}
.brand-logo img {
	vertical-align: middle;
}
.full-container {
	margin: 0 auto;
	max-width: 1170px;
	width: 100%;
}
.footer-container {
	margin: 0 auto;
	max-width: 790px;
	width: 100%;
}
.no-margin{
	margin: 0px !important;
}
.no-padding {
	padding: 0px !important;
}
.no-padding-lr {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.padding-lr-20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.padding-30 {
	padding: 30px;
}
.no-padding {
	padding: 0px !important;
}
.no-pad-left {
	padding-left: 0px !important;
}
.no-pad-right {
	padding-right: 0px !important;
}
.owl-theme .owl-nav div{
	color: #222;
	display: inline-block;
	zoom: 1;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}
.owl-theme .owl-nav div:hover,
.owl-theme .owl-nav div:focus {
	opacity: 1;
}
.owl-nav .owl-next {
	position: absolute;
	right: -20px;
	top: 30%;
}
.owl-nav .owl-prev {
	position: absolute;
	left: -30px;
	top: 30%;
}
.full-container {
	margin: 0 auto;
	max-width: 1170px;
	width: 100%;
}
.pos-relative {
	position: relative;
}
.clear:after,
.clear:before {
	content: '';
	display: block;
}
.clear:after {
	clear: both;
}
.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;
}
/**
 * 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;
}
.menu-sprite {
	background-image: url(../../images/menu-sprite.png);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.menu-arrow-icon {
	width: 17px;
	height: 17px;
	margin-left: 8px;
	margin-bottom: 6px;
}
.menuarrow {
	background-position: -350px -66px;
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
	float: right;
	margin-top: 18px;
}
.active>a>.menuarrow {
	background-position: -350px -66px;
	-moz-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
	filter: unset;
	-ms-filter: unset;
	margin-top: 5px;
}
.social-icons-sprite {
	background-image: url("../../images/share-icons.png");
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.social-icons {
	width: 36px;
	height: 36px;
	background-size: 190px;
}
.facebook-icon {
	background-position: -2px -2px;
}
.linkedin-icon {
	background-position: -52px -2px;
}
.twitter-icon {
	background-position: -102px -2px;
}
.youtube-icon {
	background-position: -152px -2px;
}
/**	
 * Social CSS
 */
.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;
}
.social-action-btn {
	position: relative;
	display: inline-block;
}
div.share-popup p {
	margin: 0px;
	padding: 0px;
	line-height: 2rem;
	font-size: 14px;
	color: #8c8c8c;
	line-height: 28px;
	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;
}
/**
 * Footer CSS here
 */
/*footer.page-footer .footer-copyright {
	min-height: 50px;
	height: auto;
}
footer.page-footer {
	margin: 0;
}
footer.footer {
	background-color: #e5e5e5 !important;
	background: url(../../images/footer-bg.jpg) !important;
}
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 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;
	font-size: 11px;
	color: #878787;
	border-right: 1px solid #878787;
}
.terms-condition ul li:last-child {
	border-right: 0;
}
.terms-condition ul li a {
	text-decoration: underline;
	padding: 0 8px;
	margin: 0;
	color: #878787;
}*/
footer.page-footer .footer-copyright {
	min-height: 50px;
	height: auto;
}
footer.page-footer {
	margin: 0;
}
footer.footer {
	background-color: #eaeaea;
}

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: #E1E1E1;
	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';
}
.message-section i {
	position: relative;
	top: 6px;
	margin-right: 8px;
}
.message-section button {
	background: none;
	border: none;
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 20px;
	color: #fff;
}
.message-section {
	top: 60px;
	position: fixed;
	width: 100%;
	z-index: 2;
	display: none;
}
.message-section .error {
	color: #FF1744;
}
.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: 20px;
}
.message-section p {
	color: #222;
	font-size: 14px;
}
@media only screen and (max-width : 992px) {
	nav.jfh-menus .left-side-menu {
		margin-left: 20%;
	}
	nav .nav-wrapper {
		padding: 0 20px;
	}
	.brand-logo img {
		width: 85%;
		height: auto;
		vertical-align: middle;
	}
}
@media only screen and (min-width: 601px){
	.navbar-fixed {
		height: 60px;
	}
	nav.jfh-menus {
		height: 60px;
	}
	nav .nav-wrapper {
		line-height: 60px;
	}
}
@media only screen and (max-width : 600px) { 
	.navbar-fixed {
		height: 80px;
	}
	nav.jfh-menus {
		height: 80px;
	}
	nav .nav-wrapper {
		line-height: 80px;
		padding: 0 20px;
	}
	.owl-nav .owl-prev {
		left: -15px;
	}
	.owl-nav .owl-next {
		right: -15px;
	}
}