﻿.text_header {
    top: 300px;
    font-size: 30px;
    z-index: 222;
    position: absolute;
    color: white;
    text-align: center;
    font-family: Times New Roman;
    width: 100%;
    max-width: 100%;
}

.image_gallery {
    padding: 30px 0px;
}

.image_gallery_main {
    background: linear-gradient(90deg, rgb(255 153 51 / 47%) 0%, rgba(255,255,255,1) 50%, rgb(19 136 8 / 48%) 100%);
}

    .image_gallery_main h2 {
        color: #000;
    }

.popup_img {
    width: 100%;
    max-height: 300px;
    margin-bottom: 10px;
    object-fit: cover;
}

    .popup_img:hover {
        cursor: pointer;
        z-index: 2;
        position: relative;
        overflow: hidden;
    }

.Upcoming_Events {
    background-repeat: repeat;
    max-height: 100%;
    height: auto;
    background-image: url('../img/page_bg_short.svg');
    padding: 30px 0 30px;
}

.news_img {
    object-fit: cover;
}

.thumbnail .caption {
    padding: 5px !important;
    color: #333;
    border: 2px dashed #000000;
    font-family: 'Eczar-SemiBold';
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .thumbnail .caption p {
        padding: 0px;
        margin: 0px;
    }

.img_covering {
    padding: 0.5em;
    display: block;
    box-shadow: 0 0 5px rgb(12 29 90);
    transition: all .2s ease-in-out;
    margin: 10px 0px;
}

    .img_covering img {
        width: 100%;
        height: 150px;
        display: block;
        object-fit: cover;
    }

.img_gallery_layout {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #bbb;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 20px auto;
    width: 90%;
}

/*--------------------------------------------------------------
# Video Gallery
--------------------------------------------------------------*/

.video_covering {
    box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
    position: relative;
    transition: 0.5s;
}

.video_gallery .video_covering a {
    padding: 0.5em;
    display: block;
}

.video_covering:hover .video_bg_effect {
    position: absolute;
    top: 0px;
    background: #000000ad;
    width: 100%;
    height: 100%;
    display: flex;
}

.video_covering .video_bg_effect {
    display: none;
}

.video_gallery_bg {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background: #ff9800;
    color: #ff9800;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
    cursor: pointer;
}

    .video_gallery_bg a {
        width: auto !important;
        border-radius: 100%;
    }

.videobtn-playicon {
    position: absolute;
    background-image: url('../img/videoicon.png');
    background-size: 50px;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

    .videobtn-playicon:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: #ccc;
        z-index: -1;
        transform: translate(-50%,-50%);
        animation: flame 1.6s linear infinite;
    }

.popup_img {
    width: 100%;
    max-height: 300px;
    margin-bottom: 10px;
    transform: translateY(0px);
    transition: all .3s ease-in-out;
}

    .popup_img:hover {
        cursor: pointer;
        z-index: 2;
        position: relative;
        transform: scale(1.1);
        /*transform: translateY(-15px);*/
        transition: all .3s ease-in-out;
        overflow: hidden;
    }

.Press_Relese_layout {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #bbb;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 20px auto;
    width: 90%;
}

    .Press_Relese_layout table th {
        background-color: #000080;
        color: #fff;
        font-size: 14px;
    }

    .Press_Relese_layout td i {
        background: #000000;
        padding: 8px 8px;
        border-radius: 5px;
        font-size: 16px;
        color: #fff;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        cursor: pointer;
    }