body{
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
}


.azjtabNormal{
	font-family:arial;
	font-size:12px;
	color:#669966;
	font-weight:bold;
	border-bottom:1px solid #8496d7;
	background-color:#f2f2f5;
}
.azjtabSelected{
	font-family:arial;
	font-size:12px;
	color:#669999;
	font-weight:bold;
	border-left:1px solid #8496d7; 
	border-right:1px solid #8496d7;
	border-bottom:1px solid #fff;
	border-top:1px solid #8496d7;
	background-color:#f6f9f5;
}
.azjtabDisabled{
	font-family:arial;
	font-size:12px;
	color:#CABCB2;
	font-weight:bold;
	border-bottom:1px solid #8496d7;
	background-color:#f2f2f5;
}
.azjGrayTxt{
	font-family:arial;
	font-size:12px;
	color:#b7b7b7;
	font-weight:bold;
	border-bottom:1px solid #8496d7;
	background-color:#f2f2f5;
}

.header_top{
  background-color: #4E8975;
  color: #fff;
  height: 35px;
}
.header_top .form-control {
    display: block;
    width: 100%;
    height: 28px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.header_top label {
    display: inline-block;
    max-width: 100%;
    font-weight: bold;
    padding-top: 7px;
    box-sizing: border-box;
}

.header_top .form-groups{
  padding-top: 4px;
}
/*--------Nav----------*/
ul.social_media{
  margin:0;
  padding:7px 0 0 0;  
  text-align: right;
  box-sizing: border-box;
}
ul.social_media li{
  display: inline-block;
}

ul.social_media li a{
 color: #fff;
 text-decoration: none; 
 padding:10px;
 box-sizing: border-box;
}

ul.social_media li a.facebook:hover{
 background-color: #4E66A2;
 padding:10px;
 box-sizing: border-box;
}
ul.social_media li a.twitter:hover{
 background-color: #5EA9DD;
 padding:10px;
 box-sizing: border-box;
}
ul.social_media li a.linkedin:hover{
 background-color: #0077B5;
 padding:10px;
 box-sizing: border-box;
}
ul.social_media li a.google:hover{
 background-color: #DD5144;
 padding:10px;
 box-sizing: border-box;
}
ul.social_media li a.youtube:hover{
 background-color: #A20000;
 padding:10px;
}

header{
  margin-top: 10px;
}

.main_menu {
    background-color: #fff;
    border-color: #e7e7e7;
    text-transform: uppercase;
    margin-top: 13px;
}
.main_menu .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 13px;
    box-sizing: border-box;
}
.main_menu .navbar-nav li a i{
  padding-right: 5px;
  box-sizing: border-box;
}
.main_menu .form-group{
  margin: 0
}
.main_menu .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-transform: capitalize;
}
.main_menu .dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 13px;
}

/*--------------Jobs Search Section---------*/

.jobs_search{
  background-image: url(images/cheragi-pahar.jpg);
  width: 100%;
  background-repeat: no-repeat;
  height: 320px;
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
  box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
  font: bold 18px/1.2em sans-serif;
 
    
}
.search_left_inner{
  background-color: red;
}
.search_area {   
    z-index: 15;
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    color: #FFF;
    height: 150px;
    margin: 50px 0 0 0;
    padding: 55px 20px;
    
}
.keyword-search {
    width: 55%;
}
.category_search {
    width: 30%;
}
.search_area select option {
    background: rgba(0,0,0,0.3);
    color:#000;
    text-shadow:0 1px 0 rgba(0,0,0,0.4);
}
.search_area .form-control{
    width: 100%;
    border: none;
    padding-left: 22px;
    font-size: 10px;
    background: transparent;
    color: #fff;
    border:solid 2px #fff;
    
}

.search_area .imput_box{
  width: 100%;
  position: relative;
  color: #fff;
  float: left;
  margin: 0px 10px 0px 0px;
}
.search_area .imput_box i{
  position: absolute;
  margin: 11px 0px 0px 10px;
  font-size: 12px;
}
.find_jobs{
    font-size: 32px;
    font-weight: bold;
    color: #1E6982;
    margin:55px 0 25px 0;
}
.total_job_info{
  margin-top: 35px;
}
.job_info_box{
  width: 20%;
  float: left;
  position: relative;
  
}
.job_icon{
  width: 33%;
  float: left;  

}
.job_number_type{
  width: 65%;
  float: left;
 
}

.job_icon i{
  height: 48px;
  width: 48px;
  border: 2px solid #fff;
  padding: 10px;
  float: left;
  border-radius: 25px;
  margin: 0px 12px 0px 0px;
  color: #fff;
  font-size: 25px;
  text-align: center; 
}

.live{
  margin: 5px 0 5px 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.total_number{
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  display: block;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}

.category_section{
  background-color: #eee;
  padding: 40px 0 10px 0;
  min-height: 400px;
}


ul.category{
  padding:0;
  margin:0;
  list-style: none;
}
ul.category li{
  padding: 5px 12px;
  margin-top: 4px;
}
ul.category li a{
  color: #333;
  font-size: 14px;
  text-decoration: none;
}
ul.category li a:hover{
 color: #1E6982;
}
ul.category li a:before{
  content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 15px;
    position: absolute;
    left: 15px;
}
.tab-content{
  background-color: #fff;
  padding: 50px 20px 20px 20px;
}
.cat_header_area{
  width: 100%;
  position: relative;
}
.category_section .nav-tabs{
  background-color: #f8f8f8;
  background-color: #f8f8f8;
  width: 21.6%;
  float: right;
  margin:12px 12px 0 0;
  margin:12px 12px 0 0;
}
.category_section .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #9d9d9d;
    border: 1px solid #9d9d9d; 
    border-bottom-color: transparent;
    padding: 6px 14px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 6px 13px;
}
.category_section .cat_head{
  margin-top: 0;
  position: absolute;
  left: 20px;
  top: 18px;
  font-size: 18px;
  color: #2F64A3;
  text-transform: uppercase;
  font-weight: bold;
}
.cat_head i{
  padding-right:7px;
  color: #2F64A3;
}

.hot_jobs{
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: red;
  text-transform: uppercase;
}


.jobs{
  color:#1E6982;
}

.home_jobs{

}
.home_jobs table td{
	overflow: hidden;
}
.home_jobs table tbody td{
	width: 33.33%;
}
.single_holder {
   padding: 10px;
  overflow: hidden;
  max-height: 508px; 
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.single_holder::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}



.single_holder:hover::after {
    opacity: 1;
}


.company_logo{
  width: 53px;
  height: 53px;
  float: left;
  padding: 10px 0px 10px 0px;
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.35);
  border-radius: 4px;
  overflow: hidden;
  transition: top .2s ease-in-out,box-shadow .2s ease-in-out;
  -webkit-transition: top .2s ease-in-out,box-shadow .2s ease-in-out; 
}
.company_logo img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.company_name_holder{
  width: 75%;
  float: right;
}
.company_name{
  margin: 10px 0;
  font-size: 13px;
  font-weight: bold;
  color: #5d9bb9;
}
.job_list{
   display: block;
   width: 100%;
   float: left;
}

ul.job_title{
  padding:0;
  margin:0;
  list-style: none;
}
ul.job_title li{
  padding: 0 0 0 15px;
  margin-top: 4px;
  position: relative;
}
ul.job_title li a{
  color: #333;
  font-size: 12px;
  text-decoration: none;
}
ul.job_title li a:hover{
 color: #1E6982;
}
ul.job_title li a:before{
  content: "\f0da";
  font-family: FontAwesome;
  font-weight: normal;
  color: #000;
  font-size: 13px;
  position: absolute;
  left: 0;
  margin-top: 3px;
  
  }
.ad_area{
  margin-top: 31px;
}
/*--------login--------*/
.form_sinin{
  background-color: #fff;
  padding: 53px 20px;
  position: relative;
  border-bottom: solid 2px #2F64A3;
}
.input_box_sign{
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
.input_box_sign i{
    top: 11px;
    position: absolute;
    left: 8px;
    font-size: 14px;
    color: #999;
}
.input_box_sign_top{
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
.input_box_sign_top i{
  font-size: 24px;
  padding-right: 5px;
  color: #333;
}
.input_box_button{
   width: 38%;
   float: left;
}
.form_sinin .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 27px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
p.forgot{
  width: 100%;
  margin-top: 10px;
}
.forgot a{
 text-decoration: none;
 font-size: 13px;

} 



/*----------category page css---------*/

.cat_jobs{
    background: #CCC;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    margin: 15px auto;
    padding: 40px 15px 25px;
}
.white_bg{
  background-color: #fff;
  padding: 20px 20px 10px 20px;

}
.job_count{
  min-width: 60px;
  height: 40px;
  float: left;
  background-color: #1E6982;
  color: #fff;
  padding:10px;
  border-radius: 0 10px 0 10px;
  text-align: center;

}
.search_text{
  width: 86%;
  float: right;
  margin-top: 10px;
}
.cat_jobs .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
    text-align: right;
    float: right;
}


.cat_single_job_wrapper a{
  color: #333;
  text-decoration: none;
}
.cat_single_job_inner{
  background-color: #E8E9EB;
  padding:20px;
  margin-bottom: 10px;
   -webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}
.cat_single_job_inner:hover{
  background-color: #ccc;
  cursor: pointer;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;

}
.company_title{
  font-size: 17px;
  font-weight: bold;
  color: green;
}
a.whole_link{
 color: #000;
}

.job_designation{
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #1E6982;
}
.selectpicker{
  border: solid 1px #ccc;
  padding: 0 10px;
  height: 25px;
  border-radius: 3px;
}


/*---------details------------*/
.category{
  padding:0 0 5px 0;
}
.job_info h5{
  font-weight: bold;
  margin: 20px 0px 6px 0px;
  color: #5C5C5C;
}
.job_info p{
  margin: 0;
  padding: 0px 0px 0px 20px;
  line-height: 24px;
  color: #5c5c5c;
}

.job_info_holder h4{
  background-color: #37474f;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    border: none;
    font-weight: bold;
    margin: 0;
}

.job_info_holder_body{
  background-color: #f5f5f5;
  border:solid 1px #ccc;
  padding: 10px;
}
.job_info_holder_body i {
    font-size: 16px;
    margin-right: 5px;
}
.job_info_holder_body h5{
  font-size: 13px;
    color: #5c5c5c;
    font-weight: normal;
    margin: 0px 0px 15px 0px;
    padding: 0;
}
.job_info_holder_body ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.job_info_holder_body .job_location  ul{
    padding-left: 20px;
    margin-left: 20px;
    list-style: inherit;
}
.job_info_holder_body ul li{

}
.job_info_holder_body ul li a{
  text-decoration: none;
  font-size: 14px;
  border-bottom: solid 1px #ccc;
  display: block;
  padding: 10px 0;
  color: #333;
}

ul.social_icons {
   margin: 5px 0 0 0;
   padding:0;
}
ul.social_icons li {
    list-style: none;
    display: inline-block;
    padding:0 10px;
}
ul.social_icons li a {
    color: #5c5c5c;
    line-height: 24px;
    padding-bottom: 5px;
    border:none;
}

.information {
    padding: 0px;
    margin: 0px 150px 0px 0px;
    float: left;
    text-align: justify;
}
.information h5 {
    font-weight: bold;
    margin: 20px 0px 6px 0px;
    color: #5C5C5C;
}
.btn-custom{
  background-color: #666;
  padding:15px;
  color: #fff;
  font-weight: bold;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom.focus {
    color: #fff;
    text-decoration: none;
}

.azadi_title{
  margin: 0 0 10px 0;
    font-size: 27px;
}
.min_height{
  min-height: 415px;
  margin-bottom: 30px;
}




/*---------aside------------*/
.sidebar{

}
.sidebar img{
  margin-bottom: 20px;
}
ul.training_notice{
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.training_notice li{
 
}
ul.training_notice li a{
  color:#000;
}
.training_inner{
  width: 100%;
  float: left;
  height: auto;
}

.training_inner img{
  width: 100%;
  height: 55px;
  float: left;
  max-width: 45px;
  border: solid 1px #ccc;
  padding: 2px;
  margin-top: 5px;

}
.news_title_holder{
  width:79%;
  float: right;
}
.news_title{
  margin: 0;
  line-height: 17px;
}
.news_title a{
  font-size: 13px;
  text-decoration: none;
  color: #000;
}

.date{
  font-size: 11px;
  display: block;
  margin-top: 0px;

}

footer.footer_wrapper{
  padding: 40px 0px;
  color: #ffffff;
  background-color: #4E8975;
}
.footer_wrapper h2{
    font-size: 18px;
    margin: 0px 0px 15px 0px;
}

.footer_wrapper{
    padding: 40px 0px;
    color: #ffffff;
    background-color: #263238;
}
.footer_wrapper ul{
    margin: 0px;
    padding: 0px;
}
.footer_wrapper h4{
    font-size: 18px;
    margin: 0px 0px 15px 0px;
}
.footer_wrapper p{
    color: #92989b;
}
.footer_wrapper ul li{
    list-style: none;
}
.footer_wrapper ul li a{
    font-size: 14px;
    color: #2a2929 ;
    padding-bottom: 6px;
    display: block;
    text-decoration: none;
}
.footer_wrapper ul li ul li a{
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
}

.footer_wrapper ul li a:hover{
    color: #ffffff;
}


/*--------common css----------*/

.p_0{
  padding: 0 !important;
}
.p_left_0{
  padding-left: 0;
}
.p_right_0{
  padding-right: 0;
}
.m_bottom_15{
  margin-bottom: 15px;
}
.m_top_40{
  margin-top: 40px;
}
.m_bottom_10{
  margin-bottom: 10px;
}

::-webkit-input-placeholder {
   color: red;
}

:-moz-placeholder { /* Firefox 18- */
   color: red;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: red;  
}

:-ms-input-placeholder {  
   color: red;  
}