.owl-carousel .owl-nav > div {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 42px;
    height: 42px;
    background: green;
    color: #788592 !important;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.service-block-2 .service-content {
    position: relative;
    padding: 40px 30px 30px;
    border: none;
    background-color: green;
    color: #fff;
}

.button, .btn, .btn-white, .btn-theme, .btn-theme-second, .more-link a, .btn-theme-submit {
    font-size: 17px;
    background: green;
    color: #fff;
    font-weight: 700;
    padding: 20px 45px 20px 45px;
    line-height: 20px;
    position: relative;
    z-index: 9;
    display: inline-block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border: none;
    border-radius: 0;
    font-family: "gilmer";
    text-transform: none;
}

.gsc-box-hover .frontend .frontend-content {
    border-top: 0;
    padding: 25px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 0;
    color: #fff;
}

.gsc-box-hover .frontend {
    height: inherit;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    background-color: #1d1e20;
}

a {
    color: green;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.testimonial-node-1 .content-body {
    padding: 50px 30px 45px;
    background-color: #1d1e20;
    border: none;
}

.owl-carousel .testimonial-node-1 {
    margin-bottom: 20px;
}

.testimonial-node-1 {
    max-width: 900px;
    margin: 10px auto 30px;
    padding: 0;
    background: #fff;
    border: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.testimonial-node-1 .content-body .info .name {
    font-size: 18px;
    font-weight: 700;
    color: green;
}


.testimonial-node-1 .content-body .avatar img {
    width: 100% !important;
    height: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: none;
}

.testimonial-node-1 .content-body .avatar .quote-icon {
    font-size: 38px;
    width: 38px;
    height: 38px;
    color: rgb(255, 255, 255);
    text-align: center;
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: -20px;
    line-height: 60px;
    font-style: italic;
    padding-right: 12px;
    background: rgb(43, 168, 84);
    border-radius: 50%;
}

.post-block .post-content .post-meta {
    font-size: 11px;
    font-weight: 700;
    margin: 25px 0 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "gilmer";
    color: green;
}

.h2.node_title {
    display: none;
}

.block-quick-node-block .no-title {
	  display: none;
}

.node--type-location .node--promoted .node--view-mode-default {
	  display: none;
}
}