#bgvid{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.bg-overlay{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
    background-color: black;
    z-index: 0;
    opacity: 0.5;
}
.bg-alt{
    background-color: #f5f5f5;
}
.fact-area{
    margin-bottom: -300px;
    z-index: 3;
    position: relative;
}
.features-details__img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}
.tp-btn.tp-btn-small{
    padding: 8px 24px;
    font-size: 13px;
}
footer{
    background-color: #313131;
}
.header-sticky{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.header-sticky .main-menu.main-menu-2 ul li a{
    color:#000;
}
.tp-about-box-translate{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.hamburger-btn span{
    background-color: #000;
}
.wrapper-box{
    overflow: hidden;
}
p{
    font-size: 16px;
    line-height: 1.8;
}
.coverage-list ol{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: -80px;
}
.coverage-list ol li{
    width: 25%;
    margin-bottom: 5px;
}
.tpgallery-wrapper{
    height: 450px;
}
@media only screen and (max-width:600px){
    .logo img{
        height: 45px;
    }
    .tp-volunteers-2{
        margin-top: 0;
    }
    .features-area-2{
        padding-bottom: 0;
    }
    .fact-area{
        padding-top: 0;
    }
    .tpslider__comment{
        height: 160px;
    }
    .tpfooter__logo{
        margin-bottom:20px;
    }
    .contact-info{
        margin-bottom: 25px;
    }
}