﻿.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%;
} 

.help
{
    padding: 30px 0px;
}

.sitemap > ul > li {
    list-style-type: decimal;
    padding: 5px 10px;
}

.sitemap > ul > li > a  
{
    color: black!important;
}

.sitemap > ul > li > a:hover {
    color: black !important;
}

.sitemap > ul > li i {
    margin-right: 10px;
}

.sub-menu, .sub-sub-menu > li {
    list-style-type: none;
    padding: 5px 10px;
}

.sub-menu, .sub-sub-menu > li i {
    margin-right: 10px;
}

.sub-menu, .sub-sub-menu > li > a {
    color: black !important;
}

.sub-menu, .sub-sub-menu > li > a:hover {
    color: black !important;
}

.contact_layout {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    border: 1px solid #bbbbbb;
    background-color: #ffffff;
    background-image: url(../../../assets/img/svg/diamonds.svg);
    padding: 25px;
}

.KIYG_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;
}

.heading_txt {
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
    color: black;
}

.img_covering_main_section {
    padding: 0.5em;
    display: block;
    box-shadow: 0 0 5px rgb(12 29 90);
    transition: all .2s ease-in-out;
    margin: 10px 0px;
}

.khelo_india_bg_1 {
    background-color: #000080;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 5px;
    transform: translateY(0px);
    transition: all .3s ease-in-out;
}

.khelo_india_bg_1:hover {
    transform: translateY(-5px);
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.KIYG_layout_heading {
    color: black !important;
}

.KI_Game_List_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%;
}

.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%;
}

.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;
    }

.KI_Game_List_layout table th {
    background-color: #000080;
    color: #fff;
    font-size: 14px;
}