body {
    padding: 0;
    margin: 0;
    background: #fff;
    /*max-width: 1440px;
    margin:0px auto;/**/
}

.navbar {
    background: #6ab446;
}
.white {
    background: #fff !important;
}

.nav-link,
.navbar-brand {
    color: #0E1133;
    padding: 10px 10px;
    cursor: pointer;
    border-bottom: solid 2px #fff }

.nav-link {
    margin-right: 1em !important;
}

.nav-link:hover {
    color: #20C287;
    border-bottom: solid 2px #20C287;
}

.navbar-collapse {
    justify-content: flex-end;
}
.header {
    /*background-image: url('images/header-background.jpg');/**/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.overlay {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
}
.description {
    /*left: 50%;
    position: absolute;
    top: 45%;
    transform: translate(-50%, -55%);*/
    text-align: left;
}

    .description h1 {
        font-weight: 600;
        font-size: 64.34px;
        line-height: 97px;
        color: #262626;
    }

    .description p {
        color: #000;
        font-size: 1.3rem;
        line-height: 1.5;
    }
    .description button {
        border: 1px solid #6ab446;
        background: #6ab446;
        border-radius: 0;
        color: #fff;
    }

        .description button:hover {
            border: 1px solid #fff;
            background: #fff;
            color: #000;
        }

.features {
    margin: 0em auto;
    padding: 1em;
    position: relative;
}

.feature-title {
    color: #333;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.features img {/*
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);/**/
    margin-bottom: 16px;
}
.features .form-control,
.features input {
    border-radius: 0;
}

.features .btn {
    background-color: #589b37;
    border: 1px solid #589b37;
    color: #fff;
    margin-top: 20px;
}

    .features .btn:hover {
        background-color: #333;
        border: 1px solid #333;
    }

.background {
    background: #dedec8;
    padding: 4em 0;
}

.team {
    color: #5e5e55;
    padding: 0 180px;
}

    .team .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .team .card {
        background: none;
        border: none;
    }

    .team .card-title {
        font-size: 1.3rem;
        margin-bottom: 0;
        text-transform: uppercase;
    }

.page-footer {
    background-color: #f9f9f9;
    border-top: solid 0px #ccc;
    color: #ccc;
    padding: 20px 0px 10px 0px;
}

.footer-copyright {
    color: #666;
    padding: 10px 0px 0px 0px;
}
@media (max-width: 575.98px) {
    .description {
        left: 0;
        padding: 0 15px;
        position: absolute;
        top: 10%;
        transform: none;
        text-align: center;
    }

        .description h1 {
            font-size: 2em;
        }

        .description p {
            font-size: 1.2rem;
        }

    .features {
        margin: 0;
    }
}
