/* Nav */
.navbar a.nav-link {
    font-weight: 600;
}
.navbar .getstarted,
.navbar .getstarted:focus {
    padding: 8px 20px;
    font-size: 15px;
    justify-content: left;
}

/* Hero */
#hero .bg {
    opacity: 0.3;
    height: 80vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #37517e; 
    background-image: url("../img/hero-bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 80%;
    background-size: cover;
}

@media (max-width: 991px) {
    #hero .bg {
        height: 100vh;
    }
}
/* Services */
.services .icon-box {
    text-align: center;
}
.services .icon-box .icon img {
    max-width: 100px;
    margin-bottom: 15px;
}
.services .icon-box h4 {
    font-weight: 600;
    color: #37517e;
    text-transform: uppercase;
    font-size: 18px;
}

/* Why Us */
.why-us .content,
.why-us .accordion-list{
    padding: 0;
}
.why-us .img {
    min-height: 400px;
}

/* Call to Action */
.cta {
    background: linear-gradient(rgba(40, 58, 90, 0.8), rgba(40, 58, 90, 0.8)), url("../img/hero-bg.jpg") fixed center center;
    background-size: cover;
}

/* Contact Form */
.contact .php-email-form input {
    height: unset;
}