* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.Oswald {
    font-family: 'Oswald', sans-serif;
}

.Open-Sans {
    font-family: 'Open Sans', sans-serif
}

.orange-color {
    color: #E57129 ;
}

.submit-btn{
    background-color: #E57129 !important;
}

.services-hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/about-parallax-img-3.jpg");
    /* height: 500px; */
    padding-top: 30%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.services-hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}


/* parallex-section */
.services-parallex-section {
    /* background-image: linear-gradient(rgb(61, 114, 33, 0.5), rgba(61, 114, 33, 0.7)), url("./images/website_image.jpg"); */
    background-image: linear-gradient(rgba(9, 8, 8, 0.8), rgba(3, 3, 3, 0.8)), url("../images/about-parallax-img.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    transition: all 0.7s linear;
    /* filter: drop-shadow(2px 4px 4px #585858); */
    position: relative;
    text-align: center;
}

.services-parallex-text-container {
    padding: 150px 0;
}


.services-section{
    max-width: 80%;
    margin: auto;
}


@media screen and (max-width: 480px){
    .services-section{
        max-width: 100%;
        margin: auto;
        padding: 0 10px;
    }
}
