.cover {
    height: 450px;
    overflow: hidden;
    padding: 90px 0 120px;
    position: relative;
}

.cover .cover-container .slogan {
    position: relative;
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 52px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 25px;
}

.cover .cover-container .slogan:before {
    position: absolute;
    bottom: -5px;
    left: 50%;
    content: "";
    background: #fff;
    width: 170px;
    height: 2px;
    margin-left: -85px;
}

@media (max-width: 992px) {
    .cover .cover-container .slogan {
        margin-left: 10px;
        font-size: 29.25px;
        letter-spacing: 10px;
    }
}

.cover .cover-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 768px;
    margin: 0 auto;
}

.cover .cover-container .btn-outline-primary {
    position: relative;
    z-index: 10;
    border-color: #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-width: 1px;
    width: 150px;
}

.cover .cover-container .btn-outline-primary:hover {
    border-color: #3A7D44;
    background-color: #3A7D44;
}

.cover .cover-container .btn-outline-primary:focus {
    box-shadow: 0 0 0 2px rgba(58,125,68,.5);
}

.cover .cover-container p {
    display: block;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    color: #fff;
    font-size: 22.282px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 5px;
    text-align: center;
}

@media all {
    body .page-content-wrapper .page-content {
        padding: 0 !important;
    }
}

.product-home {
    padding: 45px 0;
    display: flex;
    flex-wrap: wrap;
}

.product-home a {
    text-decoration: none;
}

.product-home i {
    color: #3A7D44;
    font-size: 39px !important;
    line-height: unset !important;
}

.product-home p {
    margin-bottom: 10px;
}

.product-home h5 {
    font-size: 16.25px;
    font-weight: 700;
    line-height: 1.25;
}

.product-home a:not(:hover) h5 {
    color: black;
}

.product-home span.line {
    display: block;
    background-color: #3A7D44;
    width: 50px;
    height: 2px;
    margin: 10px auto;
}

.product-home p small {
    color: #67737f;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: -.5px;
}

.mb-4 {
    margin-bottom: 30px !important;
}

#particles-js {
    position: absolute;
    top: 0;
    height: 450px;
    width: 100%;
}

.contact-info {
    color: white;
}

.contact-info a {
    color: lightskyblue;
}

.contact-info a:hover {
    color: white;
}

.contact-info .form-title, .subscribe .form-title {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

.subscribe .form-actions .btn {
    text-transform: uppercase;
    width: 100%;
    border: 1px solid white;
}

.subscribe input, .subscribe textarea, .subscribe button {
    border-radius: 4px !important;
}

.contact-row .social-icons {
    margin-top: 10px;
}

.contact-row .social-icons > div {
    display: inline-block;
    background: white;
    height: 28px;
}

.contact-row {
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact-row .contact-info .social-icons {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.contact-row .contact-info, .contact-row .contact-info i {
    font-size: 16px;
}

.contact-row .contact-info > img {
    width: 200px;
}

@media (max-width: 991px) {
    .contact-row .contact-info .social-icons {
        margin-bottom: 10px;
    }
}

.icon-social img {
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
     filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}

.icon-social:hover img {
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
     filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
}

.icon-social + .icon-social {
    margin-left: 5px;
}

.footer-brand {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.footer-logo-circle {
    margin-right: 15px;
}

.footer-brand-text {
    display: flex;
    flex-direction: column;
}

.footer-brand-name {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.1;
}

.footer-brand-slogan {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ccc;
}