body {
    font-family: 'Montserrat', sans-serif !important;
}

a {
    text-decoration: none;
}

/* Navbar */
.navbar .navbar-nav .active {
    color: #6A994E !important;
}

.navbar .navbar-nav .nav-link:hover {
    color: #6A994E !important;
}

.navbar .navbar-nav .active:after {
    background: #6A994E !important;
}

/* Header */
.header .caption h3:before {
    background: #6A994E;
}

.header .caption h3:after {
    background: #6A994E;
}

.header .caption h1 b {
    color: #6A994E;
}

.header .arrow a :hover {
    color: #6A994E;
}

.creative .svg svg {
    fill: #f7f7f7;
    width: 101%;
}

/* Footer */
.footer-bottom {
    background-color: #333333;
    color: #fff;
}

.footer-bottom a {
    color: #fff;
}

.footer-bottom a:hover {
    color: #6A994E;
}

.portfolio .filtering .active {
    border-color: #6A994E;
    color: #6A994E;
}

.btn:hover, .btn:active {
    background: #6A994E;
    color: #fff;
    border-color: #6A994E;
}

.contact .info {
    background-color: #333333;
}

.numbers .item .icon {
    color: #6A994E;
}

.text-pink-color {
    color: #6A994E;
}

.bg-pink {
    background-color: #6A994E;
}

.feature-box2:hover .fa-fw {
    color: #6A994E;
}

.text-justify {
    text-align: justify;
}