
.job-tittle  * {
    font-size: 14px !important;
    color: #555 !important;
}

.job-tittle a
{ 
    color:#2f64b4 !important;
}

.job-tittle h4, .small-section-tittle h4 {
    font-size: 16px !important;
    color: #2f64b4 !important;
} 

.lfloat
{
    float: left;
    width:350px;
}
.rfloat
{
    float:right;
    width:350px;
}
.single-job-items
{
    clear: both;
}
.but a{
    background-color: #2f64b3; /* Green */
  border: none;
  color: white;
  padding: 10px 21px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 15px;
}
.pagination-area
{
    clear: both;
}
.clearfloat
{
    clear: both;
}
.aligncenter
{
    text-align: center;
}
.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  
  border-left: 10px solid #2f64b3;
  display: inline-block;
}

.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  
  border-right: 10px solid #2f64b3;
  display: inline-block;
} 