.hero-section{
    background-image: url('https://wordpress-675346-2506119.cloudwaysapps.com/wp-content/uploads/2024/05/hero-bg-w-logo.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-section .container{
    color: #ffffff;
    padding: 70px 0;
}
.company-socials{
    margin: 20px 0;
}
.company-socials i{
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 10px;
    margin-right: 5px;
    width: 38px;
    height: 38px;
    text-align: center;
}
.company-info-card img{
    max-height: 56px;
    max-width: 86px;
}
.card{
    text-align: center;
    margin-bottom: 10px;
    padding: 30px 20px;
    border: none;
}
.card .card-value a{
    color: inherit;
    text-decoration: none;
}
.cert-section{
    background-color: #FAFAFA;
}
.container{
    padding-top: 70px;
    padding-bottom: 70px;
}
.accordion-item{
    border-radius: 0!important;
    border-right: none;
    border-left: none;
}
.accordion-button{
    border-radius: 0!important;
}

.checklist-ul {
    width: 100%;
    text-align: left;
    list-style-type: none;
    padding-left: 15px;
    margin-top: 20px;
}

.checklist-ul li {
    margin-bottom: 12px;
    margin-left: -10px;
    display: flex;
    align-items: center;
}

.checklist-ul li::before {
    color: transparent;
    font-size: 1px;
    content: " ";
    margin-left: -1.3em;
    margin-right: 15px;
    padding: 10px;
    background-color: #D73832;
    -webkit-mask-image: url("https://wordpress-675346-2506119.cloudwaysapps.com/wp-content/uploads/2024/07/highlight-icon.svg");
    -webkit-mask-size: cover;
}

.testimonial{
    border: 1px solid #2C2C2C;
    padding: 40px;
    margin: 20px;
    text-align: left;
    max-width: 500px;

}
.testimonial .rating{
    color: #FF5700;
    margin-bottom: 30px;
}
.controls button{
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 39px;
    height: 39px;
    background-color: #D73832;
}
.job-single{
    text-align: left;
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.job-single .job-content img{
    border-radius: 5px;
    /* height: 70px; */
}
.job-single .job-content div{
    display: inline-block;
}
.job-single .job-content .job-title{
    vertical-align: middle;
}
.job-single .job-tags{
    margin-top: 10px;
    margin-bottom: 10px;
}
.job-single .job-tags .job-tag{
    color: #2C2C2C;
    background-color: #EEEEEE;
    padding: 3px 10px;
    border-radius: 5px;
    margin-bottom: 2px;
    display: inline-block;
}
.apply-buttons button{
    border-radius: 50px 50px 50px 50px;
    color: #ffffff;
    border: none;
    padding: 15px 25px;
}
.apply-buttons .apply{
    background-color: #D73832;
}
.apply-buttons .career{
    background-color: #142B58;
}
.job-description{
    margin-top: 20px;
    margin-bottom: 30px;
}

/* ul li {
    list-style: initial;
} */



.color-red{
    color:#D73832;
}