
*
{
	margin:0px;
	padding:0px;
	font-family: 'Calibri';
}



 /*header starts here*/

.mrgn_top
{
	margin-top: 80px;
}

.mrgn_bot
{
	margin-bottom: 50px;
}

h1.font
{	font-size: 40px;
    color: #3398cc;
    margin: 30px 0 6px 0;
    font-weight: lighter;
}

h1.font span
{
    padding-left: 13px;
    font-size: 28px;
    color: #aaa;
}


nav.navigation
{
    font-family: "Calibri";
	-webkit-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
    font-family: 'Calibri';
    line-height: 60px;
    width: 100%;
    position: absolute;
    top: 65px;
    left: -88px;
    font-weight: 400;
    font-size: 14px;
    /* text-transform: uppercase; */
    text-align: right;
    z-index: 10;
}

nav.navigation ul
{
	list-style: none;
    margin: 0px;
    padding: 0px;
    float: right;
}


#main li
{
    float: left;
    display: block;
    font-size: 16px;
    line-height: 1.3em;
}

nav.navigation li
{
	position: relative;
    float: left;
}

#main li a,.CandName
{
	position: relative;
    padding: 0px 10px;
    display: block;
    color: #fff;
    margin-bottom: 8px;
    font-size: 14px;
    text-decoration:none;
    text-transform: uppercase;
}
   #main li a:hover,.CandName:hover
{
    color:#FBB900;
}
/*.CandName
{
    float:right;
     line-height: 16px;
    margin-top: -27px;   
}*/
   
header {

	-webkit-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
	transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
	position: fixed;
	width: 100%;
	height: 95px;
	z-index: 100;
	top: 0px; background: url('../css/hedbg.png') repeat-x;

}
header .logo {
    left: 85px;
    position: absolute;
    top: 35px;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    z-index: 100;
}
/*Form*/

#searchFormView .search-wrapper {
    width: 32%;
    float: left;
    margin-right: 10px;
    margin-top: 20px;
}



#searchFormView .search-wrapper input {
    box-shadow: 0 0 0 transparent inset;
    -moz-box-shadow: 0 0 0 transparent inset;
    -webkit-box-shadow: 0 0 0 transparent inset;
    background-image: url('../css/search.png');
    background-repeat: no-repeat;
    background-position: 95%;
    padding-right: 33px;
}

.form-group .bootstrap-select .btn-default {
    color: #999;
    background-color: #FFF;
    border-color: #CCC;
    box-shadow: 0 0 0 rgba(255,255,255,0) inset;
    -webkit-box-shadow: 0 0 0 rgba(255,255,255,0) inset;
    -moz-box-shadow: 0 0 0 rgba(255,255,255,0) inset;
    outline-style: none;
 }  
 
 .btn-group>.btn:first-child {
    margin-left: 0
   }
  
  
 /*Option multiselect*/
.hidden { visibility:hidden }
.message { padding:10px; margin:15px 0; display:block; text-align:left }
.message-title { font-weight:bold; font-size:1.25em }
.message-body { margin-top:4px }
.error, .notice, .success { padding:.8em; margin-bottom:1em; border:2px solid #ddd }
.error { background:#FBE3E4; color:#8a1f11; border-color:#FBC2C4 }
.notice { background:#FFF6BF; color:#514721; border-color:#FFD324 }
.success { background:#E6EFC2; color:#264409; border-color:#C6D880 }
.error a { color:#8a1f11 }
.notice a { color:#514721 }
.success a { color:#264409 }
/*Option multiselect ends*/

/*job result section starts*/
.section1_head
{
	font-size: 20px;
    padding: 0 0 0 15px;
    margin: 0 0 0 0;
    color: gray;
}
.search_grp
{
	padding: 8px 0;
    
}


.search_grp a
{
	color: #999;
    display: inline-block;
}

.search_grp a:hover
{
	background-color: #E1F1F8;/*#E1F1F8*/
	cursor: pointer;
}

.job_title
{
    padding: 10px 5px;
    color: #999;
}


.job_location
{
    padding: 10px 5px;
    color: #999;
}

/*job result section ends*/



/*Job details page starts*/

.job_det_header
{
	margin-bottom: 5px;
}

.job_det_header h1
{
	font-size: 28px;
    color: #3398cc;
}

.job_depart h4
{
	font-weight: bold;
    margin-bottom: 10px;
}

.job_loc
{
	margin-top: -10px;
}

.job_loc h6
{
	font-size: 12px;
    font-weight: lighter;
    color: #999;
}

.job_descrip
{
	margin-bottom: 10px;
}
.job_descrip h4
{
	font-weight: bold;
    margin-bottom: 10px;
}

.job_descrip_detail p
{
	line-height: 1.7;
    font-size: 17px;
}

.job_descrip_detail ul
{
    margin-left: 34px
}

.job_descrip_detail ul li
{
    line-height: 1.7;
    font-size: 17px;
    margin-bottom: 5px;
}
.tab_active
{
    color: #fbb900 !important;
}