.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../../images/Preloader_8.gif) center no-repeat #fff;
}
 
 p {
	font-size : 14px ! important ;
} 
 
span {
	font-size : 14px ! important ;
}

.custome_center_sidebar {
	padding: 0px 15px;
	min-height: 500px;
}

.custome_center_sidebar h1 {
	font-size: 17pt;
	font-family: 'ubuntu' !important ;
	margin: 0px 0px 10px;
	color: rgb(255, 136, 0);
}

.custome_center_sidebar h4 {
	font-size: 14pt;
	font-family: 'ubuntu' !important ;
	color: rgb(40, 188, 220);
}

.custome_center_sidebar .text-font {
	font-size: 14pt;
	font-family: 'ubuntu' !important ;
}

.custome_center_sidebar .text-font-about {
	font-family: 'ubuntu' !important ;
	font-size: 14pt;
}

.margin {
	margin-top: 30px;
}

#iframe {
	height: 100%;
	width: 100%;
}

.setSloganFont .head_slogan {
	font-family: 'ubuntu' !important ;
	font-size: 58pt;
	color: #F8F8F8;
	margin-left: 20px;
}

.setSloganFont .sub_slogan {
	font-family: 'ubuntu' !important ;
	font-size: 12pt;
	color: #F8F8F8;
	margin-left: 20px;
}

.custome_blog_center_sidebar {
	padding: 0px 15px;
	min-height: 500px;
}

.custome_blog_center_sidebar .container-description {
	font-size: 14pt;
    font-family: 'ubuntu' !important ;
	padding: 0px 15px;
}

.custome_blog_center_sidebar h4 {
	font-size: 17pt;
	font-family: 'ubuntu' !important ;
	margin: 0px 0px 10px;
	color: rgb(255, 136, 0);
}

.custome_blog_center_sidebar h5 {
	font-weight: bold;
}

.container-top-margin {
	margin-top: 50px;
}

.ui-grid-pager-row-count-picker {
	display: none;
}

.container-left-margin {
	margin-left: 5px;
}

.watermark {
	position: absolute;
	top: 80px;
	opacity: 0.25;
	font-size: 3em;
	width: 100%;
	text-align: center;
	z-index: 1000;
}

.container-grid-button-margin {
	margin-top: 15px;
}

.container-space-margin-left {
	margin-left: 15px;
}


	.jobhistorilen {
		display: inline-block;
		width: 95%;
		white-space: nowrap;
		overflow: hidden !important;
		text-overflow: ellipsis;
	}
	.fixLengthMiddle {
		display: inline-block;
		width: 75%;
		white-space: nowrap;
		overflow: hidden !important;
		text-overflow: ellipsis;
	}
	.fixLengthTitle {
	display: inline-block;
	width: 90%;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
}
.fixLengthOpenTitle {
		display: inline-block;
		width:90%;
		white-space: nowrap;
		overflow: hidden !important;
		text-overflow: ellipsis;
	}
	.fixLengthEmail {
		display: inline-block;
		width:70%;
		white-space: nowrap;
		overflow: hidden !important;
		text-overflow: ellipsis;
	}
	.fixLengthOpenMiddle {
	display: inline-block;
	width: 70%;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
}
	.fixLengthOpenMiddle1 {
		display: inline-block;
		width: 70%;
		white-space: nowrap;
		overflow: hidden !important;
		text-overflow: ellipsis;
	}
	.loaderMin {
		position: fixed;
		top: 50%;
		left: 50%;
		z-index: 1;
		"
	}


/* @media screen and (max-width: 770px){
      .loaderMin " {
		position: fixed;
		top: 50%;
		left: 45%;
		z-index: 1;
		"
	}
	.jobhistorilen {
		display: inline-block;
		width: 280px;
		white-space: nowrap;
		overflow: hidden !important;
		text-overflow: ellipsis;
	}
	.fixLengthMiddle {
		display: inline-block;
		width: 290px;
		white-space: nowrap;
		overflow: hidden !important;
		text-overflow: ellipsis;
	}
	.fixLengthTitle {
	display: inline-block;
	width: 250px;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
}
 } */

.put-center{
	text-align: center;
}

.cardStyle{
	    border: 1px solid #EDE6E6;
    padding-top: 30px;
    padding-bottom: 30px;
    background: white;
    margin-left: 0;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     z-index:5555;
   
}
.cardStyle :hover {
	// margin: 1px 2px;
	//height:300px;
}
.tpjob_lnk:after {
	content: '';
	position: absolute;
	right: -3px;
	height: 100%;
	width: 0px;
	background: #f6f6f6;
	transition: width 0.5s ease;
	bottom: 0;
	z-index: 1;
}

.tpjob_lnk:before {
	content: '';
	position: absolute;
	left: -4px;
	height: 100%;
	width: 0px;
	background: #f6f6f6;
	transition: width 0.5s ease;
	top: 0;
	z-index: 1;
}

.tpjob_lnk:hover:before,.tpjob_lnk:hover:after {
	width: 100%;
	border-radius: 4px;
}

.tpjob_lnk:hover .tpjob_title {
	color: #252525;
}