:root {
--accent: #2e7d32 !important;
--primary: #ffffff !important;
--secondary: #122b33 !important;
--primary-font: Open Sans, sans-serif;
--secondary-font: Open Sans, sans-serif;
}

a.cs_site_branding {
    width: 200px;
}
.cs_header_user_btn {
    display: none;
}
.cs_header_user_btn.active.d-flex {
    display: none !important;
}

.cs_nav .cs_nav_list{
color: #67797e;
}
.cs_toolbox {
    color: #67797e;
}
h1, h2, h3, h4, h5, h6 {
    color: #67797e;
}
h3 a {
    color: #67797e;
}
button.cs_btn.cs_style_1.cs_type_2.cs_primary_color.cs_white_bg {
    background: #67797e;
    color:white !important;
}

h2.cs_widget_title.cs_secondary_font.cs_medium.text-uppercase.cs_fs_18.cs_white_color {
    color: #67797e;
}
.cs_newsletter.cs_style_1 .cs_newsletter_input{
color: black !important;
}

.cs_newsletter.cs_style_1 .cs_newsletter_input:focus {
color: black !important;
}
.cs_white_color{
   color: #67797e !important;
}
.cs_btn.cs_style_1.cs_type_4, .cs_btn.cs_style_1.cs_type_5{
   color: #67797e;
}

.cs_form_field, .cs_form_field_2
{
color:black !important;
}
.cs_primary_color{
   color: #67797e !important;
}
.cs_hero_title{
font-size:60px
}