/************************************************************************************/
/************************************ CAREERS  PAGE *********************************/
/************************************************************************************/
.careers-cover{
    background: no-repeat url("../images/carrer_cover1-min.jpg");
    height: auto;
    background-size:cover; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 40px; 
    min-height: 201px;
  }

.parent h3 {
    min-height: 52px;
}
.parent h4{
  line-height: 1.6;
}
#section3 h2{
  color: #F79F00;
}
.form-inline .form-group{
    margin-left: 0;
    margin-right: 0;
}
.btn-success {
    color: #fff;
    background-color: #005B89;
    border-color: #005B89;
}
.btn-success:hover {
    color: #fff;
    background-color: #005B89;
    border-color: #005B89;
}
.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #005B89;
    border-color: #005B89;
}
legend{
  font-family: 'Roboto', sans-serif;
    font-size: 2em;
    color: #005B89;
    border-bottom: 1px solid #000;
}
/* *********************media query max-width:320**************************** */

@media screen and (min-width: 425px){
  .parent h1,h2,h4,h3,p{
    text-align: justify;
  }
  .careers-cover h1{
    font-family: 'Raleway', sans-serif;
    text-align: justify;
    color: #fff;
    margin-top: 150px;
  }
  .careers-cover p{
    text-align: justify;
    margin-top: 20px; 
    font-size: 20px;
  } 
}

@media screen and (max-width: 768px){

  .header-title h2{
    text-align: center;
  }
  .head-office{
    text-align: center;
  }

} 

@media screen and (max-width: 425px){
  .careers-cover h1{
    font-family: 'Raleway', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 28px;
    margin-top: 150px;
}
}