<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">		.job-apply-wrapper {
				display: block;
				width: 450px;
				margin-right: auto;
				margin-left: auto;
				padding: 45px 40px 40px;
				background-color: #fff;
				color: #222;
				line-height: 8px;
				text-align: left;
		}
		
		.job-apply{
				position: fixed;
				left: 0px;
				top: 0px;
				right: 0px;
				bottom: 0px;
				z-index: 9999;
				height: 100%;
				padding-top: 90px;
				background-color: rgba(0, 0, 0, .6);
		}

	
		.course-apply-wrapper {
				display: block;
				width: 450px;
				margin-right: auto;
				margin-left: auto;
				padding: 60px 40px 40px;
				background-color: #fff;
				color: #222;
				line-height: 23px;
				text-align: left;
		}
		
		.course-apply{
				position: fixed;
				left: 0px;
				top: 0px;
				right: 0px;
				bottom: 0px;
				z-index: 9999;
				height: 100%;
				padding-top: 90px;
				background-color: rgba(0, 0, 0, .6);
		}
		
		
		
		
		.success-message-popup-wrapper {
				display: block;
				width: 450px;
				margin-right: auto;
				margin-left: auto;
				padding: 60px 40px 40px;
				background-color: #fff;
				color: #222;
				line-height: 23px;
				text-align: left;
		}
		
		.success-message-popup{
				position: fixed;
				left: 0px;
				top: 0px;
				right: 0px;
				bottom: 0px;
				z-index: 9999;
				height: 100%;
				padding-top: 90px;
				background-color: rgba(0, 0, 0, .6);
		}
		
		
		.on-submit-popup-wrapper {
				display: block;
				width: 450px;
				margin-right: auto;
				margin-left: auto;
				padding: 60px 40px 40px;
				background-color: #fff;
				color: #222;
				line-height: 23px;
				text-align: left;
		}
		
		.on-submit-popup{
				position: fixed;
				left: 0px;
				top: 0px;
				right: 0px;
				bottom: 0px;
				z-index: 9999;
				height: 100%;
				padding-top: 90px;
				background-color: rgba(0, 0, 0, .6);
		}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
		.event-apply-wrapper {
				display: block;
				width: 450px;
				margin-right: auto;
				margin-left: auto;
				padding: 60px 40px 40px;
				background-color: #fff;
				color: #222;
				line-height: 23px;
				text-align: left;
		}
		
		.event-apply{
				position: fixed;
				left: 0px;
				top: 0px;
				right: 0px;
				bottom: 0px;
				z-index: 9999;
				height: 100%;
				padding-top: 90px;
				background-color: rgba(0, 0, 0, .6);
		}
		
		.event-cannot-apply-wrapper {
				display: block;
				width: 450px;
				margin-right: auto;
				margin-left: auto;
				padding: 60px 40px 40px;
				background-color: #fff;
				color: #222;
				line-height: 23px;
				text-align: left;
		}
		
		.event-cannot-apply{
				position: fixed;
				left: 0px;
				top: 0px;
				right: 0px;
				bottom: 0px;
				z-index: 9999;
				height: 100%;
				padding-top: 90px;
				background-color: rgba(0, 0, 0, .6);
		}
		
		  .thank-you {
		position: fixed;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 9999;
		height: 100%;
		padding-top: 5%;
		background-color: rgba(0, 0, 0, .8);
	}

	.thank-you-container {
		position: absolute;
		left: 0px;
		top: 5%;
		right: 0px;
		display: block;
		overflow: visible;
		width: 60%;
		margin-right: auto;
		margin-left: auto;
		padding: 30px 40px 60px;
		border: 2px solid #868686;
		background-color: #fff;
		background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .5)), url('../images/Thank-you-img.jpg');
		background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .5)), url('../images/Thank-you-img.jpg');
		background-position: 0px 0px, 50% 50%;
		background-size: auto, cover;
		background-repeat: repeat, no-repeat;
		color: #fff;
		line-height: 23px;
		text-align: center;
	}

	.social-block {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.close-thankyou {
		display: inline-block;
		color: hsla(0, 0%, 100%, .5);
		text-decoration: none;
	}

	.thank-head {
		font-weight: 600;
		letter-spacing: 1px;
	}
	
	
	/* ===== START : Changes For Multiple Timesheet History Block Fields Done by Yogita Sharma  ===== */
	
	#multiple_timesheet_history .hide{
		display:none;
	}
	
	.alert-error {
		background-color: #f2dede;
	  	border-color: #eed3d7;
	}
	
	.alert-error, .alert-error .alert-heading {
  		color: #b94a48;
	}
	
	.alert-success {
		background-color: #dff0d8;
		border-color: #d6e9c6;
	}
	.alert-success, .alert-success .alert-heading {
		color: #468847;
	}
	
	.ui-pnotify-title {
		margin: 0;
	    font-weight: bold;
	    color: #333333;
	    text-rendering: optimizelegibility;
	}
	
	.alert{
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
		border : 1px solid #fbeed5;
		border-radius: 4px;
	}
	
	.pullright {
		float: right;
	}
	
	.pullLeftWithMargin {
		float: left;
	  	margin-right: 10px;
	  	clear: none;
	}
	
	.clearDiv {
		clear: both;
	}
	
	.MT20{
		margin-top: 20px;
	}
	
	.table-bordered {
	    border-radius: 1px;
	    margin-bottom: 0;
	   	border-left: 1px solid #ddd;
    	border-right: 1px solid #ddd;
    	border-bottom: 1px solid #ddd;
    	border-collapse: separate;
    	border-spacing: 0;
	}
	
	.table .fieldLabel {
    	vertical-align: middle;
	}
	
	.table td {
		border-top: 1px solid #ddd;
	}
	
	.medium, .table td.medium {
	    padding: 5px 6px!important;
	}
	
	.table-bordered th + th, .table-bordered td + td, .table-bordered th + td, .table-bordered td + th {
	    border-left: 1px solid #ddd;
	}
	
	.centerAlign {
		text-align : center;
	}
	
	
	#multiple_timesheet_history_detail .medium{
		width : 10%;
	}
	
	#multiple_timesheet_history_detail {
	    border-right: none;
	}
	
	#multiple_timesheet_history_detail .noBorder{
		border: none;
		border-left: 1px solid #ddd;
	}
	#multiple_timesheet_history_detail .rightBorder{
		border-right: 1px solid #ddd;
	}
	
	/* ===== END : Changes For Multiple Timesheet History Block Fields Done by Yogita Sharma  ===== */
	
	#updateTimesheet .btn-group .btn-default{
	 	background-color: #f1f3f6;
		border-color: #dbe1e8;
		color: #394263;
	}
	
	#updateTimesheet .btn {
		background-image: none;
		border: 1px solid transparent;
		white-space: nowrap;
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.42857143;
		border-radius: 4px;
	}
	 
	#updateTimesheet .btn-approve {
		background-color: #aad178;
		border-color: #7db831;
		color: #ffffff;
	}
	
	#updateTimesheet .btn-reject {
		background-color: #bd362f;
		color: #ffffff;
	}
	
	.MT0 {
		margin-top: 0px;
	}
	.PL0 {
		padding-left: 0px;
	}
	
	#timesheetComment {
		height : 90px; 
	}
	
	#updateTimesheet .hide{
		display:none;
	}
	
	.MB20{
		margin-bottom: 20px;
	}
	
	
	.timesheet_detailview fieldset{
	    border: 1px solid #c0c0c0;
	    margin: 0 2px;
	    padding: 0.35em 0.625em 0.75em;
    }
	
	.timesheet-search {
		position: fixed;
	  	left: 0px;
	  	top: 0px;
	  	right: 0px;
	  	bottom: 0px;
	 	z-index: 9999;
	  	height: 100%;
	  	padding-top: 90px;
	  	background-color: rgba(0, 0, 0, .6);
	  	text-align: center;
	}
	
	.timesheet-search-wrapper {
		display: block;
	  	width: 450px;
	  	margin-right: auto;
	  	margin-left: auto;
	  	padding: 60px 40px 40px;
	  	background-color: #fff;
	  	color: #222;
	  	line-height: 23px;
	  	text-align: left;
	}
	
	.timesheet-search select{
		color: initial !important;
	}
	
	.nav-menu{
		margin:0 auto;
		width:100% !important;
	}
		.nav-menu ul.menuleft{
			float:left !important;
	}
			.nav-menu ul.menuright{
			float:right !important;
	}
	.nav-menu ul{
		margin:0px;
		padding:0px;
	}
	.nav-menu ul li{
		display:inline-block;
		list-style-type:none;
		background:none;
		margin:0px;
	}
	.nav-menu ul li a{
		text-decoration:none;
		color:#968a83;
		height:55px;
		line-height:55px;
		padding:0px 15px;
		text-transform:uppercase;
		font-size:13px;
	}
	.nav-menu ul li a:hover{
		color:#8cc241;
	}
	
	
	.nav-menu ul li.login a{
		text-decoration:none;
		color:#fff;
		background:#29aae1;
		height:55px;
		line-height:55px;
		padding:0px 15px;
		display:block;
	}
	.nav-menu ul li.login a:hover{
		color:#fff;
		background:#8cc241;
	}
	
	.nav-menu ul li ul{
		position:absolute;
		display:none;
	}
	.nav-menu ul li:hover ul{
		position:absolute;
		display:block;
		z-index:99999;
		width:180px;
	}
	.nav-menu ul li:hover ul li a{
			line-height:35px;
			height:35px;
			background:#010a0d;
			display:block;
			width:180px;
	}
	.h-s-menu{
		margin:0 auto;
		
	}
	.h-s-menu ul{
		margin:0px;
		padding:0px;
	}
	.h-s-menu li{
		list-style-type:none;
		background:none;
		margin:0px;
		border-bottom:thin dotted rgba(0,0,0,.3) !important;
		line-height:40px;
		border-left:4px solid #6fa623;
		text-indent:12px;
		margin-bottom:1px;
	}
		.h-s-menu li:last-child{
		list-style-type:none;
		background:none;
		margin:0px;
		border-bottom:none !important;
		line-height:40px;
	}
	.h-s-menu li a{
		color:#333;
		padding-left:0px;
		font-size:16px;
		font-weight:600;
	}
		.h-s-menu li a:hover{
		color:#6fa623;
		padding-left:0px;
		font-size:16px;
		font-weight:600;
	}	
	.h-s-menu li.active a{
		color:#6fa623;
		padding-left:0px;
		font-size:16px;
		font-weight:600;
	}
	.e-testimonials{
		margin:0 auto;
		width:100%;
		color:#000;
		margin-top:25px;
	}
	.e-testimonials h3{
		border-bottom:thin solid #CCC;
		padding-bottom:15px;
		margin-bottom:15px;
	}

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner &gt; .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  line-height: 1;
}
.carousel-inner &gt; .active,
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  display: block;
}
.carousel-inner &gt; .active {
  left: 0;
}
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner &gt; .next {
  left: 100%;
}
.carousel-inner &gt; .prev {
  left: -100%;
}
.carousel-inner &gt; .next.left,
.carousel-inner &gt; .prev.right {
  left: 0;
}
.carousel-inner &gt; .active.left {
  left: -100%;
}
.carousel-inner &gt; .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.e-testimonials	.slide{
	padding-top:0px;
}
	.e-testimonials p{
		font-size:16px;
		color:#000;
	}
	.e-testimonials p.testimonial-name{
		font-size:15px;
		color:#000;
		font-weight:bold;
	}
	.e-testimonials .carousel-indicators .active{
		background:#000;
	}
	.e-testimonials .carousel-indicators li{
		border:thin solid #000;
	}
	.e-testimonials .carousel-indicators{
		bottom:-40px;
	}
	.e-testimonials p.t-content{
		text-indent:35px;
		line-height:26px;
		background:url(../img/testimonial-icon.png) no-repeat left top;
	}

@media (min-width:320px) and (max-width: 800px){
	.success-message-popup-wrapper {
			display: block;
			max-width: 450px;
			margin-right: auto;
			margin-left: auto;
			padding: 60px 15px 15px;
			background-color: #fff;
			color: #222;
			line-height: 23px;
			text-align: left;
			width:auto !important;
	}
	
	.success-message-popup{
			position: fixed;
			left: 0px;
			top: 0px;
			right: 0px;
			bottom: 0px;
			z-index: 9999;
			height: 100%;
			padding-top: 90px;
			background-color: rgba(0, 0, 0, .6);
			height:550px !important;
			overflow:scroll; 
	}
	
	
	.on-submit-popup-wrapper {
			display: block;
			max-width: 450px;
			margin-right: auto;
			margin-left: auto;
			padding: 60px 15px 15px;
			background-color: #fff;
			color: #222;
			line-height: 23px;
			text-align: left;
			width:auto !important;
	}
	
	.on-submit-popup{
			position: fixed;
			left: 0px;
			top: 0px;
			right: 0px;
			bottom: 0px;
			z-index: 9999;
			height: 300px;
			padding-top: 90px;
			background-color: rgba(0, 0, 0, .6);
			height:550px !important;
			overflow:scroll; 
	}
	
	.login-wrapper {
  display: block;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 15px 15px;
  background-color: #fff;
  color: #222;
  line-height: 23px;
  text-align: left;
  overflow:scroll;
  	width:100% !important;

}
.search-wrapper {
    background-color: #fff;
    color: #222;
    display: block;
    line-height: 23px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 40px 40px;
    text-align: left;
    max-width: 450px;
	width:100% !important;
}
.modal-wrapper{
			height:550px !important;
			overflow:scroll; 
}
}</pre></body></html>