main {
    padding-top: 0 !important;
}
header {
    display: none;
}

.aln-c {
    text-align: center;
}

.new-hero .parallax-content {
    width: 100%;
}


.work {
    min-width: 450px;
}

.service {
    position: relative;
    z-index: 3;
}



.section.section-services * {
    z-index: 3;
    position: relative;
}

.see-more {
    text-decoration: none;
    display: block;
    margin-top: 30px;
}

.about-link, .about-link i {
    font-size: 20px !important;
    font-weight: bold;
    transform: none !important;
    text-transform: uppercase;
    color: #B71C1C;
    text-decoration: none;
}

.about-link {
    display: block;
    margin: 30px 0 30px 0;
}

.section-grow p {
    max-width: 1000px;
    display: inline-block;
}

@media(max-width: 550px) {
    .work {
        min-width: 0;
    }
}

.section-grow img {
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #B71c1c;
}

.section-grow-content {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding: 15px;
    text-align: left;
}

.section-grow-content p {
    text-align: justify;
}

.section-portfolio {
    margin-bottom: 50px;
}

.new-hero .parallax-content i {
        width: calc(100% - 60px) !important;
    }
    
.map {
    max-height: 150px;
    max-width: 80%;
    margin-bottom: 50px;
}

@media(max-width: 915px) {
    
    .section-grow img {
        display: inline-block;
        width: 70%;
    }
    
    .section-grow-content {
        width: 100%;
        padding: 0;
        padding-top: 15px;
        display: block;
    }
    
    .section-grow h2 {
        font-size: 1.6em !important;
        text-align: center;
    }
    
    .section-grow-content p {
        font-size: 1em !important;
    }
    
    .section-grow a {
        display: block;
        text-align: center;
    }
}