#contact {
    background:url('/assets/images/header/contactus.jpg');
    background-size: cover;
    background-position: center;
}

#aboutus-header-img {
    background: url('/assets/images/header/aboutus.jpg');
    background-size: cover;
    background-position: center;
}

#services-header-img {
    background: url('/assets/images/header/services.jpg');
    background-size: cover;
    background-position: center;
}

#process-header-img {
    background: url('/assets/images/header/process.jpg');
    background-size: cover;
    background-position: center;
}

#portfolio-header-img {
    background: url('/assets/images/header/portfolio.jpg');
    background-size: cover;
    background-position: center;
}

.portfolio,
.service {
    cursor: pointer;
}

.modalimg {
    width: 100%;
}

#projects .featured-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    top: 0px !important;
}

#projects .featured-content h3 {
    color: #ffffff;
}

.contact-footer {
    float: left;
    margin-right: 25px !important;
}

.contact-footer-title {
    display: block !important;
    color: #fff !important;
}

.color-white {
    color: #fff !important;
}

.tab.active a {
    color: #fff !important;
}

.process-p {
    text-align: justify;
}

.logo-footer {
    background-color: rgb(255 255 255 / 15%);
    display: inline-table;
    padding: 10px;
}

.fa {
    padding: 10px;
    font-size: 40px;
}

.submit-btn {
    background-color: #f45832 !important;
    font-size: 20px !important;
}

.submit-btn:hover {
    background-color: rgb(22, 91, 37) !important;
}

.form-group {
    margin-bottom: 20px;
}

label {
    font-size: 16px;
    font-weight: bold;
}

.form_submit,
.form_error_message {
    display: inline;
}

.form_error_message {
    font-size: 18px;
    margin-left: 20px;
    color: red;
    display: none;
}

.thankyou {
    font-size: 28px;
}