@charset "utf-8";
/* CSS Document */

.navbar-theme .navbar-nav > .nav-item.contact .nav-link:before {
    content: "";
    background-position: 13;
    background-color: #00A960;
    position: absolute;
    right: -50px;
    top: 0;
    width: 210px;
    height: 88px;
    z-index: -1;
    clip-path: polygon(13% 100%, 0% 0%, 100% 0%, 100% 100%);
    transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
.navbar-theme .navbar-nav > .nav-item.contact .nav-link:before {
    background-color: transparent;

}
}
.navbar-theme .navbar-nav > .nav-item.contact .nav-link:hover:before {
    background-color: #1FC17B;
}
a {
    color: #00a960;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #2ECB87;
    text-decoration: underline;
}
.navbar-theme .navbar-nav > .nav-item > .nav-link:active > .nav-link-text, .navbar-theme .navbar-nav > .nav-item > .nav-link.active > .nav-link-text, .navbar-theme .navbar-nav > .nav-item > .nav-link:hover > .nav-link-text, .navbar-theme .navbar-nav > .nav-item.show > .nav-link > .nav-link-text {
    color: #00a960;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    background-color: rgba(0,169,96,1.00);
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0,169,96,1.00);
    -o-transition: opacity 0.8s cubic-bezier(0,169,96,1.00);
    transition: opacity 0.8s cubic-bezier(0,169,96,1.00);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 150px;
}

.top-content.top-content5 .info h2:before {
    content: "";
    background-color: #30D58E;
    width: 200px;
    height: 200px;
    transform: rotate(60deg);
    position: absolute;
    left: -40px;
    top: -140px;
    z-index: -1;
}

.top-content.top-content5 .info h2:after {
    content: "";
    background: #00a960;
    width: 200px;
    height: 200px;
    transform: rotate(60deg);
    position: absolute;
    left: -60px;
    top: -140px;
    z-index: -1;
}

h2 span {
    color: #b0ca71;
    font-size: 0.7em;
    display: block;
    margin-top: 15px;
}

.top-content .col > div .btn {
    color: #00A960;
    font-weight: 400;
    background: #FFF;
    padding: 0.375rem 3.25rem;
}

.top-content .col > div .btn:hover {
    background-color: #029656;
    color: #FFF;
}

.secondary-header .container:after {
    content: "";
    width: 100%;
    height: 100%;
    background-position: 130;
    background-color: rgba(230,180,34,0.85);
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0% 0%, 65% 0%, 26% 100%, 0% 100%);
    z-index: 0;
}
.header-text h1 {
    text-shadow: 0 0 5px #000;
}
.headline {
    color: #FFFFFF;
    background-color: #0D3F89;
    padding-top: 3px;
    padding-bottom: 5px;
}
.red {
    color: #bc2d2d;
}