/* Base Css */
.valign{
    display: grid;
    align-items: center;
}

/* announcemnet bar  */
.blm_announcement-wrapper>* {
    margin: 0;
}

.blm_annoumnet-text {
    padding: 12px 0;
    background-color: orange;
}

.blm_announce_link {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: 'Jost';
}

/* announcemnet bar  */


/* top bar  */
.blm_top_bar {
    background-color: #f7f8f3;
    padding: 10px 0;
}

.blm_topbar_contact_list>.blm_contact_list {
    display: flex;
}

.blm_contact_list_item {
    position: relative;
    display: inline-flex;
}

.blm_topbar_contact_list .blm_contact_list_item::after {
    content: '';
    width: 15px;
    height: 2px;
    background-color: #012c3d;
    display: inline-block;
    position: relative;
    transform: rotate(90deg);
    right: -10%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 4px;
}

.blm_topbar_contact_list .blm_contact_list_item:nth-child(3n-1)::after {
    width: 0;
}

.blm_topbar_contact_list .blm_contact_list_item:last-child::after {
    display: none;
}

.blm_topbar_contact_list .blm_topbar_link:not(i) {
    font-size: 14px;
    font-family: 'Wix Madefor Display';
    font-weight: 700;
    color: #012c3d;

}

.blm_topbar_link>i {
    padding-right: 5px;
    font-size: 14px;
}

.topbar-right {
    display: flex;
    column-gap: 10px;
    justify-content: flex-end;
    align-items: center;
}

.topbar-right .blm_socialmedia_list,
.off-canvas-top-bar .blm_socialmedia_list {
    display: flex;
    column-gap: 8px;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.topbar-right .login_group .login_btn:not(i) {
    font-size: 14px;
    font-family: 'Wix Madefor Display';
    font-weight: 700;
    color: #012c3d;
}

.topbar-right .register_group .register_devotee_btn:not(i) {
    font-size: 14px;
    font-family: 'Wix Madefor Display';
    font-weight: 700;
    color: #012c3d;
}

.topbar-right .login_group .login_btn>i,
.topbar-right .register_group .register_devotee_btn>i {
    padding-right: 10px;
}

.topbar-right .blm_socialmedia_list .blm_socialmedia_list_item .blm_tbsm,
.off-canvas-top-bar .blm_socialmedia_list .blm_socialmedia_list_item .blm_tbsm {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    background: #012c3d;
    justify-content: center;
    border-radius: 50%;
}

.topbar-right .blm_socialmedia_list .blm_socialmedia_list_item i,
.off-canvas-top-bar .blm_socialmedia_list .blm_socialmedia_list_item i {
    color: #78bdc4;
    font-size: 14px;
    top: 1px;
    position: relative;
}

/* main header*/
.blm_header {
    background-color: #f7f8f3;
}

.header .header-menu .nav-link {
    color: #012c3d;
    font-weight: 500;
    font-family: "Jost";
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.menu-item {
    padding: 0 10px;
    position: relative;
    /* background: red; */
}
.navbar.sticky {
    box-shadow: 2px -3px 20px 0px #012c3d;
    padding: 0.75rem 0;
}

/*
.header .header-menu .dropdown:hover .dropdown-menu {
    opacity: 1;
} */

/* header .header-menu .dropdown:hover,
.header .header-menu .dropdown:hover .dropdown-menu {
} */



.header .header-menu .dropdown-menu .nav-item>.nav-link {
    font-size: 14px;
    padding: 15px 25px;
    font-weight: 500;
}

.header .header-menu .dropdown-menu .nav-item>.nav-link::after {
    content: '';
    position: relative;
    width: 100%;
}

.header .header-menu .dropdown-menu .nav-item>.nav-link::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    display: block;
    background: #ccc;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.logo-container {
    display: flex;
}

