.cs_btn.cs_style_1.cs_bg_1 {
    background: none;
    background-color: #15381e;
}

.cs_iconbox.cs_style_4:hover .cs_iconbox_content {
    background: none;
    background-color: #15381e;
}

.cs_btn.cs_style_1:hover.cs_bg_1 {
    background: none;
    background-color: #15381e;
}


.cs_slider_arrows.cs_style_1.cs_type_1 .slick-arrow:hover {
    background: none;
    background-color: #15381e;
}

.cs_accordian.cs_style_2.active .cs_accordian_toggler {
    background: none;
    background-color: #15381e;
}

.cs_post.cs_style_2 .cs_post_btn:hover {
    background: none;
    background-color: #15381e;
}

.cs_scrollup {
    background-color: #15381e;
    z-index: 1000;
    border: 2px solid #fff;
}

.cs_page_heading .breadcrumb-item {
    background: #15381e;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cs_post.cs_style_1:hover .cs_post_category {
    background: #013228;
}

.cs_contact_desc .cs_contact_info_list {
    padding: 40px;
    border-radius: 20px 20px 0px 0px;
    background: #15381e;
}

.cs_post_details .cs_post_meta_wrapper {
  display: flex;
  gap: 15px 24px;
  flex-wrap: wrap;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--border-color);
}

h1{
    font-size: 38px;
}