:root {
--accent: #1b98aa !important;
--primary: #1b98aa !important;
--secondary: #4d4d4d !important;
--primary-font: Calligraffitti, sans-serif;
--secondary-font: Raleway, sans-serif;
}

.cs_main_header_left li ul li a{
color:black;
}
.cs_dropdown_list li a{
color: black;
}
.cs_sticky_active a{
color: black;
}
.cs_site_branding img{
height: 50px;
border-radius: 5px;
}
.cs_text_widget img{
    width: 290px;
    border-radius: 10px;
}

.cs_side_header{
.cs_site_branding img{
height: 120px;
border-radius: 10px;
}
}
.cs_dropdown_wrap{
  .cs_header_user_btn {
  display:none;
  }
}
.cs_main_header {
a{
color: #1b98aa;
}
button{
color: #1b98aa;
}
.cs_primary_bg{
color: white;
background-color:black;
}
}
.cs_sticky_header{
color: #1b98aa;
}
@media (max-width: 575px) {
    .cs_hero.cs_style_2 {
        min-height: 50vh;
    }
}

@media (max-width: 575px) {
    .cs_fs_53 {
        font-size: 26px;
    }
}