p.about-text {
    line-height: 40px;
    font-size: 18px;
}
img.img-fluid.about-us {
    border-radius: 4px;
    outline: 1px solid #fff;
    outline-offset: -10px;
}
section#about {
    background: #eeeeee;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.about.section-bg.our-mission-sec{

background-image: url(../img/bg/bg-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

ul.bullet li {
    margin-left: 35px;
    list-style-type: square;
}

.resume-upload h5 {
    text-align: center;
    text-transform: uppercase;
}

.upload-resume {
    margin-top: 20px;
}
.resume-upload {
    text-align: center;
    margin-bottom: 10px;
}

.resume-bg {
    background: aliceblue;
    padding: 15px 50px 25px;
    box-shadow: 0 0 10px #36323142;
}

p.about-text.text-center {
    line-height: 35px;
    font-size: 18px;
}

button.btn-contact {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 5px 30px;
    border-radius: 0px;
    transition: 0.5s;
    border: 2px solid #01a2ef;
    color: #fff;
    background-color: #01a2ef;
    font-family: 'Poppins-Regular';
    text-align: center;
    margin-top: 35px !important;
}

form.home-form .form-group {
    padding: 10px 0;
    width: 300px;
    margin: auto;
}