.careers {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    margin-top: 10px;
    margin-bottom: -80px;
}




.careers-banner {
    content: '';
    background: url('../../img/services-banner.jpg');
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 11rem 0;
    text-align: center;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.careers-banner h1  {
    color: #fff;
    font-size: 5rem;
    font-weight: bold;
    position: relative;
}

.career-bg {
    background: #f8f9fa;
}

.news-block-three .inner-box .lower-box {
    padding: 0.7em 2em 2em 2em;
}
.inner-box{
    -webkit-transition: -webkit-box-shadow .2s linear;
    transition: -webkit-box-shadow .2s linear;
    -o-transition: box-shadow .2s linear;
    transition: box-shadow .2s linear;
    transition: box-shadow .2s linear,-webkit-box-shadow .2s linear;  
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(30,10,58,.04);
    box-shadow: 0 6px 12px rgba(30,10,58,.04);
    border-radius: 20px;
    margin-bottom: 16px;
    padding: 18px;
}
.inner-box:hover{
    -webkit-box-shadow: 0 14px 40px rgba(30, 10, 58, .1);
    box-shadow: 0 14px 40px rgba(30, 10, 58, .1);
   
}
.inner-box .lower-box .post-date {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px; 
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    
}

.metaicon:first-child {
    margin-left: 0px;
}

.metaicon {
    margin-right: 5px;
    margin-left: 10px;
}

.metaicon {
    color: #134783;
}

.metaicon.fa-calendar,
.metaicon.fa-tags {
    padding-right: 7px;
}

.jsonloc {
    display: inline-block;
    margin-left: 20px;
}

.inner-box .lower-box h3 {
    border-left: 2px solid #134783;
    padding-left: 14px;
    font-weight: 300;
}
 
.inner-box .lower-box .text { 
    font-size: 16px;
    line-height: 1.6em;  
    margin-bottom: 20px; 
}

.news-block-three .inner-box .lower-box .arrow {
    position: relative;
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
} 
.inner-box h3 a{
    font-weight: 700!important;
    color:#212529;
    font-size: 22px;
    text-decoration: none;
}
.inner-box h3 a:hover{
    color: #134783;
}
.inner-box a{
    font-weight: 700!important;
    color:#212529;
    font-size: 14px;
    text-decoration: none;
    
} 
.inner-box a:hover{
    color: #134783 !important;
}

.inner-box .lower-box .text { 
    font-size: 16px;
    line-height: 1.6em; 
    
    margin-bottom: 20px;
     
}

.job-description {
    padding-top: 20px;
}
.clearfix{
    clear: both;
}
.faq-form-section {
    padding: 30px 0px 0px;
}
.faq-form-section h3 a{
    font-weight: 700!important;
    color:#212529;
    font-size: 22px;
    text-decoration: none;
}
.faq-form-section h3 a:hover{
    color: #134783;
}.faq-form-section h3 {
    border-left: 2px solid #134783;
    padding-left: 14px;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 25px;
}
.faq-form-section .form-group input[type="text"], .faq-form-section .form-group input[type="email"], .faq-form-section .form-group select {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #848484;
    line-height: 30px;
    padding: 12px 25px;
    font-weight: 300;
    background-color: #ffffff;
    border-radius: 0px;
    border: 1px solid #ececec;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: #f7f8f9;
    border-color: #f7f8f9;
    box-shadow: 0 0 0 .1rem rgba(0,123,255,.25);
}
.sub-box{
    box-shadow: none !important;
}
.faq-form-section .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 190px;
    font-size: 16px;
    color: #848484;
    line-height: 30px;
    padding: 12px 25px;
    font-weight: 300;
    background-color: #ffffff;
    border-radius: 0px;
    border: 1px solid #ececec;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: #f7f8f9;
    border-color: #f7f8f9;
    resize: vertical;
    box-shadow: 0 0 0 .1rem rgba(0,123,255,.25);
}

label {
   
    font-weight: bolder;
    font-size: 16px;
}
.ht-20{
    height: 20px;
}  
.red{
    color:#ff0000;
}
.sub-bg{
    background: #e9e9e9;
}

.faq-form-section .form-control:focus {
  color: #495057;
  background-color: #fff !important;
  border-color: #80bdff !important;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}


@media only screen and (max-width: 600px) {
    .header-content{
        font-size: 2rem;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .header-content{
        font-size: 2rem !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .header-content{
        font-size: 2rem !important;
    }
}

 
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .header-content{
        font-size: 2rem !important;
    }
  }

.header-content{
    font-size: 3rem !important;
}

.careerssubpage-banner{
    content: '';
    background: url('../../img/services-banner.jpg');
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 8rem 0 !important;
    text-align: center;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.careers-pdg{
    margin-top: -25px;
}