.ms-hero.ms-hero-material::before {
    position: absolute;
    display: block;
    content: "";
    background-color: transparent;
    height: 590%;
    width: 75%;
    bottom: -249%;
    left: -46%;
    -webkit-transform: rotate(-48deg);
    transform: rotate(-48deg);
    z-index: 1;
    box-shadow: none;
    -webkit-animation-name: heroBackOne;
    animation-name: heroBackOne;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}


.wrap.wrap-mountain::after {
    display: block;
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(52,75,28,.3);
}

.owl-dots .owl-dot.active span {
    background-color: #378306;
}


.ms-footbar-social a {
    margin: 0 0 10px 10px;
    margin: 0 0 1rem 1rem;
    background-color: #378306;
    color: #f5f5f5 !important;
}

.three_cols li a i {
    margin-right: 10px;
    width: 15px;
    text-align: center;
    color: #fff;
}

.btn-circle.btn-circle-raised.btn-circle-primary {
    background-color: #8d5600;
}

.color-danger-light {
    color: #7cb342;
    text-shadow: 2px 2px 1px rgba(0,0,0,.2);
}

.color-warning-light {
    color: #7cb342;
    text-shadow: 2px 2px 1px rgba(0,0,0,.2);
}

.color-info-light {
    color: #7cb342;
    text-shadow: 2px 2px 1px rgba(0,0,0,.2);
}

.color-royal-light {
    color: #7cb342;
    text-shadow: 2px 2px 1px rgba(0,0,0,.2);
}

.color-success-light {
    color: #7cb342;
    text-shadow: 2px 2px 1px rgba(0,0,0,.2);


.color-info {
    color: #50d400 !important;
}



.color-danger-light2 {
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0,0,0,.2);
}

.color-warning-light2 {
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0,0,0,.2);
}

.color-info-light2 {
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0,0,0,.2);
}

.color-royal-light2 {
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0,0,0,.2);
}

.color-success-light2 {
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0,0,0,.2);
