/*repeated styles || buttons || titles */

.more-less {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.more-less:hover {
    color: #356635;
    opacity: 1;
}

.more-less:hover svg * {
    fill: #356635 !important;
}

.more-less svg {
    margin-left: 20px;
}

.more-less svg * {
    fill: #000;
}

/*header fix*/
.site-logo img {
    max-width: 190px;
}

/*titles*/
.sec-title {
    font-size: 26px;
    color: #477c33;
    font-weight: 700;
    margin-bottom: 27px;
    line-height: 32px;
}

/*description*/
.content-description p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 27px;
}

.content-description p:last-child {
    margin-bottom: 0;
}

/*mscrollbar*/
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.scroll-disable {
    overflow: hidden !important;
}

/*hide class*/
.hidden {
    display: none;
}

/*button styles*/
.btn-style-1 {
    font-size: 16px;
    font-weight: 700;
    background: #477c33;
    border: 1px solid #477c33;
    line-height: 22px;
    padding: 8px 25px;
    color: #fff;
    display: inline-block;
}

.btn-style-1:hover,
.btn-style-1:focus {
    opacity: 1;
}

.btn-style-1:hover,
.btn-style-1:focus {
    background: #fff;
    color: #477c33;
}

/*learn more button*/
.btn-style-2,
.body-content-list .hvr-content a {
    font-size: 13px;
    font-weight: 700;
    color: #578c43;
    text-transform: uppercase;
    padding-right: 15px;
    display: inline-block;
    line-height: 13px;
    position: relative;
}

.btn-style-2:after,
.body-content-list .hvr-content a:after {
    content: "";
    position: absolute;
    right: 0;
    background: url(../common-img/icons/learn-more-arrow.svg)no-repeat;
    width: 8px;
    height: 13px;
    top: -1px;
}
