#about-us {
    height: 100vh;
    background-image: url(../img/whoweare/about/about-bg.png);
    background-color: #002660f0;
    background-size: cover;
    background-position: top -1px right;
    background-repeat: no-repeat;
}

#heading {
    padding-top: 10rem;
}

.awards {
    background-color: #013d87;
    min-height: 100px;
}

.plogo {
    width: 128px;
    height: 128px;
}
#job-bg{
  height: 70vh;
    background-image: url(../img/whoweare/careers/job-bg.jpeg);
    /* background-color: #002660f0; */
    background-size: cover;
    object-fit: fill;
    background-position:center bottom;
    background-repeat: no-repeat;
    color:#002660f0;
    box-shadow: inset 0 0 0 1000px rgba(51, 119, 199, .6);
}
.title-job{
    padding-bottom: 1px;
    margin-bottom: 1px;
    color:#0073c8;
    font-weight: bolder;
    font-family: sans-serif;
}
.title-description{
    color:#000
}
.join-text{
    font-weight: bolder;
    font-family: sans-serif; 
}
.join-text2{
    font-weight: bolder;
    font-family: sans-serif; 
    color:#0073c8;
}
li > strong{
    font-weight: 800;
    font-family: sans-serif;
}
.underline{
    font-weight: 500;
    font-family: sans-serif;
    color: #0073c8; 
    text-decoration: underline; 
    text-underline-offset: 0.2rem;
}
#careers {
    height: 100vh;
    background-image: url(../img/whoweare/careers/careers-bg.png);
    background-color: #002660f0;
    background-size: cover;
    background-position: top -1px right;
    background-repeat: no-repeat;
}
.career-card{
    border-radius:10px;
    -webkit-transition: 0.3s;
    /* Safari */
    transition: 0.3s;
}
.career-card:hover{
    transform: translate(0, -10px);
}
.career-card h6 {
color: #000000;
}
.career-card h5 {
   color: #0073c8; 
   font-weight: bold;
}
.career-card .card-text {
    color: #000000;
    font-size: 15px;
    
}
.career-card .card-text i{
    color: #000000;
    font-size: 15px;
    
}
.career-card a {
    text-decoration: none;
    position: relative;
    color: #f5ad2a;
}
.career-card a:hover{
    color: #0073c8;
}
.career-card a:hover:after {
    content: '';
    color: #0073c8;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    border-width: 0 0 1px;
    border-style: solid;
}


#news {
    height: 100vh;
    background-image: url(../img/whoweare/news/news-bg.png);
    background-color: #002660f0;
    background-size: cover;
    background-position: top -1px right;
    background-repeat: no-repeat;
}

.news1 {
    background-position: center;
    background: #ABD6F4;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ABD6F4, #E7EFF5);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ABD6F4, #E7EFF5);
}

.news2 {
    background-position: center;
    background: #ABD6F4;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #ABD6F4, #E7EFF5);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #ABD6F4, #E7EFF5);
}

.card-img-top {
    width: 100% !important;
    /* height: 400px !important; */
    object-fit: cover;
    border-radius: 30px;
    padding: 1.5rem;
}

.cars-img {
    object-fit: cover;
    width: 100% !important;
    height: 250px !important;
}

/* .carousel-control-next, .carousel-control-prev{
    color: black !important;
} */
.carousel-control-next,
.carousel-control-prev

/*, .carousel-indicators */
    {
    filter: invert(100%);
}

@media screen and (max-width: 600px) {
    #about-us {
        height: 80vh;
        background-blend-mode: multiply;
        background-color: #002660f0;
    }

    #careers {
        height: 80vh;
        background-blend-mode: multiply;
        background-color: #002660f0;
    }

 
}