:root {
--accent: #f9a61a !important;
--primary: #135a30 !important;
--secondary: #135a30 !important;
--primary-font: Roboto Condensed, sans-serif;
--secondary-font: Roboto Condensed, sans-serif;
}

.cs_ternary_color {
    color: #135a30;
}
.cs_bottom_footer_wrap {
    background-color: #ffffff;
}
.cs_primary_bg {
    background-color: #f7f7f7;
}
.cs_newsletter.cs_style_1 {
    align-items: center;
    display: flex;
    flex-wrap: inherit;
    gap: 30px;
    justify-content: space-between;
}
.cs_newsletter.cs_style_1 .cs_newsletter_title {
    max-width: 100%;
    color: #135a30;
    font-size: 40px
}

.cs_newsletter .cs_btn.cs_style_1 {
    border: none;
    border-radius: 1.8em;
    padding: 14px 30px;
    line-height: 1.625em;
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    gap: 10px;
    outline: none;
    transition: all 0.4s ease;
    background: #115a31;
    color: white;
}

.cs_text_widget h3 {
    color: #135a30;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 30px;
}

.custom_footer_widget_title .cs_widget_title {
  color: #135a30 !important;
}

.cs_btn.cs_style_1 {
    border: none;
    border-radius: 1.8em;
    padding: 14px 30px;
    line-height: 1.625em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    outline: none;
    transition: all 0.4s ease;
    background: #115a31;
}

.cs_btn--transparent {
  background-color: #fff !important;
}

.cs_iconbox.cs_style_1 .cs_iconbox_icon {
    height: 180px;
    margin-bottom: 22px;
    padding: 15px;
    width: 180px;
}

.cs_fs_53 {
    font-size: 40px;
    font-weight: 800;
}