.breadcrumb {
    padding: 0;
}

/* custom nav  */
.header2025 {
    box-shadow: none;
    background: unset;
}
.globalMenu {
    background: transparent;
}
.menu-outbg {
    background: #fff;
}
.globalMenu .spNav::after {
    display: none;
}
@media screen and (max-width: 767px) {
    .nav .navdiv {
        background: transparent;
    }
}
/* custom nav  */

/* bread crumb  */
.breadcrumb_n_type{
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    position: absolute;
    top: 0;
    max-width: 1200px;
    width: 95%;
    padding-top: 24px;
}
.breadcrumb_n_type ul{
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    gap: 12px;
    overflow: scroll;
    scrollbar-width: none;
}
.breadcrumb_n_type ul li{
    display: flex;
    align-items: center;
}
.breadcrumb_n_type ul li a{
    text-decoration: none;

    color: #0E203B;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    width: max-content;
}
.breadcrumb_n_type ul .current_path a{
    color: rgba(14, 32, 59, 0.50);
    font-size: 13px;
}

/* top bg  */
.subp_title_box_section{
    position: relative;
}
.subp_title_box_section .lft_imgbg{
    position: absolute;
    left: 0;
    top: -100px;
    display: block;
    width: 100%;
    max-width: 445px;
}
.subp_title_box_section .right_imgbg{
    position: absolute;
    right: 0;
    display: block;
    width: 100%;
    max-width: 445px;
    bottom: 0;
    transform: rotate(180deg);
}

@media screen and (max-width:767px) {
    .subp_title_box_section .lft_imgbg{
        display: none;
    }
}
section .section_main .title_top{
    display: flex;
    flex-direction: column;
}
section .section_main .title_top span{
    color: #2A579A;
    text-align: center;
    font-family: Overpass;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%; /* 20.8px */
}
section .section_main .title_top h1{
    color: #2A579A;
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    line-height: 160%; /* 51.2px */
    margin-top: 0;
    margin-bottom: 40px;
}