#header .content {
    padding-top: 20px;
    min-height: 120px;
}

#header.fixed .content {
    height: 100px !important;
    padding-top: 10px;
}

#header .logo {
    width: 100px;
    height: 100px;
}

#header .logo img {
    max-width: 100%;
}

#header.fixed .content .logo {
    width: 80px;
}

#header nav {
    margin-top: 20px;
}

.img-holder {
    position: relative;
}

.img-holder::after {
    position: absolute;
    content: '';
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
}

section.service-wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.service-itm {
    width: 25%;
    padding: 15px;
    border-radius: 7px;
    margin: 10px 15px;
    background-color: rgba(255, 255, 255, 0.4);
    min-height: 300px;
}

.service-itm-img {
    width: 100%;
}

.service-itm-img img {
    width: 100%;
}

.service-itm-txt h3.service-title {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
}


.contact-form-wrap {
    width: 82%;
    margin: 20px auto;
}

.contact-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.form-itm {
    min-height: 50px;
    margin-bottom: 15px;
}

.half-width {
    width: 49%;
    margin-right: 1%;
}

.full-width {
    width: 99%;
}

.textfield {
    width: 100% !important;
    border-radius: 5px;
    border: solid 1px #ccc !important;
    padding: 10px;
    height: 48px;
}

.textarea {
    width: 100%;
    border-radius: 5px;
    border: solid 1px #ccc !important;
    padding: 10px;
    min-height: 120px;
}

.form-btn {
    width: auto;
    height: 48px;
    padding: 10px 25px;
    border-radius: 7px;
}


.footer-wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer-left {
    width: 60%;
    
}

.footer-left ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.footer-left ul li {
    margin: 0 20px 0 0;
}

.footer-left ul li a {
    color: #333;
}

.footer-left p {
    color: #333;
}