/*----Header css--------*/
.bis-24-share-list a svg {
    height: 14px;
    width: 15px;
}

.bsi24-header {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999;
}
.bsi24-header:not(.home .bsi24-header){
    position: relative;
}
.bsi24-backtondtv {
    color: #fff;
}

.bsi24-nav_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    top: 20px;
    z-index: 9;
}

.bsiLogo {
    position: absolute;
    top: 60px;
    left: 3px;
    transition: all 0.4s;
}

.bsi24-topN-list .bsi24-topN-item {
    display: inline-block;
    line-height: 26px;
}

.bsi24-topN-list .bsi24-topN-item a {
    font-size: 12px;
    display: inline-block;
    padding: 3px 10px;
    color: #939393;
    text-transform: uppercase;
}

.bsi24-topN-list .bsi24-topN-item a:hover {
    color: #fff;
}

.bsi24-nav-toggle i {
    height: 1.5px;
    background: #fff;
    width: 100%;
    display: block;

}

.bsi24-nav-toggle i:nth-child(2) {
    margin: 6px 0;
}

.bsi24-fixed-header .bsi24-nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    left: 0;

}

.latest-photos .bsi24-nav-toggle i,
.our-initiatives .bsi24-nav-toggle i,
.big-face .bsi24-nav-toggle i {
    background: #1F2021;
}

.bsi24-nav-toggle {
    position: relative;
    left: 5px;
    display: inline-block;
    cursor: pointer;
    z-index: 2;
    top: 3px;
    width: 25px;
    height: 25px;
    border-radius: 50%;

}



.bsi24-share {
    margin-right: 15px;
}

.bsi24-backtondtv span {
    font-size: 15px;
    font-weight: 300;
}

.bsi24-header-right {
    display: flex;
    align-items: center;
}

.bsi24-fixed-header .bsi24-nav-toggle {
    top: 0;
}

.bsi24-fixed-header .bsi24-header-right {
    padding-top: 0;
}

/*----Navigation css--------*/
.bsi24-nav-bar {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 100%;
    background: rgba(0, 0, 0);
    transform: translateX(-100%);
    transition: transform 200ms ease-in-out;
    padding: 15px;
    max-width: 350px;
    overflow: auto;
}

.bsi24-nav-bar.open {
    transform: translateX(0);
}

.bsi24-nav-close {

    right: 20px;
    left: auto;
    border-radius: 50%;
    transition: 200ms ease-in-out;
    position: absolute;
    cursor: pointer;
}

.bsi24-nav_list {
    margin-top: 60px;
    margin-left: -15px;
    width: calc(100% + 30px);
}

.bsi24-nav-bar ul li a {
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    line-height: 38px;
    font-size: 28px;
    font-family: var(--font-oswal);
    font-weight: 400;
    padding: 15px;
    /*! border-bottom: 1px solid #212121; */
    text-transform: uppercase;
    width: 100%;
    color: #fff;
}


.arrowDropdown {
    display: block;

    position: absolute;
    right: 15px;
    top: 30px;
    transform: translateY(-50%);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%235f6368'%3E%3Cpath d='M480-344 240-584l56-56 184 184 184-184 56 56-240 240Z'/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%235f6368'%3E%3Cpath d='M480-344 240-584l56-56 184 184 184-184 56 56-240 240Z'/%3E%3C/svg%3E");
    background-color: #fff;
    transition: 0.5s ease-in-out;
    z-index: 4;
    cursor: pointer;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    transition: all ease-in .3s;
}

.arrowDropdown.open {
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%235f6368'%3E%3Cpath d='M480-528 296-344l-56-56 240-240 240 240-56 56-184-184Z'/%3E%3C/svg%3E");
}

.bsi24-nav_item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    position: relative;
    border-bottom: 1px solid #1e1d1d;
}

.bsi24-nav_item:last-child {
    border: none;
}

.bsi24-nav-bar.open .bsi24-nav_item {
    opacity: 1;
    transform: translateY(0);
}

.bsi24-nav-bar.open .bsi24-nav_item:nth-child(1) {
    transition-delay: 0.1s;
}

.bsi24-nav-bar.open .bsi24-nav_item:nth-child(2) {
    transition-delay: 0.2s;
}

.bsi24-nav-bar.open .bsi24-nav_item:nth-child(3) {
    transition-delay: 0.3s;
}

.bsi24-nav-bar.open .bsi24-nav_item:nth-child(4) {
    transition-delay: 0.4s;
}

.bsi24-nav-bar.open .bsi24-nav_item:nth-child(5) {
    transition-delay: 0.5s;
}

.bsi24-nav-bar.open .bsi24-nav_item:nth-child(6) {
    transition-delay: 0.6s;
}

.bsi24-nav-bar.open .bsi24-nav_item:nth-child(7) {
    transition-delay: 0.7s;
}

.bsi24-subnav {
    display: none;
    background: #151515;
}

.bsi24-subnav .bsi24-nav_item a {
    font-size: 22px;
}

.bsi24-subnav.subnav-act {
    display: block;
}

.toggle-input:checked+.toggle svg {
    opacity: 0;
}
.bsi24-navigation {
	position: absolute;
	width: 100%;
}
.share-button {
    position: relative;
}

.toggle {
    position: relative;
    z-index: 10;
    display: flex;
    border-radius: 25px;
    cursor: pointer;
    color: #fff;

}


.toggle:after {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;

    content: "";
    line-height: 30px;
    font-size: 26px;
    text-align: center;
    left: -2px;
}

.toggle-input {
    display: none;
}

.toggle-input:checked+.toggle:after,
.toggle-input:checked+.toggle:before {
    background-color: #fff;
    content: "";
    height: 2px;
    width: 18px;
    position: absolute;
    left: 0px;
    top: 8px;
}

.toggle-input:checked+.toggle:after {
    transform: rotate(45deg);
    -webkit-animation: bar1 0.2s forwards;
    animation: bar1 0.2s forwards;
}

.toggle-input:checked+.toggle:before {
    transform: rotate(-45deg);
    -webkit-animation: bar2 0.2s forwards;
    animation: bar2 0.2s forwards;
}

.bis-24-share-list {
    position: absolute;
    right: 0;
    z-index: 2;
    width: 100%;
}

.bis-24-share-list li {
    position: absolute;
    top: -28px;
    left: 0;
    display: block;
    width: 30px;
    height: auto;
    /*! margin: 0 0 10px 0; */
    padding: 0;
    list-style-type: none;
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.43, 1.17, 0.69, 1.24);
    text-align: center;
}

.bis-24-share-list a {
    position: relative;
    display: flex;
    width: 35px;
    height: 35px;
    /*! overflow: hidden; */
    line-height: 50px;

    text-decoration: none;
    color: #000;
    background: #000;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: all 0.25s cubic-bezier(0.43, 1.17, 0.69, 1.24);
}

.bis-24-share-list a:hover {
    box-shadow: 1px 3px 0px #04310a;
    transition: all 0.25s cubic-bezier(0.43, 1.17, 0.69, 1.24);
    transform: translateY(-3px);
}

.mastheadTemp .bsi24-fixed-header {
    position: fixed;
    border: 0;
    left: 0;
    padding: 15px 20px;
    background: rgba(14, 55, 22, 0.62);
    backdrop-filter: blur(9px);
      border-radius: 0 0 20px 20px;
      box-shadow: 0 5px 5px rgba(0,0,0,0.15);
}
.bsi-masthead img{
    width: 100%;
}

.mastheadTemp .bsi24-fixed-header .bsi24-nav_head {
    top: 0
}

.mastheadTemp .bsi24-fixed-header .bsi24-msthd-dktp,
.mastheadTemp .bsi24-fixed-header .timecount {
    display: none;
}

.bsi24-nav-bar.open .bsi24-nav_item:nth-child(8) {
    transition-delay: 0.8s;
}

.bsi24-nav-bar.open .bsi24-nav_item:nth-child(9) {
    transition-delay: 0.9s;
}

.bsi24-nav-bar.open .bsi24-nav_item:nth-child(10) {
    transition-delay: 1.0s;
}

.bsi24-backtondtv a {
    color: #fff;
}

@media (max-width: 767px) {
    header {
        padding-bottom: 45px;
    }

    .bsi24-backtondtv {
        display: none;
    }

    .bsi24-share {
        margin-right: 0;
    }
}


input:checked~.bis-24-share-list li {
    opacity: 1;
}

input:checked~.bis-24-share-list li:nth-child(1) {
    top: -24px;
    left: -40px;
}

input:checked~.bis-24-share-list li:nth-child(2) {
    top: -24px;
    left: -84px;
}

input:checked~.bis-24-share-list li:nth-child(3) {
    top: -24px;
    left: -129px;
}

input:checked~.bis-24-share-list li:nth-child(4) {
    top: -24px;
    left: -200px;
}

.bsi24-fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    animation: slideDown 0.35s ease-out;
}

.bsi24-fixed-header .bsiLogo {
    transform: translateY(-200%);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.bisTopNav {
    display: none;
}

@-webkit-keyframes bar1 {
    0% {
        content: "";
        width: 46px;
        height: 50px;
        background-color: transparent;
        transform: rotate(0deg) scale(1);
        top: 0;
        left: 0;
        opacity: 1;
    }

    50% {
        background-color: transparent;
        content: "";
        width: 46px;
        height: 50px;
        top: 0;
        left: 0;
        transform: rotate(0deg) scale(0.2);
        opacity: 0;
    }

    50.001% {
        background-color: #fff;
        left: 10px;
        top: 22px;
        content: "";
        height: 3px;
        width: 30px;
    }

    60% {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }

    100% {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes bar1 {
    0% {
        content: "";
        width: 46px;
        height: 50px;
        background-color: transparent;
        transform: rotate(0deg) scale(1);
        top: 0;
        left: 0;
        opacity: 1;
    }

    50% {
        background-color: transparent;
        content: "";
        width: 46px;
        height: 50px;
        top: 0;
        left: 0;
        transform: rotate(0deg) scale(0.2);
        opacity: 0;
    }

    50.001% {
        background-color: #fff;
        left: 10px;
        top: 22px;
        content: "";
        height: 3px;
        width: 30px;
    }

    60% {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }

    100% {
        transform: rotate(45deg) scale(1);
    }
}

@-webkit-keyframes bar2 {
    0% {
        background-color: transparent;
        transform: rotate(0deg) scale(0.2);
        opacity: 0;
    }

    50% {
        background-color: transparent;
        transform: rotate(0deg) scale(0.2);
        opacity: 0;
    }

    60% {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }

    100% {
        transform: rotate(-45deg) scale(1);
    }
}

@keyframes bar2 {
    0% {
        background-color: transparent;
        transform: rotate(0deg) scale(0.2);
        opacity: 0;
    }

    50% {
        background-color: transparent;
        transform: rotate(0deg) scale(0.2);
        opacity: 0;
    }

    60% {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }

    100% {
        transform: rotate(-45deg) scale(1);
    }
}

.mastheadTemp header {

    margin-bottom: 15px;

}

.bsi24-masthead {
    text-align: right;
    position: relative;
    right: 0;
    top: 0;
}
.page-template-page-home .bsi24-msthd-dktp {
    display: none;
}
.bsi24-msthd-mble {
    display: none;
}